file_name
stringlengths
17
78
original_function_name
stringlengths
1
588
stripped_function_name
stringlengths
2
57
decompiled_code_original
stringlengths
34
161k
decompiled_code_stripped
stringlengths
34
227k
assembly_code
stringlengths
5
527k
dataflowgraph_original
float64
dataflowgraph_stripped
float64
graphImage_original
float64
graphImage_stripped
float64
pcode_edges_original
stringlengths
11
14.6M
pcode_edges_stripped
stringlengths
11
37.7M
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
339
5.54M
S-Expression_decompiled_code_original
stringlengths
339
2.96M
S-Expression_decompiled_code_original_noisy
stringlengths
0
5.54M
S-Expression_decompiled_code_original_clean
stringlengths
0
757k
S-Expression_decompiled_code_original_root
stringlengths
0
5.71M
Replace_function_name_and_variable_name
stringlengths
0
163k
S-Expression_decompiled_code_stripped
stringclasses
1 value
Root Node
stringlengths
0
1.15M
decompiled_code_original_masked
stringclasses
1 value
decompiled_code_stripped_masked
stringlengths
35
227k
__index_level_0__
int64
0
86.2k
238_wget_and_wget_strip.c
__errno_location
__errno_location
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * __errno_location(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)(); return piVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * __errno_location(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)(); return piVar1; }
adr r12,0x15e5c add r12,r12,#0x7e000 ldr pc,[r12,#0xb8]!
null
null
null
null
[(u'CAST_-1205969214', u'CALLIND_-1205969289'), ('const-0', u'RETURN_-1205969286'), (u'CAST_-1205969213', u'RETURN_-1205969286'), (u'INDIRECT_-1205969219', u'COPY_-1205969278'), (u'CALLIND_-1205969289', u'CAST_-1205969213'), ('tmp_119', u'CAST_-1205969214'), (u'CALLIND_-1205969289', u'INDIRECT_-1205969219')]
[(u'CAST_-1205969214', u'CALLIND_-1205969289'), ('const-0', u'RETURN_-1205969286'), (u'CAST_-1205969213', u'RETURN_-1205969286'), (u'INDIRECT_-1205969219', u'COPY_-1205969278'), (u'CALLIND_-1205969289', u'CAST_-1205969213'), ('tmp_119', u'CAST_-1205969214'), (u'CALLIND_-1205969289', u'INDIRECT_-1205969219')]
null
null
00015e54
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_00093f14)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_00093f14)()" (parenthesized_expression "(*(code *)PTR___errno_location_00093f14)" ( (pointer_expression "*(code *)PTR___errno_location_00093f14" * (cast_expression "(code *)PTR___errno_location_00093f14" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return piVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_00093f14)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_00093f14)()" (parenthesized_expression "(*(code *)PTR___errno_location_00093f14)" ( (pointer_expression "*(code *)PTR___errno_location_00093f14" * (cast_expression "(code *)PTR___errno_location_00093f14" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return piVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_00093f14)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_00093f14)()" (parenthesized_expression "(*(code *)PTR___errno_location_00093f14)" ( (pointer_expression "*(code *)PTR___errno_location_00093f14" * (cast_expression "(code *)PTR___errno_location_00093f14" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return piVar1;" return identifier ;) })))
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" (primitive_type "int") (pointer_declarator "* __errno_location(void)" (* "*") (function_declarator "__errno_location(void)" (identifier "__errno_location") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)()" (identifier "piVar1") (= "=") (cast_expression "(int *)(*(code *)PTR___errno_location_00093f14)()" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR___errno_location_00093f14)()" (parenthesized_expression "(*(code *)PTR___errno_location_00093f14)" (( "(") (pointer_expression "*(code *)PTR___errno_location_00093f14" (* "*") (cast_expression "(code *)PTR___errno_location_00093f14" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___errno_location_00093f14"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return piVar1;" (return "return") (identifier "piVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * function_1(void) { int *piVar1; piVar1 = (int *)(*(type_1 *)PTR___errno_location_00093f14)(); return piVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (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)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * MASKED(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR_MASKED_00093f14)(); return piVar1; }
50,981
1357_puttytel_and_puttytel_strip.c
g_malloc
g_malloc
/* WARNING: Control flow encountered bad instruction data */ void g_malloc(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void g_malloc(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206476058')]
[('const-1', u'RETURN_-1206476058')]
null
null
0009a2dc
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid g_malloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void g_malloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "g_malloc(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 g_malloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void g_malloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "g_malloc(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 g_malloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void g_malloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "g_malloc(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 comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (function_definition "void g_malloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "g_malloc(void)" (identifier "g_malloc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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(); }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
61,175
261_sqlite3_and_sqlite3_strip.c
shell_exec
FUN_0002b5fc
/* WARNING: Removing unreachable block (ram,0x0002bda8) */ /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ int shell_exec(ShellState *pArg,char *zSql,char **pzErrMsg) { int iVar1; int *piVar2; sqlite3expert *psVar3; int iVar4; IdxStatement *pIVar5; IdxStatement *pIVar6; IdxStatement *pIVar7; code *pcVar8; FILE *__s; sqlite3 *db; int iVar9; sqlite3_stmt *pStmt; char *zLeftover; sqlite3_stmt *pExplain; int triggerEQP; int local_2c; piVar2 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50); local_2c = *piVar2; db = pArg->db; if (pzErrMsg != (char **)0x0) { *pzErrMsg = (char *)0x0; } psVar3 = (pArg->expert).pExpert; pStmt = (sqlite3_stmt *)0x0; if (psVar3 == (sqlite3expert *)0x0) { if (*zSql != '\0') { /* WARNING: Subroutine does not return */ sqlite3_prepare_v2(db,zSql,-1,&pStmt,&zLeftover); } iVar4 = 0; goto LAB_0002b830; } iVar4 = sqlite3_expert_sql(psVar3,zSql,pzErrMsg); psVar3 = (pArg->expert).pExpert; if (iVar4 == 0) { __s = (FILE *)pArg->out; iVar9 = (pArg->expert).bVerbose; iVar4 = sqlite3_expert_analyze(psVar3,pzErrMsg); if (iVar4 == 0) { pIVar5 = psVar3->pStatement; if (pIVar5 == (IdxStatement *)0x0) { if (iVar9 != 0) goto LAB_0002bd50; } else { iVar4 = pIVar5->iId; if (iVar9 != 0) { if (psVar3->bRun != 0) { while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) { iVar4 = pIVar5->iId; } } LAB_0002bd50: /* WARNING: Subroutine does not return */ fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s); } if (0 < iVar4 + 1) { if (psVar3->bRun == 0) { pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0); } else { pIVar5 = psVar3->pStatement; if (pIVar5 == (IdxStatement *)0x0) { pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8); } else { iVar4 = pIVar5->iId; pIVar6 = pIVar5; iVar9 = iVar4; while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) { pIVar6 = pIVar6->pNext; if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08; iVar9 = pIVar6->iId; } while (iVar1 != 0) { LAB_0002bc08: pIVar7 = pIVar7->pNext; if (pIVar7 == (IdxStatement *)0x0) { pcVar8 = (code *)0x0; goto LAB_0002bc8c; } iVar1 = pIVar7->iId; } pcVar8 = (code *)pIVar7->zIdx; while (iVar4 != 0) { LAB_0002bc8c: pIVar5 = pIVar5->pNext; if (pIVar5 == (IdxStatement *)0x0) break; iVar4 = pIVar5->iId; } if (pcVar8 == (code *)0x0) { pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4; } } } /* WARNING: Subroutine does not return */ __fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8); } } goto LAB_0002b81c; } } else { LAB_0002b81c: iVar4 = 0; } sqlite3_expert_destroy(psVar3); (pArg->expert).pExpert = (sqlite3expert *)0x0; LAB_0002b830: if (local_2c == *piVar2) { return iVar4; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
void FUN_0002b5fc(undefined4 *param_1,byte *param_2,undefined4 *param_3) { ushort uVar1; bool bVar2; bool bVar3; int *piVar4; int iVar5; undefined4 uVar6; ushort **ppuVar7; byte *pbVar8; int iVar9; int iVar10; char *pcVar11; undefined4 uVar12; undefined4 uVar13; int iVar14; int iVar15; int iVar16; byte bVar17; uint uVar18; int *piVar19; int *piVar20; int *piVar21; int iVar22; int iVar23; FILE *__s; uint uVar24; undefined4 uVar25; int local_3c; byte *local_38; undefined4 local_34; int local_30; int local_2c; piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50); local_2c = *piVar4; uVar25 = *param_1; if (param_3 != (undefined4 *)0x0) { *param_3 = 0; } iVar23 = DAT_0002be58; iVar10 = DAT_0002be54; local_3c = 0; if (param_1[0x539] == 0) { uVar18 = (uint)*param_2; iVar14 = DAT_0002be5c + 0x2b678; iVar5 = 0; while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) { iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38); iVar9 = local_3c; if (iVar5 == 0) { ppuVar7 = __ctype_b_loc(); if (iVar9 != 0) { pbVar8 = (byte *)FUN_00038378(iVar9); *(byte **)(iVar10 + 0x2b690) = pbVar8; if (pbVar8 == (byte *)0x0) { pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38); *(byte **)(iVar10 + 0x2b690) = pbVar8; uVar24 = 0; } else { uVar24 = (uint)*pbVar8; } bVar3 = false; while (((*ppuVar7)[uVar24] & 0x2000) != 0) { pbVar8 = pbVar8 + 1; bVar3 = uVar18 != 0 && bVar2; uVar24 = (uint)*pbVar8; } if (bVar3) { *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8; } param_1[0x508] = local_3c; param_1[6] = 0; if ((param_1[0x16] & 0x40) == 0) { bVar17 = *(byte *)((int)param_1 + 5); } else { __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8); bVar17 = *(byte *)((int)param_1 + 5); } uVar18 = (uint)bVar17; if ((uVar18 != 0) && (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0 ), uVar18 != 0)) { local_30 = 0; FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30); if (1 < *(byte *)((int)param_1 + 5)) { FUN_0003f330(uVar25,0x3f0,1,0); } uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954)); uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0); if (uVar18 == 0) { while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) { pcVar11 = (char *)FUN_0006c560(local_34,3); uVar12 = FUN_00057980(local_34,0); uVar13 = FUN_00057980(local_34,1); if (*pcVar11 == '-') { FUN_00022cd4(param_1,0x2d,uVar13); } FUN_0001f54c(param_1,uVar12,uVar13,pcVar11); } FUN_00022cd4(param_1); } FUN_000ae7a0(local_34); FUN_00041b68(uVar6); bVar17 = *(byte *)((int)param_1 + 5); if (2 < bVar17) { uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c)); uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0); if (uVar18 == 0) { param_1[0xe] = 9; FUN_0002057c(param_1,local_34); uVar12 = local_34; iVar5 = FUN_000d33d0(local_34); if (iVar5 == 100) { FUN_00027ad8(param_1,uVar12); } FUN_00041b68(param_1[0x50a]); param_1[0x50a] = 0; param_1[0x50b] = 0; param_1[0x50c] = 0; } FUN_000ae7a0(local_34); FUN_00041b68(uVar6); bVar17 = *(byte *)((int)param_1 + 5); } if ((1 < bVar17) && (local_30 == 0)) { FUN_0003f330(uVar25,0x3f0,0,0); FUN_000ae7a0(local_3c); FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0); param_1[0x508] = local_3c; } } param_1[0xe] = param_1[0xc]; if (*(char *)(param_1 + 1) == '\0') { if (param_1[0xc] != 9) goto LAB_0002b78c; LAB_0002b9f8: FUN_0002057c(param_1,local_3c); iVar5 = local_3c; iVar9 = FUN_000d33d0(local_3c); } else { iVar5 = FUN_0003823c(local_3c); if (iVar5 == 8) { iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0) ; if (iVar5 == 0) { param_1[0xe] = 9; } iVar5 = FUN_0003823c(local_3c); } else { iVar5 = FUN_0003823c(local_3c); } if ((iVar5 == 4) && (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) { param_1[0xe] = 0xc; } else if (param_1[0xe] == 9) goto LAB_0002b9f8; LAB_0002b78c: iVar5 = local_3c; iVar9 = FUN_000d33d0(local_3c); } if (iVar9 == 100) { FUN_00027ad8(param_1,iVar5); } FUN_00041b68(param_1[0x50a]); param_1[0x50a] = 0; param_1[0x50b] = 0; param_1[0x50c] = 0; FUN_00022cd4(param_1); if (*(char *)(param_1 + 2) != '\0') { FUN_00027d3c(uVar25,param_1); } iVar5 = FUN_000ae7a0(local_3c); if (uVar18 == 7) { iVar5 = 7; LAB_0002b7e4: if (param_3 != (undefined4 *)0x0) { uVar6 = FUN_0001c16c(uVar25); *param_3 = uVar6; } } else { if (iVar5 != 0) goto LAB_0002b7e4; uVar1 = (*ppuVar7)[*local_38]; param_2 = local_38; while ((uVar1 & 0x2000) != 0) { param_2 = param_2 + 1; uVar1 = (*ppuVar7)[*param_2]; } } param_1[0x508] = 0; goto LAB_0002b800; } pbVar8 = local_38; do { param_2 = pbVar8; uVar18 = (uint)*param_2; pbVar8 = param_2 + 1; } while (((*ppuVar7)[uVar18] & 0x2000) != 0); } else if (param_3 == (undefined4 *)0x0) { LAB_0002b800: uVar18 = (uint)*param_2; } else { uVar6 = FUN_0001c16c(uVar25); *param_3 = uVar6; uVar18 = (uint)*param_2; } } goto LAB_0002b830; } iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3); iVar23 = param_1[0x539]; if (iVar10 == 0) { __s = (FILE *)param_1[9]; iVar10 = param_1[0x53a]; iVar5 = FUN_00029fe4(iVar23,param_3); if (iVar5 == 0) { piVar19 = *(int **)(iVar23 + 0x1c); if (piVar19 == (int *)0x0) { if (iVar10 == 0) goto LAB_0002b81c; iVar5 = *(int *)(iVar23 + 0x20); uVar25 = 0; if (iVar5 != 0) { iVar5 = 0; goto LAB_0002be18; } LAB_0002bd50: fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s); __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25); } else { iVar14 = *piVar19; iVar5 = iVar14 + 1; if (iVar10 != 0) { if (*(int *)(iVar23 + 0x20) == 0) { uVar25 = 0; } else { while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) { iVar14 = *piVar19; } LAB_0002be18: uVar25 = *(undefined4 *)(iVar23 + 0x102c); } goto LAB_0002bd50; } } if (0 < iVar5) { iVar9 = DAT_0002be84 + 0x2bba0; iVar15 = DAT_0002be88 + 0x2bbb0; iVar14 = 0; do { if (*(int *)(iVar23 + 0x20) == 0) { iVar22 = DAT_0002bea4 + 0x2bdf0; piVar19 = (int *)0x0; piVar20 = (int *)0x0; } else { piVar19 = *(int **)(iVar23 + 0x1c); if (piVar19 == (int *)0x0) { iVar22 = DAT_0002bea8 + 0x2be34; piVar19 = (int *)0x0; piVar20 = (int *)0x0; } else { iVar16 = *piVar19; piVar20 = piVar19; iVar22 = iVar16; while (piVar21 = piVar19, iVar14 != iVar22) { piVar20 = (int *)piVar20[4]; if (piVar20 == (int *)0x0) goto LAB_0002bc08; iVar22 = *piVar20; } piVar20 = (int *)piVar20[1]; iVar22 = iVar16; while (iVar14 != iVar22) { LAB_0002bc08: piVar21 = (int *)piVar21[4]; if (piVar21 == (int *)0x0) { iVar22 = 0; goto LAB_0002bc8c; } iVar22 = *piVar21; } iVar22 = piVar21[2]; while (iVar14 != iVar16) { LAB_0002bc8c: piVar19 = (int *)piVar19[4]; if (piVar19 == (int *)0x0) goto LAB_0002bc98; iVar16 = *piVar19; } piVar19 = (int *)piVar19[3]; LAB_0002bc98: if (iVar22 == 0) { iVar22 = DAT_0002bea0 + 0x2bde0; } } } iVar14 = iVar14 + 1; if (iVar10 != 0) { __fprintf_chk(__s,1,iVar9,iVar14); __fprintf_chk(__s,1,iVar15,piVar20); } iVar16 = DAT_0002be94 + 0x2bcbc; __fprintf_chk(__s,1,iVar16,iVar22); __fprintf_chk(__s,1,iVar16,piVar19); } while (iVar5 != iVar14); } goto LAB_0002b81c; } } else { LAB_0002b81c: iVar5 = 0; } FUN_0002aecc(iVar23); param_1[0x539] = 0; LAB_0002b830: if (local_2c != *piVar4) { /* WARNING: Subroutine does not return */ __stack_chk_fail(iVar5); } return; }
ldr r3,[0x2be4c] ldr r12,[0x2be50] add r3,pc,r3 stmdb sp!,{r4,r5,r6,r7,r8,r9,r10,r11,lr} cpy r5,r0 ldr r0,[r3,r12] sub sp,sp,#0x4c subs r8,r2,#0x0 str r0,[sp,#0x18] mov r2,#0x0 ldr r0,[r0,#0x0] add r11,r5,#0x1000 str r0,[sp,#0x44] ldr r10,[r5,#0x0] strne r2,[r8,#0x0] ldr r0,[r11,#0x4e4] cpy r4,r1 cmp r0,#0x0 str r2,[sp,#0x34] bne 0x0002b808 ldr r2,[0x2be54] ldrb r3,[r1,#0x0] add r2,pc,r2 str r2,[sp,#0x14] ldr r2,[0x2be58] cpy r9,r0 add r2,pc,r2 str r2,[sp,#0x1c] ldr r2,[0x2be5c] add r2,pc,r2 str r2,[sp,#0x20] cmp r3,#0x0 clz r7,r9 mov r7,r7, lsr #0x5 moveq r7,#0x0 cmp r7,#0x0 beq 0x0002b830 add r2,sp,#0x38 add r6,sp,#0x34 str r2,[sp,#0x0] cpy r3,r6 mvn r2,#0x0 cpy r1,r4 cpy r0,r10 bl 0x000ea328 subs r9,r0,#0x0 beq 0x0002b6d4 cmp r8,#0x0 beq 0x0002b800 cpy r0,r10 bl 0x0001c16c str r0,[r8,#0x0] ldrb r3,[r4,#0x0] b 0x0002b678 ldr r3,[sp,#0x34] str r3,[sp,#0x10] bl 0x000154b4 ldr r3,[sp,#0x10] cmp r3,#0x0 str r0,[sp,#0xc] beq 0x0002b850 cpy r0,r3 bl 0x00038378 ldr r3,[sp,#0x14] cmp r0,#0x0 str r0,[r3,#0x34] beq 0x0002ba28 ldrb r9,[r0,#0x0] ldr r3,[sp,#0xc] mov r2,#0x0 ldr r1,[r3,#0x0] b 0x0002b724 ldrb r9,[r0,#0x1]! cpy r2,r7 mov r9,r9, lsl #0x1 ldrh r3,[r1,r9] tst r3,#0x2000 bne 0x0002b71c cmp r2,#0x0 ldrne r3,[0x2be60] addne r3,pc,r3 strne r0,[r3,#0x34] ldr r3,[sp,#0x34] str r3,[r11,#0x420] ldr r2,[r5,#0x58] mov r3,#0x0 tst r2,#0x40 str r3,[r5,#0x18] bne 0x0002b88c ldrb r7,[r5,#0x5] cmp r7,#0x0 bne 0x0002b8b0 ldr r6,[sp,#0x34] ldrb r2,[r5,#0x4] ldr r3,[r5,#0x30] cmp r2,#0x0 str r3,[r5,#0x38] bne 0x0002b9c8 cmp r3,#0x9 beq 0x0002b9f8 cpy r0,r6 bl 0x000d33d0 cmp r0,#0x64 beq 0x0002ba18 ldr r0,[r11,#0x428] bl 0x00041b68 mov r3,#0x0 str r3,[r11,#0x428] str r3,[r11,#0x42c] str r3,[r11,#0x430] cpy r0,r5 bl 0x00022cd4 ldrb r3,[r5,#0x8] cmp r3,#0x0 bne 0x0002b87c ldr r0,[sp,#0x34] bl 0x000ae7a0 cmp r7,#0x7 cpy r9,r0 beq 0x0002b874 cmp r0,#0x0 beq 0x0002ba40 cmp r8,#0x0 beq 0x0002b7f8 cpy r0,r10 bl 0x0001c16c str r0,[r8,#0x0] mov r3,#0x0 str r3,[r11,#0x420] ldrb r3,[r4,#0x0] b 0x0002b678 cpy r2,r8 bl 0x00029e18 ldr r7,[r11,#0x4e4] cmp r0,#0x0 beq 0x0002bb4c mov r9,#0x0 cpy r0,r7 bl 0x0002aecc mov r3,#0x0 str r3,[r11,#0x4e4] ldr r3,[sp,#0x18] ldr r2,[sp,#0x44] ldr r3,[r3,#0x0] cpy r0,r9 cmp r2,r3 bne 0x0002be40 add sp,sp,#0x4c ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,r11,pc} ldr r0,[r0,#0x0] ldr r2,[sp,#0x38] cpy r4,r2 ldrb r3,[r2],#0x1 mov r1,r3, lsl #0x1 ldrh r1,[r0,r1] tst r1,#0x2000 bne 0x0002b858 b 0x0002b678 cpy r9,r7 b 0x0002b7e4 cpy r1,r5 cpy r0,r10 bl 0x00027d3c b 0x0002b7c8 ldr r2,[0x2be64] cpy r3,r0 add r2,pc,r2 mov r1,#0x1 ldr r0,[r5,#0x24] bl 0x0001558c ldrb r7,[r5,#0x5] cmp r7,#0x0 beq 0x0002b76c ldr r3,[0x2be68] ldr r0,[0x2be6c] add r3,pc,r3 mov r2,#0x0 ldr r1,[r3,#0x34] add r0,pc,r0 bl 0x000409a8 subs r7,r0,#0x0 beq 0x0002b76c add r3,sp,#0x40 mov r7,#0x0 mvn r2,#0x0 mov r1,#0x3f0 cpy r0,r10 str r7,[sp,#0x40] bl 0x0003f330 ldrb r3,[r5,#0x5] cmp r3,#0x1 bls 0x0002b910 cpy r3,r7 mov r2,#0x1 mov r1,#0x3f0 cpy r0,r10 bl 0x0003f330 ldr r3,[0x2be70] ldr r0,[0x2be74] add r3,pc,r3 ldr r1,[r3,#0x34] add r0,pc,r0 bl 0x000936bc mov r2,#0x0 add r3,sp,#0x3c str r2,[sp,#0x0] mvn r2,#0x0 str r3,[sp,#0x24] cpy r1,r0 str r0,[sp,#0x10] cpy r0,r10 bl 0x000ea328 subs r7,r0,#0x0 streq r4,[sp,#0x2c] beq 0x0002ba98 ldr r0,[sp,#0x3c] bl 0x000ae7a0 ldr r0,[sp,#0x10] bl 0x00041b68 ldrb r3,[r5,#0x5] cmp r3,#0x2 bhi 0x0002bc18 cmp r3,#0x1 bls 0x0002b76c ldr r9,[sp,#0x40] cmp r9,#0x0 bne 0x0002b76c cpy r3,r9 cpy r2,r9 mov r1,#0x3f0 cpy r0,r10 bl 0x0003f330 ldr r0,[sp,#0x34] bl 0x000ae7a0 cpy r3,r6 str r9,[sp,#0x0] mvn r2,#0x0 cpy r1,r4 cpy r0,r10 bl 0x000ea328 ldr r6,[sp,#0x34] str r6,[r11,#0x420] b 0x0002b770 cpy r0,r6 bl 0x0003823c cmp r0,#0x8 beq 0x0002bae8 ldr r0,[sp,#0x34] bl 0x0003823c cmp r0,#0x4 beq 0x0002bb20 ldr r3,[r5,#0x38] ldr r6,[sp,#0x34] cmp r3,#0x9 bne 0x0002b78c cpy r1,r6 cpy r0,r5 bl 0x0002057c ldr r6,[sp,#0x34] cpy r0,r6 bl 0x000d33d0 cmp r0,#0x64 bne 0x0002b79c cpy r1,r6 cpy r0,r5 bl 0x00027ad8 b 0x0002b79c ldr r3,[0x2be78] ldr r2,[sp,#0x14] add r3,pc,r3 cpy r0,r3 str r3,[r2,#0x34] b 0x0002b70c ldr r3,[sp,#0xc] ldr r4,[sp,#0x38] ldr r2,[r3,#0x0] ldrb r3,[r4,#0x0] mov r3,r3, lsl #0x1 ldrh r3,[r2,r3] tst r3,#0x2000 beq 0x0002b7f8 ldrb r3,[r4,#0x1]! mov r3,r3, lsl #0x1 ldrh r3,[r2,r3] tst r3,#0x2000 bne 0x0002ba60 b 0x0002b7f8 str r0,[sp,#0x28] cpy r0,r5 bl 0x00022cd4 ldr r2,[sp,#0x28] cpy r3,r4 cpy r1,r9 cpy r0,r5 bl 0x0001f54c ldr r0,[sp,#0x3c] bl 0x000d33d0 cmp r0,#0x64 bne 0x0002bc70 mov r1,#0x3 ldr r0,[sp,#0x3c] bl 0x0006c560 mov r1,#0x0 cpy r4,r0 ldr r0,[sp,#0x3c] bl 0x00057980 mov r1,#0x1 cpy r9,r0 ldr r0,[sp,#0x3c] bl 0x00057980 ldrb r1,[r4,#0x0] cmp r1,#0x2d cpy r2,r0 bne 0x0002ba88 b 0x0002ba78 ldr r3,[0x2be7c] ldr r0,[0x2be80] add r3,pc,r3 ldr r1,[r3,#0x34] mov r2,#0x0 add r0,pc,r0 bl 0x000409a8 cmp r0,#0x0 moveq r3,#0x9 streq r3,[r5,#0x38] ldr r0,[sp,#0x34] bl 0x0003823c cmp r0,#0x4 bne 0x0002b9e8 ldr r3,[sp,#0x1c] mov r2,#0x0 ldr r1,[r3,#0x34] ldr r0,[sp,#0x20] bl 0x000409a8 cmp r0,#0x0 bne 0x0002b9e8 mov r3,#0xc str r3,[r5,#0x38] ldr r6,[sp,#0x34] b 0x0002b78c cpy r1,r8 cpy r0,r7 ldr r8,[r5,#0x24] ldr r10,[r11,#0x4e8] bl 0x00029fe4 subs r9,r0,#0x0 bne 0x0002b820 ldr r4,[r7,#0x1c] cmp r4,#0x0 beq 0x0002bd38 ldr r3,[r4,#0x0] cmp r10,#0x0 add r2,r3,#0x1 cpy r5,r2 bne 0x0002bdf0 cmp r5,#0x0 ble 0x0002b81c ldr r2,[0x2be84] str r11,[sp,#0x14] add r2,pc,r2 str r2,[sp,#0xc] ldr r2,[0x2be88] cpy r11,r5 add r2,pc,r2 str r2,[sp,#0x10] ldr r5,[r7,#0x20] cmp r5,#0x0 beq 0x0002bde0 ldr r4,[r7,#0x1c] cmp r4,#0x0 beq 0x0002be24 ldr r2,[r4,#0x0] cpy r5,r4 cmp r9,r2 bne 0x0002bbe8 b 0x0002bd84 ldr r3,[r5,#0x0] cmp r3,r9 beq 0x0002bd84 ldr r5,[r5,#0x10] cmp r5,#0x0 bne 0x0002bbdc cpy r6,r4 b 0x0002bc08 ldr r3,[r6,#0x0] cmp r3,r9 beq 0x0002bd94 ldr r6,[r6,#0x10] cmp r6,#0x0 bne 0x0002bbfc b 0x0002bc8c ldr r3,[0x2be8c] ldr r0,[0x2be90] add r3,pc,r3 ldr r1,[r3,#0x34] add r0,pc,r0 bl 0x000936bc mov r2,#0x0 str r2,[sp,#0x0] ldr r3,[sp,#0x24] mvn r2,#0x0 cpy r1,r0 cpy r9,r0 cpy r0,r10 bl 0x000ea328 subs r7,r0,#0x0 beq 0x0002bcec ldr r0,[sp,#0x3c] bl 0x000ae7a0 cpy r0,r9 bl 0x00041b68 ldrb r3,[r5,#0x5] b 0x0002b974 cpy r0,r5 ldr r4,[sp,#0x2c] bl 0x00022cd4 b 0x0002b958 ldr r3,[r4,#0x0] cmp r3,r9 beq 0x0002bda0 ldr r4,[r4,#0x10] cmp r4,#0x0 bne 0x0002bc80 cmp r6,#0x0 beq 0x0002bdd4 cmp r10,#0x0 add r9,r9,#0x1 bne 0x0002bda8 ldr r5,[0x2be94] cpy r3,r6 add r5,pc,r5 cpy r2,r5 mov r1,#0x1 cpy r0,r8 bl 0x0001558c cpy r3,r4 cpy r2,r5 mov r1,#0x1 cpy r0,r8 bl 0x0001558c cmp r11,r9 bne 0x0002bbb0 ldr r11,[sp,#0x14] b 0x0002b81c mov r3,#0x9 str r3,[r5,#0x38] ldr r1,[sp,#0x3c] cpy r0,r5 bl 0x0002057c ldr r1,[sp,#0x3c] str r1,[sp,#0x10] cpy r0,r1 bl 0x000d33d0 ldr r1,[sp,#0x10] cmp r0,#0x64 beq 0x0002be34 ldr r0,[r11,#0x428] bl 0x00041b68 mov r3,#0x0 str r3,[r11,#0x428] str r3,[r11,#0x42c] str r3,[r11,#0x430] b 0x0002bc58 cmp r10,#0x0 beq 0x0002b81c ldr r3,[r7,#0x20] subs r5,r3,#0x0 cpyne r5,r9 bne 0x0002be18 ldr r0,[0x2be98] cpy r3,r8 mov r2,#0x2c mov r1,#0x1 add r0,pc,r0 bl 0x000153e8 ldr r2,[0x2be9c] cpy r3,r4 add r2,pc,r2 mov r1,#0x1 cpy r0,r8 bl 0x0001558c b 0x0002bb88 cmp r9,r2 ldr r5,[r5,#0x4] cpyeq r6,r4 bne 0x0002bbf4 cmp r9,r2 ldr r6,[r6,#0x8] bne 0x0002bc8c ldr r4,[r4,#0xc] b 0x0002bc98 cpy r3,r9 ldr r2,[sp,#0xc] mov r1,#0x1 cpy r0,r8 bl 0x0001558c cpy r3,r5 ldr r2,[sp,#0x10] mov r1,#0x1 cpy r0,r8 bl 0x0001558c b 0x0002bcac ldr r6,[0x2bea0] add r6,pc,r6 b 0x0002bca0 ldr r6,[0x2bea4] cpy r4,r5 add r6,pc,r6 b 0x0002bca0 ldr r2,[r7,#0x20] cmp r2,#0x0 bne 0x0002be10 b 0x0002be44 ldr r4,[r4,#0x10] cmp r4,#0x0 beq 0x0002be18 ldr r3,[r4,#0x0] cmp r3,#0x0 bne 0x0002be00 add r3,r7,#0x1000 ldr r4,[r3,#0x2c] b 0x0002bd50 ldr r6,[0x2bea8] cpy r5,r4 add r6,pc,r6 b 0x0002bca0 cpy r0,r5 bl 0x00027ad8 b 0x0002bd1c bl 0x0001534c cpy r4,r9 b 0x0002bd50
null
null
null
null
[(u'MULTIEQUAL_-1206010096', u'MULTIEQUAL_-1206010093'), (u'INDIRECT_-1206009340', u'MULTIEQUAL_-1206010156'), (u'INDIRECT_-1206010142', u'MULTIEQUAL_-1206010138'), ('const-0', u'INT_EQUAL_-1206010610'), (u'CALL_-1206009983', u'INDIRECT_-1206008515'), (u'INT_NOTEQUAL_-1206010382', u'CBRANCH_-1206010379'), ('tmp_1132', u'CBRANCH_-1206010607'), (u'MULTIEQUAL_-1206008364', u'MULTIEQUAL_-1206009450'), (u'INT_NOTEQUAL_-1206010578', u'CBRANCH_-1206010554'), ('tmp_2156', u'BRANCH_-1206009584'), (u'INDIRECT_-1206010627', u'MULTIEQUAL_-1206010619'), (u'INDIRECT_-1206008877', u'COPY_-1206008930'), (u'MULTIEQUAL_-1206010679', u'MULTIEQUAL_-1206010178'), (u'PTRSUB_-1206008885', u'LOAD_-1206010604'), (u'PTRSUB_-1206008824', u'LOAD_-1206010469'), (u'CALL_-1206011983', u'INDIRECT_-1206010594'), ('const-417', u'LOAD_-1206012303'), (u'CAST_-1206008298', u'MULTIEQUAL_-1206008364'), (u'LOAD_-1206009471', u'PTRSUB_-1206008206'), (u'PTRSUB_-1206008730', u'LOAD_-1206010155'), (u'INDIRECT_-1206009200', u'INT_ADD_-1206009576'), (u'INT_EQUAL_-1206010642', u'CBRANCH_-1206010638'), (u'MULTIEQUAL_-1206009435', u'CALL_-1206010030'), (u'CAST_-1206008151', u'MULTIEQUAL_-1206009435'), (u'INDIRECT_-1206010069', u'MULTIEQUAL_-1206010036'), ('const-417', u'LOAD_-1206012367'), (u'INDIRECT_-1206008475', u'COPY_-1206008531'), (u'CALL_-1206010030', u'INDIRECT_-1206008837'), ('const-4294967236', u'PTRSUB_-1206010142'), (u'MULTIEQUAL_-1206010076', u'MULTIEQUAL_-1206010073'), ('tmp_2070', u'CBRANCH_-1206010124'), (u'MULTIEQUAL_-1206010639', u'MULTIEQUAL_-1206010138'), (u'INT_EQUAL_-1206010444', u'CBRANCH_-1206010441'), ('const-1', u'PTRADD_-1206009609'), (u'MULTIEQUAL_-1206009437', u'MULTIEQUAL_-1206009435'), (u'CALL_-1206011566', u'INT_EQUAL_-1206011540'), ('tmp_6135', u'MULTIEQUAL_-1206010659'), (u'CALL_-1206009983', u'INDIRECT_-1206008338'), (u'CALL_-1206011983', u'INDIRECT_-1206010454'), (u'CALL_-1206010662', u'INT_EQUAL_-1206010642'), ('tmp_513', u'CBRANCH_-1206012097'), ('const-5348', u'PTRSUB_-1206010237'), (u'CALL_-1206010662', u'INDIRECT_-1206009360'), ('const-0', u'INT_SLESS_-1206010520'), (u'INDIRECT_-1206008799', u'COPY_-1206008848'), ('tmp_4485', u'PTRSUB_-1206010147'), (u'INDIRECT_-1206010487', u'MULTIEQUAL_-1206010479'), (u'CALL_-1206011983', u'INDIRECT_-1206010434'), (u'CALL_-1206010662', u'INDIRECT_-1206009260'), (u'INDIRECT_-1206010149', u'MULTIEQUAL_-1206010116'), (u'INDIRECT_-1206008739', u'COPY_-1206008788'), (u'INDIRECT_-1206009260', u'INT_ADD_-1206010052'), (u'LOAD_-1206010407', u'COPY_-1206008822'), ('tmp_6129', u'MULTIEQUAL_-1206010539'), (u'INDIRECT_-1206010082', u'MULTIEQUAL_-1206010078'), ('tmp_339', u'CBRANCH_-1206012220'), (u'LOAD_-1206010604', u'MULTIEQUAL_-1206009097'), (u'STORE_-1206012265', u'INDIRECT_-1206010547'), (u'CALL_-1206011983', u'INDIRECT_-1206010394'), ('const-44', u'CALL_-1206009659'), (u'MULTIEQUAL_-1206009450', u'MULTIEQUAL_-1206009437'), (u'INDIRECT_-1206008655', u'COPY_-1206008711'), (u'PTRSUB_-1206008811', u'LOAD_-1206010438'), (u'CALL_-1206011566', u'INDIRECT_-1206010249'), (u'INDIRECT_-1206010022', u'MULTIEQUAL_-1206010018'), ('const-0', u'PTRSUB_-1206008206'), ('const-417', u'LOAD_-1206010469'), (u'INT_ADD_-1206012351', u'CAST_-1206010230'), ('const-32', u'PTRSUB_-1206008236'), (u'CALL_-1206011566', u'INDIRECT_-1206010069'), (u'CALL_-1206010662', u'INDIRECT_-1206009340'), (u'INDIRECT_-1206010102', u'MULTIEQUAL_-1206010098'), (u'CALL_-1206011566', u'INDIRECT_-1206010129'), (u'CALL_-1206009983', u'INDIRECT_-1206008595'), ('const-417', u'LOAD_-1206012275'), (u'INDIRECT_-1206009320', u'MULTIEQUAL_-1206010133'), (u'MULTIEQUAL_-1206010519', u'MULTIEQUAL_-1206010018'), (u'INDIRECT_-1206008435', u'COPY_-1206008491'), ('tmp_2209', u'CBRANCH_-1206009551'), ('const-0', u'INT_NOTEQUAL_-1206009468'), (u'CALL_-1206010662', u'INDIRECT_-1206009380'), ('const-0', u'INT_NOTEQUAL_-1206009445'), ('tmp_2573', u'PTRSUB_-1206009731'), ('const-4294967295', u'CALL_-1206011983'), (u'INDIRECT_-1206010494', u'COPY_-1206010553'), (u'MULTIEQUAL_-1206010036', u'MULTIEQUAL_-1206010033'), (u'INDIRECT_-1206008839', u'COPY_-1206008888'), (u'CALL_-1206011508', u'INDIRECT_-1206010040'), (u'MULTIEQUAL_-1206009978', u'COPY_-1206010016'), (u'INDIRECT_-1206009982', u'MULTIEQUAL_-1206009978'), (u'INT_EQUAL_-1206010610', u'CBRANCH_-1206010607'), (u'MULTIEQUAL_-1206010016', u'MULTIEQUAL_-1206010013'), (u'INDIRECT_-1206009300', u'MULTIEQUAL_-1206010116'), (u'INDIRECT_-1206008997', u'COPY_-1206009050'), (u'CALL_-1206009659', u'INDIRECT_-1206008562'), (u'INDIRECT_-1206008515', u'COPY_-1206008571'), (u'PTRSUB_-1206008596', u'LOAD_-1206010058'), ('const-417', u'LOAD_-1206009471'), (u'COPY_-1206012230', u'MULTIEQUAL_-1206009889'), (u'INDIRECT_-1206008699', u'COPY_-1206008748'), (u'CALL_-1206011566', u'INDIRECT_-1206010169'), ('tmp_1446', u'CBRANCH_-1206010410'), (u'INDIRECT_-1206008635', u'COPY_-1206008691'), ('const-5348', u'PTRSUB_-1206009731'), (u'CALL_-1206010662', u'INDIRECT_-1206009300'), (u'MULTIEQUAL_-1206010479', u'MULTIEQUAL_-1206009978'), (u'INDIRECT_-1206009240', u'MULTIEQUAL_-1206010056'), (u'PTRSUB_-1206008921', u'LOAD_-1206010679'), (u'CALL_-1206011983', u'INDIRECT_-1206010494'), (u'LOAD_-1206010673', u'INT_NOTEQUAL_-1206010578'), ('const-0', u'INT_NOTEQUAL_-1206009630'), (u'INDIRECT_-1206009083', u'MULTIEQUAL_-1206009904'), ('const-417', u'LOAD_-1206010145'), (u'MULTIEQUAL_-1206009097', u'INT_NOTEQUAL_-1206009468'), (u'LOAD_-1206010469', u'INT_EQUAL_-1206010444'), (u'INDIRECT_-1206008575', u'COPY_-1206008631'), (u'INDIRECT_-1206010394', u'COPY_-1206010453'), ('const-8', u'PTRSUB_-1206008326'), (u'MULTIEQUAL_-1206010659', u'MULTIEQUAL_-1206010158'), (u'MULTIEQUAL_-1206010098', u'COPY_-1206010136'), (u'INDIRECT_-1206010029', u'MULTIEQUAL_-1206009996'), (u'CALL_-1206010030', u'INDIRECT_-1206008957'), ('const-1', u'CALL_-1206009659'), (u'STORE_-1206012265', u'INDIRECT_-1206010607'), (u'INT_ADD_-1206008308', u'PTRADD_-1206009668'), ('const-5348', u'PTRSUB_-1206008916'), (u'MULTIEQUAL_-1206008359', u'INT_NOTEQUAL_-1206009900'), (u'INDIRECT_-1206010109', u'MULTIEQUAL_-1206010076'), (u'LOAD_-1206010635', u'PTRSUB_-1206008885'), ('tmp_1519', u'CBRANCH_-1206009924'), ('const-417', u'LOAD_-1206011565'), (u'COPY_-1206008822', u'MULTIEQUAL_-1206008776'), (u'CALL_-1206009659', u'INDIRECT_-1206008739'), (u'PTRSUB_-1206008219', u'LOAD_-1206009471'), (u'CALL_-1206010030', u'INDIRECT_-1206008997'), (u'MULTIEQUAL_-1206010078', u'COPY_-1206010116'), (u'INDIRECT_-1206010162', u'MULTIEQUAL_-1206010158'), (u'INT_NOTEQUAL_-1206012119', u'CBRANCH_-1206012097'), (u'LOAD_-1206012212', u'INT_NOTEQUAL_-1206012119'), ('const-0', u'INT_EQUAL_-1206010413'), (u'PTRADD_-1206009472', u'CAST_-1206008151'), (u'CALL_-1206010030', u'INDIRECT_-1206008857'), (u'STORE_-1206012265', u'INDIRECT_-1206010507'), (u'INDIRECT_-1206010089', u'MULTIEQUAL_-1206010056'), (u'MULTIEQUAL_-1206008366', u'MULTIEQUAL_-1206009477'), (u'CALL_-1206009983', u'INDIRECT_-1206008575'), (u'PTRSUB_-1206010246', u'LOAD_-1206012275'), ('const-0', u'INT_EQUAL_-1206011540'), ('const-179696', u'INT_ADD_-1206009576'), ('tmp_1984', u'BRANCH_-1206010122'), ('tmp_2573', u'PTRSUB_-1206008921'), (u'CALL_-1206011566', u'INDIRECT_-1206010229'), (u'STORE_-1206012265', u'INDIRECT_-1206010527'), (u'CAST_-1206010230', u'LOAD_-1206012367'), (u'LOAD_-1206012367', u'LOAD_-1206011584'), ('const-1', u'PTRADD_-1206009668'), (u'MULTIEQUAL_-1206009907', u'MULTIEQUAL_-1206009904'), ('const-417', u'LOAD_-1206010155'), ('const-179388', u'INT_ADD_-1206010052'), ('const-0', u'INT_EQUAL_-1206010444'), (u'INDIRECT_-1206010594', u'COPY_-1206010653'), ('tmp_2575', u'INT_NOTEQUAL_-1206012325'), (u'LOAD_-1206010155', u'COPY_-1206008773'), (u'MULTIEQUAL_-1206010216', u'MULTIEQUAL_-1206010213'), (u'CALL_-1206011508', u'INDIRECT_-1206010100'), (u'STORE_-1206011490', u'INDIRECT_-1206010042'), (u'MULTIEQUAL_-1206010699', u'MULTIEQUAL_-1206010198'), (u'LOAD_-1206011565', u'CALL_-1206011508'), ('const-0', u'INT_NOTEQUAL_-1206009900'), (u'LOAD_-1206010155', u'PTRSUB_-1206008743'), (u'INDIRECT_-1206010647', u'MULTIEQUAL_-1206010639'), ('const-0', u'COPY_-1206011529'), (u'INDIRECT_-1206009083', u'MULTIEQUAL_-1206009907'), (u'INDIRECT_-1206009072', u'MULTIEQUAL_-1206009896'), (u'CALL_-1206010662', u'INDIRECT_-1206009200'), (u'INDIRECT_-1206009220', u'INT_ADD_-1206008308'), (u'COPY_-1206009810', u'MULTIEQUAL_-1206010556'), ('const-0', u'COPY_-1206009810'), (u'INDIRECT_-1206010547', u'MULTIEQUAL_-1206010539'), ('const-16', u'PTRSUB_-1206008730'), (u'PTRSUB_-1206008764', u'LOAD_-1206010153'), ('const-0', u'COPY_-1206012230'), (u'INDIRECT_-1206010182', u'MULTIEQUAL_-1206010178'), (u'CALL_-1206011508', u'INDIRECT_-1206010020'), (u'INDIRECT_-1206008937', u'COPY_-1206008990'), (u'INT_ADD_-1206010553', u'INT_SLESS_-1206010520'), (u'INDIRECT_-1206010454', u'COPY_-1206010513'), ('const-1', u'RETURN_-1206011978'), (u'INDIRECT_-1206009360', u'MULTIEQUAL_-1206010173'), ('tmp_2573', u'PTRSUB_-1206009761'), ('tmp_6127', u'MULTIEQUAL_-1206010499'), (u'STORE_-1206011490', u'INDIRECT_-1206010082'), ('const-4', u'INT_ADD_-1206008308'), (u'INDIRECT_-1206010129', u'MULTIEQUAL_-1206010096'), (u'CALL_-1206011508', u'INDIRECT_-1206009892'), (u'INDIRECT_-1206008859', u'COPY_-1206008908'), ('const-1', u'RETURN_-1206009978'), (u'COPY_-1206008813', u'MULTIEQUAL_-1206009450'), ('tmp_2358', u'CBRANCH_-1206009465'), ('tmp_1483', u'CBRANCH_-1206010379'), (u'CALL_-1206010662', u'INDIRECT_-1206009320'), (u'CALL_-1206009983', u'INDIRECT_-1206008495'), (u'STORE_-1206011490', u'INDIRECT_-1206010102'), (u'COPY_-1206008773', u'MULTIEQUAL_-1206008332'), ('const-0', u'INT_EQUAL_-1206010642'), (u'LOAD_-1206010604', u'INT_ADD_-1206010553'), (u'INDIRECT_-1206010554', u'COPY_-1206010613'), ('const-0', u'PTRSUB_-1206008609'), (u'INDIRECT_-1206009037', u'COPY_-1206009090'), (u'PTRSUB_-1206008609', u'LOAD_-1206010050'), (u'MULTIEQUAL_-1206009450', u'MULTIEQUAL_-1206008364'), (u'PTRADD_-1206009609', u'CALL_-1206009659'), ('tmp_2130', u'BRANCH_-1206009526'), (u'MULTIEQUAL_-1206008364', u'MULTIEQUAL_-1206009437'), (u'INDIRECT_-1206009180', u'PTRADD_-1206009472'), (u'CALL_-1206010662', u'MULTIEQUAL_-1206010574'), ('const-28', u'PTRSUB_-1206008898'), (u'STORE_-1206011490', u'INDIRECT_-1206010142'), ('tmp_2453', u'CBRANCH_-1206009443'), (u'INDIRECT_-1206009921', u'MULTIEQUAL_-1206009896'), (u'MULTIEQUAL_-1206010178', u'COPY_-1206010216'), (u'INDIRECT_-1206010607', u'MULTIEQUAL_-1206010599'), (u'MULTIEQUAL_-1206010056', u'MULTIEQUAL_-1206010053'), ('tmp_2575', u'STORE_-1206012265'), (u'LOAD_-1206010438', u'COPY_-1206008820'), (u'STORE_-1206011490', u'INDIRECT_-1206010062'), (u'INDIRECT_-1206010574', u'COPY_-1206010633'), (u'PTRSUB_-1206008916', u'PTRSUB_-1206008891'), ('const-1', u'RETURN_-1206009654'), (u'LOAD_-1206011565', u'PTRSUB_-1206008811'), (u'CALL_-1206011983', u'INDIRECT_-1206010277'), (u'MULTIEQUAL_-1206009896', u'MULTIEQUAL_-1206009893'), ('const-417', u'LOAD_-1206010635'), (u'COPY_-1206008823', u'MULTIEQUAL_-1206008779'), (u'LOAD_-1206011565', u'PTRSUB_-1206008898'), (u'CALL_-1206011508', u'INDIRECT_-1206010080'), (u'MULTIEQUAL_-1206008329', u'INT_NOTEQUAL_-1206009933'), (u'INT_ADD_-1206012387', u'INT_ADD_-1206012351'), ('const-417', u'LOAD_-1206011584'), ('tmp_1224', u'CBRANCH_-1206010554'), (u'CALL_-1206010030', u'INDIRECT_-1206008897'), (u'MULTIEQUAL_-1206010156', u'MULTIEQUAL_-1206010153'), (u'INDIRECT_-1206008679', u'COPY_-1206008728'), (u'CALL_-1206011508', u'INDIRECT_-1206010200'), (u'STORE_-1206012265', u'INDIRECT_-1206010587'), ('const-179560', u'PTRSUB_-1206008410'), (u'INDIRECT_-1206010374', u'COPY_-1206010433'), ('const-1', u'INT_ADD_-1206010553'), (u'CALL_-1206011566', u'INDIRECT_-1206009932'), ('tmp_2573', u'PTRSUB_-1206010237'), (u'MULTIEQUAL_-1206010136', u'MULTIEQUAL_-1206010133'), ('const-417', u'LOAD_-1206010438'), (u'CALL_-1206009983', u'INDIRECT_-1206008535'), (u'CALL_-1206009659', u'INDIRECT_-1206008699'), (u'INDIRECT_-1206009380', u'MULTIEQUAL_-1206010196'), (u'PTRSUB_-1206008236', u'LOAD_-1206009580'), (u'LOAD_-1206010407', u'COPY_-1206008818'), (u'PTRSUB_-1206010236', u'LOAD_-1206012260'), ('tmp_6125', u'MULTIEQUAL_-1206010679'), (u'LOAD_-1206012303', u'MULTIEQUAL_-1206009878'), (u'CAST_-1206008881', u'CALL_-1206009659'), (u'STORE_-1206012265', u'INDIRECT_-1206010667'), ('const-417', u'LOAD_-1206010146'), (u'STORE_-1206011490', u'INDIRECT_-1206010182'), (u'INDIRECT_-1206010122', u'MULTIEQUAL_-1206010118'), ('const-28', u'PTRSUB_-1206008811'), (u'PTRSUB_-1206009730', u'STORE_-1206011490'), (u'CALL_-1206009659', u'INDIRECT_-1206008779'), (u'LOAD_-1206009580', u'INT_NOTEQUAL_-1206009554'), (u'LOAD_-1206010635', u'MULTIEQUAL_-1206009085'), (u'CALL_-1206009659', u'INDIRECT_-1206008819'), ('const-0', u'PTRSUB_-1206010246'), ('const-0', u'PTRSUB_-1206008777'), (u'STORE_-1206011490', u'INDIRECT_-1206010002'), (u'CALL_-1206009983', u'INDIRECT_-1206008455'), (u'CALL_-1206009659', u'INDIRECT_-1206008839'), ('const-0', u'INT_NOTEQUAL_-1206012325'), ('tmp_6128', u'MULTIEQUAL_-1206010519'), (u'CALL_-1206011566', u'INDIRECT_-1206010109'), (u'MULTIEQUAL_-1206010619', u'MULTIEQUAL_-1206010118'), (u'LOAD_-1206010155', u'INT_EQUAL_-1206010130'), ('const-16', u'PTRSUB_-1206008596'), ('const-4', u'PTRSUB_-1206008891'), (u'CALL_-1206009983', u'INDIRECT_-1206008615'), ('tmp_6133', u'MULTIEQUAL_-1206010619'), (u'LOAD_-1206010153', u'PTRSUB_-1206008777'), (u'LOAD_-1206010438', u'MULTIEQUAL_-1206008366'), (u'LOAD_-1206011565', u'CALL_-1206010662'), (u'INDIRECT_-1206009360', u'MULTIEQUAL_-1206010176'), (u'INT_ADD_-1206010052', u'CALL_-1206010030'), (u'PTRSUB_-1206008203', u'PTRADD_-1206009472'), (u'CALL_-1206009983', u'INDIRECT_-1206008435'), (u'INDIRECT_-1206010474', u'COPY_-1206010533'), (u'MULTIEQUAL_-1206009085', u'PTRSUB_-1206008219'), (u'CALL_-1206010030', u'INDIRECT_-1206008720'), (u'MULTIEQUAL_-1206010556', u'COPY_-1206011580'), (u'CALL_-1206009659', u'INDIRECT_-1206008551'), (u'INDIRECT_-1206009892', u'MULTIEQUAL_-1206009878'), (u'PTRSUB_-1206008777', u'LOAD_-1206010145'), (u'CALL_-1206011508', u'INDIRECT_-1206010120'), (u'CALL_-1206009659', u'INDIRECT_-1206008659'), (u'INT_NOTEQUAL_-1206009900', u'CBRANCH_-1206009891'), (u'CALL_-1206011508', u'INDIRECT_-1206010180'), ('const-417', u'STORE_-1206012265'), ('const-0', u'INT_NOTEQUAL_-1206012119'), (u'CALL_-1206011508', u'INDIRECT_-1206010160'), ('tmp_1080', u'CBRANCH_-1206010638'), ('const-417', u'LOAD_-1206010153'), (u'INDIRECT_-1206009200', u'MULTIEQUAL_-1206010013'), (u'INDIRECT_-1206009280', u'MULTIEQUAL_-1206010096'), (u'INDIRECT_-1206010249', u'MULTIEQUAL_-1206010216'), (u'CALL_-1206011983', u'INDIRECT_-1206010554'), (u'CAST_-1206008881', u'CALL_-1206010030'), ('const-36', u'PTRSUB_-1206008921'), (u'INDIRECT_-1206010567', u'MULTIEQUAL_-1206010559'), (u'CALL_-1206009983', u'INDIRECT_-1206008655'), ('tmp_2573', u'PTRSUB_-1206010246'), (u'INDIRECT_-1206009260', u'MULTIEQUAL_-1206010076'), (u'PTRSUB_-1206010142', u'CALL_-1206011983'), (u'MULTIEQUAL_-1206010196', u'MULTIEQUAL_-1206010193'), (u'CALL_-1206010662', u'INDIRECT_-1206009400'), (u'INDIRECT_-1206009400', u'MULTIEQUAL_-1206010213'), (u'STORE_-1206012265', u'INDIRECT_-1206010687'), ('tmp_934', u'CBRANCH_-1206011537'), (u'LOAD_-1206009471', u'MULTIEQUAL_-1206009085'), (u'INT_EQUAL_-1206010130', u'CBRANCH_-1206010126'), (u'INDIRECT_-1206010707', u'MULTIEQUAL_-1206010699'), (u'CALL_-1206010662', u'INDIRECT_-1206009072'), (u'COPY_-1206008385', u'MULTIEQUAL_-1206009583'), (u'INDIRECT_-1206010687', u'MULTIEQUAL_-1206010679'), (u'INT_NOTEQUAL_-1206009630', u'CBRANCH_-1206009628'), ('const-0', u'STORE_-1206012265'), (u'PTRSUB_-1206008891', u'LOAD_-1206010673'), (u'INT_EQUAL_-1206010130', u'CBRANCH_-1206010127'), ('tmp_1839', u'BRANCH_-1206009722'), ('const-0', u'STORE_-1206011490'), (u'INDIRECT_-1206010002', u'MULTIEQUAL_-1206009998'), (u'INDIRECT_-1206010229', u'MULTIEQUAL_-1206010196'), ('const-417', u'LOAD_-1206010407'), (u'INDIRECT_-1206008719', u'COPY_-1206008768'), (u'CALL_-1206011983', u'INDIRECT_-1206010514'), (u'MULTIEQUAL_-1206009998', u'COPY_-1206010036'), (u'STORE_-1206011490', u'INDIRECT_-1206010022'), (u'CALL_-1206010030', u'INDIRECT_-1206008977'), (u'CALL_-1206011983', u'INDIRECT_-1206010574'), (u'CALL_-1206010662', u'INDIRECT_-1206009220'), (u'INDIRECT_-1206008977', u'COPY_-1206009030'), (u'STORE_-1206011490', u'INDIRECT_-1206010162'), ('const-0', u'INT_NOTEQUAL_-1206010382'), (u'CALL_-1206011983', u'INDIRECT_-1206010374'), (u'INDIRECT_-1206010209', u'MULTIEQUAL_-1206010176'), (u'MULTIEQUAL_-1206009583', u'PTRSUB_-1206008730'), (u'INDIRECT_-1206009180', u'MULTIEQUAL_-1206009996'), (u'INDIRECT_-1206009072', u'MULTIEQUAL_-1206009893'), ('tmp_1892', u'CBRANCH_-1206010029'), (u'CALL_-1206011983', u'INDIRECT_-1206010414'), (u'INDIRECT_-1206009017', u'COPY_-1206009070'), (u'INDIRECT_-1206010062', u'MULTIEQUAL_-1206010058'), (u'INDIRECT_-1206010414', u'COPY_-1206010473'), (u'LOAD_-1206012367', u'LOAD_-1206012303'), (u'INDIRECT_-1206008819', u'COPY_-1206008868'), ('const-0', u'PTRSUB_-1206008289'), (u'INDIRECT_-1206009180', u'MULTIEQUAL_-1206009993'), ('const-417', u'LOAD_-1206010679'), (u'INT_EQUAL_-1206011540', u'CBRANCH_-1206011537'), (u'MULTIEQUAL_-1206010116', u'MULTIEQUAL_-1206010113'), (u'LOAD_-1206010058', u'INT_EQUAL_-1206010033'), (u'INDIRECT_-1206008779', u'COPY_-1206008828'), (u'LOAD_-1206010146', u'COPY_-1206008771'), (u'INDIRECT_-1206008917', u'COPY_-1206008970'), (u'PTRADD_-1206009668', u'MULTIEQUAL_-1206009435'), (u'STORE_-1206012265', u'INDIRECT_-1206010567'), (u'PTRSUB_-1206008743', u'LOAD_-1206010146'), (u'INDIRECT_-1206008897', u'COPY_-1206008950'), (u'INDIRECT_-1206008817', u'COPY_-1206008870'), (u'MULTIEQUAL_-1206008332', u'PTRSUB_-1206008326'), (u'PTRSUB_-1206008206', u'LOAD_-1206009440'), ('tmp_6130', u'MULTIEQUAL_-1206010559'), (u'CALL_-1206009659', u'INDIRECT_-1206008859'), (u'INDIRECT_-1206008535', u'COPY_-1206008591'), ('const-0', u'INT_EQUAL_-1206010033'), (u'INDIRECT_-1206010527', u'MULTIEQUAL_-1206010519'), (u'MULTIEQUAL_-1206010499', u'MULTIEQUAL_-1206009998'), (u'STORE_-1206011490', u'INDIRECT_-1206009982'), (u'CALL_-1206011508', u'INDIRECT_-1206010220'), (u'CALL_-1206009983', u'INDIRECT_-1206008475'), (u'INT_EQUAL_-1206012230', u'CBRANCH_-1206012220'), (u'INDIRECT_-1206009200', u'MULTIEQUAL_-1206010016'), (u'INT_EQUAL_-1206010033', u'CBRANCH_-1206010029'), ('const-0', u'PTRSUB_-1206009760'), ('const-0', u'PTRSUB_-1206008743'), (u'INT_NOTEQUAL_-1206009468', u'CBRANCH_-1206009465'), (u'PTRSUB_-1206008326', u'LOAD_-1206009900'), (u'MULTIEQUAL_-1206010038', u'COPY_-1206010076'), (u'INT_NOTEQUAL_-1206009554', u'CBRANCH_-1206009551'), (u'MULTIEQUAL_-1206010158', u'COPY_-1206010196'), ('tmp_764', u'CBRANCH_-1206011556'), (u'LOAD_-1206010407', u'MULTIEQUAL_-1206008359'), (u'LOAD_-1206010153', u'MULTIEQUAL_-1206008779'), (u'INDIRECT_-1206009240', u'PTRADD_-1206009609'), (u'INT_ADD_-1206009576', u'CAST_-1206008220'), ('const-177676', u'INT_ADD_-1206012387'), ('const-417', u'LOAD_-1206010604'), (u'PTRSUB_-1206008798', u'LOAD_-1206010407'), (u'CALL_-1206009659', u'INDIRECT_-1206008719'), (u'CALL_-1206010662', u'INDIRECT_-1206009083'), (u'CALL_-1206011983', u'INDIRECT_-1206010534'), (u'MULTIEQUAL_-1206008332', u'COPY_-1206008385'), (u'CALL_-1206010030', u'INDIRECT_-1206008877'), (u'STORE_-1206011490', u'INDIRECT_-1206010122'), (u'CALL_-1206009983', u'INDIRECT_-1206008555'), (u'INDIRECT_-1206009400', u'MULTIEQUAL_-1206010216'), ('const-32', u'PTRSUB_-1206008824'), ('const-16', u'PTRSUB_-1206008764'), (u'LOAD_-1206010058', u'PTRSUB_-1206008609'), (u'CALL_-1206011566', u'INDIRECT_-1206010029'), ('const-417', u'LOAD_-1206010050'), ('const-417', u'LOAD_-1206010058'), ('const-0', u'INT_EQUAL_-1206010128'), (u'INDIRECT_-1206008455', u'COPY_-1206008511'), (u'LOAD_-1206010673', u'INT_NOTEQUAL_-1206009630'), ('const-16', u'PTRSUB_-1206008219'), (u'CALL_-1206011566', u'INDIRECT_-1206010049'), (u'INDIRECT_-1206008595', u'COPY_-1206008651'), ('tmp_6132', u'MULTIEQUAL_-1206010599'), (u'CALL_-1206011983', u'INDIRECT_-1206010266'), (u'LOAD_-1206010679', u'CAST_-1206008881'), (u'INDIRECT_-1206009932', u'MULTIEQUAL_-1206009907'), (u'COPY_-1206008820', u'MULTIEQUAL_-1206009583'), (u'INDIRECT_-1206010434', u'COPY_-1206010493'), (u'CALL_-1206011566', u'INDIRECT_-1206010189'), (u'CALL_-1206009659', u'INDIRECT_-1206008679'), ('const-0', u'PTRSUB_-1206008203'), (u'INDIRECT_-1206010202', u'MULTIEQUAL_-1206010198'), (u'LOAD_-1206010438', u'INT_EQUAL_-1206010413'), (u'MULTIEQUAL_-1206009477', u'PTRSUB_-1206008596'), (u'LOAD_-1206010058', u'MULTIEQUAL_-1206008366'), ('const-417', u'LOAD_-1206009580'), (u'STORE_-1206012265', u'INDIRECT_-1206010707'), (u'CALL_-1206010030', u'INDIRECT_-1206008709'), (u'INDIRECT_-1206010534', u'COPY_-1206010593'), (u'INDIRECT_-1206009240', u'MULTIEQUAL_-1206010053'), (u'INDIRECT_-1206008759', u'COPY_-1206008808'), (u'STORE_-1206012265', u'INDIRECT_-1206010487'), (u'CALL_-1206011566', u'INDIRECT_-1206010149'), (u'LOAD_-1206010438', u'PTRSUB_-1206008798'), (u'MULTIEQUAL_-1206008779', u'PTRSUB_-1206008764'), (u'LOAD_-1206011565', u'PTRSUB_-1206008236'), (u'INT_NOTEQUAL_-1206009933', u'CBRANCH_-1206009924'), (u'INDIRECT_-1206009340', u'MULTIEQUAL_-1206010153'), (u'CAST_-1206008220', u'MULTIEQUAL_-1206009435'), (u'INDIRECT_-1206010514', u'COPY_-1206010573'), (u'INDIRECT_-1206008879', u'COPY_-1206008928'), ('const-0', u'PTRSUB_-1206009730'), ('const-4294967240', u'PTRSUB_-1206010147'), (u'CALL_-1206011508', u'INDIRECT_-1206010000'), (u'INDIRECT_-1206008495', u'COPY_-1206008551'), (u'INDIRECT_-1206009380', u'MULTIEQUAL_-1206010193'), (u'MULTIEQUAL_-1206010574', u'MULTIEQUAL_-1206010556'), (u'CALL_-1206010030', u'INDIRECT_-1206009037'), ('const-417', u'STORE_-1206011490'), ('tmp_1560', u'CBRANCH_-1206009891'), (u'STORE_-1206012265', u'INDIRECT_-1206010647'), ('tmp_6125', u'INT_ADD_-1206012351'), (u'MULTIEQUAL_-1206010176', u'MULTIEQUAL_-1206010173'), ('tmp_4485', u'PTRSUB_-1206010142'), (u'PTRSUB_-1206010237', u'PTRSUB_-1206010236'), ('const-179764', u'PTRSUB_-1206008203'), ('const-0', u'PTRSUB_-1206010236'), ('tmp_2575', u'CALL_-1206011566'), (u'LOAD_-1206012275', u'CALL_-1206011983'), (u'LOAD_-1206011565', u'PTRSUB_-1206008824'), ('tmp_6126', u'MULTIEQUAL_-1206010479'), ('const-0', u'COPY_-1206008813'), (u'PTRSUB_-1206009731', u'PTRSUB_-1206009730'), (u'INDIRECT_-1206009320', u'MULTIEQUAL_-1206010136'), (u'CALL_-1206011508', u'INDIRECT_-1206009903'), ('tmp_2573', u'PTRSUB_-1206008916'), ('tmp_2574', u'CALL_-1206011566'), (u'CALL_-1206010662', u'INDIRECT_-1206009240'), ('const-0', u'INT_NOTEQUAL_-1206009554'), (u'INT_NOTEQUAL_-1206012325', u'CBRANCH_-1206012265'), (u'CALL_-1206011508', u'INDIRECT_-1206010060'), (u'INDIRECT_-1206008837', u'COPY_-1206008890'), (u'CALL_-1206010030', u'INDIRECT_-1206008817'), (u'CALL_-1206009983', u'INDIRECT_-1206008635'), (u'COPY_-1206011580', u'RETURN_-1206011506'), (u'CALL_-1206011508', u'INDIRECT_-1206010140'), ('const-1', u'CALL_-1206010030'), (u'INT_SLESS_-1206010520', u'CBRANCH_-1206010527'), (u'MULTIEQUAL_-1206008776', u'INT_NOTEQUAL_-1206010382'), ('const-0', u'RETURN_-1206011506'), ('tmp_2574', u'LOAD_-1206012212'), (u'CALL_-1206010030', u'INDIRECT_-1206008937'), ('const-1', u'PTRADD_-1206009472'), (u'INDIRECT_-1206009220', u'MULTIEQUAL_-1206010033'), ('tmp_6131', u'MULTIEQUAL_-1206010579'), (u'INDIRECT_-1206010042', u'MULTIEQUAL_-1206010038'), ('const-417', u'LOAD_-1206012260'), (u'INDIRECT_-1206009280', u'MULTIEQUAL_-1206010093'), (u'MULTIEQUAL_-1206009878', u'INT_EQUAL_-1206011560'), (u'COPY_-1206008818', u'MULTIEQUAL_-1206008329'), ('const-0', u'PTRSUB_-1206008885'), (u'LOAD_-1206009471', u'INT_NOTEQUAL_-1206009445'), ('tmp_2575', u'CALL_-1206010662'), ('tmp_271', u'CBRANCH_-1206012265'), ('const-0', u'INT_NOTEQUAL_-1206009933'), (u'COPY_-1206008771', u'MULTIEQUAL_-1206008329'), (u'INDIRECT_-1206008615', u'COPY_-1206008671'), (u'MULTIEQUAL_-1206010599', u'MULTIEQUAL_-1206010098'), (u'INT_EQUAL_-1206010128', u'CBRANCH_-1206010124'), (u'LOAD_-1206011584', u'INT_EQUAL_-1206011560'), ('tmp_6124', u'INT_ADD_-1206012387'), (u'PTRSUB_-1206009760', u'LOAD_-1206011565'), (u'CALL_-1206009659', u'INDIRECT_-1206008799'), (u'MULTIEQUAL_-1206010198', u'COPY_-1206010236'), (u'CALL_-1206010662', u'INDIRECT_-1206009280'), (u'CALL_-1206011566', u'INDIRECT_-1206009921'), ('tmp_1276', u'CBRANCH_-1206010527'), (u'LOAD_-1206010050', u'MULTIEQUAL_-1206008359'), (u'MULTIEQUAL_-1206010539', u'MULTIEQUAL_-1206010038'), (u'INDIRECT_-1206009260', u'MULTIEQUAL_-1206010073'), (u'LOAD_-1206010438', u'COPY_-1206008823'), ('tmp_1982', u'CBRANCH_-1206010126'), (u'INDIRECT_-1206010587', u'MULTIEQUAL_-1206010579'), (u'LOAD_-1206010438', u'MULTIEQUAL_-1206009477'), ('tmp_6124', u'MULTIEQUAL_-1206010699'), ('const-0', u'INT_NOTEQUAL_-1206010578'), (u'CALL_-1206009659', u'INDIRECT_-1206008759'), ('const-0', u'PTRSUB_-1206008410'), (u'INDIRECT_-1206008555', u'COPY_-1206008611'), (u'PTRSUB_-1206008410', u'PTRADD_-1206009609'), (u'INDIRECT_-1206008659', u'COPY_-1206008708'), (u'INDIRECT_-1206010667', u'MULTIEQUAL_-1206010659'), ('const-0', u'INT_EQUAL_-1206010130'), (u'COPY_-1206008820', u'MULTIEQUAL_-1206008332'), (u'MULTIEQUAL_-1206010138', u'COPY_-1206010176'), (u'CALL_-1206010030', u'INDIRECT_-1206008917'), ('const-0', u'PTRSUB_-1206008798'), ('const-179676', u'PTRSUB_-1206008289'), (u'INDIRECT_-1206009300', u'MULTIEQUAL_-1206010113'), ('tmp_1613', u'CBRANCH_-1206010127'), (u'CALL_-1206011983', u'INDIRECT_-1206010474'), (u'INT_EQUAL_-1206011560', u'CBRANCH_-1206011556'), (u'LOAD_-1206010145', u'MULTIEQUAL_-1206008776'), ('const-417', u'LOAD_-1206012212'), (u'PTRSUB_-1206008898', u'LOAD_-1206010635'), (u'MULTIEQUAL_-1206010579', u'MULTIEQUAL_-1206010078'), ('tmp_6134', u'MULTIEQUAL_-1206010639'), (u'LOAD_-1206012260', u'INT_EQUAL_-1206012230'), (u'INDIRECT_-1206010169', u'MULTIEQUAL_-1206010136'), (u'STORE_-1206012265', u'INDIRECT_-1206010627'), (u'INDIRECT_-1206010189', u'MULTIEQUAL_-1206010156'), (u'LOAD_-1206009440', u'MULTIEQUAL_-1206009097'), ('tmp_2574', u'CALL_-1206011983'), (u'PTRSUB_-1206010147', u'CALL_-1206011983'), ('const-5348', u'PTRSUB_-1206009761'), ('const-0', u'INT_EQUAL_-1206010130'), (u'CALL_-1206011566', u'INDIRECT_-1206010089'), (u'STORE_-1206011490', u'INDIRECT_-1206010202'), (u'PTRSUB_-1206008289', u'PTRADD_-1206009668'), ('const-417', u'LOAD_-1206009440'), (u'MULTIEQUAL_-1206010559', u'MULTIEQUAL_-1206010058'), (u'MULTIEQUAL_-1206010018', u'COPY_-1206010056'), (u'INT_NOTEQUAL_-1206009445', u'CBRANCH_-1206009443'), (u'MULTIEQUAL_-1206010058', u'COPY_-1206010096'), (u'LOAD_-1206009900', u'CAST_-1206008298'), ('const-417', u'LOAD_-1206010673'), (u'CALL_-1206010662', u'INDIRECT_-1206009180'), ('const-417', u'LOAD_-1206009900'), (u'COPY_-1206011529', u'MULTIEQUAL_-1206010574'), (u'INDIRECT_-1206010049', u'MULTIEQUAL_-1206010016'), ('const-1', u'RETURN_-1206010025'), (u'PTRSUB_-1206009761', u'PTRSUB_-1206009760'), (u'INDIRECT_-1206010507', u'MULTIEQUAL_-1206010499'), (u'MULTIEQUAL_-1206009996', u'MULTIEQUAL_-1206009993'), ('const-0', u'INT_EQUAL_-1206012230'), (u'INDIRECT_-1206009903', u'MULTIEQUAL_-1206009889'), (u'MULTIEQUAL_-1206010118', u'COPY_-1206010156'), ('tmp_1394', u'CBRANCH_-1206010441'), ('tmp_2505', u'CBRANCH_-1206009628'), (u'CALL_-1206011566', u'INDIRECT_-1206010209'), (u'INDIRECT_-1206009220', u'MULTIEQUAL_-1206010036'), (u'LOAD_-1206010153', u'INT_EQUAL_-1206010128'), (u'INDIRECT_-1206008957', u'COPY_-1206009010'), (u'MULTIEQUAL_-1206009437', u'INT_EQUAL_-1206010130'), (u'LOAD_-1206012260', u'CALL_-1206011566'), (u'CALL_-1206010030', u'INDIRECT_-1206009017'), (u'CALL_-1206009983', u'INDIRECT_-1206008327'), (u'LOAD_-1206010635', u'INT_EQUAL_-1206010610'), (u'INT_EQUAL_-1206010413', u'CBRANCH_-1206010410'), (u'CALL_-1206009659', u'INDIRECT_-1206008879'), (u'INDIRECT_-1206008857', u'COPY_-1206008910')]
[(u'PTRADD_-1206010401', u'MULTIEQUAL_-1206008880'), (u'CAST_-1206001080', u'CALL_-1206008525'), (u'CALL_-1206008562', u'INDIRECT_-1206005000'), (u'MULTIEQUAL_-1206005559', u'MULTIEQUAL_-1206006080'), (u'INDIRECT_-1206002116', u'MULTIEQUAL_-1206002875'), (u'CALL_-1206009718', u'INDIRECT_-1206005218'), (u'INDIRECT_-1206003015', u'MULTIEQUAL_-1206003184'), (u'STORE_-1206011223', u'INDIRECT_-1206004237'), (u'INDIRECT_-1206002202', u'MULTIEQUAL_-1206001339'), (u'INT_EQUAL_-1206011808', u'CBRANCH_-1206011799'), (u'CALL_-1206010098', u'INDIRECT_-1206005572'), (u'CALL_-1206010558', u'INDIRECT_-1206002780'), (u'PTRADD_-1206001264', u'STORE_-1206010142'), (u'CALL_-1206011983', u'INDIRECT_-1206003610'), (u'INDIRECT_-1206005478', u'MULTIEQUAL_-1206005400'), (u'INDIRECT_-1206005010', u'MULTIEQUAL_-1206004947'), (u'CALL_-1206011247', u'INDIRECT_-1206002995'), (u'CALL_-1206010613', u'INDIRECT_-1206005563'), (u'MULTIEQUAL_-1206006075', u'COPY_-1206006156'), (u'INDIRECT_-1206004353', u'MULTIEQUAL_-1206004330'), (u'STORE_-1206011410', u'INDIRECT_-1206004646'), (u'CALL_-1206009101', u'INDIRECT_-1206004988'), (u'INDIRECT_-1206006227', u'MULTIEQUAL_-1206006149'), ('const-417', u'LOAD_-1206010686'), (u'CALL_-1206011428', u'INDIRECT_-1206006809'), (u'CALL_-1206010586', u'INDIRECT_-1206005421'), (u'MULTIEQUAL_-1206003142', u'MULTIEQUAL_-1206003133'), (u'CALL_-1206010664', u'INDIRECT_-1206005905'), (u'MULTIEQUAL_-1206001362', u'MULTIEQUAL_-1206005649'), (u'INDIRECT_-1206004792', u'MULTIEQUAL_-1206004734'), (u'INDIRECT_-1206002648', u'MULTIEQUAL_-1206002599'), ('const-9', u'STORE_-1206010142'), ('tmp_6448', u'CBRANCH_-1206007927'), (u'CALL_-1206008525', u'INDIRECT_-1206003160'), ('const-4', u'PTRADD_-1206000705'), (u'STORE_-1206011398', u'INDIRECT_-1206004957'), (u'MULTIEQUAL_-1206003937', u'MULTIEQUAL_-1206003920'), (u'MULTIEQUAL_-1206005880', u'MULTIEQUAL_-1206006401'), (u'INT_EQUAL_-1206007272', u'BOOL_AND_-1206002379'), (u'INDIRECT_-1206002068', u'MULTIEQUAL_-1206002029'), (u'STORE_-1206009071', u'INDIRECT_-1206004396'), (u'CALL_-1206010602', u'INDIRECT_-1206005708'), (u'LOAD_-1206010220', u'CALL_-1206010203'), (u'CALL_-1206009101', u'INDIRECT_-1206003918'), (u'INDIRECT_-1206004113', u'MULTIEQUAL_-1206001350'), (u'CALL_-1206009194', u'INDIRECT_-1206005793'), (u'INDIRECT_-1206004085', u'MULTIEQUAL_-1206004872'), (u'INDIRECT_-1206004978', u'INT_ADD_-1206010206'), ('tmp_31198', u'MULTIEQUAL_-1206003594'), (u'CALL_-1206009455', u'INDIRECT_-1206004167'), (u'CALL_-1206011247', u'INDIRECT_-1206005655'), (u'CALL_-1206010040', u'INDIRECT_-1206004898'), (u'CALL_-1206010126', u'INDIRECT_-1206002534'), (u'INDIRECT_-1206003098', u'MULTIEQUAL_-1206003267'), (u'INDIRECT_-1206003782', u'MULTIEQUAL_-1206001344'), (u'MULTIEQUAL_-1206005542', u'MULTIEQUAL_-1206006149'), (u'MULTIEQUAL_-1206004257', u'MULTIEQUAL_-1206004222'), (u'INDIRECT_-1206004658', u'MULTIEQUAL_-1206004578'), (u'MULTIEQUAL_-1206003369', u'MULTIEQUAL_-1206003329'), (u'MULTIEQUAL_-1206004872', u'MULTIEQUAL_-1206004823'), (u'CALL_-1206010293', u'INDIRECT_-1206004024'), (u'STORE_-1206009651', u'INDIRECT_-1206005476'), ('tmp_14921', u'CAST_-1206001705'), (u'STORE_-1206010159', u'INDIRECT_-1206004577'), (u'STORE_-1206011643', u'INDIRECT_-1206005815'), (u'MULTIEQUAL_-1206006503', u'COPY_-1206006584'), (u'STORE_-1206011245', u'INDIRECT_-1206005102'), (u'CALL_-1206010098', u'INDIRECT_-1206003019'), (u'INDIRECT_-1206005666', u'MULTIEQUAL_-1206005586'), (u'CALL_-1206009623', u'INDIRECT_-1206004471'), (u'CALL_-1206010613', u'INDIRECT_-1206005456'), (u'CALL_-1206010108', u'INDIRECT_-1206002553'), (u'INDIRECT_-1206006493', u'MULTIEQUAL_-1206006470'), (u'INDIRECT_-1206003527', u'MULTIEQUAL_-1206003133'), (u'CALL_-1206009342', u'INDIRECT_-1206004318'), (u'CALL_-1206010596', u'INDIRECT_-1206002794'), (u'INDIRECT_-1206002711', u'MULTIEQUAL_-1206001575'), (u'CALL_-1206009664', u'INDIRECT_-1206004233'), (u'COPY_-1206001044', u'MULTIEQUAL_-1206001051'), (u'INDIRECT_-1206001891', u'CALL_-1206009144'), (u'MULTIEQUAL_-1206006089', u'MULTIEQUAL_-1206005647'), (u'STORE_-1206010142', u'INDIRECT_-1206004414'), ('const-14', u'PTRADD_-1206001211'), (u'INDIRECT_-1206004513', u'MULTIEQUAL_-1206005300'), (u'INDIRECT_-1206003996', u'MULTIEQUAL_-1206001346'), ('const-0', u'INT_SLESS_-1206009052'), (u'STORE_-1206009077', u'INDIRECT_-1206003331'), (u'INDIRECT_-1206002747', u'MULTIEQUAL_-1206002689'), (u'CALL_-1206010613', u'INDIRECT_-1206005884'), ('const-12', u'STORE_-1206010159'), ('tmp_14921', u'PTRADD_-1206001211'), (u'LOAD_-1206008420', u'CAST_-1206000479'), (u'CALL_-1206010596', u'INDIRECT_-1206004908'), (u'STORE_-1206011410', u'INDIRECT_-1206006465'), ('const-417', u'LOAD_-1206009341'), (u'CALL_-1206009144', u'INDIRECT_-1206004582'), (u'CALL_-1206011834', u'INDIRECT_-1206006803'), (u'CALL_-1206009623', u'INDIRECT_-1206003722'), (u'CALL_-1206010476', u'INDIRECT_-1206006477'), (u'STORE_-1206011806', u'INDIRECT_-1206006103'), (u'CALL_-1206010305', u'INDIRECT_-1206002657'), (u'CALL_-1206010476', u'INDIRECT_-1206005621'), (u'STORE_-1206009651', u'INDIRECT_-1206004406'), (u'CALL_-1206011247', u'INDIRECT_-1206005227'), (u'CALL_-1206011882', u'INDIRECT_-1206003395'), (u'PTRADD_-1206001450', u'LOAD_-1206010603'), ('const-417', u'LOAD_-1206009001'), (u'CALL_-1206008230', u'INDIRECT_-1206004951'), (u'CALL_-1206009455', u'CALL_-1206009390'), (u'STORE_-1206011245', u'INDIRECT_-1206004246'), (u'INDIRECT_-1206004127', u'MULTIEQUAL_-1206001823'), (u'PTRADD_-1206000710', u'STORE_-1206009077'), ('const-0', u'RETURN_-1206010038'), ('const-1', u'CALL_-1206009598'), (u'INDIRECT_-1206005402', u'MULTIEQUAL_-1206005549'), (u'STORE_-1206011398', u'INDIRECT_-1206005492'), (u'INT_ADD_-1206008140', u'CAST_-1206000550'), (u'INDIRECT_-1206005162', u'MULTIEQUAL_-1206005177'), (u'CALL_-1206009194', u'INDIRECT_-1206005044'), (u'MULTIEQUAL_-1206002726', u'MULTIEQUAL_-1206002708'), (u'CALL_-1206010613', u'INDIRECT_-1206004600'), (u'STORE_-1206009083', u'INDIRECT_-1206004085'), (u'CALL_-1206009194', u'INDIRECT_-1206003546'), (u'INDIRECT_-1206005483', u'MULTIEQUAL_-1206005498'), (u'CALL_-1206009101', u'INDIRECT_-1206003811'), (u'CALL_-1206008230', u'INDIRECT_-1206003988'), (u'INDIRECT_-1206004150', u'MULTIEQUAL_-1206004092'), (u'MULTIEQUAL_-1206001822', u'MULTIEQUAL_-1206003452'), (u'INDIRECT_-1206004425', u'MULTIEQUAL_-1206005131'), ('tmp_31188', u'MULTIEQUAL_-1206006149'), (u'INDIRECT_-1206005113', u'MULTIEQUAL_-1206005055'), (u'CALL_-1206011247', u'INDIRECT_-1206004371'), (u'MULTIEQUAL_-1206003937', u'MULTIEQUAL_-1206004544'), (u'MULTIEQUAL_-1206008783', u'INT_NOTEQUAL_-1206012119'), (u'CALL_-1206011834', u'INDIRECT_-1206004663'), (u'CALL_-1206011882', u'INDIRECT_-1206004581'), (u'MULTIEQUAL_-1206002928', u'MULTIEQUAL_-1206002918'), (u'INT_NOTEQUAL_-1206010091', u'CBRANCH_-1206010088'), (u'INDIRECT_-1206006463', u'MULTIEQUAL_-1206006405'), (u'CALL_-1206008144', u'INDIRECT_-1206003988'), (u'COPY_-1206001942', u'MULTIEQUAL_-1206008760'), (u'CALL_-1206010151', u'INDIRECT_-1206005452'), (u'CALL_-1206010184', u'INDIRECT_-1206003599'), (u'STORE_-1206011398', u'INDIRECT_-1206006027'), (u'STORE_-1206010022', u'INDIRECT_-1206005143'), (u'INDIRECT_-1206006279', u'MULTIEQUAL_-1206006256'), (u'CALL_-1206011834', u'INDIRECT_-1206005091'), (u'CALL_-1206010040', u'INDIRECT_-1206004684'), (u'MULTIEQUAL_-1206005649', u'MULTIEQUAL_-1206005632'), (u'MULTIEQUAL_-1206001579', u'MULTIEQUAL_-1206004413'), (u'MULTIEQUAL_-1206003936', u'MULTIEQUAL_-1206003901'), ('tmp_1158', u'CBRANCH_-1206011677'), (u'STORE_-1206011643', u'INDIRECT_-1206006457'), (u'MULTIEQUAL_-1206002475', u'CALL_-1206009718'), (u'INDIRECT_-1206004689', u'MULTIEQUAL_-1206004626'), (u'CALL_-1206009623', u'INDIRECT_-1206005006'), (u'CALL_-1206009598', u'INDIRECT_-1206005590'), (u'CALL_-1206010596', u'INDIRECT_-1206005550'), (u'CALL_-1206011922', u'INDIRECT_-1206003377'), (u'CALL_-1206009342', u'INDIRECT_-1206004425'), (u'CALL_-1206008096', u'INDIRECT_-1206003535'), (u'CALL_-1206008525', u'INDIRECT_-1206001867'), (u'MULTIEQUAL_-1206005507', u'MULTIEQUAL_-1206005447'), (u'STORE_-1206011643', u'INDIRECT_-1206005387'), ('const-417', u'LOAD_-1206012212'), (u'INDIRECT_-1206006365', u'MULTIEQUAL_-1206006512'), (u'INDIRECT_-1206005200', u'MULTIEQUAL_-1206005176'), (u'CALL_-1206009718', u'INDIRECT_-1206003934'), (u'CALL_-1206010432', u'CALL_-1206010350'), (u'CALL_-1206011338', u'INDIRECT_-1206005478'), (u'CALL_-1206010163', u'INDIRECT_-1206003856'), ('tmp_3837', u'CBRANCH_-1206009367'), (u'INDIRECT_-1206003654', u'COPY_-1206003668'), (u'CALL_-1206009390', u'INDIRECT_-1206005525'), (u'MULTIEQUAL_-1206005514', u'MULTIEQUAL_-1206005465'), (u'CALL_-1206010098', u'INDIRECT_-1206004930'), (u'LOAD_-1206010292', u'INT_LESS_-1206010252'), (u'INDIRECT_-1206006094', u'MULTIEQUAL_-1206005697'), (u'INT_ADD_-1206010204', u'CAST_-1206001126'), ('tmp_5350', u'CBRANCH_-1206008942'), (u'INDIRECT_-1206006663', u'MULTIEQUAL_-1206006246'), (u'STORE_-1206010100', u'INDIRECT_-1206005387'), (u'CALL_-1206009598', u'INDIRECT_-1206005162'), (u'CALL_-1206011834', u'INDIRECT_-1206003536'), (u'CALL_-1206010664', u'INDIRECT_-1206005584'), (u'CALL_-1206011983', u'INDIRECT_-1206005700'), (u'CALL_-1206010639', u'INDIRECT_-1206006048'), (u'STORE_-1206009077', u'INDIRECT_-1206003438'), ('tmp_14911', u'PTRSUB_-1206001837'), (u'CALL_-1206010476', u'INDIRECT_-1206002747'), (u'MULTIEQUAL_-1206001352', u'MULTIEQUAL_-1206004579'), (u'CALL_-1206010613', u'INDIRECT_-1206005670'), (u'MULTIEQUAL_-1206001360', u'MULTIEQUAL_-1206005435'), (u'MULTIEQUAL_-1206006314', u'MULTIEQUAL_-1206006304'), (u'STORE_-1206011806', u'INDIRECT_-1206004605'), (u'INDIRECT_-1206004861', u'MULTIEQUAL_-1206004823'), (u'MULTIEQUAL_-1206004791', u'COPY_-1206004872'), (u'CALL_-1206009650', u'INDIRECT_-1206005455'), (u'STORE_-1206009071', u'INDIRECT_-1206003433'), (u'CALL_-1206010613', u'INDIRECT_-1206003851'), (u'INDIRECT_-1206004199', u'MULTIEQUAL_-1206004214'), (u'CALL_-1206009353', u'INDIRECT_-1206001881'), (u'INDIRECT_-1206005173', u'MULTIEQUAL_-1206005759'), (u'INDIRECT_-1206005900', u'MULTIEQUAL_-1206005755'), (u'INT_ADD_-1206008049', u'CAST_-1206000409'), (u'INDIRECT_-1206002616', u'MULTIEQUAL_-1206002573'), (u'MULTIEQUAL_-1206003452', u'MULTIEQUAL_-1206002791'), (u'CALL_-1206009144', u'INDIRECT_-1206003298'), ('tmp_14923', u'LOAD_-1206012212'), (u'CAST_-1206000879', u'LOAD_-1206009477'), (u'STORE_-1206011245', u'INDIRECT_-1206006279'), ('const-1008', u'CALL_-1206010163'), (u'MULTIEQUAL_-1206006363', u'MULTIEQUAL_-1206006303'), (u'INDIRECT_-1206003976', u'MULTIEQUAL_-1206004258'), (u'INDIRECT_-1206004584', u'MULTIEQUAL_-1206004471'), (u'CALL_-1206010639', u'INDIRECT_-1206003908'), (u'MULTIEQUAL_-1206003830', u'MULTIEQUAL_-1206003813'), (u'CALL_-1206010432', u'INDIRECT_-1206006024'), ('const-417', u'LOAD_-1206011545'), (u'INDIRECT_-1206004811', u'MULTIEQUAL_-1206004758'), (u'INDIRECT_-1206003386', u'MULTIEQUAL_-1206003350'), ('const-1337', u'PTRADD_-1206002009'), (u'INDIRECT_-1206004211', u'MULTIEQUAL_-1206004917'), ('const-417', u'LOAD_-1206008065'), (u'INT_NOTEQUAL_-1206011287', u'CBRANCH_-1206011285'), (u'STORE_-1206011245', u'INDIRECT_-1206006493'), (u'STORE_-1206010022', u'INDIRECT_-1206005678'), ('const-1', u'CALL_-1206008268'), (u'STORE_-1206011404', u'INDIRECT_-1206005711'), ('tmp_1711', u'CBRANCH_-1206011310'), (u'CALL_-1206011247', u'INDIRECT_-1206005548'), (u'CALL_-1206008096', u'INDIRECT_-1206004498'), (u'CALL_-1206010613', u'INDIRECT_-1206006098'), (u'INDIRECT_-1206004532', u'MULTIEQUAL_-1206005238'), ('tmp_5601', u'CBRANCH_-1206008617'), (u'MULTIEQUAL_-1206003120', u'MULTIEQUAL_-1206002459'), (u'INDIRECT_-1206005131', u'MULTIEQUAL_-1206004734'), (u'MULTIEQUAL_-1206003829', u'MULTIEQUAL_-1206004709'), (u'MULTIEQUAL_-1206006156', u'MULTIEQUAL_-1206006107'), (u'INDIRECT_-1206004729', u'MULTIEQUAL_-1206004651'), (u'INDIRECT_-1206005654', u'MULTIEQUAL_-1206004990'), (u'STORE_-1206010159', u'INDIRECT_-1206005754'), (u'CALL_-1206010098', u'INDIRECT_-1206004288'), (u'INDIRECT_-1206004920', u'MULTIEQUAL_-1206004856'), (u'INDIRECT_-1206005027', u'MULTIEQUAL_-1206004963'), (u'STORE_-1206010022', u'INDIRECT_-1206005999'), (u'CALL_-1206011383', u'INDIRECT_-1206006249'), (u'STORE_-1206009188', u'INDIRECT_-1206005319'), (u'CALL_-1206009167', u'INDIRECT_-1206004064'), (u'CALL_-1206009353', u'INDIRECT_-1206002130'), (u'CALL_-1206011465', u'INDIRECT_-1206005543'), (u'INDIRECT_-1206004691', u'MULTIEQUAL_-1206004651'), (u'INDIRECT_-1206005958', u'MULTIEQUAL_-1206005935'), (u'INDIRECT_-1206005892', u'MULTIEQUAL_-1206005861'), (u'CALL_-1206011983', u'INDIRECT_-1206005807'), (u'CALL_-1206009390', u'INDIRECT_-1206005097'), (u'INDIRECT_-1206006449', u'MULTIEQUAL_-1206006032'), ('const-417', u'LOAD_-1206012260'), (u'INDIRECT_-1206005461', u'MULTIEQUAL_-1206005407'), (u'CALL_-1206009623', u'INDIRECT_-1206006076'), (u'INDIRECT_-1206005046', u'MULTIEQUAL_-1206005328'), (u'INDIRECT_-1206006894', u'MULTIEQUAL_-1206006856'), (u'INDIRECT_-1206004830', u'MULTIEQUAL_-1206005555'), (u'MULTIEQUAL_-1206005661', u'MULTIEQUAL_-1206005219'), ('const-0', u'INT_EQUAL_-1206010330'), (u'CALL_-1206010108', u'INDIRECT_-1206005213'), (u'MULTIEQUAL_-1206004258', u'MULTIEQUAL_-1206004241'), (u'CALL_-1206009598', u'INDIRECT_-1206003664'), (u'MULTIEQUAL_-1206005755', u'MULTIEQUAL_-1206006635'), (u'MULTIEQUAL_-1206005968', u'COPY_-1206006049'), (u'STORE_-1206009651', u'INDIRECT_-1206005583'), ('const-4', u'PTRADD_-1206000710'), (u'MULTIEQUAL_-1206001428', u'MULTIEQUAL_-1206008390'), (u'CALL_-1206009353', u'INDIRECT_-1206004541'), (u'STORE_-1206012265', u'INDIRECT_-1206005881'), (u'INDIRECT_-1206007016', u'MULTIEQUAL_-1206007052'), (u'MULTIEQUAL_-1206007364', u'INT_NOTEQUAL_-1206008432'), (u'STORE_-1206010142', u'INDIRECT_-1206005698'), (u'CALL_-1206010126', u'INDIRECT_-1206004648'), (u'INDIRECT_-1206004951', u'MULTIEQUAL_-1206004534'), (u'STORE_-1206011410', u'INDIRECT_-1206005609'), (u'INDIRECT_-1206005247', u'MULTIEQUAL_-1206005193'), (u'MULTIEQUAL_-1206006184', u'MULTIEQUAL_-1206006167'), ('const-1', u'PTRADD_-1206010509'), (u'CALL_-1206011247', u'INDIRECT_-1206003078'), (u'CALL_-1206009144', u'INDIRECT_-1206003726'), (u'CALL_-1206010151', u'INDIRECT_-1206006094'), (u'STORE_-1206010100', u'INDIRECT_-1206004745'), (u'CALL_-1206010639', u'INDIRECT_-1206002698'), ('tmp_4053', u'BRANCH_-1206008797'), (u'CALL_-1206008799', u'INDIRECT_-1206003960'), (u'MULTIEQUAL_-1206005970', u'MULTIEQUAL_-1206005953'), (u'STORE_-1206011643', u'INDIRECT_-1206006671'), (u'CALL_-1206010108', u'INDIRECT_-1206003929'), (u'STORE_-1206011511', u'INDIRECT_-1206006724'), (u'CALL_-1206009167', u'INDIRECT_-1206003315'), (u'CALL_-1206009167', u'INDIRECT_-1206001808'), (u'MULTIEQUAL_-1206006196', u'MULTIEQUAL_-1206005754'), (u'INDIRECT_-1206005690', u'MULTIEQUAL_-1206006477'), (u'INDIRECT_-1206002807', u'CALL_-1206010596'), (u'INDIRECT_-1206004295', u'MULTIEQUAL_-1206005030'), (u'CALL_-1206009167', u'INDIRECT_-1206004492'), (u'MULTIEQUAL_-1206005019', u'MULTIEQUAL_-1206004577'), (u'MULTIEQUAL_-1206005835', u'MULTIEQUAL_-1206005786'), (u'INDIRECT_-1206005258', u'MULTIEQUAL_-1206005113'), (u'INDIRECT_-1206005500', u'MULTIEQUAL_-1206005442'), (u'INDIRECT_-1206005300', u'MULTIEQUAL_-1206006421'), (u'CALL_-1206011882', u'LOAD_-1206010137'), ('const-4', u'PTRADD_-1206000616'), (u'MULTIEQUAL_-1206006049', u'MULTIEQUAL_-1206006000'), (u'LOAD_-1206008087', u'MULTIEQUAL_-1206006992'), (u'INDIRECT_-1206005679', u'MULTIEQUAL_-1206005565'), (u'INDIRECT_-1206001542', u'MULTIEQUAL_-1206001759'), (u'INDIRECT_-1206005650', u'MULTIEQUAL_-1206001590'), (u'CALL_-1206011247', u'INDIRECT_-1206003327'), (u'CALL_-1206009650', u'INDIRECT_-1206003850'), (u'MULTIEQUAL_-1206005613', u'MULTIEQUAL_-1206005359'), (u'CALL_-1206010203', u'INDIRECT_-1206002504'), (u'STORE_-1206011920', u'INDIRECT_-1206006909'), (u'CALL_-1206010098', u'INDIRECT_-1206006321'), (u'INDIRECT_-1206003540', u'MULTIEQUAL_-1206003753'), (u'LOAD_-1206012212', u'INT_ZEXT_-1206012196'), (u'CALL_-1206009664', u'INDIRECT_-1206002405'), (u'CALL_-1206010126', u'INDIRECT_-1206005932'), (u'INDIRECT_-1206002606', u'MULTIEQUAL_-1206003226'), ('const-14', u'PTRADD_-1206001264'), (u'MULTIEQUAL_-1206006077', u'MULTIEQUAL_-1206006684'), (u'CALL_-1206010350', u'INDIRECT_-1206005559'), (u'INDIRECT_-1206004370', u'MULTIEQUAL_-1206003706'), (u'INDIRECT_-1206004959', u'MULTIEQUAL_-1206001355'), (u'MULTIEQUAL_-1206004256', u'COPY_-1206004337'), (u'CALL_-1206009342', u'INDIRECT_-1206002038'), (u'CALL_-1206008799', u'INDIRECT_-1206002997'), (u'CALL_-1206011428', u'INDIRECT_-1206005204'), (u'INDIRECT_-1206005477', u'MULTIEQUAL_-1206001833'), (u'MULTIEQUAL_-1206006256', u'MULTIEQUAL_-1206006196'), ('const-0', u'INT_EQUAL_-1206010183'), (u'CALL_-1206009631', u'INDIRECT_-1206005607'), (u'INDIRECT_-1206004266', u'MULTIEQUAL_-1206001583'), (u'CALL_-1206009664', u'INDIRECT_-1206002488'), (u'STORE_-1206011223', u'INDIRECT_-1206004986'), (u'INDIRECT_-1206003243', u'MULTIEQUAL_-1206003981'), (u'INDIRECT_-1206005547', u'MULTIEQUAL_-1206004883'), (u'INDIRECT_-1206006185', u'MULTIEQUAL_-1206001595'), (u'CALL_-1206011003', u'INDIRECT_-1206003098'), (u'CALL_-1206009353', u'INDIRECT_-1206004755'), (u'INDIRECT_-1206004206', u'MULTIEQUAL_-1206004944'), (u'STORE_-1206010100', u'INDIRECT_-1206005815'), (u'LOAD_-1206011767', u'PTRADD_-1206002283'), (u'INDIRECT_-1206006762', u'MULTIEQUAL_-1206006684'), (u'CALL_-1206008268', u'INDIRECT_-1206003260'), (u'INDIRECT_-1206004444', u'MULTIEQUAL_-1206004650'), (u'MULTIEQUAL_-1206001599', u'MULTIEQUAL_-1206006553'), ('const-417', u'LOAD_-1206008087'), (u'CALL_-1206008144', u'INDIRECT_-1206002918'), (u'INDIRECT_-1206003639', u'MULTIEQUAL_-1206003877'), (u'INDIRECT_-1206002885', u'STORE_-1206010100'), (u'INDIRECT_-1206005086', u'MULTIEQUAL_-1206005292'), ('tmp_14921', u'PTRADD_-1206001185'), (u'CALL_-1206008230', u'INDIRECT_-1206004737'), ('const-0', u'COPY_-1206012230'), (u'CALL_-1206009631', u'INDIRECT_-1206004109'), (u'INDIRECT_-1206006877', u'MULTIEQUAL_-1206006460'), (u'CAST_-1206002223', u'MULTIEQUAL_-1206008900'), ('const-0', u'INT_EQUAL_-1206011963'), (u'CAST_-1206000923', u'MULTIEQUAL_-1206001044'), (u'MULTIEQUAL_-1206001600', u'MULTIEQUAL_-1206006660'), (u'INDIRECT_-1206002170', u'MULTIEQUAL_-1206002918'), (u'STORE_-1206009651', u'INDIRECT_-1206004941'), (u'INDIRECT_-1206005932', u'MULTIEQUAL_-1206001367'), (u'INDIRECT_-1206005365', u'MULTIEQUAL_-1206006100'), (u'INDIRECT_-1206005942', u'MULTIEQUAL_-1206005862'), (u'MULTIEQUAL_-1206008760', u'LOAD_-1206011915'), (u'INDIRECT_-1206005776', u'MULTIEQUAL_-1206005712'), (u'LOAD_-1206009167', u'INT_EQUAL_-1206009142'), (u'LOAD_-1206010119', u'INT_ZEXT_-1206010103'), (u'INDIRECT_-1206005602', u'MULTIEQUAL_-1206006308'), (u'CALL_-1206009455', u'INDIRECT_-1206004381'), (u'INDIRECT_-1206002151', u'MULTIEQUAL_-1206002112'), (u'CALL_-1206008096', u'INDIRECT_-1206004712'), (u'INDIRECT_-1206006787', u'MULTIEQUAL_-1206006749'), (u'INDIRECT_-1206005440', u'MULTIEQUAL_-1206005400'), (u'INT_EQUAL_-1206009118', u'CBRANCH_-1206009115'), (u'INDIRECT_-1206002170', u'MULTIEQUAL_-1206002928'), (u'CALL_-1206010163', u'INDIRECT_-1206004926'), (u'CALL_-1206011003', u'INDIRECT_-1206005616'), (u'INDIRECT_-1206004256', u'MULTIEQUAL_-1206005186'), (u'INDIRECT_-1206005223', u'MULTIEQUAL_-1206005233'), (u'INDIRECT_-1206004099', u'MULTIEQUAL_-1206004837'), (u'CALL_-1206011922', u'INDIRECT_-1206004991'), (u'INDIRECT_-1206006249', u'MULTIEQUAL_-1206006191'), (u'CALL_-1206009144', u'INDIRECT_-1206003512'), (u'MULTIEQUAL_-1206001842', u'MULTIEQUAL_-1206006401'), (u'INDIRECT_-1206004639', u'MULTIEQUAL_-1206005345'), (u'CALL_-1206009598', u'INDIRECT_-1206006018'), (u'INDIRECT_-1206005900', u'MULTIEQUAL_-1206006635'), (u'CALL_-1206010184', u'INDIRECT_-1206004134'), (u'INDIRECT_-1206005906', u'MULTIEQUAL_-1206005828'), (u'CALL_-1206010586', u'INDIRECT_-1206003709'), (u'CALL_-1206010163', u'INDIRECT_-1206005996'), (u'CALL_-1206009101', u'INDIRECT_-1206005416'), (u'CALL_-1206010558', u'INDIRECT_-1206006403'), (u'STORE_-1206010100', u'INDIRECT_-1206005066'), ('const-417', u'LOAD_-1206011638'), (u'CALL_-1206008562', u'INDIRECT_-1206005214'), (u'CALL_-1206008268', u'INDIRECT_-1206003153'), ('const-4', u'PTRADD_-1206002202'), (u'CALL_-1206011428', u'INDIRECT_-1206004348'), (u'INDIRECT_-1206002040', u'MULTIEQUAL_-1206001998'), (u'INDIRECT_-1206004822', u'MULTIEQUAL_-1206004791'), (u'CALL_-1206009631', u'INDIRECT_-1206004858'), (u'INDIRECT_-1206004955', u'MULTIEQUAL_-1206005693'), (u'STORE_-1206011398', u'INDIRECT_-1206006562'), (u'CALL_-1206009623', u'INDIRECT_-1206005862'), (u'MULTIEQUAL_-1206008403', u'COPY_-1206001942'), (u'CALL_-1206009101', u'INDIRECT_-1206004881'), (u'CALL_-1206009134', u'INDIRECT_-1206002116'), (u'INDIRECT_-1206004810', u'MULTIEQUAL_-1206004730'), (u'INDIRECT_-1206004819', u'MULTIEQUAL_-1206005220'), (u'INDIRECT_-1206005474', u'MULTIEQUAL_-1206005756'), (u'INDIRECT_-1206003097', u'MULTIEQUAL_-1206001572'), (u'CALL_-1206009598', u'INDIRECT_-1206003878'), (u'CALL_-1206010126', u'MULTIEQUAL_-1206001287'), (u'MULTIEQUAL_-1206004917', u'MULTIEQUAL_-1206005438'), (u'MULTIEQUAL_-1206001349', u'MULTIEQUAL_-1206004258'), (u'INDIRECT_-1206004666', u'INT_ADD_-1206009461'), (u'INDIRECT_-1206005262', u'MULTIEQUAL_-1206006049'), (u'CALL_-1206011983', u'INDIRECT_-1206005486'), (u'INDIRECT_-1206005698', u'MULTIEQUAL_-1206005679'), (u'CALL_-1206009390', u'INDIRECT_-1206004990'), (u'INT_ADD_-1206009461', u'CAST_-1206000879'), (u'CALL_-1206008144', u'INDIRECT_-1206004309'), (u'PTRADD_-1206002147', u'STORE_-1206011410'), (u'CALL_-1206010108', u'INDIRECT_-1206005427'), (u'INDIRECT_-1206002919', u'CALL_-1206010151'), (u'INDIRECT_-1206006784', u'MULTIEQUAL_-1206006726'), (u'INDIRECT_-1206006263', u'MULTIEQUAL_-1206006183'), (u'CALL_-1206009664', u'INDIRECT_-1206002571'), (u'INDIRECT_-1206006403', u'MULTIEQUAL_-1206005739'), ('const-4', u'PTRADD_-1206000590'), (u'CALL_-1206010596', u'INDIRECT_-1206004480'), ('const-1288', u'PTRADD_-1206002250'), (u'CALL_-1206011922', u'INDIRECT_-1206004670'), (u'CALL_-1206011247', u'INDIRECT_-1206005120'), (u'MULTIEQUAL_-1206006184', u'MULTIEQUAL_-1206006791'), (u'CALL_-1206009598', u'INDIRECT_-1206004948'), (u'INDIRECT_-1206003879', u'MULTIEQUAL_-1206003860'), (u'INDIRECT_-1206004937', u'MULTIEQUAL_-1206005662'), ('const-2', u'PTRADD_-1206002124'), (u'INDIRECT_-1206002116', u'MULTIEQUAL_-1206003260'), (u'CALL_-1206010558', u'INDIRECT_-1206004049'), (u'CALL_-1206011003', u'INDIRECT_-1206006365'), (u'CALL_-1206009455', u'INDIRECT_-1206004595'), (u'INDIRECT_-1206004531', u'MULTIEQUAL_-1206001351'), (u'INDIRECT_-1206005151', u'MULTIEQUAL_-1206005006'), (u'MULTIEQUAL_-1206000562', u'INT_NOTEQUAL_-1206008465'), (u'COPY_-1206000609', u'MULTIEQUAL_-1206007306'), (u'INDIRECT_-1206004520', u'MULTIEQUAL_-1206004535'), (u'CALL_-1206011465', u'INDIRECT_-1206003429'), (u'CALL_-1206009650', u'INDIRECT_-1206002367'), (u'CALL_-1206009718', u'INDIRECT_-1206005539'), (u'CALL_-1206010293', u'INDIRECT_-1206005736'), (u'STORE_-1206011223', u'INDIRECT_-1206005307'), ('tmp_14921', u'PTRADD_-1206002009'), (u'INDIRECT_-1206005226', u'MULTIEQUAL_-1206005113'), (u'STORE_-1206010100', u'INDIRECT_-1206004852'), (u'CALL_-1206010108', u'INDIRECT_-1206002636'), (u'MULTIEQUAL_-1206003936', u'MULTIEQUAL_-1206004816'), (u'CALL_-1206010293', u'INDIRECT_-1206006378'), (u'STORE_-1206011245', u'INDIRECT_-1206004567'), (u'MULTIEQUAL_-1206005233', u'MULTIEQUAL_-1206004791'), (u'MULTIEQUAL_-1206001834', u'MULTIEQUAL_-1206005545'), (u'STORE_-1206009071', u'INDIRECT_-1206004503'), ('const-417', u'LOAD_-1206008432'), (u'STORE_-1206010022', u'INDIRECT_-1206004822'), (u'CALL_-1206010184', u'INDIRECT_-1206005953'), (u'STORE_-1206011595', u'INDIRECT_-1206005477'), (u'PTRADD_-1206001007', u'LOAD_-1206008640'), (u'CALL_-1206010184', u'INDIRECT_-1206002223'), (u'MULTIEQUAL_-1206000569', u'PTRADD_-1206000599'), (u'LOAD_-1206009477', u'CALL_-1206009455'), (u'MULTIEQUAL_-1206005554', u'MULTIEQUAL_-1206005112'), (u'INDIRECT_-1206006044', u'MULTIEQUAL_-1206006191'), (u'STORE_-1206012265', u'INDIRECT_-1206005988'), (u'MULTIEQUAL_-1206001829', u'MULTIEQUAL_-1206005010'), (u'MULTIEQUAL_-1206002791', u'CALL_-1206010613'), (u'INDIRECT_-1206005550', u'MULTIEQUAL_-1206001595'), (u'INDIRECT_-1206003746', u'MULTIEQUAL_-1206003984'), (u'MULTIEQUAL_-1206001044', u'MULTIEQUAL_-1206007198'), (u'CALL_-1206009167', u'INDIRECT_-1206004813'), (u'STORE_-1206011595', u'INDIRECT_-1206004514'), (u'INDIRECT_-1206006984', u'MULTIEQUAL_-1206006567'), (u'STORE_-1206011595', u'INDIRECT_-1206005691'), (u'INDIRECT_-1206005119', u'MULTIEQUAL_-1206005079'), (u'INDIRECT_-1206002451', u'MULTIEQUAL_-1206001342'), ('const-0', u'COPY_-1206010570'), (u'CALL_-1206011922', u'INDIRECT_-1206006061'), (u'CALL_-1206008562', u'INDIRECT_-1206004786'), (u'INDIRECT_-1206005583', u'MULTIEQUAL_-1206006370'), (u'CALL_-1206011983', u'INDIRECT_-1206006128'), (u'INDIRECT_-1206006063', u'MULTIEQUAL_-1206006660'), (u'CALL_-1206009455', u'INDIRECT_-1206003204'), (u'MULTIEQUAL_-1206004329', u'MULTIEQUAL_-1206004075'), (u'STORE_-1206009651', u'INDIRECT_-1206003764'), (u'CALL_-1206009598', u'INDIRECT_-1206003985'), (u'CALL_-1206010613', u'INDIRECT_-1206004707'), (u'LOAD_-1206008939', u'COPY_-1206000601'), (u'CALL_-1206011465', u'INDIRECT_-1206006506'), (u'INDIRECT_-1206004406', u'MULTIEQUAL_-1206005193'), (u'MULTIEQUAL_-1206005711', u'MULTIEQUAL_-1206006089'), (u'CALL_-1206008562', u'INDIRECT_-1206003181'), (u'INDIRECT_-1206006333', u'MULTIEQUAL_-1206001841'), (u'STORE_-1206011595', u'INDIRECT_-1206005798'), (u'CALL_-1206008562', u'INDIRECT_-1206005321'), (u'INDIRECT_-1206006547', u'MULTIEQUAL_-1206006829'), ('const-417', u'LOAD_-1206011584'), (u'MULTIEQUAL_-1206008341', u'MULTIEQUAL_-1206008320'), (u'CALL_-1206010293', u'INDIRECT_-1206002648'), (u'INDIRECT_-1206005484', u'MULTIEQUAL_-1206005465'), (u'MULTIEQUAL_-1206003259', u'MULTIEQUAL_-1206003005'), (u'STORE_-1206009188', u'INDIRECT_-1206004142'), (u'MULTIEQUAL_-1206005541', u'MULTIEQUAL_-1206005506'), (u'CALL_-1206008799', u'INDIRECT_-1206004388'), ('tmp_31177', u'MULTIEQUAL_-1206004972'), (u'STORE_-1206011398', u'INDIRECT_-1206006669'), (u'CALL_-1206010350', u'INDIRECT_-1206006415'), (u'STORE_-1206011643', u'INDIRECT_-1206005601'), (u'INDIRECT_-1206004477', u'MULTIEQUAL_-1206003813'), (u'STORE_-1206009188', u'INDIRECT_-1206005426'), ('tmp_2062', u'BRANCH_-1206011001'), (u'CALL_-1206011922', u'INDIRECT_-1206005847'), (u'INDIRECT_-1206005559', u'MULTIEQUAL_-1206005162'), (u'STORE_-1206011920', u'INDIRECT_-1206005839'), (u'INDIRECT_-1206004983', u'MULTIEQUAL_-1206005019'), (u'MULTIEQUAL_-1206005768', u'MULTIEQUAL_-1206005326'), (u'CALL_-1206010151', u'INDIRECT_-1206005666'), (u'CALL_-1206010476', u'INDIRECT_-1206004872'), (u'MULTIEQUAL_-1206007202', u'MULTIEQUAL_-1206007193'), ('const-32', u'INT_ADD_-1206008071'), (u'INDIRECT_-1206004746', u'MULTIEQUAL_-1206005452'), ('tmp_759', u'CBRANCH_-1206011960'), (u'INDIRECT_-1206003760', u'MULTIEQUAL_-1206003615'), (u'CALL_-1206010203', u'INDIRECT_-1206004404'), (u'MULTIEQUAL_-1206001576', u'MULTIEQUAL_-1206003392'), (u'MULTIEQUAL_-1206008257', u'CALL_-1206008515'), (u'CALL_-1206009650', u'INDIRECT_-1206004064'), (u'INDIRECT_-1206005956', u'MULTIEQUAL_-1206006553'), (u'INDIRECT_-1206005978', u'MULTIEQUAL_-1206001599'), (u'INDIRECT_-1206002367', u'MULTIEQUAL_-1206002324'), (u'MULTIEQUAL_-1206005648', u'MULTIEQUAL_-1206005613'), (u'CALL_-1206009134', u'INDIRECT_-1206005490'), ('tmp_14921', u'PTRADD_-1206002147'), (u'LOAD_-1206012275', u'CALL_-1206009390'), (u'CALL_-1206008562', u'INDIRECT_-1206003716'), ('tmp_1653', u'CBRANCH_-1206011352'), (u'CALL_-1206010163', u'INDIRECT_-1206004605'), (u'INDIRECT_-1206005591', u'MULTIEQUAL_-1206005572'), (u'INDIRECT_-1206003453', u'MULTIEQUAL_-1206003647'), (u'CALL_-1206008525', u'INDIRECT_-1206003481'), (u'CAST_-1206000756', u'LOAD_-1206008535'), (u'MULTIEQUAL_-1206005328', u'MULTIEQUAL_-1206005311'), (u'CALL_-1206010184', u'INDIRECT_-1206002472'), (u'MULTIEQUAL_-1206003203', u'MULTIEQUAL_-1206003163'), (u'INDIRECT_-1206005280', u'MULTIEQUAL_-1206001358'), (u'CALL_-1206010596', u'INDIRECT_-1206003838'), (u'INDIRECT_-1206006202', u'MULTIEQUAL_-1206006149'), (u'INDIRECT_-1206006481', u'MULTIEQUAL_-1206006517'), (u'INDIRECT_-1206006038', u'MULTIEQUAL_-1206006000'), (u'STORE_-1206011655', u'INDIRECT_-1206005289'), (u'MULTIEQUAL_-1206001595', u'MULTIEQUAL_-1206006125'), (u'STORE_-1206010142', u'INDIRECT_-1206004735'), (u'STORE_-1206011223', u'INDIRECT_-1206005521'), ('const-417', u'STORE_-1206009188'), (u'CALL_-1206011338', u'INDIRECT_-1206003032'), ('tmp_14921', u'PTRADD_-1206001559'), (u'CALL_-1206009631', u'INDIRECT_-1206005072'), (u'CALL_-1206011834', u'INDIRECT_-1206005626'), (u'MULTIEQUAL_-1206001818', u'MULTIEQUAL_-1206003120'), (u'INDIRECT_-1206005264', u'MULTIEQUAL_-1206005186'), (u'MULTIEQUAL_-1206001597', u'MULTIEQUAL_-1206006339'), (u'MULTIEQUAL_-1206005754', u'COPY_-1206005835'), (u'MULTIEQUAL_-1206005604', u'MULTIEQUAL_-1206005982'), (u'CAST_-1206000756', u'MULTIEQUAL_-1206000667'), (u'INDIRECT_-1206003440', u'COPY_-1206003454'), (u'MULTIEQUAL_-1206008760', u'CALL_-1206011983'), (u'CALL_-1206010639', u'INT_EQUAL_-1206010619'), (u'CALL_-1206008515', u'INDIRECT_-1206003226'), (u'CALL_-1206009167', u'INDIRECT_-1206001974'), (u'INDIRECT_-1206003885', u'MULTIEQUAL_-1206004623'), (u'CALL_-1206009390', u'INDIRECT_-1206004669'), (u'MULTIEQUAL_-1206007173', u'MULTIEQUAL_-1206007160'), (u'CALL_-1206010092', u'INDIRECT_-1206006374'), (u'INDIRECT_-1206004289', u'MULTIEQUAL_-1206004502'), (u'INDIRECT_-1206005345', u'MULTIEQUAL_-1206005265'), ('tmp_31192', u'MULTIEQUAL_-1206006577'), (u'STORE_-1206009083', u'INDIRECT_-1206003978'), ('const-4', u'PTRADD_-1206002245'), (u'INDIRECT_-1206005112', u'MULTIEQUAL_-1206006042'), (u'CALL_-1206010602', u'INDIRECT_-1206006136'), (u'MULTIEQUAL_-1206004258', u'MULTIEQUAL_-1206004865'), ('const-417', u'LOAD_-1206010091'), (u'MULTIEQUAL_-1206007112', u'MULTIEQUAL_-1206007052'), (u'INDIRECT_-1206002849', u'MULTIEQUAL_-1206003018'), (u'MULTIEQUAL_-1206006610', u'COPY_-1206006691'), (u'INDIRECT_-1206006761', u'MULTIEQUAL_-1206001845'), (u'CALL_-1206010664', u'INDIRECT_-1206002983'), (u'CALL_-1206010305', u'INDIRECT_-1206005959'), (u'MULTIEQUAL_-1206005875', u'MULTIEQUAL_-1206005433'), ('const-4', u'PTRADD_-1206001211'), (u'INDIRECT_-1206003377', u'MULTIEQUAL_-1206003428'), (u'CALL_-1206010203', u'INDIRECT_-1206003869'), (u'CALL_-1206009390', u'INDIRECT_-1206004883'), (u'INDIRECT_-1206005152', u'COPY_-1206005166'), (u'STORE_-1206011404', u'INDIRECT_-1206005283'), ('tmp_2053', u'BRANCH_-1206011022'), (u'MULTIEQUAL_-1206006289', u'COPY_-1206006370'), (u'CALL_-1206010664', u'INDIRECT_-1206004086'), (u'INT_ADD_-1206012351', u'CAST_-1206002452'), (u'STORE_-1206009071', u'INDIRECT_-1206005359'), (u'INDIRECT_-1206004648', u'MULTIEQUAL_-1206001355'), (u'CALL_-1206008268', u'INDIRECT_-1206003902'), ('const-4', u'PTRADD_-1206001600'), (u'INDIRECT_-1206004495', u'MULTIEQUAL_-1206004733'), (u'STORE_-1206011398', u'INDIRECT_-1206004315'), (u'INDIRECT_-1206004888', u'MULTIEQUAL_-1206004865'), (u'INDIRECT_-1206004193', u'MULTIEQUAL_-1206004475'), (u'INDIRECT_-1206004210', u'MULTIEQUAL_-1206004796'), (u'PTRADD_-1206002038', u'LOAD_-1206010097'), (u'STORE_-1206009651', u'INDIRECT_-1206003978'), (u'STORE_-1206011223', u'INDIRECT_-1206004879'), (u'CALL_-1206011003', u'INDIRECT_-1206006472'), (u'CALL_-1206010432', u'INDIRECT_-1206002888'), (u'INDIRECT_-1206006056', u'MULTIEQUAL_-1206006032'), (u'INDIRECT_-1206003481', u'MULTIEQUAL_-1206004602'), (u'CALL_-1206010151', u'INDIRECT_-1206004061'), (u'MULTIEQUAL_-1206004275', u'MULTIEQUAL_-1206004796'), (u'CALL_-1206009167', u'INDIRECT_-1206005455'), (u'MULTIEQUAL_-1206005340', u'MULTIEQUAL_-1206004898'), (u'CALL_-1206010613', u'INDIRECT_-1206003958'), (u'CALL_-1206009167', u'INDIRECT_-1206005241'), (u'CALL_-1206011383', u'INDIRECT_-1206004323'), (u'STORE_-1206011410', u'INDIRECT_-1206005502'), (u'CALL_-1206009144', u'INDIRECT_-1206004154'), (u'INDIRECT_-1206004168', u'MULTIEQUAL_-1206003771'), (u'INDIRECT_-1206005033', u'MULTIEQUAL_-1206005434'), (u'INDIRECT_-1206005131', u'MULTIEQUAL_-1206005051'), (u'INDIRECT_-1206005012', u'MULTIEQUAL_-1206004348'), (u'INDIRECT_-1206004402', u'MULTIEQUAL_-1206005127'), (u'CALL_-1206010350', u'INDIRECT_-1206004275'), (u'INDIRECT_-1206006378', u'MULTIEQUAL_-1206006308'), (u'CALL_-1206009718', u'INDIRECT_-1206002427'), (u'STORE_-1206011655', u'INDIRECT_-1206005717'), (u'CALL_-1206011247', u'INDIRECT_-1206004692'), (u'INDIRECT_-1206006293', u'MULTIEQUAL_-1206006303'), (u'INDIRECT_-1206002851', u'MULTIEQUAL_-1206002792'), (u'CALL_-1206008230', u'INDIRECT_-1206005272'), (u'CALL_-1206010098', u'INDIRECT_-1206003351'), (u'INDIRECT_-1206004703', u'MULTIEQUAL_-1206004306'), (u'INDIRECT_-1206003940', u'MULTIEQUAL_-1206003877'), (u'INDIRECT_-1206006085', u'MULTIEQUAL_-1206001600'), (u'INT_ADD_-1206010670', u'CAST_-1206001754'), ('const-417', u'LOAD_-1206009597'), (u'INDIRECT_-1206005333', u'MULTIEQUAL_-1206004669'), (u'INT_NOTEQUAL_-1206007907', u'CBRANCH_-1206007905'), (u'STORE_-1206011245', u'INDIRECT_-1206006600'), ('tmp_31191', u'MULTIEQUAL_-1206006470'), ('const-4', u'PTRADD_-1206002207'), (u'INDIRECT_-1206004171', u'MULTIEQUAL_-1206004107'), (u'STORE_-1206009071', u'INDIRECT_-1206004717'), (u'INDIRECT_-1206004202', u'MULTIEQUAL_-1206004396'), (u'LOAD_-1206009205', u'INT_NOTEQUAL_-1206009110'), (u'CALL_-1206009167', u'INDIRECT_-1206003957'), (u'INDIRECT_-1206005354', u'MULTIEQUAL_-1206005300'), (u'INDIRECT_-1206004407', u'MULTIEQUAL_-1206004689'), (u'MULTIEQUAL_-1206002682', u'MULTIEQUAL_-1206003203'), (u'LOAD_-1206011545', u'INT_EQUAL_-1206011513'), (u'INDIRECT_-1206006749', u'MULTIEQUAL_-1206006635'), (u'MULTIEQUAL_-1206001821', u'MULTIEQUAL_-1206003369'), (u'INDIRECT_-1206003761', u'COPY_-1206003775'), (u'INDIRECT_-1206006000', u'MULTIEQUAL_-1206005886'), ('tmp_14921', u'PTRADD_-1206002250'), (u'CALL_-1206011428', u'INDIRECT_-1206003079'), (u'CALL_-1206009664', u'INDIRECT_-1206006052'), (u'CALL_-1206010613', u'INDIRECT_-1206004921'), (u'INDIRECT_-1206002783', u'MULTIEQUAL_-1206003021'), (u'CALL_-1206008096', u'INDIRECT_-1206003000'), (u'INDIRECT_-1206005369', u'MULTIEQUAL_-1206006156'), (u'CALL_-1206010558', u'INDIRECT_-1206006082'), (u'INDIRECT_-1206004511', u'MULTIEQUAL_-1206004793'), (u'CALL_-1206009353', u'INDIRECT_-1206005611'), ('const-417', u'STORE_-1206010100'), (u'PTRSUB_-1206002436', u'CALL_-1206011983'), (u'STORE_-1206010100', u'INDIRECT_-1206004638'), ('const-1', u'PTRADD_-1206000616'), (u'INDIRECT_-1206005037', u'MULTIEQUAL_-1206004923'), (u'STORE_-1206011920', u'INDIRECT_-1206004876'), (u'INDIRECT_-1206004348', u'MULTIEQUAL_-1206004288'), (u'INDIRECT_-1206004348', u'MULTIEQUAL_-1206004288'), ('const-4', u'PTRADD_-1206002147'), (u'MULTIEQUAL_-1206004578', u'MULTIEQUAL_-1206005458'), (u'LOAD_-1206010098', u'INT_AND_-1206006737'), ('const-179248', u'INT_ADD_-1206009451'), (u'CALL_-1206009664', u'INDIRECT_-1206002654'), (u'INDIRECT_-1206004918', u'MULTIEQUAL_-1206004865'), (u'MULTIEQUAL_-1206001581', u'MULTIEQUAL_-1206004627'), (u'STORE_-1206010022', u'INDIRECT_-1206004501'), (u'CALL_-1206009455', u'INDIRECT_-1206002184'), ('tmp_14921', u'PTRADD_-1206002038'), (u'STORE_-1206011595', u'INDIRECT_-1206006868'), (u'STORE_-1206011643', u'INDIRECT_-1206005708'), (u'CALL_-1206011983', u'INT_EQUAL_-1206011963'), (u'CALL_-1206010108', u'INDIRECT_-1206002802'), (u'MULTIEQUAL_-1206006791', u'MULTIEQUAL_-1206006731'), (u'INDIRECT_-1206004765', u'MULTIEQUAL_-1206004685'), (u'CALL_-1206011834', u'INDIRECT_-1206004556'), (u'LOAD_-1206010222', u'CALL_-1206010184'), (u'STORE_-1206011223', u'INDIRECT_-1206005093'), (u'CAST_-1206001754', u'LOAD_-1206010686'), (u'CALL_-1206008799', u'INDIRECT_-1206002890'), (u'CALL_-1206008268', u'INDIRECT_-1206001895'), (u'CALL_-1206011834', u'INDIRECT_-1206003370'), (u'STORE_-1206011511', u'INDIRECT_-1206006082'), (u'INT_EQUAL_-1206008040', u'CBRANCH_-1206008036'), (u'INDIRECT_-1206002255', u'MULTIEQUAL_-1206003163'), (u'LOAD_-1206008432', u'MULTIEQUAL_-1206000665'), (u'LOAD_-1206012275', u'CALL_-1206010476'), (u'CALL_-1206010293', u'INDIRECT_-1206005522'), (u'INDIRECT_-1206005666', u'MULTIEQUAL_-1206005269'), (u'CALL_-1206009167', u'INDIRECT_-1206004171'), (u'CALL_-1206010586', u'INDIRECT_-1206002772'), (u'STORE_-1206010022', u'INDIRECT_-1206004394'), (u'MULTIEQUAL_-1206004658', u'MULTIEQUAL_-1206004609'), (u'STORE_-1206011223', u'INDIRECT_-1206004772'), (u'CALL_-1206011338', u'INDIRECT_-1206005906'), (u'CALL_-1206009167', u'INDIRECT_-1206004706'), ('tmp_14922', u'CALL_-1206010098'), ('const-4', u'PTRADD_-1206001559'), (u'CALL_-1206009144', u'INDIRECT_-1206004261'), (u'CAST_-1206000889', u'INT_EQUAL_-1206008615'), (u'INDIRECT_-1206005314', u'MULTIEQUAL_-1206005911'), (u'MULTIEQUAL_-1206003050', u'MULTIEQUAL_-1206003428'), (u'CALL_-1206010040', u'INDIRECT_-1206003319'), (u'CALL_-1206009650', u'INDIRECT_-1206005027'), (u'STORE_-1206009083', u'INDIRECT_-1206003550'), (u'CALL_-1206008268', u'INDIRECT_-1206004972'), (u'CALL_-1206010098', u'INDIRECT_-1206005358'), ('tmp_14921', u'CALL_-1206009134'), (u'CAST_-1206002223', u'INT_EQUAL_-1206011808'), (u'INDIRECT_-1206006770', u'MULTIEQUAL_-1206006353'), (u'INDIRECT_-1206003361', u'MULTIEQUAL_-1206002967'), (u'INT_EQUAL_-1206008518', u'CBRANCH_-1206008514'), (u'INDIRECT_-1206002941', u'MULTIEQUAL_-1206001819'), (u'INDIRECT_-1206004948', u'MULTIEQUAL_-1206004963'), (u'INDIRECT_-1206004599', u'MULTIEQUAL_-1206004535'), (u'CALL_-1206011882', u'INDIRECT_-1206005651'), (u'MULTIEQUAL_-1206003286', u'MULTIEQUAL_-1206003246'), (u'MULTIEQUAL_-1206008760', u'MULTIEQUAL_-1206008379'), (u'STORE_-1206011410', u'INDIRECT_-1206006679'), (u'STORE_-1206009071', u'INDIRECT_-1206004289'), (u'CALL_-1206008515', u'INDIRECT_-1206004189'), (u'STORE_-1206009188', u'INDIRECT_-1206004677'), ('tmp_3532', u'CBRANCH_-1206010202'), (u'MULTIEQUAL_-1206004709', u'MULTIEQUAL_-1206004699'), (u'CALL_-1206010476', u'INDIRECT_-1206006156'), (u'STORE_-1206011410', u'INDIRECT_-1206006358'), (u'INT_ADD_-1206008985', u'CAST_-1206000981'), (u'CALL_-1206009134', u'INDIRECT_-1206004420'), (u'CALL_-1206010305', u'INDIRECT_-1206002906'), (u'CALL_-1206010163', u'INDIRECT_-1206005247'), (u'MULTIEQUAL_-1206003412', u'CALL_-1206011465'), (u'MULTIEQUAL_-1206004864', u'MULTIEQUAL_-1206004610'), (u'CALL_-1206010040', u'INDIRECT_-1206006396'), (u'STORE_-1206011595', u'INDIRECT_-1206004621'), (u'CALL_-1206008799', u'INDIRECT_-1206003532'), (u'INDIRECT_-1206004798', u'MULTIEQUAL_-1206004758'), (u'CALL_-1206010163', u'INDIRECT_-1206004819'), (u'STORE_-1206011655', u'INDIRECT_-1206006359'), (u'CALL_-1206010350', u'INDIRECT_-1206005773'), (u'INDIRECT_-1206005066', u'MULTIEQUAL_-1206001356'), (u'STORE_-1206010159', u'INDIRECT_-1206003935'), (u'MULTIEQUAL_-1206005007', u'MULTIEQUAL_-1206004990'), (u'STORE_-1206011643', u'INDIRECT_-1206004424'), (u'INDIRECT_-1206003588', u'MULTIEQUAL_-1206003794'), (u'CALL_-1206008144', u'INDIRECT_-1206001732'), (u'MULTIEQUAL_-1206003723', u'MULTIEQUAL_-1206004330'), ('const-4294967295', u'CALL_-1206010350'), (u'INDIRECT_-1206006334', u'MULTIEQUAL_-1206006256'), (u'INDIRECT_-1206005008', u'MULTIEQUAL_-1206001584'), (u'INT_ADD_-1206008113', u'CALL_-1206008096'), (u'CALL_-1206008562', u'INDIRECT_-1206004893'), (u'INDIRECT_-1206005238', u'MULTIEQUAL_-1206005158'), (u'CALL_-1206008144', u'INDIRECT_-1206004202'), (u'INDIRECT_-1206006573', u'MULTIEQUAL_-1206006535'), (u'CALL_-1206010293', u'INDIRECT_-1206005094'), (u'STORE_-1206010100', u'INDIRECT_-1206006243'), (u'CAST_-1206000968', u'LOAD_-1206008970'), (u'CALL_-1206010558', u'INDIRECT_-1206004905'), (u'CALL_-1206009650', u'INDIRECT_-1206004599'), (u'CALL_-1206011338', u'INDIRECT_-1206004729'), (u'CALL_-1206011983', u'INDIRECT_-1206006021'), (u'MULTIEQUAL_-1206003508', u'MULTIEQUAL_-1206004388'), (u'STORE_-1206010142', u'INDIRECT_-1206005270'), (u'MULTIEQUAL_-1206004213', u'MULTIEQUAL_-1206004591'), (u'STORE_-1206011223', u'INDIRECT_-1206004451'), (u'CALL_-1206010305', u'INDIRECT_-1206006173'), ('tmp_31179', u'MULTIEQUAL_-1206005186'), (u'STORE_-1206010159', u'INDIRECT_-1206003828'), (u'CALL_-1206010432', u'INDIRECT_-1206004419'), (u'INDIRECT_-1206005012', u'MULTIEQUAL_-1206004899'), ('tmp_14921', u'CALL_-1206010613'), (u'MULTIEQUAL_-1206006898', u'COPY_-1206002494'), (u'MULTIEQUAL_-1206008320', u'MULTIEQUAL_-1206008311'), (u'INDIRECT_-1206005541', u'MULTIEQUAL_-1206005483'), (u'CALL_-1206008096', u'INDIRECT_-1206003321'), ('const-177676', u'INT_ADD_-1206012387'), (u'CALL_-1206010203', u'INDIRECT_-1206003441'), ('const-4294967295', u'CALL_-1206011983'), ('const-4', u'INT_EQUAL_-1206010106'), (u'INDIRECT_-1206005635', u'MULTIEQUAL_-1206006232'), (u'INDIRECT_-1206003560', u'MULTIEQUAL_-1206003754'), (u'LOAD_-1206009112', u'CALL_-1206009101'), (u'CALL_-1206009144', u'INDIRECT_-1206003191'), (u'CALL_-1206010092', u'INDIRECT_-1206004662'), (u'CALL_-1206010151', u'INDIRECT_-1206003954'), (u'STORE_-1206011595', u'INDIRECT_-1206004728'), ('tmp_5472', u'BRANCH_-1206008413'), (u'INDIRECT_-1206005252', u'MULTIEQUAL_-1206005465'), (u'CALL_-1206011428', u'INDIRECT_-1206003245'), (u'CALL_-1206010163', u'INDIRECT_-1206002587'), (u'INT_ZEXT_-1206012196', u'MULTIEQUAL_-1206008783'), (u'INDIRECT_-1206006852', u'MULTIEQUAL_-1206006798'), (u'CALL_-1206011922', u'INDIRECT_-1206004884'), (u'CALL_-1206009623', u'INDIRECT_-1206005434'), (u'INDIRECT_-1206006831', u'MULTIEQUAL_-1206006167'), ('const-3', u'CALL_-1206009664'), (u'CALL_-1206009342', u'INDIRECT_-1206004104'), (u'CAST_-1206001786', u'INT_ADD_-1206010075'), (u'CALL_-1206009167', u'INDIRECT_-1206005348'), (u'INDIRECT_-1206003244', u'MULTIEQUAL_-1206003225'), (u'CALL_-1206010305', u'INDIRECT_-1206005424'), (u'MULTIEQUAL_-1206006577', u'MULTIEQUAL_-1206006517'), (u'CALL_-1206010664', u'INDIRECT_-1206002817'), (u'CALL_-1206010151', u'INDIRECT_-1206002910'), (u'INDIRECT_-1206006579', u'MULTIEQUAL_-1206006726'), (u'INDIRECT_-1206005434', u'MULTIEQUAL_-1206005376'), (u'CALL_-1206009353', u'INDIRECT_-1206004862'), (u'INDIRECT_-1206005308', u'MULTIEQUAL_-1206005238'), (u'INDIRECT_-1206005465', u'MULTIEQUAL_-1206005351'), (u'CALL_-1206010126', u'INDIRECT_-1206004006'), (u'CALL_-1206008562', u'INDIRECT_-1206003395'), (u'INT_ADD_-1206008611', u'CALL_-1206008268'), (u'PTRADD_-1206001429', u'LOAD_-1206010550'), (u'CALL_-1206009631', u'INDIRECT_-1206005286'), (u'INDIRECT_-1206004662', u'MULTIEQUAL_-1206001828'), (u'CAST_-1206001080', u'CALL_-1206008096'), (u'INDIRECT_-1206004688', u'MULTIEQUAL_-1206004698'), (u'STORE_-1206011655', u'INDIRECT_-1206006573'), (u'LOAD_-1206011538', u'STORE_-1206011511'), (u'CALL_-1206009631', u'INDIRECT_-1206004965'), (u'CALL_-1206010163', u'INDIRECT_-1206004177'), ('const-417', u'STORE_-1206010022'), (u'INDIRECT_-1206004605', u'MULTIEQUAL_-1206005006'), (u'LOAD_-1206010097', u'INT_ADD_-1206008049'), ('tmp_14921', u'PTRADD_-1206001190'), (u'INT_ADD_-1206012387', u'INT_ADD_-1206012351'), ('const-5', u'INT_ADD_-1206010276'), (u'CALL_-1206011383', u'INDIRECT_-1206004644'), (u'STORE_-1206010142', u'INDIRECT_-1206005056'), (u'CALL_-1206011247', u'INDIRECT_-1206006725'), (u'INDIRECT_-1206005987', u'MULTIEQUAL_-1206005590'), (u'STORE_-1206012265', u'INDIRECT_-1206005132'), (u'MULTIEQUAL_-1206005728', u'MULTIEQUAL_-1206005679'), (u'CALL_-1206009353', u'INDIRECT_-1206004648'), (u'LOAD_-1206012303', u'MULTIEQUAL_-1206003345'), (u'MULTIEQUAL_-1206003369', u'MULTIEQUAL_-1206002708'), (u'INDIRECT_-1206004391', u'MULTIEQUAL_-1206004792'), (u'CALL_-1206010293', u'INDIRECT_-1206002814'), (u'INDIRECT_-1206004917', u'MULTIEQUAL_-1206004837'), (u'MULTIEQUAL_-1206005137', u'MULTIEQUAL_-1206005127'), (u'CALL_-1206011983', u'INDIRECT_-1206003693'), (u'INDIRECT_-1206004942', u'MULTIEQUAL_-1206005224'), (u'CALL_-1206009718', u'INDIRECT_-1206005325'), (u'CALL_-1206010586', u'INDIRECT_-1206005635'), ('const-0', u'COPY_-1206002558'), (u'PTRADD_-1206002142', u'STORE_-1206011404'), (u'STORE_-1206011404', u'INDIRECT_-1206006246'), (u'CALL_-1206010305', u'INDIRECT_-1206003926'), (u'CALL_-1206010432', u'INDIRECT_-1206005917'), (u'CALL_-1206009101', u'INDIRECT_-1206005095'), (u'INDIRECT_-1206006309', u'MULTIEQUAL_-1206006256'), (u'STORE_-1206009071', u'INDIRECT_-1206003112'), (u'INDIRECT_-1206004930', u'MULTIEQUAL_-1206004816'), (u'INDIRECT_-1206003053', u'MULTIEQUAL_-1206003259'), (u'CALL_-1206010596', u'INDIRECT_-1206002545'), (u'CALL_-1206011834', u'INDIRECT_-1206005412'), (u'INDIRECT_-1206006531', u'MULTIEQUAL_-1206006477'), (u'INDIRECT_-1206004521', u'MULTIEQUAL_-1206004502'), (u'STORE_-1206010100', u'INDIRECT_-1206004317'), (u'CALL_-1206010098', u'INDIRECT_-1206004502'), (u'CALL_-1206009455', u'INDIRECT_-1206002267'), (u'CALL_-1206008268', u'INDIRECT_-1206004758'), ('const-0', u'CALL_-1206010350'), (u'MULTIEQUAL_-1206001837', u'MULTIEQUAL_-1206005866'), (u'INT_EQUAL_-1206011318', u'CBRANCH_-1206011310'), (u'INDIRECT_-1206003578', u'MULTIEQUAL_-1206001345'), (u'MULTIEQUAL_-1206003120', u'MULTIEQUAL_-1206003080'), (u'CALL_-1206008230', u'INDIRECT_-1206003560'), (u'INDIRECT_-1206005407', u'MULTIEQUAL_-1206005327'), (u'CALL_-1206008230', u'INDIRECT_-1206003453'), (u'INDIRECT_-1206004901', u'MULTIEQUAL_-1206001583'), (u'CALL_-1206010098', u'INDIRECT_-1206004823'), (u'INDIRECT_-1206006547', u'MULTIEQUAL_-1206001843'), (u'CALL_-1206010613', u'INDIRECT_-1206004493'), (u'MULTIEQUAL_-1206005987', u'MULTIEQUAL_-1206006508'), (u'INDIRECT_-1206004299', u'MULTIEQUAL_-1206005086'), (u'MULTIEQUAL_-1206005351', u'MULTIEQUAL_-1206005341'), (u'CALL_-1206009167', u'INDIRECT_-1206003208'), (u'CALL_-1206009101', u'INDIRECT_-1206001852'), (u'INDIRECT_-1206005290', u'MULTIEQUAL_-1206001361'), ('tmp_827', u'BRANCH_-1206011907'), (u'INDIRECT_-1206005238', u'MULTIEQUAL_-1206004841'), (u'MULTIEQUAL_-1206004596', u'MULTIEQUAL_-1206005117'), (u'INDIRECT_-1206002817', u'MULTIEQUAL_-1206003120'), (u'CALL_-1206010092', u'INDIRECT_-1206002858'), ('tmp_14921', u'PTRADD_-1206002160'), (u'INDIRECT_-1206003141', u'MULTIEQUAL_-1206003847'), ('const-417', u'LOAD_-1206008420'), (u'CALL_-1206008525', u'INDIRECT_-1206003695'), (u'CALL_-1206010602', u'INDIRECT_-1206004959'), (u'MULTIEQUAL_-1206005221', u'MULTIEQUAL_-1206005204'), (u'LOAD_-1206008640', u'CAST_-1206000889'), (u'INDIRECT_-1206003346', u'MULTIEQUAL_-1206003540'), (u'STORE_-1206009077', u'INDIRECT_-1206004936'), (u'INDIRECT_-1206002038', u'MULTIEQUAL_-1206002765'), (u'CALL_-1206009134', u'INDIRECT_-1206003992'), (u'CALL_-1206009390', u'MULTIEQUAL_-1206007957'), (u'CALL_-1206011338', u'INDIRECT_-1206006227'), (u'MULTIEQUAL_-1206001343', u'MULTIEQUAL_-1206002809'), (u'INDIRECT_-1206006118', u'MULTIEQUAL_-1206006905'), (u'CALL_-1206009134', u'INDIRECT_-1206005062'), (u'CALL_-1206010163', u'INDIRECT_-1206004391'), (u'CALL_-1206009390', u'INDIRECT_-1206004562'), (u'INDIRECT_-1206003327', u'MULTIEQUAL_-1206003308'), (u'INDIRECT_-1206002545', u'MULTIEQUAL_-1206001573'), ('const-417', u'LOAD_-1206010557'), (u'INDIRECT_-1206005514', u'MULTIEQUAL_-1206006635'), (u'MULTIEQUAL_-1206005435', u'MULTIEQUAL_-1206005418'), (u'CALL_-1206010305', u'INDIRECT_-1206005103'), (u'INDIRECT_-1206002934', u'MULTIEQUAL_-1206002875'), (u'STORE_-1206010159', u'INDIRECT_-1206005112'), (u'INDIRECT_-1206004638', u'MULTIEQUAL_-1206005224'), (u'STORE_-1206011398', u'INDIRECT_-1206005278'), (u'MULTIEQUAL_-1206001827', u'MULTIEQUAL_-1206004796'), (u'CALL_-1206010476', u'INDIRECT_-1206005728'), (u'CALL_-1206009353', u'INDIRECT_-1206005290'), (u'INDIRECT_-1206004867', u'MULTIEQUAL_-1206005014'), (u'CALL_-1206010126', u'INDIRECT_-1206003471'), (u'CALL_-1206009598', u'CALL_-1206009623'), (u'CALL_-1206008525', u'INDIRECT_-1206004444'), (u'STORE_-1206009083', u'INDIRECT_-1206002908'), (u'STORE_-1206011920', u'INDIRECT_-1206006267'), (u'MULTIEQUAL_-1206004149', u'COPY_-1206004230'), (u'CALL_-1206010432', u'CALL_-1206010293'), (u'CAST_-1206000392', u'MULTIEQUAL_-1206006818'), (u'CALL_-1206010664', u'INDIRECT_-1206004942'), (u'CALL_-1206010108', u'INDIRECT_-1206004785'), (u'STORE_-1206010159', u'INDIRECT_-1206005647'), (u'LOAD_-1206012275', u'CALL_-1206011247'), (u'MULTIEQUAL_-1206003615', u'MULTIEQUAL_-1206004495'), ('tmp_5387', u'CBRANCH_-1206008911'), (u'LOAD_-1206007933', u'CAST_-1206000392'), (u'CALL_-1206009664', u'INDIRECT_-1206005410'), (u'INDIRECT_-1206004987', u'MULTIEQUAL_-1206004917'), (u'CALL_-1206010596', u'INDIRECT_-1206002628'), (u'CALL_-1206010639', u'INDIRECT_-1206002532'), (u'INT_LESS_-1206010225', u'CBRANCH_-1206010234'), ('tmp_6157', u'BRANCH_-1206008011'), ('const-4', u'PTRADD_-1206001007'), (u'INDIRECT_-1206005055', u'MULTIEQUAL_-1206005070'), (u'STORE_-1206010022', u'INDIRECT_-1206004608'), (u'CAST_-1206000981', u'LOAD_-1206009001'), (u'INDIRECT_-1206006156', u'MULTIEQUAL_-1206006076'), (u'INDIRECT_-1206005880', u'MULTIEQUAL_-1206005483'), (u'INDIRECT_-1206006472', u'MULTIEQUAL_-1206006619'), (u'INDIRECT_-1206005842', u'MULTIEQUAL_-1206005818'), (u'CALL_-1206008799', u'INDIRECT_-1206004602'), (u'CALL_-1206009390', u'INDIRECT_-1206003599'), (u'CALL_-1206009342', u'INDIRECT_-1206005602'), (u'CALL_-1206009455', u'INDIRECT_-1206005023'), (u'CALL_-1206010350', u'INT_EQUAL_-1206010330'), ('const-417', u'LOAD_-1206008630'), (u'CALL_-1206010163', u'INDIRECT_-1206004070'), (u'CALL_-1206010092', u'INDIRECT_-1206003190'), ('const-417', u'LOAD_-1206010222'), (u'CALL_-1206011428', u'INDIRECT_-1206004669'), (u'CALL_-1206011465', u'INDIRECT_-1206005436'), (u'CALL_-1206009455', u'INDIRECT_-1206003846'), (u'INDIRECT_-1206006107', u'MULTIEQUAL_-1206005993'), ('tmp_31182', u'MULTIEQUAL_-1206005507'), (u'INT_NOTEQUAL_-1206010064', u'CBRANCH_-1206010062'), (u'CALL_-1206009664', u'INDIRECT_-1206002322'), (u'CALL_-1206011338', u'MULTIEQUAL_-1206008320'), (u'MULTIEQUAL_-1206001583', u'MULTIEQUAL_-1206004841'), (u'MULTIEQUAL_-1206004793', u'MULTIEQUAL_-1206005400'), (u'INDIRECT_-1206004238', u'MULTIEQUAL_-1206004168'), (u'MULTIEQUAL_-1206001346', u'MULTIEQUAL_-1206003937'), (u'MULTIEQUAL_-1206006182', u'COPY_-1206006263'), (u'COPY_-1206001948', u'MULTIEQUAL_-1206008403'), (u'MULTIEQUAL_-1206007364', u'INT_NOTEQUAL_-1206008914'), (u'CALL_-1206009101', u'INDIRECT_-1206002018'), (u'INDIRECT_-1206004567', u'MULTIEQUAL_-1206004544'), (u'INDIRECT_-1206005239', u'MULTIEQUAL_-1206005186'), ('const-4', u'PTRADD_-1206001264'), (u'INDIRECT_-1206005005', u'MULTIEQUAL_-1206005935'), (u'COPY_-1206010061', u'MULTIEQUAL_-1206008272'), (u'INDIRECT_-1206003136', u'MULTIEQUAL_-1206003874'), (u'CALL_-1206009134', u'INDIRECT_-1206004741'), (u'INDIRECT_-1206004257', u'MULTIEQUAL_-1206004199'), (u'CALL_-1206010596', u'INDIRECT_-1206002462'), (u'CALL_-1206011465', u'INDIRECT_-1206006185'), (u'CALL_-1206008230', u'INDIRECT_-1206002811'), ('const-178332', u'INT_ADD_-1206010110'), (u'INDIRECT_-1206005116', u'MULTIEQUAL_-1206005126'), ('const-417', u'LOAD_-1206008465'), (u'STORE_-1206011404', u'INDIRECT_-1206004641'), (u'INDIRECT_-1206004444', u'MULTIEQUAL_-1206004364'), (u'INDIRECT_-1206004452', u'MULTIEQUAL_-1206004382'), (u'INDIRECT_-1206006617', u'MULTIEQUAL_-1206006577'), ('tmp_5464', u'CBRANCH_-1206008423'), (u'MULTIEQUAL_-1206006992', u'MULTIEQUAL_-1206007447'), (u'INDIRECT_-1206004123', u'MULTIEQUAL_-1206004043'), (u'CALL_-1206009455', u'CALL_-1206009342'), (u'CALL_-1206009598', u'INDIRECT_-1206004306'), (u'CALL_-1206010040', u'INDIRECT_-1206005112'), (u'INDIRECT_-1206003564', u'MULTIEQUAL_-1206004302'), (u'CALL_-1206010350', u'INDIRECT_-1206004810'), (u'MULTIEQUAL_-1206001344', u'MULTIEQUAL_-1206003723'), (u'STORE_-1206009188', u'INDIRECT_-1206004249'), (u'INDIRECT_-1206002253', u'MULTIEQUAL_-1206003011'), (u'MULTIEQUAL_-1206001351', u'MULTIEQUAL_-1206004472'), (u'CALL_-1206010476', u'INDIRECT_-1206002996'), (u'INDIRECT_-1206003695', u'MULTIEQUAL_-1206004816'), (u'INDIRECT_-1206002204', u'MULTIEQUAL_-1206002931'), (u'INDIRECT_-1206004769', u'MULTIEQUAL_-1206001829'), (u'INT_ADD_-1206008003', u'MULTIEQUAL_-1206007158'), (u'CALL_-1206010664', u'INDIRECT_-1206005049'), (u'MULTIEQUAL_-1206004043', u'MULTIEQUAL_-1206004923'), ('const-0', u'STORE_-1206010022'), (u'CALL_-1206008562', u'INDIRECT_-1206005107'), (u'STORE_-1206009651', u'INDIRECT_-1206005690'), (u'INDIRECT_-1206006119', u'MULTIEQUAL_-1206001839'), (u'CALL_-1206009455', u'INDIRECT_-1206005130'), (u'MULTIEQUAL_-1206000569', u'COPY_-1206000609'), (u'INDIRECT_-1206003614', u'MULTIEQUAL_-1206004544'), (u'MULTIEQUAL_-1206005434', u'MULTIEQUAL_-1206005399'), (u'STORE_-1206009071', u'INDIRECT_-1206004931'), (u'INDIRECT_-1206003657', u'MULTIEQUAL_-1206004444'), (u'LOAD_-1206012275', u'CALL_-1206011003'), ('tmp_4984', u'CBRANCH_-1206009170'), ('const-417', u'STORE_-1206011655'), ('const-417', u'LOAD_-1206010550'), (u'INDIRECT_-1206004030', u'MULTIEQUAL_-1206004627'), (u'INDIRECT_-1206002033', u'MULTIEQUAL_-1206002792'), (u'INDIRECT_-1206004402', u'MULTIEQUAL_-1206004257'), (u'MULTIEQUAL_-1206001596', u'MULTIEQUAL_-1206006232'), (u'CALL_-1206009623', u'INDIRECT_-1206004364'), ('tmp_6401', u'BRANCH_-1206008094'), (u'INDIRECT_-1206004095', u'MULTIEQUAL_-1206004289'), (u'CALL_-1206011383', u'INDIRECT_-1206003137'), (u'CALL_-1206011247', u'INDIRECT_-1206003161'), (u'INDIRECT_-1206005048', u'MULTIEQUAL_-1206005835'), (u'CALL_-1206010305', u'INDIRECT_-1206004996'), (u'INDIRECT_-1206003054', u'MULTIEQUAL_-1206003018'), (u'MULTIEQUAL_-1206007184', u'MULTIEQUAL_-1206007175'), (u'CALL_-1206008268', u'INDIRECT_-1206003474'), (u'CALL_-1206010613', u'INDIRECT_-1206004065'), (u'COPY_-1206000635', u'MULTIEQUAL_-1206007193'), (u'CALL_-1206009455', u'INDIRECT_-1206005451'), ('const-1290', u'PTRADD_-1206002160'), (u'MULTIEQUAL_-1206004686', u'MULTIEQUAL_-1206005293'), (u'INDIRECT_-1206004765', u'MULTIEQUAL_-1206004971'), (u'INDIRECT_-1206005862', u'MULTIEQUAL_-1206005804'), ('tmp_4465', u'CBRANCH_-1206010062'), ('tmp_6492', u'BRANCH_-1206007901'), (u'MULTIEQUAL_-1206005221', u'MULTIEQUAL_-1206005828'), (u'STORE_-1206011595', u'INDIRECT_-1206005156'), (u'MULTIEQUAL_-1206005345', u'MULTIEQUAL_-1206005866'), (u'CALL_-1206010092', u'INDIRECT_-1206005839'), (u'CALL_-1206010602', u'INDIRECT_-1206004103'), (u'INT_ZEXT_-1206011899', u'MULTIEQUAL_-1206008783'), (u'CALL_-1206010602', u'INDIRECT_-1206004210'), (u'INDIRECT_-1206004555', u'MULTIEQUAL_-1206004591'), (u'MULTIEQUAL_-1206000646', u'INT_NOTEQUAL_-1206008432'), (u'CALL_-1206008525', u'INDIRECT_-1206001784'), ('tmp_4838', u'CBRANCH_-1206010069'), (u'CALL_-1206008562', u'INDIRECT_-1206004251'), (u'MULTIEQUAL_-1206003687', u'MULTIEQUAL_-1206003433'), (u'CALL_-1206010040', u'INDIRECT_-1206006182'), ('const-179104', u'INT_ADD_-1206009025'), (u'CALL_-1206009664', u'INDIRECT_-1206005624'), (u'CALL_-1206009194', u'INDIRECT_-1206004937'), (u'STORE_-1206009188', u'INDIRECT_-1206004356'), (u'CALL_-1206009134', u'INDIRECT_-1206003457'), (u'STORE_-1206010142', u'INDIRECT_-1206005591'), (u'INDIRECT_-1206005304', u'MULTIEQUAL_-1206005340'), (u'INT_ADD_-1206009648', u'CAST_-1206001393'), (u'INDIRECT_-1206006160', u'MULTIEQUAL_-1206001842'), (u'INDIRECT_-1206003017', u'MULTIEQUAL_-1206002641'), ('tmp_14921', u'CAST_-1206000810'), (u'INDIRECT_-1206005263', u'MULTIEQUAL_-1206001831'), (u'INDIRECT_-1206006308', u'MULTIEQUAL_-1206005911'), ('const-4', u'PTRADD_-1206000493'), (u'MULTIEQUAL_-1206001357', u'MULTIEQUAL_-1206005114'), (u'MULTIEQUAL_-1206005828', u'MULTIEQUAL_-1206005768'), (u'INDIRECT_-1206005156', u'MULTIEQUAL_-1206001830'), (u'STORE_-1206011398', u'INDIRECT_-1206004850'), (u'CALL_-1206011428', u'INDIRECT_-1206006060'), ('tmp_31180', u'MULTIEQUAL_-1206005293'), (u'INDIRECT_-1206003102', u'MULTIEQUAL_-1206003011'), (u'MULTIEQUAL_-1206004685', u'MULTIEQUAL_-1206004650'), (u'INT_NOTEQUAL_-1206008510', u'CBRANCH_-1206008507'), (u'CALL_-1206010596', u'INDIRECT_-1206005443'), (u'CALL_-1206008230', u'INDIRECT_-1206003346'), (u'CALL_-1206010664', u'INDIRECT_-1206003149'), (u'INDIRECT_-1206004296', u'COPY_-1206004310'), (u'CALL_-1206009390', u'INDIRECT_-1206003492'), (u'INDIRECT_-1206005330', u'MULTIEQUAL_-1206005340'), (u'PTRADD_-1206002137', u'STORE_-1206011398'), (u'STORE_-1206011398', u'INDIRECT_-1206004743'), ('const-4', u'PTRADD_-1206000874'), (u'CALL_-1206008525', u'INDIRECT_-1206004658'), ('const-2', u'INT_LESS_-1206010252'), (u'INDIRECT_-1206005241', u'MULTIEQUAL_-1206005177'), ('tmp_5919', u'CBRANCH_-1206008514'), ('tmp_271', u'CBRANCH_-1206012265'), (u'CALL_-1206008525', u'INDIRECT_-1206005514'), (u'INDIRECT_-1206006370', u'MULTIEQUAL_-1206006290'), (u'INDIRECT_-1206006507', u'MULTIEQUAL_-1206006517'), ('const-417', u'LOAD_-1206010454'), (u'LOAD_-1206010571', u'INT_ZEXT_-1206010555'), (u'INDIRECT_-1206003066', u'MULTIEQUAL_-1206003369'), (u'CALL_-1206009718', u'INDIRECT_-1206002344'), (u'CALL_-1206009664', u'INDIRECT_-1206004982'), ('tmp_1028', u'BRANCH_-1206011760'), (u'INDIRECT_-1206005086', u'MULTIEQUAL_-1206006207'), (u'MULTIEQUAL_-1206001419', u'INT_AND_-1206006229'), (u'INDIRECT_-1206003107', u'MULTIEQUAL_-1206001821'), (u'CALL_-1206011465', u'INDIRECT_-1206004687'), ('tmp_1108', u'CBRANCH_-1206011704'), (u'STORE_-1206010142', u'INDIRECT_-1206005484'), (u'CALL_-1206009134', u'INDIRECT_-1206004206'), (u'STORE_-1206009188', u'INDIRECT_-1206003607'), (u'CALL_-1206008230', u'INDIRECT_-1206004416'), (u'CALL_-1206011983', u'INDIRECT_-1206005165'), (u'MULTIEQUAL_-1206004151', u'MULTIEQUAL_-1206004134'), (u'INDIRECT_-1206005440', u'MULTIEQUAL_-1206004776'), (u'CALL_-1206008515', u'INDIRECT_-1206003119'), (u'INDIRECT_-1206006642', u'MULTIEQUAL_-1206006528'), (u'INDIRECT_-1206006721', u'MULTIEQUAL_-1206006731'), (u'STORE_-1206011511', u'INDIRECT_-1206004477'), (u'CALL_-1206009598', u'INDIRECT_-1206002371'), (u'INDIRECT_-1206005494', u'MULTIEQUAL_-1206001360'), (u'INDIRECT_-1206003619', u'STORE_-1206011643'), (u'INDIRECT_-1206005119', u'MULTIEQUAL_-1206004455'), (u'CALL_-1206010126', u'INDIRECT_-1206002285'), (u'MULTIEQUAL_-1206005078', u'MULTIEQUAL_-1206004824'), (u'INDIRECT_-1206003909', u'MULTIEQUAL_-1206004115'), (u'INDIRECT_-1206005452', u'MULTIEQUAL_-1206005372'), ('const-3', u'PTRADD_-1206000590'), (u'INDIRECT_-1206003923', u'MULTIEQUAL_-1206004520'), (u'CALL_-1206009194', u'INDIRECT_-1206004295'), (u'CALL_-1206010613', u'INDIRECT_-1206005242'), (u'MULTIEQUAL_-1206003954', u'MULTIEQUAL_-1206004475'), (u'INDIRECT_-1206005311', u'MULTIEQUAL_-1206005251'), (u'INDIRECT_-1206005311', u'MULTIEQUAL_-1206005251'), (u'CALL_-1206010558', u'INDIRECT_-1206005547'), (u'INDIRECT_-1206003132', u'MULTIEQUAL_-1206003326'), (u'MULTIEQUAL_-1206005925', u'MULTIEQUAL_-1206006303'), (u'INDIRECT_-1206004872', u'MULTIEQUAL_-1206005993'), (u'INDIRECT_-1206003561', u'COPY_-1206001948'), (u'INDIRECT_-1206003546', u'MULTIEQUAL_-1206004271'), (u'INDIRECT_-1206003278', u'MULTIEQUAL_-1206003218'), (u'INDIRECT_-1206004498', u'MULTIEQUAL_-1206004444'), ('const-0', u'COPY_-1206010061'), ('tmp_2409', u'CBRANCH_-1206010179'), (u'INDIRECT_-1206005345', u'MULTIEQUAL_-1206004948'), (u'INDIRECT_-1206004923', u'MULTIEQUAL_-1206005161'), ('const-417', u'STORE_-1206009077'), (u'INT_NOTEQUAL_-1206008636', u'CBRANCH_-1206008617'), ('const-417', u'LOAD_-1206008939'), (u'CALL_-1206010613', u'INDIRECT_-1206003744'), (u'CALL_-1206010203', u'INDIRECT_-1206005688'), (u'STORE_-1206010142', u'INDIRECT_-1206005163'), (u'INDIRECT_-1206004965', u'MULTIEQUAL_-1206004907'), (u'CALL_-1206010596', u'INDIRECT_-1206005336'), (u'CALL_-1206010126', u'INDIRECT_-1206004541'), (u'CALL_-1206009144', u'INDIRECT_-1206005117'), (u'INDIRECT_-1206004872', u'MULTIEQUAL_-1206004792'), (u'INDIRECT_-1206005452', u'MULTIEQUAL_-1206005055'), (u'INDIRECT_-1206005540', u'MULTIEQUAL_-1206006470'), (u'MULTIEQUAL_-1206001342', u'MULTIEQUAL_-1206002726'), ('const-0', u'INT_EQUAL_-1206011513'), (u'INDIRECT_-1206005996', u'MULTIEQUAL_-1206005942'), (u'CALL_-1206009194', u'INDIRECT_-1206004188'), (u'CALL_-1206008096', u'INDIRECT_-1206002893'), (u'INDIRECT_-1206005732', u'MULTIEQUAL_-1206001838'), ('tmp_6011', u'BRANCH_-1206008607'), (u'CALL_-1206009390', u'INDIRECT_-1206005632'), (u'MULTIEQUAL_-1206002380', u'MULTIEQUAL_-1206003260'), (u'INDIRECT_-1206005157', u'MULTIEQUAL_-1206005079'), (u'INT_EQUAL_-1206009571', u'CBRANCH_-1206009562'), (u'CALL_-1206011465', u'INDIRECT_-1206005650'), (u'CALL_-1206008515', u'INDIRECT_-1206001422'), (u'INDIRECT_-1206004394', u'MULTIEQUAL_-1206004363'), (u'CALL_-1206011428', u'INDIRECT_-1206006381'), (u'CALL_-1206009664', u'INDIRECT_-1206005838'), (u'INDIRECT_-1206005354', u'MULTIEQUAL_-1206005755'), (u'MULTIEQUAL_-1206006421', u'MULTIEQUAL_-1206006411'), (u'INDIRECT_-1206005657', u'MULTIEQUAL_-1206001596'), (u'LOAD_-1206008939', u'MULTIEQUAL_-1206000646'), (u'CALL_-1206009664', u'INDIRECT_-1206005196'), (u'CALL_-1206010092', u'INDIRECT_-1206006481'), ('const-0', u'INT_EQUAL_-1206010164'), (u'CALL_-1206010184', u'INDIRECT_-1206002555'), ('tmp_5842', u'BRANCH_-1206008228'), (u'MULTIEQUAL_-1206006410', u'MULTIEQUAL_-1206005968'), (u'CALL_-1206008268', u'INDIRECT_-1206004330'), (u'MULTIEQUAL_-1206004534', u'MULTIEQUAL_-1206004912'), (u'INDIRECT_-1206004691', u'MULTIEQUAL_-1206004027'), (u'CALL_-1206009650', u'INDIRECT_-1206005990'), (u'STORE_-1206009083', u'INDIRECT_-1206003657'), (u'INDIRECT_-1206004309', u'MULTIEQUAL_-1206004503'), ('const-0', u'CALL_-1206010108'), (u'CALL_-1206009650', u'INDIRECT_-1206004813'), ('const-2', u'PTRADD_-1206000599'), (u'MULTIEQUAL_-1206008880', u'CALL_-1206010092'), (u'CALL_-1206010476', u'INDIRECT_-1206002830'), (u'CALL_-1206008144', u'INDIRECT_-1206001981'), (u'INDIRECT_-1206002814', u'MULTIEQUAL_-1206002765'), (u'CALL_-1206010098', u'INDIRECT_-1206005679'), ('const-179120', u'INT_ADD_-1206008998'), ('tmp_4344', u'BRANCH_-1206009132'), (u'INT_ZEXT_-1206010103', u'PTRADD_-1206001952'), (u'INDIRECT_-1206003478', u'MULTIEQUAL_-1206003511'), (u'CALL_-1206011983', u'INDIRECT_-1206006342'), (u'CALL_-1206009144', u'INT_EQUAL_-1206009118'), (u'INDIRECT_-1206004979', u'MULTIEQUAL_-1206006100'), (u'INDIRECT_-1206003850', u'MULTIEQUAL_-1206003786'), (u'INDIRECT_-1206006186', u'MULTIEQUAL_-1206006196'), (u'INDIRECT_-1206005686', u'MULTIEQUAL_-1206005541'), (u'INDIRECT_-1206005815', u'MULTIEQUAL_-1206006401'), (u'MULTIEQUAL_-1206006207', u'MULTIEQUAL_-1206006197'), (u'CALL_-1206011003', u'INDIRECT_-1206004546'), (u'INDIRECT_-1206003198', u'MULTIEQUAL_-1206003142'), (u'INDIRECT_-1206005179', u'MULTIEQUAL_-1206005121'), (u'LOAD_-1206010576', u'INT_EQUAL_-1206010545'), (u'CALL_-1206010108', u'INDIRECT_-1206004571'), (u'INDIRECT_-1206004408', u'MULTIEQUAL_-1206004330'), (u'INDIRECT_-1206006510', u'MULTIEQUAL_-1206005846'), (u'INT_ADD_-1206008998', u'CALL_-1206008230'), ('tmp_14923', u'CALL_-1206010098'), (u'MULTIEQUAL_-1206007160', u'INT_EQUAL_-1206008662'), (u'CALL_-1206008515', u'INDIRECT_-1206004510'), (u'STORE_-1206009188', u'INDIRECT_-1206004784'), ('tmp_31178', u'MULTIEQUAL_-1206005079'), (u'INDIRECT_-1206004823', u'MULTIEQUAL_-1206004709'), (u'INDIRECT_-1206004092', u'MULTIEQUAL_-1206004107'), (u'INDIRECT_-1206005744', u'MULTIEQUAL_-1206005721'), (u'CALL_-1206010476', u'INDIRECT_-1206006049'), (u'CALL_-1206009718', u'INDIRECT_-1206004148'), (u'STORE_-1206009077', u'INDIRECT_-1206004080'), ('tmp_339', u'CBRANCH_-1206012220'), (u'STORE_-1206011595', u'INDIRECT_-1206006012'), (u'STORE_-1206010159', u'INDIRECT_-1206004470'), (u'INDIRECT_-1206005544', u'MULTIEQUAL_-1206005554'), ('tmp_14921', u'PTRADD_-1206000710'), (u'INDIRECT_-1206006192', u'MULTIEQUAL_-1206001601'), (u'CALL_-1206008096', u'INDIRECT_-1206005140'), (u'STORE_-1206011920', u'INDIRECT_-1206004983'), (u'STORE_-1206009083', u'INDIRECT_-1206005369'), (u'MULTIEQUAL_-1206005497', u'MULTIEQUAL_-1206005875'), (u'STORE_-1206010100', u'INDIRECT_-1206004424'), (u'STORE_-1206010142', u'INDIRECT_-1206004200'), (u'INDIRECT_-1206004433', u'MULTIEQUAL_-1206004395'), (u'LOAD_-1206012367', u'LOAD_-1206010116'), (u'INDIRECT_-1206001686', u'MULTIEQUAL_-1206001863'), (u'INDIRECT_-1206005949', u'MULTIEQUAL_-1206005925'), (u'CALL_-1206010602', u'INDIRECT_-1206002845'), (u'CALL_-1206011882', u'LOAD_-1206011767'), (u'CALL_-1206010040', u'INDIRECT_-1206004791'), (u'INDIRECT_-1206005024', u'MULTIEQUAL_-1206004944'), (u'INDIRECT_-1206004180', u'MULTIEQUAL_-1206004149'), (u'INDIRECT_-1206003374', u'MULTIEQUAL_-1206003580'), ('const-0', u'INT_EQUAL_-1206008518'), (u'MULTIEQUAL_-1206003452', u'MULTIEQUAL_-1206003412'), (u'LOAD_-1206010097', u'INT_ADD_-1206007892'), (u'INDIRECT_-1206004905', u'MULTIEQUAL_-1206004792'), (u'CALL_-1206010163', u'INDIRECT_-1206005675'), (u'LOAD_-1206008631', u'MULTIEQUAL_-1206000562'), (u'CALL_-1206008096', u'INDIRECT_-1206004284'), (u'CALL_-1206010350', u'INDIRECT_-1206005131'), (u'CAST_-1206000756', u'INT_EQUAL_-1206008518'), (u'MULTIEQUAL_-1206004792', u'MULTIEQUAL_-1206004757'), (u'STORE_-1206010159', u'INDIRECT_-1206003721'), (u'INDIRECT_-1206004942', u'MULTIEQUAL_-1206001828'), (u'INDIRECT_-1206004509', u'MULTIEQUAL_-1206004364'), ('const-4', u'PTRADD_-1206001040'), (u'CALL_-1206008515', u'INDIRECT_-1206004617'), (u'MULTIEQUAL_-1206004898', u'COPY_-1206004979'), (u'CALL_-1206008096', u'INDIRECT_-1206003107'), (u'INT_EQUAL_-1206010106', u'CBRANCH_-1206010102'), (u'MULTIEQUAL_-1206002048', u'MULTIEQUAL_-1206002013'), (u'CALL_-1206008562', u'INDIRECT_-1206004679'), (u'STORE_-1206010142', u'INDIRECT_-1206004842'), (u'INDIRECT_-1206005773', u'MULTIEQUAL_-1206005693'), (u'CALL_-1206010184', u'INDIRECT_-1206002306'), (u'MULTIEQUAL_-1206002345', u'MULTIEQUAL_-1206002091'), (u'MULTIEQUAL_-1206001836', u'MULTIEQUAL_-1206005759'), (u'CALL_-1206009194', u'INDIRECT_-1206004830'), (u'MULTIEQUAL_-1206005614', u'MULTIEQUAL_-1206005554'), (u'CALL_-1206010596', u'INDIRECT_-1206005015'), (u'MULTIEQUAL_-1206007012', u'CALL_-1206008096'), (u'STORE_-1206012265', u'INDIRECT_-1206006844'), (u'INDIRECT_-1206006591', u'MULTIEQUAL_-1206006567'), ('tmp_4046', u'BRANCH_-1206009065'), (u'MULTIEQUAL_-1206002967', u'MULTIEQUAL_-1206003345'), (u'INDIRECT_-1206003647', u'MULTIEQUAL_-1206003860'), (u'CALL_-1206010040', u'INDIRECT_-1206006503'), (u'INDIRECT_-1206003771', u'MULTIEQUAL_-1206003786'), (u'CALL_-1206009455', u'INDIRECT_-1206003418'), (u'INDIRECT_-1206003312', u'MULTIEQUAL_-1206003345'), (u'INDIRECT_-1206002253', u'MULTIEQUAL_-1206002131'), (u'STORE_-1206011404', u'INDIRECT_-1206006674'), (u'CALL_-1206011383', u'INDIRECT_-1206006142'), ('tmp_14921', u'PTRADD_-1206001264'), (u'MULTIEQUAL_-1206001587', u'MULTIEQUAL_-1206005269'), (u'CALL_-1206009101', u'INDIRECT_-1206001935'), (u'CALL_-1206010664', u'INDIRECT_-1206006440'), (u'INDIRECT_-1206004363', u'MULTIEQUAL_-1206005293'), (u'CALL_-1206011465', u'INDIRECT_-1206006399'), (u'STORE_-1206011398', u'INDIRECT_-1206006776'), (u'MULTIEQUAL_-1206003401', u'MULTIEQUAL_-1206003366'), (u'CALL_-1206011338', u'INDIRECT_-1206006655'), (u'INDIRECT_-1206006013', u'MULTIEQUAL_-1206005935'), (u'CALL_-1206010639', u'INDIRECT_-1206006155'), (u'INDIRECT_-1206006707', u'MULTIEQUAL_-1206006684'), (u'INDIRECT_-1206003248', u'MULTIEQUAL_-1206003954'), (u'STORE_-1206009083', u'INDIRECT_-1206004727'), (u'CALL_-1206010602', u'INDIRECT_-1206005173'), (u'CALL_-1206010586', u'INDIRECT_-1206004672'), (u'INDIRECT_-1206003881', u'MULTIEQUAL_-1206004075'), (u'STORE_-1206011404', u'INDIRECT_-1206006567'), (u'INDIRECT_-1206005861', u'MULTIEQUAL_-1206006791'), (u'INDIRECT_-1206003909', u'MULTIEQUAL_-1206005030'), (u'MULTIEQUAL_-1206004257', u'INT_ADD_-1206009025'), (u'CALL_-1206009342', u'INDIRECT_-1206005067'), (u'MULTIEQUAL_-1206005982', u'MULTIEQUAL_-1206005540'), (u'INDIRECT_-1206005865', u'MULTIEQUAL_-1206005875'), (u'INDIRECT_-1206003104', u'MULTIEQUAL_-1206003342'), (u'CALL_-1206009631', u'INDIRECT_-1206006035'), (u'CALL_-1206010350', u'INDIRECT_-1206006308'), ('tmp_14922', u'STORE_-1206011245'), (u'INDIRECT_-1206002371', u'MULTIEQUAL_-1206002407'), (u'INDIRECT_-1206003861', u'MULTIEQUAL_-1206004074'), (u'INDIRECT_-1206002338', u'MULTIEQUAL_-1206003246'), (u'INDIRECT_-1206002977', u'MULTIEQUAL_-1206002914'), (u'INDIRECT_-1206005830', u'MULTIEQUAL_-1206005977'), (u'INDIRECT_-1206004862', u'MULTIEQUAL_-1206001357'), (u'INDIRECT_-1206005357', u'MULTIEQUAL_-1206005326'), (u'CALL_-1206010664', u'INDIRECT_-1206004728'), ('const-0', u'CALL_-1206010664'), (u'CALL_-1206010184', u'INDIRECT_-1206005204'), (u'CALL_-1206011983', u'INDIRECT_-1206006877'), (u'MULTIEQUAL_-1206005219', u'COPY_-1206005300'), (u'STORE_-1206009071', u'INDIRECT_-1206005038'), (u'STORE_-1206012265', u'INDIRECT_-1206005346'), (u'MULTIEQUAL_-1206005220', u'MULTIEQUAL_-1206006100'), (u'INDIRECT_-1206004509', u'MULTIEQUAL_-1206005234'), (u'INDIRECT_-1206005365', u'MULTIEQUAL_-1206006090'), (u'MULTIEQUAL_-1206001552', u'INT_EQUAL_-1206010576'), (u'MULTIEQUAL_-1206006528', u'MULTIEQUAL_-1206006518'), ('tmp_14921', u'PTRADD_-1206002526'), (u'INDIRECT_-1206006106', u'MULTIEQUAL_-1206006075'), (u'STORE_-1206010022', u'INDIRECT_-1206004287'), (u'CALL_-1206010098', u'INDIRECT_-1206006535'), (u'CALL_-1206011247', u'INDIRECT_-1206005869'), (u'CAST_-1206002210', u'STORE_-1206011806'), (u'INDIRECT_-1206005143', u'MULTIEQUAL_-1206005112'), (u'INDIRECT_-1206005669', u'MULTIEQUAL_-1206005605'), (u'INDIRECT_-1206003012', u'COPY_-1206003026'), (u'CALL_-1206009134', u'INDIRECT_-1206004848'), (u'INDIRECT_-1206005333', u'MULTIEQUAL_-1206005293'), ('const-417', u'LOAD_-1206010103'), (u'PTRADD_-1206000874', u'LOAD_-1206008543'), (u'CALL_-1206008230', u'INDIRECT_-1206004202'), (u'STORE_-1206011245', u'INDIRECT_-1206005744'), (u'CALL_-1206011465', u'INDIRECT_-1206004794'), (u'INDIRECT_-1206005911', u'MULTIEQUAL_-1206005926'), (u'CALL_-1206010040', u'INDIRECT_-1206005647'), (u'CALL_-1206010092', u'INDIRECT_-1206002941'), (u'INDIRECT_-1206003439', u'MULTIEQUAL_-1206004174'), (u'CALL_-1206011428', u'INDIRECT_-1206005953'), (u'CALL_-1206009390', u'INDIRECT_-1206003171'), (u'INDIRECT_-1206004939', u'MULTIEQUAL_-1206005221'), (u'STORE_-1206011806', u'INDIRECT_-1206004819'), (u'MULTIEQUAL_-1206005755', u'MULTIEQUAL_-1206005720'), (u'CALL_-1206009650', u'INDIRECT_-1206005776'), (u'INDIRECT_-1206004420', u'MULTIEQUAL_-1206005158'), (u'INDIRECT_-1206001624', u'MULTIEQUAL_-1206002048'), (u'CALL_-1206009167', u'INDIRECT_-1206004278'), (u'PTRADD_-1206002245', u'LOAD_-1206011638'), (u'INDIRECT_-1206005062', u'MULTIEQUAL_-1206005800'), (u'INT_LESS_-1206010252', u'CBRANCH_-1206010261'), (u'CALL_-1206010126', u'INDIRECT_-1206005397'), (u'MULTIEQUAL_-1206001601', u'MULTIEQUAL_-1206006767'), (u'INDIRECT_-1206004735', u'MULTIEQUAL_-1206004716'), (u'MULTIEQUAL_-1206003366', u'INT_ADD_-1206008061'), (u'INDIRECT_-1206002170', u'MULTIEQUAL_-1206002048'), (u'CALL_-1206009167', u'INDIRECT_-1206001891'), (u'MULTIEQUAL_-1206005112', u'COPY_-1206005193'), (u'INDIRECT_-1206006477', u'MULTIEQUAL_-1206006397'), (u'INDIRECT_-1206006120', u'MULTIEQUAL_-1206006042'), (u'CALL_-1206010293', u'INDIRECT_-1206005308'), (u'CALL_-1206010586', u'INDIRECT_-1206002440'), (u'MULTIEQUAL_-1206004900', u'MULTIEQUAL_-1206005507'), (u'INDIRECT_-1206005739', u'MULTIEQUAL_-1206005679'), (u'INDIRECT_-1206005786', u'MULTIEQUAL_-1206005672'), (u'CALL_-1206009390', u'INDIRECT_-1206004348'), (u'PTRADD_-1206002160', u'LOAD_-1206011439'), (u'CALL_-1206011834', u'INDIRECT_-1206005947'), (u'CAST_-1206002080', u'LOAD_-1206011545'), (u'MULTIEQUAL_-1206004382', u'MULTIEQUAL_-1206004903'), (u'CALL_-1206008525', u'INDIRECT_-1206004230'), (u'INDIRECT_-1206004602', u'MULTIEQUAL_-1206004840'), (u'INDIRECT_-1206005090', u'MULTIEQUAL_-1206001832'), (u'CALL_-1206008096', u'INDIRECT_-1206004819'), (u'CALL_-1206009194', u'INDIRECT_-1206005151'), (u'LOAD_-1206008970', u'COPY_-1206001044'), (u'LOAD_-1206011796', u'INT_ZEXT_-1206011780'), (u'INDIRECT_-1206003507', u'MULTIEQUAL_-1206004437'), (u'CALL_-1206011882', u'INDIRECT_-1206006293'), (u'CALL_-1206011882', u'INDIRECT_-1206006079'), (u'INDIRECT_-1206001955', u'MULTIEQUAL_-1206002682'), (u'CALL_-1206008096', u'INDIRECT_-1206004070'), (u'STORE_-1206010159', u'INDIRECT_-1206005219'), (u'CALL_-1206010126', u'INDIRECT_-1206004327'), (u'CALL_-1206008230', u'INDIRECT_-1206005165'), (u'INDIRECT_-1206004848', u'MULTIEQUAL_-1206005586'), (u'STORE_-1206011398', u'INDIRECT_-1206004636'), ('const-1', u'CALL_-1206008230'), ('tmp_5517', u'CBRANCH_-1206008659'), (u'COPY_-1206001942', u'LOAD_-1206010119'), (u'INDIRECT_-1206005691', u'MULTIEQUAL_-1206005973'), (u'INDIRECT_-1206006831', u'MULTIEQUAL_-1206006791'), (u'MULTIEQUAL_-1206007364', u'INT_ADD_-1206008611'), (u'CALL_-1206010596', u'INDIRECT_-1206004587'), (u'INDIRECT_-1206004993', u'MULTIEQUAL_-1206005590'), (u'LOAD_-1206010103', u'CALL_-1206010092'), (u'INDIRECT_-1206004297', u'MULTIEQUAL_-1206004579'), (u'CALL_-1206010476', u'INDIRECT_-1206004337'), (u'CALL_-1206010203', u'INDIRECT_-1206003548'), ('const-1', u'CALL_-1206008562'), ('const-179764', u'INT_ADD_-1206008003'), (u'INDIRECT_-1206004492', u'MULTIEQUAL_-1206004428'), (u'INDIRECT_-1206006333', u'MULTIEQUAL_-1206006615'), (u'INDIRECT_-1206006076', u'MULTIEQUAL_-1206006018'), (u'INDIRECT_-1206002553', u'MULTIEQUAL_-1206003120'), (u'INDIRECT_-1206004830', u'MULTIEQUAL_-1206005565'), (u'INDIRECT_-1206003754', u'MULTIEQUAL_-1206003967'), (u'CALL_-1206011465', u'INDIRECT_-1206003180'), (u'MULTIEQUAL_-1206001820', u'MULTIEQUAL_-1206003286'), ('tmp_14921', u'PTRADD_-1206002137'), (u'CALL_-1206010203', u'INT_EQUAL_-1206010183'), (u'MULTIEQUAL_-1206001589', u'MULTIEQUAL_-1206005483'), (u'CALL_-1206008268', u'INDIRECT_-1206003046'), (u'INDIRECT_-1206004616', u'MULTIEQUAL_-1206005351'), (u'LOAD_-1206012275', u'CALL_-1206010108'), (u'CALL_-1206009631', u'CALL_-1206009623'), (u'CALL_-1206009631', u'INDIRECT_-1206003895'), (u'INDIRECT_-1206004230', u'MULTIEQUAL_-1206004150'), (u'INDIRECT_-1206006317', u'MULTIEQUAL_-1206006263'), ('const-0', u'INT_NOTEQUAL_-1206007907'), ('tmp_31185', u'MULTIEQUAL_-1206005828'), (u'INDIRECT_-1206004723', u'MULTIEQUAL_-1206005448'), (u'MULTIEQUAL_-1206001831', u'MULTIEQUAL_-1206005224'), (u'INDIRECT_-1206002987', u'MULTIEQUAL_-1206002903'), (u'INDIRECT_-1206004609', u'MULTIEQUAL_-1206004495'), (u'INDIRECT_-1206004403', u'COPY_-1206004417'), (u'CALL_-1206009342', u'INDIRECT_-1206003997'), (u'INT_EQUAL_-1206011938', u'CBRANCH_-1206011935'), (u'INDIRECT_-1206003400', u'MULTIEQUAL_-1206004330'), (u'CALL_-1206009598', u'INDIRECT_-1206005376'), (u'CALL_-1206010476', u'INDIRECT_-1206004551'), (u'INDIRECT_-1206006145', u'MULTIEQUAL_-1206006107'), (u'CALL_-1206010664', u'INDIRECT_-1206004193'), (u'STORE_-1206011511', u'INDIRECT_-1206005547'), (u'CALL_-1206010558', u'INDIRECT_-1206004156'), ('tmp_14921', u'PTRADD_-1206002207'), ('const-1', u'PTRADD_-1206002207'), (u'CALL_-1206010432', u'INDIRECT_-1206006238'), (u'CALL_-1206008799', u'INDIRECT_-1206005030'), (u'CALL_-1206008230', u'INDIRECT_-1206003025'), (u'CALL_-1206008525', u'INDIRECT_-1206004979'), (u'CALL_-1206010293', u'INDIRECT_-1206006164'), (u'CALL_-1206009101', u'INDIRECT_-1206005309'), (u'CALL_-1206009101', u'INDIRECT_-1206004453'), ('const-417', u'STORE_-1206011410'), (u'CALL_-1206010092', u'INDIRECT_-1206004983'), (u'MULTIEQUAL_-1206003203', u'MULTIEQUAL_-1206002542'), (u'CALL_-1206010558', u'INDIRECT_-1206005333'), (u'INDIRECT_-1206002863', u'MULTIEQUAL_-1206002772'), (u'INDIRECT_-1206003936', u'MULTIEQUAL_-1206003878'), (u'CALL_-1206009455', u'INDIRECT_-1206005558'), (u'CALL_-1206010151', u'INDIRECT_-1206004489'), (u'INDIRECT_-1206004831', u'COPY_-1206004845'), (u'CALL_-1206010664', u'INT_NOTEQUAL_-1206010643'), ('const-0', u'INT_NOTEQUAL_-1206012325'), (u'CALL_-1206011428', u'INDIRECT_-1206004776'), (u'MULTIEQUAL_-1206005433', u'COPY_-1206005514'), (u'INDIRECT_-1206004475', u'MULTIEQUAL_-1206004412'), (u'INDIRECT_-1206004086', u'MULTIEQUAL_-1206004368'), (u'INT_EQUAL_-1206009698', u'CBRANCH_-1206009694'), (u'INDIRECT_-1206005494', u'MULTIEQUAL_-1206006080'), (u'LOAD_-1206010454', u'CALL_-1206010432'), (u'INT_EQUAL_-1206011513', u'CBRANCH_-1206011503'), (u'CALL_-1206010203', u'INDIRECT_-1206003762'), (u'INDIRECT_-1206004983', u'MULTIEQUAL_-1206001831'), (u'STORE_-1206009651', u'INDIRECT_-1206006118'), (u'CALL_-1206008799', u'INDIRECT_-1206004067'), (u'INDIRECT_-1206003644', u'MULTIEQUAL_-1206003677'), (u'INDIRECT_-1206003220', u'MULTIEQUAL_-1206003184'), (u'CALL_-1206011465', u'INDIRECT_-1206003346'), (u'CALL_-1206011428', u'INDIRECT_-1206006167'), ('tmp_3427', u'CBRANCH_-1206010261'), (u'INDIRECT_-1206003920', u'MULTIEQUAL_-1206003860'), (u'INDIRECT_-1206003920', u'MULTIEQUAL_-1206003860'), (u'INDIRECT_-1206004745', u'MULTIEQUAL_-1206005331'), (u'CALL_-1206010350', u'INDIRECT_-1206002934'), (u'CALL_-1206009598', u'INDIRECT_-1206002454'), (u'INDIRECT_-1206003471', u'MULTIEQUAL_-1206001344'), (u'INDIRECT_-1206002898', u'MULTIEQUAL_-1206003111'), (u'INDIRECT_-1206005732', u'MULTIEQUAL_-1206005768'), (u'INDIRECT_-1206005597', u'MULTIEQUAL_-1206006335'), (u'CALL_-1206011882', u'INDIRECT_-1206005758'), (u'CALL_-1206010293', u'INDIRECT_-1206003917'), (u'CALL_-1206010639', u'INDIRECT_-1206003801'), (u'PTRADD_-1206000705', u'STORE_-1206009071'), (u'STORE_-1206011920', u'INDIRECT_-1206004555'), ('const-417', u'STORE_-1206011511'), (u'CALL_-1206009101', u'INDIRECT_-1206003383'), (u'STORE_-1206011655', u'INDIRECT_-1206004754'), (u'CALL_-1206010432', u'INDIRECT_-1206005596'), ('const-0', u'INT_EQUAL_-1206008093'), (u'CALL_-1206010108', u'INDIRECT_-1206004357'), (u'MULTIEQUAL_-1206002809', u'MULTIEQUAL_-1206003412'), (u'INDIRECT_-1206005807', u'MULTIEQUAL_-1206005390'), (u'PTRADD_-1206002207', u'CAST_-1206002080'), (u'INDIRECT_-1206001872', u'MULTIEQUAL_-1206002599'), (u'MULTIEQUAL_-1206004650', u'MULTIEQUAL_-1206004396'), (u'INDIRECT_-1206003053', u'MULTIEQUAL_-1206004174'), ('const-4', u'PTRADD_-1206001185'), (u'PTRADD_-1206001952', u'LOAD_-1206010098'), (u'INDIRECT_-1206005418', u'MULTIEQUAL_-1206005358'), (u'INDIRECT_-1206005418', u'MULTIEQUAL_-1206005358'), (u'CALL_-1206008525', u'INDIRECT_-1206004123'), ('const-4294967295', u'CALL_-1206010108'), (u'INDIRECT_-1206002719', u'MULTIEQUAL_-1206003286'), (u'INDIRECT_-1206004341', u'MULTIEQUAL_-1206001825'), (u'INDIRECT_-1206005472', u'MULTIEQUAL_-1206006207'), (u'INDIRECT_-1206004159', u'MULTIEQUAL_-1206001582'), (u'CALL_-1206008525', u'INDIRECT_-1206004551'), (u'MULTIEQUAL_-1206003722', u'MULTIEQUAL_-1206004602'), (u'STORE_-1206009071', u'INDIRECT_-1206002898'), (u'CALL_-1206010126', u'INDIRECT_-1206004862'), (u'CALL_-1206009631', u'INDIRECT_-1206005500'), (u'INDIRECT_-1206003548', u'MULTIEQUAL_-1206003830'), (u'STORE_-1206011511', u'INDIRECT_-1206006831'), (u'CALL_-1206010151', u'INDIRECT_-1206006201'), ('const-4294967295', u'CALL_-1206009390'), (u'CALL_-1206010184', u'INDIRECT_-1206005418'), (u'CALL_-1206011465', u'INDIRECT_-1206006613'), (u'INDIRECT_-1206006828', u'MULTIEQUAL_-1206006838'), (u'CAST_-1206002143', u'STORE_-1206011655'), ('tmp_14921', u'PTRADD_-1206000705'), (u'MULTIEQUAL_-1206004899', u'MULTIEQUAL_-1206005779'), (u'INDIRECT_-1206005621', u'MULTIEQUAL_-1206005541'), (u'INDIRECT_-1206005025', u'MULTIEQUAL_-1206004972'), (u'CALL_-1206011383', u'INDIRECT_-1206005928'), ('const-7', u'COPY_-1206002036'), ('const-177808', u'INT_ADD_-1206009636'), (u'INDIRECT_-1206002620', u'MULTIEQUAL_-1206002656'), (u'CALL_-1206009455', u'INDIRECT_-1206003739'), (u'CALL_-1206010558', u'INDIRECT_-1206002863'), (u'MULTIEQUAL_-1206006635', u'MULTIEQUAL_-1206006625'), (u'CALL_-1206010664', u'INDIRECT_-1206005370'), (u'CALL_-1206011983', u'INDIRECT_-1206003444'), (u'LOAD_-1206012367', u'LOAD_-1206012303'), (u'INDIRECT_-1206005393', u'MULTIEQUAL_-1206005335'), (u'INDIRECT_-1206005036', u'MULTIEQUAL_-1206005005'), (u'MULTIEQUAL_-1206001598', u'MULTIEQUAL_-1206006446'), (u'STORE_-1206011920', u'INDIRECT_-1206005304'), (u'INDIRECT_-1206003512', u'MULTIEQUAL_-1206003449'), (u'INT_EQUAL_-1206009370', u'CBRANCH_-1206009367'), (u'CALL_-1206008799', u'INDIRECT_-1206003104'), ('tmp_14911', u'PTRSUB_-1206002436'), (u'STORE_-1206010142', u'INDIRECT_-1206003665'), (u'COPY_-1206001585', u'MULTIEQUAL_-1206008551'), (u'MULTIEQUAL_-1206004591', u'MULTIEQUAL_-1206004149'), (u'MULTIEQUAL_-1206002560', u'MULTIEQUAL_-1206003163'), (u'INDIRECT_-1206004541', u'MULTIEQUAL_-1206001354'), ('tmp_6651', u'CBRANCH_-1206008057'), ('const-178744', u'INT_ADD_-1206009648'), ('const-417', u'LOAD_-1206009136'), ('tmp_14922', u'INT_NOTEQUAL_-1206012325'), (u'INDIRECT_-1206002018', u'MULTIEQUAL_-1206002195'), (u'CALL_-1206009623', u'INDIRECT_-1206004257'), (u'MULTIEQUAL_-1206000664', u'MULTIEQUAL_-1206007198'), ('tmp_3478', u'CBRANCH_-1206010234'), ('const-4', u'PTRADD_-1206000728'), (u'CALL_-1206010092', u'INDIRECT_-1206005625'), (u'CALL_-1206010558', u'INDIRECT_-1206004691'), (u'MULTIEQUAL_-1206005390', u'MULTIEQUAL_-1206005768'), (u'INDIRECT_-1206004960', u'MULTIEQUAL_-1206005666'), (u'INDIRECT_-1206001791', u'MULTIEQUAL_-1206001749'), (u'STORE_-1206011410', u'INDIRECT_-1206005716'), (u'INDIRECT_-1206003782', u'MULTIEQUAL_-1206004368'), (u'CAST_-1206001704', u'LOAD_-1206010557'), (u'INDIRECT_-1206003439', u'MULTIEQUAL_-1206004164'), (u'CALL_-1206010350', u'INDIRECT_-1206005880'), (u'STORE_-1206010142', u'INDIRECT_-1206003986'), (u'INDIRECT_-1206003615', u'MULTIEQUAL_-1206003557'), (u'CALL_-1206009718', u'INDIRECT_-1206003613'), (u'INT_ADD_-1206007892', u'CAST_-1206000363'), (u'INDIRECT_-1206003871', u'MULTIEQUAL_-1206004658'), (u'INDIRECT_-1206001407', u'MULTIEQUAL_-1206001666'), (u'INDIRECT_-1206005173', u'MULTIEQUAL_-1206001357'), (u'INDIRECT_-1206003326', u'MULTIEQUAL_-1206003539'), (u'INDIRECT_-1206003626', u'MULTIEQUAL_-1206003677'), ('tmp_14921', u'CALL_-1206009167'), (u'STORE_-1206010142', u'INDIRECT_-1206005377'), (u'MULTIEQUAL_-1206004865', u'MULTIEQUAL_-1206004805'), (u'INT_ADD_-1206008954', u'CAST_-1206000968'), (u'STORE_-1206009071', u'INDIRECT_-1206003219'), ('const-1291', u'PTRADD_-1206000710'), (u'INDIRECT_-1206005904', u'MULTIEQUAL_-1206006691'), (u'INDIRECT_-1206002699', u'MULTIEQUAL_-1206002656'), (u'INDIRECT_-1206005153', u'MULTIEQUAL_-1206005435'), (u'CALL_-1206009353', u'INDIRECT_-1206004327'), (u'MULTIEQUAL_-1206001287', u'INT_EQUAL_-1206010106'), ('const-417', u'LOAD_-1206008543'), (u'CALL_-1206010098', u'INT_EQUAL_-1206010072'), (u'CALL_-1206010092', u'INDIRECT_-1206005518'), ('const-0', u'INT_EQUAL_-1206008613'), (u'INDIRECT_-1206005140', u'MULTIEQUAL_-1206005541'), (u'INDIRECT_-1206003303', u'MULTIEQUAL_-1206003267'), ('const-1', u'CALL_-1206008144'), (u'STORE_-1206011245', u'INDIRECT_-1206005851'), (u'MULTIEQUAL_-1206001363', u'MULTIEQUAL_-1206005756'), (u'PTRADD_-1206000590', u'LOAD_-1206008420'), (u'INDIRECT_-1206004559', u'MULTIEQUAL_-1206004489'), (u'MULTIEQUAL_-1206001590', u'MULTIEQUAL_-1206005590'), (u'CALL_-1206009598', u'INDIRECT_-1206002537'), (u'CALL_-1206010108', u'INDIRECT_-1206002885'), (u'STORE_-1206010142', u'INDIRECT_-1206005912'), (u'CALL_-1206011465', u'INDIRECT_-1206004366'), (u'STORE_-1206011806', u'INDIRECT_-1206005033'), (u'INDIRECT_-1206002932', u'MULTIEQUAL_-1206003101'), (u'CAST_-1206001384', u'STORE_-1206009651'), (u'MULTIEQUAL_-1206004115', u'MULTIEQUAL_-1206003861'), (u'STORE_-1206011245', u'INDIRECT_-1206004888'), (u'CALL_-1206010476', u'INDIRECT_-1206004765'), (u'INDIRECT_-1206005518', u'MULTIEQUAL_-1206001836'), (u'INDIRECT_-1206004307', u'MULTIEQUAL_-1206004288'), (u'INT_ADD_-1206010438', u'CAST_-1206001659'), (u'CALL_-1206010151', u'INDIRECT_-1206005987'), (u'CALL_-1206010092', u'INDIRECT_-1206004341'), (u'INDIRECT_-1206003079', u'MULTIEQUAL_-1206003021'), (u'CALL_-1206010092', u'INDIRECT_-1206006588'), (u'MULTIEQUAL_-1206006684', u'MULTIEQUAL_-1206006624'), (u'CALL_-1206011003', u'INDIRECT_-1206004867'), (u'CALL_-1206010596', u'INDIRECT_-1206005978'), ('const-178988', u'INT_ADD_-1206010206'), (u'CALL_-1206009650', u'INDIRECT_-1206002616'), (u'CALL_-1206010203', u'INDIRECT_-1206004832'), (u'INDIRECT_-1206005651', u'MULTIEQUAL_-1206005661'), (u'STORE_-1206009071', u'INDIRECT_-1206004824'), (u'CALL_-1206010558', u'INDIRECT_-1206003029'), (u'CALL_-1206010432', u'INDIRECT_-1206003991'), (u'INDIRECT_-1206003267', u'MULTIEQUAL_-1206003473'), (u'STORE_-1206009083', u'INDIRECT_-1206004192'), (u'INDIRECT_-1206003395', u'MULTIEQUAL_-1206003428'), (u'STORE_-1206011655', u'INDIRECT_-1206005610'), (u'MULTIEQUAL_-1206004222', u'MULTIEQUAL_-1206003968'), (u'STORE_-1206011920', u'INDIRECT_-1206006053'), ('const-417', u'LOAD_-1206010220'), (u'INDIRECT_-1206005258', u'MULTIEQUAL_-1206005983'), (u'CALL_-1206010108', u'INDIRECT_-1206005320'), (u'COPY_-1206001942', u'PTRADD_-1206010057'), (u'CALL_-1206010163', u'INDIRECT_-1206006210'), (u'MULTIEQUAL_-1206004436', u'MULTIEQUAL_-1206004182'), (u'INDIRECT_-1206004118', u'MULTIEQUAL_-1206004265'), (u'CAST_-1206001254', u'CALL_-1206009623'), (u'INDIRECT_-1206005774', u'MULTIEQUAL_-1206005721'), (u'CALL_-1206011882', u'INDIRECT_-1206006614'), (u'CALL_-1206010151', u'INDIRECT_-1206002661'), (u'INDIRECT_-1206005625', u'MULTIEQUAL_-1206005661'), (u'INDIRECT_-1206004883', u'MULTIEQUAL_-1206004823'), (u'INDIRECT_-1206004883', u'MULTIEQUAL_-1206004823'), (u'CAST_-1206001080', u'CALL_-1206008144'), (u'CALL_-1206009650', u'INDIRECT_-1206004171'), (u'MULTIEQUAL_-1206004495', u'MULTIEQUAL_-1206004485'), (u'INDIRECT_-1206006142', u'MULTIEQUAL_-1206006084'), (u'LOAD_-1206012275', u'CALL_-1206011983'), (u'CALL_-1206009194', u'INDIRECT_-1206002502'), (u'CALL_-1206009353', u'INDIRECT_-1206005076'), (u'CALL_-1206008144', u'INDIRECT_-1206004416'), (u'INDIRECT_-1206004674', u'MULTIEQUAL_-1206004651'), (u'INT_NOTEQUAL_-1206011262', u'CBRANCH_-1206011260'), (u'INDIRECT_-1206004979', u'MULTIEQUAL_-1206004899'), (u'INDIRECT_-1206004295', u'MULTIEQUAL_-1206005020'), (u'STORE_-1206010142', u'INDIRECT_-1206003558'), (u'MULTIEQUAL_-1206005126', u'MULTIEQUAL_-1206004684'), ('const-9', u'PTRADD_-1206001895'), (u'INDIRECT_-1206004937', u'MULTIEQUAL_-1206005672'), (u'MULTIEQUAL_-1206006246', u'MULTIEQUAL_-1206006624'), (u'STORE_-1206011595', u'INDIRECT_-1206006333'), (u'CALL_-1206009598', u'INDIRECT_-1206005804'), (u'INDIRECT_-1206005307', u'MULTIEQUAL_-1206005283'), (u'STORE_-1206011595', u'INDIRECT_-1206004407'), (u'INDIRECT_-1206004241', u'MULTIEQUAL_-1206004181'), (u'INDIRECT_-1206004241', u'MULTIEQUAL_-1206004181'), (u'INDIRECT_-1206005590', u'MULTIEQUAL_-1206005605'), (u'CALL_-1206010586', u'INDIRECT_-1206004351'), (u'CALL_-1206008144', u'INDIRECT_-1206004737'), (u'STORE_-1206011404', u'INDIRECT_-1206004427'), (u'CALL_-1206010664', u'INDIRECT_-1206005798'), (u'MULTIEQUAL_-1206005565', u'MULTIEQUAL_-1206005555'), (u'INDIRECT_-1206005503', u'MULTIEQUAL_-1206005465'), (u'STORE_-1206011223', u'INDIRECT_-1206004558'), ('tmp_2592', u'CBRANCH_-1206010160'), (u'INDIRECT_-1206004779', u'MULTIEQUAL_-1206005376'), (u'MULTIEQUAL_-1206005721', u'MULTIEQUAL_-1206005661'), (u'CALL_-1206011882', u'INDIRECT_-1206006186'), (u'CALL_-1206011834', u'INDIRECT_-1206005519'), (u'INDIRECT_-1206005300', u'MULTIEQUAL_-1206005220'), (u'MULTIEQUAL_-1206002976', u'MULTIEQUAL_-1206002967'), (u'MULTIEQUAL_-1206008272', u'MULTIEQUAL_-1206008257'), (u'INDIRECT_-1206002918', u'MULTIEQUAL_-1206003112'), (u'INDIRECT_-1206002172', u'MULTIEQUAL_-1206003080'), (u'STORE_-1206011410', u'INDIRECT_-1206006572'), (u'CALL_-1206009353', u'INDIRECT_-1206003685'), (u'STORE_-1206009188', u'INDIRECT_-1206004463'), (u'CALL_-1206010126', u'INDIRECT_-1206002368'), ('const-4', u'PTRADD_-1206000874'), (u'INDIRECT_-1206005045', u'COPY_-1206005059'), (u'CALL_-1206010596', u'INDIRECT_-1206004373'), (u'CALL_-1206010613', u'INDIRECT_-1206002807'), (u'MULTIEQUAL_-1206008471', u'INT_EQUAL_-1206011318'), ('tmp_14921', u'CALL_-1206009650'), (u'LOAD_-1206012260', u'INT_EQUAL_-1206012230'), (u'INDIRECT_-1206003749', u'MULTIEQUAL_-1206004150'), (u'STORE_-1206009188', u'INDIRECT_-1206003393'), (u'INDIRECT_-1206002488', u'CALL_-1206009631'), (u'STORE_-1206011643', u'INDIRECT_-1206006778'), (u'INDIRECT_-1206005514', u'MULTIEQUAL_-1206005720'), (u'INDIRECT_-1206006959', u'MULTIEQUAL_-1206006905'), (u'INDIRECT_-1206002454', u'MULTIEQUAL_-1206002490'), (u'CALL_-1206011338', u'INDIRECT_-1206006013'), (u'INDIRECT_-1206003974', u'MULTIEQUAL_-1206004699'), (u'CALL_-1206010126', u'INDIRECT_-1206002202'), (u'STORE_-1206011806', u'INDIRECT_-1206005782'), (u'CALL_-1206010184', u'INDIRECT_-1206004669'), (u'STORE_-1206009071', u'INDIRECT_-1206003861'), (u'CALL_-1206010586', u'INDIRECT_-1206003816'), (u'CALL_-1206009631', u'INDIRECT_-1206002305'), (u'STORE_-1206010022', u'INDIRECT_-1206005250'), (u'COPY_-1206001040', u'MULTIEQUAL_-1206007306'), ('const-4294967244', u'PTRSUB_-1206001748'), (u'CALL_-1206010602', u'INDIRECT_-1206005280'), (u'STORE_-1206011655', u'INDIRECT_-1206006787'), (u'INDIRECT_-1206004872', u'MULTIEQUAL_-1206005078'), (u'INDIRECT_-1206003321', u'MULTIEQUAL_-1206003722'), (u'INT_ADD_-1206008199', u'MULTIEQUAL_-1206007158'), (u'CALL_-1206011465', u'INDIRECT_-1206004580'), (u'CALL_-1206010350', u'INDIRECT_-1206003954'), (u'INDIRECT_-1206003535', u'MULTIEQUAL_-1206003936'), ('const-0', u'INT_EQUAL_-1206008615'), (u'CALL_-1206011003', u'INDIRECT_-1206003015'), (u'INDIRECT_-1206005049', u'MULTIEQUAL_-1206001829'), (u'STORE_-1206009077', u'INDIRECT_-1206004187'), (u'MULTIEQUAL_-1206005326', u'COPY_-1206005407'), (u'STORE_-1206010022', u'INDIRECT_-1206006106'), (u'CALL_-1206010151', u'INDIRECT_-1206004382'), (u'CALL_-1206010126', u'INDIRECT_-1206005183'), (u'INDIRECT_-1206004979', u'MULTIEQUAL_-1206005185'), (u'INDIRECT_-1206004715', u'MULTIEQUAL_-1206004684'), ('const-1290', u'PTRADD_-1206000715'), (u'CALL_-1206010476', u'INDIRECT_-1206005942'), (u'LOAD_-1206008970', u'MULTIEQUAL_-1206000667'), (u'INDIRECT_-1206005358', u'MULTIEQUAL_-1206005244'), (u'INDIRECT_-1206004616', u'MULTIEQUAL_-1206005341'), ('const-45', u'CALL_-1206009650'), (u'INDIRECT_-1206004388', u'MULTIEQUAL_-1206004626'), (u'CALL_-1206009631', u'INDIRECT_-1206004430'), (u'INDIRECT_-1206004769', u'MULTIEQUAL_-1206004805'), (u'CALL_-1206010558', u'INDIRECT_-1206006296'), (u'CALL_-1206010602', u'INDIRECT_-1206002596'), (u'INDIRECT_-1206005115', u'MULTIEQUAL_-1206001585'), (u'STORE_-1206011806', u'INDIRECT_-1206006317'), (u'LOAD_-1206009341', u'MULTIEQUAL_-1206001814'), (u'CALL_-1206010350', u'INDIRECT_-1206004061'), (u'CALL_-1206008562', u'INDIRECT_-1206001888'), (u'CALL_-1206010151', u'INDIRECT_-1206004917'), (u'CALL_-1206010476', u'INDIRECT_-1206004658'), (u'INDIRECT_-1206003992', u'MULTIEQUAL_-1206004730'), (u'MULTIEQUAL_-1206007175', u'CALL_-1206008230'), (u'INDIRECT_-1206004234', u'MULTIEQUAL_-1206001824'), ('const-2', u'PTRADD_-1206002283'), (u'CALL_-1206008144', u'INDIRECT_-1206005165'), (u'INDIRECT_-1206004685', u'MULTIEQUAL_-1206004627'), (u'INDIRECT_-1206004634', u'MULTIEQUAL_-1206005372'), (u'INDIRECT_-1206004709', u'MULTIEQUAL_-1206004947'), (u'MULTIEQUAL_-1206002931', u'MULTIEQUAL_-1206003452'), ('tmp_31189', u'MULTIEQUAL_-1206006256'), (u'STORE_-1206011223', u'INDIRECT_-1206006056'), (u'INT_ADD_-1206012136', u'CALL_-1206010203'), ('tmp_14923', u'MULTIEQUAL_-1206008760'), ('const-179388', u'INT_ADD_-1206008584'), (u'INDIRECT_-1206006342', u'MULTIEQUAL_-1206005925'), (u'MULTIEQUAL_-1206004602', u'MULTIEQUAL_-1206004592'), (u'CALL_-1206010092', u'INDIRECT_-1206006053'), (u'CALL_-1206009101', u'INDIRECT_-1206003276'), (u'STORE_-1206011511', u'INDIRECT_-1206005119'), ('const-177784', u'INT_ADD_-1206012136'), (u'CALL_-1206008230', u'INDIRECT_-1206004630'), (u'INDIRECT_-1206004477', u'MULTIEQUAL_-1206004364'), (u'CALL_-1206010203', u'INDIRECT_-1206005260'), (u'CALL_-1206009194', u'INDIRECT_-1206003867'), (u'CALL_-1206009718', u'INDIRECT_-1206004790'), (u'CALL_-1206010040', u'INDIRECT_-1206005861'), ('const-0', u'COPY_-1206000800'), (u'CALL_-1206010184', u'INDIRECT_-1206003492'), (u'INDIRECT_-1206005486', u'MULTIEQUAL_-1206005069'), (u'INDIRECT_-1206005761', u'MULTIEQUAL_-1206005097'), (u'INDIRECT_-1206005999', u'MULTIEQUAL_-1206005968'), (u'MULTIEQUAL_-1206004698', u'MULTIEQUAL_-1206004256'), ('const-4', u'PTRADD_-1206001040'), (u'INDIRECT_-1206002504', u'MULTIEQUAL_-1206002809'), (u'INDIRECT_-1206003561', u'MULTIEQUAL_-1206003594'), (u'MULTIEQUAL_-1206002643', u'MULTIEQUAL_-1206002625'), ('const-0', u'CALL_-1206010184'), (u'CALL_-1206011383', u'INDIRECT_-1206006677'), (u'INDIRECT_-1206005276', u'MULTIEQUAL_-1206006014'), (u'INDIRECT_-1206003024', u'MULTIEQUAL_-1206001820'), (u'CALL_-1206008525', u'INDIRECT_-1206004016'), (u'CALL_-1206011983', u'INDIRECT_-1206004951'), (u'CALL_-1206009650', u'INDIRECT_-1206002699'), (u'INDIRECT_-1206002996', u'MULTIEQUAL_-1206002938'), (u'INDIRECT_-1206004489', u'MULTIEQUAL_-1206004409'), (u'CALL_-1206010476', u'INDIRECT_-1206005300'), (u'STORE_-1206011806', u'INDIRECT_-1206005675'), (u'CALL_-1206010602', u'INDIRECT_-1206002762'), (u'MULTIEQUAL_-1206003829', u'MULTIEQUAL_-1206003794'), (u'INDIRECT_-1206004006', u'MULTIEQUAL_-1206001349'), (u'INDIRECT_-1206004616', u'MULTIEQUAL_-1206004471'), (u'CALL_-1206010602', u'INDIRECT_-1206005601'), (u'INDIRECT_-1206005411', u'MULTIEQUAL_-1206005447'), (u'STORE_-1206011511', u'INDIRECT_-1206004691'), (u'STORE_-1206012265', u'INDIRECT_-1206006416'), (u'CALL_-1206009623', u'INDIRECT_-1206005327'), (u'INDIRECT_-1206002851', u'MULTIEQUAL_-1206002475'), (u'PTRADD_-1206001600', u'STORE_-1206010100'), (u'CALL_-1206010163', u'INDIRECT_-1206005568'), (u'INDIRECT_-1206005793', u'MULTIEQUAL_-1206006518'), (u'INDIRECT_-1206004295', u'MULTIEQUAL_-1206004150'), (u'INDIRECT_-1206004558', u'MULTIEQUAL_-1206004534'), ('tmp_6236', u'CBRANCH_-1206008036'), (u'CALL_-1206011003', u'INDIRECT_-1206006151'), (u'INDIRECT_-1206004523', u'MULTIEQUAL_-1206004717'), (u'CALL_-1206009144', u'INDIRECT_-1206003084'), (u'INDIRECT_-1206004621', u'MULTIEQUAL_-1206001825'), (u'CALL_-1206011465', u'INDIRECT_-1206006078'), (u'CALL_-1206009455', u'INDIRECT_-1206002018'), (u'INDIRECT_-1206005081', u'MULTIEQUAL_-1206005228'), (u'INDIRECT_-1206006427', u'MULTIEQUAL_-1206006396'), (u'INT_EQUAL_-1206010164', u'CBRANCH_-1206010160'), (u'CALL_-1206008525', u'INDIRECT_-1206005300'), ('tmp_4668', u'CBRANCH_-1206010088'), (u'CALL_-1206009455', u'INDIRECT_-1206004809'), (u'CALL_-1206009342', u'INDIRECT_-1206001955'), (u'MULTIEQUAL_-1206002903', u'INT_NOTEQUAL_-1206010091'), (u'INDIRECT_-1206004669', u'MULTIEQUAL_-1206004609'), (u'INDIRECT_-1206004669', u'MULTIEQUAL_-1206004609'), (u'CALL_-1206010432', u'INDIRECT_-1206004526'), (u'CALL_-1206008562', u'INDIRECT_-1206002137'), (u'STORE_-1206011398', u'INDIRECT_-1206004529'), (u'CALL_-1206010184', u'INDIRECT_-1206004990'), (u'MULTIEQUAL_-1206001819', u'MULTIEQUAL_-1206003203'), (u'INDIRECT_-1206001784', u'MULTIEQUAL_-1206002928'), ('const-178516', u'INT_ADD_-1206010438'), (u'COPY_-1206000594', u'MULTIEQUAL_-1206006793'), (u'INDIRECT_-1206004498', u'MULTIEQUAL_-1206004899'), (u'INDIRECT_-1206003119', u'COPY_-1206003133'), (u'INDIRECT_-1206006018', u'MULTIEQUAL_-1206006033'), (u'CALL_-1206010432', u'INDIRECT_-1206003054'), (u'STORE_-1206012265', u'INDIRECT_-1206006095'), (u'INDIRECT_-1206004926', u'MULTIEQUAL_-1206005327'), (u'MULTIEQUAL_-1206003216', u'MULTIEQUAL_-1206003594'), (u'INT_EQUAL_-1206008662', u'CBRANCH_-1206008659'), (u'INT_NOTEQUAL_-1206012119', u'BOOL_AND_-1206002379'), (u'INDIRECT_-1206006128', u'MULTIEQUAL_-1206005711'), (u'INDIRECT_-1206005692', u'MULTIEQUAL_-1206005614'), (u'CALL_-1206010476', u'INDIRECT_-1206005086'), (u'INDIRECT_-1206002255', u'MULTIEQUAL_-1206002560'), (u'INDIRECT_-1206002845', u'MULTIEQUAL_-1206001343'), ('const-1008', u'CALL_-1206010476'), (u'CALL_-1206010305', u'INDIRECT_-1206005852'), (u'CALL_-1206010108', u'INDIRECT_-1206005641'), (u'STORE_-1206011920', u'INDIRECT_-1206006802'), (u'INDIRECT_-1206004745', u'MULTIEQUAL_-1206001353'), (u'CAST_-1206001080', u'CALL_-1206008230'), (u'CALL_-1206008515', u'INDIRECT_-1206005152'), (u'MULTIEQUAL_-1206006674', u'MULTIEQUAL_-1206007052'), (u'MULTIEQUAL_-1206005114', u'MULTIEQUAL_-1206005097'), (u'CALL_-1206011834', u'INDIRECT_-1206003453'), (u'CAST_-1206001705', u'INT_ADD_-1206010541'), (u'INDIRECT_-1206004628', u'MULTIEQUAL_-1206004609'), (u'CALL_-1206011428', u'INDIRECT_-1206004883'), (u'STORE_-1206011223', u'INDIRECT_-1206005200'), (u'CALL_-1206009598', u'INDIRECT_-1206005697'), (u'CALL_-1206010203', u'INDIRECT_-1206005046'), (u'CALL_-1206008562', u'INDIRECT_-1206003502'), (u'INDIRECT_-1206003889', u'MULTIEQUAL_-1206004475'), (u'CALL_-1206011338', u'INDIRECT_-1206006334'), (u'PTRADD_-1206002526', u'LOAD_-1206012260'), (u'STORE_-1206009651', u'INDIRECT_-1206005369'), (u'CALL_-1206009353', u'INDIRECT_-1206003471'), (u'INDIRECT_-1206003802', u'MULTIEQUAL_-1206004008'), (u'INDIRECT_-1206005193', u'MULTIEQUAL_-1206006314'), (u'INDIRECT_-1206005094', u'MULTIEQUAL_-1206005024'), (u'INDIRECT_-1206004666', u'MULTIEQUAL_-1206004596'), (u'INDIRECT_-1206005134', u'MULTIEQUAL_-1206005070'), (u'CALL_-1206010476', u'INDIRECT_-1206006263'), (u'INDIRECT_-1206002794', u'MULTIEQUAL_-1206001576'), (u'STORE_-1206009083', u'INDIRECT_-1206004513'), (u'CALL_-1206010092', u'INDIRECT_-1206005411'), (u'PTRADD_-1206002124', u'CAST_-1206002001'), (u'INDIRECT_-1206004345', u'MULTIEQUAL_-1206004275'), (u'INDIRECT_-1206004489', u'MULTIEQUAL_-1206004092'), (u'CALL_-1206009194', u'INDIRECT_-1206005579'), ('const-4', u'PTRADD_-1206000599'), (u'INDIRECT_-1206005579', u'MULTIEQUAL_-1206006304'), (u'INDIRECT_-1206003671', u'MULTIEQUAL_-1206004409'), (u'CALL_-1206011834', u'INDIRECT_-1206006589'), (u'STORE_-1206011245', u'INDIRECT_-1206005423'), (u'INDIRECT_-1206005773', u'MULTIEQUAL_-1206005376'), (u'INDIRECT_-1206004587', u'MULTIEQUAL_-1206001586'), (u'INDIRECT_-1206002346', u'MULTIEQUAL_-1206002309'), (u'CALL_-1206011003', u'INDIRECT_-1206005723'), (u'CALL_-1206011383', u'INDIRECT_-1206004430'), (u'INDIRECT_-1206005629', u'MULTIEQUAL_-1206005559'), (u'CALL_-1206008799', u'INDIRECT_-1206004709'), ('tmp_31197', u'MULTIEQUAL_-1206003511'), (u'INDIRECT_-1206002502', u'MULTIEQUAL_-1206003250'), (u'CALL_-1206010664', u'INDIRECT_-1206005263'), (u'CALL_-1206010108', u'INDIRECT_-1206004678'), (u'INDIRECT_-1206004608', u'MULTIEQUAL_-1206004577'), (u'CALL_-1206008268', u'INDIRECT_-1206002939'), ('const-1', u'PTRADD_-1206010401'), ('const-12', u'PTRADD_-1206002202'), (u'INDIRECT_-1206005797', u'MULTIEQUAL_-1206006584'), (u'CALL_-1206008799', u'INDIRECT_-1206001573'), (u'STORE_-1206009188', u'INDIRECT_-1206003714'), (u'MULTIEQUAL_-1206004899', u'MULTIEQUAL_-1206004864'), (u'INDIRECT_-1206006214', u'MULTIEQUAL_-1206006100'), (u'INT_ZEXT_-1206010103', u'MULTIEQUAL_-1206008783'), (u'CALL_-1206011338', u'INDIRECT_-1206006548'), (u'CALL_-1206009623', u'INDIRECT_-1206002678'), (u'INT_ADD_-1206009636', u'CAST_-1206001384'), (u'MULTIEQUAL_-1206003473', u'MULTIEQUAL_-1206003219'), (u'MULTIEQUAL_-1206004543', u'MULTIEQUAL_-1206004289'), ('const-45', u'INT_EQUAL_-1206009571'), ('const-0', u'COPY_-1206000594'), ('const-417', u'LOAD_-1206011796'), (u'STORE_-1206009083', u'INDIRECT_-1206004406'), ('tmp_5739', u'CBRANCH_-1206008507'), (u'CALL_-1206010293', u'INDIRECT_-1206004238'), ('tmp_4110', u'CBRANCH_-1206009694'), (u'INDIRECT_-1206005193', u'MULTIEQUAL_-1206005113'), (u'MULTIEQUAL_-1206005185', u'MULTIEQUAL_-1206004931'), (u'STORE_-1206009651', u'INDIRECT_-1206006011'), (u'CALL_-1206010203', u'INDIRECT_-1206005153'), (u'INDIRECT_-1206004665', u'MULTIEQUAL_-1206004641'), (u'CALL_-1206011338', u'INDIRECT_-1206004943'), (u'MULTIEQUAL_-1206004471', u'MULTIEQUAL_-1206005351'), (u'CALL_-1206010432', u'INDIRECT_-1206004954'), (u'CALL_-1206010151', u'INDIRECT_-1206004596'), (u'INDIRECT_-1206006416', u'MULTIEQUAL_-1206006363'), (u'INDIRECT_-1206004470', u'MULTIEQUAL_-1206005400'), (u'INDIRECT_-1206005881', u'MULTIEQUAL_-1206005828'), (u'INDIRECT_-1206004584', u'MULTIEQUAL_-1206004544'), (u'CALL_-1206008799', u'INDIRECT_-1206003853'), (u'INDIRECT_-1206005100', u'MULTIEQUAL_-1206005697'), (u'CALL_-1206010040', u'INDIRECT_-1206005005'), (u'CALL_-1206010432', u'INDIRECT_-1206005489'), (u'INDIRECT_-1206005387', u'MULTIEQUAL_-1206001359'), ('tmp_2306', u'CBRANCH_-1206010541'), (u'STORE_-1206011643', u'INDIRECT_-1206005280'), (u'CALL_-1206010126', u'INDIRECT_-1206004755'), (u'CALL_-1206008096', u'INDIRECT_-1206004605'), (u'STORE_-1206010100', u'INDIRECT_-1206005280'), (u'CALL_-1206010613', u'INDIRECT_-1206006205'), (u'INDIRECT_-1206005922', u'MULTIEQUAL_-1206006508'), (u'MULTIEQUAL_-1206006624', u'MULTIEQUAL_-1206006182'), (u'INDIRECT_-1206004434', u'MULTIEQUAL_-1206001353'), (u'INDIRECT_-1206004082', u'COPY_-1206004096'), (u'INDIRECT_-1206006588', u'MULTIEQUAL_-1206001846'), (u'INDIRECT_-1206004858', u'MULTIEQUAL_-1206004800'), (u'MULTIEQUAL_-1206005131', u'MULTIEQUAL_-1206005652'), ('const-0', u'INT_NOTEQUAL_-1206010643'), (u'CALL_-1206008230', u'INDIRECT_-1206002918'), (u'CALL_-1206011383', u'INDIRECT_-1206005393'), ('const-417', u'LOAD_-1206011734'), (u'CALL_-1206011983', u'INDIRECT_-1206006770'), (u'CAST_-1206000392', u'LOAD_-1206007902'), (u'MULTIEQUAL_-1206001840', u'MULTIEQUAL_-1206006187'), (u'INDIRECT_-1206004610', u'MULTIEQUAL_-1206004823'), (u'CALL_-1206008096', u'INDIRECT_-1206005247'), (u'CALL_-1206010151', u'INDIRECT_-1206003847'), (u'LOAD_-1206009167', u'MULTIEQUAL_-1206006818'), (u'STORE_-1206010159', u'INDIRECT_-1206004042'), (u'INDIRECT_-1206001874', u'MULTIEQUAL_-1206002091'), (u'STORE_-1206011511', u'INDIRECT_-1206005761'), (u'INDIRECT_-1206004448', u'MULTIEQUAL_-1206001826'), (u'INDIRECT_-1206001985', u'MULTIEQUAL_-1206001946'), (u'STORE_-1206011643', u'INDIRECT_-1206004638'), (u'INDIRECT_-1206004943', u'MULTIEQUAL_-1206004865'), (u'CALL_-1206010293', u'INDIRECT_-1206002731'), (u'MULTIEQUAL_-1206001839', u'MULTIEQUAL_-1206006080'), (u'CALL_-1206011247', u'STORE_-1206011245'), (u'INT_SLESS_-1206009052', u'CBRANCH_-1206009059'), (u'MULTIEQUAL_-1206000667', u'PTRADD_-1206000590'), (u'STORE_-1206011398', u'INDIRECT_-1206006134'), (u'INT_EQUAL_-1206010072', u'CBRANCH_-1206010069'), (u'INDIRECT_-1206005281', u'MULTIEQUAL_-1206005987'), (u'INDIRECT_-1206005477', u'MULTIEQUAL_-1206005759'), (u'CALL_-1206010664', u'INDIRECT_-1206006333'), (u'CALL_-1206010602', u'INDIRECT_-1206005815'), (u'MULTIEQUAL_-1206001809', u'INT_ZEXT_-1206010075'), (u'INDIRECT_-1206003867', u'INT_ADD_-1206008140'), ('const-9', u'INT_NOTEQUAL_-1206011480'), (u'CALL_-1206010092', u'INDIRECT_-1206005304'), (u'COPY_-1206000800', u'MULTIEQUAL_-1206007012'), (u'LOAD_-1206010116', u'INT_NOTEQUAL_-1206010091'), (u'CALL_-1206009650', u'INDIRECT_-1206005348'), (u'CALL_-1206009342', u'INDIRECT_-1206004853'), (u'INDIRECT_-1206006415', u'MULTIEQUAL_-1206006335'), (u'INDIRECT_-1206004332', u'MULTIEQUAL_-1206004479'), (u'INDIRECT_-1206004794', u'MULTIEQUAL_-1206001582'), (u'MULTIEQUAL_-1206000567', u'MULTIEQUAL_-1206000664'), (u'COPY_-1206002494', u'INT_ADD_-1206009636'), (u'CALL_-1206008230', u'INDIRECT_-1206005058'), (u'INDIRECT_-1206006079', u'MULTIEQUAL_-1206006089'), (u'CALL_-1206009718', u'INDIRECT_-1206004041'), (u'CALL_-1206008268', u'INDIRECT_-1206005293'), (u'CALL_-1206009718', u'INDIRECT_-1206003720'), ('const-0', u'INT_EQUAL_-1206008945'), ('const-4', u'PTRADD_-1206002009'), ('tmp_14921', u'CALL_-1206011383'), (u'CALL_-1206011834', u'INDIRECT_-1206006910'), (u'INDIRECT_-1206001935', u'MULTIEQUAL_-1206002112'), (u'CALL_-1206010092', u'INDIRECT_-1206005946'), (u'LOAD_-1206011638', u'INT_AND_-1206011585'), (u'CALL_-1206009623', u'INDIRECT_-1206002595'), (u'STORE_-1206010100', u'INDIRECT_-1206003782'), ('tmp_5423', u'CBRANCH_-1206008456'), (u'MULTIEQUAL_-1206003723', u'MULTIEQUAL_-1206003706'), (u'STORE_-1206011245', u'INDIRECT_-1206004781'), (u'INDIRECT_-1206005090', u'MULTIEQUAL_-1206005126'), (u'MULTIEQUAL_-1206005327', u'MULTIEQUAL_-1206005292'), (u'MULTIEQUAL_-1206004489', u'MULTIEQUAL_-1206005010'), ('const-417', u'STORE_-1206011806'), (u'CALL_-1206011983', u'INDIRECT_-1206006556'), ('tmp_6595', u'CBRANCH_-1206008090'), ('const-417', u'STORE_-1206011223'), (u'CALL_-1206008515', u'INDIRECT_-1206004082'), (u'CALL_-1206010040', u'INDIRECT_-1206004256'), ('const-179576', u'INT_ADD_-1206008113'), (u'MULTIEQUAL_-1206001356', u'MULTIEQUAL_-1206005007'), (u'MULTIEQUAL_-1206006818', u'PTRADD_-1206000493'), (u'MULTIEQUAL_-1206008698', u'MULTIEQUAL_-1206008257'), (u'INDIRECT_-1206004908', u'MULTIEQUAL_-1206001589'), (u'INDIRECT_-1206003149', u'MULTIEQUAL_-1206003452'), (u'CALL_-1206011428', u'INDIRECT_-1206005632'), (u'CALL_-1206009664', u'INDIRECT_-1206004661'), (u'INDIRECT_-1206004337', u'MULTIEQUAL_-1206004543'), (u'INDIRECT_-1206005263', u'MULTIEQUAL_-1206005545'), (u'INDIRECT_-1206003298', u'MULTIEQUAL_-1206003235'), (u'STORE_-1206009071', u'INDIRECT_-1206004610'), ('const-178380', u'INT_ADD_-1206010660'), (u'MULTIEQUAL_-1206008379', u'MULTIEQUAL_-1206008760'), (u'INDIRECT_-1206005697', u'MULTIEQUAL_-1206005712'), (u'INDIRECT_-1206005222', u'MULTIEQUAL_-1206001586'), (u'STORE_-1206011643', u'INDIRECT_-1206006243'), (u'INDIRECT_-1206004337', u'MULTIEQUAL_-1206004257'), (u'CALL_-1206011383', u'INDIRECT_-1206006035'), (u'CALL_-1206009623', u'INDIRECT_-1206004578'), (u'MULTIEQUAL_-1206004912', u'MULTIEQUAL_-1206004470'), (u'CALL_-1206011465', u'MULTIEQUAL_-1206001552'), (u'STORE_-1206011806', u'INDIRECT_-1206005461'), (u'CALL_-1206010596', u'INDIRECT_-1206005871'), (u'CALL_-1206008799', u'INDIRECT_-1206001739'), (u'INT_ADD_-1206008061', u'MULTIEQUAL_-1206007158'), (u'STORE_-1206009188', u'INDIRECT_-1206004570'), (u'LOAD_-1206012275', u'CALL_-1206010558'), (u'CALL_-1206008799', u'INDIRECT_-1206001490'), (u'INDIRECT_-1206005464', u'MULTIEQUAL_-1206005433'), (u'INDIRECT_-1206006057', u'MULTIEQUAL_-1206005987'), (u'CALL_-1206008096', u'INDIRECT_-1206001956'), ('const-0', u'INT_NOTEQUAL_-1206011707'), (u'INDIRECT_-1206004451', u'MULTIEQUAL_-1206004427'), (u'INDIRECT_-1206004658', u'MULTIEQUAL_-1206005779'), (u'CALL_-1206011247', u'INDIRECT_-1206006404'), (u'CALL_-1206009718', u'INDIRECT_-1206002510'), (u'INDIRECT_-1206006029', u'MULTIEQUAL_-1206001365'), (u'INDIRECT_-1206006745', u'MULTIEQUAL_-1206006691'), ('const-4', u'PTRADD_-1206002193'), (u'CALL_-1206010596', u'INDIRECT_-1206004694'), (u'INDIRECT_-1206005044', u'MULTIEQUAL_-1206005779'), (u'MULTIEQUAL_-1206008379', u'LOAD_-1206011603'), (u'INDIRECT_-1206003653', u'MULTIEQUAL_-1206003508'), (u'INDIRECT_-1206004687', u'MULTIEQUAL_-1206001581'), (u'STORE_-1206011643', u'INDIRECT_-1206005494'), (u'MULTIEQUAL_-1206005005', u'COPY_-1206005086'), (u'CALL_-1206009455', u'INDIRECT_-1206005344'), (u'STORE_-1206011410', u'INDIRECT_-1206006037'), (u'CALL_-1206011003', u'INDIRECT_-1206004760'), (u'INDIRECT_-1206002234', u'MULTIEQUAL_-1206002195'), (u'INDIRECT_-1206006095', u'MULTIEQUAL_-1206006042'), (u'CALL_-1206009623', u'INDIRECT_-1206005755'), (u'MULTIEQUAL_-1206001591', u'MULTIEQUAL_-1206005697'), (u'INDIRECT_-1206005423', u'MULTIEQUAL_-1206005400'), (u'STORE_-1206009077', u'INDIRECT_-1206003545'), (u'INDIRECT_-1206004798', u'MULTIEQUAL_-1206004685'), (u'MULTIEQUAL_-1206005327', u'INT_ADD_-1206010428'), (u'STORE_-1206009083', u'INDIRECT_-1206004834'), (u'STORE_-1206011920', u'INDIRECT_-1206004769'), (u'INDIRECT_-1206006172', u'MULTIEQUAL_-1206006149'), (u'INDIRECT_-1206003867', u'MULTIEQUAL_-1206004602'), (u'CALL_-1206008144', u'INDIRECT_-1206003560'), (u'MULTIEQUAL_-1206004363', u'COPY_-1206004444'), (u'INDIRECT_-1206006164', u'MULTIEQUAL_-1206006094'), (u'CALL_-1206011882', u'INDIRECT_-1206003312'), (u'INDIRECT_-1206004081', u'MULTIEQUAL_-1206003936'), (u'INDIRECT_-1206004559', u'INT_ADD_-1206009451'), (u'CALL_-1206010476', u'INDIRECT_-1206005835'), (u'INDIRECT_-1206003005', u'MULTIEQUAL_-1206003218'), (u'INDIRECT_-1206003974', u'MULTIEQUAL_-1206004709'), (u'LOAD_-1206011538', u'INT_NOTEQUAL_-1206011480'), (u'INDIRECT_-1206002731', u'MULTIEQUAL_-1206002682'), (u'INDIRECT_-1206003963', u'MULTIEQUAL_-1206004364'), (u'STORE_-1206011655', u'INDIRECT_-1206004968'), (u'CALL_-1206011882', u'INDIRECT_-1206004688'), (u'INDIRECT_-1206005396', u'MULTIEQUAL_-1206005358'), (u'STORE_-1206012265', u'INDIRECT_-1206007058'), (u'STORE_-1206011643', u'INDIRECT_-1206006885'), (u'INDIRECT_-1206005407', u'MULTIEQUAL_-1206006528'), (u'INDIRECT_-1206004131', u'MULTIEQUAL_-1206004061'), (u'CALL_-1206008799', u'INDIRECT_-1206003318'), (u'CALL_-1206008525', u'INDIRECT_-1206005193'), (u'INDIRECT_-1206005868', u'MULTIEQUAL_-1206005828'), (u'CALL_-1206009101', u'INDIRECT_-1206005202'), (u'INDIRECT_-1206005370', u'MULTIEQUAL_-1206005652'), (u'INDIRECT_-1206005625', u'MULTIEQUAL_-1206001837'), (u'STORE_-1206011806', u'INDIRECT_-1206004498'), ('tmp_14921', u'CAST_-1206001786'), (u'CALL_-1206010293', u'INDIRECT_-1206004131'), (u'CALL_-1206010108', u'INDIRECT_-1206005855'), (u'INDIRECT_-1206004188', u'MULTIEQUAL_-1206004923'), (u'MULTIEQUAL_-1206005756', u'MULTIEQUAL_-1206005739'), (u'MULTIEQUAL_-1206006353', u'MULTIEQUAL_-1206006731'), (u'INDIRECT_-1206002595', u'MULTIEQUAL_-1206002558'), ('const-4294967295', u'CALL_-1206010558'), (u'INDIRECT_-1206006377', u'MULTIEQUAL_-1206006353'), (u'MULTIEQUAL_-1206006460', u'MULTIEQUAL_-1206006838'), (u'CALL_-1206011338', u'INDIRECT_-1206005371'), (u'INDIRECT_-1206004300', u'MULTIEQUAL_-1206004582'), (u'INDIRECT_-1206005407', u'MULTIEQUAL_-1206005613'), (u'INT_ZEXT_-1206010075', u'MULTIEQUAL_-1206008471'), ('tmp_6097', u'CBRANCH_-1206008609'), (u'STORE_-1206012265', u'INDIRECT_-1206005667'), (u'CALL_-1206011003', u'INDIRECT_-1206004118'), (u'LOAD_-1206012275', u'CALL_-1206010350'), (u'INDIRECT_-1206005376', u'MULTIEQUAL_-1206005391'), (u'STORE_-1206011595', u'INDIRECT_-1206005263'), (u'INDIRECT_-1206003957', u'MULTIEQUAL_-1206003893'), (u'STORE_-1206009071', u'INDIRECT_-1206003647'), ('tmp_1302', u'CBRANCH_-1206011587'), (u'MULTIEQUAL_-1206001042', u'INT_NOTEQUAL_-1206008914'), (u'CALL_-1206009134', u'INDIRECT_-1206003671'), (u'CALL_-1206009718', u'INDIRECT_-1206005860'), (u'CALL_-1206010293', u'INDIRECT_-1206002897'), (u'INDIRECT_-1206005197', u'MULTIEQUAL_-1206005233'), (u'INDIRECT_-1206003029', u'MULTIEQUAL_-1206002938'), (u'INDIRECT_-1206006548', u'MULTIEQUAL_-1206006470'), (u'STORE_-1206011920', u'INDIRECT_-1206005411'), (u'CALL_-1206010163', u'INDIRECT_-1206005033'), (u'INDIRECT_-1206004876', u'MULTIEQUAL_-1206001830'), (u'INDIRECT_-1206004760', u'MULTIEQUAL_-1206004907'), (u'CALL_-1206010602', u'INDIRECT_-1206002679'), (u'INDIRECT_-1206003974', u'MULTIEQUAL_-1206003829'), (u'INT_AND_-1206011585', u'INT_EQUAL_-1206011597'), (u'INDIRECT_-1206004382', u'MULTIEQUAL_-1206003985'), (u'CALL_-1206009631', u'INDIRECT_-1206002554'), (u'CALL_-1206008144', u'INDIRECT_-1206004523'), (u'CALL_-1206011922', u'INDIRECT_-1206005205'), ('const-4', u'PTRADD_-1206002124'), (u'INT_NOTEQUAL_-1206011480', u'CBRANCH_-1206011478'), (u'CALL_-1206010184', u'INDIRECT_-1206003706'), (u'INT_ADD_-1206008071', u'CAST_-1206000586'), (u'CALL_-1206011882', u'INDIRECT_-1206004795'), (u'CALL_-1206010040', u'INDIRECT_-1206005326'), (u'INDIRECT_-1206005883', u'MULTIEQUAL_-1206005819'), (u'CALL_-1206011834', u'INDIRECT_-1206006268'), (u'CALL_-1206008562', u'INDIRECT_-1206004572'), (u'CALL_-1206011338', u'INDIRECT_-1206006120'), (u'STORE_-1206009651', u'INDIRECT_-1206005262'), (u'CALL_-1206008268', u'INDIRECT_-1206003688'), (u'LOAD_-1206007902', u'MULTIEQUAL_-1206006846'), (u'MULTIEQUAL_-1206001574', u'MULTIEQUAL_-1206003226'), (u'CALL_-1206008144', u'INDIRECT_-1206005379'), (u'CALL_-1206010184', u'INDIRECT_-1206004241'), (u'INDIRECT_-1206006484', u'MULTIEQUAL_-1206006460'), (u'INDIRECT_-1206005601', u'MULTIEQUAL_-1206001361'), (u'CALL_-1206009598', u'CALL_-1206009650'), (u'CALL_-1206009144', u'INDIRECT_-1206005331'), (u'INDIRECT_-1206002504', u'MULTIEQUAL_-1206003412'), (u'CALL_-1206009101', u'INDIRECT_-1206003704'), (u'MULTIEQUAL_-1206003308', u'MULTIEQUAL_-1206003299'), (u'LOAD_-1206010557', u'INT_LESS_-1206010517'), (u'INDIRECT_-1206002798', u'COPY_-1206002812'), (u'CALL_-1206009455', u'INDIRECT_-1206004274'), ('tmp_3983', u'CBRANCH_-1206009115'), (u'INDIRECT_-1206004287', u'MULTIEQUAL_-1206004256'), (u'CALL_-1206010098', u'INDIRECT_-1206006428'), (u'INDIRECT_-1206003838', u'MULTIEQUAL_-1206001579'), (u'CALL_-1206009134', u'INDIRECT_-1206004099'), (u'INDIRECT_-1206005530', u'MULTIEQUAL_-1206005507'), (u'COPY_-1206001421', u'MULTIEQUAL_-1206001428'), (u'INDIRECT_-1206006321', u'MULTIEQUAL_-1206006207'), (u'INDIRECT_-1206005700', u'MULTIEQUAL_-1206005283'), (u'STORE_-1206011404', u'INDIRECT_-1206004534'), (u'STORE_-1206012265', u'INDIRECT_-1206004918'), (u'CALL_-1206010151', u'INDIRECT_-1206002827'), (u'STORE_-1206012265', u'INDIRECT_-1206006202'), (u'CALL_-1206010184', u'INDIRECT_-1206003813'), (u'INDIRECT_-1206004424', u'MULTIEQUAL_-1206005010'), (u'CALL_-1206010476', u'INDIRECT_-1206002913'), (u'INT_ZEXT_-1206011587', u'MULTIEQUAL_-1206008783'), (u'INDIRECT_-1206004551', u'MULTIEQUAL_-1206005672'), (u'INDIRECT_-1206004546', u'MULTIEQUAL_-1206004693'), (u'INDIRECT_-1206003569', u'MULTIEQUAL_-1206004275'), (u'CALL_-1206011983', u'INDIRECT_-1206005593'), (u'INDIRECT_-1206004830', u'MULTIEQUAL_-1206004685'), (u'MULTIEQUAL_-1206003508', u'MULTIEQUAL_-1206003473'), (u'INT_EQUAL_-1206008615', u'CBRANCH_-1206008611'), (u'CALL_-1206011338', u'INT_NOTEQUAL_-1206011287'), (u'INDIRECT_-1206004835', u'MULTIEQUAL_-1206001827'), (u'CALL_-1206010639', u'INDIRECT_-1206005085'), ('const-1', u'CALL_-1206008525'), ('const-0', u'INT_NOTEQUAL_-1206010064'), (u'CALL_-1206011922', u'INDIRECT_-1206006168'), (u'CALL_-1206008799', u'INDIRECT_-1206002783'), (u'INDIRECT_-1206004024', u'MULTIEQUAL_-1206003954'), (u'CALL_-1206010126', u'INDIRECT_-1206003899'), (u'STORE_-1206009077', u'INDIRECT_-1206003759'), (u'COPY_-1206000601', u'MULTIEQUAL_-1206000562'), (u'CALL_-1206010040', u'INDIRECT_-1206005540'), (u'PTRADD_-1206002202', u'LOAD_-1206011538'), (u'INDIRECT_-1206005742', u'MULTIEQUAL_-1206006339'), (u'MULTIEQUAL_-1206005458', u'MULTIEQUAL_-1206005448'), (u'INT_EQUAL_-1206008093', u'CBRANCH_-1206008090'), (u'CAST_-1206002223', u'LOAD_-1206011796'), ('const-0', u'STORE_-1206011223'), (u'INDIRECT_-1206005611', u'MULTIEQUAL_-1206001364'), ('tmp_3863', u'BRANCH_-1206009333'), (u'CALL_-1206010151', u'INDIRECT_-1206005024'), (u'CALL_-1206011882', u'INDIRECT_-1206005116'), (u'CALL_-1206010098', u'INDIRECT_-1206005037'), ('tmp_14922', u'INT_NOTEQUAL_-1206011262'), (u'MULTIEQUAL_-1206007158', u'CALL_-1206008562'), (u'INDIRECT_-1206004370', u'MULTIEQUAL_-1206004330'), (u'MULTIEQUAL_-1206004168', u'MULTIEQUAL_-1206004689'), (u'INDIRECT_-1206001956', u'MULTIEQUAL_-1206002380'), (u'INDIRECT_-1206003816', u'MULTIEQUAL_-1206004413'), ('const-417', u'LOAD_-1206010137'), (u'INDIRECT_-1206005798', u'MULTIEQUAL_-1206006080'), (u'MULTIEQUAL_-1206005024', u'MULTIEQUAL_-1206005545'), (u'CALL_-1206009342', u'INDIRECT_-1206003569'), (u'CALL_-1206011834', u'INDIRECT_-1206005733'), (u'CALL_-1206010664', u'INDIRECT_-1206006226'), (u'CALL_-1206009353', u'INDIRECT_-1206003150'), (u'CALL_-1206010558', u'INDIRECT_-1206005226'), (u'MULTIEQUAL_-1206005666', u'MULTIEQUAL_-1206006187'), ('const-4', u'PTRADD_-1206000715'), ('const-14', u'PTRADD_-1206001559'), (u'INDIRECT_-1206005782', u'MULTIEQUAL_-1206005728'), (u'INDIRECT_-1206002913', u'MULTIEQUAL_-1206002855'), (u'INDIRECT_-1206005383', u'MULTIEQUAL_-1206006121'), (u'INDIRECT_-1206005975', u'MULTIEQUAL_-1206005862'), (u'INDIRECT_-1206005585', u'MULTIEQUAL_-1206005507'), (u'CALL_-1206008144', u'INDIRECT_-1206001649'), (u'STORE_-1206010022', u'INDIRECT_-1206004180'), (u'INDIRECT_-1206001769', u'MULTIEQUAL_-1206001946'), (u'CAST_-1206001659', u'LOAD_-1206010454'), (u'CALL_-1206009455', u'INDIRECT_-1206003525'), (u'MULTIEQUAL_-1206003615', u'MULTIEQUAL_-1206003580'), (u'CALL_-1206010092', u'INDIRECT_-1206004769'), (u'MULTIEQUAL_-1206001340', u'MULTIEQUAL_-1206002560'), (u'MULTIEQUAL_-1206005970', u'MULTIEQUAL_-1206006577'), (u'CALL_-1206010098', u'INDIRECT_-1206003102'), ('const-1288', u'PTRADD_-1206001600'), (u'INDIRECT_-1206005824', u'MULTIEQUAL_-1206005786'), (u'STORE_-1206011410', u'INDIRECT_-1206005288'), (u'CALL_-1206010586', u'INDIRECT_-1206005742'), ('tmp_2190', u'CBRANCH_-1206010616'), (u'CALL_-1206010203', u'INDIRECT_-1206002255'), (u'INDIRECT_-1206004644', u'MULTIEQUAL_-1206004586'), (u'CALL_-1206011338', u'INDIRECT_-1206003364'), (u'INDIRECT_-1206006638', u'MULTIEQUAL_-1206006584'), (u'INDIRECT_-1206004531', u'MULTIEQUAL_-1206005117'), (u'CALL_-1206010040', u'INDIRECT_-1206006610'), (u'CALL_-1206011922', u'INDIRECT_-1206005633'), (u'MULTIEQUAL_-1206004578', u'MULTIEQUAL_-1206004543'), (u'INDIRECT_-1206004899', u'MULTIEQUAL_-1206004841'), (u'CALL_-1206009194', u'INDIRECT_-1206004081'), (u'CALL_-1206009101', u'INDIRECT_-1206003597'), (u'INDIRECT_-1206002533', u'MULTIEQUAL_-1206002490'), (u'STORE_-1206009651', u'INDIRECT_-1206004513'), (u'MULTIEQUAL_-1206006370', u'MULTIEQUAL_-1206006321'), (u'STORE_-1206011806', u'INDIRECT_-1206005354'), (u'INDIRECT_-1206004577', u'MULTIEQUAL_-1206005507'), (u'INDIRECT_-1206004605', u'MULTIEQUAL_-1206004551'), (u'CALL_-1206010639', u'INDIRECT_-1206002615'), (u'CALL_-1206011882', u'INDIRECT_-1206006400'), (u'INDIRECT_-1206002116', u'MULTIEQUAL_-1206002345'), (u'INDIRECT_-1206005370', u'MULTIEQUAL_-1206001832'), (u'INDIRECT_-1206004796', u'MULTIEQUAL_-1206004733'), (u'MULTIEQUAL_-1206005176', u'MULTIEQUAL_-1206005554'), (u'CALL_-1206010558', u'INDIRECT_-1206004263'), (u'INDIRECT_-1206004503', u'MULTIEQUAL_-1206004716'), (u'INDIRECT_-1206005937', u'MULTIEQUAL_-1206006084'), (u'STORE_-1206011410', u'INDIRECT_-1206006144'), (u'INDIRECT_-1206003439', u'MULTIEQUAL_-1206003294'), ('const-417', u'STORE_-1206009083'), (u'CALL_-1206011983', u'INDIRECT_-1206006449'), (u'CALL_-1206010613', u'INDIRECT_-1206005777'), (u'CALL_-1206008230', u'INDIRECT_-1206003881'), ('const-1291', u'PTRADD_-1206002142'), (u'INDIRECT_-1206005560', u'MULTIEQUAL_-1206005507'), (u'CALL_-1206009134', u'INDIRECT_-1206003778'), (u'INDIRECT_-1206006267', u'MULTIEQUAL_-1206001843'), (u'INDIRECT_-1206005495', u'MULTIEQUAL_-1206006201'), (u'MULTIEQUAL_-1206001348', u'MULTIEQUAL_-1206004151'), ('const-2', u'PTRADD_-1206001450'), (u'CALL_-1206009664', u'INDIRECT_-1206003698'), (u'INDIRECT_-1206005912', u'MULTIEQUAL_-1206005893'), (u'INDIRECT_-1206005056', u'MULTIEQUAL_-1206005037'), (u'INDIRECT_-1206006951', u'MULTIEQUAL_-1206006898'), ('const-4', u'PTRADD_-1206001895'), (u'MULTIEQUAL_-1206005756', u'MULTIEQUAL_-1206006363'), (u'INDIRECT_-1206005072', u'MULTIEQUAL_-1206005014'), (u'INDIRECT_-1206006213', u'MULTIEQUAL_-1206006182'), (u'CALL_-1206011247', u'INDIRECT_-1206005013'), (u'CALL_-1206010558', u'INDIRECT_-1206005119'), (u'STORE_-1206011643', u'INDIRECT_-1206004745'), (u'MULTIEQUAL_-1206004765', u'MULTIEQUAL_-1206004716'), (u'CALL_-1206010293', u'INDIRECT_-1206006057'), (u'INDIRECT_-1206001874', u'MULTIEQUAL_-1206001832'), (u'STORE_-1206011511', u'INDIRECT_-1206004370'), (u'MULTIEQUAL_-1206004174', u'MULTIEQUAL_-1206004164'), (u'INDIRECT_-1206005946', u'MULTIEQUAL_-1206005982'), (u'INDIRECT_-1206006136', u'MULTIEQUAL_-1206001366'), (u'INT_ADD_-1206008611', u'MULTIEQUAL_-1206007364'), (u'CALL_-1206010040', u'INDIRECT_-1206005433'), (u'CALL_-1206010639', u'INDIRECT_-1206005192'), (u'CALL_-1206010432', u'INDIRECT_-1206005168'), (u'CALL_-1206009631', u'INDIRECT_-1206002388'), (u'MULTIEQUAL_-1206008760', u'MULTIEQUAL_-1206008390'), ('const-1337', u'PTRADD_-1206002038'), (u'INDIRECT_-1206002768', u'MULTIEQUAL_-1206002709'), (u'INDIRECT_-1206005761', u'MULTIEQUAL_-1206005721'), (u'INT_NOTEQUAL_-1206010643', u'CBRANCH_-1206010641'), (u'CALL_-1206011922', u'INDIRECT_-1206003294'), (u'CALL_-1206009342', u'INDIRECT_-1206003141'), (u'INDIRECT_-1206003425', u'MULTIEQUAL_-1206003663'), (u'STORE_-1206009651', u'INDIRECT_-1206005048'), (u'PTRADD_-1206002283', u'LOAD_-1206011734'), (u'CALL_-1206010558', u'INDIRECT_-1206004798'), (u'INDIRECT_-1206003137', u'MULTIEQUAL_-1206003101'), (u'CALL_-1206010558', u'INDIRECT_-1206003112'), (u'MULTIEQUAL_-1206006898', u'MULTIEQUAL_-1206006838'), (u'CALL_-1206011383', u'INDIRECT_-1206003303'), (u'STORE_-1206010100', u'INDIRECT_-1206005173'), (u'INDIRECT_-1206003112', u'MULTIEQUAL_-1206003325'), (u'INDIRECT_-1206004137', u'MULTIEQUAL_-1206004734'), (u'INDIRECT_-1206005761', u'MULTIEQUAL_-1206005648'), (u'STORE_-1206009651', u'INDIRECT_-1206004299'), (u'INDIRECT_-1206005183', u'MULTIEQUAL_-1206001360'), (u'INT_NOTEQUAL_-1206009110', u'CBRANCH_-1206009086'), (u'INDIRECT_-1206004627', u'MULTIEQUAL_-1206004642'), (u'INDIRECT_-1206006424', u'MULTIEQUAL_-1206006370'), (u'INDIRECT_-1206003610', u'MULTIEQUAL_-1206003216'), (u'INDIRECT_-1206004395', u'MULTIEQUAL_-1206004281'), (u'CALL_-1206010163', u'INDIRECT_-1206005889'), (u'INDIRECT_-1206004174', u'MULTIEQUAL_-1206004412'), (u'CALL_-1206010602', u'INDIRECT_-1206004745'), (u'INDIRECT_-1206005155', u'MULTIEQUAL_-1206005942'), (u'CALL_-1206008144', u'INDIRECT_-1206003346'), (u'CALL_-1206011003', u'INDIRECT_-1206005402'), (u'CALL_-1206008525', u'INDIRECT_-1206003374'), (u'STORE_-1206011404', u'INDIRECT_-1206006781'), (u'INDIRECT_-1206006724', u'MULTIEQUAL_-1206006060'), (u'MULTIEQUAL_-1206003677', u'MULTIEQUAL_-1206003235'), (u'MULTIEQUAL_-1206005935', u'MULTIEQUAL_-1206005875'), (u'CALL_-1206009342', u'INDIRECT_-1206005281'), (u'CALL_-1206011428', u'INDIRECT_-1206005311'), (u'CALL_-1206010305', u'INDIRECT_-1206004461'), (u'CALL_-1206009623', u'INDIRECT_-1206002346'), (u'CALL_-1206011247', u'INDIRECT_-1206004264'), (u'CALL_-1206009598', u'INDIRECT_-1206004627'), (u'INDIRECT_-1206005415', u'MULTIEQUAL_-1206005345'), (u'STORE_-1206011655', u'INDIRECT_-1206005182'), (u'MULTIEQUAL_-1206004757', u'MULTIEQUAL_-1206004503'), ('tmp_14921', u'PTRADD_-1206002142'), (u'CALL_-1206010108', u'INDIRECT_-1206002719'), (u'INDIRECT_-1206004261', u'MULTIEQUAL_-1206004198'), ('tmp_31173', u'INT_ADD_-1206012351'), (u'CALL_-1206010664', u'INDIRECT_-1206004835'), ('const-417', u'LOAD_-1206010630'), (u'INT_NOTEQUAL_-1206008465', u'CBRANCH_-1206008456'), (u'INDIRECT_-1206005119', u'MULTIEQUAL_-1206005006'), (u'INDIRECT_-1206005359', u'MULTIEQUAL_-1206005572'), ('const-417', u'LOAD_-1206008535'), (u'STORE_-1206009188', u'INDIRECT_-1206004035'), (u'INDIRECT_-1206002685', u'MULTIEQUAL_-1206002626'), (u'INT_ADD_-1206009325', u'CAST_-1206000809'), (u'CALL_-1206011834', u'INDIRECT_-1206003619'), (u'CALL_-1206009342', u'INDIRECT_-1206005174'), (u'MULTIEQUAL_-1206001830', u'MULTIEQUAL_-1206005117'), (u'INDIRECT_-1206005379', u'MULTIEQUAL_-1206004962'), (u'COPY_-1206000564', u'MULTIEQUAL_-1206007175'), (u'CALL_-1206011834', u'INDIRECT_-1206005305'), (u'INDIRECT_-1206003370', u'MULTIEQUAL_-1206001819'), (u'CALL_-1206009664', u'INDIRECT_-1206005089'), (u'CALL_-1206010203', u'INDIRECT_-1206005581'), (u'INDIRECT_-1206004653', u'MULTIEQUAL_-1206004800'), (u'CALL_-1206008515', u'INDIRECT_-1206003333'), ('const-0', u'STORE_-1206011398'), (u'INDIRECT_-1206006226', u'INT_ADD_-1206010110'), (u'CALL_-1206010163', u'INDIRECT_-1206002670'), (u'CALL_-1206010126', u'INDIRECT_-1206005718'), (u'MULTIEQUAL_-1206006263', u'MULTIEQUAL_-1206006214'), (u'INDIRECT_-1206005229', u'MULTIEQUAL_-1206001592'), (u'INDIRECT_-1206004898', u'MULTIEQUAL_-1206005828'), (u'INDIRECT_-1206007058', u'MULTIEQUAL_-1206007005'), (u'INDIRECT_-1206003546', u'MULTIEQUAL_-1206003401'), (u'MULTIEQUAL_-1206004364', u'MULTIEQUAL_-1206004329'), (u'CALL_-1206010586', u'INDIRECT_-1206005528'), (u'INDIRECT_-1206003709', u'MULTIEQUAL_-1206004306'), (u'INDIRECT_-1206004444', u'MULTIEQUAL_-1206005565'), (u'MULTIEQUAL_-1206004923', u'MULTIEQUAL_-1206004913'), (u'STORE_-1206009083', u'INDIRECT_-1206004299'), (u'CALL_-1206011882', u'INDIRECT_-1206003644'), (u'CALL_-1206010126', u'INDIRECT_-1206004434'), (u'LOAD_-1206008970', u'COPY_-1206001040'), (u'INDIRECT_-1206003000', u'MULTIEQUAL_-1206003401'), (u'MULTIEQUAL_-1206004855', u'MULTIEQUAL_-1206005233'), (u'CALL_-1206011882', u'INDIRECT_-1206003478'), (u'INDIRECT_-1206005151', u'MULTIEQUAL_-1206005876'), (u'INDIRECT_-1206005224', u'MULTIEQUAL_-1206005161'), (u'STORE_-1206011655', u'INDIRECT_-1206006038'), ('const-4', u'PTRADD_-1206000773'), (u'CALL_-1206010596', u'INDIRECT_-1206004052'), (u'CALL_-1206009631', u'INDIRECT_-1206005179'), (u'STORE_-1206011595', u'INDIRECT_-1206006547'), (u'INDIRECT_-1206004373', u'MULTIEQUAL_-1206001584'), ('const-417', u'LOAD_-1206008638'), ('const-0', u'INT_NOTEQUAL_-1206007930'), ('tmp_31193', u'MULTIEQUAL_-1206006684'), (u'INDIRECT_-1206004402', u'MULTIEQUAL_-1206005137'), (u'CALL_-1206011834', u'CAST_-1206002223'), (u'CALL_-1206010602', u'INDIRECT_-1206004638'), (u'INT_ZEXT_-1206010075', u'INT_NOTEQUAL_-1206010064'), (u'CALL_-1206011983', u'INDIRECT_-1206006984'), ('const-0', u'COPY_-1206007118'), (u'INDIRECT_-1206005145', u'MULTIEQUAL_-1206005358'), ('tmp_14921', u'CALL_-1206010586'), (u'CALL_-1206008562', u'INDIRECT_-1206003823'), (u'CALL_-1206010613', u'INDIRECT_-1206005028'), (u'MULTIEQUAL_-1206000667', u'MULTIEQUAL_-1206007212'), (u'INDIRECT_-1206003239', u'MULTIEQUAL_-1206003433'), (u'COPY_-1206002250', u'MULTIEQUAL_-1206007051'), (u'MULTIEQUAL_-1206002131', u'MULTIEQUAL_-1206002096'), (u'INDIRECT_-1206004246', u'MULTIEQUAL_-1206004223'), (u'CALL_-1206010293', u'INDIRECT_-1206002980'), (u'CALL_-1206009134', u'INDIRECT_-1206002199'), (u'INDIRECT_-1206005654', u'MULTIEQUAL_-1206005614'), (u'STORE_-1206011398', u'INDIRECT_-1206006455'), (u'CALL_-1206010305', u'INDIRECT_-1206006280'), (u'INDIRECT_-1206001784', u'MULTIEQUAL_-1206002013'), (u'MULTIEQUAL_-1206006905', u'MULTIEQUAL_-1206006856'), (u'INDIRECT_-1206005209', u'MULTIEQUAL_-1206005186'), (u'INDIRECT_-1206004876', u'MULTIEQUAL_-1206004912'), ('const-0', u'COPY_-1206001103'), ('tmp_14921', u'PTRADD_-1206002202'), (u'CALL_-1206011465', u'INDIRECT_-1206003097'), (u'CALL_-1206010108', u'INDIRECT_-1206004999'), (u'CALL_-1206011383', u'INDIRECT_-1206006463'), (u'MULTIEQUAL_-1206004900', u'MULTIEQUAL_-1206004883'), (u'INDIRECT_-1206003731', u'MULTIEQUAL_-1206001578'), (u'CALL_-1206009194', u'INDIRECT_-1206005258'), (u'STORE_-1206011404', u'INDIRECT_-1206004855'), (u'STORE_-1206011223', u'INDIRECT_-1206006698'), (u'INDIRECT_-1206003868', u'COPY_-1206003882'), (u'CALL_-1206009167', u'INDIRECT_-1206001725'), (u'CALL_-1206008268', u'INDIRECT_-1206002832'), (u'CALL_-1206009390', u'INDIRECT_-1206004455'), (u'STORE_-1206009188', u'INDIRECT_-1206005212'), ('tmp_1478', u'CBRANCH_-1206011478'), ('tmp_2456', u'BRANCH_-1206010147'), (u'INDIRECT_-1206003181', u'MULTIEQUAL_-1206003350'), (u'INDIRECT_-1206004751', u'MULTIEQUAL_-1206004693'), (u'STORE_-1206010022', u'INDIRECT_-1206006641'), (u'INDIRECT_-1206005805', u'MULTIEQUAL_-1206005786'), (u'INDIRECT_-1206004049', u'MULTIEQUAL_-1206003936'), (u'CALL_-1206011383', u'INDIRECT_-1206005286'), (u'CALL_-1206009631', u'INDIRECT_-1206005393'), (u'CALL_-1206011983', u'INDIRECT_-1206006663'), (u'CALL_-1206011922', u'INDIRECT_-1206006596'), (u'CALL_-1206008230', u'INDIRECT_-1206004309'), (u'INDIRECT_-1206005336', u'MULTIEQUAL_-1206001593'), (u'INDIRECT_-1206004471', u'MULTIEQUAL_-1206004413'), (u'CALL_-1206009167', u'INDIRECT_-1206003529'), (u'STORE_-1206010100', u'INDIRECT_-1206003889'), (u'MULTIEQUAL_-1206001341', u'MULTIEQUAL_-1206002643'), (u'CALL_-1206009134', u'INDIRECT_-1206004313'), (u'CALL_-1206009101', u'INDIRECT_-1206001769'), (u'INDIRECT_-1206005728', u'MULTIEQUAL_-1206005648'), (u'CALL_-1206010305', u'INDIRECT_-1206002740'), (u'INDIRECT_-1206006802', u'MULTIEQUAL_-1206006838'), (u'COPY_-1206001040', u'MULTIEQUAL_-1206000569'), (u'MULTIEQUAL_-1206002380', u'MULTIEQUAL_-1206002345'), (u'STORE_-1206010159', u'INDIRECT_-1206005540'), ('const-0', u'INT_NOTEQUAL_-1206010576'), (u'INDIRECT_-1206005757', u'MULTIEQUAL_-1206001591'), (u'CAST_-1206002108', u'INT_ADD_-1206011568'), (u'INDIRECT_-1206006695', u'MULTIEQUAL_-1206006731'), (u'CALL_-1206011922', u'INDIRECT_-1206006275'), (u'CALL_-1206010108', u'INDIRECT_-1206005748'), ('tmp_4514', u'BRANCH_-1206009645'), (u'INDIRECT_-1206003160', u'MULTIEQUAL_-1206003366'), (u'CALL_-1206011383', u'INDIRECT_-1206006570'), (u'INDIRECT_-1206005821', u'MULTIEQUAL_-1206005763'), (u'CALL_-1206010586', u'INDIRECT_-1206006063'), (u'CALL_-1206009455', u'INDIRECT_-1206005237'), (u'STORE_-1206010159', u'INDIRECT_-1206004684'), (u'CALL_-1206011922', u'INDIRECT_-1206005098'), (u'MULTIEQUAL_-1206001593', u'MULTIEQUAL_-1206005911'), (u'STORE_-1206009071', u'INDIRECT_-1206004182'), ('tmp_14911', u'PTRSUB_-1206001748'), (u'CALL_-1206008096', u'INDIRECT_-1206001624'), ('const-5', u'INT_ADD_-1206010541'), (u'CALL_-1206011465', u'INDIRECT_-1206005008'), (u'INDIRECT_-1206004230', u'MULTIEQUAL_-1206004436'), (u'CALL_-1206011338', u'INDIRECT_-1206004301'), (u'MULTIEQUAL_-1206007306', u'PTRADD_-1206001007'), (u'CALL_-1206010664', u'INDIRECT_-1206004300'), (u'CALL_-1206009650', u'INDIRECT_-1206004278'), (u'CALL_-1206009390', u'INDIRECT_-1206003278'), (u'CALL_-1206011465', u'INDIRECT_-1206005329'), (u'INDIRECT_-1206005525', u'MULTIEQUAL_-1206005465'), (u'INDIRECT_-1206005525', u'MULTIEQUAL_-1206005465'), (u'CALL_-1206010184', u'INDIRECT_-1206005311'), (u'INDIRECT_-1206003219', u'MULTIEQUAL_-1206003432'), ('const-4', u'PTRADD_-1206002142'), (u'STORE_-1206009188', u'INDIRECT_-1206003500'), (u'STORE_-1206011398', u'INDIRECT_-1206004422'), (u'STORE_-1206011595', u'INDIRECT_-1206006654'), (u'CALL_-1206009194', u'INDIRECT_-1206002253'), (u'CAST_-1206000889', u'LOAD_-1206008631'), (u'STORE_-1206009651', u'INDIRECT_-1206003871'), (u'CALL_-1206010184', u'INDIRECT_-1206005097'), (u'MULTIEQUAL_-1206006517', u'MULTIEQUAL_-1206006075'), (u'CALL_-1206009167', u'INDIRECT_-1206002057'), (u'STORE_-1206011398', u'INDIRECT_-1206005813'), (u'CALL_-1206010305', u'INDIRECT_-1206004568'), (u'STORE_-1206009083', u'INDIRECT_-1206003764'), (u'CALL_-1206010476', u'INDIRECT_-1206003079'), ('const-4', u'PTRADD_-1206001007'), ('const-4', u'PTRADD_-1206002526'), (u'STORE_-1206011410', u'INDIRECT_-1206004325'), ('const-0', u'INT_NOTEQUAL_-1206012119'), (u'INDIRECT_-1206005012', u'MULTIEQUAL_-1206004972'), ('const-417', u'LOAD_-1206010571'), (u'INDIRECT_-1206004540', u'MULTIEQUAL_-1206004502'), (u'CALL_-1206009134', u'INDIRECT_-1206005597'), (u'CALL_-1206010126', u'INDIRECT_-1206005504'), (u'CALL_-1206010350', u'INDIRECT_-1206002768'), (u'CALL_-1206011338', u'INDIRECT_-1206004408'), (u'INDIRECT_-1206005675', u'MULTIEQUAL_-1206005621'), (u'CALL_-1206008230', u'INDIRECT_-1206004844'), (u'INDIRECT_-1206002471', u'CALL_-1206009598'), (u'CALL_-1206010432', u'INDIRECT_-1206004312'), (u'INDIRECT_-1206004366', u'MULTIEQUAL_-1206001578'), (u'INDIRECT_-1206005987', u'MULTIEQUAL_-1206005907'), (u'INDIRECT_-1206005009', u'MULTIEQUAL_-1206005019'), (u'INDIRECT_-1206004156', u'MULTIEQUAL_-1206004043'), (u'INDIRECT_-1206004565', u'MULTIEQUAL_-1206005162'), (u'CAST_-1206000923', u'MULTIEQUAL_-1206001051'), (u'PTRSUB_-1206002431', u'CALL_-1206010108'), (u'INDIRECT_-1206005289', u'MULTIEQUAL_-1206005251'), (u'CALL_-1206010596', u'INDIRECT_-1206004266'), (u'CALL_-1206009718', u'INDIRECT_-1206005432'), (u'INDIRECT_-1206005691', u'MULTIEQUAL_-1206001835'), ('const-417', u'LOAD_-1206009477'), (u'MULTIEQUAL_-1206004551', u'MULTIEQUAL_-1206004502'), (u'INDIRECT_-1206004016', u'MULTIEQUAL_-1206005137'), (u'INDIRECT_-1206003333', u'COPY_-1206003347'), (u'INDIRECT_-1206006201', u'MULTIEQUAL_-1206005804'), (u'STORE_-1206011511', u'INDIRECT_-1206005654'), ('const-417', u'STORE_-1206012265'), (u'INDIRECT_-1206004473', u'MULTIEQUAL_-1206001579'), (u'CALL_-1206011922', u'INDIRECT_-1206006489'), (u'MULTIEQUAL_-1206004472', u'MULTIEQUAL_-1206005079'), (u'CALL_-1206010586', u'INDIRECT_-1206005956'), (u'CALL_-1206011922', u'INDIRECT_-1206006703'), (u'STORE_-1206009651', u'INDIRECT_-1206004192'), (u'INDIRECT_-1206003546', u'MULTIEQUAL_-1206004281'), (u'MULTIEQUAL_-1206004971', u'MULTIEQUAL_-1206004717'), (u'STORE_-1206009077', u'INDIRECT_-1206003652'), (u'COPY_-1206002259', u'MULTIEQUAL_-1206007051'), (u'CALL_-1206011003', u'INDIRECT_-1206005509'), (u'CALL_-1206010184', u'INDIRECT_-1206005525'), (u'CALL_-1206008525', u'INDIRECT_-1206003053'), (u'COPY_-1206001923', u'MULTIEQUAL_-1206008403'), (u'CALL_-1206011338', u'INDIRECT_-1206004836'), (u'INDIRECT_-1206004617', u'COPY_-1206004631'), (u'CALL_-1206010108', u'INDIRECT_-1206004464'), (u'CALL_-1206008799', u'INDIRECT_-1206003425'), (u'LOAD_-1206008970', u'INT_EQUAL_-1206008945'), (u'PTRADD_-1206010401', u'LOAD_-1206010463'), (u'INDIRECT_-1206005144', u'MULTIEQUAL_-1206005030'), (u'INDIRECT_-1206004016', u'MULTIEQUAL_-1206004222'), (u'MULTIEQUAL_-1206001841', u'MULTIEQUAL_-1206006294'), ('const-4140', u'INT_ADD_-1206007892'), (u'MULTIEQUAL_-1206003299', u'MULTIEQUAL_-1206003677'), (u'CALL_-1206010596', u'INDIRECT_-1206003945'), (u'INDIRECT_-1206005717', u'MULTIEQUAL_-1206005679'), ('const-8192', u'INT_AND_-1206006737'), (u'INDIRECT_-1206005902', u'MULTIEQUAL_-1206006184'), (u'INDIRECT_-1206006613', u'MULTIEQUAL_-1206001599'), (u'INDIRECT_-1206005367', u'MULTIEQUAL_-1206005649'), (u'CALL_-1206010184', u'INDIRECT_-1206005739'), (u'STORE_-1206009077', u'INDIRECT_-1206003010'), (u'INDIRECT_-1206005758', u'MULTIEQUAL_-1206005768'), ('const-0', u'CALL_-1206010476'), (u'CALL_-1206011882', u'INDIRECT_-1206005330'), (u'INDIRECT_-1206003760', u'MULTIEQUAL_-1206004485'), (u'INDIRECT_-1206005438', u'MULTIEQUAL_-1206005375'), ('tmp_14921', u'LOAD_-1206012275'), (u'PTRADD_-1206000616', u'LOAD_-1206008465'), (u'STORE_-1206011920', u'INDIRECT_-1206005625'), (u'CALL_-1206011834', u'INDIRECT_-1206006482'), (u'CALL_-1206009390', u'INT_EQUAL_-1206009370'), (u'CALL_-1206010586', u'INDIRECT_-1206005314'), (u'MULTIEQUAL_-1206001594', u'MULTIEQUAL_-1206006018'), (u'MULTIEQUAL_-1206006396', u'COPY_-1206006477'), (u'CALL_-1206010151', u'INDIRECT_-1206005880'), (u'CALL_-1206010613', u'INDIRECT_-1206005135'), (u'INDIRECT_-1206004327', u'MULTIEQUAL_-1206001352'), (u'STORE_-1206011920', u'INDIRECT_-1206005090'), (u'CALL_-1206010639', u'INDIRECT_-1206004978'), (u'INDIRECT_-1206005864', u'MULTIEQUAL_-1206001592'), ('const-1290', u'PTRADD_-1206000728'), (u'CALL_-1206010602', u'INDIRECT_-1206006243'), (u'CALL_-1206009598', u'INDIRECT_-1206005269'), ('tmp_31172', u'INT_ADD_-1206012387'), (u'CAST_-1206001059', u'LOAD_-1206009167'), (u'LOAD_-1206010097', u'INT_ADD_-1206008985'), (u'CALL_-1206009134', u'INDIRECT_-1206005383'), (u'STORE_-1206011404', u'INDIRECT_-1206005069'), (u'CALL_-1206011465', u'INDIRECT_-1206006827'), (u'INDIRECT_-1206005329', u'MULTIEQUAL_-1206001587'), (u'LOAD_-1206011382', u'INT_NOTEQUAL_-1206011355'), (u'CALL_-1206010558', u'INDIRECT_-1206004370'), (u'INDIRECT_-1206006403', u'MULTIEQUAL_-1206006290'), (u'MULTIEQUAL_-1206004008', u'MULTIEQUAL_-1206003754'), (u'INDIRECT_-1206003975', u'COPY_-1206003989'), (u'CALL_-1206009167', u'INDIRECT_-1206003636'), (u'CALL_-1206008562', u'INDIRECT_-1206003074'), (u'STORE_-1206010159', u'INDIRECT_-1206003507'), (u'PTRADD_-1206010509', u'LOAD_-1206010571'), (u'MULTIEQUAL_-1206004364', u'MULTIEQUAL_-1206005244'), (u'CALL_-1206010432', u'INDIRECT_-1206006345'), (u'INDIRECT_-1206005201', u'MULTIEQUAL_-1206005131'), ('const-417', u'LOAD_-1206010119'), (u'CALL_-1206011882', u'INDIRECT_-1206005437'), (u'INDIRECT_-1206005571', u'MULTIEQUAL_-1206005540'), (u'CALL_-1206008799', u'INDIRECT_-1206002676'), ('const-0', u'INT_EQUAL_-1206007272'), (u'COPY_-1206007118', u'COPY_-1206002259'), (u'INDIRECT_-1206004061', u'MULTIEQUAL_-1206003981'), (u'INDIRECT_-1206005798', u'MULTIEQUAL_-1206001836'), (u'INDIRECT_-1206004382', u'MULTIEQUAL_-1206004302'), (u'MULTIEQUAL_-1206003794', u'MULTIEQUAL_-1206003540'), (u'INDIRECT_-1206005075', u'MULTIEQUAL_-1206005037'), ('const-5', u'INT_ADD_-1206011568'), (u'INDIRECT_-1206003985', u'MULTIEQUAL_-1206004000'), (u'CALL_-1206010040', u'INDIRECT_-1206005968'), (u'MULTIEQUAL_-1206006584', u'MULTIEQUAL_-1206006535'), (u'MULTIEQUAL_-1206005006', u'MULTIEQUAL_-1206005886'), (u'INDIRECT_-1206001957', u'MULTIEQUAL_-1206001915'), (u'INDIRECT_-1206003878', u'MULTIEQUAL_-1206003893'), (u'CALL_-1206009631', u'INDIRECT_-1206004751'), (u'INDIRECT_-1206006535', u'MULTIEQUAL_-1206006421'), (u'MULTIEQUAL_-1206005292', u'MULTIEQUAL_-1206005038'), (u'INDIRECT_-1206006243', u'MULTIEQUAL_-1206001367'), (u'CALL_-1206009455', u'INDIRECT_-1206004488'), (u'STORE_-1206009188', u'INDIRECT_-1206002965'), (u'INDIRECT_-1206006440', u'MULTIEQUAL_-1206006722'), (u'INDIRECT_-1206006082', u'MULTIEQUAL_-1206006042'), ('tmp_6543', u'CBRANCH_-1206007905'), (u'STORE_-1206010142', u'INDIRECT_-1206004628'), ('const-1292', u'PTRADD_-1206000705'), (u'CALL_-1206011922', u'INDIRECT_-1206005419'), (u'INT_NOTEQUAL_-1206011355', u'CBRANCH_-1206011352'), (u'MULTIEQUAL_-1206001573', u'MULTIEQUAL_-1206003143'), (u'STORE_-1206011404', u'INDIRECT_-1206005497'), (u'MULTIEQUAL_-1206002809', u'MULTIEQUAL_-1206002791'), (u'MULTIEQUAL_-1206002477', u'MULTIEQUAL_-1206002459'), (u'CALL_-1206009134', u'INDIRECT_-1206005169'), (u'STORE_-1206011398', u'INDIRECT_-1206005920'), (u'MULTIEQUAL_-1206001354', u'MULTIEQUAL_-1206004793'), (u'CALL_-1206010305', u'INDIRECT_-1206005531'), (u'INDIRECT_-1206005226', u'MULTIEQUAL_-1206005186'), (u'CALL_-1206009631', u'INDIRECT_-1206004323'), (u'STORE_-1206009077', u'INDIRECT_-1206005364'), (u'CALL_-1206009390', u'INDIRECT_-1206002234'), ('const-417', u'LOAD_-1206011767'), (u'INDIRECT_-1206004717', u'MULTIEQUAL_-1206004930'), (u'CALL_-1206010596', u'MULTIEQUAL_-1206001552'), (u'INDIRECT_-1206005628', u'MULTIEQUAL_-1206005604'), (u'STORE_-1206011223', u'INDIRECT_-1206006484'), (u'CALL_-1206009664', u'INDIRECT_-1206004554'), (u'CALL_-1206011338', u'INDIRECT_-1206006441'), (u'CALL_-1206010639', u'INDIRECT_-1206005513'), (u'INDIRECT_-1206005581', u'MULTIEQUAL_-1206005863'), (u'CALL_-1206008562', u'INDIRECT_-1206004037'), (u'LOAD_-1206010091', u'MULTIEQUAL_-1206001809'), (u'LOAD_-1206011584', u'MULTIEQUAL_-1206001809'), (u'CALL_-1206011383', u'INDIRECT_-1206005179'), (u'INDIRECT_-1206005188', u'MULTIEQUAL_-1206005335'), (u'CALL_-1206009623', u'INDIRECT_-1206004150'), (u'MULTIEQUAL_-1206001355', u'MULTIEQUAL_-1206004900'), (u'INDIRECT_-1206004986', u'MULTIEQUAL_-1206004962'), (u'CALL_-1206008230', u'INDIRECT_-1206001542'), (u'CAST_-1206001254', u'LOAD_-1206009597'), (u'CALL_-1206008230', u'INDIRECT_-1206004523'), (u'CALL_-1206011383', u'INDIRECT_-1206003386'), (u'CALL_-1206008799', u'INDIRECT_-1206004923'), (u'STORE_-1206010100', u'INDIRECT_-1206006029'), (u'MULTIEQUAL_-1206001838', u'MULTIEQUAL_-1206005973'), (u'CALL_-1206009353', u'INDIRECT_-1206005504'), (u'CALL_-1206009455', u'INDIRECT_-1206004702'), (u'STORE_-1206009077', u'INDIRECT_-1206004508'), (u'STORE_-1206009188', u'INDIRECT_-1206004998'), (u'CALL_-1206011882', u'INDIRECT_-1206006935'), (u'INDIRECT_-1206007091', u'MULTIEQUAL_-1206006674'), (u'STORE_-1206011245', u'INDIRECT_-1206004995'), (u'STORE_-1206011223', u'INDIRECT_-1206005414'), (u'CALL_-1206010305', u'INDIRECT_-1206005745'), (u'CALL_-1206010108', u'INDIRECT_-1206004250'), (u'INDIRECT_-1206002429', u'MULTIEQUAL_-1206002392'), (u'INDIRECT_-1206005097', u'MULTIEQUAL_-1206005037'), (u'INDIRECT_-1206005097', u'MULTIEQUAL_-1206005037'), (u'CALL_-1206009718', u'INDIRECT_-1206004255'), (u'MULTIEQUAL_-1206003059', u'MULTIEQUAL_-1206003050'), (u'CALL_-1206011983', u'INDIRECT_-1206003527'), (u'CALL_-1206010184', u'INDIRECT_-1206005632'), ('tmp_1432', u'CBRANCH_-1206011503'), (u'CALL_-1206008525', u'INDIRECT_-1206002116'), (u'CALL_-1206008230', u'INDIRECT_-1206003239'), (u'CALL_-1206009718', u'INDIRECT_-1206004683'), (u'INDIRECT_-1206004149', u'MULTIEQUAL_-1206005079'), (u'MULTIEQUAL_-1206003722', u'MULTIEQUAL_-1206003687'), (u'CALL_-1206008525', u'INDIRECT_-1206003588'), ('const-0', u'CALL_-1206010203'), (u'MULTIEQUAL_-1206003412', u'COPY_-1206002151'), (u'STORE_-1206011595', u'INDIRECT_-1206005370'), (u'CALL_-1206009390', u'INDIRECT_-1206001985'), (u'INDIRECT_-1206003355', u'MULTIEQUAL_-1206004061'), (u'CALL_-1206008268', u'INDIRECT_-1206004009'), (u'CALL_-1206010586', u'INDIRECT_-1206005849'), (u'INDIRECT_-1206004370', u'MULTIEQUAL_-1206004257'), (u'INDIRECT_-1206005251', u'MULTIEQUAL_-1206005137'), (u'CALL_-1206011003', u'INDIRECT_-1206004332'), (u'MULTIEQUAL_-1206006032', u'MULTIEQUAL_-1206006410'), (u'CALL_-1206009718', u'INDIRECT_-1206003827'), (u'MULTIEQUAL_-1206004043', u'MULTIEQUAL_-1206004008'), (u'STORE_-1206009071', u'INDIRECT_-1206003968'), (u'INDIRECT_-1206004220', u'MULTIEQUAL_-1206001351'), (u'MULTIEQUAL_-1206002726', u'MULTIEQUAL_-1206003329'), (u'INDIRECT_-1206002450', u'MULTIEQUAL_-1206002407'), (u'MULTIEQUAL_-1206007198', u'MULTIEQUAL_-1206000664'), (u'STORE_-1206009077', u'INDIRECT_-1206004401'), (u'MULTIEQUAL_-1206008530', u'PTRADD_-1206002283'), (u'INDIRECT_-1206003802', u'MULTIEQUAL_-1206004923'), (u'CALL_-1206009650', u'INDIRECT_-1206003957'), (u'CALL_-1206010163', u'INDIRECT_-1206004712'), (u'INDIRECT_-1206003667', u'MULTIEQUAL_-1206003861'), (u'INT_EQUAL_-1206012230', u'CBRANCH_-1206012220'), (u'INDIRECT_-1206004189', u'COPY_-1206004203'), (u'MULTIEQUAL_-1206003847', u'MULTIEQUAL_-1206004368'), (u'CALL_-1206010293', u'INDIRECT_-1206004666'), (u'CALL_-1206009134', u'INDIRECT_-1206003564'), (u'INDIRECT_-1206002689', u'MULTIEQUAL_-1206003309'), (u'CALL_-1206010664', u'INDIRECT_-1206006119'), (u'INDIRECT_-1206003281', u'LOAD_-1206010624'), (u'CALL_-1206008515', u'INDIRECT_-1206003654'), ('const-32', u'INT_ADD_-1206008985'), ('const-0', u'INT_NOTEQUAL_-1206008636'), (u'INDIRECT_-1206004337', u'MULTIEQUAL_-1206005458'), ('tmp_14921', u'PTRADD_-1206001895'), (u'CALL_-1206009353', u'INDIRECT_-1206002047'), (u'INDIRECT_-1206004706', u'MULTIEQUAL_-1206004642'), (u'MULTIEQUAL_-1206005407', u'MULTIEQUAL_-1206005358'), (u'LOAD_-1206010097', u'INT_ADD_-1206009151'), (u'CALL_-1206010098', u'INDIRECT_-1206004395'), (u'CAST_-1206000923', u'LOAD_-1206008630'), (u'INDIRECT_-1206004584', u'MULTIEQUAL_-1206003920'), (u'INDIRECT_-1206004581', u'MULTIEQUAL_-1206004591'), (u'INDIRECT_-1206006235', u'MULTIEQUAL_-1206005818'), (u'CALL_-1206010639', u'INDIRECT_-1206005299'), (u'CALL_-1206010163', u'INDIRECT_-1206003963'), (u'MULTIEQUAL_-1206005863', u'MULTIEQUAL_-1206006470'), (u'CALL_-1206010432', u'INDIRECT_-1206006131'), (u'MULTIEQUAL_-1206006793', u'MULTIEQUAL_-1206006992'), (u'STORE_-1206010159', u'INDIRECT_-1206005326'), (u'LOAD_-1206010097', u'INT_ADD_-1206008071'), (u'INDIRECT_-1206003828', u'MULTIEQUAL_-1206004758'), (u'CALL_-1206011428', u'INDIRECT_-1206005097'), (u'INDIRECT_-1206002811', u'MULTIEQUAL_-1206003005'), (u'CALL_-1206010476', u'INDIRECT_-1206005193'), (u'CALL_-1206010151', u'INDIRECT_-1206004168'), (u'MULTIEQUAL_-1206004444', u'MULTIEQUAL_-1206004395'), (u'CALL_-1206011428', u'INDIRECT_-1206003162'), (u'INDIRECT_-1206003642', u'MULTIEQUAL_-1206004043'), (u'CALL_-1206010602', u'INDIRECT_-1206003782'), (u'LOAD_-1206008465', u'CAST_-1206000506'), (u'INDIRECT_-1206003017', u'MULTIEQUAL_-1206002958'), (u'CALL_-1206010184', u'INDIRECT_-1206004027'), (u'CALL_-1206010586', u'INDIRECT_-1206004779'), (u'INDIRECT_-1206005102', u'MULTIEQUAL_-1206005079'), (u'STORE_-1206011245', u'INDIRECT_-1206006707'), (u'CALL_-1206010126', u'INDIRECT_-1206005825'), (u'INDIRECT_-1206002995', u'MULTIEQUAL_-1206002976'), (u'CALL_-1206009194', u'INT_EQUAL_-1206009174'), (u'INDIRECT_-1206005440', u'MULTIEQUAL_-1206005327'), (u'INDIRECT_-1206006510', u'MULTIEQUAL_-1206006397'), (u'CALL_-1206008268', u'INDIRECT_-1206004544'), (u'INDIRECT_-1206003783', u'MULTIEQUAL_-1206004489'), (u'CALL_-1206010476', u'INDIRECT_-1206006370'), ('const-0', u'INT_NOTEQUAL_-1206008061'), (u'INDIRECT_-1206006510', u'MULTIEQUAL_-1206006470'), (u'CALL_-1206010639', u'INDIRECT_-1206002864'), (u'INDIRECT_-1206003833', u'MULTIEQUAL_-1206003770'), (u'MULTIEQUAL_-1206005400', u'MULTIEQUAL_-1206005340'), (u'STORE_-1206009188', u'INDIRECT_-1206003821'), (u'LOAD_-1206008970', u'LOAD_-1206008939'), ('tmp_14921', u'PTRADD_-1206000715'), (u'INDIRECT_-1206006078', u'MULTIEQUAL_-1206001594'), (u'INDIRECT_-1206006226', u'MULTIEQUAL_-1206001840'), (u'INDIRECT_-1206005348', u'MULTIEQUAL_-1206005284'), (u'INDIRECT_-1206004527', u'MULTIEQUAL_-1206005265'), (u'CALL_-1206010203', u'INDIRECT_-1206002172'), (u'STORE_-1206011806', u'INDIRECT_-1206006745'), (u'CALL_-1206011465', u'INDIRECT_-1206005864'), (u'CALL_-1206011983', u'INDIRECT_-1206007091'), (u'STORE_-1206011410', u'INDIRECT_-1206006786'), (u'CALL_-1206009664', u'INDIRECT_-1206004126'), ('const-417', u'LOAD_-1206010098'), (u'MULTIEQUAL_-1206004365', u'MULTIEQUAL_-1206004972'), (u'CAST_-1206001080', u'CALL_-1206008268'), (u'INDIRECT_-1206004281', u'MULTIEQUAL_-1206004519'), (u'STORE_-1206011655', u'INDIRECT_-1206005824'), (u'INDIRECT_-1206002678', u'MULTIEQUAL_-1206002641'), ('tmp_31175', u'MULTIEQUAL_-1206004758'), (u'MULTIEQUAL_-1206001845', u'MULTIEQUAL_-1206006722'), (u'CAST_-1206001393', u'MULTIEQUAL_-1206008900'), (u'CAST_-1206002223', u'STORE_-1206011806'), (u'INDIRECT_-1206004684', u'MULTIEQUAL_-1206005614'), (u'MULTIEQUAL_-1206002096', u'MULTIEQUAL_-1206001842'), (u'STORE_-1206011511', u'INDIRECT_-1206005440'), (u'INDIRECT_-1206006292', u'MULTIEQUAL_-1206001596'), (u'STORE_-1206011511', u'INDIRECT_-1206006510'), (u'INDIRECT_-1206004725', u'MULTIEQUAL_-1206005007'), ('tmp_14921', u'PTRADD_-1206000773'), (u'CALL_-1206008268', u'INDIRECT_-1206004865'), (u'CALL_-1206009194', u'INDIRECT_-1206003760'), (u'CALL_-1206010040', u'INDIRECT_-1206005754'), (u'CALL_-1206009167', u'INDIRECT_-1206005027'), (u'STORE_-1206010100', u'INDIRECT_-1206004959'), (u'INDIRECT_-1206005156', u'MULTIEQUAL_-1206005438'), (u'MULTIEQUAL_-1206006945', u'MULTIEQUAL_-1206006503'), (u'CALL_-1206009342', u'INDIRECT_-1206005495'), (u'MULTIEQUAL_-1206005006', u'MULTIEQUAL_-1206004971'), (u'CALL_-1206008515', u'INDIRECT_-1206001505'), ('const-0', u'INT_NOTEQUAL_-1206009110'), ('const-14', u'PTRADD_-1206002193'), (u'MULTIEQUAL_-1206005113', u'MULTIEQUAL_-1206005993'), (u'INDIRECT_-1206004694', u'MULTIEQUAL_-1206001587'), (u'CALL_-1206009623', u'INDIRECT_-1206003829'), ('tmp_31181', u'MULTIEQUAL_-1206005400'), (u'CALL_-1206009134', u'INDIRECT_-1206001950'), (u'INDIRECT_-1206004886', u'MULTIEQUAL_-1206005483'), (u'STORE_-1206009077', u'INDIRECT_-1206003866'), (u'CALL_-1206008515', u'INDIRECT_-1206004724'), (u'INDIRECT_-1206005799', u'MULTIEQUAL_-1206005721'), (u'MULTIEQUAL_-1206004793', u'MULTIEQUAL_-1206004776'), (u'STORE_-1206010142', u'INDIRECT_-1206004949'), (u'CALL_-1206008144', u'INDIRECT_-1206003881'), (u'CALL_-1206010305', u'INDIRECT_-1206005210'), ('const-0', u'INT_EQUAL_-1206009142'), (u'INDIRECT_-1206006359', u'MULTIEQUAL_-1206006321'), (u'INDIRECT_-1206006724', u'MULTIEQUAL_-1206006684'), (u'INDIRECT_-1206004630', u'MULTIEQUAL_-1206004824'), (u'INDIRECT_-1206001739', u'MULTIEQUAL_-1206001998'), (u'CALL_-1206010558', u'INDIRECT_-1206005975'), (u'CALL_-1206009664', u'INDIRECT_-1206004875'), (u'MULTIEQUAL_-1206004281', u'MULTIEQUAL_-1206004271'), (u'STORE_-1206010100', u'INDIRECT_-1206005601'), (u'INDIRECT_-1206006630', u'MULTIEQUAL_-1206006577'), (u'CALL_-1206010664', u'INDIRECT_-1206003066'), (u'MULTIEQUAL_-1206001838', u'INT_ADD_-1206010660'), (u'COPY_-1206002494', u'INT_ADD_-1206011791'), (u'INDIRECT_-1206005504', u'MULTIEQUAL_-1206001363'), (u'MULTIEQUAL_-1206004962', u'MULTIEQUAL_-1206005340'), (u'INDIRECT_-1206004836', u'MULTIEQUAL_-1206004758'), (u'CALL_-1206008515', u'INDIRECT_-1206002691'), ('tmp_5036', u'CBRANCH_-1206009139'), ('const-8', u'INT_EQUAL_-1206010619'), (u'CALL_-1206011003', u'INDIRECT_-1206002932'), (u'INDIRECT_-1206004903', u'MULTIEQUAL_-1206004840'), (u'STORE_-1206011410', u'INDIRECT_-1206005823'), ('tmp_805', u'CBRANCH_-1206011935'), (u'INDIRECT_-1206004230', u'MULTIEQUAL_-1206005351'), (u'CALL_-1206010586', u'INDIRECT_-1206004886'), (u'MULTIEQUAL_-1206005030', u'MULTIEQUAL_-1206005020'), (u'CALL_-1206011834', u'INDIRECT_-1206005198'), (u'STORE_-1206011404', u'INDIRECT_-1206005925'), (u'CALL_-1206008096', u'INDIRECT_-1206003963'), (u'INDIRECT_-1206002368', u'MULTIEQUAL_-1206001341'), (u'INDIRECT_-1206004724', u'COPY_-1206004738'), (u'CALL_-1206010305', u'INDIRECT_-1206004782'), (u'CALL_-1206011983', u'INDIRECT_-1206004630'), (u'INDIRECT_-1206003764', u'MULTIEQUAL_-1206004551'), (u'INDIRECT_-1206004902', u'MULTIEQUAL_-1206004912'), ('tmp_14921', u'PTRADD_-1206002193'), (u'CALL_-1206011882', u'INDIRECT_-1206006721'), (u'CALL_-1206010092', u'INDIRECT_-1206005732'), (u'MULTIEQUAL_-1206005300', u'MULTIEQUAL_-1206005251'), (u'CALL_-1206011922', u'INDIRECT_-1206003543'), (u'STORE_-1206011404', u'INDIRECT_-1206006139'), (u'INDIRECT_-1206004016', u'MULTIEQUAL_-1206003936'), (u'STORE_-1206011404', u'INDIRECT_-1206006032'), (u'MULTIEQUAL_-1206000567', u'MULTIEQUAL_-1206001044'), (u'CALL_-1206008525', u'INDIRECT_-1206005086'), (u'CALL_-1206009342', u'INDIRECT_-1206004532'), (u'CALL_-1206010639', u'INDIRECT_-1206005727'), ('tmp_14922', u'STORE_-1206012265'), (u'STORE_-1206011595', u'INDIRECT_-1206004835'), (u'CALL_-1206009194', u'INDIRECT_-1206004616'), (u'CALL_-1206010305', u'INDIRECT_-1206004889'), (u'CALL_-1206011383', u'INDIRECT_-1206004537'), (u'INDIRECT_-1206003778', u'MULTIEQUAL_-1206004516'), (u'CALL_-1206010432', u'INDIRECT_-1206005061'), (u'LOAD_-1206009136', u'MULTIEQUAL_-1206006846'), (u'CALL_-1206010432', u'INDIRECT_-1206005382'), (u'BOOL_AND_-1206007224', u'COPY_-1206002250'), (u'MULTIEQUAL_-1206004471', u'MULTIEQUAL_-1206004436'), (u'CALL_-1206011247', u'INDIRECT_-1206006190'), ('tmp_2071', u'BRANCH_-1206010584'), (u'INDIRECT_-1206005333', u'MULTIEQUAL_-1206005220'), (u'CALL_-1206009390', u'INDIRECT_-1206002151'), (u'MULTIEQUAL_-1206001345', u'MULTIEQUAL_-1206003830'), (u'CALL_-1206010596', u'INDIRECT_-1206006192'), (u'CALL_-1206010040', u'INDIRECT_-1206006717'), (u'MULTIEQUAL_-1206007173', u'MULTIEQUAL_-1206000665'), (u'INDIRECT_-1206006103', u'MULTIEQUAL_-1206006049'), (u'INDIRECT_-1206004275', u'MULTIEQUAL_-1206004195'), (u'INDIRECT_-1206003917', u'MULTIEQUAL_-1206003847'), (u'INDIRECT_-1206006399', u'MULTIEQUAL_-1206001597'), (u'CALL_-1206011338', u'INDIRECT_-1206005585'), (u'INDIRECT_-1206004275', u'MULTIEQUAL_-1206003878'), (u'MULTIEQUAL_-1206001844', u'MULTIEQUAL_-1206006615'), (u'INDIRECT_-1206002421', u'MULTIEQUAL_-1206003329'), (u'CALL_-1206009134', u'INDIRECT_-1206003243'), (u'MULTIEQUAL_-1206006149', u'MULTIEQUAL_-1206006089'), ('const-177808', u'INT_ADD_-1206011791'), (u'INDIRECT_-1206004824', u'MULTIEQUAL_-1206005037'), (u'STORE_-1206010100', u'INDIRECT_-1206005922'), (u'CALL_-1206009101', u'INDIRECT_-1206003062'), (u'CALL_-1206010432', u'INDIRECT_-1206002971'), (u'INDIRECT_-1206005204', u'MULTIEQUAL_-1206005144'), (u'INDIRECT_-1206005204', u'MULTIEQUAL_-1206005144'), (u'INT_NOTEQUAL_-1206007930', u'CBRANCH_-1206007927'), (u'PTRADD_-1206001040', u'LOAD_-1206008638'), (u'CAST_-1206000810', u'INT_ADD_-1206009325'), (u'CALL_-1206010350', u'INDIRECT_-1206005238'), (u'CALL_-1206011983', u'INDIRECT_-1206005914'), ('const-178040', u'INT_ADD_-1206011640'), (u'CALL_-1206010098', u'INDIRECT_-1206005251'), (u'INDIRECT_-1206005572', u'MULTIEQUAL_-1206005458'), ('tmp_31172', u'MULTIEQUAL_-1206007112'), (u'CALL_-1206010639', u'INDIRECT_-1206004871'), (u'CALL_-1206009623', u'INDIRECT_-1206003615'), (u'CALL_-1206011882', u'LOAD_-1206010630'), (u'INDIRECT_-1206002997', u'MULTIEQUAL_-1206003235'), (u'INDIRECT_-1206004853', u'MULTIEQUAL_-1206005559'), (u'STORE_-1206011404', u'INDIRECT_-1206006460'), (u'STORE_-1206011410', u'INDIRECT_-1206005395'), (u'LOAD_-1206010463', u'INT_ZEXT_-1206010447'), (u'INDIRECT_-1206003161', u'MULTIEQUAL_-1206003142'), (u'INDIRECT_-1206003557', u'MULTIEQUAL_-1206003572'), (u'STORE_-1206011404', u'INDIRECT_-1206005604'), (u'CALL_-1206009134', u'INDIRECT_-1206001867'), (u'CALL_-1206011247', u'INDIRECT_-1206006618'), (u'INDIRECT_-1206004430', u'MULTIEQUAL_-1206004372'), (u'PTRADD_-1206001185', u'LOAD_-1206009205'), (u'LOAD_-1206011439', u'CALL_-1206011428'), (u'MULTIEQUAL_-1206007447', u'INT_NOTEQUAL_-1206008510'), (u'CALL_-1206008096', u'INDIRECT_-1206004391'), (u'INDIRECT_-1206006170', u'MULTIEQUAL_-1206006767'), (u'CALL_-1206010126', u'INDIRECT_-1206002451'), (u'INDIRECT_-1206003281', u'COPY_-1206001421'), (u'INDIRECT_-1206004852', u'MULTIEQUAL_-1206005438'), (u'CALL_-1206009631', u'INDIRECT_-1206004002'), (u'INT_ADD_-1206010276', u'CAST_-1206001580'), (u'STORE_-1206011920', u'INDIRECT_-1206006160'), (u'INDIRECT_-1206004551', u'MULTIEQUAL_-1206004757'), (u'CALL_-1206008268', u'INDIRECT_-1206004116'), (u'INDIRECT_-1206003444', u'MULTIEQUAL_-1206003050'), (u'INDIRECT_-1206005785', u'MULTIEQUAL_-1206005754'), (u'INT_EQUAL_-1206009174', u'CBRANCH_-1206009170'), (u'MULTIEQUAL_-1206004579', u'MULTIEQUAL_-1206004562'), (u'INDIRECT_-1206005793', u'MULTIEQUAL_-1206006528'), (u'STORE_-1206010100', u'INDIRECT_-1206004531'), (u'MULTIEQUAL_-1206007193', u'CALL_-1206008525'), (u'INDIRECT_-1206004832', u'MULTIEQUAL_-1206005114'), (u'STORE_-1206011223', u'INDIRECT_-1206004344'), (u'CALL_-1206008525', u'INDIRECT_-1206004765'), (u'CALL_-1206009101', u'INDIRECT_-1206004132'), (u'CALL_-1206008525', u'INDIRECT_-1206005407'), (u'STORE_-1206011410', u'INDIRECT_-1206004432'), (u'INDIRECT_-1206003890', u'MULTIEQUAL_-1206004596'), (u'MULTIEQUAL_-1206004792', u'MULTIEQUAL_-1206005672'), (u'CALL_-1206011922', u'INDIRECT_-1206006382'), (u'INDIRECT_-1206006270', u'MULTIEQUAL_-1206006246'), (u'INT_ADD_-1206010660', u'CALL_-1206010664'), (u'CALL_-1206011882', u'INDIRECT_-1206005865'), (u'CALL_-1206009144', u'INDIRECT_-1206001708'), (u'STORE_-1206009651', u'INDIRECT_-1206004085'), (u'INDIRECT_-1206003762', u'MULTIEQUAL_-1206004044'), (u'INT_NOTEQUAL_-1206008914', u'CBRANCH_-1206008911'), (u'INDIRECT_-1206005476', u'MULTIEQUAL_-1206006263'), (u'CALL_-1206011428', u'INDIRECT_-1206006488'), (u'STORE_-1206009188', u'INDIRECT_-1206003286'), (u'CALL_-1206010092', u'INDIRECT_-1206004555'), (u'CALL_-1206011338', u'INDIRECT_-1206005692'), (u'CALL_-1206010350', u'INDIRECT_-1206004382'), (u'INDIRECT_-1206003968', u'MULTIEQUAL_-1206004181'), (u'INDIRECT_-1206004510', u'COPY_-1206004524'), (u'STORE_-1206011643', u'INDIRECT_-1206006029'), (u'CALL_-1206010305', u'INDIRECT_-1206004354'), (u'INDIRECT_-1206005086', u'MULTIEQUAL_-1206005006'), (u'CALL_-1206011338', u'INDIRECT_-1206004622'), (u'CALL_-1206010108', u'INDIRECT_-1206003822'), (u'INDIRECT_-1206004047', u'MULTIEQUAL_-1206003984'), (u'CALL_-1206010203', u'INDIRECT_-1206004939'), (u'INDIRECT_-1206002802', u'MULTIEQUAL_-1206003369'), (u'INDIRECT_-1206005922', u'MULTIEQUAL_-1206001364'), (u'CALL_-1206009664', u'INDIRECT_-1206004340'), (u'INDIRECT_-1206005667', u'MULTIEQUAL_-1206005614'), (u'CALL_-1206009631', u'INDIRECT_-1206003681'), (u'INDIRECT_-1206003997', u'MULTIEQUAL_-1206004703'), (u'MULTIEQUAL_-1206004320', u'MULTIEQUAL_-1206004698'), (u'INDIRECT_-1206001573', u'MULTIEQUAL_-1206001832'), (u'MULTIEQUAL_-1206005244', u'MULTIEQUAL_-1206005234'), ('tmp_14921', u'PTRADD_-1206001600'), (u'CALL_-1206009101', u'INDIRECT_-1206004774'), (u'CALL_-1206010432', u'INDIRECT_-1206004205'), (u'MULTIEQUAL_-1206001580', u'MULTIEQUAL_-1206004520'), ('const-417', u'LOAD_-1206009211'), ('const-0', u'COPY_-1206000635'), (u'CALL_-1206008096', u'INDIRECT_-1206003856'), ('const-417', u'LOAD_-1206011915'), (u'MULTIEQUAL_-1206007447', u'INT_SLESS_-1206009052'), (u'INDIRECT_-1206004244', u'MULTIEQUAL_-1206004841'), (u'MULTIEQUAL_-1206007052', u'MULTIEQUAL_-1206006610'), (u'INDIRECT_-1206004278', u'MULTIEQUAL_-1206004214'), (u'MULTIEQUAL_-1206001826', u'MULTIEQUAL_-1206004689'), ('tmp_14921', u'PTRADD_-1206002245'), (u'STORE_-1206010142', u'INDIRECT_-1206004093'), (u'CALL_-1206009623', u'INDIRECT_-1206004792'), (u'CALL_-1206009390', u'INDIRECT_-1206005204'), (u'LOAD_-1206010137', u'PTRADD_-1206001952'), (u'CALL_-1206010602', u'INDIRECT_-1206006029'), (u'CALL_-1206008096', u'INDIRECT_-1206004926'), (u'CALL_-1206008515', u'INDIRECT_-1206005045'), ('const-2', u'PTRADD_-1206001952'), (u'INDIRECT_-1206005946', u'MULTIEQUAL_-1206001840'), (u'STORE_-1206009651', u'INDIRECT_-1206005904'), ('const-0', u'STORE_-1206009083'), (u'STORE_-1206012265', u'INDIRECT_-1206005774'), (u'MULTIEQUAL_-1206005328', u'MULTIEQUAL_-1206005935'), ('const-4', u'PTRADD_-1206002250'), (u'INDIRECT_-1206004931', u'MULTIEQUAL_-1206005144'), (u'INDIRECT_-1206004537', u'MULTIEQUAL_-1206004479'), (u'CALL_-1206011247', u'INDIRECT_-1206006511'), (u'INDIRECT_-1206005637', u'MULTIEQUAL_-1206005614'), (u'CALL_-1206010596', u'INDIRECT_-1206005657'), (u'STORE_-1206010022', u'INDIRECT_-1206006534'), (u'CALL_-1206010586', u'INDIRECT_-1206004137'), (u'CALL_-1206010203', u'INDIRECT_-1206002338'), (u'CALL_-1206009631', u'INDIRECT_-1206003788'), (u'CALL_-1206009353', u'INDIRECT_-1206004434'), (u'MULTIEQUAL_-1206002048', u'MULTIEQUAL_-1206002928'), (u'INDIRECT_-1206005331', u'MULTIEQUAL_-1206005268'), (u'INDIRECT_-1206005931', u'MULTIEQUAL_-1206005893'), (u'INDIRECT_-1206006374', u'MULTIEQUAL_-1206001844'), (u'INDIRECT_-1206005547', u'MULTIEQUAL_-1206005434'), (u'CAST_-1206000809', u'LOAD_-1206009341'), (u'INDIRECT_-1206006049', u'MULTIEQUAL_-1206005969'), (u'INDIRECT_-1206003462', u'MULTIEQUAL_-1206004168'), (u'STORE_-1206010022', u'INDIRECT_-1206004715'), (u'INDIRECT_-1206004061', u'MULTIEQUAL_-1206003664'), (u'MULTIEQUAL_-1206002643', u'MULTIEQUAL_-1206003246'), (u'STORE_-1206010022', u'INDIRECT_-1206004929'), (u'CALL_-1206010040', u'INDIRECT_-1206006075'), (u'CALL_-1206010613', u'INDIRECT_-1206002475'), (u'PTRADD_-1206001190', u'LOAD_-1206009211'), (u'MULTIEQUAL_-1206004686', u'MULTIEQUAL_-1206004669'), ('const-417', u'STORE_-1206010142'), (u'MULTIEQUAL_-1206003401', u'MULTIEQUAL_-1206004281'), (u'CALL_-1206010664', u'INDIRECT_-1206006547'), (u'INDIRECT_-1206005547', u'MULTIEQUAL_-1206005507'), (u'INDIRECT_-1206004509', u'MULTIEQUAL_-1206005244'), (u'MULTIEQUAL_-1206005720', u'MULTIEQUAL_-1206005466'), (u'PTRADD_-1206000715', u'STORE_-1206009083'), (u'INDIRECT_-1206005871', u'MULTIEQUAL_-1206001598'), ('tmp_5866', u'BRANCH_-1206008207'), (u'INDIRECT_-1206005880', u'MULTIEQUAL_-1206005800'), (u'INDIRECT_-1206003867', u'MULTIEQUAL_-1206003722'), (u'INDIRECT_-1206003653', u'MULTIEQUAL_-1206004378'), ('tmp_6009', u'CBRANCH_-1206008611'), (u'INDIRECT_-1206004949', u'MULTIEQUAL_-1206004930'), (u'CALL_-1206011428', u'INDIRECT_-1206004990'), (u'MULTIEQUAL_-1206006567', u'MULTIEQUAL_-1206006945'), (u'CALL_-1206009144', u'INDIRECT_-1206004796'), ('const-417', u'LOAD_-1206010292'), (u'CALL_-1206010203', u'INDIRECT_-1206003976'), (u'INDIRECT_-1206002885', u'MULTIEQUAL_-1206003452'), (u'CALL_-1206009101', u'INDIRECT_-1206004560'), (u'INDIRECT_-1206005839', u'MULTIEQUAL_-1206001839'), (u'INDIRECT_-1206001490', u'MULTIEQUAL_-1206001749'), (u'CAST_-1206002001', u'LOAD_-1206011382'), (u'MULTIEQUAL_-1206003294', u'MULTIEQUAL_-1206003259'), (u'CALL_-1206009101', u'INDIRECT_-1206001686'), (u'STORE_-1206011595', u'INDIRECT_-1206006119'), ('const-0', u'INT_EQUAL_-1206011938'), (u'CALL_-1206011465', u'INDIRECT_-1206004473'), (u'INDIRECT_-1206004620', u'MULTIEQUAL_-1206005407'), (u'MULTIEQUAL_-1206004579', u'MULTIEQUAL_-1206005186'), (u'INDIRECT_-1206006296', u'MULTIEQUAL_-1206005632'), ('const-4', u'PTRADD_-1206000493'), ('const-0', u'INT_NOTEQUAL_-1206011855'), (u'MULTIEQUAL_-1206001350', u'MULTIEQUAL_-1206004365'), (u'CALL_-1206011003', u'INDIRECT_-1206004653'), (u'MULTIEQUAL_-1206004577', u'COPY_-1206004658'), (u'STORE_-1206012265', u'INDIRECT_-1206006309'), (u'STORE_-1206012265', u'INDIRECT_-1206004811'), (u'LOAD_-1206008065', u'INT_EQUAL_-1206008040'), (u'COPY_-1206002376', u'CALL_-1206011834'), (u'CALL_-1206010664', u'INDIRECT_-1206005477'), (u'INT_AND_-1206007078', u'INT_NOTEQUAL_-1206011707'), (u'INDIRECT_-1206004816', u'MULTIEQUAL_-1206005054'), (u'INDIRECT_-1206004703', u'MULTIEQUAL_-1206004623'), (u'CALL_-1206009194', u'INDIRECT_-1206004723'), (u'STORE_-1206011806', u'INDIRECT_-1206006210'), (u'MULTIEQUAL_-1206002477', u'MULTIEQUAL_-1206003080'), (u'CALL_-1206010098', u'INDIRECT_-1206005465'), (u'COPY_-1206000565', u'MULTIEQUAL_-1206007193'), (u'INDIRECT_-1206003536', u'MULTIEQUAL_-1206001821'), ('const-178472', u'INT_ADD_-1206010428'), (u'INDIRECT_-1206005764', u'MULTIEQUAL_-1206001597'), (u'STORE_-1206012265', u'INDIRECT_-1206006737'), (u'CALL_-1206008562', u'INDIRECT_-1206005428'), (u'INDIRECT_-1206005843', u'MULTIEQUAL_-1206005773'), (u'INT_ADD_-1206010541', u'CAST_-1206001704'), ('const-100', u'INT_EQUAL_-1206009698'), (u'INDIRECT_-1206004317', u'MULTIEQUAL_-1206004903'), (u'CALL_-1206010293', u'INDIRECT_-1206004880'), (u'INDIRECT_-1206004795', u'MULTIEQUAL_-1206004805'), (u'INDIRECT_-1206004835', u'MULTIEQUAL_-1206005117'), (u'LOAD_-1206011603', u'INT_ZEXT_-1206011587'), (u'PTRADD_-1206001895', u'LOAD_-1206010103'), (u'CALL_-1206011003', u'INDIRECT_-1206005188'), (u'CALL_-1206008799', u'INDIRECT_-1206004816'), (u'MULTIEQUAL_-1206005647', u'COPY_-1206005728'), (u'INDIRECT_-1206005714', u'MULTIEQUAL_-1206005656'), (u'CALL_-1206009167', u'INDIRECT_-1206004920'), (u'MULTIEQUAL_-1206004151', u'MULTIEQUAL_-1206004758'), (u'CALL_-1206008562', u'INDIRECT_-1206003930'), (u'CALL_-1206009390', u'INDIRECT_-1206002068'), ('const-5', u'INT_ADD_-1206010075'), (u'INT_EQUAL_-1206009142', u'CBRANCH_-1206009139'), (u'INDIRECT_-1206006151', u'MULTIEQUAL_-1206006298'), (u'INDIRECT_-1206005327', u'MULTIEQUAL_-1206005269'), (u'STORE_-1206011655', u'INDIRECT_-1206006894'), (u'MULTIEQUAL_-1206001367', u'MULTIEQUAL_-1206006184'), (u'CALL_-1206011003', u'INDIRECT_-1206004439'), (u'CAST_-1206002452', u'LOAD_-1206012367'), ('const-1288', u'PTRADD_-1206002059'), (u'INDIRECT_-1206005015', u'MULTIEQUAL_-1206001590'), (u'CALL_-1206009650', u'INDIRECT_-1206002450'), ('tmp_5180', u'CBRANCH_-1206009059'), (u'INDIRECT_-1206002980', u'MULTIEQUAL_-1206002931'), (u'CALL_-1206009650', u'INDIRECT_-1206005669'), (u'CALL_-1206009390', u'INDIRECT_-1206005311'), (u'MULTIEQUAL_-1206005186', u'MULTIEQUAL_-1206005126'), ('const-417', u'LOAD_-1206007908'), (u'CALL_-1206011003', u'INDIRECT_-1206002849'), (u'INDIRECT_-1206005038', u'MULTIEQUAL_-1206005251'), (u'INDIRECT_-1206004514', u'MULTIEQUAL_-1206004796'), (u'INDIRECT_-1206002421', u'MULTIEQUAL_-1206002726'), (u'INDIRECT_-1206003405', u'MULTIEQUAL_-1206003342'), (u'CALL_-1206010184', u'INDIRECT_-1206002389'), (u'CALL_-1206009353', u'INDIRECT_-1206002213'), (u'INDIRECT_-1206006600', u'MULTIEQUAL_-1206006577'), (u'CALL_-1206009353', u'INDIRECT_-1206005397'), (u'MULTIEQUAL_-1206004044', u'MULTIEQUAL_-1206004027'), (u'INDIRECT_-1206006308', u'MULTIEQUAL_-1206006228'), (u'CALL_-1206010350', u'INDIRECT_-1206006201'), (u'INDIRECT_-1206006654', u'MULTIEQUAL_-1206001844'), (u'INDIRECT_-1206005825', u'MULTIEQUAL_-1206001366'), (u'CALL_-1206010664', u'INDIRECT_-1206006012'), (u'MULTIEQUAL_-1206007005', u'MULTIEQUAL_-1206006945'), (u'INDIRECT_-1206005559', u'MULTIEQUAL_-1206005479'), (u'CAST_-1206001080', u'CALL_-1206008562'), ('const-417', u'LOAD_-1206012275'), (u'INT_EQUAL_-1206011963', u'CBRANCH_-1206011960'), (u'CALL_-1206010203', u'INDIRECT_-1206004297'), (u'CALL_-1206011922', u'INDIRECT_-1206005740'), (u'INT_NOTEQUAL_-1206008432', u'CBRANCH_-1206008423'), (u'MULTIEQUAL_-1206005434', u'INT_ADD_-1206010438'), (u'STORE_-1206011511', u'INDIRECT_-1206005012'), (u'INDIRECT_-1206003726', u'MULTIEQUAL_-1206003663'), ('const-417', u'LOAD_-1206010603'), (u'MULTIEQUAL_-1206003473', u'INT_ADD_-1206008199'), (u'INDIRECT_-1206006012', u'MULTIEQUAL_-1206006294'), (u'CALL_-1206011247', u'INDIRECT_-1206004478'), (u'INT_NOTEQUAL_-1206011855', u'CBRANCH_-1206011847'), (u'CALL_-1206010596', u'INDIRECT_-1206005122'), (u'INDIRECT_-1206002983', u'MULTIEQUAL_-1206003286'), (u'CALL_-1206010163', u'INDIRECT_-1206004498'), (u'INDIRECT_-1206004083', u'MULTIEQUAL_-1206004365'), (u'STORE_-1206011511', u'INDIRECT_-1206005868'), (u'STORE_-1206010159', u'INDIRECT_-1206003400'), (u'CALL_-1206011882', u'INDIRECT_-1206006507'), (u'CALL_-1206009631', u'INDIRECT_-1206004537'), (u'CALL_-1206009664', u'CAST_-1206001254'), (u'INDIRECT_-1206004200', u'MULTIEQUAL_-1206004181'), (u'MULTIEQUAL_-1206003366', u'MULTIEQUAL_-1206003112'), (u'INDIRECT_-1206006655', u'MULTIEQUAL_-1206006577'), (u'CALL_-1206011428', u'INDIRECT_-1206006702'), (u'CALL_-1206010126', u'INDIRECT_-1206003792'), (u'STORE_-1206010159', u'INDIRECT_-1206005433'), (u'STORE_-1206012265', u'INDIRECT_-1206005560'), (u'INDIRECT_-1206005905', u'MULTIEQUAL_-1206006187'), (u'MULTIEQUAL_-1206004651', u'MULTIEQUAL_-1206004591'), ('const-1', u'PTRADD_-1206010509'), (u'INDIRECT_-1206005182', u'MULTIEQUAL_-1206005144'), (u'CALL_-1206009342', u'INDIRECT_-1206003783'), (u'STORE_-1206009188', u'INDIRECT_-1206003928'), (u'CALL_-1206010040', u'INDIRECT_-1206004470'), (u'INDIRECT_-1206002762', u'MULTIEQUAL_-1206001342'), (u'CALL_-1206010432', u'INDIRECT_-1206002805'), (u'STORE_-1206010022', u'INDIRECT_-1206005036'), ('const-1', u'CALL_-1206010476'), (u'MULTIEQUAL_-1206001582', u'MULTIEQUAL_-1206004734'), (u'INDIRECT_-1206004190', u'MULTIEQUAL_-1206004472'), (u'INDIRECT_-1206004618', u'MULTIEQUAL_-1206004900'), (u'CALL_-1206009718', u'INDIRECT_-1206004576'), (u'CALL_-1206009353', u'INDIRECT_-1206004113'), (u'INDIRECT_-1206006226', u'MULTIEQUAL_-1206006508'), (u'INDIRECT_-1206004852', u'MULTIEQUAL_-1206001354'), (u'INDIRECT_-1206006909', u'MULTIEQUAL_-1206006945'), (u'STORE_-1206011655', u'INDIRECT_-1206004861'), (u'CALL_-1206011834', u'INDIRECT_-1206004770'), ('const-1337', u'PTRADD_-1206002526'), (u'CALL_-1206009598', u'INDIRECT_-1206002288'), (u'CALL_-1206008144', u'INDIRECT_-1206004844'), (u'MULTIEQUAL_-1206001846', u'MULTIEQUAL_-1206006829'), ('const-417', u'LOAD_-1206011603'), ('const-0', u'INT_NOTEQUAL_-1206011355'), (u'STORE_-1206009077', u'INDIRECT_-1206003224'), (u'INDIRECT_-1206005905', u'MULTIEQUAL_-1206001837'), (u'INDIRECT_-1206006440', u'MULTIEQUAL_-1206001842'), (u'CALL_-1206010586', u'INDIRECT_-1206003923'), (u'INDIRECT_-1206004842', u'MULTIEQUAL_-1206004823'), (u'CALL_-1206011247', u'INDIRECT_-1206004906'), (u'CALL_-1206011003', u'INDIRECT_-1206004225'), (u'MULTIEQUAL_-1206005648', u'MULTIEQUAL_-1206006528'), (u'INDIRECT_-1206005165', u'MULTIEQUAL_-1206005359'), (u'INDIRECT_-1206005584', u'MULTIEQUAL_-1206001834'), ('const-6', u'PTRADD_-1206002232'), (u'MULTIEQUAL_-1206002560', u'MULTIEQUAL_-1206002542'), (u'CALL_-1206009101', u'INDIRECT_-1206003490'), (u'STORE_-1206011245', u'INDIRECT_-1206004353'), (u'CALL_-1206009167', u'INDIRECT_-1206003743'), (u'CALL_-1206009144', u'INDIRECT_-1206004903'), (u'STORE_-1206011511', u'INDIRECT_-1206006617'), (u'CALL_-1206010092', u'INDIRECT_-1206004448'), (u'INDIRECT_-1206004413', u'MULTIEQUAL_-1206004428'), (u'CALL_-1206009455', u'INDIRECT_-1206005665'), (u'CALL_-1206011834', u'INDIRECT_-1206005840'), (u'CALL_-1206009631', u'INDIRECT_-1206005928'), (u'INDIRECT_-1206004937', u'MULTIEQUAL_-1206004792'), ('const-417', u'LOAD_-1206011382'), (u'INDIRECT_-1206007042', u'MULTIEQUAL_-1206007052'), (u'CALL_-1206011465', u'INDIRECT_-1206005971'), (u'CALL_-1206010163', u'INDIRECT_-1206002919'), (u'STORE_-1206010100', u'INDIRECT_-1206006136'), (u'INDIRECT_-1206005272', u'MULTIEQUAL_-1206004855'), (u'CALL_-1206008096', u'INDIRECT_-1206003749'), (u'CALL_-1206010476', u'INDIRECT_-1206005407'), (u'CALL_-1206010586', u'INDIRECT_-1206004244'), (u'INDIRECT_-1206004737', u'MULTIEQUAL_-1206004931'), (u'INT_NOTEQUAL_-1206012119', u'BOOL_AND_-1206007224'), (u'CALL_-1206010203', u'INDIRECT_-1206005902'), (u'INDIRECT_-1206001708', u'MULTIEQUAL_-1206001666'), (u'INDIRECT_-1206002510', u'CALL_-1206009664'), (u'PTRADD_-1206001559', u'LOAD_-1206010576'), (u'INDIRECT_-1206005300', u'MULTIEQUAL_-1206005506'), (u'CALL_-1206009631', u'INDIRECT_-1206005821'), (u'INDIRECT_-1206004154', u'MULTIEQUAL_-1206004091'), (u'STORE_-1206011223', u'INDIRECT_-1206005949'), (u'INDIRECT_-1206003655', u'MULTIEQUAL_-1206003937'), (u'CALL_-1206011465', u'INDIRECT_-1206006720'), (u'CALL_-1206011247', u'INDIRECT_-1206005976'), (u'INDIRECT_-1206002768', u'MULTIEQUAL_-1206002392'), (u'INDIRECT_-1206003429', u'MULTIEQUAL_-1206001576'), (u'CALL_-1206009353', u'INDIRECT_-1206004969'), (u'MULTIEQUAL_-1206003428', u'MULTIEQUAL_-1206002986'), (u'CALL_-1206008230', u'INDIRECT_-1206004095'), (u'CALL_-1206009144', u'INDIRECT_-1206001791'), (u'CALL_-1206010558', u'INDIRECT_-1206005868'), (u'CALL_-1206009650', u'INDIRECT_-1206005241'), (u'CALL_-1206011383', u'INDIRECT_-1206005821'), (u'MULTIEQUAL_-1206008880', u'STORE_-1206011655'), (u'INDIRECT_-1206004555', u'MULTIEQUAL_-1206001827'), (u'CALL_-1206010293', u'INDIRECT_-1206004773'), (u'INDIRECT_-1206003996', u'MULTIEQUAL_-1206004582'), (u'MULTIEQUAL_-1206004684', u'COPY_-1206004765'), (u'INDIRECT_-1206004737', u'MULTIEQUAL_-1206004320'), (u'CALL_-1206011922', u'INDIRECT_-1206004777'), (u'STORE_-1206011920', u'INDIRECT_-1206005518'), (u'INDIRECT_-1206006201', u'MULTIEQUAL_-1206006121'), (u'CALL_-1206011983', u'INDIRECT_-1206005272'), (u'INDIRECT_-1206006698', u'MULTIEQUAL_-1206006674'), (u'CALL_-1206010432', u'INDIRECT_-1206004633'), (u'LOAD_-1206012275', u'CALL_-1206010163'), (u'INDIRECT_-1206005033', u'MULTIEQUAL_-1206004979'), (u'INDIRECT_-1206005030', u'MULTIEQUAL_-1206005268'), (u'INDIRECT_-1206004301', u'MULTIEQUAL_-1206004223'), (u'INDIRECT_-1206005295', u'MULTIEQUAL_-1206005442'), (u'INDIRECT_-1206004551', u'MULTIEQUAL_-1206004471'), (u'INDIRECT_-1206005971', u'MULTIEQUAL_-1206001593'), (u'CALL_-1206010305', u'INDIRECT_-1206004140'), ('const-417', u'STORE_-1206009071'), (u'INDIRECT_-1206006677', u'MULTIEQUAL_-1206006619'), (u'CALL_-1206010432', u'INDIRECT_-1206004098'), (u'CALL_-1206010092', u'INDIRECT_-1206005090'), (u'CALL_-1206011003', u'INDIRECT_-1206003181'), ('const-8192', u'INT_AND_-1206007078'), (u'CALL_-1206009134', u'INDIRECT_-1206004527'), (u'CALL_-1206011247', u'INDIRECT_-1206003244'), (u'MULTIEQUAL_-1206005773', u'MULTIEQUAL_-1206006294'), ('const-5', u'INT_ADD_-1206009325'), (u'MULTIEQUAL_-1206004703', u'MULTIEQUAL_-1206005224'), (u'CALL_-1206010126', u'INDIRECT_-1206004969'), (u'INDIRECT_-1206005610', u'MULTIEQUAL_-1206005572'), (u'CALL_-1206009598', u'INDIRECT_-1206002620'), ('const-0', u'INT_EQUAL_-1206009370'), (u'STORE_-1206011223', u'INDIRECT_-1206006163'), (u'CALL_-1206008525', u'INDIRECT_-1206003909'), (u'INDIRECT_-1206003239', u'INT_ADD_-1206008113'), ('tmp_31190', u'MULTIEQUAL_-1206006363'), (u'CALL_-1206009194', u'INDIRECT_-1206002170'), ('tmp_31174', u'MULTIEQUAL_-1206004651'), (u'CALL_-1206011428', u'INDIRECT_-1206005739'), (u'INDIRECT_-1206005914', u'MULTIEQUAL_-1206005497'), (u'LOAD_-1206008630', u'MULTIEQUAL_-1206001042'), (u'LOAD_-1206010624', u'INT_ZEXT_-1206010608'), (u'INDIRECT_-1206006160', u'MULTIEQUAL_-1206006196'), (u'LOAD_-1206009136', u'INT_ADD_-1206009085'), ('const-179292', u'INT_ADD_-1206009461'), (u'CALL_-1206009390', u'INDIRECT_-1206003920'), (u'CALL_-1206011834', u'INDIRECT_-1206003287'), (u'INT_ADD_-1206010110', u'CALL_-1206010092'), (u'MULTIEQUAL_-1206003260', u'MULTIEQUAL_-1206003250'), (u'CALL_-1206011383', u'INDIRECT_-1206003054'), (u'CALL_-1206009650', u'INDIRECT_-1206005562'), (u'CALL_-1206008799', u'INDIRECT_-1206004174'), (u'INDIRECT_-1206004385', u'MULTIEQUAL_-1206004321'), (u'MULTIEQUAL_-1206004044', u'MULTIEQUAL_-1206004651'), (u'LOAD_-1206009597', u'INT_EQUAL_-1206009571'), (u'CALL_-1206011465', u'INDIRECT_-1206005757'), (u'INDIRECT_-1206003706', u'MULTIEQUAL_-1206003646'), (u'INDIRECT_-1206003706', u'MULTIEQUAL_-1206003646'), ('tmp_14922', u'INT_EQUAL_-1206011938'), (u'CALL_-1206010558', u'INDIRECT_-1206005012'), ('const-100', u'INT_EQUAL_-1206010576'), (u'STORE_-1206011223', u'INDIRECT_-1206005842'), (u'INDIRECT_-1206003945', u'MULTIEQUAL_-1206001580'), (u'MULTIEQUAL_-1206006303', u'MULTIEQUAL_-1206005861'), ('const-1', u'INT_ADD_-1206009085'), (u'INDIRECT_-1206003588', u'MULTIEQUAL_-1206004709'), (u'STORE_-1206009083', u'INDIRECT_-1206003871'), ('const-417', u'LOAD_-1206010576'), (u'CALL_-1206010040', u'INDIRECT_-1206002987'), (u'INT_EQUAL_-1206010619', u'CBRANCH_-1206010616'), (u'STORE_-1206011655', u'INDIRECT_-1206006680'), (u'INDIRECT_-1206006441', u'MULTIEQUAL_-1206006363'), (u'CALL_-1206011922', u'INDIRECT_-1206005954'), (u'CALL_-1206011383', u'INDIRECT_-1206005714'), (u'INDIRECT_-1206005443', u'MULTIEQUAL_-1206001594'), (u'INDIRECT_-1206002523', u'MULTIEQUAL_-1206003143'), (u'CALL_-1206009718', u'INDIRECT_-1206005967'), (u'MULTIEQUAL_-1206004758', u'MULTIEQUAL_-1206004698'), (u'INDIRECT_-1206004723', u'MULTIEQUAL_-1206004578'), (u'CALL_-1206008515', u'INDIRECT_-1206003761'), (u'INDIRECT_-1206005453', u'MULTIEQUAL_-1206005400'), (u'CALL_-1206009631', u'INDIRECT_-1206002637'), (u'CALL_-1206009390', u'INDIRECT_-1206004134'), (u'CAST_-1206001785', u'LOAD_-1206010091'), (u'CALL_-1206010664', u'MULTIEQUAL_-1206008471'), (u'INDIRECT_-1206004841', u'MULTIEQUAL_-1206004856'), (u'CALL_-1206009167', u'INDIRECT_-1206004385'), ('tmp_2693', u'CBRANCH_-1206010102'), (u'CALL_-1206011338', u'INDIRECT_-1206003281'), (u'MULTIEQUAL_-1206001823', u'MULTIEQUAL_-1206004368'), (u'INDIRECT_-1206002934', u'MULTIEQUAL_-1206002558'), (u'STORE_-1206011643', u'INDIRECT_-1206006136'), (u'LOAD_-1206010630', u'PTRADD_-1206001450'), (u'CALL_-1206010350', u'INDIRECT_-1206004703'), (u'STORE_-1206011410', u'INDIRECT_-1206006251'), (u'CALL_-1206009134', u'INDIRECT_-1206002033'), (u'INDIRECT_-1206005782', u'INT_ADD_-1206009648'), (u'CALL_-1206008799', u'INDIRECT_-1206003211'), (u'CALL_-1206011383', u'INDIRECT_-1206006356'), (u'CALL_-1206009144', u'INDIRECT_-1206003833'), (u'PTRSUB_-1206001748', u'CALL_-1206010350'), (u'CALL_-1206010305', u'INDIRECT_-1206004033'), ('tmp_14922', u'CALL_-1206009194'), (u'INDIRECT_-1206004990', u'MULTIEQUAL_-1206004930'), (u'INDIRECT_-1206004990', u'MULTIEQUAL_-1206004930'), (u'PTRSUB_-1206002431', u'CALL_-1206011983'), (u'INDIRECT_-1206002897', u'MULTIEQUAL_-1206002848'), (u'INDIRECT_-1206003433', u'MULTIEQUAL_-1206003646'), (u'STORE_-1206009188', u'INDIRECT_-1206003072'), (u'CALL_-1206010151', u'INDIRECT_-1206002744'), (u'INDIRECT_-1206003112', u'MULTIEQUAL_-1206003021'), ('tmp_909', u'CBRANCH_-1206011847'), (u'INDIRECT_-1206005990', u'MULTIEQUAL_-1206005926'), (u'MULTIEQUAL_-1206005452', u'MULTIEQUAL_-1206005973'), (u'MULTIEQUAL_-1206001832', u'MULTIEQUAL_-1206005331'), (u'CALL_-1206010293', u'INDIRECT_-1206004987'), (u'STORE_-1206009651', u'INDIRECT_-1206005155'), (u'CALL_-1206009144', u'INDIRECT_-1206001957'), (u'MULTIEQUAL_-1206003259', u'INT_ADD_-1206008003'), (u'CALL_-1206011247', u'INDIRECT_-1206005441'), (u'INDIRECT_-1206005437', u'MULTIEQUAL_-1206005447'), (u'CALL_-1206009598', u'INDIRECT_-1206004734'), (u'PTRSUB_-1206001837', u'CALL_-1206010558'), (u'INDIRECT_-1206004323', u'MULTIEQUAL_-1206004265'), ('const-1', u'PTRADD_-1206010401'), ('const-8192', u'INT_AND_-1206006229'), ('const-179696', u'INT_ADD_-1206008061'), (u'INDIRECT_-1206004070', u'MULTIEQUAL_-1206004471'), (u'CALL_-1206011247', u'INDIRECT_-1206005762'), (u'CALL_-1206010639', u'INDIRECT_-1206004764'), (u'MULTIEQUAL_-1206002599', u'MULTIEQUAL_-1206003120'), (u'INDIRECT_-1206004416', u'MULTIEQUAL_-1206004610'), ('const-417', u'LOAD_-1206009112'), (u'INDIRECT_-1206006189', u'MULTIEQUAL_-1206006149'), (u'INDIRECT_-1206002512', u'MULTIEQUAL_-1206002475'), (u'CALL_-1206009598', u'INDIRECT_-1206004092'), (u'INT_ADD_-1206009451', u'CALL_-1206009455'), (u'CALL_-1206009650', u'INDIRECT_-1206004385'), (u'INDIRECT_-1206004801', u'MULTIEQUAL_-1206001588'), (u'INDIRECT_-1206005632', u'MULTIEQUAL_-1206005572'), (u'INDIRECT_-1206005632', u'MULTIEQUAL_-1206005572'), (u'CALL_-1206009144', u'INDIRECT_-1206003940'), (u'INDIRECT_-1206003867', u'MULTIEQUAL_-1206004592'), (u'INDIRECT_-1206003287', u'MULTIEQUAL_-1206001818'), (u'STORE_-1206011398', u'INDIRECT_-1206005064'), (u'INT_NOTEQUAL_-1206012325', u'CBRANCH_-1206012265'), (u'STORE_-1206009077', u'INDIRECT_-1206004294'), (u'CALL_-1206010098', u'INDIRECT_-1206004716'), (u'CALL_-1206011882', u'INDIRECT_-1206005972'), (u'CALL_-1206011428', u'INDIRECT_-1206004562'), (u'INDIRECT_-1206005835', u'MULTIEQUAL_-1206005755'), ('const-417', u'LOAD_-1206011538'), (u'CALL_-1206008515', u'INDIRECT_-1206003440'), (u'MULTIEQUAL_-1206001365', u'MULTIEQUAL_-1206005970'), (u'CAST_-1206000889', u'MULTIEQUAL_-1206000569'), (u'INT_EQUAL_-1206008945', u'CBRANCH_-1206008942'), (u'CALL_-1206009167', u'INDIRECT_-1206003422'), (u'CALL_-1206008268', u'INDIRECT_-1206005186'), (u'CALL_-1206009623', u'INDIRECT_-1206005969'), (u'INT_EQUAL_-1206010183', u'CBRANCH_-1206010179'), (u'CALL_-1206010203', u'INDIRECT_-1206005795'), (u'INDIRECT_-1206004834', u'MULTIEQUAL_-1206005621'), (u'STORE_-1206011655', u'INDIRECT_-1206006466'), (u'MULTIEQUAL_-1206005506', u'MULTIEQUAL_-1206005252'), (u'INDIRECT_-1206002900', u'MULTIEQUAL_-1206003203'), (u'INDIRECT_-1206006097', u'MULTIEQUAL_-1206006033'), (u'STORE_-1206009077', u'INDIRECT_-1206005150'), (u'INDIRECT_-1206003558', u'MULTIEQUAL_-1206003539'), (u'INDIRECT_-1206002288', u'MULTIEQUAL_-1206002324'), ('tmp_6241', u'BRANCH_-1206007954'), (u'CALL_-1206009623', u'INDIRECT_-1206005220'), ('tmp_3034', u'CBRANCH_-1206010526'), (u'MULTIEQUAL_-1206001584', u'MULTIEQUAL_-1206004948'), (u'CALL_-1206010596', u'INDIRECT_-1206003731'), (u'CALL_-1206009342', u'INDIRECT_-1206003676'), (u'CALL_-1206011922', u'INDIRECT_-1206006917'), (u'INDIRECT_-1206005411', u'MULTIEQUAL_-1206001835'), (u'MULTIEQUAL_-1206005993', u'MULTIEQUAL_-1206005983'), ('const-0', u'CALL_-1206010163'), (u'INT_ADD_-1206008584', u'CALL_-1206008562'), (u'CALL_-1206009144', u'INDIRECT_-1206005224'), (u'INDIRECT_-1206004810', u'MULTIEQUAL_-1206004413'), (u'INDIRECT_-1206004368', u'MULTIEQUAL_-1206004305'), (u'INDIRECT_-1206003190', u'MULTIEQUAL_-1206001822'), (u'MULTIEQUAL_-1206001835', u'MULTIEQUAL_-1206005652'), (u'STORE_-1206011404', u'INDIRECT_-1206004748'), (u'INDIRECT_-1206003619', u'MULTIEQUAL_-1206001822'), (u'STORE_-1206009077', u'INDIRECT_-1206004615'), (u'MULTIEQUAL_-1206006477', u'MULTIEQUAL_-1206006428'), (u'INDIRECT_-1206003160', u'MULTIEQUAL_-1206004281'), (u'COPY_-1206002558', u'MULTIEQUAL_-1206008698'), (u'INDIRECT_-1206005568', u'MULTIEQUAL_-1206005514'), (u'CALL_-1206009455', u'INDIRECT_-1206003953'), (u'CALL_-1206011834', u'INDIRECT_-1206006161'), (u'INDIRECT_-1206005316', u'MULTIEQUAL_-1206005293'), (u'INDIRECT_-1206005151', u'MULTIEQUAL_-1206005886'), (u'INDIRECT_-1206006680', u'MULTIEQUAL_-1206006642'), (u'CALL_-1206009144', u'INDIRECT_-1206001874'), (u'LOAD_-1206008970', u'MULTIEQUAL_-1206007212'), (u'LOAD_-1206007908', u'MULTIEQUAL_-1206007012'), (u'CALL_-1206010596', u'INDIRECT_-1206005764'), (u'CALL_-1206009455', u'INDIRECT_-1206003632'), (u'CALL_-1206008562', u'INDIRECT_-1206003288'), (u'CALL_-1206008799', u'INDIRECT_-1206004281'), (u'CALL_-1206011922', u'INDIRECT_-1206004563'), (u'CALL_-1206011834', u'INDIRECT_-1206004877'), (u'INDIRECT_-1206003070', u'MULTIEQUAL_-1206002986'), (u'STORE_-1206012265', u'INDIRECT_-1206004704'), (u'STORE_-1206010159', u'INDIRECT_-1206004363'), (u'CALL_-1206010293', u'INDIRECT_-1206005843'), (u'MULTIEQUAL_-1206002848', u'MULTIEQUAL_-1206003369'), (u'CALL_-1206009342', u'INDIRECT_-1206004639'), (u'INDIRECT_-1206005616', u'MULTIEQUAL_-1206005763'), (u'STORE_-1206012265', u'INDIRECT_-1206007165'), (u'CALL_-1206010098', u'INDIRECT_-1206006000'), (u'CALL_-1206008268', u'INDIRECT_-1206003581'), (u'STORE_-1206011655', u'INDIRECT_-1206005075'), (u'INDIRECT_-1206005421', u'MULTIEQUAL_-1206006018'), (u'LOAD_-1206010550', u'MULTIEQUAL_-1206001419'), (u'CALL_-1206009144', u'INDIRECT_-1206003405'), (u'STORE_-1206009071', u'INDIRECT_-1206005145'), (u'STORE_-1206011920', u'INDIRECT_-1206004662'), (u'INDIRECT_-1206004134', u'MULTIEQUAL_-1206004074'), (u'INDIRECT_-1206004134', u'MULTIEQUAL_-1206004074'), (u'CALL_-1206010476', u'INDIRECT_-1206004123'), (u'INDIRECT_-1206006011', u'MULTIEQUAL_-1206006798'), (u'INDIRECT_-1206002890', u'MULTIEQUAL_-1206003128'), (u'INDIRECT_-1206005006', u'MULTIEQUAL_-1206004948'), (u'CALL_-1206009144', u'INDIRECT_-1206004475'), (u'CALL_-1206009101', u'INDIRECT_-1206002955'), ('tmp_31196', u'MULTIEQUAL_-1206003428'), (u'INDIRECT_-1206006012', u'MULTIEQUAL_-1206001838'), (u'INDIRECT_-1206002537', u'MULTIEQUAL_-1206002573'), (u'INDIRECT_-1206003211', u'MULTIEQUAL_-1206003449'), ('const-417', u'STORE_-1206011245'), (u'CALL_-1206010602', u'INDIRECT_-1206004531'), (u'INDIRECT_-1206004344', u'MULTIEQUAL_-1206004320'), (u'INDIRECT_-1206003019', u'MULTIEQUAL_-1206002928'), (u'MULTIEQUAL_-1206001428', u'PTRADD_-1206010509'), (u'INDIRECT_-1206005754', u'MULTIEQUAL_-1206006684'), (u'INDIRECT_-1206006588', u'MULTIEQUAL_-1206006624'), (u'STORE_-1206011511', u'INDIRECT_-1206005333'), (u'INDIRECT_-1206003267', u'MULTIEQUAL_-1206004388'), (u'INDIRECT_-1206005688', u'MULTIEQUAL_-1206005970'), (u'CALL_-1206010293', u'INDIRECT_-1206005415'), (u'CAST_-1206002107', u'LOAD_-1206011584'), (u'INDIRECT_-1206003813', u'MULTIEQUAL_-1206003753'), (u'INDIRECT_-1206003813', u'MULTIEQUAL_-1206003753'), (u'CALL_-1206010476', u'INDIRECT_-1206004016'), (u'MULTIEQUAL_-1206006042', u'MULTIEQUAL_-1206005982'), (u'CAST_-1206001580', u'LOAD_-1206010292'), (u'MULTIEQUAL_-1206003345', u'MULTIEQUAL_-1206002903'), (u'MULTIEQUAL_-1206003580', u'MULTIEQUAL_-1206003326'), ('tmp_2828', u'CBRANCH_-1206010641'), (u'STORE_-1206010142', u'INDIRECT_-1206003879'), (u'CALL_-1206010108', u'INDIRECT_-1206006283'), (u'MULTIEQUAL_-1206002131', u'MULTIEQUAL_-1206003011'), (u'CALL_-1206009718', u'INDIRECT_-1206002676'), (u'CALL_-1206009342', u'INDIRECT_-1206002121'), (u'CALL_-1206009631', u'INDIRECT_-1206005714'), (u'CALL_-1206010092', u'INDIRECT_-1206006267'), (u'MULTIEQUAL_-1206006838', u'MULTIEQUAL_-1206006396'), (u'INDIRECT_-1206005472', u'MULTIEQUAL_-1206006197'), (u'CALL_-1206010664', u'INDIRECT_-1206002900'), (u'CALL_-1206009194', u'INDIRECT_-1206003653'), (u'STORE_-1206011398', u'INDIRECT_-1206005171'), ('const-417', u'LOAD_-1206007933'), (u'PTRADD_-1206000599', u'LOAD_-1206008432'), (u'CALL_-1206011003', u'INDIRECT_-1206004974'), (u'CALL_-1206011834', u'INDIRECT_-1206006696'), (u'INDIRECT_-1206005509', u'MULTIEQUAL_-1206005656'), (u'INDIRECT_-1206004424', u'MULTIEQUAL_-1206001350'), (u'CALL_-1206010203', u'INDIRECT_-1206004190'), (u'CALL_-1206011882', u'INDIRECT_-1206005223'), ('const-4', u'PTRADD_-1206002059'), ('tmp_14921', u'PTRADD_-1206000728'), (u'STORE_-1206011595', u'INDIRECT_-1206006440'), (u'INDIRECT_-1206005326', u'MULTIEQUAL_-1206006256'), (u'CALL_-1206009101', u'INDIRECT_-1206004025'), (u'INDIRECT_-1206004306', u'MULTIEQUAL_-1206004321'), (u'INT_ADD_-1206008611', u'INT_NOTEQUAL_-1206008510'), (u'INDIRECT_-1206004104', u'MULTIEQUAL_-1206004810'), (u'CALL_-1206010586', u'INDIRECT_-1206002523'), (u'INDIRECT_-1206005755', u'MULTIEQUAL_-1206005697'), (u'CALL_-1206011003', u'INDIRECT_-1206005937'), (u'CALL_-1206008144', u'INDIRECT_-1206003239'), (u'MULTIEQUAL_-1206001828', u'MULTIEQUAL_-1206004903'), (u'INDIRECT_-1206004716', u'MULTIEQUAL_-1206004602'), (u'CALL_-1206009718', u'INDIRECT_-1206006074'), (u'INDIRECT_-1206004905', u'MULTIEQUAL_-1206004865'), (u'INDIRECT_-1206006466', u'MULTIEQUAL_-1206006428'), ('const-0', u'COPY_-1206001217'), (u'CALL_-1206009353', u'INDIRECT_-1206001964'), (u'INDIRECT_-1206004562', u'MULTIEQUAL_-1206004502'), (u'INDIRECT_-1206004562', u'MULTIEQUAL_-1206004502'), (u'STORE_-1206010142', u'INDIRECT_-1206003772'), (u'INDIRECT_-1206005049', u'MULTIEQUAL_-1206005331'), (u'CALL_-1206010305', u'INDIRECT_-1206005317'), (u'CAST_-1206000479', u'MULTIEQUAL_-1206007202'), ('tmp_3340', u'CBRANCH_-1206010326'), ('const-1290', u'PTRADD_-1206002147'), (u'MULTIEQUAL_-1206007364', u'INT_NOTEQUAL_-1206008465'), (u'INDIRECT_-1206004515', u'MULTIEQUAL_-1206004437'), (u'LOAD_-1206010097', u'CALL_-1206010040'), (u'STORE_-1206010022', u'INDIRECT_-1206005892'), (u'INDIRECT_-1206005024', u'MULTIEQUAL_-1206004627'), ('const-0', u'INT_EQUAL_-1206008662'), (u'MULTIEQUAL_-1206004472', u'MULTIEQUAL_-1206004455'), (u'CALL_-1206011428', u'INDIRECT_-1206003411'), (u'INT_EQUAL_-1206008613', u'CBRANCH_-1206008609'), (u'CALL_-1206008144', u'INDIRECT_-1206005058'), (u'INDIRECT_-1206003636', u'MULTIEQUAL_-1206003572'), (u'INDIRECT_-1206004123', u'MULTIEQUAL_-1206004329'), (u'STORE_-1206009083', u'INDIRECT_-1206004620'), ('const-0', u'INT_EQUAL_-1206012230'), ('tmp_14921', u'CALL_-1206009623'), (u'INDIRECT_-1206005579', u'MULTIEQUAL_-1206006314'), (u'INDIRECT_-1206003350', u'MULTIEQUAL_-1206004088'), (u'CALL_-1206009598', u'INDIRECT_-1206003557'), (u'LOAD_-1206008535', u'MULTIEQUAL_-1206000646'), (u'CALL_-1206010602', u'INDIRECT_-1206005066'), (u'INDIRECT_-1206006356', u'MULTIEQUAL_-1206006298'), (u'INDIRECT_-1206003364', u'MULTIEQUAL_-1206003308'), (u'CALL_-1206009718', u'INDIRECT_-1206005004'), ('const-417', u'STORE_-1206010159'), (u'INDIRECT_-1206005163', u'MULTIEQUAL_-1206005144'), (u'INDIRECT_-1206003171', u'MULTIEQUAL_-1206003111'), (u'CALL_-1206010126', u'INDIRECT_-1206004113'), (u'STORE_-1206010159', u'INDIRECT_-1206004791'), (u'CALL_-1206009101', u'INDIRECT_-1206004346'), (u'CALL_-1206009353', u'INDIRECT_-1206003364'), (u'CALL_-1206008515', u'INDIRECT_-1206001754'), ('const-1338', u'PTRADD_-1206001185'), (u'CALL_-1206008525', u'INDIRECT_-1206003802'), (u'CALL_-1206009342', u'INDIRECT_-1206003248'), (u'INDIRECT_-1206004067', u'MULTIEQUAL_-1206004305'), ('const-417', u'LOAD_-1206011439'), (u'INDIRECT_-1206004691', u'MULTIEQUAL_-1206004578'), (u'CALL_-1206009598', u'INDIRECT_-1206004520'), ('tmp_14921', u'CALL_-1206011003'), (u'CALL_-1206010432', u'INDIRECT_-1206006452'), (u'CALL_-1206010664', u'INDIRECT_-1206005156'), ('const-4', u'PTRADD_-1206002160'), ('tmp_14921', u'PTRADD_-1206002059'), (u'INDIRECT_-1206004672', u'MULTIEQUAL_-1206005269'), ('const-417', u'LOAD_-1206012303'), (u'INDIRECT_-1206006029', u'MULTIEQUAL_-1206006615'), (u'CALL_-1206010040', u'INDIRECT_-1206004577'), ('const-9', u'PTRADD_-1206001190'), (u'CALL_-1206009167', u'INDIRECT_-1206004599'), (u'INDIRECT_-1206006386', u'MULTIEQUAL_-1206006363'), (u'INDIRECT_-1206001867', u'MULTIEQUAL_-1206002096'), (u'COPY_-1206002493', u'INT_ADD_-1206010204'), (u'MULTIEQUAL_-1206001833', u'MULTIEQUAL_-1206005438'), (u'STORE_-1206009083', u'INDIRECT_-1206003122'), (u'CALL_-1206010602', u'INDIRECT_-1206003996'), (u'MULTIEQUAL_-1206001592', u'MULTIEQUAL_-1206005804'), ('tmp_1757', u'CBRANCH_-1206011285'), (u'CALL_-1206008144', u'INDIRECT_-1206003025'), (u'INDIRECT_-1206006868', u'MULTIEQUAL_-1206001846'), ('tmp_31176', u'MULTIEQUAL_-1206004865'), (u'CALL_-1206009664', u'INDIRECT_-1206005945'), (u'CALL_-1206009134', u'INDIRECT_-1206003885'), (u'CALL_-1206009134', u'INDIRECT_-1206005276'), (u'CALL_-1206008515', u'INDIRECT_-1206002905'), ('const-0', u'INT_NOTEQUAL_-1206011287'), (u'INDIRECT_-1206005723', u'MULTIEQUAL_-1206005870'), (u'INDIRECT_-1206002780', u'MULTIEQUAL_-1206002689'), (u'CALL_-1206010305', u'INDIRECT_-1206006387'), (u'INDIRECT_-1206005377', u'MULTIEQUAL_-1206005358'), (u'CALL_-1206008096', u'INDIRECT_-1206003428'), (u'MULTIEQUAL_-1206006791', u'COPY_-1206002493'), (u'INDIRECT_-1206005647', u'MULTIEQUAL_-1206006577'), (u'CALL_-1206009101', u'INDIRECT_-1206004239'), ('const-417', u'LOAD_-1206010116'), (u'STORE_-1206011655', u'INDIRECT_-1206006145'), (u'CALL_-1206010293', u'INDIRECT_-1206004452'), (u'INT_ADD_-1206011568', u'CAST_-1206002107'), ('const-44', u'CALL_-1206008144'), (u'INDIRECT_-1206006189', u'MULTIEQUAL_-1206006076'), (u'CALL_-1206008562', u'INDIRECT_-1206003609'), (u'INDIRECT_-1206004734', u'MULTIEQUAL_-1206004749'), (u'INDIRECT_-1206003226', u'COPY_-1206003240'), (u'MULTIEQUAL_-1206005447', u'MULTIEQUAL_-1206005005'), (u'INDIRECT_-1206004081', u'MULTIEQUAL_-1206004806'), (u'MULTIEQUAL_-1206006370', u'INT_ADD_-1206011640'), (u'STORE_-1206011920', u'INDIRECT_-1206006374'), (u'CALL_-1206010350', u'INDIRECT_-1206003017'), (u'STORE_-1206011398', u'INDIRECT_-1206005706'), (u'MULTIEQUAL_-1206005541', u'MULTIEQUAL_-1206006421'), (u'INDIRECT_-1206005226', u'MULTIEQUAL_-1206004562'), (u'INDIRECT_-1206005868', u'MULTIEQUAL_-1206005755'), (u'CALL_-1206011428', u'INDIRECT_-1206006595'), (u'STORE_-1206009077', u'INDIRECT_-1206003973'), (u'INDIRECT_-1206004192', u'MULTIEQUAL_-1206004979'), (u'CALL_-1206009390', u'INDIRECT_-1206005418'), (u'INDIRECT_-1206003954', u'MULTIEQUAL_-1206003557'), (u'INDIRECT_-1206004712', u'MULTIEQUAL_-1206004658'), (u'STORE_-1206009077', u'INDIRECT_-1206003117'), (u'CALL_-1206009101', u'INDIRECT_-1206004667'), (u'INDIRECT_-1206003319', u'MULTIEQUAL_-1206003235'), (u'CALL_-1206009390', u'INDIRECT_-1206004027'), (u'CALL_-1206009167', u'INDIRECT_-1206003850'), (u'STORE_-1206011404', u'INDIRECT_-1206005818'), (u'CALL_-1206009664', u'INDIRECT_-1206005303'), (u'CALL_-1206009134', u'INDIRECT_-1206004634'), (u'INDIRECT_-1206006243', u'MULTIEQUAL_-1206006829'), (u'CALL_-1206009718', u'INDIRECT_-1206005646'), (u'INDIRECT_-1206003025', u'MULTIEQUAL_-1206003219'), (u'MULTIEQUAL_-1206004805', u'MULTIEQUAL_-1206004363'), (u'CALL_-1206008562', u'INDIRECT_-1206005535'), ('const-9', u'STORE_-1206009188'), (u'MULTIEQUAL_-1206005086', u'MULTIEQUAL_-1206005037'), (u'CALL_-1206010432', u'INDIRECT_-1206004847'), (u'MULTIEQUAL_-1206006094', u'MULTIEQUAL_-1206006615'), (u'CALL_-1206008268', u'INDIRECT_-1206004223'), (u'INDIRECT_-1206004951', u'MULTIEQUAL_-1206005145'), (u'MULTIEQUAL_-1206004427', u'MULTIEQUAL_-1206004805'), ('const-417', u'LOAD_-1206010463'), (u'INDIRECT_-1206004926', u'MULTIEQUAL_-1206004872'), (u'CALL_-1206009144', u'INDIRECT_-1206004368'), (u'CALL_-1206011003', u'INDIRECT_-1206005295'), (u'CALL_-1206010098', u'INDIRECT_-1206006749'), (u'INDIRECT_-1206001891', u'COPY_-1206000757'), (u'STORE_-1206009077', u'INDIRECT_-1206002903'), ('tmp_6183', u'BRANCH_-1206008069'), (u'STORE_-1206012265', u'INDIRECT_-1206005025'), (u'CALL_-1206010586', u'INDIRECT_-1206004030'), (u'MULTIEQUAL_-1206002029', u'CALL_-1206009353'), (u'CALL_-1206008268', u'INDIRECT_-1206004651'), (u'INDIRECT_-1206003351', u'MULTIEQUAL_-1206003260'), (u'INDIRECT_-1206004879', u'MULTIEQUAL_-1206004855'), (u'CALL_-1206011882', u'INDIRECT_-1206003561'), (u'MULTIEQUAL_-1206000665', u'MULTIEQUAL_-1206007160'), (u'COPY_-1206002151', u'MULTIEQUAL_-1206001577'), (u'PTRADD_-1206002232', u'STORE_-1206011595'), (u'INDIRECT_-1206002679', u'MULTIEQUAL_-1206001341'), (u'MULTIEQUAL_-1206005079', u'MULTIEQUAL_-1206005019'), (u'INDIRECT_-1206001656', u'MULTIEQUAL_-1206001915'), (u'STORE_-1206012265', u'INDIRECT_-1206005239'), (u'CALL_-1206010613', u'INDIRECT_-1206004814'), (u'STORE_-1206010142', u'INDIRECT_-1206005805'), (u'INDIRECT_-1206001867', u'MULTIEQUAL_-1206003011'), (u'INT_NOTEQUAL_-1206010071', u'CBRANCH_-1206010068'), (u'CALL_-1206010558', u'INDIRECT_-1206005654'), (u'MULTIEQUAL_-1206004061', u'MULTIEQUAL_-1206004582'), (u'INDIRECT_-1206005528', u'MULTIEQUAL_-1206006125'), (u'STORE_-1206009071', u'INDIRECT_-1206003326'), (u'MULTIEQUAL_-1206001051', u'PTRADD_-1206001040'), (u'INDIRECT_-1206004103', u'MULTIEQUAL_-1206001347'), (u'INT_ADD_-1206009085', u'MULTIEQUAL_-1206006793'), (u'STORE_-1206011643', u'INDIRECT_-1206004531'), (u'CALL_-1206009598', u'INDIRECT_-1206003771'), (u'CALL_-1206009650', u'INDIRECT_-1206005883'), (u'CALL_-1206010305', u'INDIRECT_-1206004247'), (u'CALL_-1206011383', u'INDIRECT_-1206003220'), ('tmp_31187', u'MULTIEQUAL_-1206006042'), ('const-1292', u'PTRADD_-1206002137'), (u'INDIRECT_-1206005678', u'MULTIEQUAL_-1206005647'), (u'INDIRECT_-1206004093', u'MULTIEQUAL_-1206004074'), (u'INDIRECT_-1206003107', u'MULTIEQUAL_-1206003508'), (u'MULTIEQUAL_-1206008880', u'PTRADD_-1206010401'), (u'LOAD_-1206009001', u'INT_EQUAL_-1206008976'), (u'CALL_-1206011983', u'INDIRECT_-1206004737'), ('const-1', u'PTRADD_-1206010057'), (u'INDIRECT_-1206003792', u'MULTIEQUAL_-1206001347'), (u'CAST_-1206001126', u'LOAD_-1206010220'), (u'CALL_-1206010293', u'INDIRECT_-1206005950'), ('const-1', u'INT_LESS_-1206010517'), (u'CALL_-1206010558', u'INDIRECT_-1206005440'), (u'STORE_-1206009071', u'INDIRECT_-1206005252'), (u'CALL_-1206008515', u'INDIRECT_-1206004938'), (u'CALL_-1206010126', u'INDIRECT_-1206003578'), (u'CALL_-1206010350', u'INDIRECT_-1206004596'), (u'STORE_-1206011410', u'INDIRECT_-1206004539'), (u'INT_EQUAL_-1206010576', u'CBRANCH_-1206010572'), (u'CALL_-1206008268', u'INDIRECT_-1206003795'), (u'MULTIEQUAL_-1206001572', u'MULTIEQUAL_-1206003060'), (u'INDIRECT_-1206004404', u'MULTIEQUAL_-1206004686'), (u'CALL_-1206008562', u'INDIRECT_-1206004144'), (u'INDIRECT_-1206003294', u'MULTIEQUAL_-1206003345'), (u'STORE_-1206011245', u'INDIRECT_-1206005209'), (u'CALL_-1206009342', u'INDIRECT_-1206004960'), ('const-0', u'INT_NOTEQUAL_-1206011262'), ('const-4', u'PTRADD_-1206002038'), (u'INDIRECT_-1206006844', u'MULTIEQUAL_-1206006791'), (u'CALL_-1206008230', u'INDIRECT_-1206001874'), (u'STORE_-1206012265', u'INDIRECT_-1206005453'), (u'INDIRECT_-1206006617', u'MULTIEQUAL_-1206005953'), (u'CALL_-1206011338', u'INDIRECT_-1206005799'), (u'INDIRECT_-1206004741', u'MULTIEQUAL_-1206005479'), (u'INDIRECT_-1206005522', u'MULTIEQUAL_-1206005452'), (u'MULTIEQUAL_-1206006100', u'MULTIEQUAL_-1206006090'), (u'INDIRECT_-1206005067', u'MULTIEQUAL_-1206005773'), (u'STORE_-1206011511', u'INDIRECT_-1206004905'), (u'CALL_-1206009623', u'INDIRECT_-1206005113'), (u'INDIRECT_-1206003695', u'MULTIEQUAL_-1206003901'), (u'PTRADD_-1206000773', u'STORE_-1206009188'), (u'CALL_-1206009623', u'INDIRECT_-1206004899'), (u'STORE_-1206011655', u'INDIRECT_-1206004433'), (u'MULTIEQUAL_-1206008698', u'INT_EQUAL_-1206007272'), (u'INDIRECT_-1206006481', u'MULTIEQUAL_-1206001845'), (u'INDIRECT_-1206003453', u'MULTIEQUAL_-1206001820'), (u'CALL_-1206011983', u'MULTIEQUAL_-1206008698'), (u'CALL_-1206011383', u'INDIRECT_-1206005607'), (u'STORE_-1206011245', u'INDIRECT_-1206006386'), (u'CALL_-1206010350', u'INDIRECT_-1206005452'), (u'INDIRECT_-1206003853', u'MULTIEQUAL_-1206004091'), (u'CALL_-1206010639', u'INDIRECT_-1206004336'), (u'INT_ADD_-1206010428', u'CALL_-1206010432'), (u'CALL_-1206009194', u'INDIRECT_-1206005686'), (u'MULTIEQUAL_-1206001359', u'MULTIEQUAL_-1206005328'), (u'INDIRECT_-1206004027', u'MULTIEQUAL_-1206003967'), (u'INDIRECT_-1206004027', u'MULTIEQUAL_-1206003967'), (u'COPY_-1206002036', u'MULTIEQUAL_-1206008341'), (u'STORE_-1206011245', u'INDIRECT_-1206004460'), (u'CAST_-1206000756', u'MULTIEQUAL_-1206007202'), (u'CALL_-1206011428', u'INDIRECT_-1206005525'), (u'CALL_-1206011383', u'INDIRECT_-1206004965'), (u'INDIRECT_-1206003774', u'MULTIEQUAL_-1206003968'), (u'INDIRECT_-1206004313', u'MULTIEQUAL_-1206005051'), (u'CALL_-1206010305', u'INDIRECT_-1206002823'), (u'COPY_-1206001043', u'MULTIEQUAL_-1206001042'), (u'INDIRECT_-1206004630', u'MULTIEQUAL_-1206004213'), (u'CALL_-1206011983', u'INDIRECT_-1206006235'), (u'INDIRECT_-1206003619', u'MULTIEQUAL_-1206003556'), ('const-0', u'COPY_-1206000634'), (u'INDIRECT_-1206005969', u'MULTIEQUAL_-1206005911'), (u'INDIRECT_-1206004439', u'MULTIEQUAL_-1206004586'), (u'CALL_-1206009650', u'INDIRECT_-1206004920'), (u'INDIRECT_-1206003743', u'MULTIEQUAL_-1206003679'), (u'INDIRECT_-1206002502', u'MULTIEQUAL_-1206002380'), (u'INDIRECT_-1206004880', u'MULTIEQUAL_-1206004810'), (u'INDIRECT_-1206005058', u'MULTIEQUAL_-1206005252'), (u'CALL_-1206008230', u'INDIRECT_-1206003132'), (u'INDIRECT_-1206004754', u'MULTIEQUAL_-1206004716'), (u'CALL_-1206009390', u'INDIRECT_-1206004241'), (u'INDIRECT_-1206004905', u'MULTIEQUAL_-1206004241'), (u'CALL_-1206009664', u'INDIRECT_-1206003591'), (u'INDIRECT_-1206005795', u'MULTIEQUAL_-1206006077'), (u'MULTIEQUAL_-1206005435', u'MULTIEQUAL_-1206006042'), (u'CALL_-1206009650', u'INDIRECT_-1206002533'), (u'MULTIEQUAL_-1206004150', u'INT_ADD_-1206008998'), (u'STORE_-1206011643', u'INDIRECT_-1206005922'), (u'CALL_-1206009664', u'INDIRECT_-1206005731'), (u'CALL_-1206010040', u'INDIRECT_-1206004363'), (u'LOAD_-1206009205', u'INT_NOTEQUAL_-1206008636'), (u'INDIRECT_-1206002596', u'MULTIEQUAL_-1206001340'), (u'INDIRECT_-1206006163', u'MULTIEQUAL_-1206006139'), (u'INDIRECT_-1206005736', u'MULTIEQUAL_-1206005666'), (u'MULTIEQUAL_-1206005327', u'MULTIEQUAL_-1206006207'), (u'STORE_-1206011595', u'INDIRECT_-1206006226'), (u'INDIRECT_-1206003263', u'MULTIEQUAL_-1206001574'), (u'MULTIEQUAL_-1206001044', u'MULTIEQUAL_-1206000567'), (u'INDIRECT_-1206005250', u'MULTIEQUAL_-1206005219'), (u'CALL_-1206009650', u'INDIRECT_-1206005134'), (u'STORE_-1206010142', u'INDIRECT_-1206004307'), (u'CALL_-1206010126', u'INDIRECT_-1206005611'), (u'STORE_-1206009188', u'INDIRECT_-1206004891'), (u'CALL_-1206008096', u'INDIRECT_-1206003642'), (u'CALL_-1206010108', u'INDIRECT_-1206005534'), (u'LOAD_-1206010686', u'CALL_-1206010664'), (u'STORE_-1206011920', u'INDIRECT_-1206005946'), (u'CALL_-1206011882', u'INDIRECT_-1206005544'), (u'CALL_-1206009101', u'INDIRECT_-1206003169'), (u'STORE_-1206009083', u'INDIRECT_-1206004941'), (u'INT_ADD_-1206009085', u'MULTIEQUAL_-1206007447'), (u'INT_NOTEQUAL_-1206010576', u'CBRANCH_-1206010574'), (u'CALL_-1206009718', u'INDIRECT_-1206002593'), (u'CALL_-1206010092', u'INDIRECT_-1206004234'), (u'CALL_-1206010163', u'INDIRECT_-1206006317'), (u'LOAD_-1206010603', u'MULTIEQUAL_-1206001419'), (u'CALL_-1206011247', u'INDIRECT_-1206006083'), (u'CALL_-1206008144', u'INDIRECT_-1206004630'), (u'CALL_-1206011428', u'INDIRECT_-1206005418'), (u'CALL_-1206009631', u'INDIRECT_-1206004644'), (u'CALL_-1206011922', u'INDIRECT_-1206005312'), (u'STORE_-1206011806', u'INDIRECT_-1206005996'), (u'STORE_-1206011511', u'INDIRECT_-1206006403'), (u'INDIRECT_-1206006082', u'MULTIEQUAL_-1206005969'), (u'CALL_-1206010613', u'INDIRECT_-1206005349'), (u'CALL_-1206010586', u'INDIRECT_-1206004993'), (u'CALL_-1206010586', u'INDIRECT_-1206006170'), (u'CALL_-1206011465', u'INDIRECT_-1206005222'), ('const-32', u'INT_ADD_-1206008049'), (u'MULTIEQUAL_-1206001339', u'MULTIEQUAL_-1206002477'), (u'CALL_-1206009194', u'INDIRECT_-1206005900'), (u'CALL_-1206010293', u'INDIRECT_-1206005201'), (u'CALL_-1206011834', u'INDIRECT_-1206006054'), ('tmp_5128', u'CBRANCH_-1206009086'), (u'INT_NOTEQUAL_-1206008061', u'CBRANCH_-1206008057'), (u'CALL_-1206010203', u'INDIRECT_-1206004083'), (u'STORE_-1206010159', u'INDIRECT_-1206004256'), (u'MULTIEQUAL_-1206005007', u'MULTIEQUAL_-1206005614'), (u'PTRADD_-1206010057', u'COPY_-1206001923'), (u'MULTIEQUAL_-1206002682', u'INT_EQUAL_-1206010206'), (u'INDIRECT_-1206004765', u'MULTIEQUAL_-1206005886'), (u'CALL_-1206011338', u'MULTIEQUAL_-1206008341'), (u'INDIRECT_-1206006119', u'MULTIEQUAL_-1206006401'), ('tmp_31184', u'MULTIEQUAL_-1206005721'), (u'INDIRECT_-1206005953', u'MULTIEQUAL_-1206005893'), ('const-4294967240', u'PTRSUB_-1206002436'), (u'MULTIEQUAL_-1206001843', u'MULTIEQUAL_-1206006508'), (u'STORE_-1206011410', u'INDIRECT_-1206004753'), (u'MULTIEQUAL_-1206007212', u'PTRADD_-1206000874'), (u'INDIRECT_-1206004596', u'MULTIEQUAL_-1206004199'), (u'CALL_-1206011983', u'INDIRECT_-1206005058'), (u'INDIRECT_-1206004407', u'MULTIEQUAL_-1206001823'), (u'INDIRECT_-1206001950', u'MULTIEQUAL_-1206002709'), (u'CALL_-1206009718', u'INDIRECT_-1206004469'), (u'INDIRECT_-1206003532', u'MULTIEQUAL_-1206003770'), (u'STORE_-1206010159', u'INDIRECT_-1206005005'), (u'INDIRECT_-1206004414', u'MULTIEQUAL_-1206004395'), (u'INDIRECT_-1206006827', u'MULTIEQUAL_-1206001601'), (u'INDIRECT_-1206005793', u'MULTIEQUAL_-1206005648'), ('tmp_14921', u'PTRADD_-1206002232'), (u'CALL_-1206010203', u'INDIRECT_-1206004511'), (u'INT_EQUAL_-1206010330', u'CBRANCH_-1206010326'), (u'INDIRECT_-1206005258', u'MULTIEQUAL_-1206005993'), (u'INDIRECT_-1206003676', u'MULTIEQUAL_-1206004382'), (u'INDIRECT_-1206003457', u'MULTIEQUAL_-1206004195'), (u'INDIRECT_-1206005815', u'MULTIEQUAL_-1206001363'), (u'CALL_-1206008799', u'INDIRECT_-1206004495'), (u'INDIRECT_-1206005260', u'MULTIEQUAL_-1206005542'), (u'CALL_-1206010184', u'INDIRECT_-1206005846'), (u'CALL_-1206008230', u'INDIRECT_-1206003774'), (u'CALL_-1206011922', u'INDIRECT_-1206003460'), (u'MULTIEQUAL_-1206005114', u'MULTIEQUAL_-1206005721'), (u'STORE_-1206011511', u'INDIRECT_-1206004584'), (u'STORE_-1206010022', u'INDIRECT_-1206006427'), (u'CALL_-1206010613', u'INDIRECT_-1206002724'), (u'LOAD_-1206009205', u'INT_EQUAL_-1206008093'), ('const-0', u'INT_EQUAL_-1206010206'), ('const-1', u'RETURN_-1206008510'), (u'CALL_-1206010639', u'INDIRECT_-1206005834'), (u'INDIRECT_-1206005804', u'MULTIEQUAL_-1206005819'), (u'INDIRECT_-1206004938', u'COPY_-1206004952'), (u'INDIRECT_-1206006523', u'MULTIEQUAL_-1206006470'), (u'INDIRECT_-1206003693', u'COPY_-1206002376'), (u'LOAD_-1206012275', u'CALL_-1206011922'), (u'INDIRECT_-1206003760', u'MULTIEQUAL_-1206004495'), (u'CALL_-1206009664', u'INDIRECT_-1206003805'), (u'STORE_-1206011806', u'INDIRECT_-1206004926'), (u'INDIRECT_-1206002513', u'MULTIEQUAL_-1206001339'), (u'INDIRECT_-1206006415', u'MULTIEQUAL_-1206006018'), ('const-179560', u'INT_ADD_-1206008140'), (u'CALL_-1206010184', u'INDIRECT_-1206004562'), (u'INDIRECT_-1206004969', u'MULTIEQUAL_-1206001358'), (u'CALL_-1206009598', u'INDIRECT_-1206005911'), (u'CALL_-1206011983', u'INDIRECT_-1206004844'), (u'MULTIEQUAL_-1206006798', u'MULTIEQUAL_-1206006749'), (u'CALL_-1206010151', u'INDIRECT_-1206002578'), (u'INDIRECT_-1206005593', u'MULTIEQUAL_-1206005176'), (u'INDIRECT_-1206003441', u'MULTIEQUAL_-1206003723'), (u'INDIRECT_-1206006737', u'MULTIEQUAL_-1206006684'), (u'CAST_-1206000363', u'LOAD_-1206007908'), (u'CALL_-1206011465', u'INDIRECT_-1206006292'), (u'CALL_-1206009631', u'INDIRECT_-1206004216'), (u'CALL_-1206010203', u'INDIRECT_-1206003655'), (u'LOAD_-1206011734', u'INT_AND_-1206007078'), ('const-100', u'INT_EQUAL_-1206009118'), (u'INDIRECT_-1206002691', u'COPY_-1206002705'), ('tmp_31173', u'MULTIEQUAL_-1206007005'), (u'MULTIEQUAL_-1206004388', u'MULTIEQUAL_-1206004378'), (u'CALL_-1206011338', u'INDIRECT_-1206005050'), (u'MULTIEQUAL_-1206008760', u'MULTIEQUAL_-1206008760'), (u'CALL_-1206010664', u'INDIRECT_-1206004514'), (u'CALL_-1206010586', u'INDIRECT_-1206005100'), (u'COPY_-1206000634', u'MULTIEQUAL_-1206007175'), (u'INDIRECT_-1206005093', u'MULTIEQUAL_-1206005069'), (u'STORE_-1206012265', u'INDIRECT_-1206006630'), (u'CALL_-1206010350', u'INDIRECT_-1206002851'), (u'CALL_-1206010639', u'INDIRECT_-1206005941'), (u'INDIRECT_-1206004776', u'MULTIEQUAL_-1206004716'), (u'INDIRECT_-1206004776', u'MULTIEQUAL_-1206004716'), (u'CALL_-1206011834', u'INDIRECT_-1206004984'), (u'INDIRECT_-1206005868', u'MULTIEQUAL_-1206005204'), (u'STORE_-1206012265', u'INDIRECT_-1206006951'), (u'CALL_-1206010350', u'MULTIEQUAL_-1206007957'), (u'CALL_-1206010108', u'INDIRECT_-1206004143'), (u'MULTIEQUAL_-1206005672', u'MULTIEQUAL_-1206005662'), (u'CALL_-1206010602', u'INDIRECT_-1206003889'), (u'CALL_-1206008562', u'INDIRECT_-1206004358'), (u'INDIRECT_-1206004182', u'MULTIEQUAL_-1206004395'), (u'CALL_-1206009353', u'INDIRECT_-1206005183'), ('tmp_3648', u'BRANCH_-1206010094'), ('const-1', u'INT_ADD_-1206008611'), (u'MULTIEQUAL_-1206001051', u'PTRADD_-1206000616'), (u'PTRADD_-1206002009', u'STORE_-1206010022'), (u'CALL_-1206009631', u'INDIRECT_-1206002471'), (u'INDIRECT_-1206004052', u'MULTIEQUAL_-1206001581'), (u'STORE_-1206011511', u'INDIRECT_-1206005975'), (u'CALL_-1206009353', u'INDIRECT_-1206004220'), (u'MULTIEQUAL_-1206003225', u'MULTIEQUAL_-1206003216'), (u'CALL_-1206010126', u'INDIRECT_-1206003685'), (u'CALL_-1206010203', u'INDIRECT_-1206004725'), (u'CALL_-1206009194', u'INDIRECT_-1206003974'), (u'CALL_-1206008144', u'INDIRECT_-1206004951'), (u'CALL_-1206010586', u'INDIRECT_-1206005207'), (u'INDIRECT_-1206002502', u'MULTIEQUAL_-1206003260'), (u'CALL_-1206009390', u'INDIRECT_-1206003385'), (u'STORE_-1206009083', u'INDIRECT_-1206005048'), (u'INDIRECT_-1206004288', u'MULTIEQUAL_-1206004174'), (u'CALL_-1206009650', u'INDIRECT_-1206006097'), (u'STORE_-1206010100', u'INDIRECT_-1206003996'), (u'CALL_-1206009194', u'INDIRECT_-1206005365'), (u'CALL_-1206010163', u'INDIRECT_-1206005354'), (u'STORE_-1206011511', u'INDIRECT_-1206006189'), (u'INDIRECT_-1206001867', u'MULTIEQUAL_-1206002626'), (u'CAST_-1206001179', u'LOAD_-1206010222'), ('const-28', u'INT_ADD_-1206008954'), (u'INDIRECT_-1206003664', u'MULTIEQUAL_-1206003679'), (u'CALL_-1206009623', u'INDIRECT_-1206003936'), (u'CALL_-1206011465', u'INDIRECT_-1206005115'), (u'INDIRECT_-1206004968', u'MULTIEQUAL_-1206004930'), (u'INDIRECT_-1206005518', u'MULTIEQUAL_-1206005554'), (u'MULTIEQUAL_-1206005886', u'MULTIEQUAL_-1206005876'), (u'INDIRECT_-1206006428', u'MULTIEQUAL_-1206006314'), (u'CALL_-1206010184', u'INDIRECT_-1206004883'), (u'INDIRECT_-1206006210', u'MULTIEQUAL_-1206006156'), (u'STORE_-1206011410', u'INDIRECT_-1206005930'), (u'STORE_-1206011655', u'INDIRECT_-1206004647'), (u'CALL_-1206010350', u'INDIRECT_-1206004917'), (u'MULTIEQUAL_-1206003011', u'MULTIEQUAL_-1206003001'), (u'MULTIEQUAL_-1206001578', u'MULTIEQUAL_-1206004306'), (u'CALL_-1206011465', u'INDIRECT_-1206003263'), ('const-0', u'COPY_-1206000564'), (u'STORE_-1206011595', u'INDIRECT_-1206006761'), ('const-417', u'STORE_-1206011595'), (u'MULTIEQUAL_-1206004257', u'MULTIEQUAL_-1206005137'), (u'INDIRECT_-1206006320', u'MULTIEQUAL_-1206006289'), (u'INDIRECT_-1206005975', u'MULTIEQUAL_-1206005311'), (u'CALL_-1206009167', u'INDIRECT_-1206005134'), (u'INDIRECT_-1206004596', u'MULTIEQUAL_-1206004516'), (u'CALL_-1206011247', u'INDIRECT_-1206005334'), (u'CALL_-1206009353', u'INDIRECT_-1206003257'), (u'COPY_-1206000757', u'CALL_-1206008799'), (u'MULTIEQUAL_-1206003350', u'CALL_-1206011338'), (u'INT_EQUAL_-1206010206', u'CBRANCH_-1206010202'), (u'STORE_-1206009651', u'INDIRECT_-1206003657'), (u'INDIRECT_-1206003115', u'MULTIEQUAL_-1206003059'), (u'CALL_-1206009167', u'INDIRECT_-1206002994'), ('const-417', u'LOAD_-1206010624'), (u'INDIRECT_-1206005346', u'MULTIEQUAL_-1206005293'), (u'CALL_-1206009144', u'INDIRECT_-1206005010'), (u'LOAD_-1206009211', u'CAST_-1206001080'), (u'INDIRECT_-1206002285', u'MULTIEQUAL_-1206001340'), (u'CALL_-1206010476', u'INDIRECT_-1206004979'), (u'CALL_-1206009353', u'INDIRECT_-1206003899'), (u'INDIRECT_-1206006271', u'MULTIEQUAL_-1206006201'), (u'CALL_-1206008799', u'INDIRECT_-1206005137'), (u'CALL_-1206010639', u'INDIRECT_-1206004550'), (u'CALL_-1206010613', u'INDIRECT_-1206002641'), (u'CALL_-1206011428', u'INDIRECT_-1206004455'), (u'INDIRECT_-1206003346', u'MULTIEQUAL_-1206001575'), ('const-417', u'LOAD_-1206008631'), (u'MULTIEQUAL_-1206004641', u'MULTIEQUAL_-1206005019'), (u'STORE_-1206010142', u'INDIRECT_-1206003451'), (u'CALL_-1206009342', u'INDIRECT_-1206001872'), (u'STORE_-1206009188', u'INDIRECT_-1206003179'), (u'INDIRECT_-1206004210', u'MULTIEQUAL_-1206001348'), (u'CALL_-1206010108', u'INDIRECT_-1206006176'), (u'CALL_-1206009390', u'INDIRECT_-1206001902'), (u'INDIRECT_-1206006400', u'MULTIEQUAL_-1206006410'), ('const-9', u'INT_EQUAL_-1206010545'), (u'INDIRECT_-1206003180', u'MULTIEQUAL_-1206001573'), ('const-2', u'PTRADD_-1206001429'), (u'CALL_-1206010098', u'INDIRECT_-1206005893'), (u'CALL_-1206010092', u'INDIRECT_-1206006160'), (u'CALL_-1206010558', u'INDIRECT_-1206002946'), (u'INDIRECT_-1206002172', u'MULTIEQUAL_-1206002477'), ('tmp_31186', u'MULTIEQUAL_-1206005935'), (u'MULTIEQUAL_-1206000664', u'MULTIEQUAL_-1206007184'), (u'INDIRECT_-1206006189', u'MULTIEQUAL_-1206005525'), (u'MULTIEQUAL_-1206007051', u'CBRANCH_-1206011677'), (u'INT_EQUAL_-1206010545', u'CBRANCH_-1206010541'), (u'STORE_-1206011245', u'INDIRECT_-1206005530'), (u'CALL_-1206009144', u'INDIRECT_-1206005438'), (u'CALL_-1206011338', u'INDIRECT_-1206005264'), (u'CALL_-1206010350', u'INDIRECT_-1206004168'), (u'STORE_-1206011595', u'INDIRECT_-1206005584'), (u'INDIRECT_-1206006403', u'MULTIEQUAL_-1206006363'), (u'CALL_-1206010184', u'INDIRECT_-1206004776'), ('const-417', u'LOAD_-1206009205'), (u'CALL_-1206009664', u'INDIRECT_-1206003912'), (u'INDIRECT_-1206005397', u'MULTIEQUAL_-1206001362'), (u'CALL_-1206008515', u'INDIRECT_-1206004831'), (u'STORE_-1206011806', u'INDIRECT_-1206006959'), (u'COPY_-1206000547', u'MULTIEQUAL_-1206007012'), (u'INDIRECT_-1206005044', u'MULTIEQUAL_-1206005769'), (u'CALL_-1206010151', u'INDIRECT_-1206005131'), (u'CALL_-1206011003', u'INDIRECT_-1206006044'), ('const-0', u'STORE_-1206009071'), (u'INDIRECT_-1206005140', u'MULTIEQUAL_-1206005086'), (u'MULTIEQUAL_-1206002765', u'MULTIEQUAL_-1206003286'), (u'COPY_-1206001522', u'MULTIEQUAL_-1206001577'), ('const-417', u'STORE_-1206011404'), (u'INDIRECT_-1206004772', u'MULTIEQUAL_-1206004748'), (u'INDIRECT_-1206004727', u'MULTIEQUAL_-1206005514'), ('const-0', u'STORE_-1206009077'), (u'LOAD_-1206012260', u'CALL_-1206010098'), (u'INDIRECT_-1206004662', u'MULTIEQUAL_-1206004698'), ('const-0', u'INT_NOTEQUAL_-1206010071'), ('tmp_5298', u'CBRANCH_-1206008973'), (u'CALL_-1206010350', u'INDIRECT_-1206005024'), ('const-4', u'PTRADD_-1206002232'), (u'STORE_-1206011655', u'INDIRECT_-1206005931'), (u'CALL_-1206011428', u'INDIRECT_-1206006274'), (u'CALL_-1206008799', u'INDIRECT_-1206003639'), (u'INDIRECT_-1206006065', u'MULTIEQUAL_-1206006042'), (u'MULTIEQUAL_-1206005434', u'MULTIEQUAL_-1206006314'), (u'CALL_-1206009623', u'INDIRECT_-1206004685'), (u'CALL_-1206009718', u'INDIRECT_-1206005111'), ('const-0', u'INT_EQUAL_-1206009174'), (u'MULTIEQUAL_-1206004810', u'MULTIEQUAL_-1206005331'), ('const-1', u'PTRADD_-1206010057'), (u'CALL_-1206009623', u'INDIRECT_-1206002512'), (u'INT_AND_-1206006229', u'INT_NOTEQUAL_-1206010576'), (u'MULTIEQUAL_-1206005283', u'MULTIEQUAL_-1206005661'), (u'INT_ADD_-1206010180', u'CALL_-1206010184'), (u'INDIRECT_-1206005579', u'MULTIEQUAL_-1206005434'), (u'INDIRECT_-1206003960', u'MULTIEQUAL_-1206004198'), (u'INDIRECT_-1206005433', u'MULTIEQUAL_-1206006363'), (u'STORE_-1206011245', u'INDIRECT_-1206006172'), (u'CALL_-1206010203', u'INDIRECT_-1206005367'), (u'INDIRECT_-1206004351', u'MULTIEQUAL_-1206004948'), (u'CALL_-1206010098', u'INDIRECT_-1206006214'), (u'MULTIEQUAL_-1206004150', u'MULTIEQUAL_-1206005030'), (u'INDIRECT_-1206002199', u'MULTIEQUAL_-1206002958'), (u'CALL_-1206010432', u'INDIRECT_-1206002722'), (u'STORE_-1206011806', u'INDIRECT_-1206005247'), (u'MULTIEQUAL_-1206001358', u'MULTIEQUAL_-1206005221'), (u'INDIRECT_-1206005849', u'MULTIEQUAL_-1206006446'), (u'COPY_-1206001103', u'MULTIEQUAL_-1206007173'), (u'STORE_-1206011643', u'INDIRECT_-1206004959'), (u'CALL_-1206008268', u'INDIRECT_-1206005079'), (u'INDIRECT_-1206003374', u'MULTIEQUAL_-1206004495'), (u'CALL_-1206011922', u'STORE_-1206011920'), (u'INDIRECT_-1206004580', u'MULTIEQUAL_-1206001580'), ('tmp_14922', u'STORE_-1206011920'), (u'STORE_-1206011245', u'INDIRECT_-1206004674'), ('tmp_1803', u'CBRANCH_-1206011260'), (u'CALL_-1206010305', u'INDIRECT_-1206004675'), (u'CALL_-1206010558', u'INDIRECT_-1206006510'), (u'CALL_-1206011383', u'INDIRECT_-1206005500'), (u'MULTIEQUAL_-1206005942', u'MULTIEQUAL_-1206005893'), (u'CALL_-1206011338', u'INDIRECT_-1206004515'), (u'INDIRECT_-1206005165', u'MULTIEQUAL_-1206004748'), (u'INDIRECT_-1206003889', u'MULTIEQUAL_-1206001345'), (u'STORE_-1206011806', u'INDIRECT_-1206005889'), (u'INDIRECT_-1206004225', u'MULTIEQUAL_-1206004372'), (u'CALL_-1206010558', u'INDIRECT_-1206004584'), (u'INDIRECT_-1206005169', u'MULTIEQUAL_-1206005907'), ('tmp_31195', u'MULTIEQUAL_-1206006898'), (u'INDIRECT_-1206003547', u'COPY_-1206003561'), (u'STORE_-1206011643', u'INDIRECT_-1206006350'), ('tmp_4301', u'CBRANCH_-1206009562'), (u'CALL_-1206010602', u'INDIRECT_-1206004317'), (u'INT_ADD_-1206011640', u'CAST_-1206002143'), (u'LOAD_-1206010630', u'PTRADD_-1206001429'), (u'INT_NOTEQUAL_-1206011707', u'CBRANCH_-1206011704'), (u'PTRADD_-1206000493', u'LOAD_-1206007933'), (u'MULTIEQUAL_-1206004816', u'MULTIEQUAL_-1206004806'), (u'CALL_-1206010293', u'INDIRECT_-1206004559'), (u'CALL_-1206008230', u'INDIRECT_-1206003667'), (u'CALL_-1206009631', u'INDIRECT_-1206003574'), (u'LOAD_-1206008638', u'CAST_-1206000923'), (u'MULTIEQUAL_-1206008760', u'CALL_-1206010108'), (u'MULTIEQUAL_-1206001347', u'MULTIEQUAL_-1206004044'), (u'INDIRECT_-1206004622', u'MULTIEQUAL_-1206004544'), (u'MULTIEQUAL_-1206003294', u'MULTIEQUAL_-1206004174'), (u'CALL_-1206010476', u'INDIRECT_-1206004444'), (u'INDIRECT_-1206005472', u'MULTIEQUAL_-1206005327'), (u'CALL_-1206010558', u'INDIRECT_-1206006189'), (u'INDIRECT_-1206002685', u'MULTIEQUAL_-1206002309'), (u'STORE_-1206011410', u'INDIRECT_-1206005074'), (u'INDIRECT_-1206005270', u'MULTIEQUAL_-1206005251'), (u'CAST_-1206000392', u'INT_NOTEQUAL_-1206007907'), ('const-0', u'STORE_-1206012265'), (u'MULTIEQUAL_-1206004365', u'MULTIEQUAL_-1206004348'), (u'CAST_-1206000586', u'LOAD_-1206008087'), ('const-0', u'COPY_-1206001585'), (u'STORE_-1206010159', u'INDIRECT_-1206004149'), (u'CAST_-1206000923', u'INT_EQUAL_-1206008613'), (u'CALL_-1206009390', u'INDIRECT_-1206004776'), (u'PTRADD_-1206002193', u'STORE_-1206011511'), (u'STORE_-1206011643', u'INDIRECT_-1206006564'), (u'INDIRECT_-1206003191', u'MULTIEQUAL_-1206003128'), (u'INDIRECT_-1206004813', u'MULTIEQUAL_-1206004749'), (u'MULTIEQUAL_-1206000665', u'MULTIEQUAL_-1206007173'), (u'STORE_-1206011245', u'INDIRECT_-1206005637'), (u'INDIRECT_-1206005975', u'MULTIEQUAL_-1206005935'), (u'CALL_-1206009718', u'INDIRECT_-1206004362'), (u'INDIRECT_-1206006296', u'MULTIEQUAL_-1206006256'), (u'MULTIEQUAL_-1206004972', u'MULTIEQUAL_-1206004912'), (u'INDIRECT_-1206004773', u'MULTIEQUAL_-1206004703'), (u'CALL_-1206010602', u'INDIRECT_-1206004424'), (u'CALL_-1206009353', u'INDIRECT_-1206004006'), ('const-179680', u'INT_ADD_-1206008199'), (u'INDIRECT_-1206004477', u'MULTIEQUAL_-1206004437'), (u'CALL_-1206010092', u'INDIRECT_-1206003107'), (u'MULTIEQUAL_-1206001586', u'MULTIEQUAL_-1206005162'), ('const-178948', u'INT_ADD_-1206010180'), (u'INDIRECT_-1206004578', u'MULTIEQUAL_-1206004520'), ('const-4294967236', u'PTRSUB_-1206002431'), (u'INDIRECT_-1206004188', u'MULTIEQUAL_-1206004913'), (u'CALL_-1206011922', u'INDIRECT_-1206006810'), (u'INDIRECT_-1206002864', u'CALL_-1206010602'), (u'INDIRECT_-1206004188', u'MULTIEQUAL_-1206004043'), (u'INDIRECT_-1206005735', u'MULTIEQUAL_-1206005711'), (u'CALL_-1206010558', u'INDIRECT_-1206004477'), (u'CALL_-1206008525', u'INDIRECT_-1206004872'), (u'INDIRECT_-1206003543', u'MULTIEQUAL_-1206003594'), (u'CALL_-1206010476', u'INDIRECT_-1206004230'), (u'CALL_-1206008144', u'INDIRECT_-1206003774'), (u'CALL_-1206011383', u'INDIRECT_-1206004751'), (u'INDIRECT_-1206003986', u'MULTIEQUAL_-1206003967'), (u'INDIRECT_-1206005846', u'MULTIEQUAL_-1206005786'), (u'CALL_-1206009144', u'INDIRECT_-1206002040'), (u'CALL_-1206010602', u'INDIRECT_-1206002513'), (u'INDIRECT_-1206003829', u'MULTIEQUAL_-1206003771'), (u'CALL_-1206008268', u'INDIRECT_-1206001646'), (u'CALL_-1206009144', u'INDIRECT_-1206002977'), (u'INDIRECT_-1206005708', u'MULTIEQUAL_-1206001362'), (u'INDIRECT_-1206005972', u'MULTIEQUAL_-1206005982'), (u'CALL_-1206011338', u'INDIRECT_-1206006762'), (u'INDIRECT_-1206005050', u'MULTIEQUAL_-1206004972'), (u'COPY_-1206001217', u'MULTIEQUAL_-1206007364'), (u'INDIRECT_-1206006614', u'MULTIEQUAL_-1206006624'), (u'CALL_-1206010163', u'INDIRECT_-1206002753'), (u'INDIRECT_-1206005076', u'MULTIEQUAL_-1206001359'), (u'LOAD_-1206008939', u'COPY_-1206001043'), (u'CALL_-1206009353', u'INDIRECT_-1206003578'), (u'INDIRECT_-1206004501', u'MULTIEQUAL_-1206004470'), ('const-1', u'CALL_-1206010092'), (u'CALL_-1206009598', u'INDIRECT_-1206004413'), (u'INT_ZEXT_-1206010555', u'PTRADD_-1206001429'), (u'STORE_-1206010159', u'INDIRECT_-1206004898'), (u'INDIRECT_-1206006506', u'MULTIEQUAL_-1206001598'), (u'LOAD_-1206010097', u'CALL_-1206009194'), (u'CALL_-1206009718', u'INDIRECT_-1206005753'), (u'INDIRECT_-1206005387', u'MULTIEQUAL_-1206005973'), (u'STORE_-1206011398', u'INDIRECT_-1206005385'), (u'CALL_-1206009664', u'INDIRECT_-1206005517'), (u'CALL_-1206010639', u'INDIRECT_-1206005620'), ('tmp_1959', u'CBRANCH_-1206010574'), (u'INDIRECT_-1206001625', u'MULTIEQUAL_-1206001842'), (u'CALL_-1206009134', u'INDIRECT_-1206004955'), ('const-0', u'STORE_-1206011410'), (u'INDIRECT_-1206005220', u'MULTIEQUAL_-1206005162'), (u'CALL_-1206010293', u'INDIRECT_-1206004345'), (u'CALL_-1206011882', u'INDIRECT_-1206007042'), (u'MULTIEQUAL_-1206006077', u'MULTIEQUAL_-1206006060'), (u'CALL_-1206009623', u'INDIRECT_-1206002429'), (u'CAST_-1206000409', u'LOAD_-1206008065'), (u'INDIRECT_-1206006136', u'MULTIEQUAL_-1206006722'), (u'INDIRECT_-1206005988', u'MULTIEQUAL_-1206005935'), ('tmp_31194', u'MULTIEQUAL_-1206006791'), (u'INDIRECT_-1206005247', u'MULTIEQUAL_-1206005648'), (u'INDIRECT_-1206003954', u'MULTIEQUAL_-1206003874'), (u'INDIRECT_-1206005219', u'MULTIEQUAL_-1206006149'), (u'PTRADD_-1206002250', u'STORE_-1206011643'), ('tmp_592', u'CBRANCH_-1206012060'), (u'CALL_-1206008515', u'INDIRECT_-1206003547'), (u'INDIRECT_-1206004791', u'MULTIEQUAL_-1206005721'), (u'INT_ZEXT_-1206011780', u'MULTIEQUAL_-1206008551'), (u'CALL_-1206009167', u'INDIRECT_-1206003101'), (u'STORE_-1206011223', u'INDIRECT_-1206006591'), (u'STORE_-1206009071', u'INDIRECT_-1206003754'), (u'INDIRECT_-1206003856', u'MULTIEQUAL_-1206004257'), (u'INDIRECT_-1206004658', u'MULTIEQUAL_-1206004864'), (u'CALL_-1206009144', u'INDIRECT_-1206003619'), (u'MULTIEQUAL_-1206006201', u'MULTIEQUAL_-1206006722'), (u'LOAD_-1206009167', u'LOAD_-1206009136'), (u'INDIRECT_-1206002068', u'CALL_-1206009167'), (u'STORE_-1206011511', u'INDIRECT_-1206005226'), (u'INT_ZEXT_-1206010608', u'PTRADD_-1206001450'), (u'CALL_-1206009342', u'INDIRECT_-1206002204'), (u'COPY_-1206002376', u'INT_NOTEQUAL_-1206011855'), (u'CALL_-1206008096', u'INDIRECT_-1206001707'), (u'STORE_-1206010022', u'INDIRECT_-1206006320'), (u'CALL_-1206010602', u'INDIRECT_-1206005922'), (u'MULTIEQUAL_-1206007160', u'MULTIEQUAL_-1206007158'), ('const-0', u'STORE_-1206011595'), (u'CALL_-1206009134', u'INDIRECT_-1206003350'), (u'STORE_-1206011404', u'INDIRECT_-1206006353'), (u'CALL_-1206008268', u'INDIRECT_-1206003367'), (u'CALL_-1206008515', u'INDIRECT_-1206003975'), (u'MULTIEQUAL_-1206001588', u'MULTIEQUAL_-1206005376'), (u'INDIRECT_-1206005490', u'MULTIEQUAL_-1206006228'), (u'CALL_-1206010151', u'INDIRECT_-1206004703'), (u'INDIRECT_-1206004123', u'MULTIEQUAL_-1206005244'), (u'CALL_-1206010151', u'INDIRECT_-1206005773'), (u'MULTIEQUAL_-1206003286', u'MULTIEQUAL_-1206002625'), (u'INDIRECT_-1206006556', u'MULTIEQUAL_-1206006139'), (u'INDIRECT_-1206005371', u'MULTIEQUAL_-1206005293'), (u'STORE_-1206011223', u'INDIRECT_-1206005735'), (u'INDIRECT_-1206002440', u'MULTIEQUAL_-1206003060'), (u'INDIRECT_-1206005388', u'MULTIEQUAL_-1206006094'), (u'MULTIEQUAL_-1206006308', u'MULTIEQUAL_-1206006829'), (u'INDIRECT_-1206004480', u'MULTIEQUAL_-1206001585'), (u'INT_ADD_-1206011791', u'CAST_-1206002210'), (u'CALL_-1206009390', u'INDIRECT_-1206003813'), (u'CALL_-1206011338', u'INDIRECT_-1206003115'), (u'MULTIEQUAL_-1206005779', u'MULTIEQUAL_-1206005769'), (u'INDIRECT_-1206007165', u'MULTIEQUAL_-1206007112'), (u'INDIRECT_-1206005280', u'MULTIEQUAL_-1206005866'), (u'CALL_-1206010613', u'INDIRECT_-1206004172'), (u'CALL_-1206011338', u'INDIRECT_-1206005157'), (u'INDIRECT_-1206002830', u'MULTIEQUAL_-1206002772'), (u'CALL_-1206010350', u'INDIRECT_-1206005666'), (u'INDIRECT_-1206003935', u'MULTIEQUAL_-1206004865'), (u'MULTIEQUAL_-1206004685', u'MULTIEQUAL_-1206005565'), (u'INDIRECT_-1206005584', u'MULTIEQUAL_-1206005866'), (u'MULTIEQUAL_-1206007198', u'MULTIEQUAL_-1206007184'), (u'INDIRECT_-1206005044', u'MULTIEQUAL_-1206004899'), (u'CALL_-1206010163', u'INDIRECT_-1206004284'), (u'INDIRECT_-1206005521', u'MULTIEQUAL_-1206005497'), (u'CALL_-1206009353', u'INDIRECT_-1206003792'), (u'CALL_-1206009342', u'INDIRECT_-1206004746'), (u'INDIRECT_-1206003693', u'MULTIEQUAL_-1206003299'), (u'CALL_-1206011338', u'INDIRECT_-1206003198'), (u'INDIRECT_-1206002121', u'MULTIEQUAL_-1206002848'), (u'INDIRECT_-1206006720', u'MULTIEQUAL_-1206001600'), (u'PTRADD_-1206000728', u'LOAD_-1206009112'), (u'CALL_-1206010602', u'INDIRECT_-1206004852'), (u'CALL_-1206010126', u'INDIRECT_-1206005076'), (u'CAST_-1206001393', u'STORE_-1206009651'), (u'CALL_-1206010098', u'INDIRECT_-1206006642'), (u'CALL_-1206010098', u'INDIRECT_-1206005144'), (u'STORE_-1206010100', u'INDIRECT_-1206005708'), (u'CALL_-1206008268', u'INDIRECT_-1206004437'), (u'INDIRECT_-1206003032', u'MULTIEQUAL_-1206002976'), (u'CALL_-1206010151', u'INDIRECT_-1206005238'), (u'INDIRECT_-1206001707', u'MULTIEQUAL_-1206002131'), (u'CALL_-1206010664', u'INDIRECT_-1206004407'), (u'STORE_-1206011920', u'INDIRECT_-1206005197'), (u'CALL_-1206010098', u'INDIRECT_-1206004609'), ('const-417', u'LOAD_-1206009167'), ('const-0', u'INT_EQUAL_-1206011808'), (u'INT_ADD_-1206009025', u'CALL_-1206008268'), (u'STORE_-1206011643', u'INDIRECT_-1206005173'), (u'CALL_-1206010184', u'INDIRECT_-1206003920'), (u'INDIRECT_-1206004728', u'MULTIEQUAL_-1206005010'), (u'CALL_-1206010639', u'INDIRECT_-1206004015'), (u'INDIRECT_-1206004458', u'MULTIEQUAL_-1206005055'), (u'CALL_-1206008096', u'INDIRECT_-1206005033'), (u'CALL_-1206009134', u'INDIRECT_-1206003136'), (u'INT_ADD_-1206009085', u'MULTIEQUAL_-1206006992'), (u'STORE_-1206011806', u'INDIRECT_-1206006531'), (u'CALL_-1206010350', u'INDIRECT_-1206005987'), (u'STORE_-1206009071', u'INDIRECT_-1206004075'), ('tmp_31183', u'MULTIEQUAL_-1206005614'), ('const-0', u'CALL_-1206010163'), (u'CALL_-1206010184', u'INDIRECT_-1206004455'), ('const-0', u'INT_EQUAL_-1206011597'), (u'CALL_-1206011383', u'INDIRECT_-1206005072'), (u'CALL_-1206008144', u'INDIRECT_-1206004095'), (u'CALL_-1206011983', u'INDIRECT_-1206003361'), (u'MULTIEQUAL_-1206004979', u'MULTIEQUAL_-1206004930'), ('const-7', u'INT_EQUAL_-1206011318'), (u'MULTIEQUAL_-1206008900', u'MULTIEQUAL_-1206008880'), (u'MULTIEQUAL_-1206005193', u'MULTIEQUAL_-1206005144'), (u'CALL_-1206009455', u'INDIRECT_-1206002101'), (u'STORE_-1206011655', u'INDIRECT_-1206006252'), (u'MULTIEQUAL_-1206006684', u'INT_ADD_-1206012136'), (u'CALL_-1206010639', u'INDIRECT_-1206004229'), (u'INDIRECT_-1206005117', u'MULTIEQUAL_-1206005054'), (u'MULTIEQUAL_-1206001575', u'MULTIEQUAL_-1206003309'), (u'MULTIEQUAL_-1206001353', u'MULTIEQUAL_-1206004686'), (u'INDIRECT_-1206004317', u'MULTIEQUAL_-1206001349'), (u'INDIRECT_-1206004917', u'MULTIEQUAL_-1206004520'), (u'STORE_-1206009071', u'INDIRECT_-1206003540'), (u'CALL_-1206010586', u'INDIRECT_-1206002689'), (u'MULTIEQUAL_-1206005399', u'MULTIEQUAL_-1206005145'), (u'CALL_-1206009650', u'INDIRECT_-1206004492'), (u'CALL_-1206010108', u'INDIRECT_-1206004892'), (u'CALL_-1206009598', u'INDIRECT_-1206004841'), (u'LOAD_-1206010097', u'INT_ADD_-1206008954'), (u'STORE_-1206009083', u'INDIRECT_-1206003443'), (u'INDIRECT_-1206005066', u'MULTIEQUAL_-1206005652'), (u'INDIRECT_-1206005365', u'MULTIEQUAL_-1206005220'), (u'CALL_-1206011003', u'INDIRECT_-1206006579'), (u'INDIRECT_-1206004168', u'MULTIEQUAL_-1206004088'), (u'INDIRECT_-1206004042', u'MULTIEQUAL_-1206004972'), (u'MULTIEQUAL_-1206001366', u'MULTIEQUAL_-1206006077'), (u'MULTIEQUAL_-1206005238', u'MULTIEQUAL_-1206005759'), (u'INDIRECT_-1206003978', u'MULTIEQUAL_-1206004765'), (u'INDIRECT_-1206006094', u'MULTIEQUAL_-1206006014'), (u'INDIRECT_-1206002555', u'CALL_-1206010126'), (u'INDIRECT_-1206005839', u'MULTIEQUAL_-1206005875'), (u'MULTIEQUAL_-1206006846', u'INT_NOTEQUAL_-1206007930'), (u'STORE_-1206011245', u'INDIRECT_-1206006065'), (u'CALL_-1206010639', u'INDIRECT_-1206002781'), ('const-0', u'STORE_-1206011404'), (u'INDIRECT_-1206002893', u'MULTIEQUAL_-1206003294'), (u'STORE_-1206009083', u'INDIRECT_-1206003229'), (u'CALL_-1206009455', u'INDIRECT_-1206004060'), (u'CALL_-1206011428', u'INDIRECT_-1206005846'), (u'MULTIEQUAL_-1206005863', u'MULTIEQUAL_-1206005846'), ('const-417', u'STORE_-1206009651'), (u'CALL_-1206009650', u'INDIRECT_-1206003743'), (u'INDIRECT_-1206005414', u'MULTIEQUAL_-1206005390'), (u'CALL_-1206010163', u'INDIRECT_-1206005782'), (u'CALL_-1206010305', u'INDIRECT_-1206006066'), (u'PTRADD_-1206001211', u'STORE_-1206010159'), (u'CALL_-1206009144', u'INDIRECT_-1206004689'), (u'INDIRECT_-1206003281', u'MULTIEQUAL_-1206003225'), (u'CAST_-1206001581', u'INT_ADD_-1206010276'), (u'INDIRECT_-1206003214', u'MULTIEQUAL_-1206003615'), (u'CALL_-1206010602', u'INDIRECT_-1206005387'), (u'STORE_-1206010142', u'INDIRECT_-1206004521'), (u'CALL_-1206009664', u'INDIRECT_-1206004447'), (u'INDIRECT_-1206005137', u'MULTIEQUAL_-1206005375'), ('tmp_836', u'BRANCH_-1206011595'), (u'STORE_-1206012265', u'INDIRECT_-1206006523'), (u'STORE_-1206011920', u'INDIRECT_-1206007016'), (u'INDIRECT_-1206004798', u'MULTIEQUAL_-1206004134'), (u'STORE_-1206011655', u'INDIRECT_-1206005503'), (u'CALL_-1206009623', u'INDIRECT_-1206005541'), ('const-4294967248', u'PTRSUB_-1206001837'), (u'CALL_-1206010184', u'INT_EQUAL_-1206010164'), (u'CALL_-1206009194', u'INDIRECT_-1206004402'), (u'INDIRECT_-1206001852', u'MULTIEQUAL_-1206002029'), (u'INDIRECT_-1206005132', u'MULTIEQUAL_-1206005079'), (u'INDIRECT_-1206004502', u'MULTIEQUAL_-1206004388'), (u'CALL_-1206010108', u'INDIRECT_-1206005106'), (u'INDIRECT_-1206003460', u'MULTIEQUAL_-1206003511'), ('const-0', u'COPY_-1206000565'), (u'MULTIEQUAL_-1206005649', u'MULTIEQUAL_-1206006256'), (u'CALL_-1206008515', u'INDIRECT_-1206003012'), (u'CALL_-1206010203', u'INDIRECT_-1206005474'), (u'MULTIEQUAL_-1206005540', u'COPY_-1206005621'), (u'CALL_-1206010586', u'INDIRECT_-1206004565'), (u'CALL_-1206010350', u'INDIRECT_-1206004489'), (u'CALL_-1206008096', u'INDIRECT_-1206005354'), (u'INDIRECT_-1206002253', u'MULTIEQUAL_-1206003001'), (u'CALL_-1206011383', u'INDIRECT_-1206006784'), (u'PTRADD_-1206002059', u'STORE_-1206011223'), (u'INDIRECT_-1206004455', u'MULTIEQUAL_-1206004395'), (u'CALL_-1206010203', u'INDIRECT_-1206002421'), (u'INDIRECT_-1206004455', u'MULTIEQUAL_-1206004395'), (u'CALL_-1206010098', u'INDIRECT_-1206006107'), (u'INDIRECT_-1206002858', u'MULTIEQUAL_-1206001818'), (u'CALL_-1206010664', u'INDIRECT_-1206004621'), (u'MULTIEQUAL_-1206006139', u'MULTIEQUAL_-1206006517'), (u'CALL_-1206011882', u'INDIRECT_-1206005009'), (u'CALL_-1206009650', u'INDIRECT_-1206003636'), (u'INDIRECT_-1206005272', u'MULTIEQUAL_-1206005466'), (u'CAST_-1206000550', u'CALL_-1206008144'), (u'INDIRECT_-1206004755', u'MULTIEQUAL_-1206001356'), (u'CALL_-1206010092', u'INDIRECT_-1206005197'), (u'CALL_-1206008562', u'INDIRECT_-1206004465'), (u'MULTIEQUAL_-1206005861', u'COPY_-1206005942'), (u'CALL_-1206010305', u'INDIRECT_-1206002989'), (u'STORE_-1206010022', u'INDIRECT_-1206006213'), (u'MULTIEQUAL_-1206001585', u'MULTIEQUAL_-1206005055'), (u'CALL_-1206010586', u'INDIRECT_-1206004458'), (u'CALL_-1206010151', u'INDIRECT_-1206005345'), (u'INDIRECT_-1206005607', u'MULTIEQUAL_-1206005549'), (u'MULTIEQUAL_-1206006470', u'MULTIEQUAL_-1206006410'), (u'STORE_-1206009071', u'INDIRECT_-1206003005'), (u'MULTIEQUAL_-1206001839', u'INT_ADD_-1206010670'), (u'CALL_-1206008562', u'INDIRECT_-1206001805'), (u'CALL_-1206011003', u'INDIRECT_-1206005081'), (u'STORE_-1206011806', u'INDIRECT_-1206006424'), (u'STORE_-1206011595', u'INDIRECT_-1206004942'), (u'INT_EQUAL_-1206007272', u'BOOL_AND_-1206007224'), (u'CALL_-1206010602', u'MULTIEQUAL_-1206001287'), (u'INDIRECT_-1206004064', u'MULTIEQUAL_-1206004000'), (u'INDIRECT_-1206004263', u'MULTIEQUAL_-1206004150'), ('const-0', u'INT_EQUAL_-1206010072'), (u'STORE_-1206011920', u'INDIRECT_-1206006481'), ('const-4', u'PTRADD_-1206002137'), (u'INDIRECT_-1206003685', u'MULTIEQUAL_-1206001346'), (u'INDIRECT_-1206004081', u'MULTIEQUAL_-1206004816'), ('const-1008', u'CALL_-1206010558'), (u'CALL_-1206008799', u'INDIRECT_-1206003746'), (u'INDIRECT_-1206003078', u'MULTIEQUAL_-1206003059'), (u'STORE_-1206011595', u'INDIRECT_-1206005049'), (u'INDIRECT_-1206005889', u'MULTIEQUAL_-1206005835'), (u'INDIRECT_-1206004582', u'MULTIEQUAL_-1206004519'), (u'STORE_-1206009083', u'INDIRECT_-1206005262'), (u'CALL_-1206008144', u'INDIRECT_-1206005272'), (u'STORE_-1206010022', u'INDIRECT_-1206005571'), (u'CALL_-1206008515', u'INDIRECT_-1206002798'), (u'STORE_-1206011410', u'INDIRECT_-1206004967'), ('const-0', u'CALL_-1206009631'), (u'INDIRECT_-1206005851', u'MULTIEQUAL_-1206005828'), (u'INDIRECT_-1206002534', u'MULTIEQUAL_-1206001343'), (u'INT_ZEXT_-1206010447', u'MULTIEQUAL_-1206008530'), (u'CALL_-1206008096', u'INDIRECT_-1206004177'), ('const-4', u'PTRADD_-1206001190'), (u'CALL_-1206009194', u'INDIRECT_-1206003439'), (u'STORE_-1206011398', u'INDIRECT_-1206006348'), (u'INDIRECT_-1206006570', u'MULTIEQUAL_-1206006512'), (u'CALL_-1206009342', u'INDIRECT_-1206003355'), (u'INDIRECT_-1206006252', u'MULTIEQUAL_-1206006214'), (u'INDIRECT_-1206006258', u'MULTIEQUAL_-1206006405'), (u'INDIRECT_-1206004995', u'MULTIEQUAL_-1206004972'), (u'CALL_-1206008525', u'INDIRECT_-1206004337'), (u'MULTIEQUAL_-1206005818', u'MULTIEQUAL_-1206006196'), (u'INDIRECT_-1206005304', u'MULTIEQUAL_-1206001834'), ('const-1', u'INT_LESS_-1206010225'), ('tmp_14921', u'CALL_-1206008799'), (u'MULTIEQUAL_-1206005113', u'MULTIEQUAL_-1206005078'), (u'INDIRECT_-1206006053', u'MULTIEQUAL_-1206001841'), (u'CALL_-1206008799', u'INDIRECT_-1206001656'), (u'CALL_-1206010293', u'INDIRECT_-1206006271'), (u'CALL_-1206011882', u'INDIRECT_-1206006828'), (u'STORE_-1206011410', u'INDIRECT_-1206004860'), (u'CALL_-1206010432', u'INDIRECT_-1206005703'), ('tmp_14921', u'PTRADD_-1206002124'), (u'CALL_-1206010040', u'INDIRECT_-1206005219'), (u'CALL_-1206010163', u'INDIRECT_-1206005140'), (u'LOAD_-1206008087', u'INT_NOTEQUAL_-1206008061'), (u'CALL_-1206010151', u'INDIRECT_-1206005559'), ('const-417', u'STORE_-1206011398'), (u'LOAD_-1206010292', u'MULTIEQUAL_-1206001814'), ('const-417', u'LOAD_-1206007902'), (u'COPY_-1206012230', u'MULTIEQUAL_-1206003677'), (u'CALL_-1206010163', u'INDIRECT_-1206002836'), (u'CALL_-1206011834', u'INDIRECT_-1206007017'), (u'INDIRECT_-1206006374', u'MULTIEQUAL_-1206006410'), (u'STORE_-1206011655', u'INDIRECT_-1206004540'), (u'INDIRECT_-1206003318', u'MULTIEQUAL_-1206003556'), (u'INDIRECT_-1206004621', u'MULTIEQUAL_-1206004903'), ('const-417', u'LOAD_-1206010097'), ('const-14', u'PTRADD_-1206000773'), (u'STORE_-1206009077', u'INDIRECT_-1206005257'), (u'INDIRECT_-1206004844', u'MULTIEQUAL_-1206005038'), (u'CALL_-1206010151', u'INDIRECT_-1206006308'), (u'CALL_-1206010639', u'INDIRECT_-1206005406'), ('const-28', u'INT_ADD_-1206009151'), (u'CALL_-1206009342', u'INDIRECT_-1206003890'), (u'INDIRECT_-1206004075', u'MULTIEQUAL_-1206004288'), (u'CALL_-1206008515', u'INDIRECT_-1206004403'), (u'INT_EQUAL_-1206008976', u'CBRANCH_-1206008973'), (u'CALL_-1206010432', u'INDIRECT_-1206005275'), (u'STORE_-1206011655', u'INDIRECT_-1206005396'), (u'INDIRECT_-1206005122', u'MULTIEQUAL_-1206001591'), (u'MULTIEQUAL_-1206002013', u'MULTIEQUAL_-1206001759'), (u'CALL_-1206008230', u'INDIRECT_-1206001625'), (u'MULTIEQUAL_-1206003452', u'CALL_-1206010639'), (u'INDIRECT_-1206005686', u'MULTIEQUAL_-1206006411'), (u'CALL_-1206011922', u'INDIRECT_-1206007024'), (u'STORE_-1206009651', u'INDIRECT_-1206004727'), (u'STORE_-1206011398', u'INDIRECT_-1206006241'), (u'STORE_-1206011404', u'INDIRECT_-1206004320'), (u'STORE_-1206011806', u'INDIRECT_-1206005568'), (u'CALL_-1206009598', u'INDIRECT_-1206005055'), (u'MULTIEQUAL_-1206005542', u'MULTIEQUAL_-1206005525'), (u'MULTIEQUAL_-1206005220', u'MULTIEQUAL_-1206005185'), (u'STORE_-1206009083', u'INDIRECT_-1206003336'), (u'MULTIEQUAL_-1206007957', u'MULTIEQUAL_-1206008471'), (u'CALL_-1206010613', u'INDIRECT_-1206004386'), (u'STORE_-1206011806', u'INDIRECT_-1206004712'), (u'CALL_-1206009718', u'INT_EQUAL_-1206009698'), (u'LOAD_-1206008543', u'CAST_-1206000756'), (u'STORE_-1206010022', u'INDIRECT_-1206005357'), ('tmp_4618', u'CBRANCH_-1206010068'), (u'INDIRECT_-1206006021', u'MULTIEQUAL_-1206005604'), (u'STORE_-1206009077', u'INDIRECT_-1206004829'), (u'CALL_-1206010602', u'INDIRECT_-1206005494'), (u'INDIRECT_-1206005058', u'MULTIEQUAL_-1206004641'), ('const-417', u'STORE_-1206011920'), (u'INDIRECT_-1206003722', u'MULTIEQUAL_-1206003664'), (u'STORE_-1206011806', u'INDIRECT_-1206006638'), (u'STORE_-1206011595', u'INDIRECT_-1206005905'), (u'CALL_-1206010040', u'INDIRECT_-1206003070'), (u'INDIRECT_-1206005543', u'MULTIEQUAL_-1206001589'), (u'INDIRECT_-1206002905', u'COPY_-1206002919'), (u'INDIRECT_-1206002462', u'MULTIEQUAL_-1206001572'), (u'INDIRECT_-1206004974', u'MULTIEQUAL_-1206005121'), (u'STORE_-1206011920', u'INDIRECT_-1206005732'), (u'MULTIEQUAL_-1206001577', u'CALL_-1206010586'), (u'STORE_-1206011245', u'INDIRECT_-1206005958'), (u'INDIRECT_-1206004929', u'MULTIEQUAL_-1206004898'), (u'CALL_-1206009342', u'INDIRECT_-1206003462'), (u'INDIRECT_-1206004514', u'MULTIEQUAL_-1206001824'), (u'MULTIEQUAL_-1206006731', u'MULTIEQUAL_-1206006289'), (u'INDIRECT_-1206004871', u'INT_ADD_-1206010180'), (u'MULTIEQUAL_-1206008551', u'MULTIEQUAL_-1206008530'), (u'MULTIEQUAL_-1206001825', u'MULTIEQUAL_-1206004582'), (u'MULTIEQUAL_-1206008390', u'MULTIEQUAL_-1206008379'), (u'INDIRECT_-1206005654', u'MULTIEQUAL_-1206005541'), (u'INDIRECT_-1206002946', u'MULTIEQUAL_-1206002855'), (u'STORE_-1206010159', u'INDIRECT_-1206005861'), (u'CALL_-1206010092', u'INDIRECT_-1206003024'), (u'INDIRECT_-1206003492', u'MULTIEQUAL_-1206003432'), (u'INDIRECT_-1206003492', u'MULTIEQUAL_-1206003432'), (u'BOOL_AND_-1206002379', u'CBRANCH_-1206012060'), (u'CALL_-1206009144', u'INDIRECT_-1206004047'), (u'INDIRECT_-1206005950', u'MULTIEQUAL_-1206005880'), (u'CALL_-1206010639', u'INDIRECT_-1206004657'), ('const-0', u'INT_EQUAL_-1206008976'), (u'STORE_-1206011404', u'INDIRECT_-1206004962'), (u'INDIRECT_-1206004364', u'MULTIEQUAL_-1206004306'), (u'INDIRECT_-1206003988', u'MULTIEQUAL_-1206004182'), (u'STORE_-1206009651', u'INDIRECT_-1206005797'), ('const-417', u'LOAD_-1206008640'), (u'INDIRECT_-1206005436', u'MULTIEQUAL_-1206001588'), (u'INDIRECT_-1206006296', u'MULTIEQUAL_-1206006183'), (u'CALL_-1206009623', u'INDIRECT_-1206004043'), (u'CALL_-1206009455', u'INDIRECT_-1206003311'), (u'STORE_-1206010022', u'INDIRECT_-1206005785'), (u'CALL_-1206010596', u'INDIRECT_-1206004801'), (u'INDIRECT_-1206005269', u'MULTIEQUAL_-1206005284'), (u'CALL_-1206009718', u'INDIRECT_-1206004897'), (u'PTRADD_-1206010509', u'MULTIEQUAL_-1206001428'), (u'CALL_-1206009194', u'MULTIEQUAL_-1206008272'), (u'INDIRECT_-1206004723', u'MULTIEQUAL_-1206005458'), (u'INDIRECT_-1206003385', u'MULTIEQUAL_-1206003325'), (u'MULTIEQUAL_-1206003133', u'MULTIEQUAL_-1206003511'), (u'MULTIEQUAL_-1206002792', u'CALL_-1206010305'), (u'CALL_-1206009455', u'INDIRECT_-1206001935'), (u'INDIRECT_-1206002807', u'COPY_-1206001522'), (u'CALL_-1206009342', u'INDIRECT_-1206005388'), (u'INDIRECT_-1206006035', u'MULTIEQUAL_-1206005977'), (u'CALL_-1206009342', u'INDIRECT_-1206004211'), (u'MULTIEQUAL_-1206004470', u'COPY_-1206004551'), (u'MULTIEQUAL_-1206001364', u'MULTIEQUAL_-1206005863'), (u'CALL_-1206010092', u'INDIRECT_-1206004127'), (u'INDIRECT_-1206006641', u'MULTIEQUAL_-1206006610'), (u'CALL_-1206010558', u'INDIRECT_-1206005761'), (u'STORE_-1206010100', u'INDIRECT_-1206004210'), (u'INDIRECT_-1206002676', u'MULTIEQUAL_-1206002914'), (u'STORE_-1206011223', u'INDIRECT_-1206006377'), (u'CALL_-1206010098', u'INDIRECT_-1206005786'), (u'STORE_-1206009077', u'INDIRECT_-1206004722'), (u'CALL_-1206011428', u'INDIRECT_-1206003328'), (u'CALL_-1206010613', u'INDIRECT_-1206004279'), (u'INT_ADD_-1206010075', u'CAST_-1206001785'), (u'INT_ADD_-1206009151', u'CAST_-1206001059'), (u'CALL_-1206010126', u'INDIRECT_-1206005290'), (u'INDIRECT_-1206004941', u'MULTIEQUAL_-1206005728'), (u'CALL_-1206010293', u'INDIRECT_-1206005629'), (u'CALL_-1206010639', u'INDIRECT_-1206004122'), (u'INDIRECT_-1206004638', u'MULTIEQUAL_-1206001352'), (u'MULTIEQUAL_-1206008311', u'MULTIEQUAL_-1206008698'), (u'CALL_-1206008144', u'INDIRECT_-1206003453'), ('const-177824', u'INT_ADD_-1206010204'), (u'CALL_-1206010613', u'INDIRECT_-1206002558'), (u'STORE_-1206011245', u'INDIRECT_-1206005316'), (u'CALL_-1206009455', u'INDIRECT_-1206004916'), (u'CALL_-1206010596', u'INDIRECT_-1206002711'), (u'INDIRECT_-1206003084', u'MULTIEQUAL_-1206003021'), (u'CALL_-1206010639', u'INDIRECT_-1206006262'), (u'INDIRECT_-1206005514', u'MULTIEQUAL_-1206005434'), ('const-64', u'INT_AND_-1206011585'), ('tmp_2138', u'CBRANCH_-1206010572'), (u'INDIRECT_-1206003599', u'MULTIEQUAL_-1206003539'), (u'INDIRECT_-1206003599', u'MULTIEQUAL_-1206003539'), (u'CALL_-1206010476', u'INDIRECT_-1206005514'), (u'MULTIEQUAL_-1206004150', u'MULTIEQUAL_-1206004115'), (u'INDIRECT_-1206006935', u'MULTIEQUAL_-1206006945'), (u'CAST_-1206000506', u'MULTIEQUAL_-1206000567'), (u'CALL_-1206009194', u'INDIRECT_-1206005472'), (u'CALL_-1206011247', u'INDIRECT_-1206006297'), (u'INDIRECT_-1206004177', u'MULTIEQUAL_-1206004578'), (u'INDIRECT_-1206005686', u'MULTIEQUAL_-1206006421'), ('tmp_14921', u'CAST_-1206001581'), ('const-0', u'CALL_-1206009390'), (u'INDIRECT_-1206004819', u'MULTIEQUAL_-1206004765'), (u'STORE_-1206011806', u'INDIRECT_-1206005140'), (u'INDIRECT_-1206001902', u'MULTIEQUAL_-1206001863'), (u'INDIRECT_-1206005197', u'MULTIEQUAL_-1206001833'), (u'INDIRECT_-1206005562', u'MULTIEQUAL_-1206005498'), (u'CALL_-1206008525', u'INDIRECT_-1206003267'), (u'CALL_-1206011983', u'INDIRECT_-1206005379'), (u'INDIRECT_-1206004103', u'MULTIEQUAL_-1206004689'), (u'INDIRECT_-1206004237', u'MULTIEQUAL_-1206004213'), (u'INDIRECT_-1206005718', u'MULTIEQUAL_-1206001365'), (u'PTRSUB_-1206001748', u'CALL_-1206009390'), (u'STORE_-1206009083', u'INDIRECT_-1206005155'), (u'CALL_-1206010163', u'INDIRECT_-1206006103'), ('const-22', u'PTRADD_-1206002245'), (u'INDIRECT_-1206003721', u'MULTIEQUAL_-1206004651'), (u'MULTIEQUAL_-1206001824', u'MULTIEQUAL_-1206004475'), (u'CALL_-1206010151', u'INDIRECT_-1206004275'), (u'INDIRECT_-1206005174', u'MULTIEQUAL_-1206005880'), (u'INDIRECT_-1206003869', u'MULTIEQUAL_-1206004151'), (u'CALL_-1206008515', u'INDIRECT_-1206004296'), (u'CALL_-1206008799', u'INDIRECT_-1206001407'), (u'INDIRECT_-1206005207', u'MULTIEQUAL_-1206005804'), (u'INDIRECT_-1206004728', u'MULTIEQUAL_-1206001826'), (u'STORE_-1206011404', u'INDIRECT_-1206005390'), (u'INDIRECT_-1206004704', u'MULTIEQUAL_-1206004651'), (u'INDIRECT_-1206004647', u'MULTIEQUAL_-1206004609'), (u'CALL_-1206010664', u'INDIRECT_-1206005691'), ('tmp_14921', u'CAST_-1206002108'), (u'INDIRECT_-1206003665', u'MULTIEQUAL_-1206003646'), (u'MULTIEQUAL_-1206005069', u'MULTIEQUAL_-1206005447'), (u'CALL_-1206011003', u'INDIRECT_-1206006258'), (u'STORE_-1206011920', u'INDIRECT_-1206006588'), (u'INDIRECT_-1206006082', u'MULTIEQUAL_-1206005418'), (u'INDIRECT_-1206003653', u'MULTIEQUAL_-1206004388'), (u'CALL_-1206010108', u'INDIRECT_-1206004036'), (u'CALL_-1206011383', u'INDIRECT_-1206004858'), (u'CALL_-1206011922', u'INDIRECT_-1206005526'), (u'INDIRECT_-1206004959', u'MULTIEQUAL_-1206005545'), ('const-1', u'CALL_-1206008096'), (u'CALL_-1206010108', u'INDIRECT_-1206006069'), (u'CALL_-1206009598', u'INDIRECT_-1206004199'), (u'STORE_-1206009651', u'INDIRECT_-1206004834'), (u'CALL_-1206010596', u'INDIRECT_-1206004159'), (u'INDIRECT_-1206006534', u'MULTIEQUAL_-1206006503'), (u'CALL_-1206011247', u'INDIRECT_-1206004585'), (u'INDIRECT_-1206005648', u'MULTIEQUAL_-1206005590'), (u'STORE_-1206011410', u'INDIRECT_-1206005181'), (u'CALL_-1206010350', u'INDIRECT_-1206002685'), (u'STORE_-1206010022', u'INDIRECT_-1206005464'), (u'STORE_-1206011404', u'INDIRECT_-1206005176'), (u'INDIRECT_-1206005708', u'MULTIEQUAL_-1206006294'), (u'STORE_-1206011511', u'INDIRECT_-1206006296'), (u'INDIRECT_-1206004043', u'MULTIEQUAL_-1206003985'), (u'STORE_-1206009651', u'INDIRECT_-1206004620'), (u'CALL_-1206009664', u'INDIRECT_-1206004019'), (u'INDIRECT_-1206004318', u'MULTIEQUAL_-1206005024'), (u'CALL_-1206010151', u'INDIRECT_-1206004810'), (u'CALL_-1206010432', u'INDIRECT_-1206004740'), (u'INDIRECT_-1206005928', u'MULTIEQUAL_-1206005870'), (u'CALL_-1206010596', u'INDIRECT_-1206005229'), (u'MULTIEQUAL_-1206004748', u'MULTIEQUAL_-1206005126'), (u'STORE_-1206011643', u'INDIRECT_-1206004852'), (u'CALL_-1206011247', u'INDIRECT_-1206004799'), (u'CALL_-1206011983', u'MULTIEQUAL_-1206008311'), (u'INDIRECT_-1206004844', u'MULTIEQUAL_-1206004427'), (u'CALL_-1206010350', u'INDIRECT_-1206006094'), ('const-0', u'INT_EQUAL_-1206008040'), (u'INDIRECT_-1206005193', u'MULTIEQUAL_-1206005399'), (u'CALL_-1206010639', u'INDIRECT_-1206004443'), (u'INDIRECT_-1206004712', u'MULTIEQUAL_-1206005113'), (u'CALL_-1206008144', u'INDIRECT_-1206003667'), (u'STORE_-1206011223', u'INDIRECT_-1206004665'), (u'INDIRECT_-1206002338', u'MULTIEQUAL_-1206002643'), (u'INDIRECT_-1206003428', u'MULTIEQUAL_-1206003829'), (u'INDIRECT_-1206003451', u'MULTIEQUAL_-1206003432'), (u'CALL_-1206010184', u'INDIRECT_-1206004348'), (u'CALL_-1206008144', u'INDIRECT_-1206003132'), ('const-178420', u'INT_ADD_-1206010670'), (u'INDIRECT_-1206006267', u'MULTIEQUAL_-1206006303'), (u'MULTIEQUAL_-1206005293', u'MULTIEQUAL_-1206005233'), (u'CALL_-1206010350', u'INDIRECT_-1206005345'), (u'INDIRECT_-1206005601', u'MULTIEQUAL_-1206006187'), ('tmp_973', u'CBRANCH_-1206011799'), (u'INDIRECT_-1206005455', u'MULTIEQUAL_-1206005391'), (u'INDIRECT_-1206004460', u'MULTIEQUAL_-1206004437'), (u'CALL_-1206010126', u'INDIRECT_-1206004220'), (u'CALL_-1206010305', u'INDIRECT_-1206005638'), (u'CALL_-1206010203', u'INDIRECT_-1206004618'), ('const-417', u'LOAD_-1206008970'), (u'STORE_-1206011806', u'INDIRECT_-1206006852'), (u'INDIRECT_-1206006053', u'MULTIEQUAL_-1206006089'), (u'STORE_-1206010159', u'INDIRECT_-1206003614'), (u'INDIRECT_-1206003481', u'MULTIEQUAL_-1206003687'), (u'INDIRECT_-1206002636', u'MULTIEQUAL_-1206003203'), (u'INT_EQUAL_-1206011597', u'CBRANCH_-1206011587'), (u'CALL_-1206009598', u'INDIRECT_-1206005483'), (u'INDIRECT_-1206005893', u'MULTIEQUAL_-1206005779'), (u'INT_AND_-1206006737', u'INT_NOTEQUAL_-1206010071'), (u'MULTIEQUAL_-1206006691', u'MULTIEQUAL_-1206006642'), (u'INDIRECT_-1206004396', u'MULTIEQUAL_-1206004609'), (u'CALL_-1206009664', u'INDIRECT_-1206004768'), (u'STORE_-1206009083', u'INDIRECT_-1206003015'), (u'INT_LESS_-1206010517', u'CBRANCH_-1206010526'), (u'INDIRECT_-1206003899', u'MULTIEQUAL_-1206001348'), (u'CALL_-1206009623', u'INDIRECT_-1206005648'), (u'STORE_-1206011511', u'INDIRECT_-1206004798'), ('tmp_14911', u'PTRSUB_-1206002431'), (u'STORE_-1206009188', u'INDIRECT_-1206005105'), (u'CALL_-1206011834', u'INDIRECT_-1206006375'), (u'INDIRECT_-1206002628', u'MULTIEQUAL_-1206001574'), (u'CALL_-1206008096', u'INDIRECT_-1206003214'), (u'INDIRECT_-1206005286', u'MULTIEQUAL_-1206005228'), (u'CALL_-1206009194', u'INDIRECT_-1206004509'), (u'MULTIEQUAL_-1206001361', u'MULTIEQUAL_-1206005542'), ('const-0', u'COPY_-1206000547'), (u'MULTIEQUAL_-1206001814', u'INT_LESS_-1206010225'), (u'CALL_-1206010613', u'INDIRECT_-1206005991'), (u'STORE_-1206011223', u'INDIRECT_-1206005628'), (u'MULTIEQUAL_-1206003830', u'MULTIEQUAL_-1206004437'), (u'STORE_-1206011643', u'INDIRECT_-1206005066'), (u'LOAD_-1206011915', u'INT_ZEXT_-1206011899'), (u'INDIRECT_-1206002772', u'MULTIEQUAL_-1206003392'), (u'STORE_-1206011398', u'INDIRECT_-1206005599'), (u'CALL_-1206011882', u'INDIRECT_-1206004902'), (u'CALL_-1206011465', u'INDIRECT_-1206004901'), (u'CALL_-1206010163', u'INDIRECT_-1206005461'), (u'INDIRECT_-1206003772', u'MULTIEQUAL_-1206003753'), ('const-417', u'LOAD_-1206012367'), (u'CALL_-1206010092', u'INDIRECT_-1206004876'), (u'CALL_-1206011922', u'INDIRECT_-1206003626'), (u'STORE_-1206010100', u'INDIRECT_-1206005494'), (u'INDIRECT_-1206005900', u'MULTIEQUAL_-1206006625'), (u'CALL_-1206010040', u'INDIRECT_-1206006289'), (u'STORE_-1206010100', u'INDIRECT_-1206004103'), (u'INT_ADD_-1206008584', u'CALL_-1206008525'), (u'CALL_-1206008515', u'INDIRECT_-1206003868'), (u'CALL_-1206010586', u'INDIRECT_-1206002606'), (u'STORE_-1206011920', u'INDIRECT_-1206006695'), (u'CALL_-1206009650', u'INDIRECT_-1206004706'), (u'CALL_-1206010596', u'INDIRECT_-1206006085'), (u'INDIRECT_-1206004781', u'MULTIEQUAL_-1206004758'), (u'MULTIEQUAL_-1206005621', u'MULTIEQUAL_-1206005572'), (u'STORE_-1206009077', u'INDIRECT_-1206005043'), (u'MULTIEQUAL_-1206003540', u'INT_ADD_-1206008584'), (u'CALL_-1206009390', u'INDIRECT_-1206003706'), (u'CALL_-1206008268', u'INDIRECT_-1206001563'), ('const-417', u'STORE_-1206011643'), (u'INT_ADD_-1206010206', u'CAST_-1206001179'), (u'CALL_-1206010432', u'INDIRECT_-1206005810'), (u'STORE_-1206011223', u'INDIRECT_-1206006270'), (u'CALL_-1206010108', u'INDIRECT_-1206005962'), (u'MULTIEQUAL_-1206003901', u'MULTIEQUAL_-1206003647'), (u'CALL_-1206011003', u'INDIRECT_-1206005830'), (u'INDIRECT_-1206004284', u'MULTIEQUAL_-1206004685')]
null
null
0002b5fc
arm
O2
(translation_unit "void FUN_0002b5fc(undefined4 *param_1,byte *param_2,undefined4 *param_3)\n\n{\n ushort uVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n ushort **ppuVar7;\n byte *pbVar8;\n int iVar9;\n int iVar10;\n char *pcVar11;\n undefined4 uVar12;\n undefined4 uVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n byte bVar17;\n uint uVar18;\n int *piVar19;\n int *piVar20;\n int *piVar21;\n int iVar22;\n int iVar23;\n FILE *__s;\n uint uVar24;\n undefined4 uVar25;\n int local_3c;\n byte *local_38;\n undefined4 local_34;\n int local_30;\n int local_2c;\n \n piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);\n local_2c = *piVar4;\n uVar25 = *param_1;\n if (param_3 != (undefined4 *)0x0) {\n *param_3 = 0;\n }\n iVar23 = DAT_0002be58;\n iVar10 = DAT_0002be54;\n local_3c = 0;\n if (param_1[0x539] == 0) {\n uVar18 = (uint)*param_2;\n iVar14 = DAT_0002be5c + 0x2b678;\n iVar5 = 0;\n while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }\n goto LAB_0002b830;\n }\n iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3);\n iVar23 = param_1[0x539];\n if (iVar10 == 0) {\n __s = (FILE *)param_1[9];\n iVar10 = param_1[0x53a];\n iVar5 = FUN_00029fe4(iVar23,param_3);\n if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar5 = 0;\n }\n FUN_0002aecc(iVar23);\n param_1[0x539] = 0;\nLAB_0002b830:\n if (local_2c != *piVar4) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }\n return;\n}\n\n" (function_definition "void FUN_0002b5fc(undefined4 *param_1,byte *param_2,undefined4 *param_3)\n\n{\n ushort uVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n ushort **ppuVar7;\n byte *pbVar8;\n int iVar9;\n int iVar10;\n char *pcVar11;\n undefined4 uVar12;\n undefined4 uVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n byte bVar17;\n uint uVar18;\n int *piVar19;\n int *piVar20;\n int *piVar21;\n int iVar22;\n int iVar23;\n FILE *__s;\n uint uVar24;\n undefined4 uVar25;\n int local_3c;\n byte *local_38;\n undefined4 local_34;\n int local_30;\n int local_2c;\n \n piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);\n local_2c = *piVar4;\n uVar25 = *param_1;\n if (param_3 != (undefined4 *)0x0) {\n *param_3 = 0;\n }\n iVar23 = DAT_0002be58;\n iVar10 = DAT_0002be54;\n local_3c = 0;\n if (param_1[0x539] == 0) {\n uVar18 = (uint)*param_2;\n iVar14 = DAT_0002be5c + 0x2b678;\n iVar5 = 0;\n while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }\n goto LAB_0002b830;\n }\n iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3);\n iVar23 = param_1[0x539];\n if (iVar10 == 0) {\n __s = (FILE *)param_1[9];\n iVar10 = param_1[0x53a];\n iVar5 = FUN_00029fe4(iVar23,param_3);\n if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar5 = 0;\n }\n FUN_0002aecc(iVar23);\n param_1[0x539] = 0;\nLAB_0002b830:\n if (local_2c != *piVar4) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }\n return;\n}" primitive_type (function_declarator "FUN_0002b5fc(undefined4 *param_1,byte *param_2,undefined4 *param_3)" identifier (parameter_list "(undefined4 *param_1,byte *param_2,undefined4 *param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n ushort uVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n ushort **ppuVar7;\n byte *pbVar8;\n int iVar9;\n int iVar10;\n char *pcVar11;\n undefined4 uVar12;\n undefined4 uVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n byte bVar17;\n uint uVar18;\n int *piVar19;\n int *piVar20;\n int *piVar21;\n int iVar22;\n int iVar23;\n FILE *__s;\n uint uVar24;\n undefined4 uVar25;\n int local_3c;\n byte *local_38;\n undefined4 local_34;\n int local_30;\n int local_2c;\n \n piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);\n local_2c = *piVar4;\n uVar25 = *param_1;\n if (param_3 != (undefined4 *)0x0) {\n *param_3 = 0;\n }\n iVar23 = DAT_0002be58;\n iVar10 = DAT_0002be54;\n local_3c = 0;\n if (param_1[0x539] == 0) {\n uVar18 = (uint)*param_2;\n iVar14 = DAT_0002be5c + 0x2b678;\n iVar5 = 0;\n while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }\n goto LAB_0002b830;\n }\n iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3);\n iVar23 = param_1[0x539];\n if (iVar10 == 0) {\n __s = (FILE *)param_1[9];\n iVar10 = param_1[0x53a];\n iVar5 = FUN_00029fe4(iVar23,param_3);\n if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar5 = 0;\n }\n FUN_0002aecc(iVar23);\n param_1[0x539] = 0;\nLAB_0002b830:\n if (local_2c != *piVar4) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }\n return;\n}" { (declaration "ushort uVar1;" type_identifier identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "ushort **ppuVar7;" type_identifier (pointer_declarator "**ppuVar7" * (pointer_declarator "*ppuVar7" * identifier)) ;) (declaration "byte *pbVar8;" type_identifier (pointer_declarator "*pbVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "undefined4 uVar12;" type_identifier identifier ;) (declaration "undefined4 uVar13;" type_identifier identifier ;) (declaration "int iVar14;" primitive_type identifier ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "int iVar16;" primitive_type identifier ;) (declaration "byte bVar17;" type_identifier identifier ;) (declaration "uint uVar18;" type_identifier identifier ;) (declaration "int *piVar19;" primitive_type (pointer_declarator "*piVar19" * identifier) ;) (declaration "int *piVar20;" primitive_type (pointer_declarator "*piVar20" * identifier) ;) (declaration "int *piVar21;" primitive_type (pointer_declarator "*piVar21" * identifier) ;) (declaration "int iVar22;" primitive_type identifier ;) (declaration "int iVar23;" primitive_type identifier ;) (declaration "FILE *__s;" type_identifier (pointer_declarator "*__s" * identifier) ;) (declaration "uint uVar24;" type_identifier identifier ;) (declaration "undefined4 uVar25;" type_identifier identifier ;) (declaration "int local_3c;" primitive_type identifier ;) (declaration "byte *local_38;" type_identifier (pointer_declarator "*local_38" * identifier) ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);" (assignment_expression "piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50)" identifier = (pointer_expression "*(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50)" * (cast_expression "(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0002be4c + 0x2b60c + DAT_0002be50)" ( (binary_expression "DAT_0002be4c + 0x2b60c + DAT_0002be50" (binary_expression "DAT_0002be4c + 0x2b60c" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_2c = *piVar4;" (assignment_expression "local_2c = *piVar4" identifier = (pointer_expression "*piVar4" * identifier)) ;) (expression_statement "uVar25 = *param_1;" (assignment_expression "uVar25 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if (param_3 != (undefined4 *)0x0) {\n *param_3 = 0;\n }" if (parenthesized_expression "(param_3 != (undefined4 *)0x0)" ( (binary_expression "param_3 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *param_3 = 0;\n }" { (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) })) (expression_statement "iVar23 = DAT_0002be58;" (assignment_expression "iVar23 = DAT_0002be58" identifier = identifier) ;) (expression_statement "iVar10 = DAT_0002be54;" (assignment_expression "iVar10 = DAT_0002be54" identifier = identifier) ;) (expression_statement "local_3c = 0;" (assignment_expression "local_3c = 0" identifier = number_literal) ;) (if_statement "if (param_1[0x539] == 0) {\n uVar18 = (uint)*param_2;\n iVar14 = DAT_0002be5c + 0x2b678;\n iVar5 = 0;\n while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }\n goto LAB_0002b830;\n }" if (parenthesized_expression "(param_1[0x539] == 0)" ( (binary_expression "param_1[0x539] == 0" (subscript_expression "param_1[0x539]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n uVar18 = (uint)*param_2;\n iVar14 = DAT_0002be5c + 0x2b678;\n iVar5 = 0;\n while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }\n goto LAB_0002b830;\n }" { (expression_statement "uVar18 = (uint)*param_2;" (assignment_expression "uVar18 = (uint)*param_2" identifier = (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) (expression_statement "iVar14 = DAT_0002be5c + 0x2b678;" (assignment_expression "iVar14 = DAT_0002be5c + 0x2b678" identifier = (binary_expression "DAT_0002be5c + 0x2b678" identifier + number_literal)) ;) (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (while_statement "while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }" while (parenthesized_expression "(bVar2 = iVar5 == 0, uVar18 != 0 && bVar2)" ( (comma_expression "bVar2 = iVar5 == 0, uVar18 != 0 && bVar2" (assignment_expression "bVar2 = iVar5 == 0" identifier = (binary_expression "iVar5 == 0" identifier == number_literal)) , (binary_expression "uVar18 != 0 && bVar2" (binary_expression "uVar18 != 0" identifier != number_literal) && identifier)) )) (compound_statement "{\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }" { (expression_statement "iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);" (assignment_expression "iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38)" identifier = (call_expression "FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38)" identifier (argument_list "(uVar25,param_2,0xffffffff,&local_3c,&local_38)" ( identifier , identifier , number_literal , (pointer_expression "&local_3c" & identifier) , (pointer_expression "&local_38" & identifier) )))) ;) (expression_statement "iVar9 = local_3c;" (assignment_expression "iVar9 = local_3c" identifier = identifier) ;) (if_statement "if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }" { (expression_statement "ppuVar7 = __ctype_b_loc();" (assignment_expression "ppuVar7 = __ctype_b_loc()" identifier = (call_expression "__ctype_b_loc()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }" if (parenthesized_expression "(iVar9 != 0)" ( (binary_expression "iVar9 != 0" identifier != number_literal) )) (compound_statement "{\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }" { (expression_statement "pbVar8 = (byte *)FUN_00038378(iVar9);" (assignment_expression "pbVar8 = (byte *)FUN_00038378(iVar9)" identifier = (cast_expression "(byte *)FUN_00038378(iVar9)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00038378(iVar9)" identifier (argument_list "(iVar9)" ( identifier ))))) ;) (expression_statement "*(byte **)(iVar10 + 0x2b690) = pbVar8;" (assignment_expression "*(byte **)(iVar10 + 0x2b690) = pbVar8" (pointer_expression "*(byte **)(iVar10 + 0x2b690)" * (cast_expression "(byte **)(iVar10 + 0x2b690)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar10 + 0x2b690)" ( (binary_expression "iVar10 + 0x2b690" identifier + number_literal) )))) = identifier) ;) (if_statement "if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }" if (parenthesized_expression "(pbVar8 == (byte *)0x0)" ( (binary_expression "pbVar8 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }" { (expression_statement "pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);" (assignment_expression "pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38)" identifier = (cast_expression "(byte *)(DAT_0002be78 + 0x2ba38)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002be78 + 0x2ba38)" ( (binary_expression "DAT_0002be78 + 0x2ba38" identifier + number_literal) )))) ;) (expression_statement "*(byte **)(iVar10 + 0x2b690) = pbVar8;" (assignment_expression "*(byte **)(iVar10 + 0x2b690) = pbVar8" (pointer_expression "*(byte **)(iVar10 + 0x2b690)" * (cast_expression "(byte **)(iVar10 + 0x2b690)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar10 + 0x2b690)" ( (binary_expression "iVar10 + 0x2b690" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar24 = 0;" (assignment_expression "uVar24 = 0" identifier = number_literal) ;) }) (else_clause "else {\n uVar24 = (uint)*pbVar8;\n }" else (compound_statement "{\n uVar24 = (uint)*pbVar8;\n }" { (expression_statement "uVar24 = (uint)*pbVar8;" (assignment_expression "uVar24 = (uint)*pbVar8" identifier = (binary_expression "(uint)*pbVar8" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) }))) (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" identifier = false) ;) (while_statement "while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }" while (parenthesized_expression "(((*ppuVar7)[uVar24] & 0x2000) != 0)" ( (binary_expression "((*ppuVar7)[uVar24] & 0x2000) != 0" (parenthesized_expression "((*ppuVar7)[uVar24] & 0x2000)" ( (binary_expression "(*ppuVar7)[uVar24] & 0x2000" (subscript_expression "(*ppuVar7)[uVar24]" (parenthesized_expression "(*ppuVar7)" ( (pointer_expression "*ppuVar7" * identifier) )) [ identifier ]) & number_literal) )) != number_literal) )) (compound_statement "{\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }" { (expression_statement "pbVar8 = pbVar8 + 1;" (assignment_expression "pbVar8 = pbVar8 + 1" identifier = (binary_expression "pbVar8 + 1" identifier + number_literal)) ;) (expression_statement "bVar3 = uVar18 != 0 && bVar2;" (assignment_expression "bVar3 = uVar18 != 0 && bVar2" identifier = (binary_expression "uVar18 != 0 && bVar2" (binary_expression "uVar18 != 0" identifier != number_literal) && identifier)) ;) (expression_statement "uVar24 = (uint)*pbVar8;" (assignment_expression "uVar24 = (uint)*pbVar8" identifier = (binary_expression "(uint)*pbVar8" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) })) (if_statement "if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }" if (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }" { (expression_statement "*(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;" (assignment_expression "*(byte **)(DAT_0002be60 + 0x2b778) = pbVar8" (pointer_expression "*(byte **)(DAT_0002be60 + 0x2b778)" * (cast_expression "(byte **)(DAT_0002be60 + 0x2b778)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0002be60 + 0x2b778)" ( (binary_expression "DAT_0002be60 + 0x2b778" identifier + number_literal) )))) = identifier) ;) })) (expression_statement "param_1[0x508] = local_3c;" (assignment_expression "param_1[0x508] = local_3c" (subscript_expression "param_1[0x508]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" if (parenthesized_expression "((param_1[0x16] & 0x40) == 0)" ( (binary_expression "(param_1[0x16] & 0x40) == 0" (parenthesized_expression "(param_1[0x16] & 0x40)" ( (binary_expression "param_1[0x16] & 0x40" (subscript_expression "param_1[0x16]" identifier [ number_literal ]) & number_literal) )) == number_literal) )) (compound_statement "{\n bVar17 = *(byte *)((int)param_1 + 5);\n }" { (expression_statement "bVar17 = *(byte *)((int)param_1 + 5);" (assignment_expression "bVar17 = *(byte *)((int)param_1 + 5)" identifier = (pointer_expression "*(byte *)((int)param_1 + 5)" * (cast_expression "(byte *)((int)param_1 + 5)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 5)" ( (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) }) (else_clause "else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" else (compound_statement "{\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" { (expression_statement "__fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);" (call_expression "__fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8)" identifier (argument_list "(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8)" ( (subscript_expression "param_1[9]" identifier [ number_literal ]) , number_literal , (binary_expression "DAT_0002be64 + 0x2b89c" identifier + number_literal) , identifier ))) ;) (expression_statement "bVar17 = *(byte *)((int)param_1 + 5);" (assignment_expression "bVar17 = *(byte *)((int)param_1 + 5)" identifier = (pointer_expression "*(byte *)((int)param_1 + 5)" * (cast_expression "(byte *)((int)param_1 + 5)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 5)" ( (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) }))) (expression_statement "uVar18 = (uint)bVar17;" (assignment_expression "uVar18 = (uint)bVar17" identifier = (cast_expression "(uint)bVar17" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }" if (parenthesized_expression "((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0))" ( (binary_expression "(uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)" (parenthesized_expression "(uVar18 != 0)" ( (binary_expression "uVar18 != 0" identifier != number_literal) )) && (parenthesized_expression "(uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)" ( (comma_expression "uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0" (assignment_expression "uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n )" identifier = (call_expression "FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n )" identifier (argument_list "(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n )" ( (binary_expression "DAT_0002be6c + 0x2b8cc" identifier + number_literal) , (pointer_expression "*(undefined4 *)(DAT_0002be68 + 0x2b8f4)" * (cast_expression "(undefined4 *)(DAT_0002be68 + 0x2b8f4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002be68 + 0x2b8f4)" ( (binary_expression "DAT_0002be68 + 0x2b8f4" identifier + number_literal) )))) , number_literal )))) , (binary_expression "uVar18 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }" { (expression_statement "local_30 = 0;" (assignment_expression "local_30 = 0" identifier = number_literal) ;) (expression_statement "FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);" (call_expression "FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30)" identifier (argument_list "(uVar25,0x3f0,0xffffffff,&local_30)" ( identifier , number_literal , number_literal , (pointer_expression "&local_30" & identifier) ))) ;) (if_statement "if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }" if (parenthesized_expression "(1 < *(byte *)((int)param_1 + 5))" ( (binary_expression "1 < *(byte *)((int)param_1 + 5)" number_literal < (pointer_expression "*(byte *)((int)param_1 + 5)" * (cast_expression "(byte *)((int)param_1 + 5)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 5)" ( (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) )) (compound_statement "{\n FUN_0003f330(uVar25,0x3f0,1,0);\n }" { (expression_statement "FUN_0003f330(uVar25,0x3f0,1,0);" (call_expression "FUN_0003f330(uVar25,0x3f0,1,0)" identifier (argument_list "(uVar25,0x3f0,1,0)" ( identifier , number_literal , number_literal , number_literal ))) ;) })) (expression_statement "uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));" (assignment_expression "uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954))" identifier = (call_expression "FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954))" identifier (argument_list "(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954))" ( (binary_expression "DAT_0002be74 + 0x2b928" identifier + number_literal) , (pointer_expression "*(undefined4 *)(DAT_0002be70 + 0x2b954)" * (cast_expression "(undefined4 *)(DAT_0002be70 + 0x2b954)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002be70 + 0x2b954)" ( (binary_expression "DAT_0002be70 + 0x2b954" identifier + number_literal) )))) )))) ;) (expression_statement "uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);" (assignment_expression "uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0)" identifier = (call_expression "FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0)" identifier (argument_list "(uVar25,uVar6,0xffffffff,&local_34,0)" ( identifier , identifier , number_literal , (pointer_expression "&local_34" & identifier) , number_literal )))) ;) (if_statement "if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }" if (parenthesized_expression "(uVar18 == 0)" ( (binary_expression "uVar18 == 0" identifier == number_literal) )) (compound_statement "{\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }" { (while_statement "while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }" while (parenthesized_expression "(iVar5 = FUN_000d33d0(local_34), iVar5 == 100)" ( (comma_expression "iVar5 = FUN_000d33d0(local_34), iVar5 == 100" (assignment_expression "iVar5 = FUN_000d33d0(local_34)" identifier = (call_expression "FUN_000d33d0(local_34)" identifier (argument_list "(local_34)" ( identifier )))) , (binary_expression "iVar5 == 100" identifier == number_literal)) )) (compound_statement "{\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }" { (expression_statement "pcVar11 = (char *)FUN_0006c560(local_34,3);" (assignment_expression "pcVar11 = (char *)FUN_0006c560(local_34,3)" identifier = (cast_expression "(char *)FUN_0006c560(local_34,3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0006c560(local_34,3)" identifier (argument_list "(local_34,3)" ( identifier , number_literal ))))) ;) (expression_statement "uVar12 = FUN_00057980(local_34,0);" (assignment_expression "uVar12 = FUN_00057980(local_34,0)" identifier = (call_expression "FUN_00057980(local_34,0)" identifier (argument_list "(local_34,0)" ( identifier , number_literal )))) ;) (expression_statement "uVar13 = FUN_00057980(local_34,1);" (assignment_expression "uVar13 = FUN_00057980(local_34,1)" identifier = (call_expression "FUN_00057980(local_34,1)" identifier (argument_list "(local_34,1)" ( identifier , number_literal )))) ;) (if_statement "if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }" if (parenthesized_expression "(*pcVar11 == '-')" ( (binary_expression "*pcVar11 == '-'" (pointer_expression "*pcVar11" * identifier) == (char_literal "'-'" ' character ')) )) (compound_statement "{\n FUN_00022cd4(param_1,0x2d,uVar13);\n }" { (expression_statement "FUN_00022cd4(param_1,0x2d,uVar13);" (call_expression "FUN_00022cd4(param_1,0x2d,uVar13)" identifier (argument_list "(param_1,0x2d,uVar13)" ( identifier , number_literal , identifier ))) ;) })) (expression_statement "FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);" (call_expression "FUN_0001f54c(param_1,uVar12,uVar13,pcVar11)" identifier (argument_list "(param_1,uVar12,uVar13,pcVar11)" ( identifier , identifier , identifier , identifier ))) ;) })) (expression_statement "FUN_00022cd4(param_1);" (call_expression "FUN_00022cd4(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) (expression_statement "FUN_000ae7a0(local_34);" (call_expression "FUN_000ae7a0(local_34)" identifier (argument_list "(local_34)" ( identifier ))) ;) (expression_statement "FUN_00041b68(uVar6);" (call_expression "FUN_00041b68(uVar6)" identifier (argument_list "(uVar6)" ( identifier ))) ;) (expression_statement "bVar17 = *(byte *)((int)param_1 + 5);" (assignment_expression "bVar17 = *(byte *)((int)param_1 + 5)" identifier = (pointer_expression "*(byte *)((int)param_1 + 5)" * (cast_expression "(byte *)((int)param_1 + 5)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 5)" ( (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" if (parenthesized_expression "(2 < bVar17)" ( (binary_expression "2 < bVar17" number_literal < identifier) )) (compound_statement "{\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" { (expression_statement "uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));" (assignment_expression "uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c))" identifier = (call_expression "FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c))" identifier (argument_list "(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c))" ( (binary_expression "DAT_0002be90 + 0x2bc30" identifier + number_literal) , (pointer_expression "*(undefined4 *)(DAT_0002be8c + 0x2bc5c)" * (cast_expression "(undefined4 *)(DAT_0002be8c + 0x2bc5c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002be8c + 0x2bc5c)" ( (binary_expression "DAT_0002be8c + 0x2bc5c" identifier + number_literal) )))) )))) ;) (expression_statement "uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);" (assignment_expression "uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0)" identifier = (call_expression "FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0)" identifier (argument_list "(uVar25,uVar6,0xffffffff,&local_34,0)" ( identifier , identifier , number_literal , (pointer_expression "&local_34" & identifier) , number_literal )))) ;) (if_statement "if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }" if (parenthesized_expression "(uVar18 == 0)" ( (binary_expression "uVar18 == 0" identifier == number_literal) )) (compound_statement "{\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }" { (expression_statement "param_1[0xe] = 9;" (assignment_expression "param_1[0xe] = 9" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "FUN_0002057c(param_1,local_34);" (call_expression "FUN_0002057c(param_1,local_34)" identifier (argument_list "(param_1,local_34)" ( identifier , identifier ))) ;) (expression_statement "uVar12 = local_34;" (assignment_expression "uVar12 = local_34" identifier = identifier) ;) (expression_statement "iVar5 = FUN_000d33d0(local_34);" (assignment_expression "iVar5 = FUN_000d33d0(local_34)" identifier = (call_expression "FUN_000d33d0(local_34)" identifier (argument_list "(local_34)" ( identifier )))) ;) (if_statement "if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }" if (parenthesized_expression "(iVar5 == 100)" ( (binary_expression "iVar5 == 100" identifier == number_literal) )) (compound_statement "{\n FUN_00027ad8(param_1,uVar12);\n }" { (expression_statement "FUN_00027ad8(param_1,uVar12);" (call_expression "FUN_00027ad8(param_1,uVar12)" identifier (argument_list "(param_1,uVar12)" ( identifier , identifier ))) ;) })) (expression_statement "FUN_00041b68(param_1[0x50a]);" (call_expression "FUN_00041b68(param_1[0x50a])" identifier (argument_list "(param_1[0x50a])" ( (subscript_expression "param_1[0x50a]" identifier [ number_literal ]) ))) ;) (expression_statement "param_1[0x50a] = 0;" (assignment_expression "param_1[0x50a] = 0" (subscript_expression "param_1[0x50a]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x50b] = 0;" (assignment_expression "param_1[0x50b] = 0" (subscript_expression "param_1[0x50b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x50c] = 0;" (assignment_expression "param_1[0x50c] = 0" (subscript_expression "param_1[0x50c]" identifier [ number_literal ]) = number_literal) ;) })) (expression_statement "FUN_000ae7a0(local_34);" (call_expression "FUN_000ae7a0(local_34)" identifier (argument_list "(local_34)" ( identifier ))) ;) (expression_statement "FUN_00041b68(uVar6);" (call_expression "FUN_00041b68(uVar6)" identifier (argument_list "(uVar6)" ( identifier ))) ;) (expression_statement "bVar17 = *(byte *)((int)param_1 + 5);" (assignment_expression "bVar17 = *(byte *)((int)param_1 + 5)" identifier = (pointer_expression "*(byte *)((int)param_1 + 5)" * (cast_expression "(byte *)((int)param_1 + 5)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 5)" ( (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) })) (if_statement "if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }" if (parenthesized_expression "((1 < bVar17) && (local_30 == 0))" ( (binary_expression "(1 < bVar17) && (local_30 == 0)" (parenthesized_expression "(1 < bVar17)" ( (binary_expression "1 < bVar17" number_literal < identifier) )) && (parenthesized_expression "(local_30 == 0)" ( (binary_expression "local_30 == 0" identifier == number_literal) ))) )) (compound_statement "{\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }" { (expression_statement "FUN_0003f330(uVar25,0x3f0,0,0);" (call_expression "FUN_0003f330(uVar25,0x3f0,0,0)" identifier (argument_list "(uVar25,0x3f0,0,0)" ( identifier , number_literal , number_literal , number_literal ))) ;) (expression_statement "FUN_000ae7a0(local_3c);" (call_expression "FUN_000ae7a0(local_3c)" identifier (argument_list "(local_3c)" ( identifier ))) ;) (expression_statement "FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);" (call_expression "FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0)" identifier (argument_list "(uVar25,param_2,0xffffffff,&local_3c,0)" ( identifier , identifier , number_literal , (pointer_expression "&local_3c" & identifier) , number_literal ))) ;) (expression_statement "param_1[0x508] = local_3c;" (assignment_expression "param_1[0x508] = local_3c" (subscript_expression "param_1[0x508]" identifier [ number_literal ]) = identifier) ;) })) })) (expression_statement "param_1[0xe] = param_1[0xc];" (assignment_expression "param_1[0xe] = param_1[0xc]" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = (subscript_expression "param_1[0xc]" identifier [ number_literal ])) ;) (if_statement "if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }" if (parenthesized_expression "(*(char *)(param_1 + 1) == '\0')" ( (binary_expression "*(char *)(param_1 + 1) == '\0'" (pointer_expression "*(char *)(param_1 + 1)" * (cast_expression "(char *)(param_1 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }" { (if_statement "if (param_1[0xc] != 9) goto LAB_0002b78c;" if (parenthesized_expression "(param_1[0xc] != 9)" ( (binary_expression "param_1[0xc] != 9" (subscript_expression "param_1[0xc]" identifier [ number_literal ]) != number_literal) )) (goto_statement "goto LAB_0002b78c;" goto statement_identifier ;)) (labeled_statement "LAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);" statement_identifier : (expression_statement "FUN_0002057c(param_1,local_3c);" (call_expression "FUN_0002057c(param_1,local_3c)" identifier (argument_list "(param_1,local_3c)" ( identifier , identifier ))) ;)) (expression_statement "iVar5 = local_3c;" (assignment_expression "iVar5 = local_3c" identifier = identifier) ;) (expression_statement "iVar9 = FUN_000d33d0(local_3c);" (assignment_expression "iVar9 = FUN_000d33d0(local_3c)" identifier = (call_expression "FUN_000d33d0(local_3c)" identifier (argument_list "(local_3c)" ( identifier )))) ;) }) (else_clause "else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }" else (compound_statement "{\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }" { (expression_statement "iVar5 = FUN_0003823c(local_3c);" (assignment_expression "iVar5 = FUN_0003823c(local_3c)" identifier = (call_expression "FUN_0003823c(local_3c)" identifier (argument_list "(local_3c)" ( identifier )))) ;) (if_statement "if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }" if (parenthesized_expression "(iVar5 == 8)" ( (binary_expression "iVar5 == 8" identifier == number_literal) )) (compound_statement "{\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }" { (expression_statement "iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;" (assignment_expression "iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)" identifier = (call_expression "FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)" identifier (argument_list "(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)" ( (binary_expression "DAT_0002be80 + 0x2bb04" identifier + number_literal) , (pointer_expression "*(undefined4 *)(DAT_0002be7c + 0x2bb2c)" * (cast_expression "(undefined4 *)(DAT_0002be7c + 0x2bb2c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002be7c + 0x2bb2c)" ( (binary_expression "DAT_0002be7c + 0x2bb2c" identifier + number_literal) )))) , number_literal )))) ;) (if_statement "if (iVar5 == 0) {\n param_1[0xe] = 9;\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\n param_1[0xe] = 9;\n }" { (expression_statement "param_1[0xe] = 9;" (assignment_expression "param_1[0xe] = 9" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = number_literal) ;) })) (expression_statement "iVar5 = FUN_0003823c(local_3c);" (assignment_expression "iVar5 = FUN_0003823c(local_3c)" identifier = (call_expression "FUN_0003823c(local_3c)" identifier (argument_list "(local_3c)" ( identifier )))) ;) }) (else_clause "else {\n iVar5 = FUN_0003823c(local_3c);\n }" else (compound_statement "{\n iVar5 = FUN_0003823c(local_3c);\n }" { (expression_statement "iVar5 = FUN_0003823c(local_3c);" (assignment_expression "iVar5 = FUN_0003823c(local_3c)" identifier = (call_expression "FUN_0003823c(local_3c)" identifier (argument_list "(local_3c)" ( identifier )))) ;) }))) (if_statement "if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;" if (parenthesized_expression "((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0))" ( (binary_expression "(iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)" (parenthesized_expression "(iVar5 == 4)" ( (binary_expression "iVar5 == 4" identifier == number_literal) )) && (parenthesized_expression "(iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)" ( (comma_expression "iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0" (assignment_expression "iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0)" identifier = (call_expression "FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0)" identifier (argument_list "(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0)" ( identifier , (pointer_expression "*(undefined4 *)(iVar23 + 0x2b6a0)" * (cast_expression "(undefined4 *)(iVar23 + 0x2b6a0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar23 + 0x2b6a0)" ( (binary_expression "iVar23 + 0x2b6a0" identifier + number_literal) )))) , number_literal )))) , (binary_expression "iVar5 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n param_1[0xe] = 0xc;\n }" { (expression_statement "param_1[0xe] = 0xc;" (assignment_expression "param_1[0xe] = 0xc" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = number_literal) ;) }) (else_clause "else if (param_1[0xe] == 9) goto LAB_0002b9f8;" else (if_statement "if (param_1[0xe] == 9) goto LAB_0002b9f8;" if (parenthesized_expression "(param_1[0xe] == 9)" ( (binary_expression "param_1[0xe] == 9" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) == number_literal) )) (goto_statement "goto LAB_0002b9f8;" goto statement_identifier ;)))) (labeled_statement "LAB_0002b78c:\n iVar5 = local_3c;" statement_identifier : (expression_statement "iVar5 = local_3c;" (assignment_expression "iVar5 = local_3c" identifier = identifier) ;)) (expression_statement "iVar9 = FUN_000d33d0(local_3c);" (assignment_expression "iVar9 = FUN_000d33d0(local_3c)" identifier = (call_expression "FUN_000d33d0(local_3c)" identifier (argument_list "(local_3c)" ( identifier )))) ;) }))) (if_statement "if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }" if (parenthesized_expression "(iVar9 == 100)" ( (binary_expression "iVar9 == 100" identifier == number_literal) )) (compound_statement "{\n FUN_00027ad8(param_1,iVar5);\n }" { (expression_statement "FUN_00027ad8(param_1,iVar5);" (call_expression "FUN_00027ad8(param_1,iVar5)" identifier (argument_list "(param_1,iVar5)" ( identifier , identifier ))) ;) })) (expression_statement "FUN_00041b68(param_1[0x50a]);" (call_expression "FUN_00041b68(param_1[0x50a])" identifier (argument_list "(param_1[0x50a])" ( (subscript_expression "param_1[0x50a]" identifier [ number_literal ]) ))) ;) (expression_statement "param_1[0x50a] = 0;" (assignment_expression "param_1[0x50a] = 0" (subscript_expression "param_1[0x50a]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x50b] = 0;" (assignment_expression "param_1[0x50b] = 0" (subscript_expression "param_1[0x50b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x50c] = 0;" (assignment_expression "param_1[0x50c] = 0" (subscript_expression "param_1[0x50c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "FUN_00022cd4(param_1);" (call_expression "FUN_00022cd4(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (if_statement "if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }" if (parenthesized_expression "(*(char *)(param_1 + 2) != '\0')" ( (binary_expression "*(char *)(param_1 + 2) != '\0'" (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) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_00027d3c(uVar25,param_1);\n }" { (expression_statement "FUN_00027d3c(uVar25,param_1);" (call_expression "FUN_00027d3c(uVar25,param_1)" identifier (argument_list "(uVar25,param_1)" ( identifier , identifier ))) ;) })) (expression_statement "iVar5 = FUN_000ae7a0(local_3c);" (assignment_expression "iVar5 = FUN_000ae7a0(local_3c)" identifier = (call_expression "FUN_000ae7a0(local_3c)" identifier (argument_list "(local_3c)" ( identifier )))) ;) (if_statement "if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }" if (parenthesized_expression "(uVar18 == 7)" ( (binary_expression "uVar18 == 7" identifier == number_literal) )) (compound_statement "{\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }" { (expression_statement "iVar5 = 7;" (assignment_expression "iVar5 = 7" identifier = number_literal) ;) (labeled_statement "LAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }" statement_identifier : (if_statement "if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }" if (parenthesized_expression "(param_3 != (undefined4 *)0x0)" ( (binary_expression "param_3 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }" { (expression_statement "uVar6 = FUN_0001c16c(uVar25);" (assignment_expression "uVar6 = FUN_0001c16c(uVar25)" identifier = (call_expression "FUN_0001c16c(uVar25)" identifier (argument_list "(uVar25)" ( identifier )))) ;) (expression_statement "*param_3 = uVar6;" (assignment_expression "*param_3 = uVar6" (pointer_expression "*param_3" * identifier) = identifier) ;) }))) }) (else_clause "else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }" else (compound_statement "{\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }" { (if_statement "if (iVar5 != 0) goto LAB_0002b7e4;" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0002b7e4;" goto statement_identifier ;)) (expression_statement "uVar1 = (*ppuVar7)[*local_38];" (assignment_expression "uVar1 = (*ppuVar7)[*local_38]" identifier = (subscript_expression "(*ppuVar7)[*local_38]" (parenthesized_expression "(*ppuVar7)" ( (pointer_expression "*ppuVar7" * identifier) )) [ (pointer_expression "*local_38" * identifier) ])) ;) (expression_statement "param_2 = local_38;" (assignment_expression "param_2 = local_38" identifier = identifier) ;) (while_statement "while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }" while (parenthesized_expression "((uVar1 & 0x2000) != 0)" ( (binary_expression "(uVar1 & 0x2000) != 0" (parenthesized_expression "(uVar1 & 0x2000)" ( (binary_expression "uVar1 & 0x2000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }" { (expression_statement "param_2 = param_2 + 1;" (assignment_expression "param_2 = param_2 + 1" identifier = (binary_expression "param_2 + 1" identifier + number_literal)) ;) (expression_statement "uVar1 = (*ppuVar7)[*param_2];" (assignment_expression "uVar1 = (*ppuVar7)[*param_2]" identifier = (subscript_expression "(*ppuVar7)[*param_2]" (parenthesized_expression "(*ppuVar7)" ( (pointer_expression "*ppuVar7" * identifier) )) [ (pointer_expression "*param_2" * identifier) ])) ;) })) }))) (expression_statement "param_1[0x508] = 0;" (assignment_expression "param_1[0x508] = 0" (subscript_expression "param_1[0x508]" identifier [ number_literal ]) = number_literal) ;) (goto_statement "goto LAB_0002b800;" goto statement_identifier ;) })) (expression_statement "pbVar8 = local_38;" (assignment_expression "pbVar8 = local_38" identifier = identifier) ;) (do_statement "do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);" do (compound_statement "{\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n }" { (expression_statement "param_2 = pbVar8;" (assignment_expression "param_2 = pbVar8" identifier = identifier) ;) (expression_statement "uVar18 = (uint)*param_2;" (assignment_expression "uVar18 = (uint)*param_2" identifier = (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) (expression_statement "pbVar8 = param_2 + 1;" (assignment_expression "pbVar8 = param_2 + 1" identifier = (binary_expression "param_2 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(((*ppuVar7)[uVar18] & 0x2000) != 0)" ( (binary_expression "((*ppuVar7)[uVar18] & 0x2000) != 0" (parenthesized_expression "((*ppuVar7)[uVar18] & 0x2000)" ( (binary_expression "(*ppuVar7)[uVar18] & 0x2000" (subscript_expression "(*ppuVar7)[uVar18]" (parenthesized_expression "(*ppuVar7)" ( (pointer_expression "*ppuVar7" * identifier) )) [ identifier ]) & number_literal) )) != number_literal) )) ;) }) (else_clause "else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" else (if_statement "if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" if (parenthesized_expression "(param_3 == (undefined4 *)0x0)" ( (binary_expression "param_3 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }" { (labeled_statement "LAB_0002b800:\n uVar18 = (uint)*param_2;" statement_identifier : (expression_statement "uVar18 = (uint)*param_2;" (assignment_expression "uVar18 = (uint)*param_2" identifier = (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;)) }) (else_clause "else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" else (compound_statement "{\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" { (expression_statement "uVar6 = FUN_0001c16c(uVar25);" (assignment_expression "uVar6 = FUN_0001c16c(uVar25)" identifier = (call_expression "FUN_0001c16c(uVar25)" identifier (argument_list "(uVar25)" ( identifier )))) ;) (expression_statement "*param_3 = uVar6;" (assignment_expression "*param_3 = uVar6" (pointer_expression "*param_3" * identifier) = identifier) ;) (expression_statement "uVar18 = (uint)*param_2;" (assignment_expression "uVar18 = (uint)*param_2" identifier = (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) }))))) })) (goto_statement "goto LAB_0002b830;" goto statement_identifier ;) })) (expression_statement "iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3);" (assignment_expression "iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3)" identifier = (call_expression "FUN_00029e18(param_1[0x539],param_2,param_3)" identifier (argument_list "(param_1[0x539],param_2,param_3)" ( (subscript_expression "param_1[0x539]" identifier [ number_literal ]) , identifier , identifier )))) ;) (expression_statement "iVar23 = param_1[0x539];" (assignment_expression "iVar23 = param_1[0x539]" identifier = (subscript_expression "param_1[0x539]" identifier [ number_literal ])) ;) (if_statement "if (iVar10 == 0) {\n __s = (FILE *)param_1[9];\n iVar10 = param_1[0x53a];\n iVar5 = FUN_00029fe4(iVar23,param_3);\n if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar5 = 0;\n }" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (compound_statement "{\n __s = (FILE *)param_1[9];\n iVar10 = param_1[0x53a];\n iVar5 = FUN_00029fe4(iVar23,param_3);\n if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }\n }" { (expression_statement "__s = (FILE *)param_1[9];" (assignment_expression "__s = (FILE *)param_1[9]" identifier = (cast_expression "(FILE *)param_1[9]" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[9]" identifier [ number_literal ]))) ;) (expression_statement "iVar10 = param_1[0x53a];" (assignment_expression "iVar10 = param_1[0x53a]" identifier = (subscript_expression "param_1[0x53a]" identifier [ number_literal ])) ;) (expression_statement "iVar5 = FUN_00029fe4(iVar23,param_3);" (assignment_expression "iVar5 = FUN_00029fe4(iVar23,param_3)" identifier = (call_expression "FUN_00029fe4(iVar23,param_3)" identifier (argument_list "(iVar23,param_3)" ( identifier , identifier )))) ;) (if_statement "if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }" { (expression_statement "piVar19 = *(int **)(iVar23 + 0x1c);" (assignment_expression "piVar19 = *(int **)(iVar23 + 0x1c)" identifier = (pointer_expression "*(int **)(iVar23 + 0x1c)" * (cast_expression "(int **)(iVar23 + 0x1c)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar23 + 0x1c)" ( (binary_expression "iVar23 + 0x1c" identifier + number_literal) ))))) ;) (if_statement "if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }" if (parenthesized_expression "(piVar19 == (int *)0x0)" ( (binary_expression "piVar19 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }" { (if_statement "if (iVar10 == 0) goto LAB_0002b81c;" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0002b81c;" goto statement_identifier ;)) (expression_statement "iVar5 = *(int *)(iVar23 + 0x20);" (assignment_expression "iVar5 = *(int *)(iVar23 + 0x20)" identifier = (pointer_expression "*(int *)(iVar23 + 0x20)" * (cast_expression "(int *)(iVar23 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar23 + 0x20)" ( (binary_expression "iVar23 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar25 = 0;" (assignment_expression "uVar25 = 0" identifier = number_literal) ;) (if_statement "if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (compound_statement "{\n iVar5 = 0;\n goto LAB_0002be18;\n }" { (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_0002be18;" goto statement_identifier ;) })) (labeled_statement "LAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);" statement_identifier : (expression_statement "fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);" (call_expression "fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s)" identifier (argument_list "((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s)" ( (cast_expression "(void *)(DAT_0002be98 + 0x2bd68)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002be98 + 0x2bd68)" ( (binary_expression "DAT_0002be98 + 0x2bd68" identifier + number_literal) ))) , number_literal , number_literal , identifier ))) ;)) (expression_statement "__fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);" (call_expression "__fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25)" identifier (argument_list "(__s,1,DAT_0002be9c + 0x2bd78,uVar25)" ( identifier , number_literal , (binary_expression "DAT_0002be9c + 0x2bd78" identifier + number_literal) , identifier ))) ;) }) (else_clause "else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }" else (compound_statement "{\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }" { (expression_statement "iVar14 = *piVar19;" (assignment_expression "iVar14 = *piVar19" identifier = (pointer_expression "*piVar19" * identifier)) ;) (expression_statement "iVar5 = iVar14 + 1;" (assignment_expression "iVar5 = iVar14 + 1" identifier = (binary_expression "iVar14 + 1" identifier + number_literal)) ;) (if_statement "if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }" if (parenthesized_expression "(iVar10 != 0)" ( (binary_expression "iVar10 != 0" identifier != number_literal) )) (compound_statement "{\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }" { (if_statement "if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }" if (parenthesized_expression "(*(int *)(iVar23 + 0x20) == 0)" ( (binary_expression "*(int *)(iVar23 + 0x20) == 0" (pointer_expression "*(int *)(iVar23 + 0x20)" * (cast_expression "(int *)(iVar23 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar23 + 0x20)" ( (binary_expression "iVar23 + 0x20" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar25 = 0;\n }" { (expression_statement "uVar25 = 0;" (assignment_expression "uVar25 = 0" identifier = number_literal) ;) }) (else_clause "else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }" else (compound_statement "{\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }" { (while_statement "while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }" while (parenthesized_expression "((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0)))" ( (parenthesized_expression "(iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))" ( (binary_expression "iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0)" (binary_expression "iVar14 != 0" identifier != number_literal) && (parenthesized_expression "(piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0)" ( (comma_expression "piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0" (assignment_expression "piVar19 = (int *)piVar19[4]" identifier = (cast_expression "(int *)piVar19[4]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar19[4]" identifier [ number_literal ]))) , (binary_expression "piVar19 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) )) (compound_statement "{\n iVar14 = *piVar19;\n }" { (expression_statement "iVar14 = *piVar19;" (assignment_expression "iVar14 = *piVar19" identifier = (pointer_expression "*piVar19" * identifier)) ;) })) (labeled_statement "LAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);" statement_identifier : (expression_statement "uVar25 = *(undefined4 *)(iVar23 + 0x102c);" (assignment_expression "uVar25 = *(undefined4 *)(iVar23 + 0x102c)" identifier = (pointer_expression "*(undefined4 *)(iVar23 + 0x102c)" * (cast_expression "(undefined4 *)(iVar23 + 0x102c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar23 + 0x102c)" ( (binary_expression "iVar23 + 0x102c" identifier + number_literal) ))))) ;)) }))) (goto_statement "goto LAB_0002bd50;" goto statement_identifier ;) })) }))) (if_statement "if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }" if (parenthesized_expression "(0 < iVar5)" ( (binary_expression "0 < iVar5" number_literal < identifier) )) (compound_statement "{\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }" { (expression_statement "iVar9 = DAT_0002be84 + 0x2bba0;" (assignment_expression "iVar9 = DAT_0002be84 + 0x2bba0" identifier = (binary_expression "DAT_0002be84 + 0x2bba0" identifier + number_literal)) ;) (expression_statement "iVar15 = DAT_0002be88 + 0x2bbb0;" (assignment_expression "iVar15 = DAT_0002be88 + 0x2bbb0" identifier = (binary_expression "DAT_0002be88 + 0x2bbb0" identifier + number_literal)) ;) (expression_statement "iVar14 = 0;" (assignment_expression "iVar14 = 0" identifier = number_literal) ;) (do_statement "do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);" do (compound_statement "{\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n }" { (if_statement "if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }" if (parenthesized_expression "(*(int *)(iVar23 + 0x20) == 0)" ( (binary_expression "*(int *)(iVar23 + 0x20) == 0" (pointer_expression "*(int *)(iVar23 + 0x20)" * (cast_expression "(int *)(iVar23 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar23 + 0x20)" ( (binary_expression "iVar23 + 0x20" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }" { (expression_statement "iVar22 = DAT_0002bea4 + 0x2bdf0;" (assignment_expression "iVar22 = DAT_0002bea4 + 0x2bdf0" identifier = (binary_expression "DAT_0002bea4 + 0x2bdf0" identifier + number_literal)) ;) (expression_statement "piVar19 = (int *)0x0;" (assignment_expression "piVar19 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "piVar20 = (int *)0x0;" (assignment_expression "piVar20 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }" else (compound_statement "{\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }" { (expression_statement "piVar19 = *(int **)(iVar23 + 0x1c);" (assignment_expression "piVar19 = *(int **)(iVar23 + 0x1c)" identifier = (pointer_expression "*(int **)(iVar23 + 0x1c)" * (cast_expression "(int **)(iVar23 + 0x1c)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar23 + 0x1c)" ( (binary_expression "iVar23 + 0x1c" identifier + number_literal) ))))) ;) (if_statement "if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }" if (parenthesized_expression "(piVar19 == (int *)0x0)" ( (binary_expression "piVar19 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }" { (expression_statement "iVar22 = DAT_0002bea8 + 0x2be34;" (assignment_expression "iVar22 = DAT_0002bea8 + 0x2be34" identifier = (binary_expression "DAT_0002bea8 + 0x2be34" identifier + number_literal)) ;) (expression_statement "piVar19 = (int *)0x0;" (assignment_expression "piVar19 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "piVar20 = (int *)0x0;" (assignment_expression "piVar20 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }" else (compound_statement "{\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }" { (expression_statement "iVar16 = *piVar19;" (assignment_expression "iVar16 = *piVar19" identifier = (pointer_expression "*piVar19" * identifier)) ;) (expression_statement "piVar20 = piVar19;" (assignment_expression "piVar20 = piVar19" identifier = identifier) ;) (expression_statement "iVar22 = iVar16;" (assignment_expression "iVar22 = iVar16" identifier = identifier) ;) (while_statement "while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }" while (parenthesized_expression "(piVar21 = piVar19, iVar14 != iVar22)" ( (comma_expression "piVar21 = piVar19, iVar14 != iVar22" (assignment_expression "piVar21 = piVar19" identifier = identifier) , (binary_expression "iVar14 != iVar22" identifier != identifier)) )) (compound_statement "{\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }" { (expression_statement "piVar20 = (int *)piVar20[4];" (assignment_expression "piVar20 = (int *)piVar20[4]" identifier = (cast_expression "(int *)piVar20[4]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar20[4]" identifier [ number_literal ]))) ;) (if_statement "if (piVar20 == (int *)0x0) goto LAB_0002bc08;" if (parenthesized_expression "(piVar20 == (int *)0x0)" ( (binary_expression "piVar20 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0002bc08;" goto statement_identifier ;)) (expression_statement "iVar22 = *piVar20;" (assignment_expression "iVar22 = *piVar20" identifier = (pointer_expression "*piVar20" * identifier)) ;) })) (expression_statement "piVar20 = (int *)piVar20[1];" (assignment_expression "piVar20 = (int *)piVar20[1]" identifier = (cast_expression "(int *)piVar20[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar20[1]" identifier [ number_literal ]))) ;) (expression_statement "iVar22 = iVar16;" (assignment_expression "iVar22 = iVar16" identifier = identifier) ;) (while_statement "while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }" while (parenthesized_expression "(iVar14 != iVar22)" ( (binary_expression "iVar14 != iVar22" identifier != identifier) )) (compound_statement "{\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }" { (labeled_statement "LAB_0002bc08:\n piVar21 = (int *)piVar21[4];" statement_identifier : (expression_statement "piVar21 = (int *)piVar21[4];" (assignment_expression "piVar21 = (int *)piVar21[4]" identifier = (cast_expression "(int *)piVar21[4]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar21[4]" identifier [ number_literal ]))) ;)) (if_statement "if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }" if (parenthesized_expression "(piVar21 == (int *)0x0)" ( (binary_expression "piVar21 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar22 = 0;\n goto LAB_0002bc8c;\n }" { (expression_statement "iVar22 = 0;" (assignment_expression "iVar22 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_0002bc8c;" goto statement_identifier ;) })) (expression_statement "iVar22 = *piVar21;" (assignment_expression "iVar22 = *piVar21" identifier = (pointer_expression "*piVar21" * identifier)) ;) })) (expression_statement "iVar22 = piVar21[2];" (assignment_expression "iVar22 = piVar21[2]" identifier = (subscript_expression "piVar21[2]" identifier [ number_literal ])) ;) (while_statement "while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }" while (parenthesized_expression "(iVar14 != iVar16)" ( (binary_expression "iVar14 != iVar16" identifier != identifier) )) (compound_statement "{\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }" { (labeled_statement "LAB_0002bc8c:\n piVar19 = (int *)piVar19[4];" statement_identifier : (expression_statement "piVar19 = (int *)piVar19[4];" (assignment_expression "piVar19 = (int *)piVar19[4]" identifier = (cast_expression "(int *)piVar19[4]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar19[4]" identifier [ number_literal ]))) ;)) (if_statement "if (piVar19 == (int *)0x0) goto LAB_0002bc98;" if (parenthesized_expression "(piVar19 == (int *)0x0)" ( (binary_expression "piVar19 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0002bc98;" goto statement_identifier ;)) (expression_statement "iVar16 = *piVar19;" (assignment_expression "iVar16 = *piVar19" identifier = (pointer_expression "*piVar19" * identifier)) ;) })) (expression_statement "piVar19 = (int *)piVar19[3];" (assignment_expression "piVar19 = (int *)piVar19[3]" identifier = (cast_expression "(int *)piVar19[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar19[3]" identifier [ number_literal ]))) ;) (labeled_statement "LAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }" statement_identifier : (if_statement "if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }" if (parenthesized_expression "(iVar22 == 0)" ( (binary_expression "iVar22 == 0" identifier == number_literal) )) (compound_statement "{\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }" { (expression_statement "iVar22 = DAT_0002bea0 + 0x2bde0;" (assignment_expression "iVar22 = DAT_0002bea0 + 0x2bde0" identifier = (binary_expression "DAT_0002bea0 + 0x2bde0" identifier + number_literal)) ;) }))) }))) }))) (expression_statement "iVar14 = iVar14 + 1;" (assignment_expression "iVar14 = iVar14 + 1" identifier = (binary_expression "iVar14 + 1" identifier + number_literal)) ;) (if_statement "if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }" if (parenthesized_expression "(iVar10 != 0)" ( (binary_expression "iVar10 != 0" identifier != number_literal) )) (compound_statement "{\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }" { (expression_statement "__fprintf_chk(__s,1,iVar9,iVar14);" (call_expression "__fprintf_chk(__s,1,iVar9,iVar14)" identifier (argument_list "(__s,1,iVar9,iVar14)" ( identifier , number_literal , identifier , identifier ))) ;) (expression_statement "__fprintf_chk(__s,1,iVar15,piVar20);" (call_expression "__fprintf_chk(__s,1,iVar15,piVar20)" identifier (argument_list "(__s,1,iVar15,piVar20)" ( identifier , number_literal , identifier , identifier ))) ;) })) (expression_statement "iVar16 = DAT_0002be94 + 0x2bcbc;" (assignment_expression "iVar16 = DAT_0002be94 + 0x2bcbc" identifier = (binary_expression "DAT_0002be94 + 0x2bcbc" identifier + number_literal)) ;) (expression_statement "__fprintf_chk(__s,1,iVar16,iVar22);" (call_expression "__fprintf_chk(__s,1,iVar16,iVar22)" identifier (argument_list "(__s,1,iVar16,iVar22)" ( identifier , number_literal , identifier , identifier ))) ;) (expression_statement "__fprintf_chk(__s,1,iVar16,piVar19);" (call_expression "__fprintf_chk(__s,1,iVar16,piVar19)" identifier (argument_list "(__s,1,iVar16,piVar19)" ( identifier , number_literal , identifier , identifier ))) ;) }) while (parenthesized_expression "(iVar5 != iVar14)" ( (binary_expression "iVar5 != iVar14" identifier != identifier) )) ;) })) (goto_statement "goto LAB_0002b81c;" goto statement_identifier ;) })) }) (else_clause "else {\nLAB_0002b81c:\n iVar5 = 0;\n }" else (compound_statement "{\nLAB_0002b81c:\n iVar5 = 0;\n }" { (labeled_statement "LAB_0002b81c:\n iVar5 = 0;" statement_identifier : (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;)) }))) (expression_statement "FUN_0002aecc(iVar23);" (call_expression "FUN_0002aecc(iVar23)" identifier (argument_list "(iVar23)" ( identifier ))) ;) (expression_statement "param_1[0x539] = 0;" (assignment_expression "param_1[0x539] = 0" (subscript_expression "param_1[0x539]" identifier [ number_literal ]) = number_literal) ;) (labeled_statement "LAB_0002b830:\n if (local_2c != *piVar4) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }" statement_identifier : (if_statement "if (local_2c != *piVar4) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }" if (parenthesized_expression "(local_2c != *piVar4)" ( (binary_expression "local_2c != *piVar4" identifier != (pointer_expression "*piVar4" * identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }" { comment (expression_statement "__stack_chk_fail(iVar5);" (call_expression "__stack_chk_fail(iVar5)" identifier (argument_list "(iVar5)" ( identifier ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Removing unreachable block (ram,0x0002bda8) */\n/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nint shell_exec(ShellState *pArg,char *zSql,char **pzErrMsg)\n\n{\n int iVar1;\n int *piVar2;\n sqlite3expert *psVar3;\n int iVar4;\n IdxStatement *pIVar5;\n IdxStatement *pIVar6;\n IdxStatement *pIVar7;\n code *pcVar8;\n FILE *__s;\n sqlite3 *db;\n int iVar9;\n sqlite3_stmt *pStmt;\n char *zLeftover;\n sqlite3_stmt *pExplain;\n int triggerEQP;\n int local_2c;\n \n piVar2 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);\n local_2c = *piVar2;\n db = pArg->db;\n if (pzErrMsg != (char **)0x0) {\n *pzErrMsg = (char *)0x0;\n }\n psVar3 = (pArg->expert).pExpert;\n pStmt = (sqlite3_stmt *)0x0;\n if (psVar3 == (sqlite3expert *)0x0) {\n if (*zSql != '\0') {\n /* WARNING: Subroutine does not return */\n sqlite3_prepare_v2(db,zSql,-1,&pStmt,&zLeftover);\n }\n iVar4 = 0;\n goto LAB_0002b830;\n }\n iVar4 = sqlite3_expert_sql(psVar3,zSql,pzErrMsg);\n psVar3 = (pArg->expert).pExpert;\n if (iVar4 == 0) {\n __s = (FILE *)pArg->out;\n iVar9 = (pArg->expert).bVerbose;\n iVar4 = sqlite3_expert_analyze(psVar3,pzErrMsg);\n if (iVar4 == 0) {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n if (iVar9 != 0) goto LAB_0002bd50;\n }\n else {\n iVar4 = pIVar5->iId;\n if (iVar9 != 0) {\n if (psVar3->bRun != 0) {\n while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }\n }\nLAB_0002bd50:\n /* WARNING: Subroutine does not return */\n fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s);\n }\n if (0 < iVar4 + 1) {\n if (psVar3->bRun == 0) {\n pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);\n }\n else {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n __fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8);\n }\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar4 = 0;\n }\n sqlite3_expert_destroy(psVar3);\n (pArg->expert).pExpert = (sqlite3expert *)0x0;\nLAB_0002b830:\n if (local_2c == *piVar2) {\n return iVar4;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" comment comment (function_definition "int shell_exec(ShellState *pArg,char *zSql,char **pzErrMsg)\n\n{\n int iVar1;\n int *piVar2;\n sqlite3expert *psVar3;\n int iVar4;\n IdxStatement *pIVar5;\n IdxStatement *pIVar6;\n IdxStatement *pIVar7;\n code *pcVar8;\n FILE *__s;\n sqlite3 *db;\n int iVar9;\n sqlite3_stmt *pStmt;\n char *zLeftover;\n sqlite3_stmt *pExplain;\n int triggerEQP;\n int local_2c;\n \n piVar2 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);\n local_2c = *piVar2;\n db = pArg->db;\n if (pzErrMsg != (char **)0x0) {\n *pzErrMsg = (char *)0x0;\n }\n psVar3 = (pArg->expert).pExpert;\n pStmt = (sqlite3_stmt *)0x0;\n if (psVar3 == (sqlite3expert *)0x0) {\n if (*zSql != '\0') {\n /* WARNING: Subroutine does not return */\n sqlite3_prepare_v2(db,zSql,-1,&pStmt,&zLeftover);\n }\n iVar4 = 0;\n goto LAB_0002b830;\n }\n iVar4 = sqlite3_expert_sql(psVar3,zSql,pzErrMsg);\n psVar3 = (pArg->expert).pExpert;\n if (iVar4 == 0) {\n __s = (FILE *)pArg->out;\n iVar9 = (pArg->expert).bVerbose;\n iVar4 = sqlite3_expert_analyze(psVar3,pzErrMsg);\n if (iVar4 == 0) {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n if (iVar9 != 0) goto LAB_0002bd50;\n }\n else {\n iVar4 = pIVar5->iId;\n if (iVar9 != 0) {\n if (psVar3->bRun != 0) {\n while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }\n }\nLAB_0002bd50:\n /* WARNING: Subroutine does not return */\n fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s);\n }\n if (0 < iVar4 + 1) {\n if (psVar3->bRun == 0) {\n pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);\n }\n else {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n __fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8);\n }\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar4 = 0;\n }\n sqlite3_expert_destroy(psVar3);\n (pArg->expert).pExpert = (sqlite3expert *)0x0;\nLAB_0002b830:\n if (local_2c == *piVar2) {\n return iVar4;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" primitive_type (function_declarator "shell_exec(ShellState *pArg,char *zSql,char **pzErrMsg)" identifier (parameter_list "(ShellState *pArg,char *zSql,char **pzErrMsg)" ( (parameter_declaration "ShellState *pArg" type_identifier (pointer_declarator "*pArg" * identifier)) , (parameter_declaration "char *zSql" primitive_type (pointer_declarator "*zSql" * identifier)) , (parameter_declaration "char **pzErrMsg" primitive_type (pointer_declarator "**pzErrMsg" * (pointer_declarator "*pzErrMsg" * identifier))) ))) (compound_statement "{\n int iVar1;\n int *piVar2;\n sqlite3expert *psVar3;\n int iVar4;\n IdxStatement *pIVar5;\n IdxStatement *pIVar6;\n IdxStatement *pIVar7;\n code *pcVar8;\n FILE *__s;\n sqlite3 *db;\n int iVar9;\n sqlite3_stmt *pStmt;\n char *zLeftover;\n sqlite3_stmt *pExplain;\n int triggerEQP;\n int local_2c;\n \n piVar2 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);\n local_2c = *piVar2;\n db = pArg->db;\n if (pzErrMsg != (char **)0x0) {\n *pzErrMsg = (char *)0x0;\n }\n psVar3 = (pArg->expert).pExpert;\n pStmt = (sqlite3_stmt *)0x0;\n if (psVar3 == (sqlite3expert *)0x0) {\n if (*zSql != '\0') {\n /* WARNING: Subroutine does not return */\n sqlite3_prepare_v2(db,zSql,-1,&pStmt,&zLeftover);\n }\n iVar4 = 0;\n goto LAB_0002b830;\n }\n iVar4 = sqlite3_expert_sql(psVar3,zSql,pzErrMsg);\n psVar3 = (pArg->expert).pExpert;\n if (iVar4 == 0) {\n __s = (FILE *)pArg->out;\n iVar9 = (pArg->expert).bVerbose;\n iVar4 = sqlite3_expert_analyze(psVar3,pzErrMsg);\n if (iVar4 == 0) {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n if (iVar9 != 0) goto LAB_0002bd50;\n }\n else {\n iVar4 = pIVar5->iId;\n if (iVar9 != 0) {\n if (psVar3->bRun != 0) {\n while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }\n }\nLAB_0002bd50:\n /* WARNING: Subroutine does not return */\n fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s);\n }\n if (0 < iVar4 + 1) {\n if (psVar3->bRun == 0) {\n pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);\n }\n else {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n __fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8);\n }\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar4 = 0;\n }\n sqlite3_expert_destroy(psVar3);\n (pArg->expert).pExpert = (sqlite3expert *)0x0;\nLAB_0002b830:\n if (local_2c == *piVar2) {\n return iVar4;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "sqlite3expert *psVar3;" type_identifier (pointer_declarator "*psVar3" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "IdxStatement *pIVar5;" type_identifier (pointer_declarator "*pIVar5" * identifier) ;) (declaration "IdxStatement *pIVar6;" type_identifier (pointer_declarator "*pIVar6" * identifier) ;) (declaration "IdxStatement *pIVar7;" type_identifier (pointer_declarator "*pIVar7" * identifier) ;) (declaration "code *pcVar8;" type_identifier (pointer_declarator "*pcVar8" * identifier) ;) (declaration "FILE *__s;" type_identifier (pointer_declarator "*__s" * identifier) ;) (declaration "sqlite3 *db;" type_identifier (pointer_declarator "*db" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "sqlite3_stmt *pStmt;" type_identifier (pointer_declarator "*pStmt" * identifier) ;) (declaration "char *zLeftover;" primitive_type (pointer_declarator "*zLeftover" * identifier) ;) (declaration "sqlite3_stmt *pExplain;" type_identifier (pointer_declarator "*pExplain" * identifier) ;) (declaration "int triggerEQP;" primitive_type identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "piVar2 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);" (assignment_expression "piVar2 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50)" identifier = (pointer_expression "*(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50)" * (cast_expression "(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0002be4c + 0x2b60c + DAT_0002be50)" ( (binary_expression "DAT_0002be4c + 0x2b60c + DAT_0002be50" (binary_expression "DAT_0002be4c + 0x2b60c" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_2c = *piVar2;" (assignment_expression "local_2c = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) (expression_statement "db = pArg->db;" (assignment_expression "db = pArg->db" identifier = (field_expression "pArg->db" identifier -> field_identifier)) ;) (if_statement "if (pzErrMsg != (char **)0x0) {\n *pzErrMsg = (char *)0x0;\n }" if (parenthesized_expression "(pzErrMsg != (char **)0x0)" ( (binary_expression "pzErrMsg != (char **)0x0" identifier != (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n *pzErrMsg = (char *)0x0;\n }" { (expression_statement "*pzErrMsg = (char *)0x0;" (assignment_expression "*pzErrMsg = (char *)0x0" (pointer_expression "*pzErrMsg" * identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (expression_statement "psVar3 = (pArg->expert).pExpert;" (assignment_expression "psVar3 = (pArg->expert).pExpert" identifier = (field_expression "(pArg->expert).pExpert" (parenthesized_expression "(pArg->expert)" ( (field_expression "pArg->expert" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "pStmt = (sqlite3_stmt *)0x0;" (assignment_expression "pStmt = (sqlite3_stmt *)0x0" identifier = (cast_expression "(sqlite3_stmt *)0x0" ( (type_descriptor "sqlite3_stmt *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (psVar3 == (sqlite3expert *)0x0) {\n if (*zSql != '\0') {\n /* WARNING: Subroutine does not return */\n sqlite3_prepare_v2(db,zSql,-1,&pStmt,&zLeftover);\n }\n iVar4 = 0;\n goto LAB_0002b830;\n }" if (parenthesized_expression "(psVar3 == (sqlite3expert *)0x0)" ( (binary_expression "psVar3 == (sqlite3expert *)0x0" identifier == (cast_expression "(sqlite3expert *)0x0" ( (type_descriptor "sqlite3expert *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (*zSql != '\0') {\n /* WARNING: Subroutine does not return */\n sqlite3_prepare_v2(db,zSql,-1,&pStmt,&zLeftover);\n }\n iVar4 = 0;\n goto LAB_0002b830;\n }" { (if_statement "if (*zSql != '\0') {\n /* WARNING: Subroutine does not return */\n sqlite3_prepare_v2(db,zSql,-1,&pStmt,&zLeftover);\n }" if (parenthesized_expression "(*zSql != '\0')" ( (binary_expression "*zSql != '\0'" (pointer_expression "*zSql" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n sqlite3_prepare_v2(db,zSql,-1,&pStmt,&zLeftover);\n }" { comment (expression_statement "sqlite3_prepare_v2(db,zSql,-1,&pStmt,&zLeftover);" (call_expression "sqlite3_prepare_v2(db,zSql,-1,&pStmt,&zLeftover)" identifier (argument_list "(db,zSql,-1,&pStmt,&zLeftover)" ( identifier , identifier , number_literal , (pointer_expression "&pStmt" & identifier) , (pointer_expression "&zLeftover" & identifier) ))) ;) })) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_0002b830;" goto statement_identifier ;) })) (expression_statement "iVar4 = sqlite3_expert_sql(psVar3,zSql,pzErrMsg);" (assignment_expression "iVar4 = sqlite3_expert_sql(psVar3,zSql,pzErrMsg)" identifier = (call_expression "sqlite3_expert_sql(psVar3,zSql,pzErrMsg)" identifier (argument_list "(psVar3,zSql,pzErrMsg)" ( identifier , identifier , identifier )))) ;) (expression_statement "psVar3 = (pArg->expert).pExpert;" (assignment_expression "psVar3 = (pArg->expert).pExpert" identifier = (field_expression "(pArg->expert).pExpert" (parenthesized_expression "(pArg->expert)" ( (field_expression "pArg->expert" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (iVar4 == 0) {\n __s = (FILE *)pArg->out;\n iVar9 = (pArg->expert).bVerbose;\n iVar4 = sqlite3_expert_analyze(psVar3,pzErrMsg);\n if (iVar4 == 0) {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n if (iVar9 != 0) goto LAB_0002bd50;\n }\n else {\n iVar4 = pIVar5->iId;\n if (iVar9 != 0) {\n if (psVar3->bRun != 0) {\n while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }\n }\nLAB_0002bd50:\n /* WARNING: Subroutine does not return */\n fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s);\n }\n if (0 < iVar4 + 1) {\n if (psVar3->bRun == 0) {\n pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);\n }\n else {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n __fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8);\n }\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar4 = 0;\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n __s = (FILE *)pArg->out;\n iVar9 = (pArg->expert).bVerbose;\n iVar4 = sqlite3_expert_analyze(psVar3,pzErrMsg);\n if (iVar4 == 0) {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n if (iVar9 != 0) goto LAB_0002bd50;\n }\n else {\n iVar4 = pIVar5->iId;\n if (iVar9 != 0) {\n if (psVar3->bRun != 0) {\n while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }\n }\nLAB_0002bd50:\n /* WARNING: Subroutine does not return */\n fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s);\n }\n if (0 < iVar4 + 1) {\n if (psVar3->bRun == 0) {\n pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);\n }\n else {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n __fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8);\n }\n }\n goto LAB_0002b81c;\n }\n }" { (expression_statement "__s = (FILE *)pArg->out;" (assignment_expression "__s = (FILE *)pArg->out" identifier = (cast_expression "(FILE *)pArg->out" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pArg->out" identifier -> field_identifier))) ;) (expression_statement "iVar9 = (pArg->expert).bVerbose;" (assignment_expression "iVar9 = (pArg->expert).bVerbose" identifier = (field_expression "(pArg->expert).bVerbose" (parenthesized_expression "(pArg->expert)" ( (field_expression "pArg->expert" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "iVar4 = sqlite3_expert_analyze(psVar3,pzErrMsg);" (assignment_expression "iVar4 = sqlite3_expert_analyze(psVar3,pzErrMsg)" identifier = (call_expression "sqlite3_expert_analyze(psVar3,pzErrMsg)" identifier (argument_list "(psVar3,pzErrMsg)" ( identifier , identifier )))) ;) (if_statement "if (iVar4 == 0) {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n if (iVar9 != 0) goto LAB_0002bd50;\n }\n else {\n iVar4 = pIVar5->iId;\n if (iVar9 != 0) {\n if (psVar3->bRun != 0) {\n while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }\n }\nLAB_0002bd50:\n /* WARNING: Subroutine does not return */\n fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s);\n }\n if (0 < iVar4 + 1) {\n if (psVar3->bRun == 0) {\n pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);\n }\n else {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n __fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8);\n }\n }\n goto LAB_0002b81c;\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n if (iVar9 != 0) goto LAB_0002bd50;\n }\n else {\n iVar4 = pIVar5->iId;\n if (iVar9 != 0) {\n if (psVar3->bRun != 0) {\n while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }\n }\nLAB_0002bd50:\n /* WARNING: Subroutine does not return */\n fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s);\n }\n if (0 < iVar4 + 1) {\n if (psVar3->bRun == 0) {\n pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);\n }\n else {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n __fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8);\n }\n }\n goto LAB_0002b81c;\n }" { (expression_statement "pIVar5 = psVar3->pStatement;" (assignment_expression "pIVar5 = psVar3->pStatement" identifier = (field_expression "psVar3->pStatement" identifier -> field_identifier)) ;) (if_statement "if (pIVar5 == (IdxStatement *)0x0) {\n if (iVar9 != 0) goto LAB_0002bd50;\n }\n else {\n iVar4 = pIVar5->iId;\n if (iVar9 != 0) {\n if (psVar3->bRun != 0) {\n while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }\n }\nLAB_0002bd50:\n /* WARNING: Subroutine does not return */\n fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s);\n }\n if (0 < iVar4 + 1) {\n if (psVar3->bRun == 0) {\n pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);\n }\n else {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n __fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8);\n }\n }" if (parenthesized_expression "(pIVar5 == (IdxStatement *)0x0)" ( (binary_expression "pIVar5 == (IdxStatement *)0x0" identifier == (cast_expression "(IdxStatement *)0x0" ( (type_descriptor "IdxStatement *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (iVar9 != 0) goto LAB_0002bd50;\n }" { (if_statement "if (iVar9 != 0) goto LAB_0002bd50;" if (parenthesized_expression "(iVar9 != 0)" ( (binary_expression "iVar9 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0002bd50;" goto statement_identifier ;)) }) (else_clause "else {\n iVar4 = pIVar5->iId;\n if (iVar9 != 0) {\n if (psVar3->bRun != 0) {\n while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }\n }\nLAB_0002bd50:\n /* WARNING: Subroutine does not return */\n fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s);\n }\n if (0 < iVar4 + 1) {\n if (psVar3->bRun == 0) {\n pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);\n }\n else {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n __fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8);\n }\n }" else (compound_statement "{\n iVar4 = pIVar5->iId;\n if (iVar9 != 0) {\n if (psVar3->bRun != 0) {\n while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }\n }\nLAB_0002bd50:\n /* WARNING: Subroutine does not return */\n fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s);\n }\n if (0 < iVar4 + 1) {\n if (psVar3->bRun == 0) {\n pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);\n }\n else {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n __fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8);\n }\n }" { (expression_statement "iVar4 = pIVar5->iId;" (assignment_expression "iVar4 = pIVar5->iId" identifier = (field_expression "pIVar5->iId" identifier -> field_identifier)) ;) (if_statement "if (iVar9 != 0) {\n if (psVar3->bRun != 0) {\n while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }\n }\nLAB_0002bd50:\n /* WARNING: Subroutine does not return */\n fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s);\n }" if (parenthesized_expression "(iVar9 != 0)" ( (binary_expression "iVar9 != 0" identifier != number_literal) )) (compound_statement "{\n if (psVar3->bRun != 0) {\n while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }\n }\nLAB_0002bd50:\n /* WARNING: Subroutine does not return */\n fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s);\n }" { (if_statement "if (psVar3->bRun != 0) {\n while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }\n }" if (parenthesized_expression "(psVar3->bRun != 0)" ( (binary_expression "psVar3->bRun != 0" (field_expression "psVar3->bRun" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }\n }" { (while_statement "while ((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))) {\n iVar4 = pIVar5->iId;\n }" while (parenthesized_expression "((iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0)))" ( (parenthesized_expression "(iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0))" ( (binary_expression "iVar4 != 0 && (pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0)" (binary_expression "iVar4 != 0" identifier != number_literal) && (parenthesized_expression "(pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0)" ( (comma_expression "pIVar5 = pIVar5->pNext, pIVar5 != (IdxStatement *)0x0" (assignment_expression "pIVar5 = pIVar5->pNext" identifier = (field_expression "pIVar5->pNext" identifier -> field_identifier)) , (binary_expression "pIVar5 != (IdxStatement *)0x0" identifier != (cast_expression "(IdxStatement *)0x0" ( (type_descriptor "IdxStatement *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) )) (compound_statement "{\n iVar4 = pIVar5->iId;\n }" { (expression_statement "iVar4 = pIVar5->iId;" (assignment_expression "iVar4 = pIVar5->iId" identifier = (field_expression "pIVar5->iId" identifier -> field_identifier)) ;) })) })) (labeled_statement "LAB_0002bd50:\n /* WARNING: Subroutine does not return */\n fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s);" statement_identifier : comment (expression_statement "fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s);" (call_expression "fwrite(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s)" identifier (argument_list "(&UNK_0002bd68 + DAT_0002be98,1,0x2c,__s)" ( (binary_expression "&UNK_0002bd68 + DAT_0002be98" (pointer_expression "&UNK_0002bd68" & identifier) + identifier) , number_literal , number_literal , identifier ))) ;)) })) (if_statement "if (0 < iVar4 + 1) {\n if (psVar3->bRun == 0) {\n pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);\n }\n else {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n __fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8);\n }" if (parenthesized_expression "(0 < iVar4 + 1)" ( (binary_expression "0 < iVar4 + 1" number_literal < (binary_expression "iVar4 + 1" identifier + number_literal)) )) (compound_statement "{\n if (psVar3->bRun == 0) {\n pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);\n }\n else {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n __fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8);\n }" { (if_statement "if (psVar3->bRun == 0) {\n pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);\n }\n else {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }" if (parenthesized_expression "(psVar3->bRun == 0)" ( (binary_expression "psVar3->bRun == 0" (field_expression "psVar3->bRun" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);\n }" { (expression_statement "pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0);" (assignment_expression "pcVar8 = (code *)(_UNK_0002bea4 + 0x2bdf0)" identifier = (cast_expression "(code *)(_UNK_0002bea4 + 0x2bdf0)" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(_UNK_0002bea4 + 0x2bdf0)" ( (binary_expression "_UNK_0002bea4 + 0x2bdf0" identifier + number_literal) )))) ;) }) (else_clause "else {\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }" else (compound_statement "{\n pIVar5 = psVar3->pStatement;\n if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }\n }" { (expression_statement "pIVar5 = psVar3->pStatement;" (assignment_expression "pIVar5 = psVar3->pStatement" identifier = (field_expression "psVar3->pStatement" identifier -> field_identifier)) ;) (if_statement "if (pIVar5 == (IdxStatement *)0x0) {\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }\n else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }" if (parenthesized_expression "(pIVar5 == (IdxStatement *)0x0)" ( (binary_expression "pIVar5 == (IdxStatement *)0x0" identifier == (cast_expression "(IdxStatement *)0x0" ( (type_descriptor "IdxStatement *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);\n }" { (expression_statement "pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8);" (assignment_expression "pcVar8 = (code *)(&UNK_0002be34 + _UNK_0002bea8)" identifier = (cast_expression "(code *)(&UNK_0002be34 + _UNK_0002bea8)" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&UNK_0002be34 + _UNK_0002bea8)" ( (binary_expression "&UNK_0002be34 + _UNK_0002bea8" (pointer_expression "&UNK_0002be34" & identifier) + identifier) )))) ;) }) (else_clause "else {\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }" else (compound_statement "{\n iVar4 = pIVar5->iId;\n pIVar6 = pIVar5;\n iVar9 = iVar4;\n while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }\n while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }\n pcVar8 = (code *)pIVar7->zIdx;\n while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }\n if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }\n }" { (expression_statement "iVar4 = pIVar5->iId;" (assignment_expression "iVar4 = pIVar5->iId" identifier = (field_expression "pIVar5->iId" identifier -> field_identifier)) ;) (expression_statement "pIVar6 = pIVar5;" (assignment_expression "pIVar6 = pIVar5" identifier = identifier) ;) (expression_statement "iVar9 = iVar4;" (assignment_expression "iVar9 = iVar4" identifier = identifier) ;) (while_statement "while (pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0) {\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }" while (parenthesized_expression "(pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0)" ( (comma_expression "pIVar7 = pIVar5, iVar1 = iVar4, iVar9 != 0" (assignment_expression "pIVar7 = pIVar5" identifier = identifier) , (comma_expression "iVar1 = iVar4, iVar9 != 0" (assignment_expression "iVar1 = iVar4" identifier = identifier) , (binary_expression "iVar9 != 0" identifier != number_literal))) )) (compound_statement "{\n pIVar6 = pIVar6->pNext;\n if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;\n iVar9 = pIVar6->iId;\n }" { (expression_statement "pIVar6 = pIVar6->pNext;" (assignment_expression "pIVar6 = pIVar6->pNext" identifier = (field_expression "pIVar6->pNext" identifier -> field_identifier)) ;) (if_statement "if (pIVar6 == (IdxStatement *)0x0) goto LAB_0002bc08;" if (parenthesized_expression "(pIVar6 == (IdxStatement *)0x0)" ( (binary_expression "pIVar6 == (IdxStatement *)0x0" identifier == (cast_expression "(IdxStatement *)0x0" ( (type_descriptor "IdxStatement *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0002bc08;" goto statement_identifier ;)) (expression_statement "iVar9 = pIVar6->iId;" (assignment_expression "iVar9 = pIVar6->iId" identifier = (field_expression "pIVar6->iId" identifier -> field_identifier)) ;) })) (while_statement "while (iVar1 != 0) {\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }" while (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_0002bc08:\n pIVar7 = pIVar7->pNext;\n if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }\n iVar1 = pIVar7->iId;\n }" { (labeled_statement "LAB_0002bc08:\n pIVar7 = pIVar7->pNext;" statement_identifier : (expression_statement "pIVar7 = pIVar7->pNext;" (assignment_expression "pIVar7 = pIVar7->pNext" identifier = (field_expression "pIVar7->pNext" identifier -> field_identifier)) ;)) (if_statement "if (pIVar7 == (IdxStatement *)0x0) {\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }" if (parenthesized_expression "(pIVar7 == (IdxStatement *)0x0)" ( (binary_expression "pIVar7 == (IdxStatement *)0x0" identifier == (cast_expression "(IdxStatement *)0x0" ( (type_descriptor "IdxStatement *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar8 = (code *)0x0;\n goto LAB_0002bc8c;\n }" { (expression_statement "pcVar8 = (code *)0x0;" (assignment_expression "pcVar8 = (code *)0x0" identifier = (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (goto_statement "goto LAB_0002bc8c;" goto statement_identifier ;) })) (expression_statement "iVar1 = pIVar7->iId;" (assignment_expression "iVar1 = pIVar7->iId" identifier = (field_expression "pIVar7->iId" identifier -> field_identifier)) ;) })) (expression_statement "pcVar8 = (code *)pIVar7->zIdx;" (assignment_expression "pcVar8 = (code *)pIVar7->zIdx" identifier = (cast_expression "(code *)pIVar7->zIdx" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pIVar7->zIdx" identifier -> field_identifier))) ;) (while_statement "while (iVar4 != 0) {\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }" while (parenthesized_expression "(iVar4 != 0)" ( (binary_expression "iVar4 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_0002bc8c:\n pIVar5 = pIVar5->pNext;\n if (pIVar5 == (IdxStatement *)0x0) break;\n iVar4 = pIVar5->iId;\n }" { (labeled_statement "LAB_0002bc8c:\n pIVar5 = pIVar5->pNext;" statement_identifier : (expression_statement "pIVar5 = pIVar5->pNext;" (assignment_expression "pIVar5 = pIVar5->pNext" identifier = (field_expression "pIVar5->pNext" identifier -> field_identifier)) ;)) (if_statement "if (pIVar5 == (IdxStatement *)0x0) break;" if (parenthesized_expression "(pIVar5 == (IdxStatement *)0x0)" ( (binary_expression "pIVar5 == (IdxStatement *)0x0" identifier == (cast_expression "(IdxStatement *)0x0" ( (type_descriptor "IdxStatement *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "iVar4 = pIVar5->iId;" (assignment_expression "iVar4 = pIVar5->iId" identifier = (field_expression "pIVar5->iId" identifier -> field_identifier)) ;) })) (if_statement "if (pcVar8 == (code *)0x0) {\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }" if (parenthesized_expression "(pcVar8 == (code *)0x0)" ( (binary_expression "pcVar8 == (code *)0x0" identifier == (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;\n }" { (expression_statement "pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4;" (assignment_expression "pcVar8 = FUN_0002bddc + DAT_0002bea0 + 4" identifier = (binary_expression "FUN_0002bddc + DAT_0002bea0 + 4" (binary_expression "FUN_0002bddc + DAT_0002bea0" identifier + identifier) + number_literal)) ;) })) }))) }))) comment (expression_statement "__fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8);" (call_expression "__fprintf_chk(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8)" identifier (argument_list "(__s,1,DAT_0002be94 + 0x2bcbc,pcVar8)" ( identifier , number_literal , (binary_expression "DAT_0002be94 + 0x2bcbc" identifier + number_literal) , identifier ))) ;) })) }))) (goto_statement "goto LAB_0002b81c;" goto statement_identifier ;) })) }) (else_clause "else {\nLAB_0002b81c:\n iVar4 = 0;\n }" else (compound_statement "{\nLAB_0002b81c:\n iVar4 = 0;\n }" { (labeled_statement "LAB_0002b81c:\n iVar4 = 0;" statement_identifier : (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;)) }))) (expression_statement "sqlite3_expert_destroy(psVar3);" (call_expression "sqlite3_expert_destroy(psVar3)" identifier (argument_list "(psVar3)" ( identifier ))) ;) (expression_statement "(pArg->expert).pExpert = (sqlite3expert *)0x0;" (assignment_expression "(pArg->expert).pExpert = (sqlite3expert *)0x0" (field_expression "(pArg->expert).pExpert" (parenthesized_expression "(pArg->expert)" ( (field_expression "pArg->expert" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(sqlite3expert *)0x0" ( (type_descriptor "sqlite3expert *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (labeled_statement "LAB_0002b830:\n if (local_2c == *piVar2) {\n return iVar4;\n }" statement_identifier : (if_statement "if (local_2c == *piVar2) {\n return iVar4;\n }" if (parenthesized_expression "(local_2c == *piVar2)" ( (binary_expression "local_2c == *piVar2" identifier == (pointer_expression "*piVar2" * identifier)) )) (compound_statement "{\n return iVar4;\n }" { (return_statement "return iVar4;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0002b5fc(undefined4 *param_1,byte *param_2,undefined4 *param_3)\n\n{\n ushort uVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n ushort **ppuVar7;\n byte *pbVar8;\n int iVar9;\n int iVar10;\n char *pcVar11;\n undefined4 uVar12;\n undefined4 uVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n byte bVar17;\n uint uVar18;\n int *piVar19;\n int *piVar20;\n int *piVar21;\n int iVar22;\n int iVar23;\n FILE *__s;\n uint uVar24;\n undefined4 uVar25;\n int local_3c;\n byte *local_38;\n undefined4 local_34;\n int local_30;\n int local_2c;\n \n piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);\n local_2c = *piVar4;\n uVar25 = *param_1;\n if (param_3 != (undefined4 *)0x0) {\n *param_3 = 0;\n }\n iVar23 = DAT_0002be58;\n iVar10 = DAT_0002be54;\n local_3c = 0;\n if (param_1[0x539] == 0) {\n uVar18 = (uint)*param_2;\n iVar14 = DAT_0002be5c + 0x2b678;\n iVar5 = 0;\n while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }\n goto LAB_0002b830;\n }\n iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3);\n iVar23 = param_1[0x539];\n if (iVar10 == 0) {\n __s = (FILE *)param_1[9];\n iVar10 = param_1[0x53a];\n iVar5 = FUN_00029fe4(iVar23,param_3);\n if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar5 = 0;\n }\n FUN_0002aecc(iVar23);\n param_1[0x539] = 0;\nLAB_0002b830:\n if (local_2c != *piVar4) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }\n return;\n}\n\n" (function_definition "void FUN_0002b5fc(undefined4 *param_1,byte *param_2,undefined4 *param_3)\n\n{\n ushort uVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n ushort **ppuVar7;\n byte *pbVar8;\n int iVar9;\n int iVar10;\n char *pcVar11;\n undefined4 uVar12;\n undefined4 uVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n byte bVar17;\n uint uVar18;\n int *piVar19;\n int *piVar20;\n int *piVar21;\n int iVar22;\n int iVar23;\n FILE *__s;\n uint uVar24;\n undefined4 uVar25;\n int local_3c;\n byte *local_38;\n undefined4 local_34;\n int local_30;\n int local_2c;\n \n piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);\n local_2c = *piVar4;\n uVar25 = *param_1;\n if (param_3 != (undefined4 *)0x0) {\n *param_3 = 0;\n }\n iVar23 = DAT_0002be58;\n iVar10 = DAT_0002be54;\n local_3c = 0;\n if (param_1[0x539] == 0) {\n uVar18 = (uint)*param_2;\n iVar14 = DAT_0002be5c + 0x2b678;\n iVar5 = 0;\n while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }\n goto LAB_0002b830;\n }\n iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3);\n iVar23 = param_1[0x539];\n if (iVar10 == 0) {\n __s = (FILE *)param_1[9];\n iVar10 = param_1[0x53a];\n iVar5 = FUN_00029fe4(iVar23,param_3);\n if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar5 = 0;\n }\n FUN_0002aecc(iVar23);\n param_1[0x539] = 0;\nLAB_0002b830:\n if (local_2c != *piVar4) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }\n return;\n}" primitive_type (function_declarator "FUN_0002b5fc(undefined4 *param_1,byte *param_2,undefined4 *param_3)" identifier (parameter_list "(undefined4 *param_1,byte *param_2,undefined4 *param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n ushort uVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n ushort **ppuVar7;\n byte *pbVar8;\n int iVar9;\n int iVar10;\n char *pcVar11;\n undefined4 uVar12;\n undefined4 uVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n byte bVar17;\n uint uVar18;\n int *piVar19;\n int *piVar20;\n int *piVar21;\n int iVar22;\n int iVar23;\n FILE *__s;\n uint uVar24;\n undefined4 uVar25;\n int local_3c;\n byte *local_38;\n undefined4 local_34;\n int local_30;\n int local_2c;\n \n piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);\n local_2c = *piVar4;\n uVar25 = *param_1;\n if (param_3 != (undefined4 *)0x0) {\n *param_3 = 0;\n }\n iVar23 = DAT_0002be58;\n iVar10 = DAT_0002be54;\n local_3c = 0;\n if (param_1[0x539] == 0) {\n uVar18 = (uint)*param_2;\n iVar14 = DAT_0002be5c + 0x2b678;\n iVar5 = 0;\n while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }\n goto LAB_0002b830;\n }\n iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3);\n iVar23 = param_1[0x539];\n if (iVar10 == 0) {\n __s = (FILE *)param_1[9];\n iVar10 = param_1[0x53a];\n iVar5 = FUN_00029fe4(iVar23,param_3);\n if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar5 = 0;\n }\n FUN_0002aecc(iVar23);\n param_1[0x539] = 0;\nLAB_0002b830:\n if (local_2c != *piVar4) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }\n return;\n}" { (declaration "ushort uVar1;" type_identifier identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "ushort **ppuVar7;" type_identifier (pointer_declarator "**ppuVar7" * (pointer_declarator "*ppuVar7" * identifier)) ;) (declaration "byte *pbVar8;" type_identifier (pointer_declarator "*pbVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "undefined4 uVar12;" type_identifier identifier ;) (declaration "undefined4 uVar13;" type_identifier identifier ;) (declaration "int iVar14;" primitive_type identifier ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "int iVar16;" primitive_type identifier ;) (declaration "byte bVar17;" type_identifier identifier ;) (declaration "uint uVar18;" type_identifier identifier ;) (declaration "int *piVar19;" primitive_type (pointer_declarator "*piVar19" * identifier) ;) (declaration "int *piVar20;" primitive_type (pointer_declarator "*piVar20" * identifier) ;) (declaration "int *piVar21;" primitive_type (pointer_declarator "*piVar21" * identifier) ;) (declaration "int iVar22;" primitive_type identifier ;) (declaration "int iVar23;" primitive_type identifier ;) (declaration "FILE *__s;" type_identifier (pointer_declarator "*__s" * identifier) ;) (declaration "uint uVar24;" type_identifier identifier ;) (declaration "undefined4 uVar25;" type_identifier identifier ;) (declaration "int local_3c;" primitive_type identifier ;) (declaration "byte *local_38;" type_identifier (pointer_declarator "*local_38" * identifier) ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);" (assignment_expression "piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50)" identifier = (pointer_expression "*(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50)" * (cast_expression "(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0002be4c + 0x2b60c + DAT_0002be50)" ( (binary_expression "DAT_0002be4c + 0x2b60c + DAT_0002be50" (binary_expression "DAT_0002be4c + 0x2b60c" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_2c = *piVar4;" (assignment_expression "local_2c = *piVar4" identifier = (pointer_expression "*piVar4" * identifier)) ;) (expression_statement "uVar25 = *param_1;" (assignment_expression "uVar25 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if (param_3 != (undefined4 *)0x0) {\n *param_3 = 0;\n }" if (parenthesized_expression "(param_3 != (undefined4 *)0x0)" ( (binary_expression "param_3 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *param_3 = 0;\n }" { (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) })) (expression_statement "iVar23 = DAT_0002be58;" (assignment_expression "iVar23 = DAT_0002be58" identifier = identifier) ;) (expression_statement "iVar10 = DAT_0002be54;" (assignment_expression "iVar10 = DAT_0002be54" identifier = identifier) ;) (expression_statement "local_3c = 0;" (assignment_expression "local_3c = 0" identifier = number_literal) ;) (if_statement "if (param_1[0x539] == 0) {\n uVar18 = (uint)*param_2;\n iVar14 = DAT_0002be5c + 0x2b678;\n iVar5 = 0;\n while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }\n goto LAB_0002b830;\n }" if (parenthesized_expression "(param_1[0x539] == 0)" ( (binary_expression "param_1[0x539] == 0" (subscript_expression "param_1[0x539]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n uVar18 = (uint)*param_2;\n iVar14 = DAT_0002be5c + 0x2b678;\n iVar5 = 0;\n while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }\n goto LAB_0002b830;\n }" { (expression_statement "uVar18 = (uint)*param_2;" (assignment_expression "uVar18 = (uint)*param_2" identifier = (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) (expression_statement "iVar14 = DAT_0002be5c + 0x2b678;" (assignment_expression "iVar14 = DAT_0002be5c + 0x2b678" identifier = (binary_expression "DAT_0002be5c + 0x2b678" identifier + number_literal)) ;) (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (while_statement "while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }" while (parenthesized_expression "(bVar2 = iVar5 == 0, uVar18 != 0 && bVar2)" ( (comma_expression "bVar2 = iVar5 == 0, uVar18 != 0 && bVar2" (assignment_expression "bVar2 = iVar5 == 0" identifier = (binary_expression "iVar5 == 0" identifier == number_literal)) , (binary_expression "uVar18 != 0 && bVar2" (binary_expression "uVar18 != 0" identifier != number_literal) && identifier)) )) (compound_statement "{\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }" { (expression_statement "iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);" (assignment_expression "iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38)" identifier = (call_expression "FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38)" identifier (argument_list "(uVar25,param_2,0xffffffff,&local_3c,&local_38)" ( identifier , identifier , number_literal , (pointer_expression "&local_3c" & identifier) , (pointer_expression "&local_38" & identifier) )))) ;) (expression_statement "iVar9 = local_3c;" (assignment_expression "iVar9 = local_3c" identifier = identifier) ;) (if_statement "if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }" { (expression_statement "ppuVar7 = __ctype_b_loc();" (assignment_expression "ppuVar7 = __ctype_b_loc()" identifier = (call_expression "__ctype_b_loc()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }" if (parenthesized_expression "(iVar9 != 0)" ( (binary_expression "iVar9 != 0" identifier != number_literal) )) (compound_statement "{\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }" { (expression_statement "pbVar8 = (byte *)FUN_00038378(iVar9);" (assignment_expression "pbVar8 = (byte *)FUN_00038378(iVar9)" identifier = (cast_expression "(byte *)FUN_00038378(iVar9)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00038378(iVar9)" identifier (argument_list "(iVar9)" ( identifier ))))) ;) (expression_statement "*(byte **)(iVar10 + 0x2b690) = pbVar8;" (assignment_expression "*(byte **)(iVar10 + 0x2b690) = pbVar8" (pointer_expression "*(byte **)(iVar10 + 0x2b690)" * (cast_expression "(byte **)(iVar10 + 0x2b690)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar10 + 0x2b690)" ( (binary_expression "iVar10 + 0x2b690" identifier + number_literal) )))) = identifier) ;) (if_statement "if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }" if (parenthesized_expression "(pbVar8 == (byte *)0x0)" ( (binary_expression "pbVar8 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }" { (expression_statement "pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);" (assignment_expression "pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38)" identifier = (cast_expression "(byte *)(DAT_0002be78 + 0x2ba38)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002be78 + 0x2ba38)" ( (binary_expression "DAT_0002be78 + 0x2ba38" identifier + number_literal) )))) ;) (expression_statement "*(byte **)(iVar10 + 0x2b690) = pbVar8;" (assignment_expression "*(byte **)(iVar10 + 0x2b690) = pbVar8" (pointer_expression "*(byte **)(iVar10 + 0x2b690)" * (cast_expression "(byte **)(iVar10 + 0x2b690)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar10 + 0x2b690)" ( (binary_expression "iVar10 + 0x2b690" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar24 = 0;" (assignment_expression "uVar24 = 0" identifier = number_literal) ;) }) (else_clause "else {\n uVar24 = (uint)*pbVar8;\n }" else (compound_statement "{\n uVar24 = (uint)*pbVar8;\n }" { (expression_statement "uVar24 = (uint)*pbVar8;" (assignment_expression "uVar24 = (uint)*pbVar8" identifier = (binary_expression "(uint)*pbVar8" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) }))) (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" identifier = false) ;) (while_statement "while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }" while (parenthesized_expression "(((*ppuVar7)[uVar24] & 0x2000) != 0)" ( (binary_expression "((*ppuVar7)[uVar24] & 0x2000) != 0" (parenthesized_expression "((*ppuVar7)[uVar24] & 0x2000)" ( (binary_expression "(*ppuVar7)[uVar24] & 0x2000" (subscript_expression "(*ppuVar7)[uVar24]" (parenthesized_expression "(*ppuVar7)" ( (pointer_expression "*ppuVar7" * identifier) )) [ identifier ]) & number_literal) )) != number_literal) )) (compound_statement "{\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }" { (expression_statement "pbVar8 = pbVar8 + 1;" (assignment_expression "pbVar8 = pbVar8 + 1" identifier = (binary_expression "pbVar8 + 1" identifier + number_literal)) ;) (expression_statement "bVar3 = uVar18 != 0 && bVar2;" (assignment_expression "bVar3 = uVar18 != 0 && bVar2" identifier = (binary_expression "uVar18 != 0 && bVar2" (binary_expression "uVar18 != 0" identifier != number_literal) && identifier)) ;) (expression_statement "uVar24 = (uint)*pbVar8;" (assignment_expression "uVar24 = (uint)*pbVar8" identifier = (binary_expression "(uint)*pbVar8" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) })) (if_statement "if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }" if (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }" { (expression_statement "*(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;" (assignment_expression "*(byte **)(DAT_0002be60 + 0x2b778) = pbVar8" (pointer_expression "*(byte **)(DAT_0002be60 + 0x2b778)" * (cast_expression "(byte **)(DAT_0002be60 + 0x2b778)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0002be60 + 0x2b778)" ( (binary_expression "DAT_0002be60 + 0x2b778" identifier + number_literal) )))) = identifier) ;) })) (expression_statement "param_1[0x508] = local_3c;" (assignment_expression "param_1[0x508] = local_3c" (subscript_expression "param_1[0x508]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" if (parenthesized_expression "((param_1[0x16] & 0x40) == 0)" ( (binary_expression "(param_1[0x16] & 0x40) == 0" (parenthesized_expression "(param_1[0x16] & 0x40)" ( (binary_expression "param_1[0x16] & 0x40" (subscript_expression "param_1[0x16]" identifier [ number_literal ]) & number_literal) )) == number_literal) )) (compound_statement "{\n bVar17 = *(byte *)((int)param_1 + 5);\n }" { (expression_statement "bVar17 = *(byte *)((int)param_1 + 5);" (assignment_expression "bVar17 = *(byte *)((int)param_1 + 5)" identifier = (pointer_expression "*(byte *)((int)param_1 + 5)" * (cast_expression "(byte *)((int)param_1 + 5)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 5)" ( (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) }) (else_clause "else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" else (compound_statement "{\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" { (expression_statement "__fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);" (call_expression "__fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8)" identifier (argument_list "(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8)" ( (subscript_expression "param_1[9]" identifier [ number_literal ]) , number_literal , (binary_expression "DAT_0002be64 + 0x2b89c" identifier + number_literal) , identifier ))) ;) (expression_statement "bVar17 = *(byte *)((int)param_1 + 5);" (assignment_expression "bVar17 = *(byte *)((int)param_1 + 5)" identifier = (pointer_expression "*(byte *)((int)param_1 + 5)" * (cast_expression "(byte *)((int)param_1 + 5)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 5)" ( (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) }))) (expression_statement "uVar18 = (uint)bVar17;" (assignment_expression "uVar18 = (uint)bVar17" identifier = (cast_expression "(uint)bVar17" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }" if (parenthesized_expression "((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0))" ( (binary_expression "(uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)" (parenthesized_expression "(uVar18 != 0)" ( (binary_expression "uVar18 != 0" identifier != number_literal) )) && (parenthesized_expression "(uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)" ( (comma_expression "uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0" (assignment_expression "uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n )" identifier = (call_expression "FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n )" identifier (argument_list "(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n )" ( (binary_expression "DAT_0002be6c + 0x2b8cc" identifier + number_literal) , (pointer_expression "*(undefined4 *)(DAT_0002be68 + 0x2b8f4)" * (cast_expression "(undefined4 *)(DAT_0002be68 + 0x2b8f4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002be68 + 0x2b8f4)" ( (binary_expression "DAT_0002be68 + 0x2b8f4" identifier + number_literal) )))) , number_literal )))) , (binary_expression "uVar18 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }" { (expression_statement "local_30 = 0;" (assignment_expression "local_30 = 0" identifier = number_literal) ;) (expression_statement "FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);" (call_expression "FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30)" identifier (argument_list "(uVar25,0x3f0,0xffffffff,&local_30)" ( identifier , number_literal , number_literal , (pointer_expression "&local_30" & identifier) ))) ;) (if_statement "if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }" if (parenthesized_expression "(1 < *(byte *)((int)param_1 + 5))" ( (binary_expression "1 < *(byte *)((int)param_1 + 5)" number_literal < (pointer_expression "*(byte *)((int)param_1 + 5)" * (cast_expression "(byte *)((int)param_1 + 5)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 5)" ( (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) )) (compound_statement "{\n FUN_0003f330(uVar25,0x3f0,1,0);\n }" { (expression_statement "FUN_0003f330(uVar25,0x3f0,1,0);" (call_expression "FUN_0003f330(uVar25,0x3f0,1,0)" identifier (argument_list "(uVar25,0x3f0,1,0)" ( identifier , number_literal , number_literal , number_literal ))) ;) })) (expression_statement "uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));" (assignment_expression "uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954))" identifier = (call_expression "FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954))" identifier (argument_list "(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954))" ( (binary_expression "DAT_0002be74 + 0x2b928" identifier + number_literal) , (pointer_expression "*(undefined4 *)(DAT_0002be70 + 0x2b954)" * (cast_expression "(undefined4 *)(DAT_0002be70 + 0x2b954)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002be70 + 0x2b954)" ( (binary_expression "DAT_0002be70 + 0x2b954" identifier + number_literal) )))) )))) ;) (expression_statement "uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);" (assignment_expression "uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0)" identifier = (call_expression "FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0)" identifier (argument_list "(uVar25,uVar6,0xffffffff,&local_34,0)" ( identifier , identifier , number_literal , (pointer_expression "&local_34" & identifier) , number_literal )))) ;) (if_statement "if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }" if (parenthesized_expression "(uVar18 == 0)" ( (binary_expression "uVar18 == 0" identifier == number_literal) )) (compound_statement "{\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }" { (while_statement "while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }" while (parenthesized_expression "(iVar5 = FUN_000d33d0(local_34), iVar5 == 100)" ( (comma_expression "iVar5 = FUN_000d33d0(local_34), iVar5 == 100" (assignment_expression "iVar5 = FUN_000d33d0(local_34)" identifier = (call_expression "FUN_000d33d0(local_34)" identifier (argument_list "(local_34)" ( identifier )))) , (binary_expression "iVar5 == 100" identifier == number_literal)) )) (compound_statement "{\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }" { (expression_statement "pcVar11 = (char *)FUN_0006c560(local_34,3);" (assignment_expression "pcVar11 = (char *)FUN_0006c560(local_34,3)" identifier = (cast_expression "(char *)FUN_0006c560(local_34,3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0006c560(local_34,3)" identifier (argument_list "(local_34,3)" ( identifier , number_literal ))))) ;) (expression_statement "uVar12 = FUN_00057980(local_34,0);" (assignment_expression "uVar12 = FUN_00057980(local_34,0)" identifier = (call_expression "FUN_00057980(local_34,0)" identifier (argument_list "(local_34,0)" ( identifier , number_literal )))) ;) (expression_statement "uVar13 = FUN_00057980(local_34,1);" (assignment_expression "uVar13 = FUN_00057980(local_34,1)" identifier = (call_expression "FUN_00057980(local_34,1)" identifier (argument_list "(local_34,1)" ( identifier , number_literal )))) ;) (if_statement "if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }" if (parenthesized_expression "(*pcVar11 == '-')" ( (binary_expression "*pcVar11 == '-'" (pointer_expression "*pcVar11" * identifier) == (char_literal "'-'" ' character ')) )) (compound_statement "{\n FUN_00022cd4(param_1,0x2d,uVar13);\n }" { (expression_statement "FUN_00022cd4(param_1,0x2d,uVar13);" (call_expression "FUN_00022cd4(param_1,0x2d,uVar13)" identifier (argument_list "(param_1,0x2d,uVar13)" ( identifier , number_literal , identifier ))) ;) })) (expression_statement "FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);" (call_expression "FUN_0001f54c(param_1,uVar12,uVar13,pcVar11)" identifier (argument_list "(param_1,uVar12,uVar13,pcVar11)" ( identifier , identifier , identifier , identifier ))) ;) })) (expression_statement "FUN_00022cd4(param_1);" (call_expression "FUN_00022cd4(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) (expression_statement "FUN_000ae7a0(local_34);" (call_expression "FUN_000ae7a0(local_34)" identifier (argument_list "(local_34)" ( identifier ))) ;) (expression_statement "FUN_00041b68(uVar6);" (call_expression "FUN_00041b68(uVar6)" identifier (argument_list "(uVar6)" ( identifier ))) ;) (expression_statement "bVar17 = *(byte *)((int)param_1 + 5);" (assignment_expression "bVar17 = *(byte *)((int)param_1 + 5)" identifier = (pointer_expression "*(byte *)((int)param_1 + 5)" * (cast_expression "(byte *)((int)param_1 + 5)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 5)" ( (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" if (parenthesized_expression "(2 < bVar17)" ( (binary_expression "2 < bVar17" number_literal < identifier) )) (compound_statement "{\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" { (expression_statement "uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));" (assignment_expression "uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c))" identifier = (call_expression "FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c))" identifier (argument_list "(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c))" ( (binary_expression "DAT_0002be90 + 0x2bc30" identifier + number_literal) , (pointer_expression "*(undefined4 *)(DAT_0002be8c + 0x2bc5c)" * (cast_expression "(undefined4 *)(DAT_0002be8c + 0x2bc5c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002be8c + 0x2bc5c)" ( (binary_expression "DAT_0002be8c + 0x2bc5c" identifier + number_literal) )))) )))) ;) (expression_statement "uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);" (assignment_expression "uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0)" identifier = (call_expression "FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0)" identifier (argument_list "(uVar25,uVar6,0xffffffff,&local_34,0)" ( identifier , identifier , number_literal , (pointer_expression "&local_34" & identifier) , number_literal )))) ;) (if_statement "if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }" if (parenthesized_expression "(uVar18 == 0)" ( (binary_expression "uVar18 == 0" identifier == number_literal) )) (compound_statement "{\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }" { (expression_statement "param_1[0xe] = 9;" (assignment_expression "param_1[0xe] = 9" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "FUN_0002057c(param_1,local_34);" (call_expression "FUN_0002057c(param_1,local_34)" identifier (argument_list "(param_1,local_34)" ( identifier , identifier ))) ;) (expression_statement "uVar12 = local_34;" (assignment_expression "uVar12 = local_34" identifier = identifier) ;) (expression_statement "iVar5 = FUN_000d33d0(local_34);" (assignment_expression "iVar5 = FUN_000d33d0(local_34)" identifier = (call_expression "FUN_000d33d0(local_34)" identifier (argument_list "(local_34)" ( identifier )))) ;) (if_statement "if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }" if (parenthesized_expression "(iVar5 == 100)" ( (binary_expression "iVar5 == 100" identifier == number_literal) )) (compound_statement "{\n FUN_00027ad8(param_1,uVar12);\n }" { (expression_statement "FUN_00027ad8(param_1,uVar12);" (call_expression "FUN_00027ad8(param_1,uVar12)" identifier (argument_list "(param_1,uVar12)" ( identifier , identifier ))) ;) })) (expression_statement "FUN_00041b68(param_1[0x50a]);" (call_expression "FUN_00041b68(param_1[0x50a])" identifier (argument_list "(param_1[0x50a])" ( (subscript_expression "param_1[0x50a]" identifier [ number_literal ]) ))) ;) (expression_statement "param_1[0x50a] = 0;" (assignment_expression "param_1[0x50a] = 0" (subscript_expression "param_1[0x50a]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x50b] = 0;" (assignment_expression "param_1[0x50b] = 0" (subscript_expression "param_1[0x50b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x50c] = 0;" (assignment_expression "param_1[0x50c] = 0" (subscript_expression "param_1[0x50c]" identifier [ number_literal ]) = number_literal) ;) })) (expression_statement "FUN_000ae7a0(local_34);" (call_expression "FUN_000ae7a0(local_34)" identifier (argument_list "(local_34)" ( identifier ))) ;) (expression_statement "FUN_00041b68(uVar6);" (call_expression "FUN_00041b68(uVar6)" identifier (argument_list "(uVar6)" ( identifier ))) ;) (expression_statement "bVar17 = *(byte *)((int)param_1 + 5);" (assignment_expression "bVar17 = *(byte *)((int)param_1 + 5)" identifier = (pointer_expression "*(byte *)((int)param_1 + 5)" * (cast_expression "(byte *)((int)param_1 + 5)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 5)" ( (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) })) (if_statement "if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }" if (parenthesized_expression "((1 < bVar17) && (local_30 == 0))" ( (binary_expression "(1 < bVar17) && (local_30 == 0)" (parenthesized_expression "(1 < bVar17)" ( (binary_expression "1 < bVar17" number_literal < identifier) )) && (parenthesized_expression "(local_30 == 0)" ( (binary_expression "local_30 == 0" identifier == number_literal) ))) )) (compound_statement "{\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }" { (expression_statement "FUN_0003f330(uVar25,0x3f0,0,0);" (call_expression "FUN_0003f330(uVar25,0x3f0,0,0)" identifier (argument_list "(uVar25,0x3f0,0,0)" ( identifier , number_literal , number_literal , number_literal ))) ;) (expression_statement "FUN_000ae7a0(local_3c);" (call_expression "FUN_000ae7a0(local_3c)" identifier (argument_list "(local_3c)" ( identifier ))) ;) (expression_statement "FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);" (call_expression "FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0)" identifier (argument_list "(uVar25,param_2,0xffffffff,&local_3c,0)" ( identifier , identifier , number_literal , (pointer_expression "&local_3c" & identifier) , number_literal ))) ;) (expression_statement "param_1[0x508] = local_3c;" (assignment_expression "param_1[0x508] = local_3c" (subscript_expression "param_1[0x508]" identifier [ number_literal ]) = identifier) ;) })) })) (expression_statement "param_1[0xe] = param_1[0xc];" (assignment_expression "param_1[0xe] = param_1[0xc]" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = (subscript_expression "param_1[0xc]" identifier [ number_literal ])) ;) (if_statement "if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }" if (parenthesized_expression "(*(char *)(param_1 + 1) == '\0')" ( (binary_expression "*(char *)(param_1 + 1) == '\0'" (pointer_expression "*(char *)(param_1 + 1)" * (cast_expression "(char *)(param_1 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }" { (if_statement "if (param_1[0xc] != 9) goto LAB_0002b78c;" if (parenthesized_expression "(param_1[0xc] != 9)" ( (binary_expression "param_1[0xc] != 9" (subscript_expression "param_1[0xc]" identifier [ number_literal ]) != number_literal) )) (goto_statement "goto LAB_0002b78c;" goto statement_identifier ;)) (labeled_statement "LAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);" statement_identifier : (expression_statement "FUN_0002057c(param_1,local_3c);" (call_expression "FUN_0002057c(param_1,local_3c)" identifier (argument_list "(param_1,local_3c)" ( identifier , identifier ))) ;)) (expression_statement "iVar5 = local_3c;" (assignment_expression "iVar5 = local_3c" identifier = identifier) ;) (expression_statement "iVar9 = FUN_000d33d0(local_3c);" (assignment_expression "iVar9 = FUN_000d33d0(local_3c)" identifier = (call_expression "FUN_000d33d0(local_3c)" identifier (argument_list "(local_3c)" ( identifier )))) ;) }) (else_clause "else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }" else (compound_statement "{\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }" { (expression_statement "iVar5 = FUN_0003823c(local_3c);" (assignment_expression "iVar5 = FUN_0003823c(local_3c)" identifier = (call_expression "FUN_0003823c(local_3c)" identifier (argument_list "(local_3c)" ( identifier )))) ;) (if_statement "if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }" if (parenthesized_expression "(iVar5 == 8)" ( (binary_expression "iVar5 == 8" identifier == number_literal) )) (compound_statement "{\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }" { (expression_statement "iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;" (assignment_expression "iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)" identifier = (call_expression "FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)" identifier (argument_list "(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)" ( (binary_expression "DAT_0002be80 + 0x2bb04" identifier + number_literal) , (pointer_expression "*(undefined4 *)(DAT_0002be7c + 0x2bb2c)" * (cast_expression "(undefined4 *)(DAT_0002be7c + 0x2bb2c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002be7c + 0x2bb2c)" ( (binary_expression "DAT_0002be7c + 0x2bb2c" identifier + number_literal) )))) , number_literal )))) ;) (if_statement "if (iVar5 == 0) {\n param_1[0xe] = 9;\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\n param_1[0xe] = 9;\n }" { (expression_statement "param_1[0xe] = 9;" (assignment_expression "param_1[0xe] = 9" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = number_literal) ;) })) (expression_statement "iVar5 = FUN_0003823c(local_3c);" (assignment_expression "iVar5 = FUN_0003823c(local_3c)" identifier = (call_expression "FUN_0003823c(local_3c)" identifier (argument_list "(local_3c)" ( identifier )))) ;) }) (else_clause "else {\n iVar5 = FUN_0003823c(local_3c);\n }" else (compound_statement "{\n iVar5 = FUN_0003823c(local_3c);\n }" { (expression_statement "iVar5 = FUN_0003823c(local_3c);" (assignment_expression "iVar5 = FUN_0003823c(local_3c)" identifier = (call_expression "FUN_0003823c(local_3c)" identifier (argument_list "(local_3c)" ( identifier )))) ;) }))) (if_statement "if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;" if (parenthesized_expression "((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0))" ( (binary_expression "(iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)" (parenthesized_expression "(iVar5 == 4)" ( (binary_expression "iVar5 == 4" identifier == number_literal) )) && (parenthesized_expression "(iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)" ( (comma_expression "iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0" (assignment_expression "iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0)" identifier = (call_expression "FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0)" identifier (argument_list "(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0)" ( identifier , (pointer_expression "*(undefined4 *)(iVar23 + 0x2b6a0)" * (cast_expression "(undefined4 *)(iVar23 + 0x2b6a0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar23 + 0x2b6a0)" ( (binary_expression "iVar23 + 0x2b6a0" identifier + number_literal) )))) , number_literal )))) , (binary_expression "iVar5 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n param_1[0xe] = 0xc;\n }" { (expression_statement "param_1[0xe] = 0xc;" (assignment_expression "param_1[0xe] = 0xc" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = number_literal) ;) }) (else_clause "else if (param_1[0xe] == 9) goto LAB_0002b9f8;" else (if_statement "if (param_1[0xe] == 9) goto LAB_0002b9f8;" if (parenthesized_expression "(param_1[0xe] == 9)" ( (binary_expression "param_1[0xe] == 9" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) == number_literal) )) (goto_statement "goto LAB_0002b9f8;" goto statement_identifier ;)))) (labeled_statement "LAB_0002b78c:\n iVar5 = local_3c;" statement_identifier : (expression_statement "iVar5 = local_3c;" (assignment_expression "iVar5 = local_3c" identifier = identifier) ;)) (expression_statement "iVar9 = FUN_000d33d0(local_3c);" (assignment_expression "iVar9 = FUN_000d33d0(local_3c)" identifier = (call_expression "FUN_000d33d0(local_3c)" identifier (argument_list "(local_3c)" ( identifier )))) ;) }))) (if_statement "if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }" if (parenthesized_expression "(iVar9 == 100)" ( (binary_expression "iVar9 == 100" identifier == number_literal) )) (compound_statement "{\n FUN_00027ad8(param_1,iVar5);\n }" { (expression_statement "FUN_00027ad8(param_1,iVar5);" (call_expression "FUN_00027ad8(param_1,iVar5)" identifier (argument_list "(param_1,iVar5)" ( identifier , identifier ))) ;) })) (expression_statement "FUN_00041b68(param_1[0x50a]);" (call_expression "FUN_00041b68(param_1[0x50a])" identifier (argument_list "(param_1[0x50a])" ( (subscript_expression "param_1[0x50a]" identifier [ number_literal ]) ))) ;) (expression_statement "param_1[0x50a] = 0;" (assignment_expression "param_1[0x50a] = 0" (subscript_expression "param_1[0x50a]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x50b] = 0;" (assignment_expression "param_1[0x50b] = 0" (subscript_expression "param_1[0x50b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x50c] = 0;" (assignment_expression "param_1[0x50c] = 0" (subscript_expression "param_1[0x50c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "FUN_00022cd4(param_1);" (call_expression "FUN_00022cd4(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (if_statement "if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }" if (parenthesized_expression "(*(char *)(param_1 + 2) != '\0')" ( (binary_expression "*(char *)(param_1 + 2) != '\0'" (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) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_00027d3c(uVar25,param_1);\n }" { (expression_statement "FUN_00027d3c(uVar25,param_1);" (call_expression "FUN_00027d3c(uVar25,param_1)" identifier (argument_list "(uVar25,param_1)" ( identifier , identifier ))) ;) })) (expression_statement "iVar5 = FUN_000ae7a0(local_3c);" (assignment_expression "iVar5 = FUN_000ae7a0(local_3c)" identifier = (call_expression "FUN_000ae7a0(local_3c)" identifier (argument_list "(local_3c)" ( identifier )))) ;) (if_statement "if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }" if (parenthesized_expression "(uVar18 == 7)" ( (binary_expression "uVar18 == 7" identifier == number_literal) )) (compound_statement "{\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }" { (expression_statement "iVar5 = 7;" (assignment_expression "iVar5 = 7" identifier = number_literal) ;) (labeled_statement "LAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }" statement_identifier : (if_statement "if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }" if (parenthesized_expression "(param_3 != (undefined4 *)0x0)" ( (binary_expression "param_3 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }" { (expression_statement "uVar6 = FUN_0001c16c(uVar25);" (assignment_expression "uVar6 = FUN_0001c16c(uVar25)" identifier = (call_expression "FUN_0001c16c(uVar25)" identifier (argument_list "(uVar25)" ( identifier )))) ;) (expression_statement "*param_3 = uVar6;" (assignment_expression "*param_3 = uVar6" (pointer_expression "*param_3" * identifier) = identifier) ;) }))) }) (else_clause "else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }" else (compound_statement "{\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }" { (if_statement "if (iVar5 != 0) goto LAB_0002b7e4;" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0002b7e4;" goto statement_identifier ;)) (expression_statement "uVar1 = (*ppuVar7)[*local_38];" (assignment_expression "uVar1 = (*ppuVar7)[*local_38]" identifier = (subscript_expression "(*ppuVar7)[*local_38]" (parenthesized_expression "(*ppuVar7)" ( (pointer_expression "*ppuVar7" * identifier) )) [ (pointer_expression "*local_38" * identifier) ])) ;) (expression_statement "param_2 = local_38;" (assignment_expression "param_2 = local_38" identifier = identifier) ;) (while_statement "while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }" while (parenthesized_expression "((uVar1 & 0x2000) != 0)" ( (binary_expression "(uVar1 & 0x2000) != 0" (parenthesized_expression "(uVar1 & 0x2000)" ( (binary_expression "uVar1 & 0x2000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }" { (expression_statement "param_2 = param_2 + 1;" (assignment_expression "param_2 = param_2 + 1" identifier = (binary_expression "param_2 + 1" identifier + number_literal)) ;) (expression_statement "uVar1 = (*ppuVar7)[*param_2];" (assignment_expression "uVar1 = (*ppuVar7)[*param_2]" identifier = (subscript_expression "(*ppuVar7)[*param_2]" (parenthesized_expression "(*ppuVar7)" ( (pointer_expression "*ppuVar7" * identifier) )) [ (pointer_expression "*param_2" * identifier) ])) ;) })) }))) (expression_statement "param_1[0x508] = 0;" (assignment_expression "param_1[0x508] = 0" (subscript_expression "param_1[0x508]" identifier [ number_literal ]) = number_literal) ;) (goto_statement "goto LAB_0002b800;" goto statement_identifier ;) })) (expression_statement "pbVar8 = local_38;" (assignment_expression "pbVar8 = local_38" identifier = identifier) ;) (do_statement "do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);" do (compound_statement "{\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n }" { (expression_statement "param_2 = pbVar8;" (assignment_expression "param_2 = pbVar8" identifier = identifier) ;) (expression_statement "uVar18 = (uint)*param_2;" (assignment_expression "uVar18 = (uint)*param_2" identifier = (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) (expression_statement "pbVar8 = param_2 + 1;" (assignment_expression "pbVar8 = param_2 + 1" identifier = (binary_expression "param_2 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(((*ppuVar7)[uVar18] & 0x2000) != 0)" ( (binary_expression "((*ppuVar7)[uVar18] & 0x2000) != 0" (parenthesized_expression "((*ppuVar7)[uVar18] & 0x2000)" ( (binary_expression "(*ppuVar7)[uVar18] & 0x2000" (subscript_expression "(*ppuVar7)[uVar18]" (parenthesized_expression "(*ppuVar7)" ( (pointer_expression "*ppuVar7" * identifier) )) [ identifier ]) & number_literal) )) != number_literal) )) ;) }) (else_clause "else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" else (if_statement "if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" if (parenthesized_expression "(param_3 == (undefined4 *)0x0)" ( (binary_expression "param_3 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }" { (labeled_statement "LAB_0002b800:\n uVar18 = (uint)*param_2;" statement_identifier : (expression_statement "uVar18 = (uint)*param_2;" (assignment_expression "uVar18 = (uint)*param_2" identifier = (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;)) }) (else_clause "else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" else (compound_statement "{\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" { (expression_statement "uVar6 = FUN_0001c16c(uVar25);" (assignment_expression "uVar6 = FUN_0001c16c(uVar25)" identifier = (call_expression "FUN_0001c16c(uVar25)" identifier (argument_list "(uVar25)" ( identifier )))) ;) (expression_statement "*param_3 = uVar6;" (assignment_expression "*param_3 = uVar6" (pointer_expression "*param_3" * identifier) = identifier) ;) (expression_statement "uVar18 = (uint)*param_2;" (assignment_expression "uVar18 = (uint)*param_2" identifier = (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) }))))) })) (goto_statement "goto LAB_0002b830;" goto statement_identifier ;) })) (expression_statement "iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3);" (assignment_expression "iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3)" identifier = (call_expression "FUN_00029e18(param_1[0x539],param_2,param_3)" identifier (argument_list "(param_1[0x539],param_2,param_3)" ( (subscript_expression "param_1[0x539]" identifier [ number_literal ]) , identifier , identifier )))) ;) (expression_statement "iVar23 = param_1[0x539];" (assignment_expression "iVar23 = param_1[0x539]" identifier = (subscript_expression "param_1[0x539]" identifier [ number_literal ])) ;) (if_statement "if (iVar10 == 0) {\n __s = (FILE *)param_1[9];\n iVar10 = param_1[0x53a];\n iVar5 = FUN_00029fe4(iVar23,param_3);\n if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar5 = 0;\n }" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (compound_statement "{\n __s = (FILE *)param_1[9];\n iVar10 = param_1[0x53a];\n iVar5 = FUN_00029fe4(iVar23,param_3);\n if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }\n }" { (expression_statement "__s = (FILE *)param_1[9];" (assignment_expression "__s = (FILE *)param_1[9]" identifier = (cast_expression "(FILE *)param_1[9]" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[9]" identifier [ number_literal ]))) ;) (expression_statement "iVar10 = param_1[0x53a];" (assignment_expression "iVar10 = param_1[0x53a]" identifier = (subscript_expression "param_1[0x53a]" identifier [ number_literal ])) ;) (expression_statement "iVar5 = FUN_00029fe4(iVar23,param_3);" (assignment_expression "iVar5 = FUN_00029fe4(iVar23,param_3)" identifier = (call_expression "FUN_00029fe4(iVar23,param_3)" identifier (argument_list "(iVar23,param_3)" ( identifier , identifier )))) ;) (if_statement "if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }" { (expression_statement "piVar19 = *(int **)(iVar23 + 0x1c);" (assignment_expression "piVar19 = *(int **)(iVar23 + 0x1c)" identifier = (pointer_expression "*(int **)(iVar23 + 0x1c)" * (cast_expression "(int **)(iVar23 + 0x1c)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar23 + 0x1c)" ( (binary_expression "iVar23 + 0x1c" identifier + number_literal) ))))) ;) (if_statement "if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }" if (parenthesized_expression "(piVar19 == (int *)0x0)" ( (binary_expression "piVar19 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }" { (if_statement "if (iVar10 == 0) goto LAB_0002b81c;" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0002b81c;" goto statement_identifier ;)) (expression_statement "iVar5 = *(int *)(iVar23 + 0x20);" (assignment_expression "iVar5 = *(int *)(iVar23 + 0x20)" identifier = (pointer_expression "*(int *)(iVar23 + 0x20)" * (cast_expression "(int *)(iVar23 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar23 + 0x20)" ( (binary_expression "iVar23 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar25 = 0;" (assignment_expression "uVar25 = 0" identifier = number_literal) ;) (if_statement "if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (compound_statement "{\n iVar5 = 0;\n goto LAB_0002be18;\n }" { (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_0002be18;" goto statement_identifier ;) })) (labeled_statement "LAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);" statement_identifier : (expression_statement "fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);" (call_expression "fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s)" identifier (argument_list "((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s)" ( (cast_expression "(void *)(DAT_0002be98 + 0x2bd68)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002be98 + 0x2bd68)" ( (binary_expression "DAT_0002be98 + 0x2bd68" identifier + number_literal) ))) , number_literal , number_literal , identifier ))) ;)) (expression_statement "__fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);" (call_expression "__fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25)" identifier (argument_list "(__s,1,DAT_0002be9c + 0x2bd78,uVar25)" ( identifier , number_literal , (binary_expression "DAT_0002be9c + 0x2bd78" identifier + number_literal) , identifier ))) ;) }) (else_clause "else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }" else (compound_statement "{\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }" { (expression_statement "iVar14 = *piVar19;" (assignment_expression "iVar14 = *piVar19" identifier = (pointer_expression "*piVar19" * identifier)) ;) (expression_statement "iVar5 = iVar14 + 1;" (assignment_expression "iVar5 = iVar14 + 1" identifier = (binary_expression "iVar14 + 1" identifier + number_literal)) ;) (if_statement "if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }" if (parenthesized_expression "(iVar10 != 0)" ( (binary_expression "iVar10 != 0" identifier != number_literal) )) (compound_statement "{\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }" { (if_statement "if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }" if (parenthesized_expression "(*(int *)(iVar23 + 0x20) == 0)" ( (binary_expression "*(int *)(iVar23 + 0x20) == 0" (pointer_expression "*(int *)(iVar23 + 0x20)" * (cast_expression "(int *)(iVar23 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar23 + 0x20)" ( (binary_expression "iVar23 + 0x20" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar25 = 0;\n }" { (expression_statement "uVar25 = 0;" (assignment_expression "uVar25 = 0" identifier = number_literal) ;) }) (else_clause "else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }" else (compound_statement "{\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }" { (while_statement "while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }" while (parenthesized_expression "((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0)))" ( (parenthesized_expression "(iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))" ( (binary_expression "iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0)" (binary_expression "iVar14 != 0" identifier != number_literal) && (parenthesized_expression "(piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0)" ( (comma_expression "piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0" (assignment_expression "piVar19 = (int *)piVar19[4]" identifier = (cast_expression "(int *)piVar19[4]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar19[4]" identifier [ number_literal ]))) , (binary_expression "piVar19 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) )) (compound_statement "{\n iVar14 = *piVar19;\n }" { (expression_statement "iVar14 = *piVar19;" (assignment_expression "iVar14 = *piVar19" identifier = (pointer_expression "*piVar19" * identifier)) ;) })) (labeled_statement "LAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);" statement_identifier : (expression_statement "uVar25 = *(undefined4 *)(iVar23 + 0x102c);" (assignment_expression "uVar25 = *(undefined4 *)(iVar23 + 0x102c)" identifier = (pointer_expression "*(undefined4 *)(iVar23 + 0x102c)" * (cast_expression "(undefined4 *)(iVar23 + 0x102c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar23 + 0x102c)" ( (binary_expression "iVar23 + 0x102c" identifier + number_literal) ))))) ;)) }))) (goto_statement "goto LAB_0002bd50;" goto statement_identifier ;) })) }))) (if_statement "if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }" if (parenthesized_expression "(0 < iVar5)" ( (binary_expression "0 < iVar5" number_literal < identifier) )) (compound_statement "{\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }" { (expression_statement "iVar9 = DAT_0002be84 + 0x2bba0;" (assignment_expression "iVar9 = DAT_0002be84 + 0x2bba0" identifier = (binary_expression "DAT_0002be84 + 0x2bba0" identifier + number_literal)) ;) (expression_statement "iVar15 = DAT_0002be88 + 0x2bbb0;" (assignment_expression "iVar15 = DAT_0002be88 + 0x2bbb0" identifier = (binary_expression "DAT_0002be88 + 0x2bbb0" identifier + number_literal)) ;) (expression_statement "iVar14 = 0;" (assignment_expression "iVar14 = 0" identifier = number_literal) ;) (do_statement "do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);" do (compound_statement "{\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n }" { (if_statement "if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }" if (parenthesized_expression "(*(int *)(iVar23 + 0x20) == 0)" ( (binary_expression "*(int *)(iVar23 + 0x20) == 0" (pointer_expression "*(int *)(iVar23 + 0x20)" * (cast_expression "(int *)(iVar23 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar23 + 0x20)" ( (binary_expression "iVar23 + 0x20" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }" { (expression_statement "iVar22 = DAT_0002bea4 + 0x2bdf0;" (assignment_expression "iVar22 = DAT_0002bea4 + 0x2bdf0" identifier = (binary_expression "DAT_0002bea4 + 0x2bdf0" identifier + number_literal)) ;) (expression_statement "piVar19 = (int *)0x0;" (assignment_expression "piVar19 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "piVar20 = (int *)0x0;" (assignment_expression "piVar20 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }" else (compound_statement "{\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }" { (expression_statement "piVar19 = *(int **)(iVar23 + 0x1c);" (assignment_expression "piVar19 = *(int **)(iVar23 + 0x1c)" identifier = (pointer_expression "*(int **)(iVar23 + 0x1c)" * (cast_expression "(int **)(iVar23 + 0x1c)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar23 + 0x1c)" ( (binary_expression "iVar23 + 0x1c" identifier + number_literal) ))))) ;) (if_statement "if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }" if (parenthesized_expression "(piVar19 == (int *)0x0)" ( (binary_expression "piVar19 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }" { (expression_statement "iVar22 = DAT_0002bea8 + 0x2be34;" (assignment_expression "iVar22 = DAT_0002bea8 + 0x2be34" identifier = (binary_expression "DAT_0002bea8 + 0x2be34" identifier + number_literal)) ;) (expression_statement "piVar19 = (int *)0x0;" (assignment_expression "piVar19 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "piVar20 = (int *)0x0;" (assignment_expression "piVar20 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }" else (compound_statement "{\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }" { (expression_statement "iVar16 = *piVar19;" (assignment_expression "iVar16 = *piVar19" identifier = (pointer_expression "*piVar19" * identifier)) ;) (expression_statement "piVar20 = piVar19;" (assignment_expression "piVar20 = piVar19" identifier = identifier) ;) (expression_statement "iVar22 = iVar16;" (assignment_expression "iVar22 = iVar16" identifier = identifier) ;) (while_statement "while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }" while (parenthesized_expression "(piVar21 = piVar19, iVar14 != iVar22)" ( (comma_expression "piVar21 = piVar19, iVar14 != iVar22" (assignment_expression "piVar21 = piVar19" identifier = identifier) , (binary_expression "iVar14 != iVar22" identifier != identifier)) )) (compound_statement "{\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }" { (expression_statement "piVar20 = (int *)piVar20[4];" (assignment_expression "piVar20 = (int *)piVar20[4]" identifier = (cast_expression "(int *)piVar20[4]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar20[4]" identifier [ number_literal ]))) ;) (if_statement "if (piVar20 == (int *)0x0) goto LAB_0002bc08;" if (parenthesized_expression "(piVar20 == (int *)0x0)" ( (binary_expression "piVar20 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0002bc08;" goto statement_identifier ;)) (expression_statement "iVar22 = *piVar20;" (assignment_expression "iVar22 = *piVar20" identifier = (pointer_expression "*piVar20" * identifier)) ;) })) (expression_statement "piVar20 = (int *)piVar20[1];" (assignment_expression "piVar20 = (int *)piVar20[1]" identifier = (cast_expression "(int *)piVar20[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar20[1]" identifier [ number_literal ]))) ;) (expression_statement "iVar22 = iVar16;" (assignment_expression "iVar22 = iVar16" identifier = identifier) ;) (while_statement "while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }" while (parenthesized_expression "(iVar14 != iVar22)" ( (binary_expression "iVar14 != iVar22" identifier != identifier) )) (compound_statement "{\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }" { (labeled_statement "LAB_0002bc08:\n piVar21 = (int *)piVar21[4];" statement_identifier : (expression_statement "piVar21 = (int *)piVar21[4];" (assignment_expression "piVar21 = (int *)piVar21[4]" identifier = (cast_expression "(int *)piVar21[4]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar21[4]" identifier [ number_literal ]))) ;)) (if_statement "if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }" if (parenthesized_expression "(piVar21 == (int *)0x0)" ( (binary_expression "piVar21 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar22 = 0;\n goto LAB_0002bc8c;\n }" { (expression_statement "iVar22 = 0;" (assignment_expression "iVar22 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_0002bc8c;" goto statement_identifier ;) })) (expression_statement "iVar22 = *piVar21;" (assignment_expression "iVar22 = *piVar21" identifier = (pointer_expression "*piVar21" * identifier)) ;) })) (expression_statement "iVar22 = piVar21[2];" (assignment_expression "iVar22 = piVar21[2]" identifier = (subscript_expression "piVar21[2]" identifier [ number_literal ])) ;) (while_statement "while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }" while (parenthesized_expression "(iVar14 != iVar16)" ( (binary_expression "iVar14 != iVar16" identifier != identifier) )) (compound_statement "{\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }" { (labeled_statement "LAB_0002bc8c:\n piVar19 = (int *)piVar19[4];" statement_identifier : (expression_statement "piVar19 = (int *)piVar19[4];" (assignment_expression "piVar19 = (int *)piVar19[4]" identifier = (cast_expression "(int *)piVar19[4]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar19[4]" identifier [ number_literal ]))) ;)) (if_statement "if (piVar19 == (int *)0x0) goto LAB_0002bc98;" if (parenthesized_expression "(piVar19 == (int *)0x0)" ( (binary_expression "piVar19 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0002bc98;" goto statement_identifier ;)) (expression_statement "iVar16 = *piVar19;" (assignment_expression "iVar16 = *piVar19" identifier = (pointer_expression "*piVar19" * identifier)) ;) })) (expression_statement "piVar19 = (int *)piVar19[3];" (assignment_expression "piVar19 = (int *)piVar19[3]" identifier = (cast_expression "(int *)piVar19[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar19[3]" identifier [ number_literal ]))) ;) (labeled_statement "LAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }" statement_identifier : (if_statement "if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }" if (parenthesized_expression "(iVar22 == 0)" ( (binary_expression "iVar22 == 0" identifier == number_literal) )) (compound_statement "{\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }" { (expression_statement "iVar22 = DAT_0002bea0 + 0x2bde0;" (assignment_expression "iVar22 = DAT_0002bea0 + 0x2bde0" identifier = (binary_expression "DAT_0002bea0 + 0x2bde0" identifier + number_literal)) ;) }))) }))) }))) (expression_statement "iVar14 = iVar14 + 1;" (assignment_expression "iVar14 = iVar14 + 1" identifier = (binary_expression "iVar14 + 1" identifier + number_literal)) ;) (if_statement "if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }" if (parenthesized_expression "(iVar10 != 0)" ( (binary_expression "iVar10 != 0" identifier != number_literal) )) (compound_statement "{\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }" { (expression_statement "__fprintf_chk(__s,1,iVar9,iVar14);" (call_expression "__fprintf_chk(__s,1,iVar9,iVar14)" identifier (argument_list "(__s,1,iVar9,iVar14)" ( identifier , number_literal , identifier , identifier ))) ;) (expression_statement "__fprintf_chk(__s,1,iVar15,piVar20);" (call_expression "__fprintf_chk(__s,1,iVar15,piVar20)" identifier (argument_list "(__s,1,iVar15,piVar20)" ( identifier , number_literal , identifier , identifier ))) ;) })) (expression_statement "iVar16 = DAT_0002be94 + 0x2bcbc;" (assignment_expression "iVar16 = DAT_0002be94 + 0x2bcbc" identifier = (binary_expression "DAT_0002be94 + 0x2bcbc" identifier + number_literal)) ;) (expression_statement "__fprintf_chk(__s,1,iVar16,iVar22);" (call_expression "__fprintf_chk(__s,1,iVar16,iVar22)" identifier (argument_list "(__s,1,iVar16,iVar22)" ( identifier , number_literal , identifier , identifier ))) ;) (expression_statement "__fprintf_chk(__s,1,iVar16,piVar19);" (call_expression "__fprintf_chk(__s,1,iVar16,piVar19)" identifier (argument_list "(__s,1,iVar16,piVar19)" ( identifier , number_literal , identifier , identifier ))) ;) }) while (parenthesized_expression "(iVar5 != iVar14)" ( (binary_expression "iVar5 != iVar14" identifier != identifier) )) ;) })) (goto_statement "goto LAB_0002b81c;" goto statement_identifier ;) })) }) (else_clause "else {\nLAB_0002b81c:\n iVar5 = 0;\n }" else (compound_statement "{\nLAB_0002b81c:\n iVar5 = 0;\n }" { (labeled_statement "LAB_0002b81c:\n iVar5 = 0;" statement_identifier : (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;)) }))) (expression_statement "FUN_0002aecc(iVar23);" (call_expression "FUN_0002aecc(iVar23)" identifier (argument_list "(iVar23)" ( identifier ))) ;) (expression_statement "param_1[0x539] = 0;" (assignment_expression "param_1[0x539] = 0" (subscript_expression "param_1[0x539]" identifier [ number_literal ]) = number_literal) ;) (labeled_statement "LAB_0002b830:\n if (local_2c != *piVar4) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }" statement_identifier : (if_statement "if (local_2c != *piVar4) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }" if (parenthesized_expression "(local_2c != *piVar4)" ( (binary_expression "local_2c != *piVar4" identifier != (pointer_expression "*piVar4" * identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }" { comment (expression_statement "__stack_chk_fail(iVar5);" (call_expression "__stack_chk_fail(iVar5)" identifier (argument_list "(iVar5)" ( identifier ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (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 TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration 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 + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression IDENT == LIT)) , (binary_expression (binary_expression IDENT != LIT) && IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , (pointer_expression & IDENT) , (pointer_expression & IDENT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = 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 IDENT + 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 IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * IDENT)) ;) }))) (expression_statement (assignment_expression IDENT = BOOL) ;) (while_statement while (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 = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT != LIT) && IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * IDENT)) ;) })) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) , LIT , (binary_expression IDENT + LIT) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))))) ;) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT )))) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT , (pointer_expression & IDENT) ))) ;) (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 TYPE) ) IDENT) + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (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 = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , (pointer_expression & IDENT) , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) , (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 , LIT ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' character ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (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 = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , (pointer_expression & IDENT) , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , (pointer_expression & IDENT) , LIT ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) })) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) }) (else_clause else (compound_statement { (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 = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) })) (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 )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT )))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) (goto_statement goto statement_identifier ;)))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = 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 (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , 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) ;) (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 (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) }))) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (subscript_expression (parenthesized_expression ( (pointer_expression * IDENT) )) [ (pointer_expression * IDENT) ])) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression (parenthesized_expression ( (pointer_expression * IDENT) )) [ (pointer_expression * IDENT) ])) ;) })) }))) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_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) )) ;) }) (else_clause else (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 = (binary_expression (parenthesized_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) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * IDENT)) ;) }))))) })) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) , IDENT , 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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , LIT , LIT , IDENT ))) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , (binary_expression IDENT + LIT) , IDENT ))) ;) }) (else_clause else (compound_statement { (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (while_statement while (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) , (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * 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 ;) })) }))) (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 = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT != IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_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 = IDENT) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }))) }))) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , IDENT ))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (goto_statement goto statement_identifier ;) })) }) (else_clause else (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * IDENT)) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }))) (return_statement return ;) })))
(function_definition "void FUN_0002b5fc(undefined4 *param_1,byte *param_2,undefined4 *param_3)\n\n{\n ushort uVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n ushort **ppuVar7;\n byte *pbVar8;\n int iVar9;\n int iVar10;\n char *pcVar11;\n undefined4 uVar12;\n undefined4 uVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n byte bVar17;\n uint uVar18;\n int *piVar19;\n int *piVar20;\n int *piVar21;\n int iVar22;\n int iVar23;\n FILE *__s;\n uint uVar24;\n undefined4 uVar25;\n int local_3c;\n byte *local_38;\n undefined4 local_34;\n int local_30;\n int local_2c;\n \n piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);\n local_2c = *piVar4;\n uVar25 = *param_1;\n if (param_3 != (undefined4 *)0x0) {\n *param_3 = 0;\n }\n iVar23 = DAT_0002be58;\n iVar10 = DAT_0002be54;\n local_3c = 0;\n if (param_1[0x539] == 0) {\n uVar18 = (uint)*param_2;\n iVar14 = DAT_0002be5c + 0x2b678;\n iVar5 = 0;\n while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }\n goto LAB_0002b830;\n }\n iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3);\n iVar23 = param_1[0x539];\n if (iVar10 == 0) {\n __s = (FILE *)param_1[9];\n iVar10 = param_1[0x53a];\n iVar5 = FUN_00029fe4(iVar23,param_3);\n if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar5 = 0;\n }\n FUN_0002aecc(iVar23);\n param_1[0x539] = 0;\nLAB_0002b830:\n if (local_2c != *piVar4) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0002b5fc(undefined4 *param_1,byte *param_2,undefined4 *param_3)" (identifier "FUN_0002b5fc") (parameter_list "(undefined4 *param_1,byte *param_2,undefined4 *param_3)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "byte *param_2" (type_identifier "byte") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined4 *param_3" (type_identifier "undefined4") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n ushort uVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n ushort **ppuVar7;\n byte *pbVar8;\n int iVar9;\n int iVar10;\n char *pcVar11;\n undefined4 uVar12;\n undefined4 uVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n byte bVar17;\n uint uVar18;\n int *piVar19;\n int *piVar20;\n int *piVar21;\n int iVar22;\n int iVar23;\n FILE *__s;\n uint uVar24;\n undefined4 uVar25;\n int local_3c;\n byte *local_38;\n undefined4 local_34;\n int local_30;\n int local_2c;\n \n piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);\n local_2c = *piVar4;\n uVar25 = *param_1;\n if (param_3 != (undefined4 *)0x0) {\n *param_3 = 0;\n }\n iVar23 = DAT_0002be58;\n iVar10 = DAT_0002be54;\n local_3c = 0;\n if (param_1[0x539] == 0) {\n uVar18 = (uint)*param_2;\n iVar14 = DAT_0002be5c + 0x2b678;\n iVar5 = 0;\n while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }\n goto LAB_0002b830;\n }\n iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3);\n iVar23 = param_1[0x539];\n if (iVar10 == 0) {\n __s = (FILE *)param_1[9];\n iVar10 = param_1[0x53a];\n iVar5 = FUN_00029fe4(iVar23,param_3);\n if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar5 = 0;\n }\n FUN_0002aecc(iVar23);\n param_1[0x539] = 0;\nLAB_0002b830:\n if (local_2c != *piVar4) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }\n return;\n}" ({ "{") (declaration "ushort uVar1;" (type_identifier "ushort") (identifier "uVar1") (; ";")) (declaration "bool bVar2;" (primitive_type "bool") (identifier "bVar2") (; ";")) (declaration "bool bVar3;" (primitive_type "bool") (identifier "bVar3") (; ";")) (declaration "int *piVar4;" (primitive_type "int") (pointer_declarator "*piVar4" (* "*") (identifier "piVar4")) (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "undefined4 uVar6;" (type_identifier "undefined4") (identifier "uVar6") (; ";")) (declaration "ushort **ppuVar7;" (type_identifier "ushort") (pointer_declarator "**ppuVar7" (* "*") (pointer_declarator "*ppuVar7" (* "*") (identifier "ppuVar7"))) (; ";")) (declaration "byte *pbVar8;" (type_identifier "byte") (pointer_declarator "*pbVar8" (* "*") (identifier "pbVar8")) (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "int iVar10;" (primitive_type "int") (identifier "iVar10") (; ";")) (declaration "char *pcVar11;" (primitive_type "char") (pointer_declarator "*pcVar11" (* "*") (identifier "pcVar11")) (; ";")) (declaration "undefined4 uVar12;" (type_identifier "undefined4") (identifier "uVar12") (; ";")) (declaration "undefined4 uVar13;" (type_identifier "undefined4") (identifier "uVar13") (; ";")) (declaration "int iVar14;" (primitive_type "int") (identifier "iVar14") (; ";")) (declaration "int iVar15;" (primitive_type "int") (identifier "iVar15") (; ";")) (declaration "int iVar16;" (primitive_type "int") (identifier "iVar16") (; ";")) (declaration "byte bVar17;" (type_identifier "byte") (identifier "bVar17") (; ";")) (declaration "uint uVar18;" (type_identifier "uint") (identifier "uVar18") (; ";")) (declaration "int *piVar19;" (primitive_type "int") (pointer_declarator "*piVar19" (* "*") (identifier "piVar19")) (; ";")) (declaration "int *piVar20;" (primitive_type "int") (pointer_declarator "*piVar20" (* "*") (identifier "piVar20")) (; ";")) (declaration "int *piVar21;" (primitive_type "int") (pointer_declarator "*piVar21" (* "*") (identifier "piVar21")) (; ";")) (declaration "int iVar22;" (primitive_type "int") (identifier "iVar22") (; ";")) (declaration "int iVar23;" (primitive_type "int") (identifier "iVar23") (; ";")) (declaration "FILE *__s;" (type_identifier "FILE") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "uint uVar24;" (type_identifier "uint") (identifier "uVar24") (; ";")) (declaration "undefined4 uVar25;" (type_identifier "undefined4") (identifier "uVar25") (; ";")) (declaration "int local_3c;" (primitive_type "int") (identifier "local_3c") (; ";")) (declaration "byte *local_38;" (type_identifier "byte") (pointer_declarator "*local_38" (* "*") (identifier "local_38")) (; ";")) (declaration "undefined4 local_34;" (type_identifier "undefined4") (identifier "local_34") (; ";")) (declaration "int local_30;" (primitive_type "int") (identifier "local_30") (; ";")) (declaration "int local_2c;" (primitive_type "int") (identifier "local_2c") (; ";")) (expression_statement "piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50);" (assignment_expression "piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50)" (identifier "piVar4") (= "=") (pointer_expression "*(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50)" (* "*") (cast_expression "(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0002be4c + 0x2b60c + DAT_0002be50)" (( "(") (binary_expression "DAT_0002be4c + 0x2b60c + DAT_0002be50" (binary_expression "DAT_0002be4c + 0x2b60c" (identifier "DAT_0002be4c") (+ "+") (number_literal "0x2b60c")) (+ "+") (identifier "DAT_0002be50")) () ")"))))) (; ";")) (expression_statement "local_2c = *piVar4;" (assignment_expression "local_2c = *piVar4" (identifier "local_2c") (= "=") (pointer_expression "*piVar4" (* "*") (identifier "piVar4"))) (; ";")) (expression_statement "uVar25 = *param_1;" (assignment_expression "uVar25 = *param_1" (identifier "uVar25") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (if_statement "if (param_3 != (undefined4 *)0x0) {\n *param_3 = 0;\n }" (if "if") (parenthesized_expression "(param_3 != (undefined4 *)0x0)" (( "(") (binary_expression "param_3 != (undefined4 *)0x0" (identifier "param_3") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *param_3 = 0;\n }" ({ "{") (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "iVar23 = DAT_0002be58;" (assignment_expression "iVar23 = DAT_0002be58" (identifier "iVar23") (= "=") (identifier "DAT_0002be58")) (; ";")) (expression_statement "iVar10 = DAT_0002be54;" (assignment_expression "iVar10 = DAT_0002be54" (identifier "iVar10") (= "=") (identifier "DAT_0002be54")) (; ";")) (expression_statement "local_3c = 0;" (assignment_expression "local_3c = 0" (identifier "local_3c") (= "=") (number_literal "0")) (; ";")) (if_statement "if (param_1[0x539] == 0) {\n uVar18 = (uint)*param_2;\n iVar14 = DAT_0002be5c + 0x2b678;\n iVar5 = 0;\n while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }\n goto LAB_0002b830;\n }" (if "if") (parenthesized_expression "(param_1[0x539] == 0)" (( "(") (binary_expression "param_1[0x539] == 0" (subscript_expression "param_1[0x539]" (identifier "param_1") ([ "[") (number_literal "0x539") (] "]")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar18 = (uint)*param_2;\n iVar14 = DAT_0002be5c + 0x2b678;\n iVar5 = 0;\n while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }\n goto LAB_0002b830;\n }" ({ "{") (expression_statement "uVar18 = (uint)*param_2;" (assignment_expression "uVar18 = (uint)*param_2" (identifier "uVar18") (= "=") (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "param_2"))) (; ";")) (expression_statement "iVar14 = DAT_0002be5c + 0x2b678;" (assignment_expression "iVar14 = DAT_0002be5c + 0x2b678" (identifier "iVar14") (= "=") (binary_expression "DAT_0002be5c + 0x2b678" (identifier "DAT_0002be5c") (+ "+") (number_literal "0x2b678"))) (; ";")) (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" (identifier "iVar5") (= "=") (number_literal "0")) (; ";")) (while_statement "while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) {\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }" (while "while") (parenthesized_expression "(bVar2 = iVar5 == 0, uVar18 != 0 && bVar2)" (( "(") (comma_expression "bVar2 = iVar5 == 0, uVar18 != 0 && bVar2" (assignment_expression "bVar2 = iVar5 == 0" (identifier "bVar2") (= "=") (binary_expression "iVar5 == 0" (identifier "iVar5") (== "==") (number_literal "0"))) (, ",") (binary_expression "uVar18 != 0 && bVar2" (binary_expression "uVar18 != 0" (identifier "uVar18") (!= "!=") (number_literal "0")) (&& "&&") (identifier "bVar2"))) () ")")) (compound_statement "{\n iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);\n iVar9 = local_3c;\n if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }\n }" ({ "{") (expression_statement "iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38);" (assignment_expression "iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38)" (identifier "iVar5") (= "=") (call_expression "FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38)" (identifier "FUN_000ea328") (argument_list "(uVar25,param_2,0xffffffff,&local_3c,&local_38)" (( "(") (identifier "uVar25") (, ",") (identifier "param_2") (, ",") (number_literal "0xffffffff") (, ",") (pointer_expression "&local_3c" (& "&") (identifier "local_3c")) (, ",") (pointer_expression "&local_38" (& "&") (identifier "local_38")) () ")")))) (; ";")) (expression_statement "iVar9 = local_3c;" (assignment_expression "iVar9 = local_3c" (identifier "iVar9") (= "=") (identifier "local_3c")) (; ";")) (if_statement "if (iVar5 == 0) {\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }\n else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" (if "if") (parenthesized_expression "(iVar5 == 0)" (( "(") (binary_expression "iVar5 == 0" (identifier "iVar5") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n ppuVar7 = __ctype_b_loc();\n if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }\n pbVar8 = local_38;\n do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);\n }" ({ "{") (expression_statement "ppuVar7 = __ctype_b_loc();" (assignment_expression "ppuVar7 = __ctype_b_loc()" (identifier "ppuVar7") (= "=") (call_expression "__ctype_b_loc()" (identifier "__ctype_b_loc") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar9 != 0) {\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }" (if "if") (parenthesized_expression "(iVar9 != 0)" (( "(") (binary_expression "iVar9 != 0" (identifier "iVar9") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pbVar8 = (byte *)FUN_00038378(iVar9);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }\n bVar3 = false;\n while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }\n if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }\n param_1[0x508] = local_3c;\n param_1[6] = 0;\n if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n uVar18 = (uint)bVar17;\n if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }\n param_1[0xe] = param_1[0xc];\n if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n FUN_00022cd4(param_1);\n if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }\n iVar5 = FUN_000ae7a0(local_3c);\n if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }\n param_1[0x508] = 0;\n goto LAB_0002b800;\n }" ({ "{") (expression_statement "pbVar8 = (byte *)FUN_00038378(iVar9);" (assignment_expression "pbVar8 = (byte *)FUN_00038378(iVar9)" (identifier "pbVar8") (= "=") (cast_expression "(byte *)FUN_00038378(iVar9)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00038378(iVar9)" (identifier "FUN_00038378") (argument_list "(iVar9)" (( "(") (identifier "iVar9") () ")"))))) (; ";")) (expression_statement "*(byte **)(iVar10 + 0x2b690) = pbVar8;" (assignment_expression "*(byte **)(iVar10 + 0x2b690) = pbVar8" (pointer_expression "*(byte **)(iVar10 + 0x2b690)" (* "*") (cast_expression "(byte **)(iVar10 + 0x2b690)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar10 + 0x2b690)" (( "(") (binary_expression "iVar10 + 0x2b690" (identifier "iVar10") (+ "+") (number_literal "0x2b690")) () ")")))) (= "=") (identifier "pbVar8")) (; ";")) (if_statement "if (pbVar8 == (byte *)0x0) {\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }\n else {\n uVar24 = (uint)*pbVar8;\n }" (if "if") (parenthesized_expression "(pbVar8 == (byte *)0x0)" (( "(") (binary_expression "pbVar8 == (byte *)0x0" (identifier "pbVar8") (== "==") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);\n *(byte **)(iVar10 + 0x2b690) = pbVar8;\n uVar24 = 0;\n }" ({ "{") (expression_statement "pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38);" (assignment_expression "pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38)" (identifier "pbVar8") (= "=") (cast_expression "(byte *)(DAT_0002be78 + 0x2ba38)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0002be78 + 0x2ba38)" (( "(") (binary_expression "DAT_0002be78 + 0x2ba38" (identifier "DAT_0002be78") (+ "+") (number_literal "0x2ba38")) () ")")))) (; ";")) (expression_statement "*(byte **)(iVar10 + 0x2b690) = pbVar8;" (assignment_expression "*(byte **)(iVar10 + 0x2b690) = pbVar8" (pointer_expression "*(byte **)(iVar10 + 0x2b690)" (* "*") (cast_expression "(byte **)(iVar10 + 0x2b690)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar10 + 0x2b690)" (( "(") (binary_expression "iVar10 + 0x2b690" (identifier "iVar10") (+ "+") (number_literal "0x2b690")) () ")")))) (= "=") (identifier "pbVar8")) (; ";")) (expression_statement "uVar24 = 0;" (assignment_expression "uVar24 = 0" (identifier "uVar24") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n uVar24 = (uint)*pbVar8;\n }" (else "else") (compound_statement "{\n uVar24 = (uint)*pbVar8;\n }" ({ "{") (expression_statement "uVar24 = (uint)*pbVar8;" (assignment_expression "uVar24 = (uint)*pbVar8" (identifier "uVar24") (= "=") (binary_expression "(uint)*pbVar8" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "pbVar8"))) (; ";")) (} "}")))) (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" (identifier "bVar3") (= "=") (false "false")) (; ";")) (while_statement "while (((*ppuVar7)[uVar24] & 0x2000) != 0) {\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }" (while "while") (parenthesized_expression "(((*ppuVar7)[uVar24] & 0x2000) != 0)" (( "(") (binary_expression "((*ppuVar7)[uVar24] & 0x2000) != 0" (parenthesized_expression "((*ppuVar7)[uVar24] & 0x2000)" (( "(") (binary_expression "(*ppuVar7)[uVar24] & 0x2000" (subscript_expression "(*ppuVar7)[uVar24]" (parenthesized_expression "(*ppuVar7)" (( "(") (pointer_expression "*ppuVar7" (* "*") (identifier "ppuVar7")) () ")")) ([ "[") (identifier "uVar24") (] "]")) (& "&") (number_literal "0x2000")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pbVar8 = pbVar8 + 1;\n bVar3 = uVar18 != 0 && bVar2;\n uVar24 = (uint)*pbVar8;\n }" ({ "{") (expression_statement "pbVar8 = pbVar8 + 1;" (assignment_expression "pbVar8 = pbVar8 + 1" (identifier "pbVar8") (= "=") (binary_expression "pbVar8 + 1" (identifier "pbVar8") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "bVar3 = uVar18 != 0 && bVar2;" (assignment_expression "bVar3 = uVar18 != 0 && bVar2" (identifier "bVar3") (= "=") (binary_expression "uVar18 != 0 && bVar2" (binary_expression "uVar18 != 0" (identifier "uVar18") (!= "!=") (number_literal "0")) (&& "&&") (identifier "bVar2"))) (; ";")) (expression_statement "uVar24 = (uint)*pbVar8;" (assignment_expression "uVar24 = (uint)*pbVar8" (identifier "uVar24") (= "=") (binary_expression "(uint)*pbVar8" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "pbVar8"))) (; ";")) (} "}"))) (if_statement "if (bVar3) {\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }" (if "if") (parenthesized_expression "(bVar3)" (( "(") (identifier "bVar3") () ")")) (compound_statement "{\n *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;\n }" ({ "{") (expression_statement "*(byte **)(DAT_0002be60 + 0x2b778) = pbVar8;" (assignment_expression "*(byte **)(DAT_0002be60 + 0x2b778) = pbVar8" (pointer_expression "*(byte **)(DAT_0002be60 + 0x2b778)" (* "*") (cast_expression "(byte **)(DAT_0002be60 + 0x2b778)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0002be60 + 0x2b778)" (( "(") (binary_expression "DAT_0002be60 + 0x2b778" (identifier "DAT_0002be60") (+ "+") (number_literal "0x2b778")) () ")")))) (= "=") (identifier "pbVar8")) (; ";")) (} "}"))) (expression_statement "param_1[0x508] = local_3c;" (assignment_expression "param_1[0x508] = local_3c" (subscript_expression "param_1[0x508]" (identifier "param_1") ([ "[") (number_literal "0x508") (] "]")) (= "=") (identifier "local_3c")) (; ";")) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0")) (; ";")) (if_statement "if ((param_1[0x16] & 0x40) == 0) {\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" (if "if") (parenthesized_expression "((param_1[0x16] & 0x40) == 0)" (( "(") (binary_expression "(param_1[0x16] & 0x40) == 0" (parenthesized_expression "(param_1[0x16] & 0x40)" (( "(") (binary_expression "param_1[0x16] & 0x40" (subscript_expression "param_1[0x16]" (identifier "param_1") ([ "[") (number_literal "0x16") (] "]")) (& "&") (number_literal "0x40")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n bVar17 = *(byte *)((int)param_1 + 5);\n }" ({ "{") (expression_statement "bVar17 = *(byte *)((int)param_1 + 5);" (assignment_expression "bVar17 = *(byte *)((int)param_1 + 5)" (identifier "bVar17") (= "=") (pointer_expression "*(byte *)((int)param_1 + 5)" (* "*") (cast_expression "(byte *)((int)param_1 + 5)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 5)" (( "(") (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "5")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" (else "else") (compound_statement "{\n __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" ({ "{") (expression_statement "__fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8);" (call_expression "__fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8)" (identifier "__fprintf_chk") (argument_list "(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8)" (( "(") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) (, ",") (number_literal "1") (, ",") (binary_expression "DAT_0002be64 + 0x2b89c" (identifier "DAT_0002be64") (+ "+") (number_literal "0x2b89c")) (, ",") (identifier "pbVar8") () ")"))) (; ";")) (expression_statement "bVar17 = *(byte *)((int)param_1 + 5);" (assignment_expression "bVar17 = *(byte *)((int)param_1 + 5)" (identifier "bVar17") (= "=") (pointer_expression "*(byte *)((int)param_1 + 5)" (* "*") (cast_expression "(byte *)((int)param_1 + 5)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 5)" (( "(") (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "5")) () ")"))))) (; ";")) (} "}")))) (expression_statement "uVar18 = (uint)bVar17;" (assignment_expression "uVar18 = (uint)bVar17" (identifier "uVar18") (= "=") (cast_expression "(uint)bVar17" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar17"))) (; ";")) (if_statement "if ((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)) {\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }" (if "if") (parenthesized_expression "((uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0))" (( "(") (binary_expression "(uVar18 != 0) &&\n (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)" (parenthesized_expression "(uVar18 != 0)" (( "(") (binary_expression "uVar18 != 0" (identifier "uVar18") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0)" (( "(") (comma_expression "uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n ), uVar18 != 0" (assignment_expression "uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n )" (identifier "uVar18") (= "=") (call_expression "FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n )" (identifier "FUN_000409a8") (argument_list "(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0\n )" (( "(") (binary_expression "DAT_0002be6c + 0x2b8cc" (identifier "DAT_0002be6c") (+ "+") (number_literal "0x2b8cc")) (, ",") (pointer_expression "*(undefined4 *)(DAT_0002be68 + 0x2b8f4)" (* "*") (cast_expression "(undefined4 *)(DAT_0002be68 + 0x2b8f4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0002be68 + 0x2b8f4)" (( "(") (binary_expression "DAT_0002be68 + 0x2b8f4" (identifier "DAT_0002be68") (+ "+") (number_literal "0x2b8f4")) () ")")))) (, ",") (number_literal "0") () ")")))) (, ",") (binary_expression "uVar18 != 0" (identifier "uVar18") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n local_30 = 0;\n FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);\n if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }\n uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }\n if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }\n }" ({ "{") (expression_statement "local_30 = 0;" (assignment_expression "local_30 = 0" (identifier "local_30") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30);" (call_expression "FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30)" (identifier "FUN_0003f330") (argument_list "(uVar25,0x3f0,0xffffffff,&local_30)" (( "(") (identifier "uVar25") (, ",") (number_literal "0x3f0") (, ",") (number_literal "0xffffffff") (, ",") (pointer_expression "&local_30" (& "&") (identifier "local_30")) () ")"))) (; ";")) (if_statement "if (1 < *(byte *)((int)param_1 + 5)) {\n FUN_0003f330(uVar25,0x3f0,1,0);\n }" (if "if") (parenthesized_expression "(1 < *(byte *)((int)param_1 + 5))" (( "(") (binary_expression "1 < *(byte *)((int)param_1 + 5)" (number_literal "1") (< "<") (pointer_expression "*(byte *)((int)param_1 + 5)" (* "*") (cast_expression "(byte *)((int)param_1 + 5)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 5)" (( "(") (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "5")) () ")"))))) () ")")) (compound_statement "{\n FUN_0003f330(uVar25,0x3f0,1,0);\n }" ({ "{") (expression_statement "FUN_0003f330(uVar25,0x3f0,1,0);" (call_expression "FUN_0003f330(uVar25,0x3f0,1,0)" (identifier "FUN_0003f330") (argument_list "(uVar25,0x3f0,1,0)" (( "(") (identifier "uVar25") (, ",") (number_literal "0x3f0") (, ",") (number_literal "1") (, ",") (number_literal "0") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954));" (assignment_expression "uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954))" (identifier "uVar6") (= "=") (call_expression "FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954))" (identifier "FUN_000936bc") (argument_list "(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954))" (( "(") (binary_expression "DAT_0002be74 + 0x2b928" (identifier "DAT_0002be74") (+ "+") (number_literal "0x2b928")) (, ",") (pointer_expression "*(undefined4 *)(DAT_0002be70 + 0x2b954)" (* "*") (cast_expression "(undefined4 *)(DAT_0002be70 + 0x2b954)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0002be70 + 0x2b954)" (( "(") (binary_expression "DAT_0002be70 + 0x2b954" (identifier "DAT_0002be70") (+ "+") (number_literal "0x2b954")) () ")")))) () ")")))) (; ";")) (expression_statement "uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);" (assignment_expression "uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0)" (identifier "uVar18") (= "=") (call_expression "FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0)" (identifier "FUN_000ea328") (argument_list "(uVar25,uVar6,0xffffffff,&local_34,0)" (( "(") (identifier "uVar25") (, ",") (identifier "uVar6") (, ",") (number_literal "0xffffffff") (, ",") (pointer_expression "&local_34" (& "&") (identifier "local_34")) (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (uVar18 == 0) {\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }" (if "if") (parenthesized_expression "(uVar18 == 0)" (( "(") (binary_expression "uVar18 == 0" (identifier "uVar18") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }\n FUN_00022cd4(param_1);\n }" ({ "{") (while_statement "while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) {\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }" (while "while") (parenthesized_expression "(iVar5 = FUN_000d33d0(local_34), iVar5 == 100)" (( "(") (comma_expression "iVar5 = FUN_000d33d0(local_34), iVar5 == 100" (assignment_expression "iVar5 = FUN_000d33d0(local_34)" (identifier "iVar5") (= "=") (call_expression "FUN_000d33d0(local_34)" (identifier "FUN_000d33d0") (argument_list "(local_34)" (( "(") (identifier "local_34") () ")")))) (, ",") (binary_expression "iVar5 == 100" (identifier "iVar5") (== "==") (number_literal "100"))) () ")")) (compound_statement "{\n pcVar11 = (char *)FUN_0006c560(local_34,3);\n uVar12 = FUN_00057980(local_34,0);\n uVar13 = FUN_00057980(local_34,1);\n if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }\n FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);\n }" ({ "{") (expression_statement "pcVar11 = (char *)FUN_0006c560(local_34,3);" (assignment_expression "pcVar11 = (char *)FUN_0006c560(local_34,3)" (identifier "pcVar11") (= "=") (cast_expression "(char *)FUN_0006c560(local_34,3)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0006c560(local_34,3)" (identifier "FUN_0006c560") (argument_list "(local_34,3)" (( "(") (identifier "local_34") (, ",") (number_literal "3") () ")"))))) (; ";")) (expression_statement "uVar12 = FUN_00057980(local_34,0);" (assignment_expression "uVar12 = FUN_00057980(local_34,0)" (identifier "uVar12") (= "=") (call_expression "FUN_00057980(local_34,0)" (identifier "FUN_00057980") (argument_list "(local_34,0)" (( "(") (identifier "local_34") (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "uVar13 = FUN_00057980(local_34,1);" (assignment_expression "uVar13 = FUN_00057980(local_34,1)" (identifier "uVar13") (= "=") (call_expression "FUN_00057980(local_34,1)" (identifier "FUN_00057980") (argument_list "(local_34,1)" (( "(") (identifier "local_34") (, ",") (number_literal "1") () ")")))) (; ";")) (if_statement "if (*pcVar11 == '-') {\n FUN_00022cd4(param_1,0x2d,uVar13);\n }" (if "if") (parenthesized_expression "(*pcVar11 == '-')" (( "(") (binary_expression "*pcVar11 == '-'" (pointer_expression "*pcVar11" (* "*") (identifier "pcVar11")) (== "==") (char_literal "'-'" (' "'") (character "-") (' "'"))) () ")")) (compound_statement "{\n FUN_00022cd4(param_1,0x2d,uVar13);\n }" ({ "{") (expression_statement "FUN_00022cd4(param_1,0x2d,uVar13);" (call_expression "FUN_00022cd4(param_1,0x2d,uVar13)" (identifier "FUN_00022cd4") (argument_list "(param_1,0x2d,uVar13)" (( "(") (identifier "param_1") (, ",") (number_literal "0x2d") (, ",") (identifier "uVar13") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0001f54c(param_1,uVar12,uVar13,pcVar11);" (call_expression "FUN_0001f54c(param_1,uVar12,uVar13,pcVar11)" (identifier "FUN_0001f54c") (argument_list "(param_1,uVar12,uVar13,pcVar11)" (( "(") (identifier "param_1") (, ",") (identifier "uVar12") (, ",") (identifier "uVar13") (, ",") (identifier "pcVar11") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00022cd4(param_1);" (call_expression "FUN_00022cd4(param_1)" (identifier "FUN_00022cd4") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_000ae7a0(local_34);" (call_expression "FUN_000ae7a0(local_34)" (identifier "FUN_000ae7a0") (argument_list "(local_34)" (( "(") (identifier "local_34") () ")"))) (; ";")) (expression_statement "FUN_00041b68(uVar6);" (call_expression "FUN_00041b68(uVar6)" (identifier "FUN_00041b68") (argument_list "(uVar6)" (( "(") (identifier "uVar6") () ")"))) (; ";")) (expression_statement "bVar17 = *(byte *)((int)param_1 + 5);" (assignment_expression "bVar17 = *(byte *)((int)param_1 + 5)" (identifier "bVar17") (= "=") (pointer_expression "*(byte *)((int)param_1 + 5)" (* "*") (cast_expression "(byte *)((int)param_1 + 5)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 5)" (( "(") (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "5")) () ")"))))) (; ";")) (if_statement "if (2 < bVar17) {\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" (if "if") (parenthesized_expression "(2 < bVar17)" (( "(") (binary_expression "2 < bVar17" (number_literal "2") (< "<") (identifier "bVar17")) () ")")) (compound_statement "{\n uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));\n uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);\n if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }\n FUN_000ae7a0(local_34);\n FUN_00041b68(uVar6);\n bVar17 = *(byte *)((int)param_1 + 5);\n }" ({ "{") (expression_statement "uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c));" (assignment_expression "uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c))" (identifier "uVar6") (= "=") (call_expression "FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c))" (identifier "FUN_000936bc") (argument_list "(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c))" (( "(") (binary_expression "DAT_0002be90 + 0x2bc30" (identifier "DAT_0002be90") (+ "+") (number_literal "0x2bc30")) (, ",") (pointer_expression "*(undefined4 *)(DAT_0002be8c + 0x2bc5c)" (* "*") (cast_expression "(undefined4 *)(DAT_0002be8c + 0x2bc5c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0002be8c + 0x2bc5c)" (( "(") (binary_expression "DAT_0002be8c + 0x2bc5c" (identifier "DAT_0002be8c") (+ "+") (number_literal "0x2bc5c")) () ")")))) () ")")))) (; ";")) (expression_statement "uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0);" (assignment_expression "uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0)" (identifier "uVar18") (= "=") (call_expression "FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0)" (identifier "FUN_000ea328") (argument_list "(uVar25,uVar6,0xffffffff,&local_34,0)" (( "(") (identifier "uVar25") (, ",") (identifier "uVar6") (, ",") (number_literal "0xffffffff") (, ",") (pointer_expression "&local_34" (& "&") (identifier "local_34")) (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (uVar18 == 0) {\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }" (if "if") (parenthesized_expression "(uVar18 == 0)" (( "(") (binary_expression "uVar18 == 0" (identifier "uVar18") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n param_1[0xe] = 9;\n FUN_0002057c(param_1,local_34);\n uVar12 = local_34;\n iVar5 = FUN_000d33d0(local_34);\n if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }\n FUN_00041b68(param_1[0x50a]);\n param_1[0x50a] = 0;\n param_1[0x50b] = 0;\n param_1[0x50c] = 0;\n }" ({ "{") (expression_statement "param_1[0xe] = 9;" (assignment_expression "param_1[0xe] = 9" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (= "=") (number_literal "9")) (; ";")) (expression_statement "FUN_0002057c(param_1,local_34);" (call_expression "FUN_0002057c(param_1,local_34)" (identifier "FUN_0002057c") (argument_list "(param_1,local_34)" (( "(") (identifier "param_1") (, ",") (identifier "local_34") () ")"))) (; ";")) (expression_statement "uVar12 = local_34;" (assignment_expression "uVar12 = local_34" (identifier "uVar12") (= "=") (identifier "local_34")) (; ";")) (expression_statement "iVar5 = FUN_000d33d0(local_34);" (assignment_expression "iVar5 = FUN_000d33d0(local_34)" (identifier "iVar5") (= "=") (call_expression "FUN_000d33d0(local_34)" (identifier "FUN_000d33d0") (argument_list "(local_34)" (( "(") (identifier "local_34") () ")")))) (; ";")) (if_statement "if (iVar5 == 100) {\n FUN_00027ad8(param_1,uVar12);\n }" (if "if") (parenthesized_expression "(iVar5 == 100)" (( "(") (binary_expression "iVar5 == 100" (identifier "iVar5") (== "==") (number_literal "100")) () ")")) (compound_statement "{\n FUN_00027ad8(param_1,uVar12);\n }" ({ "{") (expression_statement "FUN_00027ad8(param_1,uVar12);" (call_expression "FUN_00027ad8(param_1,uVar12)" (identifier "FUN_00027ad8") (argument_list "(param_1,uVar12)" (( "(") (identifier "param_1") (, ",") (identifier "uVar12") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00041b68(param_1[0x50a]);" (call_expression "FUN_00041b68(param_1[0x50a])" (identifier "FUN_00041b68") (argument_list "(param_1[0x50a])" (( "(") (subscript_expression "param_1[0x50a]" (identifier "param_1") ([ "[") (number_literal "0x50a") (] "]")) () ")"))) (; ";")) (expression_statement "param_1[0x50a] = 0;" (assignment_expression "param_1[0x50a] = 0" (subscript_expression "param_1[0x50a]" (identifier "param_1") ([ "[") (number_literal "0x50a") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x50b] = 0;" (assignment_expression "param_1[0x50b] = 0" (subscript_expression "param_1[0x50b]" (identifier "param_1") ([ "[") (number_literal "0x50b") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x50c] = 0;" (assignment_expression "param_1[0x50c] = 0" (subscript_expression "param_1[0x50c]" (identifier "param_1") ([ "[") (number_literal "0x50c") (] "]")) (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "FUN_000ae7a0(local_34);" (call_expression "FUN_000ae7a0(local_34)" (identifier "FUN_000ae7a0") (argument_list "(local_34)" (( "(") (identifier "local_34") () ")"))) (; ";")) (expression_statement "FUN_00041b68(uVar6);" (call_expression "FUN_00041b68(uVar6)" (identifier "FUN_00041b68") (argument_list "(uVar6)" (( "(") (identifier "uVar6") () ")"))) (; ";")) (expression_statement "bVar17 = *(byte *)((int)param_1 + 5);" (assignment_expression "bVar17 = *(byte *)((int)param_1 + 5)" (identifier "bVar17") (= "=") (pointer_expression "*(byte *)((int)param_1 + 5)" (* "*") (cast_expression "(byte *)((int)param_1 + 5)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 5)" (( "(") (binary_expression "(int)param_1 + 5" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "5")) () ")"))))) (; ";")) (} "}"))) (if_statement "if ((1 < bVar17) && (local_30 == 0)) {\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }" (if "if") (parenthesized_expression "((1 < bVar17) && (local_30 == 0))" (( "(") (binary_expression "(1 < bVar17) && (local_30 == 0)" (parenthesized_expression "(1 < bVar17)" (( "(") (binary_expression "1 < bVar17" (number_literal "1") (< "<") (identifier "bVar17")) () ")")) (&& "&&") (parenthesized_expression "(local_30 == 0)" (( "(") (binary_expression "local_30 == 0" (identifier "local_30") (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n FUN_0003f330(uVar25,0x3f0,0,0);\n FUN_000ae7a0(local_3c);\n FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);\n param_1[0x508] = local_3c;\n }" ({ "{") (expression_statement "FUN_0003f330(uVar25,0x3f0,0,0);" (call_expression "FUN_0003f330(uVar25,0x3f0,0,0)" (identifier "FUN_0003f330") (argument_list "(uVar25,0x3f0,0,0)" (( "(") (identifier "uVar25") (, ",") (number_literal "0x3f0") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_000ae7a0(local_3c);" (call_expression "FUN_000ae7a0(local_3c)" (identifier "FUN_000ae7a0") (argument_list "(local_3c)" (( "(") (identifier "local_3c") () ")"))) (; ";")) (expression_statement "FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0);" (call_expression "FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0)" (identifier "FUN_000ea328") (argument_list "(uVar25,param_2,0xffffffff,&local_3c,0)" (( "(") (identifier "uVar25") (, ",") (identifier "param_2") (, ",") (number_literal "0xffffffff") (, ",") (pointer_expression "&local_3c" (& "&") (identifier "local_3c")) (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "param_1[0x508] = local_3c;" (assignment_expression "param_1[0x508] = local_3c" (subscript_expression "param_1[0x508]" (identifier "param_1") ([ "[") (number_literal "0x508") (] "]")) (= "=") (identifier "local_3c")) (; ";")) (} "}"))) (} "}"))) (expression_statement "param_1[0xe] = param_1[0xc];" (assignment_expression "param_1[0xe] = param_1[0xc]" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (= "=") (subscript_expression "param_1[0xc]" (identifier "param_1") ([ "[") (number_literal "0xc") (] "]"))) (; ";")) (if_statement "if (*(char *)(param_1 + 1) == '\0') {\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 1) == '\0')" (( "(") (binary_expression "*(char *)(param_1 + 1) == '\0'" (pointer_expression "*(char *)(param_1 + 1)" (* "*") (cast_expression "(char *)(param_1 + 1)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (param_1[0xc] != 9) goto LAB_0002b78c;\nLAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }" ({ "{") (if_statement "if (param_1[0xc] != 9) goto LAB_0002b78c;" (if "if") (parenthesized_expression "(param_1[0xc] != 9)" (( "(") (binary_expression "param_1[0xc] != 9" (subscript_expression "param_1[0xc]" (identifier "param_1") ([ "[") (number_literal "0xc") (] "]")) (!= "!=") (number_literal "9")) () ")")) (goto_statement "goto LAB_0002b78c;" (goto "goto") (statement_identifier "LAB_0002b78c") (; ";"))) (labeled_statement "LAB_0002b9f8:\n FUN_0002057c(param_1,local_3c);" (statement_identifier "LAB_0002b9f8") (: ":") (expression_statement "FUN_0002057c(param_1,local_3c);" (call_expression "FUN_0002057c(param_1,local_3c)" (identifier "FUN_0002057c") (argument_list "(param_1,local_3c)" (( "(") (identifier "param_1") (, ",") (identifier "local_3c") () ")"))) (; ";"))) (expression_statement "iVar5 = local_3c;" (assignment_expression "iVar5 = local_3c" (identifier "iVar5") (= "=") (identifier "local_3c")) (; ";")) (expression_statement "iVar9 = FUN_000d33d0(local_3c);" (assignment_expression "iVar9 = FUN_000d33d0(local_3c)" (identifier "iVar9") (= "=") (call_expression "FUN_000d33d0(local_3c)" (identifier "FUN_000d33d0") (argument_list "(local_3c)" (( "(") (identifier "local_3c") () ")")))) (; ";")) (} "}")) (else_clause "else {\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }" (else "else") (compound_statement "{\n iVar5 = FUN_0003823c(local_3c);\n if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }\n if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;\nLAB_0002b78c:\n iVar5 = local_3c;\n iVar9 = FUN_000d33d0(local_3c);\n }" ({ "{") (expression_statement "iVar5 = FUN_0003823c(local_3c);" (assignment_expression "iVar5 = FUN_0003823c(local_3c)" (identifier "iVar5") (= "=") (call_expression "FUN_0003823c(local_3c)" (identifier "FUN_0003823c") (argument_list "(local_3c)" (( "(") (identifier "local_3c") () ")")))) (; ";")) (if_statement "if (iVar5 == 8) {\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }\n else {\n iVar5 = FUN_0003823c(local_3c);\n }" (if "if") (parenthesized_expression "(iVar5 == 8)" (( "(") (binary_expression "iVar5 == 8" (identifier "iVar5") (== "==") (number_literal "8")) () ")")) (compound_statement "{\n iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;\n if (iVar5 == 0) {\n param_1[0xe] = 9;\n }\n iVar5 = FUN_0003823c(local_3c);\n }" ({ "{") (expression_statement "iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)\n ;" (assignment_expression "iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)" (identifier "iVar5") (= "=") (call_expression "FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)" (identifier "FUN_000409a8") (argument_list "(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0)" (( "(") (binary_expression "DAT_0002be80 + 0x2bb04" (identifier "DAT_0002be80") (+ "+") (number_literal "0x2bb04")) (, ",") (pointer_expression "*(undefined4 *)(DAT_0002be7c + 0x2bb2c)" (* "*") (cast_expression "(undefined4 *)(DAT_0002be7c + 0x2bb2c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0002be7c + 0x2bb2c)" (( "(") (binary_expression "DAT_0002be7c + 0x2bb2c" (identifier "DAT_0002be7c") (+ "+") (number_literal "0x2bb2c")) () ")")))) (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (iVar5 == 0) {\n param_1[0xe] = 9;\n }" (if "if") (parenthesized_expression "(iVar5 == 0)" (( "(") (binary_expression "iVar5 == 0" (identifier "iVar5") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n param_1[0xe] = 9;\n }" ({ "{") (expression_statement "param_1[0xe] = 9;" (assignment_expression "param_1[0xe] = 9" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (= "=") (number_literal "9")) (; ";")) (} "}"))) (expression_statement "iVar5 = FUN_0003823c(local_3c);" (assignment_expression "iVar5 = FUN_0003823c(local_3c)" (identifier "iVar5") (= "=") (call_expression "FUN_0003823c(local_3c)" (identifier "FUN_0003823c") (argument_list "(local_3c)" (( "(") (identifier "local_3c") () ")")))) (; ";")) (} "}")) (else_clause "else {\n iVar5 = FUN_0003823c(local_3c);\n }" (else "else") (compound_statement "{\n iVar5 = FUN_0003823c(local_3c);\n }" ({ "{") (expression_statement "iVar5 = FUN_0003823c(local_3c);" (assignment_expression "iVar5 = FUN_0003823c(local_3c)" (identifier "iVar5") (= "=") (call_expression "FUN_0003823c(local_3c)" (identifier "FUN_0003823c") (argument_list "(local_3c)" (( "(") (identifier "local_3c") () ")")))) (; ";")) (} "}")))) (if_statement "if ((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) {\n param_1[0xe] = 0xc;\n }\n else if (param_1[0xe] == 9) goto LAB_0002b9f8;" (if "if") (parenthesized_expression "((iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0))" (( "(") (binary_expression "(iVar5 == 4) &&\n (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)" (parenthesized_expression "(iVar5 == 4)" (( "(") (binary_expression "iVar5 == 4" (identifier "iVar5") (== "==") (number_literal "4")) () ")")) (&& "&&") (parenthesized_expression "(iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)" (( "(") (comma_expression "iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0" (assignment_expression "iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0)" (identifier "iVar5") (= "=") (call_expression "FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0)" (identifier "FUN_000409a8") (argument_list "(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0)" (( "(") (identifier "iVar14") (, ",") (pointer_expression "*(undefined4 *)(iVar23 + 0x2b6a0)" (* "*") (cast_expression "(undefined4 *)(iVar23 + 0x2b6a0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar23 + 0x2b6a0)" (( "(") (binary_expression "iVar23 + 0x2b6a0" (identifier "iVar23") (+ "+") (number_literal "0x2b6a0")) () ")")))) (, ",") (number_literal "0") () ")")))) (, ",") (binary_expression "iVar5 == 0" (identifier "iVar5") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n param_1[0xe] = 0xc;\n }" ({ "{") (expression_statement "param_1[0xe] = 0xc;" (assignment_expression "param_1[0xe] = 0xc" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (= "=") (number_literal "0xc")) (; ";")) (} "}")) (else_clause "else if (param_1[0xe] == 9) goto LAB_0002b9f8;" (else "else") (if_statement "if (param_1[0xe] == 9) goto LAB_0002b9f8;" (if "if") (parenthesized_expression "(param_1[0xe] == 9)" (( "(") (binary_expression "param_1[0xe] == 9" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (== "==") (number_literal "9")) () ")")) (goto_statement "goto LAB_0002b9f8;" (goto "goto") (statement_identifier "LAB_0002b9f8") (; ";"))))) (labeled_statement "LAB_0002b78c:\n iVar5 = local_3c;" (statement_identifier "LAB_0002b78c") (: ":") (expression_statement "iVar5 = local_3c;" (assignment_expression "iVar5 = local_3c" (identifier "iVar5") (= "=") (identifier "local_3c")) (; ";"))) (expression_statement "iVar9 = FUN_000d33d0(local_3c);" (assignment_expression "iVar9 = FUN_000d33d0(local_3c)" (identifier "iVar9") (= "=") (call_expression "FUN_000d33d0(local_3c)" (identifier "FUN_000d33d0") (argument_list "(local_3c)" (( "(") (identifier "local_3c") () ")")))) (; ";")) (} "}")))) (if_statement "if (iVar9 == 100) {\n FUN_00027ad8(param_1,iVar5);\n }" (if "if") (parenthesized_expression "(iVar9 == 100)" (( "(") (binary_expression "iVar9 == 100" (identifier "iVar9") (== "==") (number_literal "100")) () ")")) (compound_statement "{\n FUN_00027ad8(param_1,iVar5);\n }" ({ "{") (expression_statement "FUN_00027ad8(param_1,iVar5);" (call_expression "FUN_00027ad8(param_1,iVar5)" (identifier "FUN_00027ad8") (argument_list "(param_1,iVar5)" (( "(") (identifier "param_1") (, ",") (identifier "iVar5") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00041b68(param_1[0x50a]);" (call_expression "FUN_00041b68(param_1[0x50a])" (identifier "FUN_00041b68") (argument_list "(param_1[0x50a])" (( "(") (subscript_expression "param_1[0x50a]" (identifier "param_1") ([ "[") (number_literal "0x50a") (] "]")) () ")"))) (; ";")) (expression_statement "param_1[0x50a] = 0;" (assignment_expression "param_1[0x50a] = 0" (subscript_expression "param_1[0x50a]" (identifier "param_1") ([ "[") (number_literal "0x50a") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x50b] = 0;" (assignment_expression "param_1[0x50b] = 0" (subscript_expression "param_1[0x50b]" (identifier "param_1") ([ "[") (number_literal "0x50b") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x50c] = 0;" (assignment_expression "param_1[0x50c] = 0" (subscript_expression "param_1[0x50c]" (identifier "param_1") ([ "[") (number_literal "0x50c") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_00022cd4(param_1);" (call_expression "FUN_00022cd4(param_1)" (identifier "FUN_00022cd4") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (if_statement "if (*(char *)(param_1 + 2) != '\0') {\n FUN_00027d3c(uVar25,param_1);\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 2) != '\0')" (( "(") (binary_expression "*(char *)(param_1 + 2) != '\0'" (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")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n FUN_00027d3c(uVar25,param_1);\n }" ({ "{") (expression_statement "FUN_00027d3c(uVar25,param_1);" (call_expression "FUN_00027d3c(uVar25,param_1)" (identifier "FUN_00027d3c") (argument_list "(uVar25,param_1)" (( "(") (identifier "uVar25") (, ",") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar5 = FUN_000ae7a0(local_3c);" (assignment_expression "iVar5 = FUN_000ae7a0(local_3c)" (identifier "iVar5") (= "=") (call_expression "FUN_000ae7a0(local_3c)" (identifier "FUN_000ae7a0") (argument_list "(local_3c)" (( "(") (identifier "local_3c") () ")")))) (; ";")) (if_statement "if (uVar18 == 7) {\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }" (if "if") (parenthesized_expression "(uVar18 == 7)" (( "(") (binary_expression "uVar18 == 7" (identifier "uVar18") (== "==") (number_literal "7")) () ")")) (compound_statement "{\n iVar5 = 7;\nLAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }\n }" ({ "{") (expression_statement "iVar5 = 7;" (assignment_expression "iVar5 = 7" (identifier "iVar5") (= "=") (number_literal "7")) (; ";")) (labeled_statement "LAB_0002b7e4:\n if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }" (statement_identifier "LAB_0002b7e4") (: ":") (if_statement "if (param_3 != (undefined4 *)0x0) {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }" (if "if") (parenthesized_expression "(param_3 != (undefined4 *)0x0)" (( "(") (binary_expression "param_3 != (undefined4 *)0x0" (identifier "param_3") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n }" ({ "{") (expression_statement "uVar6 = FUN_0001c16c(uVar25);" (assignment_expression "uVar6 = FUN_0001c16c(uVar25)" (identifier "uVar6") (= "=") (call_expression "FUN_0001c16c(uVar25)" (identifier "FUN_0001c16c") (argument_list "(uVar25)" (( "(") (identifier "uVar25") () ")")))) (; ";")) (expression_statement "*param_3 = uVar6;" (assignment_expression "*param_3 = uVar6" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (identifier "uVar6")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }" (else "else") (compound_statement "{\n if (iVar5 != 0) goto LAB_0002b7e4;\n uVar1 = (*ppuVar7)[*local_38];\n param_2 = local_38;\n while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }\n }" ({ "{") (if_statement "if (iVar5 != 0) goto LAB_0002b7e4;" (if "if") (parenthesized_expression "(iVar5 != 0)" (( "(") (binary_expression "iVar5 != 0" (identifier "iVar5") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0002b7e4;" (goto "goto") (statement_identifier "LAB_0002b7e4") (; ";"))) (expression_statement "uVar1 = (*ppuVar7)[*local_38];" (assignment_expression "uVar1 = (*ppuVar7)[*local_38]" (identifier "uVar1") (= "=") (subscript_expression "(*ppuVar7)[*local_38]" (parenthesized_expression "(*ppuVar7)" (( "(") (pointer_expression "*ppuVar7" (* "*") (identifier "ppuVar7")) () ")")) ([ "[") (pointer_expression "*local_38" (* "*") (identifier "local_38")) (] "]"))) (; ";")) (expression_statement "param_2 = local_38;" (assignment_expression "param_2 = local_38" (identifier "param_2") (= "=") (identifier "local_38")) (; ";")) (while_statement "while ((uVar1 & 0x2000) != 0) {\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }" (while "while") (parenthesized_expression "((uVar1 & 0x2000) != 0)" (( "(") (binary_expression "(uVar1 & 0x2000) != 0" (parenthesized_expression "(uVar1 & 0x2000)" (( "(") (binary_expression "uVar1 & 0x2000" (identifier "uVar1") (& "&") (number_literal "0x2000")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n param_2 = param_2 + 1;\n uVar1 = (*ppuVar7)[*param_2];\n }" ({ "{") (expression_statement "param_2 = param_2 + 1;" (assignment_expression "param_2 = param_2 + 1" (identifier "param_2") (= "=") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar1 = (*ppuVar7)[*param_2];" (assignment_expression "uVar1 = (*ppuVar7)[*param_2]" (identifier "uVar1") (= "=") (subscript_expression "(*ppuVar7)[*param_2]" (parenthesized_expression "(*ppuVar7)" (( "(") (pointer_expression "*ppuVar7" (* "*") (identifier "ppuVar7")) () ")")) ([ "[") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (] "]"))) (; ";")) (} "}"))) (} "}")))) (expression_statement "param_1[0x508] = 0;" (assignment_expression "param_1[0x508] = 0" (subscript_expression "param_1[0x508]" (identifier "param_1") ([ "[") (number_literal "0x508") (] "]")) (= "=") (number_literal "0")) (; ";")) (goto_statement "goto LAB_0002b800;" (goto "goto") (statement_identifier "LAB_0002b800") (; ";")) (} "}"))) (expression_statement "pbVar8 = local_38;" (assignment_expression "pbVar8 = local_38" (identifier "pbVar8") (= "=") (identifier "local_38")) (; ";")) (do_statement "do {\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n } while (((*ppuVar7)[uVar18] & 0x2000) != 0);" (do "do") (compound_statement "{\n param_2 = pbVar8;\n uVar18 = (uint)*param_2;\n pbVar8 = param_2 + 1;\n }" ({ "{") (expression_statement "param_2 = pbVar8;" (assignment_expression "param_2 = pbVar8" (identifier "param_2") (= "=") (identifier "pbVar8")) (; ";")) (expression_statement "uVar18 = (uint)*param_2;" (assignment_expression "uVar18 = (uint)*param_2" (identifier "uVar18") (= "=") (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "param_2"))) (; ";")) (expression_statement "pbVar8 = param_2 + 1;" (assignment_expression "pbVar8 = param_2 + 1" (identifier "pbVar8") (= "=") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(((*ppuVar7)[uVar18] & 0x2000) != 0)" (( "(") (binary_expression "((*ppuVar7)[uVar18] & 0x2000) != 0" (parenthesized_expression "((*ppuVar7)[uVar18] & 0x2000)" (( "(") (binary_expression "(*ppuVar7)[uVar18] & 0x2000" (subscript_expression "(*ppuVar7)[uVar18]" (parenthesized_expression "(*ppuVar7)" (( "(") (pointer_expression "*ppuVar7" (* "*") (identifier "ppuVar7")) () ")")) ([ "[") (identifier "uVar18") (] "]")) (& "&") (number_literal "0x2000")) () ")")) (!= "!=") (number_literal "0")) () ")")) (; ";")) (} "}")) (else_clause "else if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" (else "else") (if_statement "if (param_3 == (undefined4 *)0x0) {\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }\n else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" (if "if") (parenthesized_expression "(param_3 == (undefined4 *)0x0)" (( "(") (binary_expression "param_3 == (undefined4 *)0x0" (identifier "param_3") (== "==") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nLAB_0002b800:\n uVar18 = (uint)*param_2;\n }" ({ "{") (labeled_statement "LAB_0002b800:\n uVar18 = (uint)*param_2;" (statement_identifier "LAB_0002b800") (: ":") (expression_statement "uVar18 = (uint)*param_2;" (assignment_expression "uVar18 = (uint)*param_2" (identifier "uVar18") (= "=") (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "param_2"))) (; ";"))) (} "}")) (else_clause "else {\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" (else "else") (compound_statement "{\n uVar6 = FUN_0001c16c(uVar25);\n *param_3 = uVar6;\n uVar18 = (uint)*param_2;\n }" ({ "{") (expression_statement "uVar6 = FUN_0001c16c(uVar25);" (assignment_expression "uVar6 = FUN_0001c16c(uVar25)" (identifier "uVar6") (= "=") (call_expression "FUN_0001c16c(uVar25)" (identifier "FUN_0001c16c") (argument_list "(uVar25)" (( "(") (identifier "uVar25") () ")")))) (; ";")) (expression_statement "*param_3 = uVar6;" (assignment_expression "*param_3 = uVar6" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (identifier "uVar6")) (; ";")) (expression_statement "uVar18 = (uint)*param_2;" (assignment_expression "uVar18 = (uint)*param_2" (identifier "uVar18") (= "=") (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "param_2"))) (; ";")) (} "}")))))) (} "}"))) (goto_statement "goto LAB_0002b830;" (goto "goto") (statement_identifier "LAB_0002b830") (; ";")) (} "}"))) (expression_statement "iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3);" (assignment_expression "iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3)" (identifier "iVar10") (= "=") (call_expression "FUN_00029e18(param_1[0x539],param_2,param_3)" (identifier "FUN_00029e18") (argument_list "(param_1[0x539],param_2,param_3)" (( "(") (subscript_expression "param_1[0x539]" (identifier "param_1") ([ "[") (number_literal "0x539") (] "]")) (, ",") (identifier "param_2") (, ",") (identifier "param_3") () ")")))) (; ";")) (expression_statement "iVar23 = param_1[0x539];" (assignment_expression "iVar23 = param_1[0x539]" (identifier "iVar23") (= "=") (subscript_expression "param_1[0x539]" (identifier "param_1") ([ "[") (number_literal "0x539") (] "]"))) (; ";")) (if_statement "if (iVar10 == 0) {\n __s = (FILE *)param_1[9];\n iVar10 = param_1[0x53a];\n iVar5 = FUN_00029fe4(iVar23,param_3);\n if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }\n }\n else {\nLAB_0002b81c:\n iVar5 = 0;\n }" (if "if") (parenthesized_expression "(iVar10 == 0)" (( "(") (binary_expression "iVar10 == 0" (identifier "iVar10") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n __s = (FILE *)param_1[9];\n iVar10 = param_1[0x53a];\n iVar5 = FUN_00029fe4(iVar23,param_3);\n if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }\n }" ({ "{") (expression_statement "__s = (FILE *)param_1[9];" (assignment_expression "__s = (FILE *)param_1[9]" (identifier "__s") (= "=") (cast_expression "(FILE *)param_1[9]" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")))) (; ";")) (expression_statement "iVar10 = param_1[0x53a];" (assignment_expression "iVar10 = param_1[0x53a]" (identifier "iVar10") (= "=") (subscript_expression "param_1[0x53a]" (identifier "param_1") ([ "[") (number_literal "0x53a") (] "]"))) (; ";")) (expression_statement "iVar5 = FUN_00029fe4(iVar23,param_3);" (assignment_expression "iVar5 = FUN_00029fe4(iVar23,param_3)" (identifier "iVar5") (= "=") (call_expression "FUN_00029fe4(iVar23,param_3)" (identifier "FUN_00029fe4") (argument_list "(iVar23,param_3)" (( "(") (identifier "iVar23") (, ",") (identifier "param_3") () ")")))) (; ";")) (if_statement "if (iVar5 == 0) {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }" (if "if") (parenthesized_expression "(iVar5 == 0)" (( "(") (binary_expression "iVar5 == 0" (identifier "iVar5") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }\n if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }\n goto LAB_0002b81c;\n }" ({ "{") (expression_statement "piVar19 = *(int **)(iVar23 + 0x1c);" (assignment_expression "piVar19 = *(int **)(iVar23 + 0x1c)" (identifier "piVar19") (= "=") (pointer_expression "*(int **)(iVar23 + 0x1c)" (* "*") (cast_expression "(int **)(iVar23 + 0x1c)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar23 + 0x1c)" (( "(") (binary_expression "iVar23 + 0x1c" (identifier "iVar23") (+ "+") (number_literal "0x1c")) () ")"))))) (; ";")) (if_statement "if (piVar19 == (int *)0x0) {\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }\n else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }" (if "if") (parenthesized_expression "(piVar19 == (int *)0x0)" (( "(") (binary_expression "piVar19 == (int *)0x0" (identifier "piVar19") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if (iVar10 == 0) goto LAB_0002b81c;\n iVar5 = *(int *)(iVar23 + 0x20);\n uVar25 = 0;\n if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }\nLAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);\n __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);\n }" ({ "{") (if_statement "if (iVar10 == 0) goto LAB_0002b81c;" (if "if") (parenthesized_expression "(iVar10 == 0)" (( "(") (binary_expression "iVar10 == 0" (identifier "iVar10") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0002b81c;" (goto "goto") (statement_identifier "LAB_0002b81c") (; ";"))) (expression_statement "iVar5 = *(int *)(iVar23 + 0x20);" (assignment_expression "iVar5 = *(int *)(iVar23 + 0x20)" (identifier "iVar5") (= "=") (pointer_expression "*(int *)(iVar23 + 0x20)" (* "*") (cast_expression "(int *)(iVar23 + 0x20)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar23 + 0x20)" (( "(") (binary_expression "iVar23 + 0x20" (identifier "iVar23") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "uVar25 = 0;" (assignment_expression "uVar25 = 0" (identifier "uVar25") (= "=") (number_literal "0")) (; ";")) (if_statement "if (iVar5 != 0) {\n iVar5 = 0;\n goto LAB_0002be18;\n }" (if "if") (parenthesized_expression "(iVar5 != 0)" (( "(") (binary_expression "iVar5 != 0" (identifier "iVar5") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar5 = 0;\n goto LAB_0002be18;\n }" ({ "{") (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" (identifier "iVar5") (= "=") (number_literal "0")) (; ";")) (goto_statement "goto LAB_0002be18;" (goto "goto") (statement_identifier "LAB_0002be18") (; ";")) (} "}"))) (labeled_statement "LAB_0002bd50:\n fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);" (statement_identifier "LAB_0002bd50") (: ":") (expression_statement "fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s);" (call_expression "fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s)" (identifier "fwrite") (argument_list "((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s)" (( "(") (cast_expression "(void *)(DAT_0002be98 + 0x2bd68)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0002be98 + 0x2bd68)" (( "(") (binary_expression "DAT_0002be98 + 0x2bd68" (identifier "DAT_0002be98") (+ "+") (number_literal "0x2bd68")) () ")"))) (, ",") (number_literal "1") (, ",") (number_literal "0x2c") (, ",") (identifier "__s") () ")"))) (; ";"))) (expression_statement "__fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25);" (call_expression "__fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25)" (identifier "__fprintf_chk") (argument_list "(__s,1,DAT_0002be9c + 0x2bd78,uVar25)" (( "(") (identifier "__s") (, ",") (number_literal "1") (, ",") (binary_expression "DAT_0002be9c + 0x2bd78" (identifier "DAT_0002be9c") (+ "+") (number_literal "0x2bd78")) (, ",") (identifier "uVar25") () ")"))) (; ";")) (} "}")) (else_clause "else {\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }" (else "else") (compound_statement "{\n iVar14 = *piVar19;\n iVar5 = iVar14 + 1;\n if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }\n }" ({ "{") (expression_statement "iVar14 = *piVar19;" (assignment_expression "iVar14 = *piVar19" (identifier "iVar14") (= "=") (pointer_expression "*piVar19" (* "*") (identifier "piVar19"))) (; ";")) (expression_statement "iVar5 = iVar14 + 1;" (assignment_expression "iVar5 = iVar14 + 1" (identifier "iVar5") (= "=") (binary_expression "iVar14 + 1" (identifier "iVar14") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (iVar10 != 0) {\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }" (if "if") (parenthesized_expression "(iVar10 != 0)" (( "(") (binary_expression "iVar10 != 0" (identifier "iVar10") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }\n goto LAB_0002bd50;\n }" ({ "{") (if_statement "if (*(int *)(iVar23 + 0x20) == 0) {\n uVar25 = 0;\n }\n else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }" (if "if") (parenthesized_expression "(*(int *)(iVar23 + 0x20) == 0)" (( "(") (binary_expression "*(int *)(iVar23 + 0x20) == 0" (pointer_expression "*(int *)(iVar23 + 0x20)" (* "*") (cast_expression "(int *)(iVar23 + 0x20)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar23 + 0x20)" (( "(") (binary_expression "iVar23 + 0x20" (identifier "iVar23") (+ "+") (number_literal "0x20")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar25 = 0;\n }" ({ "{") (expression_statement "uVar25 = 0;" (assignment_expression "uVar25 = 0" (identifier "uVar25") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }" (else "else") (compound_statement "{\n while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }\nLAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);\n }" ({ "{") (while_statement "while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) {\n iVar14 = *piVar19;\n }" (while "while") (parenthesized_expression "((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0)))" (( "(") (parenthesized_expression "(iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))" (( "(") (binary_expression "iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0)" (binary_expression "iVar14 != 0" (identifier "iVar14") (!= "!=") (number_literal "0")) (&& "&&") (parenthesized_expression "(piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0)" (( "(") (comma_expression "piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0" (assignment_expression "piVar19 = (int *)piVar19[4]" (identifier "piVar19") (= "=") (cast_expression "(int *)piVar19[4]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar19[4]" (identifier "piVar19") ([ "[") (number_literal "4") (] "]")))) (, ",") (binary_expression "piVar19 != (int *)0x0" (identifier "piVar19") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) () ")")) (compound_statement "{\n iVar14 = *piVar19;\n }" ({ "{") (expression_statement "iVar14 = *piVar19;" (assignment_expression "iVar14 = *piVar19" (identifier "iVar14") (= "=") (pointer_expression "*piVar19" (* "*") (identifier "piVar19"))) (; ";")) (} "}"))) (labeled_statement "LAB_0002be18:\n uVar25 = *(undefined4 *)(iVar23 + 0x102c);" (statement_identifier "LAB_0002be18") (: ":") (expression_statement "uVar25 = *(undefined4 *)(iVar23 + 0x102c);" (assignment_expression "uVar25 = *(undefined4 *)(iVar23 + 0x102c)" (identifier "uVar25") (= "=") (pointer_expression "*(undefined4 *)(iVar23 + 0x102c)" (* "*") (cast_expression "(undefined4 *)(iVar23 + 0x102c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar23 + 0x102c)" (( "(") (binary_expression "iVar23 + 0x102c" (identifier "iVar23") (+ "+") (number_literal "0x102c")) () ")"))))) (; ";"))) (} "}")))) (goto_statement "goto LAB_0002bd50;" (goto "goto") (statement_identifier "LAB_0002bd50") (; ";")) (} "}"))) (} "}")))) (if_statement "if (0 < iVar5) {\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }" (if "if") (parenthesized_expression "(0 < iVar5)" (( "(") (binary_expression "0 < iVar5" (number_literal "0") (< "<") (identifier "iVar5")) () ")")) (compound_statement "{\n iVar9 = DAT_0002be84 + 0x2bba0;\n iVar15 = DAT_0002be88 + 0x2bbb0;\n iVar14 = 0;\n do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);\n }" ({ "{") (expression_statement "iVar9 = DAT_0002be84 + 0x2bba0;" (assignment_expression "iVar9 = DAT_0002be84 + 0x2bba0" (identifier "iVar9") (= "=") (binary_expression "DAT_0002be84 + 0x2bba0" (identifier "DAT_0002be84") (+ "+") (number_literal "0x2bba0"))) (; ";")) (expression_statement "iVar15 = DAT_0002be88 + 0x2bbb0;" (assignment_expression "iVar15 = DAT_0002be88 + 0x2bbb0" (identifier "iVar15") (= "=") (binary_expression "DAT_0002be88 + 0x2bbb0" (identifier "DAT_0002be88") (+ "+") (number_literal "0x2bbb0"))) (; ";")) (expression_statement "iVar14 = 0;" (assignment_expression "iVar14 = 0" (identifier "iVar14") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n } while (iVar5 != iVar14);" (do "do") (compound_statement "{\n if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }\n iVar14 = iVar14 + 1;\n if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }\n iVar16 = DAT_0002be94 + 0x2bcbc;\n __fprintf_chk(__s,1,iVar16,iVar22);\n __fprintf_chk(__s,1,iVar16,piVar19);\n }" ({ "{") (if_statement "if (*(int *)(iVar23 + 0x20) == 0) {\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }" (if "if") (parenthesized_expression "(*(int *)(iVar23 + 0x20) == 0)" (( "(") (binary_expression "*(int *)(iVar23 + 0x20) == 0" (pointer_expression "*(int *)(iVar23 + 0x20)" (* "*") (cast_expression "(int *)(iVar23 + 0x20)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar23 + 0x20)" (( "(") (binary_expression "iVar23 + 0x20" (identifier "iVar23") (+ "+") (number_literal "0x20")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar22 = DAT_0002bea4 + 0x2bdf0;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }" ({ "{") (expression_statement "iVar22 = DAT_0002bea4 + 0x2bdf0;" (assignment_expression "iVar22 = DAT_0002bea4 + 0x2bdf0" (identifier "iVar22") (= "=") (binary_expression "DAT_0002bea4 + 0x2bdf0" (identifier "DAT_0002bea4") (+ "+") (number_literal "0x2bdf0"))) (; ";")) (expression_statement "piVar19 = (int *)0x0;" (assignment_expression "piVar19 = (int *)0x0" (identifier "piVar19") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "piVar20 = (int *)0x0;" (assignment_expression "piVar20 = (int *)0x0" (identifier "piVar20") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}")) (else_clause "else {\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }" (else "else") (compound_statement "{\n piVar19 = *(int **)(iVar23 + 0x1c);\n if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }\n }" ({ "{") (expression_statement "piVar19 = *(int **)(iVar23 + 0x1c);" (assignment_expression "piVar19 = *(int **)(iVar23 + 0x1c)" (identifier "piVar19") (= "=") (pointer_expression "*(int **)(iVar23 + 0x1c)" (* "*") (cast_expression "(int **)(iVar23 + 0x1c)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar23 + 0x1c)" (( "(") (binary_expression "iVar23 + 0x1c" (identifier "iVar23") (+ "+") (number_literal "0x1c")) () ")"))))) (; ";")) (if_statement "if (piVar19 == (int *)0x0) {\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }\n else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }" (if "if") (parenthesized_expression "(piVar19 == (int *)0x0)" (( "(") (binary_expression "piVar19 == (int *)0x0" (identifier "piVar19") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar22 = DAT_0002bea8 + 0x2be34;\n piVar19 = (int *)0x0;\n piVar20 = (int *)0x0;\n }" ({ "{") (expression_statement "iVar22 = DAT_0002bea8 + 0x2be34;" (assignment_expression "iVar22 = DAT_0002bea8 + 0x2be34" (identifier "iVar22") (= "=") (binary_expression "DAT_0002bea8 + 0x2be34" (identifier "DAT_0002bea8") (+ "+") (number_literal "0x2be34"))) (; ";")) (expression_statement "piVar19 = (int *)0x0;" (assignment_expression "piVar19 = (int *)0x0" (identifier "piVar19") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "piVar20 = (int *)0x0;" (assignment_expression "piVar20 = (int *)0x0" (identifier "piVar20") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}")) (else_clause "else {\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }" (else "else") (compound_statement "{\n iVar16 = *piVar19;\n piVar20 = piVar19;\n iVar22 = iVar16;\n while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }\n piVar20 = (int *)piVar20[1];\n iVar22 = iVar16;\n while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }\n iVar22 = piVar21[2];\n while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }\n piVar19 = (int *)piVar19[3];\nLAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }\n }" ({ "{") (expression_statement "iVar16 = *piVar19;" (assignment_expression "iVar16 = *piVar19" (identifier "iVar16") (= "=") (pointer_expression "*piVar19" (* "*") (identifier "piVar19"))) (; ";")) (expression_statement "piVar20 = piVar19;" (assignment_expression "piVar20 = piVar19" (identifier "piVar20") (= "=") (identifier "piVar19")) (; ";")) (expression_statement "iVar22 = iVar16;" (assignment_expression "iVar22 = iVar16" (identifier "iVar22") (= "=") (identifier "iVar16")) (; ";")) (while_statement "while (piVar21 = piVar19, iVar14 != iVar22) {\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }" (while "while") (parenthesized_expression "(piVar21 = piVar19, iVar14 != iVar22)" (( "(") (comma_expression "piVar21 = piVar19, iVar14 != iVar22" (assignment_expression "piVar21 = piVar19" (identifier "piVar21") (= "=") (identifier "piVar19")) (, ",") (binary_expression "iVar14 != iVar22" (identifier "iVar14") (!= "!=") (identifier "iVar22"))) () ")")) (compound_statement "{\n piVar20 = (int *)piVar20[4];\n if (piVar20 == (int *)0x0) goto LAB_0002bc08;\n iVar22 = *piVar20;\n }" ({ "{") (expression_statement "piVar20 = (int *)piVar20[4];" (assignment_expression "piVar20 = (int *)piVar20[4]" (identifier "piVar20") (= "=") (cast_expression "(int *)piVar20[4]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar20[4]" (identifier "piVar20") ([ "[") (number_literal "4") (] "]")))) (; ";")) (if_statement "if (piVar20 == (int *)0x0) goto LAB_0002bc08;" (if "if") (parenthesized_expression "(piVar20 == (int *)0x0)" (( "(") (binary_expression "piVar20 == (int *)0x0" (identifier "piVar20") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0002bc08;" (goto "goto") (statement_identifier "LAB_0002bc08") (; ";"))) (expression_statement "iVar22 = *piVar20;" (assignment_expression "iVar22 = *piVar20" (identifier "iVar22") (= "=") (pointer_expression "*piVar20" (* "*") (identifier "piVar20"))) (; ";")) (} "}"))) (expression_statement "piVar20 = (int *)piVar20[1];" (assignment_expression "piVar20 = (int *)piVar20[1]" (identifier "piVar20") (= "=") (cast_expression "(int *)piVar20[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar20[1]" (identifier "piVar20") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "iVar22 = iVar16;" (assignment_expression "iVar22 = iVar16" (identifier "iVar22") (= "=") (identifier "iVar16")) (; ";")) (while_statement "while (iVar14 != iVar22) {\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }" (while "while") (parenthesized_expression "(iVar14 != iVar22)" (( "(") (binary_expression "iVar14 != iVar22" (identifier "iVar14") (!= "!=") (identifier "iVar22")) () ")")) (compound_statement "{\nLAB_0002bc08:\n piVar21 = (int *)piVar21[4];\n if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }\n iVar22 = *piVar21;\n }" ({ "{") (labeled_statement "LAB_0002bc08:\n piVar21 = (int *)piVar21[4];" (statement_identifier "LAB_0002bc08") (: ":") (expression_statement "piVar21 = (int *)piVar21[4];" (assignment_expression "piVar21 = (int *)piVar21[4]" (identifier "piVar21") (= "=") (cast_expression "(int *)piVar21[4]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar21[4]" (identifier "piVar21") ([ "[") (number_literal "4") (] "]")))) (; ";"))) (if_statement "if (piVar21 == (int *)0x0) {\n iVar22 = 0;\n goto LAB_0002bc8c;\n }" (if "if") (parenthesized_expression "(piVar21 == (int *)0x0)" (( "(") (binary_expression "piVar21 == (int *)0x0" (identifier "piVar21") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar22 = 0;\n goto LAB_0002bc8c;\n }" ({ "{") (expression_statement "iVar22 = 0;" (assignment_expression "iVar22 = 0" (identifier "iVar22") (= "=") (number_literal "0")) (; ";")) (goto_statement "goto LAB_0002bc8c;" (goto "goto") (statement_identifier "LAB_0002bc8c") (; ";")) (} "}"))) (expression_statement "iVar22 = *piVar21;" (assignment_expression "iVar22 = *piVar21" (identifier "iVar22") (= "=") (pointer_expression "*piVar21" (* "*") (identifier "piVar21"))) (; ";")) (} "}"))) (expression_statement "iVar22 = piVar21[2];" (assignment_expression "iVar22 = piVar21[2]" (identifier "iVar22") (= "=") (subscript_expression "piVar21[2]" (identifier "piVar21") ([ "[") (number_literal "2") (] "]"))) (; ";")) (while_statement "while (iVar14 != iVar16) {\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }" (while "while") (parenthesized_expression "(iVar14 != iVar16)" (( "(") (binary_expression "iVar14 != iVar16" (identifier "iVar14") (!= "!=") (identifier "iVar16")) () ")")) (compound_statement "{\nLAB_0002bc8c:\n piVar19 = (int *)piVar19[4];\n if (piVar19 == (int *)0x0) goto LAB_0002bc98;\n iVar16 = *piVar19;\n }" ({ "{") (labeled_statement "LAB_0002bc8c:\n piVar19 = (int *)piVar19[4];" (statement_identifier "LAB_0002bc8c") (: ":") (expression_statement "piVar19 = (int *)piVar19[4];" (assignment_expression "piVar19 = (int *)piVar19[4]" (identifier "piVar19") (= "=") (cast_expression "(int *)piVar19[4]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar19[4]" (identifier "piVar19") ([ "[") (number_literal "4") (] "]")))) (; ";"))) (if_statement "if (piVar19 == (int *)0x0) goto LAB_0002bc98;" (if "if") (parenthesized_expression "(piVar19 == (int *)0x0)" (( "(") (binary_expression "piVar19 == (int *)0x0" (identifier "piVar19") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0002bc98;" (goto "goto") (statement_identifier "LAB_0002bc98") (; ";"))) (expression_statement "iVar16 = *piVar19;" (assignment_expression "iVar16 = *piVar19" (identifier "iVar16") (= "=") (pointer_expression "*piVar19" (* "*") (identifier "piVar19"))) (; ";")) (} "}"))) (expression_statement "piVar19 = (int *)piVar19[3];" (assignment_expression "piVar19 = (int *)piVar19[3]" (identifier "piVar19") (= "=") (cast_expression "(int *)piVar19[3]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar19[3]" (identifier "piVar19") ([ "[") (number_literal "3") (] "]")))) (; ";")) (labeled_statement "LAB_0002bc98:\n if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }" (statement_identifier "LAB_0002bc98") (: ":") (if_statement "if (iVar22 == 0) {\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }" (if "if") (parenthesized_expression "(iVar22 == 0)" (( "(") (binary_expression "iVar22 == 0" (identifier "iVar22") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar22 = DAT_0002bea0 + 0x2bde0;\n }" ({ "{") (expression_statement "iVar22 = DAT_0002bea0 + 0x2bde0;" (assignment_expression "iVar22 = DAT_0002bea0 + 0x2bde0" (identifier "iVar22") (= "=") (binary_expression "DAT_0002bea0 + 0x2bde0" (identifier "DAT_0002bea0") (+ "+") (number_literal "0x2bde0"))) (; ";")) (} "}")))) (} "}")))) (} "}")))) (expression_statement "iVar14 = iVar14 + 1;" (assignment_expression "iVar14 = iVar14 + 1" (identifier "iVar14") (= "=") (binary_expression "iVar14 + 1" (identifier "iVar14") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (iVar10 != 0) {\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }" (if "if") (parenthesized_expression "(iVar10 != 0)" (( "(") (binary_expression "iVar10 != 0" (identifier "iVar10") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n __fprintf_chk(__s,1,iVar9,iVar14);\n __fprintf_chk(__s,1,iVar15,piVar20);\n }" ({ "{") (expression_statement "__fprintf_chk(__s,1,iVar9,iVar14);" (call_expression "__fprintf_chk(__s,1,iVar9,iVar14)" (identifier "__fprintf_chk") (argument_list "(__s,1,iVar9,iVar14)" (( "(") (identifier "__s") (, ",") (number_literal "1") (, ",") (identifier "iVar9") (, ",") (identifier "iVar14") () ")"))) (; ";")) (expression_statement "__fprintf_chk(__s,1,iVar15,piVar20);" (call_expression "__fprintf_chk(__s,1,iVar15,piVar20)" (identifier "__fprintf_chk") (argument_list "(__s,1,iVar15,piVar20)" (( "(") (identifier "__s") (, ",") (number_literal "1") (, ",") (identifier "iVar15") (, ",") (identifier "piVar20") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar16 = DAT_0002be94 + 0x2bcbc;" (assignment_expression "iVar16 = DAT_0002be94 + 0x2bcbc" (identifier "iVar16") (= "=") (binary_expression "DAT_0002be94 + 0x2bcbc" (identifier "DAT_0002be94") (+ "+") (number_literal "0x2bcbc"))) (; ";")) (expression_statement "__fprintf_chk(__s,1,iVar16,iVar22);" (call_expression "__fprintf_chk(__s,1,iVar16,iVar22)" (identifier "__fprintf_chk") (argument_list "(__s,1,iVar16,iVar22)" (( "(") (identifier "__s") (, ",") (number_literal "1") (, ",") (identifier "iVar16") (, ",") (identifier "iVar22") () ")"))) (; ";")) (expression_statement "__fprintf_chk(__s,1,iVar16,piVar19);" (call_expression "__fprintf_chk(__s,1,iVar16,piVar19)" (identifier "__fprintf_chk") (argument_list "(__s,1,iVar16,piVar19)" (( "(") (identifier "__s") (, ",") (number_literal "1") (, ",") (identifier "iVar16") (, ",") (identifier "piVar19") () ")"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar5 != iVar14)" (( "(") (binary_expression "iVar5 != iVar14" (identifier "iVar5") (!= "!=") (identifier "iVar14")) () ")")) (; ";")) (} "}"))) (goto_statement "goto LAB_0002b81c;" (goto "goto") (statement_identifier "LAB_0002b81c") (; ";")) (} "}"))) (} "}")) (else_clause "else {\nLAB_0002b81c:\n iVar5 = 0;\n }" (else "else") (compound_statement "{\nLAB_0002b81c:\n iVar5 = 0;\n }" ({ "{") (labeled_statement "LAB_0002b81c:\n iVar5 = 0;" (statement_identifier "LAB_0002b81c") (: ":") (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" (identifier "iVar5") (= "=") (number_literal "0")) (; ";"))) (} "}")))) (expression_statement "FUN_0002aecc(iVar23);" (call_expression "FUN_0002aecc(iVar23)" (identifier "FUN_0002aecc") (argument_list "(iVar23)" (( "(") (identifier "iVar23") () ")"))) (; ";")) (expression_statement "param_1[0x539] = 0;" (assignment_expression "param_1[0x539] = 0" (subscript_expression "param_1[0x539]" (identifier "param_1") ([ "[") (number_literal "0x539") (] "]")) (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_0002b830:\n if (local_2c != *piVar4) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }" (statement_identifier "LAB_0002b830") (: ":") (if_statement "if (local_2c != *piVar4) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }" (if "if") (parenthesized_expression "(local_2c != *piVar4)" (( "(") (binary_expression "local_2c != *piVar4" (identifier "local_2c") (!= "!=") (pointer_expression "*piVar4" (* "*") (identifier "piVar4"))) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar5);\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "__stack_chk_fail(iVar5);" (call_expression "__stack_chk_fail(iVar5)" (identifier "__stack_chk_fail") (argument_list "(iVar5)" (( "(") (identifier "iVar5") () ")"))) (; ";")) (} "}")))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Removing unreachable block (ram,0x0002bda8) */ /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ int function_1(type_1 *pArg,char *zSql,char **var_3) { int var_16; int *piVar2; type_2 *var_4; int var_7; type_3 *var_9; type_3 *var_15; type_3 *var_17; type_4 *var_18; type_5 *__s; type_6 *db; int var_10; type_7 *pStmt; char *zLeftover; type_7 *pExplain; int triggerEQP; int var_24; piVar2 = *(int **)(var_1 + 0x2b60c + var_2); var_24 = *piVar2; db = pArg->db; if (var_3 != (char **)0x0) { *var_3 = (char *)0x0; } var_4 = (pArg->expert).pExpert; pStmt = (type_7 *)0x0; if (var_4 == (type_2 *)0x0) { if (*zSql != '\0') { /* WARNING: Subroutine does not return */ var_5(db,zSql,-1,&pStmt,&zLeftover); } var_7 = 0; goto LAB_0002b830; } var_7 = var_6(var_4,zSql,var_3); var_4 = (pArg->expert).pExpert; if (var_7 == 0) { __s = (type_5 *)pArg->out; var_10 = (pArg->expert).bVerbose; var_7 = var_8(var_4,var_3); if (var_7 == 0) { var_9 = var_4->pStatement; if (var_9 == (type_3 *)0x0) { if (var_10 != 0) goto LAB_0002bd50; } else { var_7 = var_9->iId; if (var_10 != 0) { if (var_4->bRun != 0) { while ((var_7 != 0 && (var_9 = var_9->pNext, var_9 != (type_3 *)0x0))) { var_7 = var_9->iId; } } LAB_0002bd50: /* WARNING: Subroutine does not return */ var_11(&UNK_0002bd68 + var_12,1,0x2c,__s); } if (0 < var_7 + 1) { if (var_4->bRun == 0) { var_18 = (type_4 *)(var_13 + 0x2bdf0); } else { var_9 = var_4->pStatement; if (var_9 == (type_3 *)0x0) { var_18 = (type_4 *)(&UNK_0002be34 + var_14); } else { var_7 = var_9->iId; var_15 = var_9; var_10 = var_7; while (var_17 = var_9, var_16 = var_7, var_10 != 0) { var_15 = var_15->pNext; if (var_15 == (type_3 *)0x0) goto LAB_0002bc08; var_10 = var_15->iId; } while (var_16 != 0) { LAB_0002bc08: var_17 = var_17->pNext; if (var_17 == (type_3 *)0x0) { var_18 = (type_4 *)0x0; goto LAB_0002bc8c; } var_16 = var_17->iId; } var_18 = (type_4 *)var_17->zIdx; while (var_7 != 0) { LAB_0002bc8c: var_9 = var_9->pNext; if (var_9 == (type_3 *)0x0) break; var_7 = var_9->iId; } if (var_18 == (type_4 *)0x0) { var_18 = var_19 + var_20 + 4; } } } /* WARNING: Subroutine does not return */ var_21(__s,1,var_22 + 0x2bcbc,var_18); } } goto LAB_0002b81c; } } else { LAB_0002b81c: var_7 = 0; } var_23(var_4); (pArg->expert).pExpert = (type_2 *)0x0; LAB_0002b830: if (var_24 == *piVar2) { return var_7; } /* WARNING: Subroutine does not return */ var_25(); }
(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: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (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: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (number_literal)) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (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))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (while_statement condition: (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: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (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: (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))) (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: (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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (false))) (while_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))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)))))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (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 (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))))) (number_literal)))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (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))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (pointer_expression argument: (identifier)) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))) right: (binary_expression left: (identifier) right: (number_literal)))) body: (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) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))))) (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)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (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))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (pointer_expression argument: (identifier)) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (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 (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (pointer_expression argument: (identifier)) (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (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)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (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)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (number_literal)))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (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 (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (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) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (pointer_expression argument: (identifier)))))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (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))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (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))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier))))))))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (identifier) (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (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))) (goto_statement label: (statement_identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (number_literal) (number_literal) (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (identifier))))) alternative: (else_clause (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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (while_statement condition: (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))))))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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))))))) (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: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (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: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (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: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) body: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier)))) (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)))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) body: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (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: (subscript_expression argument: (identifier) index: (number_literal))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (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) (number_literal) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (identifier))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_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))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (return_statement))))
void MASKED(undefined4 *param_1,byte *param_2,undefined4 *param_3) { ushort uVar1; bool bVar2; bool bVar3; int *piVar4; int iVar5; undefined4 uVar6; ushort **ppuVar7; byte *pbVar8; int iVar9; int iVar10; char *pcVar11; undefined4 uVar12; undefined4 uVar13; int iVar14; int iVar15; int iVar16; byte bVar17; uint uVar18; int *piVar19; int *piVar20; int *piVar21; int iVar22; int iVar23; FILE *__s; uint uVar24; undefined4 uVar25; int local_3c; byte *local_38; undefined4 local_34; int local_30; int local_2c; piVar4 = *(int **)(DAT_0002be4c + 0x2b60c + DAT_0002be50); local_2c = *piVar4; uVar25 = *param_1; if (param_3 != (undefined4 *)0x0) { *param_3 = 0; } iVar23 = DAT_0002be58; iVar10 = DAT_0002be54; local_3c = 0; if (param_1[0x539] == 0) { uVar18 = (uint)*param_2; iVar14 = DAT_0002be5c + 0x2b678; iVar5 = 0; while (bVar2 = iVar5 == 0, uVar18 != 0 && bVar2) { iVar5 = FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,&local_38); iVar9 = local_3c; if (iVar5 == 0) { ppuVar7 = __ctype_b_loc(); if (iVar9 != 0) { pbVar8 = (byte *)FUN_00038378(iVar9); *(byte **)(iVar10 + 0x2b690) = pbVar8; if (pbVar8 == (byte *)0x0) { pbVar8 = (byte *)(DAT_0002be78 + 0x2ba38); *(byte **)(iVar10 + 0x2b690) = pbVar8; uVar24 = 0; } else { uVar24 = (uint)*pbVar8; } bVar3 = false; while (((*ppuVar7)[uVar24] & 0x2000) != 0) { pbVar8 = pbVar8 + 1; bVar3 = uVar18 != 0 && bVar2; uVar24 = (uint)*pbVar8; } if (bVar3) { *(byte **)(DAT_0002be60 + 0x2b778) = pbVar8; } param_1[0x508] = local_3c; param_1[6] = 0; if ((param_1[0x16] & 0x40) == 0) { bVar17 = *(byte *)((int)param_1 + 5); } else { __fprintf_chk(param_1[9],1,DAT_0002be64 + 0x2b89c,pbVar8); bVar17 = *(byte *)((int)param_1 + 5); } uVar18 = (uint)bVar17; if ((uVar18 != 0) && (uVar18 = FUN_000409a8(DAT_0002be6c + 0x2b8cc,*(undefined4 *)(DAT_0002be68 + 0x2b8f4),0 ), uVar18 != 0)) { local_30 = 0; FUN_0003f330(uVar25,0x3f0,0xffffffff,&local_30); if (1 < *(byte *)((int)param_1 + 5)) { FUN_0003f330(uVar25,0x3f0,1,0); } uVar6 = FUN_000936bc(DAT_0002be74 + 0x2b928,*(undefined4 *)(DAT_0002be70 + 0x2b954)); uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0); if (uVar18 == 0) { while (iVar5 = FUN_000d33d0(local_34), iVar5 == 100) { pcVar11 = (char *)FUN_0006c560(local_34,3); uVar12 = FUN_00057980(local_34,0); uVar13 = FUN_00057980(local_34,1); if (*pcVar11 == '-') { FUN_00022cd4(param_1,0x2d,uVar13); } FUN_0001f54c(param_1,uVar12,uVar13,pcVar11); } FUN_00022cd4(param_1); } FUN_000ae7a0(local_34); FUN_00041b68(uVar6); bVar17 = *(byte *)((int)param_1 + 5); if (2 < bVar17) { uVar6 = FUN_000936bc(DAT_0002be90 + 0x2bc30,*(undefined4 *)(DAT_0002be8c + 0x2bc5c)); uVar18 = FUN_000ea328(uVar25,uVar6,0xffffffff,&local_34,0); if (uVar18 == 0) { param_1[0xe] = 9; FUN_0002057c(param_1,local_34); uVar12 = local_34; iVar5 = FUN_000d33d0(local_34); if (iVar5 == 100) { FUN_00027ad8(param_1,uVar12); } FUN_00041b68(param_1[0x50a]); param_1[0x50a] = 0; param_1[0x50b] = 0; param_1[0x50c] = 0; } FUN_000ae7a0(local_34); FUN_00041b68(uVar6); bVar17 = *(byte *)((int)param_1 + 5); } if ((1 < bVar17) && (local_30 == 0)) { FUN_0003f330(uVar25,0x3f0,0,0); FUN_000ae7a0(local_3c); FUN_000ea328(uVar25,param_2,0xffffffff,&local_3c,0); param_1[0x508] = local_3c; } } param_1[0xe] = param_1[0xc]; if (*(char *)(param_1 + 1) == '\0') { if (param_1[0xc] != 9) goto LAB_0002b78c; LAB_0002b9f8: FUN_0002057c(param_1,local_3c); iVar5 = local_3c; iVar9 = FUN_000d33d0(local_3c); } else { iVar5 = FUN_0003823c(local_3c); if (iVar5 == 8) { iVar5 = FUN_000409a8(DAT_0002be80 + 0x2bb04,*(undefined4 *)(DAT_0002be7c + 0x2bb2c),0) ; if (iVar5 == 0) { param_1[0xe] = 9; } iVar5 = FUN_0003823c(local_3c); } else { iVar5 = FUN_0003823c(local_3c); } if ((iVar5 == 4) && (iVar5 = FUN_000409a8(iVar14,*(undefined4 *)(iVar23 + 0x2b6a0),0), iVar5 == 0)) { param_1[0xe] = 0xc; } else if (param_1[0xe] == 9) goto LAB_0002b9f8; LAB_0002b78c: iVar5 = local_3c; iVar9 = FUN_000d33d0(local_3c); } if (iVar9 == 100) { FUN_00027ad8(param_1,iVar5); } FUN_00041b68(param_1[0x50a]); param_1[0x50a] = 0; param_1[0x50b] = 0; param_1[0x50c] = 0; FUN_00022cd4(param_1); if (*(char *)(param_1 + 2) != '\0') { FUN_00027d3c(uVar25,param_1); } iVar5 = FUN_000ae7a0(local_3c); if (uVar18 == 7) { iVar5 = 7; LAB_0002b7e4: if (param_3 != (undefined4 *)0x0) { uVar6 = FUN_0001c16c(uVar25); *param_3 = uVar6; } } else { if (iVar5 != 0) goto LAB_0002b7e4; uVar1 = (*ppuVar7)[*local_38]; param_2 = local_38; while ((uVar1 & 0x2000) != 0) { param_2 = param_2 + 1; uVar1 = (*ppuVar7)[*param_2]; } } param_1[0x508] = 0; goto LAB_0002b800; } pbVar8 = local_38; do { param_2 = pbVar8; uVar18 = (uint)*param_2; pbVar8 = param_2 + 1; } while (((*ppuVar7)[uVar18] & 0x2000) != 0); } else if (param_3 == (undefined4 *)0x0) { LAB_0002b800: uVar18 = (uint)*param_2; } else { uVar6 = FUN_0001c16c(uVar25); *param_3 = uVar6; uVar18 = (uint)*param_2; } } goto LAB_0002b830; } iVar10 = FUN_00029e18(param_1[0x539],param_2,param_3); iVar23 = param_1[0x539]; if (iVar10 == 0) { __s = (FILE *)param_1[9]; iVar10 = param_1[0x53a]; iVar5 = FUN_00029fe4(iVar23,param_3); if (iVar5 == 0) { piVar19 = *(int **)(iVar23 + 0x1c); if (piVar19 == (int *)0x0) { if (iVar10 == 0) goto LAB_0002b81c; iVar5 = *(int *)(iVar23 + 0x20); uVar25 = 0; if (iVar5 != 0) { iVar5 = 0; goto LAB_0002be18; } LAB_0002bd50: fwrite((void *)(DAT_0002be98 + 0x2bd68),1,0x2c,__s); __fprintf_chk(__s,1,DAT_0002be9c + 0x2bd78,uVar25); } else { iVar14 = *piVar19; iVar5 = iVar14 + 1; if (iVar10 != 0) { if (*(int *)(iVar23 + 0x20) == 0) { uVar25 = 0; } else { while ((iVar14 != 0 && (piVar19 = (int *)piVar19[4], piVar19 != (int *)0x0))) { iVar14 = *piVar19; } LAB_0002be18: uVar25 = *(undefined4 *)(iVar23 + 0x102c); } goto LAB_0002bd50; } } if (0 < iVar5) { iVar9 = DAT_0002be84 + 0x2bba0; iVar15 = DAT_0002be88 + 0x2bbb0; iVar14 = 0; do { if (*(int *)(iVar23 + 0x20) == 0) { iVar22 = DAT_0002bea4 + 0x2bdf0; piVar19 = (int *)0x0; piVar20 = (int *)0x0; } else { piVar19 = *(int **)(iVar23 + 0x1c); if (piVar19 == (int *)0x0) { iVar22 = DAT_0002bea8 + 0x2be34; piVar19 = (int *)0x0; piVar20 = (int *)0x0; } else { iVar16 = *piVar19; piVar20 = piVar19; iVar22 = iVar16; while (piVar21 = piVar19, iVar14 != iVar22) { piVar20 = (int *)piVar20[4]; if (piVar20 == (int *)0x0) goto LAB_0002bc08; iVar22 = *piVar20; } piVar20 = (int *)piVar20[1]; iVar22 = iVar16; while (iVar14 != iVar22) { LAB_0002bc08: piVar21 = (int *)piVar21[4]; if (piVar21 == (int *)0x0) { iVar22 = 0; goto LAB_0002bc8c; } iVar22 = *piVar21; } iVar22 = piVar21[2]; while (iVar14 != iVar16) { LAB_0002bc8c: piVar19 = (int *)piVar19[4]; if (piVar19 == (int *)0x0) goto LAB_0002bc98; iVar16 = *piVar19; } piVar19 = (int *)piVar19[3]; LAB_0002bc98: if (iVar22 == 0) { iVar22 = DAT_0002bea0 + 0x2bde0; } } } iVar14 = iVar14 + 1; if (iVar10 != 0) { __fprintf_chk(__s,1,iVar9,iVar14); __fprintf_chk(__s,1,iVar15,piVar20); } iVar16 = DAT_0002be94 + 0x2bcbc; __fprintf_chk(__s,1,iVar16,iVar22); __fprintf_chk(__s,1,iVar16,piVar19); } while (iVar5 != iVar14); } goto LAB_0002b81c; } } else { LAB_0002b81c: iVar5 = 0; } FUN_0002aecc(iVar23); param_1[0x539] = 0; LAB_0002b830: if (local_2c != *piVar4) { /* WARNING: Subroutine does not return */ __stack_chk_fail(iVar5); } return; }
74,660
441_libMagickWand-7.Q16HDRI.so.8.0_and_libMagickWand-7.Q16HDRI.so.8.0_strip.c
EvaluateImages
EvaluateImages
void EvaluateImages(void) { (*(code *)PTR_EvaluateImages_0012c7b4)(); return; }
void EvaluateImages(void) { (*(code *)PTR_EvaluateImages_0012c7b4)(); return; }
adr r12,0x11dc44 add r12,r12,#0xe000 ldr pc,[r12,#0xb70]!
null
null
null
null
[(u'CAST_-1205936983', u'CALLIND_-1205937057'), ('const-0', u'RETURN_-1205937054'), ('tmp_113', u'CAST_-1205936983'), (u'INDIRECT_-1205936988', u'COPY_-1205937047'), (u'CALLIND_-1205937057', u'INDIRECT_-1205936988')]
[(u'CAST_-1205936983', u'CALLIND_-1205937057'), ('const-0', u'RETURN_-1205937054'), ('tmp_113', u'CAST_-1205936983'), (u'INDIRECT_-1205936988', u'COPY_-1205937047'), (u'CALLIND_-1205937057', u'INDIRECT_-1205936988')]
null
null
0001dc3c
arm
O2
(translation_unit "void EvaluateImages(void)\n\n{\n (*(code *)PTR_EvaluateImages_0012c7b4)();\n return;\n}\n\n" (function_definition "void EvaluateImages(void)\n\n{\n (*(code *)PTR_EvaluateImages_0012c7b4)();\n return;\n}" primitive_type (function_declarator "EvaluateImages(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_EvaluateImages_0012c7b4)();\n return;\n}" { (expression_statement "(*(code *)PTR_EvaluateImages_0012c7b4)();" (call_expression "(*(code *)PTR_EvaluateImages_0012c7b4)()" (parenthesized_expression "(*(code *)PTR_EvaluateImages_0012c7b4)" ( (pointer_expression "*(code *)PTR_EvaluateImages_0012c7b4" * (cast_expression "(code *)PTR_EvaluateImages_0012c7b4" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void EvaluateImages(void)\n\n{\n (*(code *)PTR_EvaluateImages_0012c7b4)();\n return;\n}\n\n" (function_definition "void EvaluateImages(void)\n\n{\n (*(code *)PTR_EvaluateImages_0012c7b4)();\n return;\n}" primitive_type (function_declarator "EvaluateImages(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_EvaluateImages_0012c7b4)();\n return;\n}" { (expression_statement "(*(code *)PTR_EvaluateImages_0012c7b4)();" (call_expression "(*(code *)PTR_EvaluateImages_0012c7b4)()" (parenthesized_expression "(*(code *)PTR_EvaluateImages_0012c7b4)" ( (pointer_expression "*(code *)PTR_EvaluateImages_0012c7b4" * (cast_expression "(code *)PTR_EvaluateImages_0012c7b4" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void EvaluateImages(void)\n\n{\n (*(code *)PTR_EvaluateImages_0012c7b4)();\n return;\n}\n\n" (function_definition "void EvaluateImages(void)\n\n{\n (*(code *)PTR_EvaluateImages_0012c7b4)();\n return;\n}" primitive_type (function_declarator "EvaluateImages(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_EvaluateImages_0012c7b4)();\n return;\n}" { (expression_statement "(*(code *)PTR_EvaluateImages_0012c7b4)();" (call_expression "(*(code *)PTR_EvaluateImages_0012c7b4)()" (parenthesized_expression "(*(code *)PTR_EvaluateImages_0012c7b4)" ( (pointer_expression "*(code *)PTR_EvaluateImages_0012c7b4" * (cast_expression "(code *)PTR_EvaluateImages_0012c7b4" ( (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 EvaluateImages(void)\n\n{\n (*(code *)PTR_EvaluateImages_0012c7b4)();\n return;\n}" (primitive_type "void") (function_declarator "EvaluateImages(void)" (identifier "EvaluateImages") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_EvaluateImages_0012c7b4)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_EvaluateImages_0012c7b4)();" (call_expression "(*(code *)PTR_EvaluateImages_0012c7b4)()" (parenthesized_expression "(*(code *)PTR_EvaluateImages_0012c7b4)" (( "(") (pointer_expression "*(code *)PTR_EvaluateImages_0012c7b4" (* "*") (cast_expression "(code *)PTR_EvaluateImages_0012c7b4" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_EvaluateImages_0012c7b4"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_EvaluateImages_0012c7b4)(); return; }
(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))))
void MASKED(void) { (*(code *)PTR_MASKED_0012c7b4)(); return; }
53,650
1441_arm-linux-gnueabi-dwp_and_arm-linux-gnueabi-dwp_strip.c
set_entsize
FUN_000e3474
/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */ /* WARNING: Struct "Output_section": ignoring overlapping field "name_" */ /* DWARF original prototype: void set_entsize(Output_section * this, uint64_t v) */ void __thiscall gold::Output_section::set_entsize(Output_section *this,uint64_t v) { byte bVar1; int in_r2; int in_r3; int iVar2; int iVar3; iVar2 = (int)this->entsize_; iVar3 = *(int *)((int)&this->entsize_ + 4); if (iVar2 == 0 && iVar3 == 0) { *(int *)&this->entsize_ = in_r2; *(int *)((int)&this->entsize_ + 4) = in_r3; } else if (iVar3 != in_r3 || iVar2 != in_r2) { bVar1 = this->field_0x9a; *(undefined4 *)&this->entsize_ = 0; *(undefined4 *)((int)&this->entsize_ + 4) = 0; this->field_0x9a = bVar1 | 2; return; } return; }
void FUN_000e3474(int param_1,undefined4 param_2,int param_3,int param_4) { if (*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0) { *(int *)(param_1 + 0x30) = param_3; *(int *)(param_1 + 0x34) = param_4; } else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) { *(undefined4 *)(param_1 + 0x30) = 0; *(undefined4 *)(param_1 + 0x34) = 0; *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2; return; } return; }
stmdb sp!,{r4,r5} ldrd r4,r5,[r0,#0x30] orrs r1,r4,r5 bne 0x000e3490 strd r2,r3,[r0,#0x30] ldmia sp!,{r4,r5} bx lr cmp r5,r3 cmpeq r4,r2 beq 0x000e3488 ldrb r3,[r0,#0x9a] mov r4,#0x0 mov r5,#0x0 orr r3,r3,#0x2 strd r4,r5,[r0,#0x30] strb r3,[r0,#0x9a] ldmia sp!,{r4,r5} bx lr
null
null
null
null
[('tmp_318', u'PTRSUB_-1206831742'), ('const-48', u'PTRSUB_-1206831783'), (u'CAST_-1206831719', u'INT_ADD_-1206831770'), ('tmp_318', u'PTRSUB_-1206831769'), ('const-417', u'STORE_-1206831842'), ('tmp_318', u'PTRSUB_-1206831784'), (u'INT_ADD_-1206831814', u'CAST_-1206831755'), ('const-154', u'PTRSUB_-1206831718'), ('const-48', u'PTRSUB_-1206831768'), ('const-0', u'RETURN_-1206831941'), (u'CAST_-1206831718', u'STORE_-1206831849'), (u'PTRSUB_-1206831742', u'LOAD_-1206831908'), ('const-0', u'INT_EQUAL_-1206831847'), (u'PTRSUB_-1206831769', u'CAST_-1206831757'), ('tmp_153', u'CBRANCH_-1206831911'), ('const-4', u'INT_ADD_-1206831829'), ('const-48', u'PTRSUB_-1206831725'), ('const-4', u'INT_ADD_-1206831770'), ('const-417', u'STORE_-1206831967'), ('const-0', u'RETURN_-1206831816'), ('tmp_318', u'PTRSUB_-1206831768'), ('const-417', u'STORE_-1206831969'), ('const-48', u'PTRSUB_-1206831724'), (u'INT_EQUAL_-1206831848', u'BOOL_AND_-1206831941'), (u'SUBPIECE_-1206831776', u'INT_EQUAL_-1206831848'), (u'PTRSUB_-1206831718', u'STORE_-1206831842'), ('const-417', u'STORE_-1206831851'), ('tmp_318', u'PTRSUB_-1206831724'), (u'INT_ADD_-1206831770', u'CAST_-1206831718'), (u'INT_NOTEQUAL_-1206831815', u'BOOL_OR_-1206831781'), (u'INT_NOTEQUAL_-1206831929', u'BOOL_OR_-1206831781'), ('tmp_55', u'CBRANCH_-1206831974'), (u'LOAD_-1206831997', u'INT_NOTEQUAL_-1206831929'), ('const-0', u'STORE_-1206831849'), (u'PTRSUB_-1206831783', u'CAST_-1206831774'), ('const-48', u'PTRSUB_-1206831769'), (u'CAST_-1206831757', u'STORE_-1206831969'), (u'LOAD_-1206831908', u'INT_OR_-1206831782'), (u'SUBPIECE_-1206831776', u'INT_NOTEQUAL_-1206831815'), ('tmp_318', u'PTRSUB_-1206831718'), ('tmp_318', u'PTRSUB_-1206831725'), ('tmp_395', u'INT_NOTEQUAL_-1206831929'), ('const-48', u'PTRSUB_-1206831784'), (u'INT_OR_-1206831782', u'STORE_-1206831842'), ('const-417', u'LOAD_-1206831999'), ('tmp_318', u'PTRSUB_-1206831783'), (u'LOAD_-1206831997', u'INT_EQUAL_-1206831847'), ('const-0', u'STORE_-1206831851'), (u'PTRSUB_-1206831725', u'CAST_-1206831720'), (u'CAST_-1206831774', u'INT_ADD_-1206831829'), ('const-417', u'LOAD_-1206831997'), (u'CAST_-1206831755', u'STORE_-1206831967'), ('const-417', u'STORE_-1206831849'), ('const-2', u'INT_OR_-1206831782'), (u'PTRSUB_-1206831724', u'CAST_-1206831719'), ('const-0', u'SUBPIECE_-1206831776'), (u'BOOL_OR_-1206831781', u'CBRANCH_-1206831911'), ('tmp_395', u'STORE_-1206831967'), (u'BOOL_AND_-1206831941', u'CBRANCH_-1206831974'), ('const-4', u'INT_ADD_-1206831814'), (u'PTRSUB_-1206831768', u'CAST_-1206831756'), ('const-154', u'PTRSUB_-1206831742'), (u'INT_ADD_-1206831829', u'CAST_-1206831773'), ('tmp_396', u'INT_NOTEQUAL_-1206831815'), ('tmp_396', u'STORE_-1206831969'), (u'CAST_-1206831720', u'STORE_-1206831851'), (u'CAST_-1206831773', u'LOAD_-1206831997'), ('const-417', u'LOAD_-1206831908'), (u'CAST_-1206831756', u'INT_ADD_-1206831814'), (u'PTRSUB_-1206831784', u'LOAD_-1206831999'), (u'LOAD_-1206831999', u'SUBPIECE_-1206831776'), ('const-0', u'INT_EQUAL_-1206831848'), (u'INT_EQUAL_-1206831847', u'BOOL_AND_-1206831941')]
[('tmp_394', u'INT_ADD_-1206831983'), ('tmp_397', u'INT_NOTEQUAL_-1206831929'), ('tmp_398', u'STORE_-1206831969'), (u'INT_ADD_-1206831834', u'CAST_-1206831730'), (u'CAST_-1206831725', u'STORE_-1206831842'), (u'INT_ADD_-1206831837', u'CAST_-1206831731'), ('const-417', u'STORE_-1206831967'), ('const-0', u'STORE_-1206831849'), (u'CAST_-1206831785', u'LOAD_-1206831997'), ('const-0', u'RETURN_-1206831941'), ('const-417', u'STORE_-1206831851'), ('tmp_394', u'INT_ADD_-1206831892'), (u'INT_ADD_-1206831828', u'CAST_-1206831725'), ('const-154', u'INT_ADD_-1206831892'), (u'CAST_-1206831768', u'STORE_-1206831969'), (u'INT_ADD_-1206831981', u'CAST_-1206831785'), ('tmp_153', u'CBRANCH_-1206831911'), ('const-417', u'STORE_-1206831842'), (u'INT_ADD_-1206831892', u'CAST_-1206831748'), ('const-0', u'RETURN_-1206831816'), ('const-0', u'INT_EQUAL_-1206831847'), ('const-154', u'INT_ADD_-1206831828'), ('const-417', u'STORE_-1206831969'), (u'INT_EQUAL_-1206831848', u'BOOL_AND_-1206831941'), ('const-52', u'INT_ADD_-1206831834'), ('const-48', u'INT_ADD_-1206831837'), (u'CAST_-1206831731', u'STORE_-1206831851'), (u'INT_ADD_-1206831955', u'CAST_-1206831768'), (u'INT_NOTEQUAL_-1206831815', u'BOOL_OR_-1206831781'), (u'CAST_-1206831786', u'LOAD_-1206831999'), (u'INT_NOTEQUAL_-1206831929', u'BOOL_OR_-1206831781'), ('const-417', u'LOAD_-1206831999'), ('tmp_55', u'CBRANCH_-1206831974'), (u'LOAD_-1206831997', u'INT_NOTEQUAL_-1206831929'), ('const-52', u'INT_ADD_-1206831952'), (u'CAST_-1206831767', u'STORE_-1206831967'), ('const-417', u'LOAD_-1206831908'), ('tmp_394', u'INT_ADD_-1206831834'), (u'LOAD_-1206831908', u'INT_OR_-1206831782'), ('tmp_394', u'INT_ADD_-1206831981'), ('tmp_398', u'INT_NOTEQUAL_-1206831815'), ('const-48', u'INT_ADD_-1206831955'), (u'LOAD_-1206831999', u'INT_NOTEQUAL_-1206831815'), ('tmp_397', u'STORE_-1206831967'), (u'INT_OR_-1206831782', u'STORE_-1206831842'), ('tmp_394', u'INT_ADD_-1206831952'), ('const-2', u'INT_OR_-1206831782'), (u'LOAD_-1206831997', u'INT_EQUAL_-1206831847'), ('const-0', u'INT_EQUAL_-1206831848'), (u'CAST_-1206831748', u'LOAD_-1206831908'), (u'INT_ADD_-1206831983', u'CAST_-1206831786'), ('const-417', u'LOAD_-1206831997'), ('tmp_394', u'INT_ADD_-1206831828'), (u'LOAD_-1206831999', u'INT_EQUAL_-1206831848'), (u'CAST_-1206831730', u'STORE_-1206831849'), ('const-48', u'INT_ADD_-1206831983'), (u'BOOL_OR_-1206831781', u'CBRANCH_-1206831911'), (u'BOOL_AND_-1206831941', u'CBRANCH_-1206831974'), ('const-0', u'STORE_-1206831851'), (u'INT_ADD_-1206831952', u'CAST_-1206831767'), ('tmp_394', u'INT_ADD_-1206831955'), ('const-52', u'INT_ADD_-1206831981'), ('tmp_394', u'INT_ADD_-1206831837'), (u'INT_EQUAL_-1206831847', u'BOOL_AND_-1206831941'), ('const-417', u'STORE_-1206831849')]
null
null
000e3474
arm
O2
(translation_unit "void FUN_000e3474(int param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n if (*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0) {\n *(int *)(param_1 + 0x30) = param_3;\n *(int *)(param_1 + 0x34) = param_4;\n }\n else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_000e3474(int param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n if (*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0) {\n *(int *)(param_1 + 0x30) = param_3;\n *(int *)(param_1 + 0x34) = param_4;\n }\n else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_000e3474(int param_1,undefined4 param_2,int param_3,int param_4)" identifier (parameter_list "(int param_1,undefined4 param_2,int param_3,int param_4)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n if (*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0) {\n *(int *)(param_1 + 0x30) = param_3;\n *(int *)(param_1 + 0x34) = param_4;\n }\n else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }\n return;\n}" { (if_statement "if (*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0) {\n *(int *)(param_1 + 0x30) = param_3;\n *(int *)(param_1 + 0x34) = param_4;\n }\n else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0)" ( (binary_expression "*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0" (binary_expression "*(int *)(param_1 + 0x30) == 0" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) == number_literal) && (binary_expression "*(int *)(param_1 + 0x34) == 0" (pointer_expression "*(int *)(param_1 + 0x34)" * (cast_expression "(int *)(param_1 + 0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) )))) == number_literal)) )) (compound_statement "{\n *(int *)(param_1 + 0x30) = param_3;\n *(int *)(param_1 + 0x34) = param_4;\n }" { (expression_statement "*(int *)(param_1 + 0x30) = param_3;" (assignment_expression "*(int *)(param_1 + 0x30) = param_3" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int *)(param_1 + 0x34) = param_4;" (assignment_expression "*(int *)(param_1 + 0x34) = param_4" (pointer_expression "*(int *)(param_1 + 0x34)" * (cast_expression "(int *)(param_1 + 0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) )))) = identifier) ;) }) (else_clause "else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }" else (if_statement "if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3)" ( (binary_expression "*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3" (binary_expression "*(int *)(param_1 + 0x34) != param_4" (pointer_expression "*(int *)(param_1 + 0x34)" * (cast_expression "(int *)(param_1 + 0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) )))) != identifier) || (binary_expression "*(int *)(param_1 + 0x30) != param_3" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) != identifier)) )) (compound_statement "{\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }" { (expression_statement "*(undefined4 *)(param_1 + 0x30) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x30) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x30)" * (cast_expression "(undefined4 *)(param_1 + 0x30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x34) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x34) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x34)" * (cast_expression "(undefined4 *)(param_1 + 0x34)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;" (assignment_expression "*(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2" (pointer_expression "*(byte *)(param_1 + 0x9a)" * (cast_expression "(byte *)(param_1 + 0x9a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x9a)" ( (binary_expression "param_1 + 0x9a" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_1 + 0x9a) | 2" (pointer_expression "*(byte *)(param_1 + 0x9a)" * (cast_expression "(byte *)(param_1 + 0x9a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x9a)" ( (binary_expression "param_1 + 0x9a" identifier + number_literal) )))) | number_literal)) ;) (return_statement "return;" return ;) })))) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */\n/* WARNING: Struct "Output_section": ignoring overlapping field "name_" */\n/* DWARF original prototype: void set_entsize(Output_section * this, uint64_t v) */\n\nvoid __thiscall gold::Output_section::set_entsize(Output_section *this,uint64_t v)\n\n{\n byte bVar1;\n int in_r2;\n int in_r3;\n int iVar2;\n int iVar3;\n \n iVar2 = (int)this->entsize_;\n iVar3 = *(int *)((int)&this->entsize_ + 4);\n if (iVar2 == 0 && iVar3 == 0) {\n *(int *)&this->entsize_ = in_r2;\n *(int *)((int)&this->entsize_ + 4) = in_r3;\n }\n else if (iVar3 != in_r3 || iVar2 != in_r2) {\n bVar1 = this->field_0x9a;\n *(undefined4 *)&this->entsize_ = 0;\n *(undefined4 *)((int)&this->entsize_ + 4) = 0;\n this->field_0x9a = bVar1 | 2;\n return;\n }\n return;\n}\n\n" comment comment comment (function_definition "void __thiscall gold::Output_section::set_entsize(Output_section *this,uint64_t v)\n\n{\n byte bVar1;\n int in_r2;\n int in_r3;\n int iVar2;\n int iVar3;\n \n iVar2 = (int)this->entsize_;\n iVar3 = *(int *)((int)&this->entsize_ + 4);\n if (iVar2 == 0 && iVar3 == 0) {\n *(int *)&this->entsize_ = in_r2;\n *(int *)((int)&this->entsize_ + 4) = in_r3;\n }\n else if (iVar3 != in_r3 || iVar2 != in_r2) {\n bVar1 = this->field_0x9a;\n *(undefined4 *)&this->entsize_ = 0;\n *(undefined4 *)((int)&this->entsize_ + 4) = 0;\n this->field_0x9a = bVar1 | 2;\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_section::" identifier : : identifier : :) (function_declarator "set_entsize(Output_section *this,uint64_t v)" identifier (parameter_list "(Output_section *this,uint64_t v)" ( (parameter_declaration "Output_section *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint64_t v" primitive_type identifier) ))) (compound_statement "{\n byte bVar1;\n int in_r2;\n int in_r3;\n int iVar2;\n int iVar3;\n \n iVar2 = (int)this->entsize_;\n iVar3 = *(int *)((int)&this->entsize_ + 4);\n if (iVar2 == 0 && iVar3 == 0) {\n *(int *)&this->entsize_ = in_r2;\n *(int *)((int)&this->entsize_ + 4) = in_r3;\n }\n else if (iVar3 != in_r3 || iVar2 != in_r2) {\n bVar1 = this->field_0x9a;\n *(undefined4 *)&this->entsize_ = 0;\n *(undefined4 *)((int)&this->entsize_ + 4) = 0;\n this->field_0x9a = bVar1 | 2;\n return;\n }\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int in_r2;" primitive_type identifier ;) (declaration "int in_r3;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (expression_statement "iVar2 = (int)this->entsize_;" (assignment_expression "iVar2 = (int)this->entsize_" identifier = (cast_expression "(int)this->entsize_" ( (type_descriptor "int" primitive_type) ) (field_expression "this->entsize_" identifier -> field_identifier))) ;) (expression_statement "iVar3 = *(int *)((int)&this->entsize_ + 4);" (assignment_expression "iVar3 = *(int *)((int)&this->entsize_ + 4)" identifier = (pointer_expression "*(int *)((int)&this->entsize_ + 4)" * (cast_expression "(int *)((int)&this->entsize_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&this->entsize_ + 4)" ( (binary_expression "(int)&this->entsize_ + 4" (cast_expression "(int)&this->entsize_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&this->entsize_" & (field_expression "this->entsize_" identifier -> field_identifier))) + number_literal) ))))) ;) (if_statement "if (iVar2 == 0 && iVar3 == 0) {\n *(int *)&this->entsize_ = in_r2;\n *(int *)((int)&this->entsize_ + 4) = in_r3;\n }\n else if (iVar3 != in_r3 || iVar2 != in_r2) {\n bVar1 = this->field_0x9a;\n *(undefined4 *)&this->entsize_ = 0;\n *(undefined4 *)((int)&this->entsize_ + 4) = 0;\n this->field_0x9a = bVar1 | 2;\n return;\n }" if (parenthesized_expression "(iVar2 == 0 && iVar3 == 0)" ( (binary_expression "iVar2 == 0 && iVar3 == 0" (binary_expression "iVar2 == 0" identifier == number_literal) && (binary_expression "iVar3 == 0" identifier == number_literal)) )) (compound_statement "{\n *(int *)&this->entsize_ = in_r2;\n *(int *)((int)&this->entsize_ + 4) = in_r3;\n }" { (expression_statement "*(int *)&this->entsize_ = in_r2;" (assignment_expression "*(int *)&this->entsize_ = in_r2" (pointer_expression "*(int *)&this->entsize_" * (cast_expression "(int *)&this->entsize_" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->entsize_" & (field_expression "this->entsize_" identifier -> field_identifier)))) = identifier) ;) (expression_statement "*(int *)((int)&this->entsize_ + 4) = in_r3;" (assignment_expression "*(int *)((int)&this->entsize_ + 4) = in_r3" (pointer_expression "*(int *)((int)&this->entsize_ + 4)" * (cast_expression "(int *)((int)&this->entsize_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&this->entsize_ + 4)" ( (binary_expression "(int)&this->entsize_ + 4" (cast_expression "(int)&this->entsize_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&this->entsize_" & (field_expression "this->entsize_" identifier -> field_identifier))) + number_literal) )))) = identifier) ;) }) (else_clause "else if (iVar3 != in_r3 || iVar2 != in_r2) {\n bVar1 = this->field_0x9a;\n *(undefined4 *)&this->entsize_ = 0;\n *(undefined4 *)((int)&this->entsize_ + 4) = 0;\n this->field_0x9a = bVar1 | 2;\n return;\n }" else (if_statement "if (iVar3 != in_r3 || iVar2 != in_r2) {\n bVar1 = this->field_0x9a;\n *(undefined4 *)&this->entsize_ = 0;\n *(undefined4 *)((int)&this->entsize_ + 4) = 0;\n this->field_0x9a = bVar1 | 2;\n return;\n }" if (parenthesized_expression "(iVar3 != in_r3 || iVar2 != in_r2)" ( (binary_expression "iVar3 != in_r3 || iVar2 != in_r2" (binary_expression "iVar3 != in_r3" identifier != identifier) || (binary_expression "iVar2 != in_r2" identifier != identifier)) )) (compound_statement "{\n bVar1 = this->field_0x9a;\n *(undefined4 *)&this->entsize_ = 0;\n *(undefined4 *)((int)&this->entsize_ + 4) = 0;\n this->field_0x9a = bVar1 | 2;\n return;\n }" { (expression_statement "bVar1 = this->field_0x9a;" (assignment_expression "bVar1 = this->field_0x9a" identifier = (field_expression "this->field_0x9a" identifier -> field_identifier)) ;) (expression_statement "*(undefined4 *)&this->entsize_ = 0;" (assignment_expression "*(undefined4 *)&this->entsize_ = 0" (pointer_expression "*(undefined4 *)&this->entsize_" * (cast_expression "(undefined4 *)&this->entsize_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->entsize_" & (field_expression "this->entsize_" identifier -> field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&this->entsize_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&this->entsize_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&this->entsize_ + 4)" * (cast_expression "(undefined4 *)((int)&this->entsize_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&this->entsize_ + 4)" ( (binary_expression "(int)&this->entsize_ + 4" (cast_expression "(int)&this->entsize_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&this->entsize_" & (field_expression "this->entsize_" identifier -> field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "this->field_0x9a = bVar1 | 2;" (assignment_expression "this->field_0x9a = bVar1 | 2" (field_expression "this->field_0x9a" identifier -> field_identifier) = (binary_expression "bVar1 | 2" identifier | number_literal)) ;) (return_statement "return;" return ;) })))) (return_statement "return;" return ;) })))
(translation_unit "void FUN_000e3474(int param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n if (*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0) {\n *(int *)(param_1 + 0x30) = param_3;\n *(int *)(param_1 + 0x34) = param_4;\n }\n else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_000e3474(int param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n if (*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0) {\n *(int *)(param_1 + 0x30) = param_3;\n *(int *)(param_1 + 0x34) = param_4;\n }\n else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_000e3474(int param_1,undefined4 param_2,int param_3,int param_4)" identifier (parameter_list "(int param_1,undefined4 param_2,int param_3,int param_4)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n if (*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0) {\n *(int *)(param_1 + 0x30) = param_3;\n *(int *)(param_1 + 0x34) = param_4;\n }\n else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }\n return;\n}" { (if_statement "if (*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0) {\n *(int *)(param_1 + 0x30) = param_3;\n *(int *)(param_1 + 0x34) = param_4;\n }\n else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0)" ( (binary_expression "*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0" (binary_expression "*(int *)(param_1 + 0x30) == 0" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) == number_literal) && (binary_expression "*(int *)(param_1 + 0x34) == 0" (pointer_expression "*(int *)(param_1 + 0x34)" * (cast_expression "(int *)(param_1 + 0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) )))) == number_literal)) )) (compound_statement "{\n *(int *)(param_1 + 0x30) = param_3;\n *(int *)(param_1 + 0x34) = param_4;\n }" { (expression_statement "*(int *)(param_1 + 0x30) = param_3;" (assignment_expression "*(int *)(param_1 + 0x30) = param_3" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int *)(param_1 + 0x34) = param_4;" (assignment_expression "*(int *)(param_1 + 0x34) = param_4" (pointer_expression "*(int *)(param_1 + 0x34)" * (cast_expression "(int *)(param_1 + 0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) )))) = identifier) ;) }) (else_clause "else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }" else (if_statement "if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3)" ( (binary_expression "*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3" (binary_expression "*(int *)(param_1 + 0x34) != param_4" (pointer_expression "*(int *)(param_1 + 0x34)" * (cast_expression "(int *)(param_1 + 0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) )))) != identifier) || (binary_expression "*(int *)(param_1 + 0x30) != param_3" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) != identifier)) )) (compound_statement "{\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }" { (expression_statement "*(undefined4 *)(param_1 + 0x30) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x30) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x30)" * (cast_expression "(undefined4 *)(param_1 + 0x30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x34) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x34) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x34)" * (cast_expression "(undefined4 *)(param_1 + 0x34)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;" (assignment_expression "*(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2" (pointer_expression "*(byte *)(param_1 + 0x9a)" * (cast_expression "(byte *)(param_1 + 0x9a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x9a)" ( (binary_expression "param_1 + 0x9a" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_1 + 0x9a) | 2" (pointer_expression "*(byte *)(param_1 + 0x9a)" * (cast_expression "(byte *)(param_1 + 0x9a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x9a)" ( (binary_expression "param_1 + 0x9a" identifier + number_literal) )))) | number_literal)) ;) (return_statement "return;" return ;) })))) (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) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) && (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT)) )) (compound_statement { (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) ;) }) (else_clause else (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) )))) != IDENT) || (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT)) )) (compound_statement { (expression_statement (assignment_expression (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) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) | LIT)) ;) (return_statement return ;) })))) (return_statement return ;) })))
(function_definition "void FUN_000e3474(int param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n if (*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0) {\n *(int *)(param_1 + 0x30) = param_3;\n *(int *)(param_1 + 0x34) = param_4;\n }\n else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_000e3474(int param_1,undefined4 param_2,int param_3,int param_4)" (identifier "FUN_000e3474") (parameter_list "(int param_1,undefined4 param_2,int param_3,int param_4)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) () ")"))) (compound_statement "{\n if (*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0) {\n *(int *)(param_1 + 0x30) = param_3;\n *(int *)(param_1 + 0x34) = param_4;\n }\n else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }\n return;\n}" ({ "{") (if_statement "if (*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0) {\n *(int *)(param_1 + 0x30) = param_3;\n *(int *)(param_1 + 0x34) = param_4;\n }\n else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0" (binary_expression "*(int *)(param_1 + 0x30) == 0" (pointer_expression "*(int *)(param_1 + 0x30)" (* "*") (cast_expression "(int *)(param_1 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (== "==") (number_literal "0")) (&& "&&") (binary_expression "*(int *)(param_1 + 0x34) == 0" (pointer_expression "*(int *)(param_1 + 0x34)" (* "*") (cast_expression "(int *)(param_1 + 0x34)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x34)" (( "(") (binary_expression "param_1 + 0x34" (identifier "param_1") (+ "+") (number_literal "0x34")) () ")")))) (== "==") (number_literal "0"))) () ")")) (compound_statement "{\n *(int *)(param_1 + 0x30) = param_3;\n *(int *)(param_1 + 0x34) = param_4;\n }" ({ "{") (expression_statement "*(int *)(param_1 + 0x30) = param_3;" (assignment_expression "*(int *)(param_1 + 0x30) = param_3" (pointer_expression "*(int *)(param_1 + 0x30)" (* "*") (cast_expression "(int *)(param_1 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (expression_statement "*(int *)(param_1 + 0x34) = param_4;" (assignment_expression "*(int *)(param_1 + 0x34) = param_4" (pointer_expression "*(int *)(param_1 + 0x34)" (* "*") (cast_expression "(int *)(param_1 + 0x34)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x34)" (( "(") (binary_expression "param_1 + 0x34" (identifier "param_1") (+ "+") (number_literal "0x34")) () ")")))) (= "=") (identifier "param_4")) (; ";")) (} "}")) (else_clause "else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }" (else "else") (if_statement "if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) {\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3)" (( "(") (binary_expression "*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3" (binary_expression "*(int *)(param_1 + 0x34) != param_4" (pointer_expression "*(int *)(param_1 + 0x34)" (* "*") (cast_expression "(int *)(param_1 + 0x34)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x34)" (( "(") (binary_expression "param_1 + 0x34" (identifier "param_1") (+ "+") (number_literal "0x34")) () ")")))) (!= "!=") (identifier "param_4")) (|| "||") (binary_expression "*(int *)(param_1 + 0x30) != param_3" (pointer_expression "*(int *)(param_1 + 0x30)" (* "*") (cast_expression "(int *)(param_1 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (!= "!=") (identifier "param_3"))) () ")")) (compound_statement "{\n *(undefined4 *)(param_1 + 0x30) = 0;\n *(undefined4 *)(param_1 + 0x34) = 0;\n *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;\n return;\n }" ({ "{") (expression_statement "*(undefined4 *)(param_1 + 0x30) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x30) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x30)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x30)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 0x34) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x34) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x34)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x34)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x34)" (( "(") (binary_expression "param_1 + 0x34" (identifier "param_1") (+ "+") (number_literal "0x34")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2;" (assignment_expression "*(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2" (pointer_expression "*(byte *)(param_1 + 0x9a)" (* "*") (cast_expression "(byte *)(param_1 + 0x9a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x9a)" (( "(") (binary_expression "param_1 + 0x9a" (identifier "param_1") (+ "+") (number_literal "0x9a")) () ")")))) (= "=") (binary_expression "*(byte *)(param_1 + 0x9a) | 2" (pointer_expression "*(byte *)(param_1 + 0x9a)" (* "*") (cast_expression "(byte *)(param_1 + 0x9a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x9a)" (( "(") (binary_expression "param_1 + 0x9a" (identifier "param_1") (+ "+") (number_literal "0x9a")) () ")")))) (| "|") (number_literal "2"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */ /* WARNING: Struct "Output_section": ignoring overlapping field "name_" */ /* DWARF original prototype: void set_entsize(Output_section * this, uint64_t v) */ void __thiscall gold::type_1::function_1(type_1 *this,uint64_t v) { type_2 var_5; int var_4; int var_3; int var_1; int var_2; var_1 = (int)this->entsize_; var_2 = *(int *)((int)&this->entsize_ + 4); if (var_1 == 0 && var_2 == 0) { *(int *)&this->entsize_ = var_4; *(int *)((int)&this->entsize_ + 4) = var_3; } else if (var_2 != var_3 || var_1 != var_4) { var_5 = this->field_0x9a; *(type_3 *)&this->entsize_ = 0; *(type_3 *)((int)&this->entsize_ + 4) = 0; this->field_0x9a = var_5 | 2; return; } return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (return_statement))))) (return_statement))))
void MASKED(int param_1,undefined4 param_2,int param_3,int param_4) { if (*(int *)(param_1 + 0x30) == 0 && *(int *)(param_1 + 0x34) == 0) { *(int *)(param_1 + 0x30) = param_3; *(int *)(param_1 + 0x34) = param_4; } else if (*(int *)(param_1 + 0x34) != param_4 || *(int *)(param_1 + 0x30) != param_3) { *(undefined4 *)(param_1 + 0x30) = 0; *(undefined4 *)(param_1 + 0x34) = 0; *(byte *)(param_1 + 0x9a) = *(byte *)(param_1 + 0x9a) | 2; return; } return; }
82,153
49_[_and_[_strip.c
__lxstat64
__lxstat64
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __lxstat64(int __ver,char *__filename,stat64 *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR___lxstat64_000280d8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __lxstat64(int __ver,char *__filename,stat64 *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR___lxstat64_000280d8)(); return iVar1; }
adr r12,0x10f00 add r12,r12,#0x17000 ldr pc,[r12,#0x1d8]!
null
null
null
null
[(u'CAST_-1205989528', u'CALLIND_-1205989605'), (u'CALLIND_-1205989605', u'RETURN_-1205989602'), (u'CALLIND_-1205989605', u'INDIRECT_-1205989533'), ('tmp_132', u'CAST_-1205989528'), (u'INDIRECT_-1205989533', u'COPY_-1205989592'), ('const-0', u'RETURN_-1205989602')]
[(u'CAST_-1205989528', u'CALLIND_-1205989605'), (u'CALLIND_-1205989605', u'RETURN_-1205989602'), (u'CALLIND_-1205989605', u'INDIRECT_-1205989533'), ('tmp_132', u'CAST_-1205989528'), (u'INDIRECT_-1205989533', u'COPY_-1205989592'), ('const-0', u'RETURN_-1205989602')]
null
null
00010ef8
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __lxstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat64_000280d8)();\n return iVar1;\n}\n\n" comment (function_definition "int __lxstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat64_000280d8)();\n return iVar1;\n}" primitive_type (function_declarator "__lxstat64(int __ver,char *__filename,stat64 *__stat_buf)" identifier (parameter_list "(int __ver,char *__filename,stat64 *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "stat64 *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat64_000280d8)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR___lxstat64_000280d8)();" (assignment_expression "iVar1 = (*(code *)PTR___lxstat64_000280d8)()" identifier = (call_expression "(*(code *)PTR___lxstat64_000280d8)()" (parenthesized_expression "(*(code *)PTR___lxstat64_000280d8)" ( (pointer_expression "*(code *)PTR___lxstat64_000280d8" * (cast_expression "(code *)PTR___lxstat64_000280d8" ( (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 __lxstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat64_000280d8)();\n return iVar1;\n}\n\n" comment (function_definition "int __lxstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat64_000280d8)();\n return iVar1;\n}" primitive_type (function_declarator "__lxstat64(int __ver,char *__filename,stat64 *__stat_buf)" identifier (parameter_list "(int __ver,char *__filename,stat64 *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "stat64 *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat64_000280d8)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR___lxstat64_000280d8)();" (assignment_expression "iVar1 = (*(code *)PTR___lxstat64_000280d8)()" identifier = (call_expression "(*(code *)PTR___lxstat64_000280d8)()" (parenthesized_expression "(*(code *)PTR___lxstat64_000280d8)" ( (pointer_expression "*(code *)PTR___lxstat64_000280d8" * (cast_expression "(code *)PTR___lxstat64_000280d8" ( (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 __lxstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat64_000280d8)();\n return iVar1;\n}\n\n" comment (function_definition "int __lxstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat64_000280d8)();\n return iVar1;\n}" primitive_type (function_declarator "__lxstat64(int __ver,char *__filename,stat64 *__stat_buf)" identifier (parameter_list "(int __ver,char *__filename,stat64 *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "stat64 *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat64_000280d8)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR___lxstat64_000280d8)();" (assignment_expression "iVar1 = (*(code *)PTR___lxstat64_000280d8)()" identifier = (call_expression "(*(code *)PTR___lxstat64_000280d8)()" (parenthesized_expression "(*(code *)PTR___lxstat64_000280d8)" ( (pointer_expression "*(code *)PTR___lxstat64_000280d8" * (cast_expression "(code *)PTR___lxstat64_000280d8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (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 ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int __lxstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat64_000280d8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "__lxstat64(int __ver,char *__filename,stat64 *__stat_buf)" (identifier "__lxstat64") (parameter_list "(int __ver,char *__filename,stat64 *__stat_buf)" (( "(") (parameter_declaration "int __ver" (primitive_type "int") (identifier "__ver")) (, ",") (parameter_declaration "char *__filename" (primitive_type "char") (pointer_declarator "*__filename" (* "*") (identifier "__filename"))) (, ",") (parameter_declaration "stat64 *__stat_buf" (type_identifier "stat64") (pointer_declarator "*__stat_buf" (* "*") (identifier "__stat_buf"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat64_000280d8)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR___lxstat64_000280d8)();" (assignment_expression "iVar1 = (*(code *)PTR___lxstat64_000280d8)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR___lxstat64_000280d8)()" (parenthesized_expression "(*(code *)PTR___lxstat64_000280d8)" (( "(") (pointer_expression "*(code *)PTR___lxstat64_000280d8" (* "*") (cast_expression "(code *)PTR___lxstat64_000280d8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___lxstat64_000280d8"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __ver,char *__filename,type_1 *__stat_buf) { int iVar1; iVar1 = (*(type_2 *)PTR___lxstat64_000280d8)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (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)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __ver,char *__filename,stat64 *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR_MASKED_000280d8)(); return iVar1; }
9,134
409_arm-linux-gnueabi-objdump_and_arm-linux-gnueabi-objdump_strip.c
get_archive_member_name_at
FUN_000489f8
char * get_archive_member_name_at(archive_info *arch,ulong offset,archive_info *nested_arch) { int iVar1; size_t sVar2; char *pcVar3; iVar1 = fseek((FILE *)arch->file,offset,0); if (iVar1 != 0) { /* WARNING: Subroutine does not return */ dcgettext(0,DAT_00048acc + 0x48a90,5); } sVar2 = fread(&arch->arhdr,1,0x3c,(FILE *)arch->file); if (sVar2 == 0x3c) { if (((arch->arhdr).ar_fmag[0] == '`') && ((arch->arhdr).ar_fmag[1] == '\n')) { pcVar3 = get_archive_member_name(arch,nested_arch); return pcVar3; } /* WARNING: Subroutine does not return */ dcgettext(0,DAT_00048ac8 + 0x48a50,5); } /* WARNING: Subroutine does not return */ dcgettext(0,&UNK_00048ab8 + DAT_00048ad0,5); }
char * FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3) { undefined1 uVar1; int iVar2; size_t sVar3; undefined4 uVar4; char *pcVar5; void *__ptr; ulong uVar6; char *pcVar7; char *pcVar8; int iVar9; char *pcVar10; char *local_1c [3]; iVar2 = fseek((FILE *)param_1[1],param_2,0); if (iVar2 != 0) { uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5); error(uVar4,*param_1); return (char *)0x0; } sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1]); if (sVar3 != 0x3c) { uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5); error(uVar4,*param_1); return (char *)0x0; } if ((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')) { uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5); error(uVar4,*param_1); return (char *)0x0; } if (*(char *)(param_1 + 0xd) == '/') { if ((param_1[7] == 0) || (param_1[8] == 0)) { dcgettext(0,DAT_00048d48 + 0x48b68,5); error(); return (char *)0x0; } uVar1 = *(undefined1 *)((int)param_1 + 0x6e); param_1[9] = 0; *(undefined1 *)((int)param_1 + 0x6e) = 0; pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10); if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) { uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10); param_1[9] = uVar6; } pcVar10 = (char *)param_1[8]; *(undefined1 *)((int)param_1 + 0x6e) = uVar1; if (pcVar10 < pcVar5) { uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5); error(uVar4,pcVar5); pcVar5 = (char *)0x0; } else { iVar2 = param_1[7]; pcVar7 = pcVar5; if ((pcVar5 < pcVar10) && (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) { do { pcVar7 = pcVar8 + (1 - iVar2); if (pcVar10 + iVar2 + -1 == pcVar8) break; pcVar8 = pcVar8 + 1; } while (*pcVar8 != '\n' && *pcVar8 != '\0'); } if (pcVar7 != (char *)0x0) { if ((pcVar7 + -1)[iVar2] == '/') { pcVar7 = pcVar7 + -1; } if (pcVar10 <= pcVar7) { pcVar7 = pcVar10; } } pcVar7[iVar2] = '\0'; if ((param_1[0xb] != 0) && (param_1[9] != 0)) { if (pcVar7 <= pcVar5) { dcgettext(0,DAT_00048d4c + 0x48cf8,5); error(); return (char *)0x0; } __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5); if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) && (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) { free(__ptr); return pcVar10; } free(__ptr); } pcVar5 = pcVar5 + param_1[7]; } } else { pcVar10 = (char *)(param_1 + 0xd); pcVar5 = pcVar10; iVar2 = 0; while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) { pcVar5 = pcVar5 + 1; if (*pcVar5 == '/') { *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0; return pcVar10; } } pcVar5 = (char *)xmalloc(0x11); memcpy(pcVar5,pcVar10,0x10); pcVar5[0x10] = '\0'; } return pcVar5; }
stmdb sp!,{r4,r5,r6,lr} cpy r4,r0 cpy r6,r2 ldr r0,[r0,#0x4] mov r2,#0x0 bl 0x00013660 subs r5,r0,#0x0 bne 0x00048a80 ldr r3,[r4,#0x4] mov r2,#0x3c mov r1,#0x1 add r0,r4,#0x34 bl 0x000132dc cmp r0,#0x3c bne 0x00048aa4 ldrb r3,[r4,#0x6e] cmp r3,#0x60 beq 0x00048a64 ldr r1,[0x48ac8] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00013204 ldr r1,[r4,#0x0] bl 0x00047a38 mov r0,#0x0 ldmia sp!,{r4,r5,r6,pc} ldrb r3,[r4,#0x6f] cmp r3,#0xa bne 0x00048a40 cpy r1,r6 cpy r0,r4 ldmia sp!,{r4,r5,r6,lr} b 0x00048ad4 ldr r1,[0x48acc] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00013204 ldr r1,[r4,#0x0] bl 0x00047a38 mov r0,#0x0 ldmia sp!,{r4,r5,r6,pc} ldr r1,[0x48ad0] mov r2,#0x5 cpy r0,r5 add r1,pc,r1 bl 0x00013204 ldr r1,[r4,#0x0] bl 0x00047a38 mov r0,#0x0 ldmia sp!,{r4,r5,r6,pc} stmdb sp!,{r4,r5,r6,r7,r8,lr} ldrb r3,[r0,#0x34] sub sp,sp,#0x8 cmp r3,#0x2f addne r7,r0,#0x34 cpy r5,r0 cpyne r3,r7 movne r4,#0x0 bne 0x00048b08 b 0x00048b40 ldrb r2,[r3,#0x1]! cmp r2,#0x2f beq 0x00048b80 add r4,r4,#0x1 cmp r4,#0x10 bne 0x00048afc mov r0,#0x11 bl 0x000132a0 cpy r2,r4 cpy r1,r7 cpy r6,r0 bl 0x000131a4 mov r3,#0x0 strb r3,[r6,#0x10] cpy r0,r6 add sp,sp,#0x8 ldmia sp!,{r4,r5,r6,r7,r8,pc} ldr r3,[r0,#0x1c] cmp r3,#0x0 beq 0x00048b58 ldr r3,[r0,#0x20] cmp r3,#0x0 bne 0x00048b9c ldr r1,[0x48d48] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00013204 bl 0x00047a38 mov r6,#0x0 cpy r0,r6 add sp,sp,#0x8 ldmia sp!,{r4,r5,r6,r7,r8,pc} cpy r6,r7 add r4,r5,r4 mov r3,#0x0 cpy r0,r6 strb r3,[r4,#0x34] add sp,sp,#0x8 ldmia sp!,{r4,r5,r6,r7,r8,pc} mov r6,#0x0 ldrb r8,[r0,#0x6e] str r6,[r0,#0x24] strb r6,[r0,#0x6e] cpy r7,r1 mov r2,#0xa add r1,sp,#0x4 add r0,r0,#0x35 bl 0x000133cc ldr r3,[r5,#0x2c] cmp r3,r6 cpy r4,r0 beq 0x00048be8 ldr r0,[sp,#0x4] cmp r0,r6 beq 0x00048be8 ldrb r3,[r0,#0x0] cmp r3,#0x3a beq 0x00048d04 ldr r6,[r5,#0x20] strb r8,[r5,#0x6e] cmp r4,r6 bhi 0x00048d1c ldr lr,[r5,#0x1c] bcs 0x00048d40 ldrb r2,[lr,r4] add r3,lr,r4 cmp r2,#0x0 cmpne r2,#0xa subne r0,r6,#0x1 addne r0,r0,lr rsbne r12,lr,#0x1 beq 0x00048d40 cmp r0,r3 add r2,r12,r3 beq 0x00048c3c ldrb r1,[r3,#0x1]! cmp r1,#0xa cmpne r1,#0x0 bne 0x00048c20 cmp r2,#0x0 beq 0x00048c5c sub r3,r2,#0x1 ldrb r1,[lr,r3] cmp r1,#0x2f cpyeq r2,r3 cmp r2,r6 cpycs r2,r6 mov r6,#0x0 strb r6,[lr,r2] ldr r3,[r5,#0x2c] cmp r3,r6 beq 0x00048cdc ldr r3,[r5,#0x24] cmp r3,r6 beq 0x00048cdc cmp r4,r2 bcs 0x00048ce8 ldr r1,[r5,#0x1c] sub r2,r2,r4 add r1,r1,r4 ldr r0,[r5,#0x0] bl 0x00048520 subs r8,r0,#0x0 beq 0x00048cd4 cpy r1,r8 cpy r0,r7 bl 0x0004897c subs r2,r0,#0x0 bne 0x00048cd4 cpy r0,r7 ldr r1,[r5,#0x24] bl 0x000489f8 subs r6,r0,#0x0 beq 0x00048cd4 cpy r0,r8 bl 0x00013174 b 0x00048b34 cpy r0,r8 bl 0x00013174 ldr r6,[r5,#0x1c] add r6,r6,r4 b 0x00048b34 ldr r1,[0x48d4c] mov r2,#0x5 add r1,pc,r1 cpy r0,r6 bl 0x00013204 bl 0x00047a38 b 0x00048b34 cpy r1,r6 add r0,r0,#0x1 mov r2,#0xa bl 0x000133cc str r0,[r5,#0x24] b 0x00048be8 ldr r1,[0x48d50] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00013204 cpy r1,r4 bl 0x00047a38 mov r6,#0x0 b 0x00048b34 cpy r2,r4 b 0x00048c3c
null
null
null
null
[('tmp_687', u'PTRSUB_-1206154131'), (u'CALL_-1206154706', u'INDIRECT_-1206154268'), ('const-417', u'LOAD_-1206154593'), (u'CALL_-1206154348', u'INDIRECT_-1206154155'), (u'CALL_-1206154706', u'INT_NOTEQUAL_-1206154685'), (u'CAST_-1206154203', u'CALL_-1206154620'), (u'CALL_-1206154706', u'INDIRECT_-1206154288'), (u'CALL_-1206154620', u'INDIRECT_-1206154238'), ('tmp_283', u'CBRANCH_-1206154596'), ('tmp_687', u'PTRSUB_-1206154232'), (u'PTRSUB_-1206154177', u'LOAD_-1206154593'), ('const-60', u'CALL_-1206154620'), ('const-297552', u'INT_ADD_-1206154520'), ('tmp_688', u'CALL_-1206154706'), ('const-1', u'PTRADD_-1206154128'), ('tmp_687', u'PTRSUB_-1206154198'), ('tmp_687', u'CALL_-1206154428'), ('const-1', u'PTRADD_-1206154128'), ('const-1', u'RETURN_-1206154503'), (u'PTRADD_-1206154298', u'CALL_-1206154348'), ('const-5', u'CALL_-1206154508'), (u'INDIRECT_-1206154205', u'COPY_-1206154264'), (u'INDIRECT_-1206154162', u'COPY_-1206154219'), (u'CALL_-1206154508', u'INDIRECT_-1206154205'), ('const-96', u'INT_EQUAL_-1206154567'), (u'CALL_-1206154620', u'INDIRECT_-1206154258'), ('const-58', u'PTRSUB_-1206154177'), (u'CALL_-1206154348', u'INDIRECT_-1206154145'), (u'CALL_-1206154348', u'INDIRECT_-1206154097'), ('const-297616', u'INT_ADD_-1206154360'), (u'INDIRECT_-1206154097', u'COPY_-1206154152'), ('const-417', u'LOAD_-1206154733'), ('const-5', u'CALL_-1206154348'), ('const-52', u'PTRSUB_-1206154181'), (u'LOAD_-1206154593', u'INT_EQUAL_-1206154567'), (u'CALL_-1206154428', u'INDIRECT_-1206154152'), ('const-52', u'PTRSUB_-1206154131'), ('tmp_689', u'CALL_-1206154428'), ('const-0', u'CALL_-1206154348'), ('const-417', u'LOAD_-1206154679'), (u'CALL_-1206154348', u'INDIRECT_-1206154107'), ('const-58', u'PTRSUB_-1206154128'), (u'PTRSUB_-1206154211', u'LOAD_-1206154679'), ('tmp_488', u'CBRANCH_-1206154459'), (u'PTRSUB_-1206154128', u'PTRADD_-1206154128'), (u'LOAD_-1206154489', u'INT_EQUAL_-1206154463'), (u'INDIRECT_-1206154172', u'COPY_-1206154229'), ('tmp_337', u'CBRANCH_-1206154564'), ('const-417', u'LOAD_-1206154489'), (u'INT_EQUAL_-1206154600', u'CBRANCH_-1206154596'), (u'CALL_-1206154348', u'INDIRECT_-1206154135'), (u'INT_EQUAL_-1206154463', u'CBRANCH_-1206154459'), (u'INDIRECT_-1206154107', u'COPY_-1206154162'), ('const-297656', u'PTRSUB_-1206154061'), (u'CALL_-1206154508', u'INDIRECT_-1206154195'), (u'INT_ADD_-1206154360', u'CALL_-1206154348'), ('const-52', u'PTRSUB_-1206154198'), (u'PTRSUB_-1206154061', u'PTRADD_-1206154298'), (u'INT_NOTEQUAL_-1206154685', u'CBRANCH_-1206154682'), (u'INDIRECT_-1206154155', u'COPY_-1206154207'), (u'INT_EQUAL_-1206154567', u'CBRANCH_-1206154564'), (u'CALL_-1206154620', u'INDIRECT_-1206154248'), (u'LOAD_-1206154733', u'CAST_-1206154224'), ('const-10', u'INT_EQUAL_-1206154463'), (u'INDIRECT_-1206154278', u'INT_ADD_-1206154360'), (u'CALL_-1206154508', u'INDIRECT_-1206154215'), ('const-4', u'PTRSUB_-1206154232'), (u'INDIRECT_-1206154238', u'PTRADD_-1206154298'), ('const-0', u'PTRSUB_-1206154061'), (u'INDIRECT_-1206154258', u'INT_ADD_-1206154520'), (u'INT_ADD_-1206154520', u'CALL_-1206154508'), ('const-1', u'PTRADD_-1206154298'), ('const-0', u'CALL_-1206154348'), ('tmp_123', u'CBRANCH_-1206154682'), ('const-60', u'INT_EQUAL_-1206154600'), ('const-4', u'PTRSUB_-1206154211'), (u'INDIRECT_-1206154145', u'COPY_-1206154197'), (u'PTRSUB_-1206154232', u'LOAD_-1206154733'), (u'INDIRECT_-1206154152', u'COPY_-1206154209'), (u'CALL_-1206154620', u'INT_EQUAL_-1206154600'), ('const-0', u'RETURN_-1206154424'), (u'PTRADD_-1206154128', u'LOAD_-1206154489'), ('const-1', u'CALL_-1206154620'), (u'INDIRECT_-1206154215', u'COPY_-1206154274'), (u'LOAD_-1206154679', u'CAST_-1206154203'), (u'PTRSUB_-1206154131', u'PTRSUB_-1206154128'), (u'CALL_-1206154348', u'INDIRECT_-1206154117'), (u'CALL_-1206154428', u'RETURN_-1206154424'), ('const-1', u'RETURN_-1206154343'), (u'INDIRECT_-1206154195', u'COPY_-1206154254'), ('const-1', u'RETURN_-1206154343'), (u'CAST_-1206154224', u'CALL_-1206154706'), (u'PTRSUB_-1206154198', u'CALL_-1206154620'), ('const-0', u'CALL_-1206154706'), ('const-5', u'CALL_-1206154348'), (u'INDIRECT_-1206154135', u'COPY_-1206154187'), ('tmp_687', u'PTRSUB_-1206154211'), (u'CALL_-1206154428', u'INDIRECT_-1206154162'), (u'INDIRECT_-1206154117', u'COPY_-1206154172'), ('tmp_687', u'PTRSUB_-1206154181'), ('const-0', u'CALL_-1206154508'), ('const-0', u'INT_NOTEQUAL_-1206154685'), (u'CALL_-1206154428', u'INDIRECT_-1206154172'), (u'PTRSUB_-1206154181', u'PTRSUB_-1206154177'), (u'CALL_-1206154706', u'INDIRECT_-1206154278')]
[('const-0', u'RETURN_-1206153311'), ('const-417', u'LOAD_-1206153896'), ('const-1', u'PTRADD_-1206153623'), (u'CALL_-1206154508', u'INDIRECT_-1206152318'), (u'INDIRECT_-1206151565', u'COPY_-1206151697'), (u'CALL_-1206154001', u'INDIRECT_-1206152035'), (u'INDIRECT_-1206151724', u'MULTIEQUAL_-1206151659'), (u'CALL_-1206153218', u'INDIRECT_-1206151684'), ('const-417', u'LOAD_-1206154679'), ('const-4', u'PTRADD_-1206151675'), (u'PTRADD_-1206151501', u'LOAD_-1206153730'), ('const-0', u'INT_NOTEQUAL_-1206151954'), ('const-1', u'PTRADD_-1206152887'), (u'CALL_-1206154620', u'INDIRECT_-1206152296'), ('const-13', u'PTRADD_-1206151768'), (u'CALL_-1206153320', u'INDIRECT_-1206152105'), (u'INDIRECT_-1206151921', u'MULTIEQUAL_-1206151916'), (u'CALL_-1206153818', u'INDIRECT_-1206151887'), ('const-1', u'PTRADD_-1206153215'), (u'LOAD_-1206154593', u'INT_NOTEQUAL_-1206154566'), (u'CALL_-1206152925', u'INDIRECT_-1206151508'), (u'PTRADD_-1206151662', u'LOAD_-1206154092'), ('tmp_1623', u'CBRANCH_-1206153621'), (u'STORE_-1206153338', u'INDIRECT_-1206152001'), ('const-60', u'CALL_-1206154620'), ('tmp_6514', u'PTRADD_-1206151374'), (u'CAST_-1206151506', u'LOAD_-1206153896'), (u'CALL_-1206153332', u'INDIRECT_-1206152274'), ('tmp_6509', u'PTRSUB_-1206151554'), (u'COPY_-1206152919', u'MULTIEQUAL_-1206152753'), (u'CALL_-1206154706', u'INDIRECT_-1206152367'), (u'COPY_-1206151760', u'MULTIEQUAL_-1206152800'), ('tmp_1498', u'CBRANCH_-1206153688'), (u'PTRADD_-1206151193', u'STORE_-1206152919'), ('const-417', u'LOAD_-1206153730'), (u'CALL_-1206153361', u'INDIRECT_-1206152275'), ('const-0', u'STORE_-1206153888'), ('const-1', u'CALL_-1206154620'), (u'INT_EQUAL_-1206153363', u'CBRANCH_-1206153360'), (u'COPY_-1206151430', u'MULTIEQUAL_-1206152501'), (u'CAST_-1206151210', u'INT_NOTEQUAL_-1206153154'), (u'INDIRECT_-1206151674', u'MULTIEQUAL_-1206151650'), (u'STORE_-1206152919', u'INDIRECT_-1206151638'), ('const-297552', u'INT_ADD_-1206154520'), ('const-17', u'CALL_-1206153378'), ('tmp_6514', u'CAST_-1206151423'), ('tmp_6514', u'PTRADD_-1206151962'), (u'LOAD_-1206153443', u'INT_EQUAL_-1206153417'), (u'CALL_-1206153175', u'CAST_-1206151210'), (u'CALL_-1206152936', u'CALL_-1206152925'), (u'CALL_-1206153378', u'INDIRECT_-1206152173'), (u'CALL_-1206152921', u'STORE_-1206152919'), ('const-1', u'PTRADD_-1206153327'), ('const-53', u'INT_ADD_-1206153814'), ('tmp_6514', u'CAST_-1206151497'), (u'INDIRECT_-1206151642', u'COPY_-1206151715'), ('const-417', u'LOAD_-1206153186'), ('const-0', u'CALL_-1206152936'), (u'COPY_-1206154213', u'COPY_-1206151760'), ('tmp_1876', u'CBRANCH_-1206153487'), (u'COPY_-1206151405', u'MULTIEQUAL_-1206152501'), ('tmp_2723', u'BRANCH_-1206152907'), (u'COPY_-1206154490', u'RETURN_-1206154458'), (u'CALL_-1206153378', u'INDIRECT_-1206152053'), (u'CALL_-1206153818', u'INDIRECT_-1206151807'), ('const-0', u'CALL_-1206153027'), ('const-417', u'STORE_-1206152919'), (u'CALL_-1206153357', u'INDIRECT_-1206152116'), ('tmp_6514', u'PTRADD_-1206151193'), (u'PTRADD_-1206153388', u'COPY_-1206151410'), (u'CALL_-1206153027', u'INDIRECT_-1206151607'), ('const-4', u'PTRADD_-1206151374'), (u'INT_ADD_-1206153344', u'CALL_-1206153332'), ('const-4', u'PTRADD_-1206151662'), (u'COPY_-1206151710', u'RETURN_-1206151686'), (u'CAST_-1206151428', u'INT_LESS_-1206153690'), ('const-4', u'PTRADD_-1206151287'), ('const-9', u'PTRADD_-1206151572'), (u'CAST_-1206151712', u'LOAD_-1206154296'), (u'CALL_-1206153021', u'INDIRECT_-1206151602'), ('const-0', u'INT_EQUAL_-1206154067'), (u'LOAD_-1206153696', u'PTRADD_-1206153623'), ('const-16', u'CALL_-1206153357'), (u'INDIRECT_-1206151543', u'MULTIEQUAL_-1206151499'), (u'CAST_-1206151251', u'INT_NOTEQUAL_-1206153238'), (u'CAST_-1206151428', u'PTRADD_-1206153538'), (u'CALL_-1206152921', u'INDIRECT_-1206151546'), (u'CALL_-1206154706', u'INDIRECT_-1206152327'), (u'CALL_-1206152921', u'INDIRECT_-1206151466'), ('const-16', u'PTRADD_-1206153278'), (u'CAST_-1206151473', u'PTRADD_-1206153019'), (u'INDIRECT_-1206151478', u'MULTIEQUAL_-1206151773'), (u'CALL_-1206153175', u'INDIRECT_-1206151623'), ('const-16', u'INT_NOTEQUAL_-1206153405'), (u'STORE_-1206153881', u'INDIRECT_-1206151805'), ('tmp_6514', u'PTRADD_-1206151975'), ('const-4', u'PTRADD_-1206151340'), (u'PTRADD_-1206151781', u'CAST_-1206151712'), ('const-417', u'LOAD_-1206153389'), (u'INT_ADD_-1206153416', u'INT_NOTEQUAL_-1206153405'), ('tmp_6514', u'PTRADD_-1206151340'), ('const-4', u'PTRADD_-1206151768'), (u'CALL_-1206152921', u'INDIRECT_-1206151506'), (u'INDIRECT_-1206151743', u'MULTIEQUAL_-1206151699'), (u'STORE_-1206153888', u'INDIRECT_-1206151970'), (u'STORE_-1206153370', u'INDIRECT_-1206151659'), (u'INDIRECT_-1206152229', u'COPY_-1206152280'), ('tmp_6514', u'CAST_-1206151479'), (u'INDIRECT_-1206152309', u'COPY_-1206152360'), (u'INDIRECT_-1206151779', u'MULTIEQUAL_-1206151650'), (u'INT_ADD_-1206154520', u'CALL_-1206154508'), (u'STORE_-1206153199', u'INDIRECT_-1206151904'), ('const-11', u'PTRADD_-1206151542'), (u'CALL_-1206154508', u'INDIRECT_-1206152198'), (u'INT_ADD_-1206153880', u'CAST_-1206151506'), ('const-7', u'PTRADD_-1206151675'), ('tmp_123', u'CBRANCH_-1206154682'), (u'CALL_-1206153349', u'INDIRECT_-1206152226'), (u'LOAD_-1206153540', u'INT_NOTEQUAL_-1206151954'), (u'LOAD_-1206154296', u'INT_EQUAL_-1206154254'), (u'INDIRECT_-1206151482', u'COPY_-1206151711'), ('const-417', u'LOAD_-1206153296'), (u'CAST_-1206151830', u'INT_ADD_-1206154444'), ('const-417', u'LOAD_-1206153762'), (u'CALL_-1206153332', u'INDIRECT_-1206152194'), (u'CALL_-1206153091', u'INDIRECT_-1206151714'), (u'INT_EQUAL_-1206153556', u'CBRANCH_-1206153543'), (u'LOAD_-1206154460', u'INT_NOTEQUAL_-1206154433'), (u'INT_ADD_-1206153416', u'COPY_-1206151739'), (u'INDIRECT_-1206151875', u'COPY_-1206151915'), (u'INDIRECT_-1206151562', u'COPY_-1206151713'), ('const-7', u'PTRADD_-1206151250'), (u'PTRADD_-1206151996', u'LOAD_-1206154733'), (u'INDIRECT_-1206151807', u'MULTIEQUAL_-1206151733'), ('const-417', u'LOAD_-1206154460'), ('const-417', u'LOAD_-1206153817'), ('const-0', u'INT_NOTEQUAL_-1206153767'), (u'CALL_-1206152925', u'INDIRECT_-1206151548'), (u'STORE_-1206152919', u'INDIRECT_-1206151478'), (u'INDIRECT_-1206152189', u'COPY_-1206152240'), (u'CALL_-1206153027', u'INDIRECT_-1206151687'), (u'LOAD_-1206153685', u'INT_NOTEQUAL_-1206153648'), (u'MULTIEQUAL_-1206152530', u'INT_EQUAL_-1206153556'), ('const-0', u'STORE_-1206153370'), (u'CALL_-1206152921', u'INDIRECT_-1206151666'), (u'MULTIEQUAL_-1206152535', u'COPY_-1206151411'), (u'INDIRECT_-1206151659', u'INT_ADD_-1206153028'), ('tmp_6514', u'LOAD_-1206153360'), ('const-417', u'STORE_-1206153338'), (u'CALL_-1206153332', u'INDIRECT_-1206152234'), (u'INT_NOTEQUAL_-1206153767', u'CBRANCH_-1206153765'), (u'CALL_-1206153139', u'INDIRECT_-1206151605'), ('const-417', u'STORE_-1206153888'), (u'CALL_-1206152925', u'INDIRECT_-1206151588'), (u'CALL_-1206154007', u'INDIRECT_-1206152000'), (u'CALL_-1206153349', u'INDIRECT_-1206152066'), ('tmp_2122', u'CBRANCH_-1206153343'), (u'INDIRECT_-1206151663', u'MULTIEQUAL_-1206151619'), (u'LOAD_-1206153296', u'PTRADD_-1206153215'), (u'STORE_-1206152919', u'INDIRECT_-1206151438'), (u'COPY_-1206153314', u'RETURN_-1206153282'), (u'COPY_-1206151410', u'MULTIEQUAL_-1206152508'), (u'CALL_-1206154508', u'INDIRECT_-1206152238'), ('const-0', u'STORE_-1206153881'), ('tmp_3031', u'CBRANCH_-1206153360'), (u'INDIRECT_-1206151548', u'MULTIEQUAL_-1206152036'), ('const-4', u'PTRADD_-1206151975'), (u'COPY_-1206151739', u'MULTIEQUAL_-1206152800'), ('tmp_6514', u'CAST_-1206151880'), (u'INDIRECT_-1206152225', u'COPY_-1206152251'), (u'INDIRECT_-1206151508', u'MULTIEQUAL_-1206151996'), (u'CALL_-1206154007', u'INDIRECT_-1206151920'), ('tmp_6514', u'PTRADD_-1206151484'), (u'INT_ADD_-1206151501', u'PTRADD_-1206153538'), (u'CALL_-1206153027', u'INDIRECT_-1206151487'), (u'STORE_-1206153881', u'INDIRECT_-1206151885'), ('const-0', u'INT_NOTEQUAL_-1206153345'), (u'CALL_-1206153357', u'INDIRECT_-1206152036'), (u'MULTIEQUAL_-1206151530', u'MULTIEQUAL_-1206151956'), (u'CAST_-1206151423', u'INT_ADD_-1206153708'), (u'CALL_-1206152936', u'INDIRECT_-1206151557'), ('const-0', u'INT_EQUAL_-1206154098'), (u'INDIRECT_-1206152226', u'COPY_-1206152256'), (u'INT_LESSEQUAL_-1206153301', u'CBRANCH_-1206153299'), (u'CALL_-1206154706', u'INDIRECT_-1206152447'), ('const-297616', u'INT_ADD_-1206153344'), ('const-417', u'LOAD_-1206153331'), ('const-4', u'PTRADD_-1206151501'), ('tmp_6525', u'CALL_-1206154706'), (u'CAST_-1206151644', u'PTRADD_-1206153278'), (u'LOAD_-1206153696', u'INT_SUB_-1206153564'), ('const-7', u'PTRADD_-1206151340'), (u'INT_ADD_-1206154019', u'CALL_-1206154007'), (u'INDIRECT_-1206152145', u'COPY_-1206152171'), (u'CALL_-1206153357', u'INDIRECT_-1206151956'), ('const-1', u'PTRADD_-1206153381'), (u'CALL_-1206153357', u'INDIRECT_-1206151996'), ('const-0', u'INT_NOTEQUAL_-1206153797'), (u'CALL_-1206153320', u'INDIRECT_-1206152145'), ('const-8', u'PTRADD_-1206151662'), (u'CAST_-1206151210', u'COPY_-1206151710'), (u'COPY_-1206151734', u'INT_ADD_-1206151639'), (u'CALL_-1206154496', u'INDIRECT_-1206152269'), (u'CALL_-1206153027', u'INDIRECT_-1206151567'), (u'INDIRECT_-1206151967', u'MULTIEQUAL_-1206151893'), ('const-417', u'LOAD_-1206153365'), ('const-417', u'LOAD_-1206154296'), ('const-0', u'COPY_-1206154490'), ('const-11', u'PTRADD_-1206151374'), (u'CALL_-1206153320', u'INDIRECT_-1206152265'), (u'LOAD_-1206153696', u'PTRADD_-1206153310'), ('const-1', u'PTRADD_-1206151975'), ('tmp_1356', u'CBRANCH_-1206153790'), (u'COPY_-1206153208', u'RETURN_-1206153153'), (u'INDIRECT_-1206151588', u'MULTIEQUAL_-1206152076'), (u'CALL_-1206153818', u'INDIRECT_-1206151927'), (u'MULTIEQUAL_-1206152508', u'INT_LESSEQUAL_-1206153395'), ('const-0', u'RETURN_-1206153282'), (u'PTRADD_-1206153623', u'LOAD_-1206153685'), (u'MULTIEQUAL_-1206152800', u'COPY_-1206151734'), ('const-47', u'INT_EQUAL_-1206154254'), (u'INDIRECT_-1206151644', u'MULTIEQUAL_-1206151579'), (u'CAST_-1206151428', u'INT_LESSEQUAL_-1206153395'), (u'CALL_-1206153218', u'INDIRECT_-1206151724'), (u'INT_ADD_-1206153185', u'CAST_-1206151525'), ('const-417', u'LOAD_-1206153540'), ('tmp_6514', u'PTRADD_-1206151501'), (u'CALL_-1206153259', u'INDIRECT_-1206151625'), ('tmp_880', u'CBRANCH_-1206154095'), (u'CALL_-1206154007', u'INDIRECT_-1206152040'), ('const-4', u'PTRADD_-1206151542'), ('const-10', u'INT_NOTEQUAL_-1206153513'), (u'INT_ADD_-1206154444', u'CAST_-1206151829'), ('tmp_6514', u'CAST_-1206151507'), (u'INDIRECT_-1206151558', u'MULTIEQUAL_-1206151853'), (u'CALL_-1206152936', u'INDIRECT_-1206151597'), ('const-417', u'LOAD_-1206154593'), (u'CALL_-1206153818', u'INDIRECT_-1206152007'), ('const-0', u'CALL_-1206154508'), (u'INT_LESS_-1206153690', u'CBRANCH_-1206153699'), (u'CALL_-1206152925', u'INDIRECT_-1206151628'), (u'BOOL_AND_-1206151477', u'CBRANCH_-1206153621'), (u'INT_NOTEQUAL_-1206153238', u'CBRANCH_-1206153236'), (u'MULTIEQUAL_-1206151996', u'COPY_-1206152058'), (u'INT_ADD_-1206154577', u'CAST_-1206151879'), (u'COPY_-1206153986', u'RETURN_-1206153938'), (u'CALL_-1206154620', u'INDIRECT_-1206152256'), ('const-10', u'INT_NOTEQUAL_-1206151995'), (u'PTRADD_-1206151572', u'STORE_-1206153888'), ('const-1', u'PTRADD_-1206153613'), ('const-0', u'COPY_-1206153986'), (u'MULTIEQUAL_-1206152508', u'COPY_-1206151405'), ('const-417', u'STORE_-1206153370'), (u'CALL_-1206153021', u'INDIRECT_-1206151682'), (u'CAST_-1206151930', u'CALL_-1206154706'), ('tmp_337', u'CBRANCH_-1206154564'), (u'INDIRECT_-1206151955', u'COPY_-1206151995'), (u'INT_ADD_-1206153357', u'CALL_-1206153361'), (u'STORE_-1206153722', u'INDIRECT_-1206151856'), (u'INDIRECT_-1206151598', u'MULTIEQUAL_-1206151893'), ('const-0', u'CALL_-1206153361'), (u'LOAD_-1206153360', u'CALL_-1206153349'), (u'STORE_-1206153199', u'INDIRECT_-1206151864'), (u'INT_NOTEQUAL_-1206153464', u'CBRANCH_-1206153462'), ('tmp_2014', u'CBRANCH_-1206153413'), ('const-0', u'INT_NOTEQUAL_-1206153154'), ('const-13', u'PTRADD_-1206151781'), (u'MULTIEQUAL_-1206152530', u'PTRADD_-1206153490'), (u'INDIRECT_-1206151585', u'MULTIEQUAL_-1206151499'), (u'STORE_-1206153722', u'INDIRECT_-1206151816'), (u'CALL_-1206154007', u'INDIRECT_-1206151960'), (u'CALL_-1206153027', u'INDIRECT_-1206151527'), (u'PTRADD_-1206153613', u'MULTIEQUAL_-1206152530'), (u'CALL_-1206152936', u'INDIRECT_-1206151437'), (u'INDIRECT_-1206152266', u'COPY_-1206152296'), (u'CAST_-1206151428', u'INT_LESS_-1206153704'), (u'CALL_-1206153357', u'INDIRECT_-1206152076'), (u'INDIRECT_-1206152186', u'COPY_-1206152216'), (u'CALL_-1206152921', u'INDIRECT_-1206151586'), ('const-417', u'LOAD_-1206154092'), ('const-10', u'CALL_-1206152921'), (u'LOAD_-1206153696', u'PTRADD_-1206153381'), (u'CAST_-1206151251', u'CALL_-1206153091'), ('const-0', u'CALL_-1206152921'), ('tmp_2888', u'CBRANCH_-1206153402'), (u'STORE_-1206153338', u'INDIRECT_-1206152041'), (u'CAST_-1206151422', u'STORE_-1206153722'), (u'STORE_-1206153888', u'INDIRECT_-1206152010'), (u'CALL_-1206154496', u'INDIRECT_-1206152189'), (u'INDIRECT_-1206151645', u'COPY_-1206151699'), (u'PTRADD_-1206151287', u'LOAD_-1206153186'), ('const-0', u'COPY_-1206153314'), (u'INT_ADD_-1206153867', u'CAST_-1206151496'), (u'LOAD_-1206154733', u'CAST_-1206151930'), ('const-1', u'PTRADD_-1206153478'), ('tmp_6514', u'PTRADD_-1206151675'), (u'STORE_-1206153888', u'INDIRECT_-1206151850'), (u'INDIRECT_-1206152121', u'MULTIEQUAL_-1206152116'), (u'LOAD_-1206153331', u'CALL_-1206153320'), (u'INT_ADD_-1206151639', u'INT_ADD_-1206153185'), (u'PTRADD_-1206153490', u'COPY_-1206151441'), (u'CALL_-1206153091', u'INDIRECT_-1206151514'), (u'STORE_-1206153881', u'INDIRECT_-1206151925'), (u'COPY_-1206151441', u'MULTIEQUAL_-1206152535'), (u'PTRADD_-1206153388', u'PTRADD_-1206153381'), ('const-1', u'PTRADD_-1206153310'), (u'CALL_-1206153021', u'INDIRECT_-1206151522'), ('const-1', u'INT_SUB_-1206153564'), (u'CALL_-1206153259', u'INDIRECT_-1206151585'), (u'CALL_-1206152936', u'INDIRECT_-1206151477'), (u'INDIRECT_-1206152066', u'COPY_-1206152096'), (u'STORE_-1206153370', u'INDIRECT_-1206151819'), (u'CALL_-1206153175', u'INDIRECT_-1206151663'), ('const-417', u'LOAD_-1206153090'), ('const-298284', u'INT_ADD_-1206152948'), (u'INDIRECT_-1206152146', u'COPY_-1206152176'), (u'CALL_-1206153818', u'INDIRECT_-1206151767'), (u'INDIRECT_-1206151604', u'MULTIEQUAL_-1206151539'), (u'STORE_-1206153338', u'INDIRECT_-1206152081'), (u'INDIRECT_-1206151904', u'COPY_-1206151965'), (u'STORE_-1206153338', u'INDIRECT_-1206152121'), ('tmp_6514', u'PTRADD_-1206151781'), (u'INDIRECT_-1206152024', u'COPY_-1206152085'), ('tmp_1443', u'CBRANCH_-1206153733'), (u'CALL_-1206154508', u'INDIRECT_-1206152358'), (u'CALL_-1206154001', u'INDIRECT_-1206151875'), (u'STORE_-1206153881', u'INDIRECT_-1206152005'), (u'STORE_-1206153722', u'INDIRECT_-1206151936'), (u'INT_NOTEQUAL_-1206153345', u'CBRANCH_-1206153343'), ('const-0', u'CALL_-1206153332'), (u'INDIRECT_-1206151554', u'MULTIEQUAL_-1206151530'), (u'LOAD_-1206153090', u'PTRADD_-1206153019'), (u'PTRADD_-1206153310', u'STORE_-1206153370'), (u'LOAD_-1206153186', u'CALL_-1206153175'), ('const-96', u'INT_NOTEQUAL_-1206154566'), (u'INDIRECT_-1206151767', u'PTRADD_-1206152887'), (u'CALL_-1206154706', u'INDIRECT_-1206152207'), ('const-0', u'CALL_-1206154706'), ('const-4', u'PTRADD_-1206151193'), (u'INDIRECT_-1206151685', u'COPY_-1206151700'), (u'MULTIEQUAL_-1206152116', u'COPY_-1206152178'), (u'COPY_-1206151725', u'RETURN_-1206151701'), (u'INDIRECT_-1206151725', u'COPY_-1206151701'), ('const-110', u'INT_ADD_-1206153880'), (u'PTRADD_-1206152887', u'CALL_-1206152921'), (u'INDIRECT_-1206151824', u'COPY_-1206151885'), (u'INDIRECT_-1206151684', u'MULTIEQUAL_-1206151619'), (u'CALL_-1206153218', u'INDIRECT_-1206151764'), ('const-5', u'CALL_-1206153332'), ('tmp_1770', u'CBRANCH_-1206153543'), (u'CALL_-1206153332', u'INDIRECT_-1206152114'), (u'INDIRECT_-1206152269', u'COPY_-1206152320'), ('const-0', u'COPY_-1206151725'), (u'BOOL_AND_-1206153454', u'CBRANCH_-1206153487'), ('const-0', u'RETURN_-1206153153'), (u'STORE_-1206153888', u'INDIRECT_-1206151930'), (u'CAST_-1206151473', u'PTRADD_-1206153215'), (u'CALL_-1206154620', u'INDIRECT_-1206152376'), (u'INDIRECT_-1206152416', u'INT_ADD_-1206154520'), (u'CALL_-1206154706', u'INT_NOTEQUAL_-1206154685'), ('const-58', u'INT_EQUAL_-1206153736'), (u'INDIRECT_-1206151665', u'MULTIEQUAL_-1206151579'), ('const-110', u'INT_ADD_-1206153708'), (u'INDIRECT_-1206151682', u'COPY_-1206151716'), ('const-417', u'LOAD_-1206154733'), ('const-1', u'PTRADD_-1206151996'), (u'MULTIEQUAL_-1206152501', u'CAST_-1206151265'), (u'CALL_-1206152936', u'INDIRECT_-1206151637'), (u'INT_NOTEQUAL_-1206154566', u'CBRANCH_-1206154564'), (u'CALL_-1206153139', u'INDIRECT_-1206151525'), ('const-1', u'PTRADD_-1206153490'), (u'INDIRECT_-1206151514', u'MULTIEQUAL_-1206151490'), (u'INDIRECT_-1206151623', u'MULTIEQUAL_-1206151579'), (u'LOAD_-1206153685', u'INT_NOTEQUAL_-1206151995'), (u'COPY_-1206151500', u'MULTIEQUAL_-1206152535'), (u'CAST_-1206151829', u'LOAD_-1206154460'), (u'STORE_-1206153199', u'INDIRECT_-1206151984'), ('const-417', u'LOAD_-1206153443'), ('const-0', u'COPY_-1206154213'), (u'CALL_-1206154496', u'INDIRECT_-1206152149'), ('const-417', u'LOAD_-1206154123'), (u'INT_NOTEQUAL_-1206153405', u'CBRANCH_-1206153402'), (u'CALL_-1206154007', u'INDIRECT_-1206151880'), (u'COPY_-1206151458', u'MULTIEQUAL_-1206152535'), ('tmp_1922', u'CBRANCH_-1206153462'), (u'CALL_-1206153218', u'INDIRECT_-1206151604'), (u'CAST_-1206151479', u'INT_ADD_-1206153814'), (u'CALL_-1206153218', u'INDIRECT_-1206151644'), ('tmp_2520', u'BRANCH_-1206153073'), (u'CAST_-1206151473', u'INT_LESS_-1206153704'), ('const-417', u'LOAD_-1206153360'), (u'COPY_-1206151761', u'MULTIEQUAL_-1206152804'), (u'INDIRECT_-1206151699', u'MULTIEQUAL_-1206151570'), (u'LOAD_-1206154679', u'CAST_-1206151909'), (u'PTRADD_-1206151962', u'CALL_-1206154620'), (u'INDIRECT_-1206152149', u'COPY_-1206152200'), (u'PTRADD_-1206153538', u'INT_EQUAL_-1206153556'), ('tmp_6514', u'PTRADD_-1206151287'), (u'STORE_-1206153370', u'INDIRECT_-1206151699'), ('const-111', u'INT_ADD_-1206154444'), (u'CAST_-1206151526', u'INT_ADD_-1206153185'), (u'INDIRECT_-1206151634', u'MULTIEQUAL_-1206151610'), (u'CALL_-1206153259', u'INDIRECT_-1206151705'), (u'PTRADD_-1206151250', u'LOAD_-1206153090'), (u'CAST_-1206151473', u'COPY_-1206151500'), (u'INDIRECT_-1206151525', u'COPY_-1206151696'), ('const-0', u'STORE_-1206153199'), (u'CALL_-1206153139', u'INDIRECT_-1206151645'), (u'STORE_-1206152919', u'INDIRECT_-1206151558'), ('const-0', u'COPY_-1206153343'), (u'CALL_-1206153091', u'INDIRECT_-1206151674'), (u'STORE_-1206152919', u'INDIRECT_-1206151518'), ('const-10', u'CALL_-1206153818'), (u'CALL_-1206154496', u'INDIRECT_-1206152309'), ('const-1', u'INT_ADD_-1206153416'), (u'CAST_-1206151644', u'MULTIEQUAL_-1206152753'), ('const-298232', u'INT_ADD_-1206153028'), (u'CALL_-1206153259', u'INDIRECT_-1206151745'), (u'INDIRECT_-1206152106', u'COPY_-1206152136'), (u'CALL_-1206153378', u'CAST_-1206151644'), (u'LOAD_-1206153365', u'INT_NOTEQUAL_-1206153345'), (u'CAST_-1206151880', u'INT_ADD_-1206154577'), (u'COPY_-1206151734', u'INT_ADD_-1206153416'), ('const-4', u'PTRADD_-1206151962'), (u'INDIRECT_-1206152007', u'MULTIEQUAL_-1206151933'), ('const-297832', u'INT_ADD_-1206154019'), ('const-0', u'INT_NOTEQUAL_-1206153464'), (u'INDIRECT_-1206151564', u'MULTIEQUAL_-1206151499'), (u'CALL_-1206153091', u'INDIRECT_-1206151634'), (u'LOAD_-1206153389', u'INT_EQUAL_-1206153363'), (u'MULTIEQUAL_-1206151916', u'COPY_-1206151978'), (u'INDIRECT_-1206152265', u'COPY_-1206152291'), (u'CALL_-1206154001', u'INDIRECT_-1206151995'), (u'INT_LESS_-1206153704', u'CBRANCH_-1206153688'), ('tmp_2045', u'CBRANCH_-1206153392'), (u'PTRADD_-1206153327', u'LOAD_-1206153389'), (u'STORE_-1206153722', u'INDIRECT_-1206151776'), (u'CAST_-1206151644', u'CALL_-1206153357'), (u'MULTIEQUAL_-1206152501', u'PTRADD_-1206153310'), (u'INT_NOTEQUAL_-1206154433', u'CBRANCH_-1206154430'), ('const-7', u'PTRADD_-1206151484'), ('tmp_2155', u'CBRANCH_-1206153318'), (u'INT_ADD_-1206153028', u'CALL_-1206153027'), (u'CALL_-1206153818', u'INDIRECT_-1206151967'), (u'LOAD_-1206153696', u'PTRADD_-1206153613'), (u'COPY_-1206151404', u'MULTIEQUAL_-1206152501'), (u'INDIRECT_-1206151619', u'MULTIEQUAL_-1206151490'), (u'LOAD_-1206153270', u'CALL_-1206153259'), (u'INT_SUB_-1206153270', u'CALL_-1206153259'), ('tmp_6514', u'PTRADD_-1206151542'), (u'INT_NOTEQUAL_-1206151995', u'BOOL_AND_-1206151477'), ('const-5', u'CALL_-1206153027'), (u'CALL_-1206153361', u'INDIRECT_-1206152195'), (u'INT_EQUAL_-1206154254', u'CBRANCH_-1206154249'), (u'PTRADD_-1206151542', u'LOAD_-1206153817'), (u'INDIRECT_-1206151739', u'MULTIEQUAL_-1206151610'), ('const-1', u'PTRADD_-1206153538'), (u'INDIRECT_-1206151705', u'MULTIEQUAL_-1206151619'), (u'INT_NOTEQUAL_-1206154685', u'CBRANCH_-1206154682'), (u'CAST_-1206151473', u'PTRADD_-1206153623'), ('const-0', u'INT_EQUAL_-1206153198'), (u'CALL_-1206154496', u'INDIRECT_-1206152349'), (u'INDIRECT_-1206151468', u'MULTIEQUAL_-1206151956'), (u'MULTIEQUAL_-1206151490', u'MULTIEQUAL_-1206151916'), ('const-4', u'PTRADD_-1206151996'), (u'CALL_-1206152925', u'INDIRECT_-1206151428'), (u'LOAD_-1206153730', u'CAST_-1206151428'), (u'INT_SUB_-1206153564', u'PTRADD_-1206153490'), (u'CALL_-1206153218', u'INT_EQUAL_-1206153198'), (u'PTRADD_-1206151975', u'LOAD_-1206154679'), (u'PTRADD_-1206153215', u'CALL_-1206153259'), (u'CALL_-1206153349', u'INDIRECT_-1206152146'), (u'CALL_-1206153021', u'INDIRECT_-1206151482'), ('const-1', u'PTRADD_-1206153327'), ('tmp_6514', u'PTRADD_-1206151662'), (u'STORE_-1206153881', u'INDIRECT_-1206151845'), ('tmp_6514', u'PTRADD_-1206151996'), (u'CALL_-1206153259', u'CAST_-1206151251'), (u'INDIRECT_-1206151995', u'COPY_-1206152035'), (u'CALL_-1206154620', u'INDIRECT_-1206152216'), (u'STORE_-1206153199', u'INDIRECT_-1206152024'), (u'CAST_-1206151473', u'INT_LESSEQUAL_-1206153301'), (u'MULTIEQUAL_-1206151956', u'COPY_-1206152018'), (u'INDIRECT_-1206151847', u'MULTIEQUAL_-1206151773'), (u'CALL_-1206153361', u'INDIRECT_-1206152235'), (u'CALL_-1206153818', u'INDIRECT_-1206151847'), (u'INDIRECT_-1206151961', u'MULTIEQUAL_-1206151956'), ('const-417', u'LOAD_-1206153685'), ('const-5', u'CALL_-1206154007'), (u'CAST_-1206151264', u'INT_SUB_-1206153270'), (u'INDIRECT_-1206152105', u'COPY_-1206152131'), (u'MULTIEQUAL_-1206152753', u'COPY_-1206153551'), (u'INDIRECT_-1206151628', u'MULTIEQUAL_-1206152116'), ('const-9', u'PTRADD_-1206151361'), (u'INDIRECT_-1206151438', u'MULTIEQUAL_-1206151733'), (u'INDIRECT_-1206152185', u'COPY_-1206152211'), (u'CALL_-1206153139', u'INDIRECT_-1206151565'), (u'PTRADD_-1206153278', u'STORE_-1206153338'), (u'CALL_-1206154508', u'INDIRECT_-1206152158'), (u'INDIRECT_-1206152041', u'MULTIEQUAL_-1206152036'), (u'INT_NOTEQUAL_-1206153513', u'BOOL_AND_-1206153454'), (u'INDIRECT_-1206151583', u'MULTIEQUAL_-1206151539'), (u'CAST_-1206151473', u'CAST_-1206151264'), (u'INT_EQUAL_-1206153736', u'CBRANCH_-1206153733'), (u'STORE_-1206153370', u'INDIRECT_-1206151739'), (u'INT_NOTEQUAL_-1206154599', u'CBRANCH_-1206154596'), (u'CALL_-1206154620', u'INT_NOTEQUAL_-1206154599'), ('const-417', u'LOAD_-1206154507'), ('tmp_1490', u'CBRANCH_-1206153699'), (u'INDIRECT_-1206151594', u'MULTIEQUAL_-1206151570'), ('const-8', u'PTRADD_-1206151501'), ('const-9', u'PTRADD_-1206151193'), ('const-60', u'INT_NOTEQUAL_-1206154599'), (u'INDIRECT_-1206152349', u'COPY_-1206152400'), (u'INT_ADD_-1206152948', u'CALL_-1206152936'), (u'MULTIEQUAL_-1206152036', u'COPY_-1206152098'), (u'INDIRECT_-1206151767', u'LOAD_-1206153762'), (u'CALL_-1206154620', u'INDIRECT_-1206152336'), ('const-110', u'INT_ADD_-1206154577'), ('const-417', u'LOAD_-1206153270'), (u'INDIRECT_-1206152305', u'COPY_-1206152331'), (u'INT_ADD_-1206153708', u'CAST_-1206151422'), ('const-417', u'STORE_-1206153881'), ('const-0', u'INT_NOTEQUAL_-1206153238'), ('const-0', u'RETURN_-1206154458'), ('const-0', u'COPY_-1206152919'), (u'CALL_-1206153021', u'INDIRECT_-1206151562'), ('tmp_6515', u'CALL_-1206153218'), (u'INDIRECT_-1206151736', u'INT_ADD_-1206152948'), ('const-13', u'PTRADD_-1206151962'), (u'INDIRECT_-1206152001', u'MULTIEQUAL_-1206151996'), (u'PTRADD_-1206153478', u'LOAD_-1206153540'), (u'STORE_-1206153370', u'INDIRECT_-1206151779'), (u'INDIRECT_-1206152035', u'COPY_-1206152075'), (u'CALL_-1206153027', u'INDIRECT_-1206151647'), (u'CALL_-1206153320', u'INDIRECT_-1206152185'), ('const-4', u'PTRADD_-1206151484'), (u'CALL_-1206153332', u'INDIRECT_-1206152154'), (u'CALL_-1206154001', u'INDIRECT_-1206151915'), (u'CAST_-1206151478', u'CALL_-1206153818'), (u'STORE_-1206152919', u'INDIRECT_-1206151598'), (u'CALL_-1206154007', u'INDIRECT_-1206152080'), (u'CALL_-1206152936', u'INDIRECT_-1206151517'), (u'INDIRECT_-1206152075', u'COPY_-1206152115'), (u'CAST_-1206151496', u'STORE_-1206153881'), ('tmp_1389', u'CBRANCH_-1206153765'), (u'MULTIEQUAL_-1206152535', u'INT_NOTEQUAL_-1206153464'), (u'INDIRECT_-1206151767', u'INT_NOTEQUAL_-1206153767'), (u'INDIRECT_-1206151625', u'MULTIEQUAL_-1206151539'), (u'CAST_-1206151473', u'PTRADD_-1206153613'), ('const-10', u'INT_NOTEQUAL_-1206154433'), (u'INT_EQUAL_-1206154067', u'CBRANCH_-1206154063'), (u'INDIRECT_-1206151522', u'COPY_-1206151712'), (u'CALL_-1206154706', u'INDIRECT_-1206152407'), (u'PTRADD_-1206153490', u'COPY_-1206151458'), (u'MULTIEQUAL_-1206151570', u'MULTIEQUAL_-1206151996'), (u'INT_NOTEQUAL_-1206153320', u'CBRANCH_-1206153318'), (u'INDIRECT_-1206151927', u'MULTIEQUAL_-1206151853'), (u'CALL_-1206154001', u'INDIRECT_-1206151955'), (u'CALL_-1206154508', u'CALL_-1206154496'), (u'CALL_-1206153332', u'CALL_-1206153320'), (u'CALL_-1206153332', u'INDIRECT_-1206152314'), (u'LOAD_-1206153762', u'INT_EQUAL_-1206153736'), ('tmp_6515', u'CALL_-1206153175'), (u'INDIRECT_-1206151785', u'MULTIEQUAL_-1206151699'), (u'INDIRECT_-1206151887', u'MULTIEQUAL_-1206151813'), (u'PTRADD_-1206153478', u'MULTIEQUAL_-1206152530'), (u'CALL_-1206152925', u'INDIRECT_-1206151468'), (u'COPY_-1206153343', u'RETURN_-1206153311'), ('const-5', u'CALL_-1206153361'), ('tmp_6514', u'CAST_-1206151830'), ('tmp_6514', u'LOAD_-1206153331'), (u'PTRADD_-1206151374', u'LOAD_-1206153365'), ('tmp_2334', u'CBRANCH_-1206153194'), (u'CALL_-1206153175', u'INDIRECT_-1206151583'), (u'CALL_-1206153361', u'CALL_-1206153349'), (u'CAST_-1206151497', u'INT_ADD_-1206153867'), ('const-4', u'PTRADD_-1206151250'), ('tmp_283', u'CBRANCH_-1206154596'), ('const-9', u'PTRADD_-1206151287'), ('const-0', u'RETURN_-1206151686'), (u'LOAD_-1206154123', u'INT_EQUAL_-1206154098'), (u'INDIRECT_-1206151915', u'COPY_-1206151955'), (u'LOAD_-1206153540', u'INT_NOTEQUAL_-1206153513'), ('tmp_6514', u'CAST_-1206151526'), (u'CALL_-1206153259', u'INDIRECT_-1206151665'), (u'STORE_-1206153338', u'INDIRECT_-1206151961'), (u'INT_NOTEQUAL_-1206151954', u'BOOL_AND_-1206153454'), (u'CALL_-1206153021', u'INDIRECT_-1206151642'), (u'CALL_-1206153361', u'INDIRECT_-1206152115'), ('tmp_2182', u'CBRANCH_-1206153299'), (u'CALL_-1206154706', u'INDIRECT_-1206152247'), (u'CAST_-1206151525', u'STORE_-1206153199'), (u'STORE_-1206153722', u'INDIRECT_-1206151736'), (u'CALL_-1206153175', u'INDIRECT_-1206151543'), (u'INT_ADD_-1206153814', u'CAST_-1206151478'), (u'LOAD_-1206154507', u'CALL_-1206154496'), ('tmp_6514', u'PTRADD_-1206151768'), ('const-4294967268', u'PTRSUB_-1206151554'), (u'INDIRECT_-1206151864', u'COPY_-1206151925'), (u'PTRSUB_-1206151554', u'CALL_-1206153818'), ('tmp_6514', u'LOAD_-1206153270'), (u'MULTIEQUAL_-1206151650', u'MULTIEQUAL_-1206152076'), ('tmp_2278', u'CBRANCH_-1206153236'), (u'INDIRECT_-1206152407', u'INT_ADD_-1206153344'), (u'LOAD_-1206153817', u'INT_NOTEQUAL_-1206153797'), (u'MULTIEQUAL_-1206152530', u'PTRADD_-1206153478'), (u'CAST_-1206151251', u'CALL_-1206153218'), (u'INDIRECT_-1206152296', u'INT_ADD_-1206154019'), ('const-1', u'PTRADD_-1206153478'), (u'CALL_-1206153818', u'CAST_-1206151473'), (u'CALL_-1206154508', u'INDIRECT_-1206152278'), (u'CALL_-1206152921', u'INDIRECT_-1206151626'), (u'INT_EQUAL_-1206153417', u'CBRANCH_-1206153413'), (u'PTRADD_-1206153019', u'MULTIEQUAL_-1206152753'), (u'CALL_-1206153091', u'INDIRECT_-1206151594'), (u'MULTIEQUAL_-1206152535', u'PTRADD_-1206153388'), (u'INDIRECT_-1206151659', u'MULTIEQUAL_-1206151530'), (u'INDIRECT_-1206151764', u'MULTIEQUAL_-1206151699'), (u'MULTIEQUAL_-1206152076', u'COPY_-1206152138'), (u'LOAD_-1206153696', u'INT_ADD_-1206151501'), ('tmp_6514', u'PTRADD_-1206151572'), (u'INDIRECT_-1206151602', u'COPY_-1206151714'), ('tmp_6514', u'LOAD_-1206154507'), (u'INDIRECT_-1206152336', u'INT_ADD_-1206153357'), ('const-4294967295', u'PTRADD_-1206153388'), (u'CALL_-1206153357', u'INDIRECT_-1206152156'), (u'CAST_-1206151699', u'COPY_-1206153208'), (u'STORE_-1206153888', u'INDIRECT_-1206151810'), (u'INDIRECT_-1206152081', u'MULTIEQUAL_-1206152076'), (u'STORE_-1206153199', u'INDIRECT_-1206151944'), (u'STORE_-1206153881', u'INDIRECT_-1206151965'), (u'CALL_-1206153218', u'INDIRECT_-1206151564'), ('const-0', u'RETURN_-1206151701'), (u'CAST_-1206151265', u'INT_SUB_-1206153270'), (u'INDIRECT_-1206151428', u'MULTIEQUAL_-1206151916'), (u'STORE_-1206153370', u'INDIRECT_-1206151619'), (u'CALL_-1206153139', u'INDIRECT_-1206151685'), (u'CALL_-1206154620', u'INDIRECT_-1206152416'), ('const-110', u'INT_ADD_-1206153867'), (u'CAST_-1206151879', u'LOAD_-1206154593'), (u'CAST_-1206151699', u'COPY_-1206151761'), ('tmp_738', u'CBRANCH_-1206154249'), (u'CALL_-1206154706', u'INDIRECT_-1206152287'), (u'CALL_-1206153320', u'INDIRECT_-1206152305'), ('const-4294967295', u'INT_ADD_-1206151501'), (u'CAST_-1206151699', u'CALL_-1206153357'), (u'CAST_-1206151428', u'COPY_-1206151404'), ('const-4', u'PTRADD_-1206151361'), (u'PTRADD_-1206151675', u'LOAD_-1206154123'), (u'LOAD_-1206154092', u'INT_EQUAL_-1206154067'), (u'CALL_-1206153259', u'INDIRECT_-1206151785'), (u'CALL_-1206154496', u'INDIRECT_-1206152229'), ('tmp_2805', u'BRANCH_-1206152913'), (u'CAST_-1206151909', u'CALL_-1206154620'), (u'INDIRECT_-1206151984', u'COPY_-1206152045'), (u'INDIRECT_-1206151745', u'MULTIEQUAL_-1206151659'), (u'PTRADD_-1206151768', u'CAST_-1206151699'), ('const-4', u'PTRADD_-1206151781'), (u'CAST_-1206151251', u'CALL_-1206153139'), (u'MULTIEQUAL_-1206152804', u'PTRADD_-1206153327'), (u'INDIRECT_-1206151819', u'MULTIEQUAL_-1206151690'), (u'INDIRECT_-1206151714', u'MULTIEQUAL_-1206151690'), (u'CALL_-1206154001', u'INDIRECT_-1206152075'), (u'CALL_-1206153378', u'INDIRECT_-1206152133'), (u'CALL_-1206153378', u'INDIRECT_-1206152093'), (u'COPY_-1206153551', u'RETURN_-1206153503'), (u'INDIRECT_-1206151605', u'COPY_-1206151698'), ('const-417', u'LOAD_-1206153340'), (u'LOAD_-1206153340', u'INT_NOTEQUAL_-1206153320'), (u'INT_NOTEQUAL_-1206153797', u'CBRANCH_-1206153790'), ('const-0', u'STORE_-1206153338'), ('const-47', u'INT_EQUAL_-1206153417'), (u'CALL_-1206154620', u'INDIRECT_-1206152176'), (u'MULTIEQUAL_-1206151610', u'MULTIEQUAL_-1206152036'), ('const-417', u'STORE_-1206153199'), (u'MULTIEQUAL_-1206152501', u'INT_LESSEQUAL_-1206153301'), (u'CALL_-1206153349', u'INDIRECT_-1206152266'), (u'PTRADD_-1206151340', u'LOAD_-1206153296'), ('const-0', u'RETURN_-1206153938'), (u'CAST_-1206151507', u'INT_ADD_-1206153880'), (u'PTRADD_-1206153381', u'LOAD_-1206153443'), ('const-0', u'RETURN_-1206153503'), ('tmp_6514', u'PTRADD_-1206151250'), (u'CALL_-1206153175', u'INDIRECT_-1206151743'), (u'INT_LESSEQUAL_-1206153395', u'CBRANCH_-1206153392'), (u'INDIRECT_-1206151638', u'MULTIEQUAL_-1206151933'), (u'CALL_-1206153378', u'INDIRECT_-1206151973'), (u'INT_EQUAL_-1206153198', u'CBRANCH_-1206153194'), (u'LOAD_-1206153896', u'STORE_-1206153722'), (u'COPY_-1206151411', u'MULTIEQUAL_-1206152508'), (u'CALL_-1206153361', u'INDIRECT_-1206152075'), (u'PTRADD_-1206151484', u'LOAD_-1206153696'), ('const-5', u'CALL_-1206152936'), (u'INDIRECT_-1206151944', u'COPY_-1206152005'), ('tmp_569', u'CBRANCH_-1206154430'), (u'PTRADD_-1206151361', u'LOAD_-1206153340'), (u'PTRADD_-1206153327', u'MULTIEQUAL_-1206152804'), ('tmp_934', u'CBRANCH_-1206154063'), ('const-1', u'PTRADD_-1206153019'), (u'CALL_-1206153378', u'INDIRECT_-1206152013'), ('const-417', u'LOAD_-1206153696'), (u'CALL_-1206153361', u'INDIRECT_-1206152155'), (u'STORE_-1206153888', u'INDIRECT_-1206151890'), (u'INT_NOTEQUAL_-1206153154', u'CBRANCH_-1206153152'), (u'INT_EQUAL_-1206154098', u'CBRANCH_-1206154095'), (u'CAST_-1206151473', u'INT_LESS_-1206153690'), ('tmp_6514', u'PTRADD_-1206151361'), (u'INDIRECT_-1206151518', u'MULTIEQUAL_-1206151813'), ('const-297656', u'INT_ADD_-1206153357'), (u'INDIRECT_-1206151703', u'MULTIEQUAL_-1206151659'), (u'MULTIEQUAL_-1206151690', u'MULTIEQUAL_-1206152116'), ('const-1', u'PTRADD_-1206153388'), ('const-0', u'CALL_-1206154007'), (u'MULTIEQUAL_-1206152535', u'COPY_-1206151430'), ('const-4', u'PTRADD_-1206151572'), ('const-53', u'INT_ADD_-1206151639'), ('const-47', u'INT_EQUAL_-1206153363'), (u'INT_NOTEQUAL_-1206153648', u'BOOL_AND_-1206151477'), (u'CALL_-1206153349', u'INDIRECT_-1206152106'), (u'STORE_-1206153722', u'INDIRECT_-1206151896'), (u'CAST_-1206151473', u'CALL_-1206152925'), ('tmp_2392', u'CBRANCH_-1206153152'), (u'STORE_-1206153199', u'INDIRECT_-1206151824'), ('const-0', u'INT_NOTEQUAL_-1206153320'), ('const-0', u'INT_NOTEQUAL_-1206154685'), (u'CALL_-1206153139', u'INDIRECT_-1206151725'), ('const-1', u'PTRADD_-1206152887'), (u'CALL_-1206153175', u'INDIRECT_-1206151703'), (u'CALL_-1206153320', u'INDIRECT_-1206152225'), ('const-417', u'STORE_-1206153722'), ('const-1', u'PTRADD_-1206153278'), (u'CALL_-1206153091', u'INDIRECT_-1206151554'), (u'CALL_-1206153349', u'INDIRECT_-1206152186'), (u'STORE_-1206153338', u'INDIRECT_-1206151921'), ('const-5', u'CALL_-1206154508'), ('const-0', u'INT_NOTEQUAL_-1206153648')]
null
null
000489f8
arm
O2
(translation_unit "char * FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n size_t sVar3;\n undefined4 uVar4;\n char *pcVar5;\n void *__ptr;\n ulong uVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n char *pcVar10;\n char *local_1c [3];\n \n iVar2 = fseek((FILE *)param_1[1],param_2,0);\n if (iVar2 != 0) {\n uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1]);\n if (sVar3 != 0x3c) {\n uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if ((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')) {\n uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if (*(char *)(param_1 + 0xd) == '/') {\n if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }\n uVar1 = *(undefined1 *)((int)param_1 + 0x6e);\n param_1[9] = 0;\n *(undefined1 *)((int)param_1 + 0x6e) = 0;\n pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);\n if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }\n pcVar10 = (char *)param_1[8];\n *(undefined1 *)((int)param_1 + 0x6e) = uVar1;\n if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }\n }\n else {\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }\n return pcVar5;\n}\n\n" (function_definition "char * FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n size_t sVar3;\n undefined4 uVar4;\n char *pcVar5;\n void *__ptr;\n ulong uVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n char *pcVar10;\n char *local_1c [3];\n \n iVar2 = fseek((FILE *)param_1[1],param_2,0);\n if (iVar2 != 0) {\n uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1]);\n if (sVar3 != 0x3c) {\n uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if ((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')) {\n uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if (*(char *)(param_1 + 0xd) == '/') {\n if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }\n uVar1 = *(undefined1 *)((int)param_1 + 0x6e);\n param_1[9] = 0;\n *(undefined1 *)((int)param_1 + 0x6e) = 0;\n pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);\n if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }\n pcVar10 = (char *)param_1[8];\n *(undefined1 *)((int)param_1 + 0x6e) = uVar1;\n if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }\n }\n else {\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }\n return pcVar5;\n}" primitive_type (pointer_declarator "* FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)" * (function_declarator "FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)" identifier (parameter_list "(undefined4 *param_1,long param_2,undefined4 param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) )))) (compound_statement "{\n undefined1 uVar1;\n int iVar2;\n size_t sVar3;\n undefined4 uVar4;\n char *pcVar5;\n void *__ptr;\n ulong uVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n char *pcVar10;\n char *local_1c [3];\n \n iVar2 = fseek((FILE *)param_1[1],param_2,0);\n if (iVar2 != 0) {\n uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1]);\n if (sVar3 != 0x3c) {\n uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if ((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')) {\n uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if (*(char *)(param_1 + 0xd) == '/') {\n if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }\n uVar1 = *(undefined1 *)((int)param_1 + 0x6e);\n param_1[9] = 0;\n *(undefined1 *)((int)param_1 + 0x6e) = 0;\n pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);\n if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }\n pcVar10 = (char *)param_1[8];\n *(undefined1 *)((int)param_1 + 0x6e) = uVar1;\n if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }\n }\n else {\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }\n return pcVar5;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "char *pcVar10;" primitive_type (pointer_declarator "*pcVar10" * identifier) ;) (declaration "char *local_1c [3];" primitive_type (pointer_declarator "*local_1c [3]" * (array_declarator "local_1c [3]" identifier [ number_literal ])) ;) (expression_statement "iVar2 = fseek((FILE *)param_1[1],param_2,0);" (assignment_expression "iVar2 = fseek((FILE *)param_1[1],param_2,0)" identifier = (call_expression "fseek((FILE *)param_1[1],param_2,0)" identifier (argument_list "((FILE *)param_1[1],param_2,0)" ( (cast_expression "(FILE *)param_1[1]" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) , identifier , number_literal )))) ;) (if_statement "if (iVar2 != 0) {\n uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" { (expression_statement "uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);" (assignment_expression "uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5)" identifier = (call_expression "dcgettext(0,DAT_00048acc + 0x48a90,5)" identifier (argument_list "(0,DAT_00048acc + 0x48a90,5)" ( number_literal , (binary_expression "DAT_00048acc + 0x48a90" identifier + number_literal) , number_literal )))) ;) (expression_statement "error(uVar4,*param_1);" (call_expression "error(uVar4,*param_1)" identifier (argument_list "(uVar4,*param_1)" ( identifier , (pointer_expression "*param_1" * identifier) ))) ;) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1]);" (assignment_expression "sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1])" identifier = (call_expression "fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1])" identifier (argument_list "(param_1 + 0xd,1,0x3c,(FILE *)param_1[1])" ( (binary_expression "param_1 + 0xd" identifier + number_literal) , number_literal , number_literal , (cast_expression "(FILE *)param_1[1]" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) )))) ;) (if_statement "if (sVar3 != 0x3c) {\n uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" if (parenthesized_expression "(sVar3 != 0x3c)" ( (binary_expression "sVar3 != 0x3c" identifier != number_literal) )) (compound_statement "{\n uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" { (expression_statement "uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);" (assignment_expression "uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5)" identifier = (call_expression "dcgettext(0,DAT_00048ad0 + 0x48ab8,5)" identifier (argument_list "(0,DAT_00048ad0 + 0x48ab8,5)" ( number_literal , (binary_expression "DAT_00048ad0 + 0x48ab8" identifier + number_literal) , number_literal )))) ;) (expression_statement "error(uVar4,*param_1);" (call_expression "error(uVar4,*param_1)" identifier (argument_list "(uVar4,*param_1)" ( identifier , (pointer_expression "*param_1" * identifier) ))) ;) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (if_statement "if ((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')) {\n uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" if (parenthesized_expression "((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n'))" ( (binary_expression "(*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')" (parenthesized_expression "(*(char *)((int)param_1 + 0x6e) != '`')" ( (binary_expression "*(char *)((int)param_1 + 0x6e) != '`'" (pointer_expression "*(char *)((int)param_1 + 0x6e)" * (cast_expression "(char *)((int)param_1 + 0x6e)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x6e)" ( (binary_expression "(int)param_1 + 0x6e" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != (char_literal "'`'" ' character ')) )) || (parenthesized_expression "(*(char *)((int)param_1 + 0x6f) != '\n')" ( (binary_expression "*(char *)((int)param_1 + 0x6f) != '\n'" (pointer_expression "*(char *)((int)param_1 + 0x6f)" * (cast_expression "(char *)((int)param_1 + 0x6f)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x6f)" ( (binary_expression "(int)param_1 + 0x6f" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != (char_literal "'\n'" ' escape_sequence ')) ))) )) (compound_statement "{\n uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" { (expression_statement "uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);" (assignment_expression "uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5)" identifier = (call_expression "dcgettext(0,DAT_00048ac8 + 0x48a50,5)" identifier (argument_list "(0,DAT_00048ac8 + 0x48a50,5)" ( number_literal , (binary_expression "DAT_00048ac8 + 0x48a50" identifier + number_literal) , number_literal )))) ;) (expression_statement "error(uVar4,*param_1);" (call_expression "error(uVar4,*param_1)" identifier (argument_list "(uVar4,*param_1)" ( identifier , (pointer_expression "*param_1" * identifier) ))) ;) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (if_statement "if (*(char *)(param_1 + 0xd) == '/') {\n if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }\n uVar1 = *(undefined1 *)((int)param_1 + 0x6e);\n param_1[9] = 0;\n *(undefined1 *)((int)param_1 + 0x6e) = 0;\n pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);\n if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }\n pcVar10 = (char *)param_1[8];\n *(undefined1 *)((int)param_1 + 0x6e) = uVar1;\n if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }\n }\n else {\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }" if (parenthesized_expression "(*(char *)(param_1 + 0xd) == '/')" ( (binary_expression "*(char *)(param_1 + 0xd) == '/'" (pointer_expression "*(char *)(param_1 + 0xd)" * (cast_expression "(char *)(param_1 + 0xd)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd)" ( (binary_expression "param_1 + 0xd" identifier + number_literal) )))) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }\n uVar1 = *(undefined1 *)((int)param_1 + 0x6e);\n param_1[9] = 0;\n *(undefined1 *)((int)param_1 + 0x6e) = 0;\n pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);\n if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }\n pcVar10 = (char *)param_1[8];\n *(undefined1 *)((int)param_1 + 0x6e) = uVar1;\n if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }\n }" { (if_statement "if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }" if (parenthesized_expression "((param_1[7] == 0) || (param_1[8] == 0))" ( (binary_expression "(param_1[7] == 0) || (param_1[8] == 0)" (parenthesized_expression "(param_1[7] == 0)" ( (binary_expression "param_1[7] == 0" (subscript_expression "param_1[7]" identifier [ number_literal ]) == number_literal) )) || (parenthesized_expression "(param_1[8] == 0)" ( (binary_expression "param_1[8] == 0" (subscript_expression "param_1[8]" identifier [ number_literal ]) == number_literal) ))) )) (compound_statement "{\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }" { (expression_statement "dcgettext(0,DAT_00048d48 + 0x48b68,5);" (call_expression "dcgettext(0,DAT_00048d48 + 0x48b68,5)" identifier (argument_list "(0,DAT_00048d48 + 0x48b68,5)" ( number_literal , (binary_expression "DAT_00048d48 + 0x48b68" identifier + number_literal) , number_literal ))) ;) (expression_statement "error();" (call_expression "error()" identifier (argument_list "()" ( ))) ;) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "uVar1 = *(undefined1 *)((int)param_1 + 0x6e);" (assignment_expression "uVar1 = *(undefined1 *)((int)param_1 + 0x6e)" identifier = (pointer_expression "*(undefined1 *)((int)param_1 + 0x6e)" * (cast_expression "(undefined1 *)((int)param_1 + 0x6e)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x6e)" ( (binary_expression "(int)param_1 + 0x6e" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (expression_statement "param_1[9] = 0;" (assignment_expression "param_1[9] = 0" (subscript_expression "param_1[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)((int)param_1 + 0x6e) = 0;" (assignment_expression "*(undefined1 *)((int)param_1 + 0x6e) = 0" (pointer_expression "*(undefined1 *)((int)param_1 + 0x6e)" * (cast_expression "(undefined1 *)((int)param_1 + 0x6e)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x6e)" ( (binary_expression "(int)param_1 + 0x6e" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);" (assignment_expression "pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10)" identifier = (cast_expression "(char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "strtoul((char *)((int)param_1 + 0x35),local_1c,10)" identifier (argument_list "((char *)((int)param_1 + 0x35),local_1c,10)" ( (cast_expression "(char *)((int)param_1 + 0x35)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x35)" ( (binary_expression "(int)param_1 + 0x35" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) , identifier , number_literal ))))) ;) (if_statement "if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }" if (parenthesized_expression "(((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':'))" ( (binary_expression "((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')" (parenthesized_expression "((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0))" ( (binary_expression "(param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)" (parenthesized_expression "(param_1[0xb] != 0)" ( (binary_expression "param_1[0xb] != 0" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) != number_literal) )) && (parenthesized_expression "(local_1c[0] != (char *)0x0)" ( (binary_expression "local_1c[0] != (char *)0x0" (subscript_expression "local_1c[0]" identifier [ number_literal ]) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) && (parenthesized_expression "(*local_1c[0] == ':')" ( (binary_expression "*local_1c[0] == ':'" (pointer_expression "*local_1c[0]" * (subscript_expression "local_1c[0]" identifier [ number_literal ])) == (char_literal "':'" ' character ')) ))) )) (compound_statement "{\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }" { (expression_statement "uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);" (assignment_expression "uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10)" identifier = (call_expression "strtoul(local_1c[0] + 1,(char **)0x0,10)" identifier (argument_list "(local_1c[0] + 1,(char **)0x0,10)" ( (binary_expression "local_1c[0] + 1" (subscript_expression "local_1c[0]" identifier [ number_literal ]) + number_literal) , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , number_literal )))) ;) (expression_statement "param_1[9] = uVar6;" (assignment_expression "param_1[9] = uVar6" (subscript_expression "param_1[9]" identifier [ number_literal ]) = identifier) ;) })) (expression_statement "pcVar10 = (char *)param_1[8];" (assignment_expression "pcVar10 = (char *)param_1[8]" identifier = (cast_expression "(char *)param_1[8]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[8]" identifier [ number_literal ]))) ;) (expression_statement "*(undefined1 *)((int)param_1 + 0x6e) = uVar1;" (assignment_expression "*(undefined1 *)((int)param_1 + 0x6e) = uVar1" (pointer_expression "*(undefined1 *)((int)param_1 + 0x6e)" * (cast_expression "(undefined1 *)((int)param_1 + 0x6e)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x6e)" ( (binary_expression "(int)param_1 + 0x6e" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (if_statement "if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }" if (parenthesized_expression "(pcVar10 < pcVar5)" ( (binary_expression "pcVar10 < pcVar5" identifier < identifier) )) (compound_statement "{\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }" { (expression_statement "uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);" (assignment_expression "uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5)" identifier = (call_expression "dcgettext(0,DAT_00048d50 + 0x48d2c,5)" identifier (argument_list "(0,DAT_00048d50 + 0x48d2c,5)" ( number_literal , (binary_expression "DAT_00048d50 + 0x48d2c" identifier + number_literal) , number_literal )))) ;) (expression_statement "error(uVar4,pcVar5);" (call_expression "error(uVar4,pcVar5)" identifier (argument_list "(uVar4,pcVar5)" ( identifier , identifier ))) ;) (expression_statement "pcVar5 = (char *)0x0;" (assignment_expression "pcVar5 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }" else (compound_statement "{\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }" { (expression_statement "iVar2 = param_1[7];" (assignment_expression "iVar2 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "pcVar7 = pcVar5;" (assignment_expression "pcVar7 = pcVar5" identifier = identifier) ;) (if_statement "if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }" if (parenthesized_expression "((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n'))" ( (binary_expression "(pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')" (parenthesized_expression "(pcVar5 < pcVar10)" ( (binary_expression "pcVar5 < pcVar10" identifier < identifier) )) && (parenthesized_expression "(pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')" ( (comma_expression "pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n'" (assignment_expression "pcVar8 = pcVar5 + iVar2" identifier = (binary_expression "pcVar5 + iVar2" identifier + identifier)) , (binary_expression "pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n'" (binary_expression "pcVar5[iVar2] != '\0'" (subscript_expression "pcVar5[iVar2]" identifier [ identifier ]) != (char_literal "'\0'" ' escape_sequence ')) && (binary_expression "pcVar5[iVar2] != '\n'" (subscript_expression "pcVar5[iVar2]" identifier [ identifier ]) != (char_literal "'\n'" ' escape_sequence ')))) ))) )) (compound_statement "{\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }" { (do_statement "do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');" do (compound_statement "{\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n }" { (expression_statement "pcVar7 = pcVar8 + (1 - iVar2);" (assignment_expression "pcVar7 = pcVar8 + (1 - iVar2)" identifier = (binary_expression "pcVar8 + (1 - iVar2)" identifier + (parenthesized_expression "(1 - iVar2)" ( (binary_expression "1 - iVar2" number_literal - identifier) )))) ;) (if_statement "if (pcVar10 + iVar2 + -1 == pcVar8) break;" if (parenthesized_expression "(pcVar10 + iVar2 + -1 == pcVar8)" ( (binary_expression "pcVar10 + iVar2 + -1 == pcVar8" (binary_expression "pcVar10 + iVar2 + -1" (binary_expression "pcVar10 + iVar2" identifier + identifier) + number_literal) == identifier) )) (break_statement "break;" break ;)) (expression_statement "pcVar8 = pcVar8 + 1;" (assignment_expression "pcVar8 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*pcVar8 != '\n' && *pcVar8 != '\0')" ( (binary_expression "*pcVar8 != '\n' && *pcVar8 != '\0'" (binary_expression "*pcVar8 != '\n'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'\n'" ' escape_sequence ')) && (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'\0'" ' escape_sequence '))) )) ;) })) (if_statement "if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }" if (parenthesized_expression "(pcVar7 != (char *)0x0)" ( (binary_expression "pcVar7 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }" { (if_statement "if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }" if (parenthesized_expression "((pcVar7 + -1)[iVar2] == '/')" ( (binary_expression "(pcVar7 + -1)[iVar2] == '/'" (subscript_expression "(pcVar7 + -1)[iVar2]" (parenthesized_expression "(pcVar7 + -1)" ( (binary_expression "pcVar7 + -1" identifier + number_literal) )) [ identifier ]) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n pcVar7 = pcVar7 + -1;\n }" { (expression_statement "pcVar7 = pcVar7 + -1;" (assignment_expression "pcVar7 = pcVar7 + -1" identifier = (binary_expression "pcVar7 + -1" identifier + number_literal)) ;) })) (if_statement "if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }" if (parenthesized_expression "(pcVar10 <= pcVar7)" ( (binary_expression "pcVar10 <= pcVar7" identifier <= identifier) )) (compound_statement "{\n pcVar7 = pcVar10;\n }" { (expression_statement "pcVar7 = pcVar10;" (assignment_expression "pcVar7 = pcVar10" identifier = identifier) ;) })) })) (expression_statement "pcVar7[iVar2] = '\0';" (assignment_expression "pcVar7[iVar2] = '\0'" (subscript_expression "pcVar7[iVar2]" identifier [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }" if (parenthesized_expression "((param_1[0xb] != 0) && (param_1[9] != 0))" ( (binary_expression "(param_1[0xb] != 0) && (param_1[9] != 0)" (parenthesized_expression "(param_1[0xb] != 0)" ( (binary_expression "param_1[0xb] != 0" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) != number_literal) )) && (parenthesized_expression "(param_1[9] != 0)" ( (binary_expression "param_1[9] != 0" (subscript_expression "param_1[9]" identifier [ number_literal ]) != number_literal) ))) )) (compound_statement "{\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }" { (if_statement "if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }" if (parenthesized_expression "(pcVar7 <= pcVar5)" ( (binary_expression "pcVar7 <= pcVar5" identifier <= identifier) )) (compound_statement "{\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }" { (expression_statement "dcgettext(0,DAT_00048d4c + 0x48cf8,5);" (call_expression "dcgettext(0,DAT_00048d4c + 0x48cf8,5)" identifier (argument_list "(0,DAT_00048d4c + 0x48cf8,5)" ( number_literal , (binary_expression "DAT_00048d4c + 0x48cf8" identifier + number_literal) , number_literal ))) ;) (expression_statement "error();" (call_expression "error()" identifier (argument_list "()" ( ))) ;) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "__ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);" (assignment_expression "__ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5)" identifier = (cast_expression "(void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5)" identifier (argument_list "(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5)" ( (pointer_expression "*param_1" * identifier) , (binary_expression "pcVar5 + param_1[7]" identifier + (subscript_expression "param_1[7]" identifier [ number_literal ])) , (binary_expression "(int)pcVar7 - (int)pcVar5" (cast_expression "(int)pcVar7" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)pcVar5" ( (type_descriptor "int" primitive_type) ) identifier)) ))))) ;) (if_statement "if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }" if (parenthesized_expression "(((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0))" ( (binary_expression "((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)" (parenthesized_expression "((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0))" ( (binary_expression "(__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)" (parenthesized_expression "(__ptr != (void *)0x0)" ( (binary_expression "__ptr != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)" ( (comma_expression "iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0" (assignment_expression "iVar2 = FUN_0004897c(param_3,__ptr)" identifier = (call_expression "FUN_0004897c(param_3,__ptr)" identifier (argument_list "(param_3,__ptr)" ( identifier , identifier )))) , (binary_expression "iVar2 == 0" identifier == number_literal)) ))) )) && (parenthesized_expression "(pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)" ( (comma_expression "pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0" (assignment_expression "pcVar10 = (char *)FUN_000489f8(param_3,param_1[9])" identifier = (cast_expression "(char *)FUN_000489f8(param_3,param_1[9])" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000489f8(param_3,param_1[9])" identifier (argument_list "(param_3,param_1[9])" ( identifier , (subscript_expression "param_1[9]" identifier [ number_literal ]) ))))) , (binary_expression "pcVar10 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n free(__ptr);\n return pcVar10;\n }" { (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return pcVar10;" return identifier ;) })) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) })) (expression_statement "pcVar5 = pcVar5 + param_1[7];" (assignment_expression "pcVar5 = pcVar5 + param_1[7]" identifier = (binary_expression "pcVar5 + param_1[7]" identifier + (subscript_expression "param_1[7]" identifier [ number_literal ]))) ;) }))) }) (else_clause "else {\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }" else (compound_statement "{\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }" { (expression_statement "pcVar10 = (char *)(param_1 + 0xd);" (assignment_expression "pcVar10 = (char *)(param_1 + 0xd)" identifier = (cast_expression "(char *)(param_1 + 0xd)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd)" ( (binary_expression "param_1 + 0xd" identifier + number_literal) )))) ;) (expression_statement "pcVar5 = pcVar10;" (assignment_expression "pcVar5 = pcVar10" identifier = identifier) ;) (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" identifier = number_literal) ;) (while_statement "while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }" while (parenthesized_expression "(iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10)" ( (comma_expression "iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10" (assignment_expression "iVar9 = iVar2" identifier = identifier) , (comma_expression "iVar2 = iVar9 + 1, iVar2 != 0x10" (assignment_expression "iVar2 = iVar9 + 1" identifier = (binary_expression "iVar9 + 1" identifier + number_literal)) , (binary_expression "iVar2 != 0x10" identifier != number_literal))) )) (compound_statement "{\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }" { (expression_statement "pcVar5 = pcVar5 + 1;" (assignment_expression "pcVar5 = pcVar5 + 1" identifier = (binary_expression "pcVar5 + 1" identifier + number_literal)) ;) (if_statement "if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }" if (parenthesized_expression "(*pcVar5 == '/')" ( (binary_expression "*pcVar5 == '/'" (pointer_expression "*pcVar5" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }" { (expression_statement "*(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;" (assignment_expression "*(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0" (pointer_expression "*(undefined1 *)((int)param_1 + iVar9 + 0x35)" * (cast_expression "(undefined1 *)((int)param_1 + iVar9 + 0x35)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + iVar9 + 0x35)" ( (binary_expression "(int)param_1 + iVar9 + 0x35" (binary_expression "(int)param_1 + iVar9" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = number_literal) ;) (return_statement "return pcVar10;" return identifier ;) })) })) (expression_statement "pcVar5 = (char *)xmalloc(0x11);" (assignment_expression "pcVar5 = (char *)xmalloc(0x11)" identifier = (cast_expression "(char *)xmalloc(0x11)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x11)" identifier (argument_list "(0x11)" ( number_literal ))))) ;) (expression_statement "memcpy(pcVar5,pcVar10,0x10);" (call_expression "memcpy(pcVar5,pcVar10,0x10)" identifier (argument_list "(pcVar5,pcVar10,0x10)" ( identifier , identifier , number_literal ))) ;) (expression_statement "pcVar5[0x10] = '\0';" (assignment_expression "pcVar5[0x10] = '\0'" (subscript_expression "pcVar5[0x10]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) }))) (return_statement "return pcVar5;" return identifier ;) })))
(translation_unit "char * get_archive_member_name_at(archive_info *arch,ulong offset,archive_info *nested_arch)\n\n{\n int iVar1;\n size_t sVar2;\n char *pcVar3;\n \n iVar1 = fseek((FILE *)arch->file,offset,0);\n if (iVar1 != 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_00048acc + 0x48a90,5);\n }\n sVar2 = fread(&arch->arhdr,1,0x3c,(FILE *)arch->file);\n if (sVar2 == 0x3c) {\n if (((arch->arhdr).ar_fmag[0] == '`') && ((arch->arhdr).ar_fmag[1] == '\n')) {\n pcVar3 = get_archive_member_name(arch,nested_arch);\n return pcVar3;\n }\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n }\n /* WARNING: Subroutine does not return */\n dcgettext(0,&UNK_00048ab8 + DAT_00048ad0,5);\n}\n\n" (function_definition "char * get_archive_member_name_at(archive_info *arch,ulong offset,archive_info *nested_arch)\n\n{\n int iVar1;\n size_t sVar2;\n char *pcVar3;\n \n iVar1 = fseek((FILE *)arch->file,offset,0);\n if (iVar1 != 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_00048acc + 0x48a90,5);\n }\n sVar2 = fread(&arch->arhdr,1,0x3c,(FILE *)arch->file);\n if (sVar2 == 0x3c) {\n if (((arch->arhdr).ar_fmag[0] == '`') && ((arch->arhdr).ar_fmag[1] == '\n')) {\n pcVar3 = get_archive_member_name(arch,nested_arch);\n return pcVar3;\n }\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n }\n /* WARNING: Subroutine does not return */\n dcgettext(0,&UNK_00048ab8 + DAT_00048ad0,5);\n}" primitive_type (pointer_declarator "* get_archive_member_name_at(archive_info *arch,ulong offset,archive_info *nested_arch)" * (function_declarator "get_archive_member_name_at(archive_info *arch,ulong offset,archive_info *nested_arch)" identifier (parameter_list "(archive_info *arch,ulong offset,archive_info *nested_arch)" ( (parameter_declaration "archive_info *arch" type_identifier (pointer_declarator "*arch" * identifier)) , (parameter_declaration "ulong offset" type_identifier identifier) , (parameter_declaration "archive_info *nested_arch" type_identifier (pointer_declarator "*nested_arch" * identifier)) )))) (compound_statement "{\n int iVar1;\n size_t sVar2;\n char *pcVar3;\n \n iVar1 = fseek((FILE *)arch->file,offset,0);\n if (iVar1 != 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_00048acc + 0x48a90,5);\n }\n sVar2 = fread(&arch->arhdr,1,0x3c,(FILE *)arch->file);\n if (sVar2 == 0x3c) {\n if (((arch->arhdr).ar_fmag[0] == '`') && ((arch->arhdr).ar_fmag[1] == '\n')) {\n pcVar3 = get_archive_member_name(arch,nested_arch);\n return pcVar3;\n }\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n }\n /* WARNING: Subroutine does not return */\n dcgettext(0,&UNK_00048ab8 + DAT_00048ad0,5);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (expression_statement "iVar1 = fseek((FILE *)arch->file,offset,0);" (assignment_expression "iVar1 = fseek((FILE *)arch->file,offset,0)" identifier = (call_expression "fseek((FILE *)arch->file,offset,0)" identifier (argument_list "((FILE *)arch->file,offset,0)" ( (cast_expression "(FILE *)arch->file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "arch->file" identifier -> field_identifier)) , identifier , number_literal )))) ;) (if_statement "if (iVar1 != 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_00048acc + 0x48a90,5);\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_00048acc + 0x48a90,5);\n }" { comment (expression_statement "dcgettext(0,DAT_00048acc + 0x48a90,5);" (call_expression "dcgettext(0,DAT_00048acc + 0x48a90,5)" identifier (argument_list "(0,DAT_00048acc + 0x48a90,5)" ( number_literal , (binary_expression "DAT_00048acc + 0x48a90" identifier + number_literal) , number_literal ))) ;) })) (expression_statement "sVar2 = fread(&arch->arhdr,1,0x3c,(FILE *)arch->file);" (assignment_expression "sVar2 = fread(&arch->arhdr,1,0x3c,(FILE *)arch->file)" identifier = (call_expression "fread(&arch->arhdr,1,0x3c,(FILE *)arch->file)" identifier (argument_list "(&arch->arhdr,1,0x3c,(FILE *)arch->file)" ( (pointer_expression "&arch->arhdr" & (field_expression "arch->arhdr" identifier -> field_identifier)) , number_literal , number_literal , (cast_expression "(FILE *)arch->file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "arch->file" identifier -> field_identifier)) )))) ;) (if_statement "if (sVar2 == 0x3c) {\n if (((arch->arhdr).ar_fmag[0] == '`') && ((arch->arhdr).ar_fmag[1] == '\n')) {\n pcVar3 = get_archive_member_name(arch,nested_arch);\n return pcVar3;\n }\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n }" if (parenthesized_expression "(sVar2 == 0x3c)" ( (binary_expression "sVar2 == 0x3c" identifier == number_literal) )) (compound_statement "{\n if (((arch->arhdr).ar_fmag[0] == '`') && ((arch->arhdr).ar_fmag[1] == '\n')) {\n pcVar3 = get_archive_member_name(arch,nested_arch);\n return pcVar3;\n }\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n }" { (if_statement "if (((arch->arhdr).ar_fmag[0] == '`') && ((arch->arhdr).ar_fmag[1] == '\n')) {\n pcVar3 = get_archive_member_name(arch,nested_arch);\n return pcVar3;\n }" if (parenthesized_expression "(((arch->arhdr).ar_fmag[0] == '`') && ((arch->arhdr).ar_fmag[1] == '\n'))" ( (binary_expression "((arch->arhdr).ar_fmag[0] == '`') && ((arch->arhdr).ar_fmag[1] == '\n')" (parenthesized_expression "((arch->arhdr).ar_fmag[0] == '`')" ( (binary_expression "(arch->arhdr).ar_fmag[0] == '`'" (subscript_expression "(arch->arhdr).ar_fmag[0]" (field_expression "(arch->arhdr).ar_fmag" (parenthesized_expression "(arch->arhdr)" ( (field_expression "arch->arhdr" identifier -> field_identifier) )) . field_identifier) [ number_literal ]) == (char_literal "'`'" ' character ')) )) && (parenthesized_expression "((arch->arhdr).ar_fmag[1] == '\n')" ( (binary_expression "(arch->arhdr).ar_fmag[1] == '\n'" (subscript_expression "(arch->arhdr).ar_fmag[1]" (field_expression "(arch->arhdr).ar_fmag" (parenthesized_expression "(arch->arhdr)" ( (field_expression "arch->arhdr" identifier -> field_identifier) )) . field_identifier) [ number_literal ]) == (char_literal "'\n'" ' escape_sequence ')) ))) )) (compound_statement "{\n pcVar3 = get_archive_member_name(arch,nested_arch);\n return pcVar3;\n }" { (expression_statement "pcVar3 = get_archive_member_name(arch,nested_arch);" (assignment_expression "pcVar3 = get_archive_member_name(arch,nested_arch)" identifier = (call_expression "get_archive_member_name(arch,nested_arch)" identifier (argument_list "(arch,nested_arch)" ( identifier , identifier )))) ;) (return_statement "return pcVar3;" return identifier ;) })) comment (expression_statement "dcgettext(0,DAT_00048ac8 + 0x48a50,5);" (call_expression "dcgettext(0,DAT_00048ac8 + 0x48a50,5)" identifier (argument_list "(0,DAT_00048ac8 + 0x48a50,5)" ( number_literal , (binary_expression "DAT_00048ac8 + 0x48a50" identifier + number_literal) , number_literal ))) ;) })) comment (expression_statement "dcgettext(0,&UNK_00048ab8 + DAT_00048ad0,5);" (call_expression "dcgettext(0,&UNK_00048ab8 + DAT_00048ad0,5)" identifier (argument_list "(0,&UNK_00048ab8 + DAT_00048ad0,5)" ( number_literal , (binary_expression "&UNK_00048ab8 + DAT_00048ad0" (pointer_expression "&UNK_00048ab8" & identifier) + identifier) , number_literal ))) ;) })))
(translation_unit "char * FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n size_t sVar3;\n undefined4 uVar4;\n char *pcVar5;\n void *__ptr;\n ulong uVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n char *pcVar10;\n char *local_1c [3];\n \n iVar2 = fseek((FILE *)param_1[1],param_2,0);\n if (iVar2 != 0) {\n uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1]);\n if (sVar3 != 0x3c) {\n uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if ((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')) {\n uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if (*(char *)(param_1 + 0xd) == '/') {\n if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }\n uVar1 = *(undefined1 *)((int)param_1 + 0x6e);\n param_1[9] = 0;\n *(undefined1 *)((int)param_1 + 0x6e) = 0;\n pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);\n if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }\n pcVar10 = (char *)param_1[8];\n *(undefined1 *)((int)param_1 + 0x6e) = uVar1;\n if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }\n }\n else {\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }\n return pcVar5;\n}\n\n" (function_definition "char * FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n size_t sVar3;\n undefined4 uVar4;\n char *pcVar5;\n void *__ptr;\n ulong uVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n char *pcVar10;\n char *local_1c [3];\n \n iVar2 = fseek((FILE *)param_1[1],param_2,0);\n if (iVar2 != 0) {\n uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1]);\n if (sVar3 != 0x3c) {\n uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if ((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')) {\n uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if (*(char *)(param_1 + 0xd) == '/') {\n if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }\n uVar1 = *(undefined1 *)((int)param_1 + 0x6e);\n param_1[9] = 0;\n *(undefined1 *)((int)param_1 + 0x6e) = 0;\n pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);\n if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }\n pcVar10 = (char *)param_1[8];\n *(undefined1 *)((int)param_1 + 0x6e) = uVar1;\n if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }\n }\n else {\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }\n return pcVar5;\n}" primitive_type (pointer_declarator "* FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)" * (function_declarator "FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)" identifier (parameter_list "(undefined4 *param_1,long param_2,undefined4 param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) )))) (compound_statement "{\n undefined1 uVar1;\n int iVar2;\n size_t sVar3;\n undefined4 uVar4;\n char *pcVar5;\n void *__ptr;\n ulong uVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n char *pcVar10;\n char *local_1c [3];\n \n iVar2 = fseek((FILE *)param_1[1],param_2,0);\n if (iVar2 != 0) {\n uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1]);\n if (sVar3 != 0x3c) {\n uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if ((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')) {\n uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if (*(char *)(param_1 + 0xd) == '/') {\n if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }\n uVar1 = *(undefined1 *)((int)param_1 + 0x6e);\n param_1[9] = 0;\n *(undefined1 *)((int)param_1 + 0x6e) = 0;\n pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);\n if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }\n pcVar10 = (char *)param_1[8];\n *(undefined1 *)((int)param_1 + 0x6e) = uVar1;\n if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }\n }\n else {\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }\n return pcVar5;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "char *pcVar10;" primitive_type (pointer_declarator "*pcVar10" * identifier) ;) (declaration "char *local_1c [3];" primitive_type (pointer_declarator "*local_1c [3]" * (array_declarator "local_1c [3]" identifier [ number_literal ])) ;) (expression_statement "iVar2 = fseek((FILE *)param_1[1],param_2,0);" (assignment_expression "iVar2 = fseek((FILE *)param_1[1],param_2,0)" identifier = (call_expression "fseek((FILE *)param_1[1],param_2,0)" identifier (argument_list "((FILE *)param_1[1],param_2,0)" ( (cast_expression "(FILE *)param_1[1]" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) , identifier , number_literal )))) ;) (if_statement "if (iVar2 != 0) {\n uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" { (expression_statement "uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);" (assignment_expression "uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5)" identifier = (call_expression "dcgettext(0,DAT_00048acc + 0x48a90,5)" identifier (argument_list "(0,DAT_00048acc + 0x48a90,5)" ( number_literal , (binary_expression "DAT_00048acc + 0x48a90" identifier + number_literal) , number_literal )))) ;) (expression_statement "error(uVar4,*param_1);" (call_expression "error(uVar4,*param_1)" identifier (argument_list "(uVar4,*param_1)" ( identifier , (pointer_expression "*param_1" * identifier) ))) ;) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1]);" (assignment_expression "sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1])" identifier = (call_expression "fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1])" identifier (argument_list "(param_1 + 0xd,1,0x3c,(FILE *)param_1[1])" ( (binary_expression "param_1 + 0xd" identifier + number_literal) , number_literal , number_literal , (cast_expression "(FILE *)param_1[1]" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) )))) ;) (if_statement "if (sVar3 != 0x3c) {\n uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" if (parenthesized_expression "(sVar3 != 0x3c)" ( (binary_expression "sVar3 != 0x3c" identifier != number_literal) )) (compound_statement "{\n uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" { (expression_statement "uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);" (assignment_expression "uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5)" identifier = (call_expression "dcgettext(0,DAT_00048ad0 + 0x48ab8,5)" identifier (argument_list "(0,DAT_00048ad0 + 0x48ab8,5)" ( number_literal , (binary_expression "DAT_00048ad0 + 0x48ab8" identifier + number_literal) , number_literal )))) ;) (expression_statement "error(uVar4,*param_1);" (call_expression "error(uVar4,*param_1)" identifier (argument_list "(uVar4,*param_1)" ( identifier , (pointer_expression "*param_1" * identifier) ))) ;) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (if_statement "if ((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')) {\n uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" if (parenthesized_expression "((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n'))" ( (binary_expression "(*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')" (parenthesized_expression "(*(char *)((int)param_1 + 0x6e) != '`')" ( (binary_expression "*(char *)((int)param_1 + 0x6e) != '`'" (pointer_expression "*(char *)((int)param_1 + 0x6e)" * (cast_expression "(char *)((int)param_1 + 0x6e)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x6e)" ( (binary_expression "(int)param_1 + 0x6e" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != (char_literal "'`'" ' character ')) )) || (parenthesized_expression "(*(char *)((int)param_1 + 0x6f) != '\n')" ( (binary_expression "*(char *)((int)param_1 + 0x6f) != '\n'" (pointer_expression "*(char *)((int)param_1 + 0x6f)" * (cast_expression "(char *)((int)param_1 + 0x6f)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x6f)" ( (binary_expression "(int)param_1 + 0x6f" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != (char_literal "'\n'" ' escape_sequence ')) ))) )) (compound_statement "{\n uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" { (expression_statement "uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);" (assignment_expression "uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5)" identifier = (call_expression "dcgettext(0,DAT_00048ac8 + 0x48a50,5)" identifier (argument_list "(0,DAT_00048ac8 + 0x48a50,5)" ( number_literal , (binary_expression "DAT_00048ac8 + 0x48a50" identifier + number_literal) , number_literal )))) ;) (expression_statement "error(uVar4,*param_1);" (call_expression "error(uVar4,*param_1)" identifier (argument_list "(uVar4,*param_1)" ( identifier , (pointer_expression "*param_1" * identifier) ))) ;) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (if_statement "if (*(char *)(param_1 + 0xd) == '/') {\n if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }\n uVar1 = *(undefined1 *)((int)param_1 + 0x6e);\n param_1[9] = 0;\n *(undefined1 *)((int)param_1 + 0x6e) = 0;\n pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);\n if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }\n pcVar10 = (char *)param_1[8];\n *(undefined1 *)((int)param_1 + 0x6e) = uVar1;\n if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }\n }\n else {\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }" if (parenthesized_expression "(*(char *)(param_1 + 0xd) == '/')" ( (binary_expression "*(char *)(param_1 + 0xd) == '/'" (pointer_expression "*(char *)(param_1 + 0xd)" * (cast_expression "(char *)(param_1 + 0xd)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd)" ( (binary_expression "param_1 + 0xd" identifier + number_literal) )))) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }\n uVar1 = *(undefined1 *)((int)param_1 + 0x6e);\n param_1[9] = 0;\n *(undefined1 *)((int)param_1 + 0x6e) = 0;\n pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);\n if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }\n pcVar10 = (char *)param_1[8];\n *(undefined1 *)((int)param_1 + 0x6e) = uVar1;\n if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }\n }" { (if_statement "if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }" if (parenthesized_expression "((param_1[7] == 0) || (param_1[8] == 0))" ( (binary_expression "(param_1[7] == 0) || (param_1[8] == 0)" (parenthesized_expression "(param_1[7] == 0)" ( (binary_expression "param_1[7] == 0" (subscript_expression "param_1[7]" identifier [ number_literal ]) == number_literal) )) || (parenthesized_expression "(param_1[8] == 0)" ( (binary_expression "param_1[8] == 0" (subscript_expression "param_1[8]" identifier [ number_literal ]) == number_literal) ))) )) (compound_statement "{\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }" { (expression_statement "dcgettext(0,DAT_00048d48 + 0x48b68,5);" (call_expression "dcgettext(0,DAT_00048d48 + 0x48b68,5)" identifier (argument_list "(0,DAT_00048d48 + 0x48b68,5)" ( number_literal , (binary_expression "DAT_00048d48 + 0x48b68" identifier + number_literal) , number_literal ))) ;) (expression_statement "error();" (call_expression "error()" identifier (argument_list "()" ( ))) ;) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "uVar1 = *(undefined1 *)((int)param_1 + 0x6e);" (assignment_expression "uVar1 = *(undefined1 *)((int)param_1 + 0x6e)" identifier = (pointer_expression "*(undefined1 *)((int)param_1 + 0x6e)" * (cast_expression "(undefined1 *)((int)param_1 + 0x6e)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x6e)" ( (binary_expression "(int)param_1 + 0x6e" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (expression_statement "param_1[9] = 0;" (assignment_expression "param_1[9] = 0" (subscript_expression "param_1[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)((int)param_1 + 0x6e) = 0;" (assignment_expression "*(undefined1 *)((int)param_1 + 0x6e) = 0" (pointer_expression "*(undefined1 *)((int)param_1 + 0x6e)" * (cast_expression "(undefined1 *)((int)param_1 + 0x6e)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x6e)" ( (binary_expression "(int)param_1 + 0x6e" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);" (assignment_expression "pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10)" identifier = (cast_expression "(char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "strtoul((char *)((int)param_1 + 0x35),local_1c,10)" identifier (argument_list "((char *)((int)param_1 + 0x35),local_1c,10)" ( (cast_expression "(char *)((int)param_1 + 0x35)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x35)" ( (binary_expression "(int)param_1 + 0x35" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) , identifier , number_literal ))))) ;) (if_statement "if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }" if (parenthesized_expression "(((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':'))" ( (binary_expression "((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')" (parenthesized_expression "((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0))" ( (binary_expression "(param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)" (parenthesized_expression "(param_1[0xb] != 0)" ( (binary_expression "param_1[0xb] != 0" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) != number_literal) )) && (parenthesized_expression "(local_1c[0] != (char *)0x0)" ( (binary_expression "local_1c[0] != (char *)0x0" (subscript_expression "local_1c[0]" identifier [ number_literal ]) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) && (parenthesized_expression "(*local_1c[0] == ':')" ( (binary_expression "*local_1c[0] == ':'" (pointer_expression "*local_1c[0]" * (subscript_expression "local_1c[0]" identifier [ number_literal ])) == (char_literal "':'" ' character ')) ))) )) (compound_statement "{\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }" { (expression_statement "uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);" (assignment_expression "uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10)" identifier = (call_expression "strtoul(local_1c[0] + 1,(char **)0x0,10)" identifier (argument_list "(local_1c[0] + 1,(char **)0x0,10)" ( (binary_expression "local_1c[0] + 1" (subscript_expression "local_1c[0]" identifier [ number_literal ]) + number_literal) , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , number_literal )))) ;) (expression_statement "param_1[9] = uVar6;" (assignment_expression "param_1[9] = uVar6" (subscript_expression "param_1[9]" identifier [ number_literal ]) = identifier) ;) })) (expression_statement "pcVar10 = (char *)param_1[8];" (assignment_expression "pcVar10 = (char *)param_1[8]" identifier = (cast_expression "(char *)param_1[8]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[8]" identifier [ number_literal ]))) ;) (expression_statement "*(undefined1 *)((int)param_1 + 0x6e) = uVar1;" (assignment_expression "*(undefined1 *)((int)param_1 + 0x6e) = uVar1" (pointer_expression "*(undefined1 *)((int)param_1 + 0x6e)" * (cast_expression "(undefined1 *)((int)param_1 + 0x6e)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x6e)" ( (binary_expression "(int)param_1 + 0x6e" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (if_statement "if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }" if (parenthesized_expression "(pcVar10 < pcVar5)" ( (binary_expression "pcVar10 < pcVar5" identifier < identifier) )) (compound_statement "{\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }" { (expression_statement "uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);" (assignment_expression "uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5)" identifier = (call_expression "dcgettext(0,DAT_00048d50 + 0x48d2c,5)" identifier (argument_list "(0,DAT_00048d50 + 0x48d2c,5)" ( number_literal , (binary_expression "DAT_00048d50 + 0x48d2c" identifier + number_literal) , number_literal )))) ;) (expression_statement "error(uVar4,pcVar5);" (call_expression "error(uVar4,pcVar5)" identifier (argument_list "(uVar4,pcVar5)" ( identifier , identifier ))) ;) (expression_statement "pcVar5 = (char *)0x0;" (assignment_expression "pcVar5 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }" else (compound_statement "{\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }" { (expression_statement "iVar2 = param_1[7];" (assignment_expression "iVar2 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "pcVar7 = pcVar5;" (assignment_expression "pcVar7 = pcVar5" identifier = identifier) ;) (if_statement "if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }" if (parenthesized_expression "((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n'))" ( (binary_expression "(pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')" (parenthesized_expression "(pcVar5 < pcVar10)" ( (binary_expression "pcVar5 < pcVar10" identifier < identifier) )) && (parenthesized_expression "(pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')" ( (comma_expression "pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n'" (assignment_expression "pcVar8 = pcVar5 + iVar2" identifier = (binary_expression "pcVar5 + iVar2" identifier + identifier)) , (binary_expression "pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n'" (binary_expression "pcVar5[iVar2] != '\0'" (subscript_expression "pcVar5[iVar2]" identifier [ identifier ]) != (char_literal "'\0'" ' escape_sequence ')) && (binary_expression "pcVar5[iVar2] != '\n'" (subscript_expression "pcVar5[iVar2]" identifier [ identifier ]) != (char_literal "'\n'" ' escape_sequence ')))) ))) )) (compound_statement "{\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }" { (do_statement "do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');" do (compound_statement "{\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n }" { (expression_statement "pcVar7 = pcVar8 + (1 - iVar2);" (assignment_expression "pcVar7 = pcVar8 + (1 - iVar2)" identifier = (binary_expression "pcVar8 + (1 - iVar2)" identifier + (parenthesized_expression "(1 - iVar2)" ( (binary_expression "1 - iVar2" number_literal - identifier) )))) ;) (if_statement "if (pcVar10 + iVar2 + -1 == pcVar8) break;" if (parenthesized_expression "(pcVar10 + iVar2 + -1 == pcVar8)" ( (binary_expression "pcVar10 + iVar2 + -1 == pcVar8" (binary_expression "pcVar10 + iVar2 + -1" (binary_expression "pcVar10 + iVar2" identifier + identifier) + number_literal) == identifier) )) (break_statement "break;" break ;)) (expression_statement "pcVar8 = pcVar8 + 1;" (assignment_expression "pcVar8 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*pcVar8 != '\n' && *pcVar8 != '\0')" ( (binary_expression "*pcVar8 != '\n' && *pcVar8 != '\0'" (binary_expression "*pcVar8 != '\n'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'\n'" ' escape_sequence ')) && (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'\0'" ' escape_sequence '))) )) ;) })) (if_statement "if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }" if (parenthesized_expression "(pcVar7 != (char *)0x0)" ( (binary_expression "pcVar7 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }" { (if_statement "if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }" if (parenthesized_expression "((pcVar7 + -1)[iVar2] == '/')" ( (binary_expression "(pcVar7 + -1)[iVar2] == '/'" (subscript_expression "(pcVar7 + -1)[iVar2]" (parenthesized_expression "(pcVar7 + -1)" ( (binary_expression "pcVar7 + -1" identifier + number_literal) )) [ identifier ]) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n pcVar7 = pcVar7 + -1;\n }" { (expression_statement "pcVar7 = pcVar7 + -1;" (assignment_expression "pcVar7 = pcVar7 + -1" identifier = (binary_expression "pcVar7 + -1" identifier + number_literal)) ;) })) (if_statement "if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }" if (parenthesized_expression "(pcVar10 <= pcVar7)" ( (binary_expression "pcVar10 <= pcVar7" identifier <= identifier) )) (compound_statement "{\n pcVar7 = pcVar10;\n }" { (expression_statement "pcVar7 = pcVar10;" (assignment_expression "pcVar7 = pcVar10" identifier = identifier) ;) })) })) (expression_statement "pcVar7[iVar2] = '\0';" (assignment_expression "pcVar7[iVar2] = '\0'" (subscript_expression "pcVar7[iVar2]" identifier [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }" if (parenthesized_expression "((param_1[0xb] != 0) && (param_1[9] != 0))" ( (binary_expression "(param_1[0xb] != 0) && (param_1[9] != 0)" (parenthesized_expression "(param_1[0xb] != 0)" ( (binary_expression "param_1[0xb] != 0" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) != number_literal) )) && (parenthesized_expression "(param_1[9] != 0)" ( (binary_expression "param_1[9] != 0" (subscript_expression "param_1[9]" identifier [ number_literal ]) != number_literal) ))) )) (compound_statement "{\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }" { (if_statement "if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }" if (parenthesized_expression "(pcVar7 <= pcVar5)" ( (binary_expression "pcVar7 <= pcVar5" identifier <= identifier) )) (compound_statement "{\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }" { (expression_statement "dcgettext(0,DAT_00048d4c + 0x48cf8,5);" (call_expression "dcgettext(0,DAT_00048d4c + 0x48cf8,5)" identifier (argument_list "(0,DAT_00048d4c + 0x48cf8,5)" ( number_literal , (binary_expression "DAT_00048d4c + 0x48cf8" identifier + number_literal) , number_literal ))) ;) (expression_statement "error();" (call_expression "error()" identifier (argument_list "()" ( ))) ;) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "__ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);" (assignment_expression "__ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5)" identifier = (cast_expression "(void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5)" identifier (argument_list "(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5)" ( (pointer_expression "*param_1" * identifier) , (binary_expression "pcVar5 + param_1[7]" identifier + (subscript_expression "param_1[7]" identifier [ number_literal ])) , (binary_expression "(int)pcVar7 - (int)pcVar5" (cast_expression "(int)pcVar7" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)pcVar5" ( (type_descriptor "int" primitive_type) ) identifier)) ))))) ;) (if_statement "if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }" if (parenthesized_expression "(((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0))" ( (binary_expression "((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)" (parenthesized_expression "((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0))" ( (binary_expression "(__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)" (parenthesized_expression "(__ptr != (void *)0x0)" ( (binary_expression "__ptr != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)" ( (comma_expression "iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0" (assignment_expression "iVar2 = FUN_0004897c(param_3,__ptr)" identifier = (call_expression "FUN_0004897c(param_3,__ptr)" identifier (argument_list "(param_3,__ptr)" ( identifier , identifier )))) , (binary_expression "iVar2 == 0" identifier == number_literal)) ))) )) && (parenthesized_expression "(pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)" ( (comma_expression "pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0" (assignment_expression "pcVar10 = (char *)FUN_000489f8(param_3,param_1[9])" identifier = (cast_expression "(char *)FUN_000489f8(param_3,param_1[9])" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000489f8(param_3,param_1[9])" identifier (argument_list "(param_3,param_1[9])" ( identifier , (subscript_expression "param_1[9]" identifier [ number_literal ]) ))))) , (binary_expression "pcVar10 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n free(__ptr);\n return pcVar10;\n }" { (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return pcVar10;" return identifier ;) })) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) })) (expression_statement "pcVar5 = pcVar5 + param_1[7];" (assignment_expression "pcVar5 = pcVar5 + param_1[7]" identifier = (binary_expression "pcVar5 + param_1[7]" identifier + (subscript_expression "param_1[7]" identifier [ number_literal ]))) ;) }))) }) (else_clause "else {\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }" else (compound_statement "{\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }" { (expression_statement "pcVar10 = (char *)(param_1 + 0xd);" (assignment_expression "pcVar10 = (char *)(param_1 + 0xd)" identifier = (cast_expression "(char *)(param_1 + 0xd)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd)" ( (binary_expression "param_1 + 0xd" identifier + number_literal) )))) ;) (expression_statement "pcVar5 = pcVar10;" (assignment_expression "pcVar5 = pcVar10" identifier = identifier) ;) (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" identifier = number_literal) ;) (while_statement "while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }" while (parenthesized_expression "(iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10)" ( (comma_expression "iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10" (assignment_expression "iVar9 = iVar2" identifier = identifier) , (comma_expression "iVar2 = iVar9 + 1, iVar2 != 0x10" (assignment_expression "iVar2 = iVar9 + 1" identifier = (binary_expression "iVar9 + 1" identifier + number_literal)) , (binary_expression "iVar2 != 0x10" identifier != number_literal))) )) (compound_statement "{\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }" { (expression_statement "pcVar5 = pcVar5 + 1;" (assignment_expression "pcVar5 = pcVar5 + 1" identifier = (binary_expression "pcVar5 + 1" identifier + number_literal)) ;) (if_statement "if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }" if (parenthesized_expression "(*pcVar5 == '/')" ( (binary_expression "*pcVar5 == '/'" (pointer_expression "*pcVar5" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }" { (expression_statement "*(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;" (assignment_expression "*(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0" (pointer_expression "*(undefined1 *)((int)param_1 + iVar9 + 0x35)" * (cast_expression "(undefined1 *)((int)param_1 + iVar9 + 0x35)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + iVar9 + 0x35)" ( (binary_expression "(int)param_1 + iVar9 + 0x35" (binary_expression "(int)param_1 + iVar9" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = number_literal) ;) (return_statement "return pcVar10;" return identifier ;) })) })) (expression_statement "pcVar5 = (char *)xmalloc(0x11);" (assignment_expression "pcVar5 = (char *)xmalloc(0x11)" identifier = (cast_expression "(char *)xmalloc(0x11)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x11)" identifier (argument_list "(0x11)" ( number_literal ))))) ;) (expression_statement "memcpy(pcVar5,pcVar10,0x10);" (call_expression "memcpy(pcVar5,pcVar10,0x10)" identifier (argument_list "(pcVar5,pcVar10,0x10)" ( identifier , identifier , number_literal ))) ;) (expression_statement "pcVar5[0x10] = '\0';" (assignment_expression "pcVar5[0x10] = '\0'" (subscript_expression "pcVar5[0x10]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) }))) (return_statement "return pcVar5;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * (array_declarator IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) , IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * IDENT) ))) ;) (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT , LIT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (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 ( LIT , (binary_expression IDENT + LIT) , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * IDENT) ))) ;) (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) != (char_literal ' character ')) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * IDENT) ))) ;) (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' character ')) )) (compound_statement { (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 { (expression_statement (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) 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 TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))) , IDENT , LIT ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) && (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ))) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (subscript_expression IDENT [ LIT ])) == (char_literal ' character ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) LIT) , LIT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression IDENT + IDENT)) , (binary_expression (binary_expression (subscript_expression IDENT [ IDENT ]) != (char_literal ' escape_sequence ')) && (binary_expression (subscript_expression IDENT [ IDENT ]) != (char_literal ' escape_sequence ')))) ))) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (parenthesized_expression ( (binary_expression LIT - IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT + IDENT) + LIT) == IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) && (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence '))) )) ;) })) (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 (subscript_expression (parenthesized_expression ( (binary_expression IDENT + LIT) )) [ IDENT ]) == (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) })) (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = (char_literal ' escape_sequence ')) ;) (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 IDENT <= IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , (binary_expression IDENT + (subscript_expression IDENT [ LIT ])) , (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) IDENT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) , (binary_expression IDENT == LIT)) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , (subscript_expression IDENT [ LIT ]) ))))) , (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (subscript_expression IDENT [ LIT ]))) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (comma_expression (assignment_expression IDENT = (binary_expression IDENT + LIT)) , (binary_expression IDENT != LIT))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = LIT) ;) (return_statement return IDENT ;) })) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (char_literal ' escape_sequence ')) ;) }))) (return_statement return IDENT ;) })))
(function_definition "char * FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n size_t sVar3;\n undefined4 uVar4;\n char *pcVar5;\n void *__ptr;\n ulong uVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n char *pcVar10;\n char *local_1c [3];\n \n iVar2 = fseek((FILE *)param_1[1],param_2,0);\n if (iVar2 != 0) {\n uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1]);\n if (sVar3 != 0x3c) {\n uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if ((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')) {\n uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if (*(char *)(param_1 + 0xd) == '/') {\n if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }\n uVar1 = *(undefined1 *)((int)param_1 + 0x6e);\n param_1[9] = 0;\n *(undefined1 *)((int)param_1 + 0x6e) = 0;\n pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);\n if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }\n pcVar10 = (char *)param_1[8];\n *(undefined1 *)((int)param_1 + 0x6e) = uVar1;\n if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }\n }\n else {\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }\n return pcVar5;\n}" (primitive_type "char") (pointer_declarator "* FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)" (* "*") (function_declarator "FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)" (identifier "FUN_000489f8") (parameter_list "(undefined4 *param_1,long param_2,undefined4 param_3)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (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")) () ")")))) (compound_statement "{\n undefined1 uVar1;\n int iVar2;\n size_t sVar3;\n undefined4 uVar4;\n char *pcVar5;\n void *__ptr;\n ulong uVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n char *pcVar10;\n char *local_1c [3];\n \n iVar2 = fseek((FILE *)param_1[1],param_2,0);\n if (iVar2 != 0) {\n uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1]);\n if (sVar3 != 0x3c) {\n uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if ((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')) {\n uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }\n if (*(char *)(param_1 + 0xd) == '/') {\n if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }\n uVar1 = *(undefined1 *)((int)param_1 + 0x6e);\n param_1[9] = 0;\n *(undefined1 *)((int)param_1 + 0x6e) = 0;\n pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);\n if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }\n pcVar10 = (char *)param_1[8];\n *(undefined1 *)((int)param_1 + 0x6e) = uVar1;\n if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }\n }\n else {\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }\n return pcVar5;\n}" ({ "{") (declaration "undefined1 uVar1;" (type_identifier "undefined1") (identifier "uVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "size_t sVar3;" (primitive_type "size_t") (identifier "sVar3") (; ";")) (declaration "undefined4 uVar4;" (type_identifier "undefined4") (identifier "uVar4") (; ";")) (declaration "char *pcVar5;" (primitive_type "char") (pointer_declarator "*pcVar5" (* "*") (identifier "pcVar5")) (; ";")) (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "ulong uVar6;" (type_identifier "ulong") (identifier "uVar6") (; ";")) (declaration "char *pcVar7;" (primitive_type "char") (pointer_declarator "*pcVar7" (* "*") (identifier "pcVar7")) (; ";")) (declaration "char *pcVar8;" (primitive_type "char") (pointer_declarator "*pcVar8" (* "*") (identifier "pcVar8")) (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "char *pcVar10;" (primitive_type "char") (pointer_declarator "*pcVar10" (* "*") (identifier "pcVar10")) (; ";")) (declaration "char *local_1c [3];" (primitive_type "char") (pointer_declarator "*local_1c [3]" (* "*") (array_declarator "local_1c [3]" (identifier "local_1c") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "iVar2 = fseek((FILE *)param_1[1],param_2,0);" (assignment_expression "iVar2 = fseek((FILE *)param_1[1],param_2,0)" (identifier "iVar2") (= "=") (call_expression "fseek((FILE *)param_1[1],param_2,0)" (identifier "fseek") (argument_list "((FILE *)param_1[1],param_2,0)" (( "(") (cast_expression "(FILE *)param_1[1]" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (, ",") (identifier "param_2") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (iVar2 != 0) {\n uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" ({ "{") (expression_statement "uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5);" (assignment_expression "uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5)" (identifier "uVar4") (= "=") (call_expression "dcgettext(0,DAT_00048acc + 0x48a90,5)" (identifier "dcgettext") (argument_list "(0,DAT_00048acc + 0x48a90,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00048acc + 0x48a90" (identifier "DAT_00048acc") (+ "+") (number_literal "0x48a90")) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "error(uVar4,*param_1);" (call_expression "error(uVar4,*param_1)" (identifier "error") (argument_list "(uVar4,*param_1)" (( "(") (identifier "uVar4") (, ",") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")"))) (; ";")) (return_statement "return (char *)0x0;" (return "return") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}"))) (expression_statement "sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1]);" (assignment_expression "sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1])" (identifier "sVar3") (= "=") (call_expression "fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1])" (identifier "fread") (argument_list "(param_1 + 0xd,1,0x3c,(FILE *)param_1[1])" (( "(") (binary_expression "param_1 + 0xd" (identifier "param_1") (+ "+") (number_literal "0xd")) (, ",") (number_literal "1") (, ",") (number_literal "0x3c") (, ",") (cast_expression "(FILE *)param_1[1]" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")")))) (; ";")) (if_statement "if (sVar3 != 0x3c) {\n uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" (if "if") (parenthesized_expression "(sVar3 != 0x3c)" (( "(") (binary_expression "sVar3 != 0x3c" (identifier "sVar3") (!= "!=") (number_literal "0x3c")) () ")")) (compound_statement "{\n uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" ({ "{") (expression_statement "uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5);" (assignment_expression "uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5)" (identifier "uVar4") (= "=") (call_expression "dcgettext(0,DAT_00048ad0 + 0x48ab8,5)" (identifier "dcgettext") (argument_list "(0,DAT_00048ad0 + 0x48ab8,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00048ad0 + 0x48ab8" (identifier "DAT_00048ad0") (+ "+") (number_literal "0x48ab8")) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "error(uVar4,*param_1);" (call_expression "error(uVar4,*param_1)" (identifier "error") (argument_list "(uVar4,*param_1)" (( "(") (identifier "uVar4") (, ",") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")"))) (; ";")) (return_statement "return (char *)0x0;" (return "return") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}"))) (if_statement "if ((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')) {\n uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" (if "if") (parenthesized_expression "((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n'))" (( "(") (binary_expression "(*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')" (parenthesized_expression "(*(char *)((int)param_1 + 0x6e) != '`')" (( "(") (binary_expression "*(char *)((int)param_1 + 0x6e) != '`'" (pointer_expression "*(char *)((int)param_1 + 0x6e)" (* "*") (cast_expression "(char *)((int)param_1 + 0x6e)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x6e)" (( "(") (binary_expression "(int)param_1 + 0x6e" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x6e")) () ")")))) (!= "!=") (char_literal "'`'" (' "'") (character "`") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(*(char *)((int)param_1 + 0x6f) != '\n')" (( "(") (binary_expression "*(char *)((int)param_1 + 0x6f) != '\n'" (pointer_expression "*(char *)((int)param_1 + 0x6f)" (* "*") (cast_expression "(char *)((int)param_1 + 0x6f)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x6f)" (( "(") (binary_expression "(int)param_1 + 0x6f" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x6f")) () ")")))) (!= "!=") (char_literal "'\n'" (' "'") (escape_sequence "\n") (' "'"))) () ")"))) () ")")) (compound_statement "{\n uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);\n error(uVar4,*param_1);\n return (char *)0x0;\n }" ({ "{") (expression_statement "uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5);" (assignment_expression "uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5)" (identifier "uVar4") (= "=") (call_expression "dcgettext(0,DAT_00048ac8 + 0x48a50,5)" (identifier "dcgettext") (argument_list "(0,DAT_00048ac8 + 0x48a50,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00048ac8 + 0x48a50" (identifier "DAT_00048ac8") (+ "+") (number_literal "0x48a50")) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "error(uVar4,*param_1);" (call_expression "error(uVar4,*param_1)" (identifier "error") (argument_list "(uVar4,*param_1)" (( "(") (identifier "uVar4") (, ",") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")"))) (; ";")) (return_statement "return (char *)0x0;" (return "return") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}"))) (if_statement "if (*(char *)(param_1 + 0xd) == '/') {\n if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }\n uVar1 = *(undefined1 *)((int)param_1 + 0x6e);\n param_1[9] = 0;\n *(undefined1 *)((int)param_1 + 0x6e) = 0;\n pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);\n if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }\n pcVar10 = (char *)param_1[8];\n *(undefined1 *)((int)param_1 + 0x6e) = uVar1;\n if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }\n }\n else {\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 0xd) == '/')" (( "(") (binary_expression "*(char *)(param_1 + 0xd) == '/'" (pointer_expression "*(char *)(param_1 + 0xd)" (* "*") (cast_expression "(char *)(param_1 + 0xd)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xd)" (( "(") (binary_expression "param_1 + 0xd" (identifier "param_1") (+ "+") (number_literal "0xd")) () ")")))) (== "==") (char_literal "'/'" (' "'") (character "/") (' "'"))) () ")")) (compound_statement "{\n if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }\n uVar1 = *(undefined1 *)((int)param_1 + 0x6e);\n param_1[9] = 0;\n *(undefined1 *)((int)param_1 + 0x6e) = 0;\n pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);\n if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }\n pcVar10 = (char *)param_1[8];\n *(undefined1 *)((int)param_1 + 0x6e) = uVar1;\n if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }\n }" ({ "{") (if_statement "if ((param_1[7] == 0) || (param_1[8] == 0)) {\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }" (if "if") (parenthesized_expression "((param_1[7] == 0) || (param_1[8] == 0))" (( "(") (binary_expression "(param_1[7] == 0) || (param_1[8] == 0)" (parenthesized_expression "(param_1[7] == 0)" (( "(") (binary_expression "param_1[7] == 0" (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]")) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(param_1[8] == 0)" (( "(") (binary_expression "param_1[8] == 0" (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n dcgettext(0,DAT_00048d48 + 0x48b68,5);\n error();\n return (char *)0x0;\n }" ({ "{") (expression_statement "dcgettext(0,DAT_00048d48 + 0x48b68,5);" (call_expression "dcgettext(0,DAT_00048d48 + 0x48b68,5)" (identifier "dcgettext") (argument_list "(0,DAT_00048d48 + 0x48b68,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00048d48 + 0x48b68" (identifier "DAT_00048d48") (+ "+") (number_literal "0x48b68")) (, ",") (number_literal "5") () ")"))) (; ";")) (expression_statement "error();" (call_expression "error()" (identifier "error") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return (char *)0x0;" (return "return") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}"))) (expression_statement "uVar1 = *(undefined1 *)((int)param_1 + 0x6e);" (assignment_expression "uVar1 = *(undefined1 *)((int)param_1 + 0x6e)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined1 *)((int)param_1 + 0x6e)" (* "*") (cast_expression "(undefined1 *)((int)param_1 + 0x6e)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x6e)" (( "(") (binary_expression "(int)param_1 + 0x6e" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x6e")) () ")"))))) (; ";")) (expression_statement "param_1[9] = 0;" (assignment_expression "param_1[9] = 0" (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)((int)param_1 + 0x6e) = 0;" (assignment_expression "*(undefined1 *)((int)param_1 + 0x6e) = 0" (pointer_expression "*(undefined1 *)((int)param_1 + 0x6e)" (* "*") (cast_expression "(undefined1 *)((int)param_1 + 0x6e)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x6e)" (( "(") (binary_expression "(int)param_1 + 0x6e" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x6e")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10);" (assignment_expression "pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10)" (identifier "pcVar5") (= "=") (cast_expression "(char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "strtoul((char *)((int)param_1 + 0x35),local_1c,10)" (identifier "strtoul") (argument_list "((char *)((int)param_1 + 0x35),local_1c,10)" (( "(") (cast_expression "(char *)((int)param_1 + 0x35)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x35)" (( "(") (binary_expression "(int)param_1 + 0x35" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x35")) () ")"))) (, ",") (identifier "local_1c") (, ",") (number_literal "10") () ")"))))) (; ";")) (if_statement "if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) {\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }" (if "if") (parenthesized_expression "(((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':'))" (( "(") (binary_expression "((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')" (parenthesized_expression "((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0))" (( "(") (binary_expression "(param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)" (parenthesized_expression "(param_1[0xb] != 0)" (( "(") (binary_expression "param_1[0xb] != 0" (subscript_expression "param_1[0xb]" (identifier "param_1") ([ "[") (number_literal "0xb") (] "]")) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(local_1c[0] != (char *)0x0)" (( "(") (binary_expression "local_1c[0] != (char *)0x0" (subscript_expression "local_1c[0]" (identifier "local_1c") ([ "[") (number_literal "0") (] "]")) (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(*local_1c[0] == ':')" (( "(") (binary_expression "*local_1c[0] == ':'" (pointer_expression "*local_1c[0]" (* "*") (subscript_expression "local_1c[0]" (identifier "local_1c") ([ "[") (number_literal "0") (] "]"))) (== "==") (char_literal "':'" (' "'") (character ":") (' "'"))) () ")"))) () ")")) (compound_statement "{\n uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);\n param_1[9] = uVar6;\n }" ({ "{") (expression_statement "uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10);" (assignment_expression "uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10)" (identifier "uVar6") (= "=") (call_expression "strtoul(local_1c[0] + 1,(char **)0x0,10)" (identifier "strtoul") (argument_list "(local_1c[0] + 1,(char **)0x0,10)" (( "(") (binary_expression "local_1c[0] + 1" (subscript_expression "local_1c[0]" (identifier "local_1c") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "1")) (, ",") (cast_expression "(char **)0x0" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (number_literal "0x0")) (, ",") (number_literal "10") () ")")))) (; ";")) (expression_statement "param_1[9] = uVar6;" (assignment_expression "param_1[9] = uVar6" (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) (= "=") (identifier "uVar6")) (; ";")) (} "}"))) (expression_statement "pcVar10 = (char *)param_1[8];" (assignment_expression "pcVar10 = (char *)param_1[8]" (identifier "pcVar10") (= "=") (cast_expression "(char *)param_1[8]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]")))) (; ";")) (expression_statement "*(undefined1 *)((int)param_1 + 0x6e) = uVar1;" (assignment_expression "*(undefined1 *)((int)param_1 + 0x6e) = uVar1" (pointer_expression "*(undefined1 *)((int)param_1 + 0x6e)" (* "*") (cast_expression "(undefined1 *)((int)param_1 + 0x6e)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x6e)" (( "(") (binary_expression "(int)param_1 + 0x6e" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x6e")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (if_statement "if (pcVar10 < pcVar5) {\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }\n else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }" (if "if") (parenthesized_expression "(pcVar10 < pcVar5)" (( "(") (binary_expression "pcVar10 < pcVar5" (identifier "pcVar10") (< "<") (identifier "pcVar5")) () ")")) (compound_statement "{\n uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);\n error(uVar4,pcVar5);\n pcVar5 = (char *)0x0;\n }" ({ "{") (expression_statement "uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5);" (assignment_expression "uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5)" (identifier "uVar4") (= "=") (call_expression "dcgettext(0,DAT_00048d50 + 0x48d2c,5)" (identifier "dcgettext") (argument_list "(0,DAT_00048d50 + 0x48d2c,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00048d50 + 0x48d2c" (identifier "DAT_00048d50") (+ "+") (number_literal "0x48d2c")) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "error(uVar4,pcVar5);" (call_expression "error(uVar4,pcVar5)" (identifier "error") (argument_list "(uVar4,pcVar5)" (( "(") (identifier "uVar4") (, ",") (identifier "pcVar5") () ")"))) (; ";")) (expression_statement "pcVar5 = (char *)0x0;" (assignment_expression "pcVar5 = (char *)0x0" (identifier "pcVar5") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}")) (else_clause "else {\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }" (else "else") (compound_statement "{\n iVar2 = param_1[7];\n pcVar7 = pcVar5;\n if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }\n if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }\n pcVar7[iVar2] = '\0';\n if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }\n pcVar5 = pcVar5 + param_1[7];\n }" ({ "{") (expression_statement "iVar2 = param_1[7];" (assignment_expression "iVar2 = param_1[7]" (identifier "iVar2") (= "=") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "pcVar7 = pcVar5;" (assignment_expression "pcVar7 = pcVar5" (identifier "pcVar7") (= "=") (identifier "pcVar5")) (; ";")) (if_statement "if ((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) {\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }" (if "if") (parenthesized_expression "((pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n'))" (( "(") (binary_expression "(pcVar5 < pcVar10) &&\n (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')" (parenthesized_expression "(pcVar5 < pcVar10)" (( "(") (binary_expression "pcVar5 < pcVar10" (identifier "pcVar5") (< "<") (identifier "pcVar10")) () ")")) (&& "&&") (parenthesized_expression "(pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')" (( "(") (comma_expression "pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n'" (assignment_expression "pcVar8 = pcVar5 + iVar2" (identifier "pcVar8") (= "=") (binary_expression "pcVar5 + iVar2" (identifier "pcVar5") (+ "+") (identifier "iVar2"))) (, ",") (binary_expression "pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n'" (binary_expression "pcVar5[iVar2] != '\0'" (subscript_expression "pcVar5[iVar2]" (identifier "pcVar5") ([ "[") (identifier "iVar2") (] "]")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (&& "&&") (binary_expression "pcVar5[iVar2] != '\n'" (subscript_expression "pcVar5[iVar2]" (identifier "pcVar5") ([ "[") (identifier "iVar2") (] "]")) (!= "!=") (char_literal "'\n'" (' "'") (escape_sequence "\n") (' "'"))))) () ")"))) () ")")) (compound_statement "{\n do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');\n }" ({ "{") (do_statement "do {\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n } while (*pcVar8 != '\n' && *pcVar8 != '\0');" (do "do") (compound_statement "{\n pcVar7 = pcVar8 + (1 - iVar2);\n if (pcVar10 + iVar2 + -1 == pcVar8) break;\n pcVar8 = pcVar8 + 1;\n }" ({ "{") (expression_statement "pcVar7 = pcVar8 + (1 - iVar2);" (assignment_expression "pcVar7 = pcVar8 + (1 - iVar2)" (identifier "pcVar7") (= "=") (binary_expression "pcVar8 + (1 - iVar2)" (identifier "pcVar8") (+ "+") (parenthesized_expression "(1 - iVar2)" (( "(") (binary_expression "1 - iVar2" (number_literal "1") (- "-") (identifier "iVar2")) () ")")))) (; ";")) (if_statement "if (pcVar10 + iVar2 + -1 == pcVar8) break;" (if "if") (parenthesized_expression "(pcVar10 + iVar2 + -1 == pcVar8)" (( "(") (binary_expression "pcVar10 + iVar2 + -1 == pcVar8" (binary_expression "pcVar10 + iVar2 + -1" (binary_expression "pcVar10 + iVar2" (identifier "pcVar10") (+ "+") (identifier "iVar2")) (+ "+") (number_literal "-1")) (== "==") (identifier "pcVar8")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "pcVar8 = pcVar8 + 1;" (assignment_expression "pcVar8 = pcVar8 + 1" (identifier "pcVar8") (= "=") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*pcVar8 != '\n' && *pcVar8 != '\0')" (( "(") (binary_expression "*pcVar8 != '\n' && *pcVar8 != '\0'" (binary_expression "*pcVar8 != '\n'" (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")) (!= "!=") (char_literal "'\n'" (' "'") (escape_sequence "\n") (' "'"))) (&& "&&") (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")))) () ")")) (; ";")) (} "}"))) (if_statement "if (pcVar7 != (char *)0x0) {\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }" (if "if") (parenthesized_expression "(pcVar7 != (char *)0x0)" (( "(") (binary_expression "pcVar7 != (char *)0x0" (identifier "pcVar7") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }\n if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }\n }" ({ "{") (if_statement "if ((pcVar7 + -1)[iVar2] == '/') {\n pcVar7 = pcVar7 + -1;\n }" (if "if") (parenthesized_expression "((pcVar7 + -1)[iVar2] == '/')" (( "(") (binary_expression "(pcVar7 + -1)[iVar2] == '/'" (subscript_expression "(pcVar7 + -1)[iVar2]" (parenthesized_expression "(pcVar7 + -1)" (( "(") (binary_expression "pcVar7 + -1" (identifier "pcVar7") (+ "+") (number_literal "-1")) () ")")) ([ "[") (identifier "iVar2") (] "]")) (== "==") (char_literal "'/'" (' "'") (character "/") (' "'"))) () ")")) (compound_statement "{\n pcVar7 = pcVar7 + -1;\n }" ({ "{") (expression_statement "pcVar7 = pcVar7 + -1;" (assignment_expression "pcVar7 = pcVar7 + -1" (identifier "pcVar7") (= "=") (binary_expression "pcVar7 + -1" (identifier "pcVar7") (+ "+") (number_literal "-1"))) (; ";")) (} "}"))) (if_statement "if (pcVar10 <= pcVar7) {\n pcVar7 = pcVar10;\n }" (if "if") (parenthesized_expression "(pcVar10 <= pcVar7)" (( "(") (binary_expression "pcVar10 <= pcVar7" (identifier "pcVar10") (<= "<=") (identifier "pcVar7")) () ")")) (compound_statement "{\n pcVar7 = pcVar10;\n }" ({ "{") (expression_statement "pcVar7 = pcVar10;" (assignment_expression "pcVar7 = pcVar10" (identifier "pcVar7") (= "=") (identifier "pcVar10")) (; ";")) (} "}"))) (} "}"))) (expression_statement "pcVar7[iVar2] = '\0';" (assignment_expression "pcVar7[iVar2] = '\0'" (subscript_expression "pcVar7[iVar2]" (identifier "pcVar7") ([ "[") (identifier "iVar2") (] "]")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (if_statement "if ((param_1[0xb] != 0) && (param_1[9] != 0)) {\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }" (if "if") (parenthesized_expression "((param_1[0xb] != 0) && (param_1[9] != 0))" (( "(") (binary_expression "(param_1[0xb] != 0) && (param_1[9] != 0)" (parenthesized_expression "(param_1[0xb] != 0)" (( "(") (binary_expression "param_1[0xb] != 0" (subscript_expression "param_1[0xb]" (identifier "param_1") ([ "[") (number_literal "0xb") (] "]")) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(param_1[9] != 0)" (( "(") (binary_expression "param_1[9] != 0" (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }\n __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);\n if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }\n free(__ptr);\n }" ({ "{") (if_statement "if (pcVar7 <= pcVar5) {\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }" (if "if") (parenthesized_expression "(pcVar7 <= pcVar5)" (( "(") (binary_expression "pcVar7 <= pcVar5" (identifier "pcVar7") (<= "<=") (identifier "pcVar5")) () ")")) (compound_statement "{\n dcgettext(0,DAT_00048d4c + 0x48cf8,5);\n error();\n return (char *)0x0;\n }" ({ "{") (expression_statement "dcgettext(0,DAT_00048d4c + 0x48cf8,5);" (call_expression "dcgettext(0,DAT_00048d4c + 0x48cf8,5)" (identifier "dcgettext") (argument_list "(0,DAT_00048d4c + 0x48cf8,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00048d4c + 0x48cf8" (identifier "DAT_00048d4c") (+ "+") (number_literal "0x48cf8")) (, ",") (number_literal "5") () ")"))) (; ";")) (expression_statement "error();" (call_expression "error()" (identifier "error") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return (char *)0x0;" (return "return") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}"))) (expression_statement "__ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5);" (assignment_expression "__ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5)" (identifier "__ptr") (= "=") (cast_expression "(void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5)" (identifier "FUN_00048520") (argument_list "(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (, ",") (binary_expression "pcVar5 + param_1[7]" (identifier "pcVar5") (+ "+") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]"))) (, ",") (binary_expression "(int)pcVar7 - (int)pcVar5" (cast_expression "(int)pcVar7" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pcVar7")) (- "-") (cast_expression "(int)pcVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pcVar5"))) () ")"))))) (; ";")) (if_statement "if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)) {\n free(__ptr);\n return pcVar10;\n }" (if "if") (parenthesized_expression "(((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0))" (( "(") (binary_expression "((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) &&\n (pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)" (parenthesized_expression "((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0))" (( "(") (binary_expression "(__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)" (parenthesized_expression "(__ptr != (void *)0x0)" (( "(") (binary_expression "__ptr != (void *)0x0" (identifier "__ptr") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)" (( "(") (comma_expression "iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0" (assignment_expression "iVar2 = FUN_0004897c(param_3,__ptr)" (identifier "iVar2") (= "=") (call_expression "FUN_0004897c(param_3,__ptr)" (identifier "FUN_0004897c") (argument_list "(param_3,__ptr)" (( "(") (identifier "param_3") (, ",") (identifier "__ptr") () ")")))) (, ",") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0)" (( "(") (comma_expression "pcVar10 = (char *)FUN_000489f8(param_3,param_1[9]), pcVar10 != (char *)0x0" (assignment_expression "pcVar10 = (char *)FUN_000489f8(param_3,param_1[9])" (identifier "pcVar10") (= "=") (cast_expression "(char *)FUN_000489f8(param_3,param_1[9])" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_000489f8(param_3,param_1[9])" (identifier "FUN_000489f8") (argument_list "(param_3,param_1[9])" (( "(") (identifier "param_3") (, ",") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) () ")"))))) (, ",") (binary_expression "pcVar10 != (char *)0x0" (identifier "pcVar10") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (compound_statement "{\n free(__ptr);\n return pcVar10;\n }" ({ "{") (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (return_statement "return pcVar10;" (return "return") (identifier "pcVar10") (; ";")) (} "}"))) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (} "}"))) (expression_statement "pcVar5 = pcVar5 + param_1[7];" (assignment_expression "pcVar5 = pcVar5 + param_1[7]" (identifier "pcVar5") (= "=") (binary_expression "pcVar5 + param_1[7]" (identifier "pcVar5") (+ "+") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]")))) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }" (else "else") (compound_statement "{\n pcVar10 = (char *)(param_1 + 0xd);\n pcVar5 = pcVar10;\n iVar2 = 0;\n while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }\n pcVar5 = (char *)xmalloc(0x11);\n memcpy(pcVar5,pcVar10,0x10);\n pcVar5[0x10] = '\0';\n }" ({ "{") (expression_statement "pcVar10 = (char *)(param_1 + 0xd);" (assignment_expression "pcVar10 = (char *)(param_1 + 0xd)" (identifier "pcVar10") (= "=") (cast_expression "(char *)(param_1 + 0xd)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xd)" (( "(") (binary_expression "param_1 + 0xd" (identifier "param_1") (+ "+") (number_literal "0xd")) () ")")))) (; ";")) (expression_statement "pcVar5 = pcVar10;" (assignment_expression "pcVar5 = pcVar10" (identifier "pcVar5") (= "=") (identifier "pcVar10")) (; ";")) (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" (identifier "iVar2") (= "=") (number_literal "0")) (; ";")) (while_statement "while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) {\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }" (while "while") (parenthesized_expression "(iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10)" (( "(") (comma_expression "iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10" (assignment_expression "iVar9 = iVar2" (identifier "iVar9") (= "=") (identifier "iVar2")) (, ",") (comma_expression "iVar2 = iVar9 + 1, iVar2 != 0x10" (assignment_expression "iVar2 = iVar9 + 1" (identifier "iVar2") (= "=") (binary_expression "iVar9 + 1" (identifier "iVar9") (+ "+") (number_literal "1"))) (, ",") (binary_expression "iVar2 != 0x10" (identifier "iVar2") (!= "!=") (number_literal "0x10")))) () ")")) (compound_statement "{\n pcVar5 = pcVar5 + 1;\n if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }\n }" ({ "{") (expression_statement "pcVar5 = pcVar5 + 1;" (assignment_expression "pcVar5 = pcVar5 + 1" (identifier "pcVar5") (= "=") (binary_expression "pcVar5 + 1" (identifier "pcVar5") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (*pcVar5 == '/') {\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }" (if "if") (parenthesized_expression "(*pcVar5 == '/')" (( "(") (binary_expression "*pcVar5 == '/'" (pointer_expression "*pcVar5" (* "*") (identifier "pcVar5")) (== "==") (char_literal "'/'" (' "'") (character "/") (' "'"))) () ")")) (compound_statement "{\n *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;\n return pcVar10;\n }" ({ "{") (expression_statement "*(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0;" (assignment_expression "*(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0" (pointer_expression "*(undefined1 *)((int)param_1 + iVar9 + 0x35)" (* "*") (cast_expression "(undefined1 *)((int)param_1 + iVar9 + 0x35)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + iVar9 + 0x35)" (( "(") (binary_expression "(int)param_1 + iVar9 + 0x35" (binary_expression "(int)param_1 + iVar9" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (identifier "iVar9")) (+ "+") (number_literal "0x35")) () ")")))) (= "=") (number_literal "0")) (; ";")) (return_statement "return pcVar10;" (return "return") (identifier "pcVar10") (; ";")) (} "}"))) (} "}"))) (expression_statement "pcVar5 = (char *)xmalloc(0x11);" (assignment_expression "pcVar5 = (char *)xmalloc(0x11)" (identifier "pcVar5") (= "=") (cast_expression "(char *)xmalloc(0x11)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(0x11)" (identifier "xmalloc") (argument_list "(0x11)" (( "(") (number_literal "0x11") () ")"))))) (; ";")) (expression_statement "memcpy(pcVar5,pcVar10,0x10);" (call_expression "memcpy(pcVar5,pcVar10,0x10)" (identifier "memcpy") (argument_list "(pcVar5,pcVar10,0x10)" (( "(") (identifier "pcVar5") (, ",") (identifier "pcVar10") (, ",") (number_literal "0x10") () ")"))) (; ";")) (expression_statement "pcVar5[0x10] = '\0';" (assignment_expression "pcVar5[0x10] = '\0'" (subscript_expression "pcVar5[0x10]" (identifier "pcVar5") ([ "[") (number_literal "0x10") (] "]")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (} "}")))) (return_statement "return pcVar5;" (return "return") (identifier "pcVar5") (; ";")) (} "}")))
char * function_1(type_1 *arch,type_2 offset,type_1 *nested_arch) { int var_2; size_t var_6; char *pcVar3; var_2 = var_1((type_3 *)arch->file,offset,0); if (var_2 != 0) { /* WARNING: Subroutine does not return */ var_3(0,var_4 + 0x48a90,5); } var_6 = var_5(&arch->arhdr,1,0x3c,(type_3 *)arch->file); if (var_6 == 0x3c) { if (((arch->arhdr).ar_fmag[0] == '`') && ((arch->arhdr).ar_fmag[1] == '\n')) { pcVar3 = var_7(arch,nested_arch); return pcVar3; } /* WARNING: Subroutine does not return */ var_3(0,var_8 + 0x48a50,5); } /* WARNING: Subroutine does not return */ var_3(0,&UNK_00048ab8 + var_9,5); }
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (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))) (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))) (return_statement (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal) (number_literal) (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))) (return_statement (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (char_literal (character)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))) (return_statement (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (character)))) consequence: (compound_statement (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 (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (primitive_type)) value: (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 (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) (identifier) (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (subscript_expression argument: (identifier) index: (number_literal))) right: (char_literal (character)))))) consequence: (compound_statement (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)) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (char_literal (escape_sequence))) right: (binary_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (char_literal (escape_sequence)))))))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)) right: (identifier))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence))) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) index: (identifier)) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (char_literal (escape_sequence)))) (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: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))) (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (subscript_expression argument: (identifier) index: (number_literal)))))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) 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: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (number_literal))) (return_statement (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (escape_sequence))))))) (return_statement (identifier)))))
char * MASKED(undefined4 *param_1,long param_2,undefined4 param_3) { undefined1 uVar1; int iVar2; size_t sVar3; undefined4 uVar4; char *pcVar5; void *__ptr; ulong uVar6; char *pcVar7; char *pcVar8; int iVar9; char *pcVar10; char *local_1c [3]; iVar2 = fseek((FILE *)param_1[1],param_2,0); if (iVar2 != 0) { uVar4 = dcgettext(0,DAT_00048acc + 0x48a90,5); error(uVar4,*param_1); return (char *)0x0; } sVar3 = fread(param_1 + 0xd,1,0x3c,(FILE *)param_1[1]); if (sVar3 != 0x3c) { uVar4 = dcgettext(0,DAT_00048ad0 + 0x48ab8,5); error(uVar4,*param_1); return (char *)0x0; } if ((*(char *)((int)param_1 + 0x6e) != '`') || (*(char *)((int)param_1 + 0x6f) != '\n')) { uVar4 = dcgettext(0,DAT_00048ac8 + 0x48a50,5); error(uVar4,*param_1); return (char *)0x0; } if (*(char *)(param_1 + 0xd) == '/') { if ((param_1[7] == 0) || (param_1[8] == 0)) { dcgettext(0,DAT_00048d48 + 0x48b68,5); error(); return (char *)0x0; } uVar1 = *(undefined1 *)((int)param_1 + 0x6e); param_1[9] = 0; *(undefined1 *)((int)param_1 + 0x6e) = 0; pcVar5 = (char *)strtoul((char *)((int)param_1 + 0x35),local_1c,10); if (((param_1[0xb] != 0) && (local_1c[0] != (char *)0x0)) && (*local_1c[0] == ':')) { uVar6 = strtoul(local_1c[0] + 1,(char **)0x0,10); param_1[9] = uVar6; } pcVar10 = (char *)param_1[8]; *(undefined1 *)((int)param_1 + 0x6e) = uVar1; if (pcVar10 < pcVar5) { uVar4 = dcgettext(0,DAT_00048d50 + 0x48d2c,5); error(uVar4,pcVar5); pcVar5 = (char *)0x0; } else { iVar2 = param_1[7]; pcVar7 = pcVar5; if ((pcVar5 < pcVar10) && (pcVar8 = pcVar5 + iVar2, pcVar5[iVar2] != '\0' && pcVar5[iVar2] != '\n')) { do { pcVar7 = pcVar8 + (1 - iVar2); if (pcVar10 + iVar2 + -1 == pcVar8) break; pcVar8 = pcVar8 + 1; } while (*pcVar8 != '\n' && *pcVar8 != '\0'); } if (pcVar7 != (char *)0x0) { if ((pcVar7 + -1)[iVar2] == '/') { pcVar7 = pcVar7 + -1; } if (pcVar10 <= pcVar7) { pcVar7 = pcVar10; } } pcVar7[iVar2] = '\0'; if ((param_1[0xb] != 0) && (param_1[9] != 0)) { if (pcVar7 <= pcVar5) { dcgettext(0,DAT_00048d4c + 0x48cf8,5); error(); return (char *)0x0; } __ptr = (void *)FUN_00048520(*param_1,pcVar5 + param_1[7],(int)pcVar7 - (int)pcVar5); if (((__ptr != (void *)0x0) && (iVar2 = FUN_0004897c(param_3,__ptr), iVar2 == 0)) && (pcVar10 = (char *)MASKED(param_3,param_1[9]), pcVar10 != (char *)0x0)) { free(__ptr); return pcVar10; } free(__ptr); } pcVar5 = pcVar5 + param_1[7]; } } else { pcVar10 = (char *)(param_1 + 0xd); pcVar5 = pcVar10; iVar2 = 0; while (iVar9 = iVar2, iVar2 = iVar9 + 1, iVar2 != 0x10) { pcVar5 = pcVar5 + 1; if (*pcVar5 == '/') { *(undefined1 *)((int)param_1 + iVar9 + 0x35) = 0; return pcVar10; } } pcVar5 = (char *)xmalloc(0x11); memcpy(pcVar5,pcVar10,0x10); pcVar5[0x10] = '\0'; } return pcVar5; }
41,320
28_seq_and_seq_strip.c
error
error
void error(void) { (*(code *)PTR_error_00029078)(); return; }
void error(void) { (*(code *)PTR_error_00029078)(); return; }
adr r12,0x10f50 add r12,r12,#0x18000 ldr pc,[r12,#0x128]!
null
null
null
null
[('const-0', u'RETURN_-1205989522'), (u'CALLIND_-1205989525', u'INDIRECT_-1205989456'), ('tmp_113', u'CAST_-1205989451'), (u'CAST_-1205989451', u'CALLIND_-1205989525'), (u'INDIRECT_-1205989456', u'COPY_-1205989515')]
[('const-0', u'RETURN_-1205989522'), (u'CALLIND_-1205989525', u'INDIRECT_-1205989456'), ('tmp_113', u'CAST_-1205989451'), (u'CAST_-1205989451', u'CALLIND_-1205989525'), (u'INDIRECT_-1205989456', u'COPY_-1205989515')]
null
null
00010f48
arm
O2
(translation_unit "void error(void)\n\n{\n (*(code *)PTR_error_00029078)();\n return;\n}\n\n" (function_definition "void error(void)\n\n{\n (*(code *)PTR_error_00029078)();\n return;\n}" primitive_type (function_declarator "error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_error_00029078)();\n return;\n}" { (expression_statement "(*(code *)PTR_error_00029078)();" (call_expression "(*(code *)PTR_error_00029078)()" (parenthesized_expression "(*(code *)PTR_error_00029078)" ( (pointer_expression "*(code *)PTR_error_00029078" * (cast_expression "(code *)PTR_error_00029078" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void error(void)\n\n{\n (*(code *)PTR_error_00029078)();\n return;\n}\n\n" (function_definition "void error(void)\n\n{\n (*(code *)PTR_error_00029078)();\n return;\n}" primitive_type (function_declarator "error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_error_00029078)();\n return;\n}" { (expression_statement "(*(code *)PTR_error_00029078)();" (call_expression "(*(code *)PTR_error_00029078)()" (parenthesized_expression "(*(code *)PTR_error_00029078)" ( (pointer_expression "*(code *)PTR_error_00029078" * (cast_expression "(code *)PTR_error_00029078" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void error(void)\n\n{\n (*(code *)PTR_error_00029078)();\n return;\n}\n\n" (function_definition "void error(void)\n\n{\n (*(code *)PTR_error_00029078)();\n return;\n}" primitive_type (function_declarator "error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_error_00029078)();\n return;\n}" { (expression_statement "(*(code *)PTR_error_00029078)();" (call_expression "(*(code *)PTR_error_00029078)()" (parenthesized_expression "(*(code *)PTR_error_00029078)" ( (pointer_expression "*(code *)PTR_error_00029078" * (cast_expression "(code *)PTR_error_00029078" ( (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 error(void)\n\n{\n (*(code *)PTR_error_00029078)();\n return;\n}" (primitive_type "void") (function_declarator "error(void)" (identifier "error") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_error_00029078)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_error_00029078)();" (call_expression "(*(code *)PTR_error_00029078)()" (parenthesized_expression "(*(code *)PTR_error_00029078)" (( "(") (pointer_expression "*(code *)PTR_error_00029078" (* "*") (cast_expression "(code *)PTR_error_00029078" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_error_00029078"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_error_00029078)(); return; }
(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))))
void MASKED(void) { (*(code *)PTR_MASKED_00029078)(); return; }
1,944
1407_sqlite3_and_sqlite3_strip.c
sessionChangesetBufferRecord
FUN_00090c74
int sessionChangesetBufferRecord(SessionInput *pIn,int nCol,int *pnByte) { bool bVar1; byte bVar2; int iVar3; uint uVar4; u8 *puVar5; int iVar6; int *piVar7; int iVar8; int nByte; int n; int local_2c; piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90); local_2c = *piVar7; if (nCol < 1) { iVar3 = 0; nByte = iVar3; } else { iVar8 = 0; iVar6 = 0; do { iVar3 = sessionInputBuffer(pIn,iVar6 + 10); nByte = iVar6; if (iVar3 != 0) break; puVar5 = pIn->aData; nByte = iVar6 + 1; if (puVar5[iVar6 + pIn->iNext] - 3 < 2) { iVar3 = pIn->iNext + nByte; if ((puVar5[iVar3] & 0x80) == 0) { uVar4 = 1; n = (uint)puVar5[iVar3]; } else { bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n); uVar4 = (uint)bVar2; } nByte = n + nByte + uVar4; iVar3 = sessionInputBuffer(pIn,nByte); bVar1 = iVar3 == 0; } else { if (puVar5[iVar6 + pIn->iNext] - 1 < 2) { nByte = iVar6 + 9; } bVar1 = true; } iVar8 = iVar8 + 1; if (nCol <= iVar8) { bVar1 = false; } iVar6 = nByte; } while (bVar1); } *pnByte = nByte; if (local_2c == *piVar7) { return iVar3; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
void FUN_00090c74(int param_1,int param_2,int *param_3) { byte bVar1; bool bVar2; int iVar3; int iVar4; uint uVar5; int iVar6; int *piVar7; int iVar8; int iVar9; uint local_30; int local_2c; piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90); local_2c = *piVar7; if (param_2 < 1) { iVar3 = 0; iVar9 = iVar3; } else { iVar8 = 0; iVar6 = 0; do { iVar3 = FUN_0009096c(param_1,iVar6 + 10); iVar9 = iVar6; if (iVar3 != 0) break; iVar4 = *(int *)(param_1 + 0xc); iVar9 = iVar6 + 1; uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6); if (uVar5 - 3 < 2) { iVar3 = *(int *)(param_1 + 8) + iVar9; bVar1 = *(byte *)(iVar4 + iVar3); if ((bVar1 & 0x80) == 0) { iVar3 = 1; local_30 = (uint)bVar1; } else { iVar3 = FUN_00045748(iVar4 + iVar3,&local_30); } iVar9 = local_30 + iVar9 + iVar3; iVar3 = FUN_0009096c(param_1,iVar9); bVar2 = iVar3 == 0; } else { if (uVar5 - 1 < 2) { iVar9 = iVar6 + 9; } bVar2 = true; } iVar8 = iVar8 + 1; if (param_2 <= iVar8) { bVar2 = false; } iVar6 = iVar9; } while (bVar2); } *param_3 = iVar9; if (local_2c == *piVar7) { return; } /* WARNING: Subroutine does not return */ __stack_chk_fail(iVar3); }
ldr r3,[0x90d8c] ldr r12,[0x90d90] add r3,pc,r3 stmdb sp!,{r4,r5,r6,r7,r8,r9,r10,r11,lr} ldr r7,[r3,r12] sub sp,sp,#0xc subs r6,r1,#0x0 ldr r1,[r7,#0x0] cpy r8,r2 str r1,[sp,#0x4] ble 0x00090d7c mov r10,#0x0 cpy r5,r0 cpy r4,r10 cpy r9,sp add r1,r4,#0xa cpy r0,r5 bl 0x0009096c cmp r0,#0x0 beq 0x00090ce0 ldr r2,[sp,#0x4] str r4,[r8,#0x0] ldr r3,[r7,#0x0] cmp r2,r3 bne 0x00090d88 add sp,sp,#0xc ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,r11,pc} ldr r1,[r5,#0xc] ldr r2,[r5,#0x8] add r11,r4,#0x1 add r3,r1,r2 ldrb r3,[r3,r4] sub r12,r3,#0x3 cmp r12,#0x1 bls 0x00090d30 sub r3,r3,#0x1 cmp r3,#0x1 addls r4,r4,#0x9 cpyhi r4,r11 mov r3,#0x1 add r10,r10,#0x1 cmp r6,r10 movle r3,#0x0 andgt r3,r3,#0x1 cmp r3,#0x0 bne 0x00090cb0 b 0x00090cc4 add r2,r2,r11 ldrb r4,[r1,r2] add r0,r1,r2 tst r4,#0x80 bne 0x00090d6c mov r0,#0x1 str r4,[sp,#0x0] add r11,r11,r0 add r4,r4,r11 cpy r1,r4 cpy r0,r5 bl 0x0009096c clz r3,r0 mov r3,r3, lsr #0x5 b 0x00090d14 cpy r1,r9 bl 0x00045748 ldr r4,[sp,#0x0] b 0x00090d4c mov r4,#0x0 cpy r0,r4 b 0x00090cc4 bl 0x0001534c
null
null
null
null
[(u'MULTIEQUAL_-1206513843', u'INT_ADD_-1206514402'), (u'MULTIEQUAL_-1206513551', u'MULTIEQUAL_-1206513629'), (u'INDIRECT_-1206513427', u'COPY_-1206513485'), (u'CALL_-1206514401', u'MULTIEQUAL_-1206513778'), (u'COPY_-1206513959', u'MULTIEQUAL_-1206513721'), (u'LOAD_-1206514282', u'INT_ADD_-1206513517'), (u'CALL_-1206513872', u'INT_ZEXT_-1206513732'), (u'INDIRECT_-1206513627', u'COPY_-1206513669'), (u'MULTIEQUAL_-1206513752', u'MULTIEQUAL_-1206513747'), ('tmp_1005', u'CBRANCH_-1206514025'), ('const-417', u'LOAD_-1206514288'), (u'INT_SLESSEQUAL_-1206514076', u'CBRANCH_-1206514084'), ('tmp_366', u'CBRANCH_-1206514340'), (u'INDIRECT_-1206513616', u'COPY_-1206513658'), (u'INT_SUB_-1206514174', u'INT_LESS_-1206514151'), (u'MULTIEQUAL_-1206513843', u'INT_ADD_-1206514135'), (u'MULTIEQUAL_-1206513524', u'MULTIEQUAL_-1206513621'), (u'LOAD_-1206514482', u'MULTIEQUAL_-1206513602'), (u'INDIRECT_-1206513649', u'MULTIEQUAL_-1206513629'), ('tmp_2750', u'MULTIEQUAL_-1206513629'), (u'INT_ADD_-1206514402', u'CALL_-1206514401'), (u'INT_SUB_-1206514217', u'INT_LESS_-1206514194'), ('tmp_2752', u'MULTIEQUAL_-1206513629'), ('const-417', u'LOAD_-1206514482'), (u'INDIRECT_-1206513464', u'MULTIEQUAL_-1206513494'), ('const-2', u'INT_LESS_-1206514151'), (u'CALL_-1206513907', u'INDIRECT_-1206513461'), (u'COPY_-1206513581', u'MULTIEQUAL_-1206513824'), (u'COPY_-1206513474', u'MULTIEQUAL_-1206513843'), (u'INT_ADD_-1206514251', u'MULTIEQUAL_-1206513752'), ('const-0', u'COPY_-1206513614'), (u'INT_ZEXT_-1206513732', u'MULTIEQUAL_-1206513721'), ('const-0', u'RETURN_-1206514290'), ('tmp_727', u'CBRANCH_-1206514159'), ('tmp_192', u'CBRANCH_-1206514461'), ('const-0', u'INT_EQUAL_-1206513971'), (u'INDIRECT_-1206513627', u'MULTIEQUAL_-1206513610'), ('const-12', u'PTRSUB_-1206513488'), ('tmp_1260', u'CALL_-1206513907'), (u'PTRSUB_-1206513483', u'LOAD_-1206514282'), ('tmp_319', u'CBRANCH_-1206514378'), ('const-0', u'COPY_-1206514453'), (u'CALL_-1206514401', u'INDIRECT_-1206513619'), ('const-9', u'INT_ADD_-1206514135'), (u'INT_LESS_-1206514151', u'CBRANCH_-1206514159'), (u'LOAD_-1206514363', u'INT_EQUAL_-1206514344'), ('tmp_1206', u'BRANCH_-1206513886'), (u'INT_ZEXT_-1206514234', u'INT_SUB_-1206514217'), (u'INDIRECT_-1206513638', u'MULTIEQUAL_-1206513483'), ('const-10', u'INT_ADD_-1206514402'), (u'INT_ADD_-1206514094', u'INT_SLESSEQUAL_-1206514076'), ('const-417', u'STORE_-1206514368'), ('tmp_1260', u'CALL_-1206514401'), (u'MULTIEQUAL_-1206513843', u'INT_ADD_-1206514251'), (u'INT_ADD_-1206514508', u'CAST_-1206513573'), (u'LOAD_-1206514282', u'INT_ADD_-1206513998'), (u'CALL_-1206513907', u'MULTIEQUAL_-1206513778'), (u'INT_ADD_-1206513913', u'MULTIEQUAL_-1206513747'), (u'INDIRECT_-1206513434', u'MULTIEQUAL_-1206513467'), (u'MULTIEQUAL_-1206513602', u'INT_EQUAL_-1206514344'), ('tmp_878', u'CBRANCH_-1206514084'), (u'INT_ADD_-1206514135', u'MULTIEQUAL_-1206513752'), (u'LOAD_-1206514288', u'PTRADD_-1206513935'), ('const-3', u'INT_SUB_-1206514217'), (u'CALL_-1206514401', u'INDIRECT_-1206513627'), (u'COPY_-1206514439', u'COPY_-1206513599'), ('const-1', u'INT_SLESS_-1206514454'), ('const-1', u'INT_ADD_-1206514094'), (u'MULTIEQUAL_-1206513747', u'COPY_-1206513474'), (u'LOAD_-1206514288', u'PTRADD_-1206514188'), (u'MULTIEQUAL_-1206513543', u'CBRANCH_-1206514025'), (u'CALL_-1206513872', u'INDIRECT_-1206513464'), (u'INDIRECT_-1206513619', u'MULTIEQUAL_-1206513602'), (u'CAST_-1206513336', u'CALL_-1206513872'), (u'INDIRECT_-1206513627', u'MULTIEQUAL_-1206513532'), (u'INDIRECT_-1206513638', u'MULTIEQUAL_-1206513618'), (u'CALL_-1206513907', u'INT_EQUAL_-1206513536'), (u'INDIRECT_-1206513649', u'MULTIEQUAL_-1206513494'), ('tmp_1261', u'INT_SLESSEQUAL_-1206514076'), ('const-4294967248', u'PTRSUB_-1206513577'), (u'INT_ADD_-1206514539', u'INT_ADD_-1206514508'), (u'INT_ADD_-1206513517', u'PTRADD_-1206514188'), (u'INT_ZEXT_-1206513991', u'COPY_-1206513441'), (u'STORE_-1206514368', u'INDIRECT_-1206513616'), ('const-0', u'INT_NOTEQUAL_-1206514380'), (u'CALL_-1206513907', u'INDIRECT_-1206513453'), ('const-593028', u'INT_ADD_-1206514539'), (u'CALL_-1206514401', u'INT_NOTEQUAL_-1206514380'), (u'LOAD_-1206514482', u'MULTIEQUAL_-1206513621'), ('tmp_2751', u'INT_ADD_-1206514508'), (u'INT_SLESS_-1206514454', u'CBRANCH_-1206514461'), (u'PTRADD_-1206514188', u'LOAD_-1206514250'), (u'INT_NOTEQUAL_-1206514380', u'CBRANCH_-1206514378'), (u'INT_AND_-1206513561', u'INT_EQUAL_-1206513971'), ('const-128', u'INT_AND_-1206513561'), ('tmp_1219', u'BRANCH_-1206513864'), (u'CALL_-1206514119', u'INDIRECT_-1206513416'), (u'CALL_-1206514401', u'MULTIEQUAL_-1206513856'), ('tmp_1260', u'PTRSUB_-1206513483'), (u'INDIRECT_-1206513619', u'MULTIEQUAL_-1206513524'), ('tmp_1094', u'CBRANCH_-1206513967'), (u'COPY_-1206513855', u'COPY_-1206513384'), (u'CALL_-1206514119', u'INDIRECT_-1206513408'), ('const-1', u'RETURN_-1206514114'), ('const-0', u'COPY_-1206513855'), (u'INDIRECT_-1206513453', u'MULTIEQUAL_-1206513524'), (u'INT_ADD_-1206513923', u'INT_ADD_-1206513913'), ('const-417', u'LOAD_-1206514524'), ('const-2', u'INT_LESS_-1206514194'), ('const-1', u'COPY_-1206513959'), ('const-1', u'PTRADD_-1206513945'), (u'PTRSUB_-1206513577', u'CAST_-1206513336'), (u'PTRADD_-1206513935', u'CALL_-1206513872'), (u'CAST_-1206513573', u'LOAD_-1206514524'), (u'MULTIEQUAL_-1206513747', u'MULTIEQUAL_-1206513824'), (u'INDIRECT_-1206513483', u'MULTIEQUAL_-1206513551'), (u'INT_ADD_-1206514251', u'INT_ADD_-1206513998'), (u'COPY_-1206514453', u'MULTIEQUAL_-1206513839'), (u'INT_ADD_-1206513913', u'CALL_-1206513907'), (u'MULTIEQUAL_-1206513532', u'MULTIEQUAL_-1206513629'), (u'PTRADD_-1206513945', u'LOAD_-1206514007'), (u'MULTIEQUAL_-1206513824', u'STORE_-1206514368'), (u'MULTIEQUAL_-1206513839', u'INT_ADD_-1206514094'), (u'CALL_-1206513907', u'INDIRECT_-1206513472'), (u'COPY_-1206513855', u'MULTIEQUAL_-1206513856'), (u'INT_LESS_-1206514194', u'CBRANCH_-1206514203'), (u'CALL_-1206514119', u'INDIRECT_-1206513427'), ('const-1', u'PTRADD_-1206514188'), (u'COPY_-1206513441', u'MULTIEQUAL_-1206513475'), (u'LOAD_-1206514250', u'INT_ZEXT_-1206514234'), ('tmp_1261', u'INT_SLESS_-1206514454'), (u'LOAD_-1206514288', u'PTRADD_-1206513945'), (u'INDIRECT_-1206513472', u'MULTIEQUAL_-1206513540'), ('const-0', u'INT_EQUAL_-1206513536'), (u'MULTIEQUAL_-1206513562', u'MULTIEQUAL_-1206513543'), ('const-1', u'PTRADD_-1206513935'), (u'MULTIEQUAL_-1206513524', u'MULTIEQUAL_-1206513602'), ('tmp_1260', u'PTRSUB_-1206513488'), (u'MULTIEQUAL_-1206513551', u'MULTIEQUAL_-1206513648'), (u'PTRSUB_-1206513488', u'LOAD_-1206514288'), ('const-417', u'LOAD_-1206514363'), (u'CALL_-1206513907', u'INDIRECT_-1206513483'), ('const-1', u'COPY_-1206513623'), (u'MULTIEQUAL_-1206513475', u'INT_ADD_-1206513913'), ('tmp_2752', u'MULTIEQUAL_-1206513610'), ('const-417', u'LOAD_-1206514282'), (u'CALL_-1206513872', u'INDIRECT_-1206513453'), ('const-1', u'INT_ADD_-1206514251'), (u'CALL_-1206513872', u'INDIRECT_-1206513442'), (u'INT_ZEXT_-1206514234', u'INT_SUB_-1206514174'), (u'LOAD_-1206514524', u'LOAD_-1206514482'), (u'STORE_-1206514368', u'INDIRECT_-1206513627'), (u'CALL_-1206514119', u'INDIRECT_-1206513438'), (u'MULTIEQUAL_-1206513778', u'MULTIEQUAL_-1206513856'), (u'INT_ADD_-1206514251', u'INT_ADD_-1206513923'), ('tmp_1262', u'STORE_-1206514368'), (u'MULTIEQUAL_-1206513843', u'INT_ADD_-1206513517'), ('tmp_2751', u'MULTIEQUAL_-1206513637'), ('tmp_2750', u'INT_ADD_-1206514539'), (u'MULTIEQUAL_-1206513540', u'MULTIEQUAL_-1206513618'), (u'INT_EQUAL_-1206514344', u'CBRANCH_-1206514340'), (u'CALL_-1206514401', u'INDIRECT_-1206513649'), ('tmp_2751', u'MULTIEQUAL_-1206513618'), (u'MULTIEQUAL_-1206513532', u'MULTIEQUAL_-1206513610'), ('tmp_638', u'CBRANCH_-1206514203'), (u'COPY_-1206513623', u'MULTIEQUAL_-1206513562'), (u'INDIRECT_-1206513649', u'MULTIEQUAL_-1206513551'), ('const-417', u'LOAD_-1206514250'), (u'COPY_-1206513384', u'MULTIEQUAL_-1206513824'), ('const-1', u'INT_SUB_-1206514174'), ('const-8', u'PTRSUB_-1206513483'), ('tmp_1255', u'BRANCH_-1206513838'), (u'MULTIEQUAL_-1206513856', u'RETURN_-1206514290'), (u'INT_ADD_-1206513998', u'PTRADD_-1206513935'), (u'INDIRECT_-1206513453', u'MULTIEQUAL_-1206513483'), (u'INDIRECT_-1206513638', u'MULTIEQUAL_-1206513540'), (u'INDIRECT_-1206513442', u'MULTIEQUAL_-1206513475'), (u'INT_ADD_-1206513998', u'PTRADD_-1206513945'), ('tmp_2221', u'PTRSUB_-1206513577'), ('const-0', u'COPY_-1206514439'), (u'MULTIEQUAL_-1206513540', u'MULTIEQUAL_-1206513637'), (u'CALL_-1206514401', u'INDIRECT_-1206513638'), (u'INDIRECT_-1206513619', u'MULTIEQUAL_-1206513467'), (u'MULTIEQUAL_-1206513843', u'COPY_-1206513581'), ('const-417', u'LOAD_-1206514007'), (u'LOAD_-1206514524', u'LOAD_-1206514363'), (u'INT_EQUAL_-1206513536', u'MULTIEQUAL_-1206513562'), (u'CALL_-1206513872', u'INDIRECT_-1206513434'), (u'COPY_-1206513614', u'MULTIEQUAL_-1206513543'), (u'LOAD_-1206514007', u'INT_AND_-1206513561'), ('tmp_2750', u'MULTIEQUAL_-1206513648'), (u'INT_EQUAL_-1206513971', u'CBRANCH_-1206513967'), (u'MULTIEQUAL_-1206513721', u'INT_ADD_-1206513923'), (u'INT_ADD_-1206514094', u'MULTIEQUAL_-1206513839'), (u'COPY_-1206513599', u'MULTIEQUAL_-1206513843'), (u'INDIRECT_-1206513461', u'MULTIEQUAL_-1206513532'), (u'INDIRECT_-1206513438', u'COPY_-1206513496'), (u'LOAD_-1206514007', u'INT_ZEXT_-1206513991')]
[(u'LOAD_-1206514482', u'MULTIEQUAL_-1206513611'), (u'INT_ZEXT_-1206513991', u'COPY_-1206513448'), (u'CALL_-1206513907', u'MULTIEQUAL_-1206513779'), ('tmp_2252', u'CALL_-1206513907'), (u'MULTIEQUAL_-1206513533', u'MULTIEQUAL_-1206513611'), (u'INT_ADD_-1206514135', u'MULTIEQUAL_-1206513754'), ('const-0', u'COPY_-1206513500'), (u'CALL_-1206513872', u'INDIRECT_-1206513473'), ('tmp_1005', u'CBRANCH_-1206514025'), (u'MULTIEQUAL_-1206513549', u'MULTIEQUAL_-1206513646'), (u'INDIRECT_-1206513628', u'MULTIEQUAL_-1206513533'), (u'INT_SLESSEQUAL_-1206514076', u'CBRANCH_-1206514084'), (u'INDIRECT_-1206513658', u'MULTIEQUAL_-1206513503'), ('tmp_366', u'CBRANCH_-1206514340'), (u'MULTIEQUAL_-1206513826', u'STORE_-1206514368'), (u'INT_SUB_-1206514174', u'INT_LESS_-1206514151'), ('tmp_2775', u'MULTIEQUAL_-1206513619'), (u'INDIRECT_-1206513636', u'MULTIEQUAL_-1206513619'), (u'MULTIEQUAL_-1206513845', u'INT_ADD_-1206514234'), (u'CALL_-1206514119', u'INDIRECT_-1206513417'), (u'INT_ADD_-1206514234', u'CAST_-1206513469'), (u'INT_ADD_-1206514402', u'CALL_-1206514401'), (u'LOAD_-1206514282', u'INT_ADD_-1206514241'), (u'INT_SUB_-1206514217', u'INT_LESS_-1206514194'), (u'CALL_-1206514119', u'INDIRECT_-1206513447'), (u'INDIRECT_-1206513470', u'MULTIEQUAL_-1206513541'), ('const-0', u'INT_EQUAL_-1206513538'), (u'COPY_-1206513448', u'MULTIEQUAL_-1206513484'), (u'INT_ADD_-1206513998', u'INT_ADD_-1206513981'), ('const-8', u'INT_ADD_-1206514266'), ('tmp_2231', u'STORE_-1206514368'), ('const-128', u'INT_AND_-1206513563'), ('tmp_2775', u'MULTIEQUAL_-1206513638'), ('const-0', u'RETURN_-1206514290'), ('tmp_727', u'CBRANCH_-1206514159'), ('tmp_192', u'CBRANCH_-1206514461'), (u'INDIRECT_-1206513447', u'COPY_-1206513505'), ('const-0', u'INT_EQUAL_-1206513971'), ('const-417', u'LOAD_-1206514282'), (u'INDIRECT_-1206513436', u'COPY_-1206513494'), ('tmp_319', u'CBRANCH_-1206514378'), ('const-0', u'COPY_-1206514453'), ('const-417', u'LOAD_-1206514288'), (u'MULTIEQUAL_-1206513484', u'INT_ADD_-1206513913'), (u'INT_ADD_-1206514266', u'CAST_-1206513482'), (u'MULTIEQUAL_-1206513845', u'INT_ADD_-1206514135'), (u'COPY_-1206513391', u'MULTIEQUAL_-1206513826'), ('const-9', u'INT_ADD_-1206514135'), (u'INT_LESS_-1206514151', u'CBRANCH_-1206514159'), (u'INT_EQUAL_-1206513538', u'MULTIEQUAL_-1206513452'), (u'LOAD_-1206514363', u'INT_EQUAL_-1206514344'), ('tmp_1206', u'BRANCH_-1206513886'), (u'INT_ZEXT_-1206514234', u'INT_SUB_-1206514217'), (u'MULTIEQUAL_-1206513611', u'INT_EQUAL_-1206514344'), ('const-3', u'INT_SUB_-1206514217'), (u'INT_ADD_-1206514272', u'CAST_-1206513487'), ('const-1', u'INT_SLESS_-1206514454'), ('const-10', u'INT_ADD_-1206514402'), (u'INT_ADD_-1206514094', u'INT_SLESSEQUAL_-1206514076'), (u'CALL_-1206513872', u'MULTIEQUAL_-1206513724'), (u'INDIRECT_-1206513636', u'COPY_-1206513678'), (u'INDIRECT_-1206513462', u'MULTIEQUAL_-1206513533'), (u'INDIRECT_-1206513647', u'MULTIEQUAL_-1206513549'), (u'LOAD_-1206514282', u'INT_ADD_-1206513998'), (u'LOAD_-1206514288', u'INT_ADD_-1206513981'), ('tmp_2773', u'INT_ADD_-1206514539'), (u'CALL_-1206513872', u'INDIRECT_-1206513443'), ('tmp_878', u'CBRANCH_-1206514084'), (u'INT_ADD_-1206513998', u'INT_ADD_-1206513991'), (u'CALL_-1206513907', u'INDIRECT_-1206513492'), ('tmp_2774', u'MULTIEQUAL_-1206513646'), (u'CALL_-1206514401', u'INDIRECT_-1206513658'), (u'MULTIEQUAL_-1206513541', u'MULTIEQUAL_-1206513619'), (u'MULTIEQUAL_-1206513841', u'INT_ADD_-1206514094'), (u'MULTIEQUAL_-1206513452', u'MULTIEQUAL_-1206513437'), (u'INT_ADD_-1206514241', u'INT_ADD_-1206514234'), ('const-1', u'INT_ADD_-1206514094'), (u'CALL_-1206514401', u'INDIRECT_-1206513636'), (u'MULTIEQUAL_-1206513754', u'MULTIEQUAL_-1206513749'), ('const-417', u'LOAD_-1206514482'), ('const-417', u'LOAD_-1206514363'), (u'CALL_-1206514119', u'INDIRECT_-1206513425'), (u'MULTIEQUAL_-1206513749', u'COPY_-1206513481'), (u'LOAD_-1206514288', u'INT_ADD_-1206513991'), (u'PTRSUB_-1206513581', u'CALL_-1206513872'), (u'INDIRECT_-1206513658', u'MULTIEQUAL_-1206513638'), (u'INDIRECT_-1206513451', u'MULTIEQUAL_-1206513484'), (u'MULTIEQUAL_-1206513845', u'COPY_-1206513588'), ('const-12', u'INT_ADD_-1206514272'), ('tmp_2230', u'INT_SLESSEQUAL_-1206514076'), (u'INT_ADD_-1206514539', u'INT_ADD_-1206514508'), (u'CAST_-1206513487', u'LOAD_-1206514288'), ('const-0', u'INT_NOTEQUAL_-1206514380'), (u'INT_AND_-1206513563', u'INT_EQUAL_-1206513971'), ('const-593028', u'INT_ADD_-1206514539'), (u'CALL_-1206514401', u'INT_NOTEQUAL_-1206514380'), (u'INDIRECT_-1206513473', u'MULTIEQUAL_-1206513503'), (u'LOAD_-1206514482', u'MULTIEQUAL_-1206513630'), (u'INT_SLESS_-1206514454', u'CBRANCH_-1206514461'), (u'INT_NOTEQUAL_-1206514380', u'CBRANCH_-1206514378'), (u'CALL_-1206513907', u'INDIRECT_-1206513462'), ('tmp_1219', u'BRANCH_-1206513864'), (u'MULTIEQUAL_-1206513560', u'MULTIEQUAL_-1206513657'), (u'CALL_-1206513872', u'INDIRECT_-1206513462'), (u'STORE_-1206514368', u'INDIRECT_-1206513636'), ('tmp_1094', u'CBRANCH_-1206513967'), (u'INDIRECT_-1206513481', u'MULTIEQUAL_-1206513549'), ('const-4294967248', u'PTRSUB_-1206513581'), ('const-1', u'RETURN_-1206514114'), ('const-0', u'COPY_-1206513855'), (u'COPY_-1206513481', u'MULTIEQUAL_-1206513845'), ('tmp_2774', u'MULTIEQUAL_-1206513627'), (u'COPY_-1206513959', u'MULTIEQUAL_-1206513724'), (u'INDIRECT_-1206513625', u'COPY_-1206513667'), (u'INT_ADD_-1206513923', u'INT_ADD_-1206513913'), ('tmp_2252', u'CALL_-1206514401'), (u'MULTIEQUAL_-1206513533', u'MULTIEQUAL_-1206513630'), ('const-2', u'INT_LESS_-1206514194'), ('const-1', u'COPY_-1206513959'), (u'COPY_-1206514439', u'COPY_-1206513606'), (u'INDIRECT_-1206513628', u'MULTIEQUAL_-1206513476'), (u'CALL_-1206514401', u'MULTIEQUAL_-1206513779'), (u'STORE_-1206514368', u'INDIRECT_-1206513625'), ('tmp_2252', u'INT_ADD_-1206514266'), (u'COPY_-1206513606', u'MULTIEQUAL_-1206513845'), (u'MULTIEQUAL_-1206513845', u'INT_ADD_-1206514251'), ('const-2', u'INT_LESS_-1206514151'), (u'INT_ADD_-1206514251', u'INT_ADD_-1206513998'), (u'MULTIEQUAL_-1206513845', u'INT_ADD_-1206514402'), (u'MULTIEQUAL_-1206513549', u'MULTIEQUAL_-1206513627'), (u'MULTIEQUAL_-1206513858', u'CALL_-1206514119'), (u'COPY_-1206513588', u'MULTIEQUAL_-1206513826'), ('tmp_2252', u'INT_ADD_-1206514272'), (u'INDIRECT_-1206513658', u'MULTIEQUAL_-1206513560'), (u'INT_ADD_-1206513913', u'CALL_-1206513907'), (u'MULTIEQUAL_-1206513749', u'MULTIEQUAL_-1206513826'), (u'COPY_-1206513855', u'COPY_-1206513391'), ('tmp_2230', u'INT_SLESS_-1206514454'), (u'CALL_-1206513907', u'INDIRECT_-1206513470'), (u'INDIRECT_-1206513636', u'MULTIEQUAL_-1206513541'), (u'INT_LESS_-1206514194', u'CBRANCH_-1206514203'), (u'CAST_-1206513580', u'LOAD_-1206514524'), (u'MULTIEQUAL_-1206513541', u'MULTIEQUAL_-1206513638'), (u'INT_ADD_-1206513913', u'MULTIEQUAL_-1206513749'), (u'LOAD_-1206514250', u'INT_ZEXT_-1206514234'), (u'CALL_-1206513872', u'INDIRECT_-1206513451'), (u'INDIRECT_-1206513492', u'MULTIEQUAL_-1206513560'), (u'CAST_-1206513482', u'LOAD_-1206514282'), (u'INDIRECT_-1206513647', u'MULTIEQUAL_-1206513492'), (u'INDIRECT_-1206513443', u'MULTIEQUAL_-1206513476'), ('const-417', u'LOAD_-1206514007'), ('tmp_2774', u'INT_ADD_-1206514508'), (u'LOAD_-1206514007', u'INT_AND_-1206513563'), (u'CAST_-1206513469', u'LOAD_-1206514250'), ('const-417', u'LOAD_-1206514250'), ('const-417', u'STORE_-1206514368'), (u'MULTIEQUAL_-1206513779', u'MULTIEQUAL_-1206513858'), (u'CALL_-1206514401', u'MULTIEQUAL_-1206513858'), (u'INT_ADD_-1206514251', u'MULTIEQUAL_-1206513754'), ('tmp_2220', u'PTRSUB_-1206513581'), (u'INT_ADD_-1206514094', u'MULTIEQUAL_-1206513841'), (u'INDIRECT_-1206513647', u'MULTIEQUAL_-1206513627'), (u'INT_ADD_-1206514508', u'CAST_-1206513580'), ('const-1', u'INT_ADD_-1206514251'), (u'INT_ZEXT_-1206514234', u'INT_SUB_-1206514174'), (u'LOAD_-1206514524', u'LOAD_-1206514482'), (u'INT_ADD_-1206513981', u'CALL_-1206513872'), (u'MULTIEQUAL_-1206513560', u'MULTIEQUAL_-1206513638'), (u'INT_ADD_-1206514251', u'INT_ADD_-1206513923'), (u'COPY_-1206513855', u'MULTIEQUAL_-1206513858'), (u'INT_ADD_-1206513991', u'CAST_-1206513400'), (u'CALL_-1206514401', u'INDIRECT_-1206513628'), (u'CALL_-1206513907', u'INT_EQUAL_-1206513538'), ('tmp_2773', u'MULTIEQUAL_-1206513638'), (u'INT_EQUAL_-1206514344', u'CBRANCH_-1206514340'), (u'LOAD_-1206514288', u'INT_ADD_-1206514241'), ('tmp_638', u'CBRANCH_-1206514203'), ('tmp_2773', u'MULTIEQUAL_-1206513657'), (u'CALL_-1206514119', u'INDIRECT_-1206513436'), ('tmp_1255', u'BRANCH_-1206513838'), (u'INDIRECT_-1206513628', u'MULTIEQUAL_-1206513611'), ('const-417', u'LOAD_-1206514524'), (u'MULTIEQUAL_-1206513437', u'CBRANCH_-1206514025'), (u'CALL_-1206514401', u'INDIRECT_-1206513647'), (u'COPY_-1206514453', u'MULTIEQUAL_-1206513841'), ('const-1', u'INT_SUB_-1206514174'), ('const-0', u'COPY_-1206514439'), (u'MULTIEQUAL_-1206513724', u'INT_ADD_-1206513923'), (u'LOAD_-1206514524', u'LOAD_-1206514363'), (u'CAST_-1206513400', u'LOAD_-1206514007'), (u'INT_EQUAL_-1206513971', u'CBRANCH_-1206513967'), (u'CALL_-1206513907', u'INDIRECT_-1206513481'), (u'INDIRECT_-1206513462', u'MULTIEQUAL_-1206513492'), ('const-1', u'COPY_-1206513513'), (u'COPY_-1206513500', u'MULTIEQUAL_-1206513437'), (u'LOAD_-1206514007', u'INT_ZEXT_-1206513991'), (u'COPY_-1206513513', u'MULTIEQUAL_-1206513452')]
null
null
00090c74
arm
O2
(translation_unit "void FUN_00090c74(int param_1,int param_2,int *param_3)\n\n{\n byte bVar1;\n bool bVar2;\n int iVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n uint local_30;\n int local_2c;\n \n piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);\n local_2c = *piVar7;\n if (param_2 < 1) {\n iVar3 = 0;\n iVar9 = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }\n *param_3 = iVar9;\n if (local_2c == *piVar7) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar3);\n}\n\n" (function_definition "void FUN_00090c74(int param_1,int param_2,int *param_3)\n\n{\n byte bVar1;\n bool bVar2;\n int iVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n uint local_30;\n int local_2c;\n \n piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);\n local_2c = *piVar7;\n if (param_2 < 1) {\n iVar3 = 0;\n iVar9 = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }\n *param_3 = iVar9;\n if (local_2c == *piVar7) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar3);\n}" primitive_type (function_declarator "FUN_00090c74(int param_1,int param_2,int *param_3)" identifier (parameter_list "(int param_1,int param_2,int *param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n byte bVar1;\n bool bVar2;\n int iVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n uint local_30;\n int local_2c;\n \n piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);\n local_2c = *piVar7;\n if (param_2 < 1) {\n iVar3 = 0;\n iVar9 = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }\n *param_3 = iVar9;\n if (local_2c == *piVar7) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar3);\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "uint local_30;" type_identifier identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);" (assignment_expression "piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90)" identifier = (pointer_expression "*(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90)" * (cast_expression "(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00090d8c + 0x90c84 + DAT_00090d90)" ( (binary_expression "DAT_00090d8c + 0x90c84 + DAT_00090d90" (binary_expression "DAT_00090d8c + 0x90c84" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_2c = *piVar7;" (assignment_expression "local_2c = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) (if_statement "if (param_2 < 1) {\n iVar3 = 0;\n iVar9 = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }" if (parenthesized_expression "(param_2 < 1)" ( (binary_expression "param_2 < 1" identifier < number_literal) )) (compound_statement "{\n iVar3 = 0;\n iVar9 = iVar3;\n }" { (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" identifier = number_literal) ;) (expression_statement "iVar9 = iVar3;" (assignment_expression "iVar9 = iVar3" identifier = identifier) ;) }) (else_clause "else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }" else (compound_statement "{\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }" { (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" identifier = number_literal) ;) (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);" do (compound_statement "{\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n }" { (expression_statement "iVar3 = FUN_0009096c(param_1,iVar6 + 10);" (assignment_expression "iVar3 = FUN_0009096c(param_1,iVar6 + 10)" identifier = (call_expression "FUN_0009096c(param_1,iVar6 + 10)" identifier (argument_list "(param_1,iVar6 + 10)" ( identifier , (binary_expression "iVar6 + 10" identifier + number_literal) )))) ;) (expression_statement "iVar9 = iVar6;" (assignment_expression "iVar9 = iVar6" 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 "iVar4 = *(int *)(param_1 + 0xc);" (assignment_expression "iVar4 = *(int *)(param_1 + 0xc)" identifier = (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "iVar9 = iVar6 + 1;" (assignment_expression "iVar9 = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) (expression_statement "uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);" (assignment_expression "uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6)" identifier = (binary_expression "(uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + *(int *)(param_1 + 8) + iVar6)" ( (binary_expression "iVar4 + *(int *)(param_1 + 8) + iVar6" (binary_expression "iVar4 + *(int *)(param_1 + 8)" identifier + (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + identifier) ))))) ;) (if_statement "if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }" if (parenthesized_expression "(uVar5 - 3 < 2)" ( (binary_expression "uVar5 - 3 < 2" (binary_expression "uVar5 - 3" identifier - number_literal) < number_literal) )) (compound_statement "{\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }" { (expression_statement "iVar3 = *(int *)(param_1 + 8) + iVar9;" (assignment_expression "iVar3 = *(int *)(param_1 + 8) + iVar9" identifier = (binary_expression "*(int *)(param_1 + 8) + iVar9" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) + identifier)) ;) (expression_statement "bVar1 = *(byte *)(iVar4 + iVar3);" (assignment_expression "bVar1 = *(byte *)(iVar4 + iVar3)" identifier = (pointer_expression "*(byte *)(iVar4 + iVar3)" * (cast_expression "(byte *)(iVar4 + iVar3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + iVar3)" ( (binary_expression "iVar4 + iVar3" identifier + identifier) ))))) ;) (if_statement "if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }" if (parenthesized_expression "((bVar1 & 0x80) == 0)" ( (binary_expression "(bVar1 & 0x80) == 0" (parenthesized_expression "(bVar1 & 0x80)" ( (binary_expression "bVar1 & 0x80" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }" { (expression_statement "iVar3 = 1;" (assignment_expression "iVar3 = 1" identifier = number_literal) ;) (expression_statement "local_30 = (uint)bVar1;" (assignment_expression "local_30 = (uint)bVar1" identifier = (cast_expression "(uint)bVar1" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) }) (else_clause "else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }" else (compound_statement "{\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }" { (expression_statement "iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);" (assignment_expression "iVar3 = FUN_00045748(iVar4 + iVar3,&local_30)" identifier = (call_expression "FUN_00045748(iVar4 + iVar3,&local_30)" identifier (argument_list "(iVar4 + iVar3,&local_30)" ( (binary_expression "iVar4 + iVar3" identifier + identifier) , (pointer_expression "&local_30" & identifier) )))) ;) }))) (expression_statement "iVar9 = local_30 + iVar9 + iVar3;" (assignment_expression "iVar9 = local_30 + iVar9 + iVar3" identifier = (binary_expression "local_30 + iVar9 + iVar3" (binary_expression "local_30 + iVar9" identifier + identifier) + identifier)) ;) (expression_statement "iVar3 = FUN_0009096c(param_1,iVar9);" (assignment_expression "iVar3 = FUN_0009096c(param_1,iVar9)" identifier = (call_expression "FUN_0009096c(param_1,iVar9)" identifier (argument_list "(param_1,iVar9)" ( identifier , identifier )))) ;) (expression_statement "bVar2 = iVar3 == 0;" (assignment_expression "bVar2 = iVar3 == 0" identifier = (binary_expression "iVar3 == 0" identifier == number_literal)) ;) }) (else_clause "else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }" else (compound_statement "{\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }" { (if_statement "if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }" if (parenthesized_expression "(uVar5 - 1 < 2)" ( (binary_expression "uVar5 - 1 < 2" (binary_expression "uVar5 - 1" identifier - number_literal) < number_literal) )) (compound_statement "{\n iVar9 = iVar6 + 9;\n }" { (expression_statement "iVar9 = iVar6 + 9;" (assignment_expression "iVar9 = iVar6 + 9" identifier = (binary_expression "iVar6 + 9" identifier + number_literal)) ;) })) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) }))) (expression_statement "iVar8 = iVar8 + 1;" (assignment_expression "iVar8 = iVar8 + 1" identifier = (binary_expression "iVar8 + 1" identifier + number_literal)) ;) (if_statement "if (param_2 <= iVar8) {\n bVar2 = false;\n }" if (parenthesized_expression "(param_2 <= iVar8)" ( (binary_expression "param_2 <= iVar8" identifier <= identifier) )) (compound_statement "{\n bVar2 = false;\n }" { (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" identifier = false) ;) })) (expression_statement "iVar6 = iVar9;" (assignment_expression "iVar6 = iVar9" identifier = identifier) ;) }) while (parenthesized_expression "(bVar2)" ( identifier )) ;) }))) (expression_statement "*param_3 = iVar9;" (assignment_expression "*param_3 = iVar9" (pointer_expression "*param_3" * identifier) = identifier) ;) (if_statement "if (local_2c == *piVar7) {\n return;\n }" if (parenthesized_expression "(local_2c == *piVar7)" ( (binary_expression "local_2c == *piVar7" identifier == (pointer_expression "*piVar7" * identifier)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "__stack_chk_fail(iVar3);" (call_expression "__stack_chk_fail(iVar3)" identifier (argument_list "(iVar3)" ( identifier ))) ;) })))
(translation_unit "int sessionChangesetBufferRecord(SessionInput *pIn,int nCol,int *pnByte)\n\n{\n bool bVar1;\n byte bVar2;\n int iVar3;\n uint uVar4;\n u8 *puVar5;\n int iVar6;\n int *piVar7;\n int iVar8;\n int nByte;\n int n;\n int local_2c;\n \n piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);\n local_2c = *piVar7;\n if (nCol < 1) {\n iVar3 = 0;\n nByte = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = sessionInputBuffer(pIn,iVar6 + 10);\n nByte = iVar6;\n if (iVar3 != 0) break;\n puVar5 = pIn->aData;\n nByte = iVar6 + 1;\n if (puVar5[iVar6 + pIn->iNext] - 3 < 2) {\n iVar3 = pIn->iNext + nByte;\n if ((puVar5[iVar3] & 0x80) == 0) {\n uVar4 = 1;\n n = (uint)puVar5[iVar3];\n }\n else {\n bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n);\n uVar4 = (uint)bVar2;\n }\n nByte = n + nByte + uVar4;\n iVar3 = sessionInputBuffer(pIn,nByte);\n bVar1 = iVar3 == 0;\n }\n else {\n if (puVar5[iVar6 + pIn->iNext] - 1 < 2) {\n nByte = iVar6 + 9;\n }\n bVar1 = true;\n }\n iVar8 = iVar8 + 1;\n if (nCol <= iVar8) {\n bVar1 = false;\n }\n iVar6 = nByte;\n } while (bVar1);\n }\n *pnByte = nByte;\n if (local_2c == *piVar7) {\n return iVar3;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "int sessionChangesetBufferRecord(SessionInput *pIn,int nCol,int *pnByte)\n\n{\n bool bVar1;\n byte bVar2;\n int iVar3;\n uint uVar4;\n u8 *puVar5;\n int iVar6;\n int *piVar7;\n int iVar8;\n int nByte;\n int n;\n int local_2c;\n \n piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);\n local_2c = *piVar7;\n if (nCol < 1) {\n iVar3 = 0;\n nByte = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = sessionInputBuffer(pIn,iVar6 + 10);\n nByte = iVar6;\n if (iVar3 != 0) break;\n puVar5 = pIn->aData;\n nByte = iVar6 + 1;\n if (puVar5[iVar6 + pIn->iNext] - 3 < 2) {\n iVar3 = pIn->iNext + nByte;\n if ((puVar5[iVar3] & 0x80) == 0) {\n uVar4 = 1;\n n = (uint)puVar5[iVar3];\n }\n else {\n bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n);\n uVar4 = (uint)bVar2;\n }\n nByte = n + nByte + uVar4;\n iVar3 = sessionInputBuffer(pIn,nByte);\n bVar1 = iVar3 == 0;\n }\n else {\n if (puVar5[iVar6 + pIn->iNext] - 1 < 2) {\n nByte = iVar6 + 9;\n }\n bVar1 = true;\n }\n iVar8 = iVar8 + 1;\n if (nCol <= iVar8) {\n bVar1 = false;\n }\n iVar6 = nByte;\n } while (bVar1);\n }\n *pnByte = nByte;\n if (local_2c == *piVar7) {\n return iVar3;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" primitive_type (function_declarator "sessionChangesetBufferRecord(SessionInput *pIn,int nCol,int *pnByte)" identifier (parameter_list "(SessionInput *pIn,int nCol,int *pnByte)" ( (parameter_declaration "SessionInput *pIn" type_identifier (pointer_declarator "*pIn" * identifier)) , (parameter_declaration "int nCol" primitive_type identifier) , (parameter_declaration "int *pnByte" primitive_type (pointer_declarator "*pnByte" * identifier)) ))) (compound_statement "{\n bool bVar1;\n byte bVar2;\n int iVar3;\n uint uVar4;\n u8 *puVar5;\n int iVar6;\n int *piVar7;\n int iVar8;\n int nByte;\n int n;\n int local_2c;\n \n piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);\n local_2c = *piVar7;\n if (nCol < 1) {\n iVar3 = 0;\n nByte = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = sessionInputBuffer(pIn,iVar6 + 10);\n nByte = iVar6;\n if (iVar3 != 0) break;\n puVar5 = pIn->aData;\n nByte = iVar6 + 1;\n if (puVar5[iVar6 + pIn->iNext] - 3 < 2) {\n iVar3 = pIn->iNext + nByte;\n if ((puVar5[iVar3] & 0x80) == 0) {\n uVar4 = 1;\n n = (uint)puVar5[iVar3];\n }\n else {\n bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n);\n uVar4 = (uint)bVar2;\n }\n nByte = n + nByte + uVar4;\n iVar3 = sessionInputBuffer(pIn,nByte);\n bVar1 = iVar3 == 0;\n }\n else {\n if (puVar5[iVar6 + pIn->iNext] - 1 < 2) {\n nByte = iVar6 + 9;\n }\n bVar1 = true;\n }\n iVar8 = iVar8 + 1;\n if (nCol <= iVar8) {\n bVar1 = false;\n }\n iVar6 = nByte;\n } while (bVar1);\n }\n *pnByte = nByte;\n if (local_2c == *piVar7) {\n return iVar3;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "bool bVar1;" primitive_type identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "u8 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int nByte;" primitive_type identifier ;) (declaration "int n;" primitive_type identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);" (assignment_expression "piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90)" identifier = (pointer_expression "*(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90)" * (cast_expression "(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00090d8c + 0x90c84 + DAT_00090d90)" ( (binary_expression "DAT_00090d8c + 0x90c84 + DAT_00090d90" (binary_expression "DAT_00090d8c + 0x90c84" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_2c = *piVar7;" (assignment_expression "local_2c = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) (if_statement "if (nCol < 1) {\n iVar3 = 0;\n nByte = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = sessionInputBuffer(pIn,iVar6 + 10);\n nByte = iVar6;\n if (iVar3 != 0) break;\n puVar5 = pIn->aData;\n nByte = iVar6 + 1;\n if (puVar5[iVar6 + pIn->iNext] - 3 < 2) {\n iVar3 = pIn->iNext + nByte;\n if ((puVar5[iVar3] & 0x80) == 0) {\n uVar4 = 1;\n n = (uint)puVar5[iVar3];\n }\n else {\n bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n);\n uVar4 = (uint)bVar2;\n }\n nByte = n + nByte + uVar4;\n iVar3 = sessionInputBuffer(pIn,nByte);\n bVar1 = iVar3 == 0;\n }\n else {\n if (puVar5[iVar6 + pIn->iNext] - 1 < 2) {\n nByte = iVar6 + 9;\n }\n bVar1 = true;\n }\n iVar8 = iVar8 + 1;\n if (nCol <= iVar8) {\n bVar1 = false;\n }\n iVar6 = nByte;\n } while (bVar1);\n }" if (parenthesized_expression "(nCol < 1)" ( (binary_expression "nCol < 1" identifier < number_literal) )) (compound_statement "{\n iVar3 = 0;\n nByte = iVar3;\n }" { (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" identifier = number_literal) ;) (expression_statement "nByte = iVar3;" (assignment_expression "nByte = iVar3" identifier = identifier) ;) }) (else_clause "else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = sessionInputBuffer(pIn,iVar6 + 10);\n nByte = iVar6;\n if (iVar3 != 0) break;\n puVar5 = pIn->aData;\n nByte = iVar6 + 1;\n if (puVar5[iVar6 + pIn->iNext] - 3 < 2) {\n iVar3 = pIn->iNext + nByte;\n if ((puVar5[iVar3] & 0x80) == 0) {\n uVar4 = 1;\n n = (uint)puVar5[iVar3];\n }\n else {\n bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n);\n uVar4 = (uint)bVar2;\n }\n nByte = n + nByte + uVar4;\n iVar3 = sessionInputBuffer(pIn,nByte);\n bVar1 = iVar3 == 0;\n }\n else {\n if (puVar5[iVar6 + pIn->iNext] - 1 < 2) {\n nByte = iVar6 + 9;\n }\n bVar1 = true;\n }\n iVar8 = iVar8 + 1;\n if (nCol <= iVar8) {\n bVar1 = false;\n }\n iVar6 = nByte;\n } while (bVar1);\n }" else (compound_statement "{\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = sessionInputBuffer(pIn,iVar6 + 10);\n nByte = iVar6;\n if (iVar3 != 0) break;\n puVar5 = pIn->aData;\n nByte = iVar6 + 1;\n if (puVar5[iVar6 + pIn->iNext] - 3 < 2) {\n iVar3 = pIn->iNext + nByte;\n if ((puVar5[iVar3] & 0x80) == 0) {\n uVar4 = 1;\n n = (uint)puVar5[iVar3];\n }\n else {\n bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n);\n uVar4 = (uint)bVar2;\n }\n nByte = n + nByte + uVar4;\n iVar3 = sessionInputBuffer(pIn,nByte);\n bVar1 = iVar3 == 0;\n }\n else {\n if (puVar5[iVar6 + pIn->iNext] - 1 < 2) {\n nByte = iVar6 + 9;\n }\n bVar1 = true;\n }\n iVar8 = iVar8 + 1;\n if (nCol <= iVar8) {\n bVar1 = false;\n }\n iVar6 = nByte;\n } while (bVar1);\n }" { (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" identifier = number_literal) ;) (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar3 = sessionInputBuffer(pIn,iVar6 + 10);\n nByte = iVar6;\n if (iVar3 != 0) break;\n puVar5 = pIn->aData;\n nByte = iVar6 + 1;\n if (puVar5[iVar6 + pIn->iNext] - 3 < 2) {\n iVar3 = pIn->iNext + nByte;\n if ((puVar5[iVar3] & 0x80) == 0) {\n uVar4 = 1;\n n = (uint)puVar5[iVar3];\n }\n else {\n bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n);\n uVar4 = (uint)bVar2;\n }\n nByte = n + nByte + uVar4;\n iVar3 = sessionInputBuffer(pIn,nByte);\n bVar1 = iVar3 == 0;\n }\n else {\n if (puVar5[iVar6 + pIn->iNext] - 1 < 2) {\n nByte = iVar6 + 9;\n }\n bVar1 = true;\n }\n iVar8 = iVar8 + 1;\n if (nCol <= iVar8) {\n bVar1 = false;\n }\n iVar6 = nByte;\n } while (bVar1);" do (compound_statement "{\n iVar3 = sessionInputBuffer(pIn,iVar6 + 10);\n nByte = iVar6;\n if (iVar3 != 0) break;\n puVar5 = pIn->aData;\n nByte = iVar6 + 1;\n if (puVar5[iVar6 + pIn->iNext] - 3 < 2) {\n iVar3 = pIn->iNext + nByte;\n if ((puVar5[iVar3] & 0x80) == 0) {\n uVar4 = 1;\n n = (uint)puVar5[iVar3];\n }\n else {\n bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n);\n uVar4 = (uint)bVar2;\n }\n nByte = n + nByte + uVar4;\n iVar3 = sessionInputBuffer(pIn,nByte);\n bVar1 = iVar3 == 0;\n }\n else {\n if (puVar5[iVar6 + pIn->iNext] - 1 < 2) {\n nByte = iVar6 + 9;\n }\n bVar1 = true;\n }\n iVar8 = iVar8 + 1;\n if (nCol <= iVar8) {\n bVar1 = false;\n }\n iVar6 = nByte;\n }" { (expression_statement "iVar3 = sessionInputBuffer(pIn,iVar6 + 10);" (assignment_expression "iVar3 = sessionInputBuffer(pIn,iVar6 + 10)" identifier = (call_expression "sessionInputBuffer(pIn,iVar6 + 10)" identifier (argument_list "(pIn,iVar6 + 10)" ( identifier , (binary_expression "iVar6 + 10" identifier + number_literal) )))) ;) (expression_statement "nByte = iVar6;" (assignment_expression "nByte = iVar6" 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 "puVar5 = pIn->aData;" (assignment_expression "puVar5 = pIn->aData" identifier = (field_expression "pIn->aData" identifier -> field_identifier)) ;) (expression_statement "nByte = iVar6 + 1;" (assignment_expression "nByte = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) (if_statement "if (puVar5[iVar6 + pIn->iNext] - 3 < 2) {\n iVar3 = pIn->iNext + nByte;\n if ((puVar5[iVar3] & 0x80) == 0) {\n uVar4 = 1;\n n = (uint)puVar5[iVar3];\n }\n else {\n bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n);\n uVar4 = (uint)bVar2;\n }\n nByte = n + nByte + uVar4;\n iVar3 = sessionInputBuffer(pIn,nByte);\n bVar1 = iVar3 == 0;\n }\n else {\n if (puVar5[iVar6 + pIn->iNext] - 1 < 2) {\n nByte = iVar6 + 9;\n }\n bVar1 = true;\n }" if (parenthesized_expression "(puVar5[iVar6 + pIn->iNext] - 3 < 2)" ( (binary_expression "puVar5[iVar6 + pIn->iNext] - 3 < 2" (binary_expression "puVar5[iVar6 + pIn->iNext] - 3" (subscript_expression "puVar5[iVar6 + pIn->iNext]" identifier [ (binary_expression "iVar6 + pIn->iNext" identifier + (field_expression "pIn->iNext" identifier -> field_identifier)) ]) - number_literal) < number_literal) )) (compound_statement "{\n iVar3 = pIn->iNext + nByte;\n if ((puVar5[iVar3] & 0x80) == 0) {\n uVar4 = 1;\n n = (uint)puVar5[iVar3];\n }\n else {\n bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n);\n uVar4 = (uint)bVar2;\n }\n nByte = n + nByte + uVar4;\n iVar3 = sessionInputBuffer(pIn,nByte);\n bVar1 = iVar3 == 0;\n }" { (expression_statement "iVar3 = pIn->iNext + nByte;" (assignment_expression "iVar3 = pIn->iNext + nByte" identifier = (binary_expression "pIn->iNext + nByte" (field_expression "pIn->iNext" identifier -> field_identifier) + identifier)) ;) (if_statement "if ((puVar5[iVar3] & 0x80) == 0) {\n uVar4 = 1;\n n = (uint)puVar5[iVar3];\n }\n else {\n bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n);\n uVar4 = (uint)bVar2;\n }" if (parenthesized_expression "((puVar5[iVar3] & 0x80) == 0)" ( (binary_expression "(puVar5[iVar3] & 0x80) == 0" (parenthesized_expression "(puVar5[iVar3] & 0x80)" ( (binary_expression "puVar5[iVar3] & 0x80" (subscript_expression "puVar5[iVar3]" identifier [ identifier ]) & number_literal) )) == number_literal) )) (compound_statement "{\n uVar4 = 1;\n n = (uint)puVar5[iVar3];\n }" { (expression_statement "uVar4 = 1;" (assignment_expression "uVar4 = 1" identifier = number_literal) ;) (expression_statement "n = (uint)puVar5[iVar3];" (assignment_expression "n = (uint)puVar5[iVar3]" identifier = (cast_expression "(uint)puVar5[iVar3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "puVar5[iVar3]" identifier [ identifier ]))) ;) }) (else_clause "else {\n bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n);\n uVar4 = (uint)bVar2;\n }" else (compound_statement "{\n bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n);\n uVar4 = (uint)bVar2;\n }" { (expression_statement "bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n);" (assignment_expression "bVar2 = sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n)" identifier = (call_expression "sqlite3GetVarint32(puVar5 + iVar3,(u32 *)&n)" identifier (argument_list "(puVar5 + iVar3,(u32 *)&n)" ( (binary_expression "puVar5 + iVar3" identifier + identifier) , (cast_expression "(u32 *)&n" ( (type_descriptor "u32 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&n" & identifier)) )))) ;) (expression_statement "uVar4 = (uint)bVar2;" (assignment_expression "uVar4 = (uint)bVar2" identifier = (cast_expression "(uint)bVar2" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) }))) (expression_statement "nByte = n + nByte + uVar4;" (assignment_expression "nByte = n + nByte + uVar4" identifier = (binary_expression "n + nByte + uVar4" (binary_expression "n + nByte" identifier + identifier) + identifier)) ;) (expression_statement "iVar3 = sessionInputBuffer(pIn,nByte);" (assignment_expression "iVar3 = sessionInputBuffer(pIn,nByte)" identifier = (call_expression "sessionInputBuffer(pIn,nByte)" identifier (argument_list "(pIn,nByte)" ( identifier , identifier )))) ;) (expression_statement "bVar1 = iVar3 == 0;" (assignment_expression "bVar1 = iVar3 == 0" identifier = (binary_expression "iVar3 == 0" identifier == number_literal)) ;) }) (else_clause "else {\n if (puVar5[iVar6 + pIn->iNext] - 1 < 2) {\n nByte = iVar6 + 9;\n }\n bVar1 = true;\n }" else (compound_statement "{\n if (puVar5[iVar6 + pIn->iNext] - 1 < 2) {\n nByte = iVar6 + 9;\n }\n bVar1 = true;\n }" { (if_statement "if (puVar5[iVar6 + pIn->iNext] - 1 < 2) {\n nByte = iVar6 + 9;\n }" if (parenthesized_expression "(puVar5[iVar6 + pIn->iNext] - 1 < 2)" ( (binary_expression "puVar5[iVar6 + pIn->iNext] - 1 < 2" (binary_expression "puVar5[iVar6 + pIn->iNext] - 1" (subscript_expression "puVar5[iVar6 + pIn->iNext]" identifier [ (binary_expression "iVar6 + pIn->iNext" identifier + (field_expression "pIn->iNext" identifier -> field_identifier)) ]) - number_literal) < number_literal) )) (compound_statement "{\n nByte = iVar6 + 9;\n }" { (expression_statement "nByte = iVar6 + 9;" (assignment_expression "nByte = iVar6 + 9" identifier = (binary_expression "iVar6 + 9" identifier + number_literal)) ;) })) (expression_statement "bVar1 = true;" (assignment_expression "bVar1 = true" identifier = true) ;) }))) (expression_statement "iVar8 = iVar8 + 1;" (assignment_expression "iVar8 = iVar8 + 1" identifier = (binary_expression "iVar8 + 1" identifier + number_literal)) ;) (if_statement "if (nCol <= iVar8) {\n bVar1 = false;\n }" if (parenthesized_expression "(nCol <= iVar8)" ( (binary_expression "nCol <= iVar8" identifier <= identifier) )) (compound_statement "{\n bVar1 = false;\n }" { (expression_statement "bVar1 = false;" (assignment_expression "bVar1 = false" identifier = false) ;) })) (expression_statement "iVar6 = nByte;" (assignment_expression "iVar6 = nByte" identifier = identifier) ;) }) while (parenthesized_expression "(bVar1)" ( identifier )) ;) }))) (expression_statement "*pnByte = nByte;" (assignment_expression "*pnByte = nByte" (pointer_expression "*pnByte" * identifier) = identifier) ;) (if_statement "if (local_2c == *piVar7) {\n return iVar3;\n }" if (parenthesized_expression "(local_2c == *piVar7)" ( (binary_expression "local_2c == *piVar7" identifier == (pointer_expression "*piVar7" * identifier)) )) (compound_statement "{\n return iVar3;\n }" { (return_statement "return iVar3;" return identifier ;) })) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_00090c74(int param_1,int param_2,int *param_3)\n\n{\n byte bVar1;\n bool bVar2;\n int iVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n uint local_30;\n int local_2c;\n \n piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);\n local_2c = *piVar7;\n if (param_2 < 1) {\n iVar3 = 0;\n iVar9 = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }\n *param_3 = iVar9;\n if (local_2c == *piVar7) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar3);\n}\n\n" (function_definition "void FUN_00090c74(int param_1,int param_2,int *param_3)\n\n{\n byte bVar1;\n bool bVar2;\n int iVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n uint local_30;\n int local_2c;\n \n piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);\n local_2c = *piVar7;\n if (param_2 < 1) {\n iVar3 = 0;\n iVar9 = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }\n *param_3 = iVar9;\n if (local_2c == *piVar7) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar3);\n}" primitive_type (function_declarator "FUN_00090c74(int param_1,int param_2,int *param_3)" identifier (parameter_list "(int param_1,int param_2,int *param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n byte bVar1;\n bool bVar2;\n int iVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n uint local_30;\n int local_2c;\n \n piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);\n local_2c = *piVar7;\n if (param_2 < 1) {\n iVar3 = 0;\n iVar9 = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }\n *param_3 = iVar9;\n if (local_2c == *piVar7) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar3);\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "uint local_30;" type_identifier identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);" (assignment_expression "piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90)" identifier = (pointer_expression "*(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90)" * (cast_expression "(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00090d8c + 0x90c84 + DAT_00090d90)" ( (binary_expression "DAT_00090d8c + 0x90c84 + DAT_00090d90" (binary_expression "DAT_00090d8c + 0x90c84" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_2c = *piVar7;" (assignment_expression "local_2c = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) (if_statement "if (param_2 < 1) {\n iVar3 = 0;\n iVar9 = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }" if (parenthesized_expression "(param_2 < 1)" ( (binary_expression "param_2 < 1" identifier < number_literal) )) (compound_statement "{\n iVar3 = 0;\n iVar9 = iVar3;\n }" { (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" identifier = number_literal) ;) (expression_statement "iVar9 = iVar3;" (assignment_expression "iVar9 = iVar3" identifier = identifier) ;) }) (else_clause "else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }" else (compound_statement "{\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }" { (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" identifier = number_literal) ;) (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);" do (compound_statement "{\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n }" { (expression_statement "iVar3 = FUN_0009096c(param_1,iVar6 + 10);" (assignment_expression "iVar3 = FUN_0009096c(param_1,iVar6 + 10)" identifier = (call_expression "FUN_0009096c(param_1,iVar6 + 10)" identifier (argument_list "(param_1,iVar6 + 10)" ( identifier , (binary_expression "iVar6 + 10" identifier + number_literal) )))) ;) (expression_statement "iVar9 = iVar6;" (assignment_expression "iVar9 = iVar6" 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 "iVar4 = *(int *)(param_1 + 0xc);" (assignment_expression "iVar4 = *(int *)(param_1 + 0xc)" identifier = (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "iVar9 = iVar6 + 1;" (assignment_expression "iVar9 = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) (expression_statement "uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);" (assignment_expression "uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6)" identifier = (binary_expression "(uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + *(int *)(param_1 + 8) + iVar6)" ( (binary_expression "iVar4 + *(int *)(param_1 + 8) + iVar6" (binary_expression "iVar4 + *(int *)(param_1 + 8)" identifier + (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + identifier) ))))) ;) (if_statement "if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }" if (parenthesized_expression "(uVar5 - 3 < 2)" ( (binary_expression "uVar5 - 3 < 2" (binary_expression "uVar5 - 3" identifier - number_literal) < number_literal) )) (compound_statement "{\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }" { (expression_statement "iVar3 = *(int *)(param_1 + 8) + iVar9;" (assignment_expression "iVar3 = *(int *)(param_1 + 8) + iVar9" identifier = (binary_expression "*(int *)(param_1 + 8) + iVar9" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) + identifier)) ;) (expression_statement "bVar1 = *(byte *)(iVar4 + iVar3);" (assignment_expression "bVar1 = *(byte *)(iVar4 + iVar3)" identifier = (pointer_expression "*(byte *)(iVar4 + iVar3)" * (cast_expression "(byte *)(iVar4 + iVar3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + iVar3)" ( (binary_expression "iVar4 + iVar3" identifier + identifier) ))))) ;) (if_statement "if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }" if (parenthesized_expression "((bVar1 & 0x80) == 0)" ( (binary_expression "(bVar1 & 0x80) == 0" (parenthesized_expression "(bVar1 & 0x80)" ( (binary_expression "bVar1 & 0x80" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }" { (expression_statement "iVar3 = 1;" (assignment_expression "iVar3 = 1" identifier = number_literal) ;) (expression_statement "local_30 = (uint)bVar1;" (assignment_expression "local_30 = (uint)bVar1" identifier = (cast_expression "(uint)bVar1" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) }) (else_clause "else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }" else (compound_statement "{\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }" { (expression_statement "iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);" (assignment_expression "iVar3 = FUN_00045748(iVar4 + iVar3,&local_30)" identifier = (call_expression "FUN_00045748(iVar4 + iVar3,&local_30)" identifier (argument_list "(iVar4 + iVar3,&local_30)" ( (binary_expression "iVar4 + iVar3" identifier + identifier) , (pointer_expression "&local_30" & identifier) )))) ;) }))) (expression_statement "iVar9 = local_30 + iVar9 + iVar3;" (assignment_expression "iVar9 = local_30 + iVar9 + iVar3" identifier = (binary_expression "local_30 + iVar9 + iVar3" (binary_expression "local_30 + iVar9" identifier + identifier) + identifier)) ;) (expression_statement "iVar3 = FUN_0009096c(param_1,iVar9);" (assignment_expression "iVar3 = FUN_0009096c(param_1,iVar9)" identifier = (call_expression "FUN_0009096c(param_1,iVar9)" identifier (argument_list "(param_1,iVar9)" ( identifier , identifier )))) ;) (expression_statement "bVar2 = iVar3 == 0;" (assignment_expression "bVar2 = iVar3 == 0" identifier = (binary_expression "iVar3 == 0" identifier == number_literal)) ;) }) (else_clause "else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }" else (compound_statement "{\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }" { (if_statement "if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }" if (parenthesized_expression "(uVar5 - 1 < 2)" ( (binary_expression "uVar5 - 1 < 2" (binary_expression "uVar5 - 1" identifier - number_literal) < number_literal) )) (compound_statement "{\n iVar9 = iVar6 + 9;\n }" { (expression_statement "iVar9 = iVar6 + 9;" (assignment_expression "iVar9 = iVar6 + 9" identifier = (binary_expression "iVar6 + 9" identifier + number_literal)) ;) })) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) }))) (expression_statement "iVar8 = iVar8 + 1;" (assignment_expression "iVar8 = iVar8 + 1" identifier = (binary_expression "iVar8 + 1" identifier + number_literal)) ;) (if_statement "if (param_2 <= iVar8) {\n bVar2 = false;\n }" if (parenthesized_expression "(param_2 <= iVar8)" ( (binary_expression "param_2 <= iVar8" identifier <= identifier) )) (compound_statement "{\n bVar2 = false;\n }" { (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" identifier = false) ;) })) (expression_statement "iVar6 = iVar9;" (assignment_expression "iVar6 = iVar9" identifier = identifier) ;) }) while (parenthesized_expression "(bVar2)" ( identifier )) ;) }))) (expression_statement "*param_3 = iVar9;" (assignment_expression "*param_3 = iVar9" (pointer_expression "*param_3" * identifier) = identifier) ;) (if_statement "if (local_2c == *piVar7) {\n return;\n }" if (parenthesized_expression "(local_2c == *piVar7)" ( (binary_expression "local_2c == *piVar7" identifier == (pointer_expression "*piVar7" * identifier)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "__stack_chk_fail(iVar3);" (call_expression "__stack_chk_fail(iVar3)" identifier (argument_list "(iVar3)" ( identifier ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration 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 + LIT) + 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 = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (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 ( IDENT , (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + IDENT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - LIT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + IDENT)) ;) (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 (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + IDENT) , (pointer_expression & IDENT) )))) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + IDENT) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - LIT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression IDENT = BOOL) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( IDENT )) ;) }))) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * IDENT)) )) (compound_statement { (return_statement return ;) })) comment (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })))
(function_definition "void FUN_00090c74(int param_1,int param_2,int *param_3)\n\n{\n byte bVar1;\n bool bVar2;\n int iVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n uint local_30;\n int local_2c;\n \n piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);\n local_2c = *piVar7;\n if (param_2 < 1) {\n iVar3 = 0;\n iVar9 = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }\n *param_3 = iVar9;\n if (local_2c == *piVar7) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar3);\n}" (primitive_type "void") (function_declarator "FUN_00090c74(int param_1,int param_2,int *param_3)" (identifier "FUN_00090c74") (parameter_list "(int param_1,int param_2,int *param_3)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "int *param_3" (primitive_type "int") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n byte bVar1;\n bool bVar2;\n int iVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n uint local_30;\n int local_2c;\n \n piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);\n local_2c = *piVar7;\n if (param_2 < 1) {\n iVar3 = 0;\n iVar9 = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }\n *param_3 = iVar9;\n if (local_2c == *piVar7) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar3);\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "bool bVar2;" (primitive_type "bool") (identifier "bVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "int *piVar7;" (primitive_type "int") (pointer_declarator "*piVar7" (* "*") (identifier "piVar7")) (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "uint local_30;" (type_identifier "uint") (identifier "local_30") (; ";")) (declaration "int local_2c;" (primitive_type "int") (identifier "local_2c") (; ";")) (expression_statement "piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90);" (assignment_expression "piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90)" (identifier "piVar7") (= "=") (pointer_expression "*(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90)" (* "*") (cast_expression "(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_00090d8c + 0x90c84 + DAT_00090d90)" (( "(") (binary_expression "DAT_00090d8c + 0x90c84 + DAT_00090d90" (binary_expression "DAT_00090d8c + 0x90c84" (identifier "DAT_00090d8c") (+ "+") (number_literal "0x90c84")) (+ "+") (identifier "DAT_00090d90")) () ")"))))) (; ";")) (expression_statement "local_2c = *piVar7;" (assignment_expression "local_2c = *piVar7" (identifier "local_2c") (= "=") (pointer_expression "*piVar7" (* "*") (identifier "piVar7"))) (; ";")) (if_statement "if (param_2 < 1) {\n iVar3 = 0;\n iVar9 = iVar3;\n }\n else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }" (if "if") (parenthesized_expression "(param_2 < 1)" (( "(") (binary_expression "param_2 < 1" (identifier "param_2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n iVar3 = 0;\n iVar9 = iVar3;\n }" ({ "{") (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" (identifier "iVar3") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar9 = iVar3;" (assignment_expression "iVar9 = iVar3" (identifier "iVar9") (= "=") (identifier "iVar3")) (; ";")) (} "}")) (else_clause "else {\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }" (else "else") (compound_statement "{\n iVar8 = 0;\n iVar6 = 0;\n do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);\n }" ({ "{") (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" (identifier "iVar8") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" (identifier "iVar6") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n } while (bVar2);" (do "do") (compound_statement "{\n iVar3 = FUN_0009096c(param_1,iVar6 + 10);\n iVar9 = iVar6;\n if (iVar3 != 0) break;\n iVar4 = *(int *)(param_1 + 0xc);\n iVar9 = iVar6 + 1;\n uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);\n if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }\n iVar8 = iVar8 + 1;\n if (param_2 <= iVar8) {\n bVar2 = false;\n }\n iVar6 = iVar9;\n }" ({ "{") (expression_statement "iVar3 = FUN_0009096c(param_1,iVar6 + 10);" (assignment_expression "iVar3 = FUN_0009096c(param_1,iVar6 + 10)" (identifier "iVar3") (= "=") (call_expression "FUN_0009096c(param_1,iVar6 + 10)" (identifier "FUN_0009096c") (argument_list "(param_1,iVar6 + 10)" (( "(") (identifier "param_1") (, ",") (binary_expression "iVar6 + 10" (identifier "iVar6") (+ "+") (number_literal "10")) () ")")))) (; ";")) (expression_statement "iVar9 = iVar6;" (assignment_expression "iVar9 = iVar6" (identifier "iVar9") (= "=") (identifier "iVar6")) (; ";")) (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 "iVar4 = *(int *)(param_1 + 0xc);" (assignment_expression "iVar4 = *(int *)(param_1 + 0xc)" (identifier "iVar4") (= "=") (pointer_expression "*(int *)(param_1 + 0xc)" (* "*") (cast_expression "(int *)(param_1 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "iVar9 = iVar6 + 1;" (assignment_expression "iVar9 = iVar6 + 1" (identifier "iVar9") (= "=") (binary_expression "iVar6 + 1" (identifier "iVar6") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6);" (assignment_expression "uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6)" (identifier "uVar5") (= "=") (binary_expression "(uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + *(int *)(param_1 + 8) + iVar6)" (( "(") (binary_expression "iVar4 + *(int *)(param_1 + 8) + iVar6" (binary_expression "iVar4 + *(int *)(param_1 + 8)" (identifier "iVar4") (+ "+") (pointer_expression "*(int *)(param_1 + 8)" (* "*") (cast_expression "(int *)(param_1 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (+ "+") (identifier "iVar6")) () ")"))))) (; ";")) (if_statement "if (uVar5 - 3 < 2) {\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }\n else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }" (if "if") (parenthesized_expression "(uVar5 - 3 < 2)" (( "(") (binary_expression "uVar5 - 3 < 2" (binary_expression "uVar5 - 3" (identifier "uVar5") (- "-") (number_literal "3")) (< "<") (number_literal "2")) () ")")) (compound_statement "{\n iVar3 = *(int *)(param_1 + 8) + iVar9;\n bVar1 = *(byte *)(iVar4 + iVar3);\n if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }\n iVar9 = local_30 + iVar9 + iVar3;\n iVar3 = FUN_0009096c(param_1,iVar9);\n bVar2 = iVar3 == 0;\n }" ({ "{") (expression_statement "iVar3 = *(int *)(param_1 + 8) + iVar9;" (assignment_expression "iVar3 = *(int *)(param_1 + 8) + iVar9" (identifier "iVar3") (= "=") (binary_expression "*(int *)(param_1 + 8) + iVar9" (pointer_expression "*(int *)(param_1 + 8)" (* "*") (cast_expression "(int *)(param_1 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (+ "+") (identifier "iVar9"))) (; ";")) (expression_statement "bVar1 = *(byte *)(iVar4 + iVar3);" (assignment_expression "bVar1 = *(byte *)(iVar4 + iVar3)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(iVar4 + iVar3)" (* "*") (cast_expression "(byte *)(iVar4 + iVar3)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + iVar3)" (( "(") (binary_expression "iVar4 + iVar3" (identifier "iVar4") (+ "+") (identifier "iVar3")) () ")"))))) (; ";")) (if_statement "if ((bVar1 & 0x80) == 0) {\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }\n else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }" (if "if") (parenthesized_expression "((bVar1 & 0x80) == 0)" (( "(") (binary_expression "(bVar1 & 0x80) == 0" (parenthesized_expression "(bVar1 & 0x80)" (( "(") (binary_expression "bVar1 & 0x80" (identifier "bVar1") (& "&") (number_literal "0x80")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar3 = 1;\n local_30 = (uint)bVar1;\n }" ({ "{") (expression_statement "iVar3 = 1;" (assignment_expression "iVar3 = 1" (identifier "iVar3") (= "=") (number_literal "1")) (; ";")) (expression_statement "local_30 = (uint)bVar1;" (assignment_expression "local_30 = (uint)bVar1" (identifier "local_30") (= "=") (cast_expression "(uint)bVar1" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar1"))) (; ";")) (} "}")) (else_clause "else {\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }" (else "else") (compound_statement "{\n iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);\n }" ({ "{") (expression_statement "iVar3 = FUN_00045748(iVar4 + iVar3,&local_30);" (assignment_expression "iVar3 = FUN_00045748(iVar4 + iVar3,&local_30)" (identifier "iVar3") (= "=") (call_expression "FUN_00045748(iVar4 + iVar3,&local_30)" (identifier "FUN_00045748") (argument_list "(iVar4 + iVar3,&local_30)" (( "(") (binary_expression "iVar4 + iVar3" (identifier "iVar4") (+ "+") (identifier "iVar3")) (, ",") (pointer_expression "&local_30" (& "&") (identifier "local_30")) () ")")))) (; ";")) (} "}")))) (expression_statement "iVar9 = local_30 + iVar9 + iVar3;" (assignment_expression "iVar9 = local_30 + iVar9 + iVar3" (identifier "iVar9") (= "=") (binary_expression "local_30 + iVar9 + iVar3" (binary_expression "local_30 + iVar9" (identifier "local_30") (+ "+") (identifier "iVar9")) (+ "+") (identifier "iVar3"))) (; ";")) (expression_statement "iVar3 = FUN_0009096c(param_1,iVar9);" (assignment_expression "iVar3 = FUN_0009096c(param_1,iVar9)" (identifier "iVar3") (= "=") (call_expression "FUN_0009096c(param_1,iVar9)" (identifier "FUN_0009096c") (argument_list "(param_1,iVar9)" (( "(") (identifier "param_1") (, ",") (identifier "iVar9") () ")")))) (; ";")) (expression_statement "bVar2 = iVar3 == 0;" (assignment_expression "bVar2 = iVar3 == 0" (identifier "bVar2") (= "=") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0"))) (; ";")) (} "}")) (else_clause "else {\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }" (else "else") (compound_statement "{\n if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }\n bVar2 = true;\n }" ({ "{") (if_statement "if (uVar5 - 1 < 2) {\n iVar9 = iVar6 + 9;\n }" (if "if") (parenthesized_expression "(uVar5 - 1 < 2)" (( "(") (binary_expression "uVar5 - 1 < 2" (binary_expression "uVar5 - 1" (identifier "uVar5") (- "-") (number_literal "1")) (< "<") (number_literal "2")) () ")")) (compound_statement "{\n iVar9 = iVar6 + 9;\n }" ({ "{") (expression_statement "iVar9 = iVar6 + 9;" (assignment_expression "iVar9 = iVar6 + 9" (identifier "iVar9") (= "=") (binary_expression "iVar6 + 9" (identifier "iVar6") (+ "+") (number_literal "9"))) (; ";")) (} "}"))) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" (identifier "bVar2") (= "=") (true "true")) (; ";")) (} "}")))) (expression_statement "iVar8 = iVar8 + 1;" (assignment_expression "iVar8 = iVar8 + 1" (identifier "iVar8") (= "=") (binary_expression "iVar8 + 1" (identifier "iVar8") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (param_2 <= iVar8) {\n bVar2 = false;\n }" (if "if") (parenthesized_expression "(param_2 <= iVar8)" (( "(") (binary_expression "param_2 <= iVar8" (identifier "param_2") (<= "<=") (identifier "iVar8")) () ")")) (compound_statement "{\n bVar2 = false;\n }" ({ "{") (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" (identifier "bVar2") (= "=") (false "false")) (; ";")) (} "}"))) (expression_statement "iVar6 = iVar9;" (assignment_expression "iVar6 = iVar9" (identifier "iVar6") (= "=") (identifier "iVar9")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar2)" (( "(") (identifier "bVar2") () ")")) (; ";")) (} "}")))) (expression_statement "*param_3 = iVar9;" (assignment_expression "*param_3 = iVar9" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (identifier "iVar9")) (; ";")) (if_statement "if (local_2c == *piVar7) {\n return;\n }" (if "if") (parenthesized_expression "(local_2c == *piVar7)" (( "(") (binary_expression "local_2c == *piVar7" (identifier "local_2c") (== "==") (pointer_expression "*piVar7" (* "*") (identifier "piVar7"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (comment "/* WARNING: Subroutine does not return */") (expression_statement "__stack_chk_fail(iVar3);" (call_expression "__stack_chk_fail(iVar3)" (identifier "__stack_chk_fail") (argument_list "(iVar3)" (( "(") (identifier "iVar3") () ")"))) (; ";")) (} "}")))
int function_1(type_1 *pIn,int var_3,int *pnByte) { bool bVar1; type_2 bVar2; int var_6; type_3 var_11; type_4 *var_9; int var_5; int *piVar7; int var_12; int var_7; int var_10; int var_13; piVar7 = *(int **)(var_1 + 0x90c84 + var_2); var_13 = *piVar7; if (var_3 < 1) { var_6 = 0; var_7 = var_6; } else { var_12 = 0; var_5 = 0; do { var_6 = var_4(pIn,var_5 + 10); var_7 = var_5; if (var_6 != 0) break; var_9 = pIn->aData; var_7 = var_5 + 1; if (var_9[var_5 + pIn->iNext] - 3 < 2) { var_6 = pIn->iNext + var_7; if ((var_9[var_6] & 0x80) == 0) { var_11 = 1; var_10 = (type_3)var_9[var_6]; } else { bVar2 = var_8(var_9 + var_6,(type_5 *)&var_10); var_11 = (type_3)bVar2; } var_7 = var_10 + var_7 + var_11; var_6 = var_4(pIn,var_7); bVar1 = var_6 == 0; } else { if (var_9[var_5 + pIn->iNext] - 1 < 2) { var_7 = var_5 + 9; } bVar1 = true; } var_12 = var_12 + 1; if (var_3 <= var_12) { bVar1 = false; } var_5 = var_7; } while (bVar1); } *pnByte = var_7; if (var_13 == *piVar7) { return var_6; } /* WARNING: Subroutine does not return */ var_14(); }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (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: (number_literal)) right: (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: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (pointer_expression argument: (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (true)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (false))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (return_statement))) (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))))
void MASKED(int param_1,int param_2,int *param_3) { byte bVar1; bool bVar2; int iVar3; int iVar4; uint uVar5; int iVar6; int *piVar7; int iVar8; int iVar9; uint local_30; int local_2c; piVar7 = *(int **)(DAT_00090d8c + 0x90c84 + DAT_00090d90); local_2c = *piVar7; if (param_2 < 1) { iVar3 = 0; iVar9 = iVar3; } else { iVar8 = 0; iVar6 = 0; do { iVar3 = FUN_0009096c(param_1,iVar6 + 10); iVar9 = iVar6; if (iVar3 != 0) break; iVar4 = *(int *)(param_1 + 0xc); iVar9 = iVar6 + 1; uVar5 = (uint)*(byte *)(iVar4 + *(int *)(param_1 + 8) + iVar6); if (uVar5 - 3 < 2) { iVar3 = *(int *)(param_1 + 8) + iVar9; bVar1 = *(byte *)(iVar4 + iVar3); if ((bVar1 & 0x80) == 0) { iVar3 = 1; local_30 = (uint)bVar1; } else { iVar3 = FUN_00045748(iVar4 + iVar3,&local_30); } iVar9 = local_30 + iVar9 + iVar3; iVar3 = FUN_0009096c(param_1,iVar9); bVar2 = iVar3 == 0; } else { if (uVar5 - 1 < 2) { iVar9 = iVar6 + 9; } bVar2 = true; } iVar8 = iVar8 + 1; if (param_2 <= iVar8) { bVar2 = false; } iVar6 = iVar9; } while (bVar2); } *param_3 = iVar9; if (local_2c == *piVar7) { return; } /* WARNING: Subroutine does not return */ __stack_chk_fail(iVar3); }
75,806
728_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
curl_global_cleanup
curl_global_cleanup
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void curl_global_cleanup(void) { int iVar1; iVar1 = *(int *)(DAT_00038eb4 + 0x38e84); if (iVar1 == 0) { return; } iVar1 = iVar1 + -1; *(int *)(DAT_00038eb4 + 0x38e84) = iVar1; if (iVar1 != 0) { return; } Curl_global_host_cache_dtor(); Curl_ssl_cleanup(); Curl_resolver_global_cleanup(); (*(code *)PTR_libssh2_exit_00093b40)(); return; }
void curl_global_cleanup(void) { int iVar1; iVar1 = *(int *)(DAT_00038eb4 + 0x38e84); if (iVar1 == 0) { return; } iVar1 = iVar1 + -1; *(int *)(DAT_00038eb4 + 0x38e84) = iVar1; if (iVar1 != 0) { return; } FUN_00019ed0(); FUN_0007426c(); FUN_00058c34(); (*(code *)PTR_libssh2_exit_00093b40)(); return; }
adr r12,0x17f18 add r12,r12,#0x7b000 ldr pc,[r12,#0xc28]! ldr r2,[0x38eb4] add r2,pc,r2 ldr r3,[r2,#0x0] cmp r3,#0x0 bxeq lr sub r3,r3,#0x1 cmp r3,#0x0 str r3,[r2,#0x0] bxne lr stmdb sp!,{r4,lr} bl 0x00019ed0 bl 0x0007426c bl 0x00058c34 ldmia sp!,{r4,lr} b 0x00017f10
null
null
null
null
[('const-417', u'LOAD_-1206088053'), (u'CALLIND_-1205960819', u'INDIRECT_-1205960666'), (u'CAST_-1205960647', u'CALLIND_-1205960819'), ('tmp_75', u'CBRANCH_-1206088024'), (u'CALL_-1206087947', u'INDIRECT_-1206087765'), ('tmp_179', u'CBRANCH_-1206087970'), ('const-4294967295', u'INT_ADD_-1206087991'), (u'LOAD_-1206088053', u'INT_EQUAL_-1206088028'), (u'INDIRECT_-1205960666', u'COPY_-1205960723'), ('const-0', u'RETURN_-1205960816'), (u'CALLIND_-1205960819', u'INDIRECT_-1205960674'), ('const-417', u'STORE_-1206087979'), (u'INDIRECT_-1205960674', u'COPY_-1205960731'), (u'CAST_-1206087780', u'STORE_-1206087979'), (u'INT_EQUAL_-1206088028', u'CBRANCH_-1206088024'), ('const-0', u'INT_EQUAL_-1206088028'), ('tmp_664', u'COPY_-1206087845'), ('tmp_663', u'INT_ADD_-1206088044'), (u'INDIRECT_-1206087778', u'COPY_-1206087836'), (u'INDIRECT_-1206087770', u'COPY_-1206087828'), (u'CALL_-1206087935', u'INDIRECT_-1206087755'), (u'INT_ADD_-1206088044', u'CAST_-1206087780'), (u'CALL_-1206087941', u'INDIRECT_-1206087760'), ('const-0', u'RETURN_-1206087960'), (u'LOAD_-1206088053', u'INT_ADD_-1206087991'), ('const-0', u'RETURN_-1206088014'), (u'CAST_-1206087780', u'LOAD_-1206088053'), (u'CALL_-1206087941', u'INDIRECT_-1206087768'), (u'INT_NOTEQUAL_-1206087980', u'CBRANCH_-1206087970'), (u'INT_ADD_-1206087991', u'STORE_-1206087979'), (u'INT_ADD_-1206087991', u'INT_NOTEQUAL_-1206087980'), (u'CALL_-1206087935', u'INDIRECT_-1206087763'), ('const-233092', u'INT_ADD_-1206088044'), ('const-0', u'INT_NOTEQUAL_-1206087980'), (u'CALL_-1206087947', u'INDIRECT_-1206087773'), ('tmp_663', u'COPY_-1206087853'), (u'INDIRECT_-1206087755', u'CAST_-1205960647'), (u'STORE_-1206087979', u'INDIRECT_-1206087778'), (u'STORE_-1206087979', u'INDIRECT_-1206087770')]
[('const-417', u'LOAD_-1206088053'), (u'CALLIND_-1205960819', u'INDIRECT_-1205960666'), ('const-233092', u'INT_ADD_-1206088044'), (u'CAST_-1205960647', u'CALLIND_-1205960819'), ('tmp_75', u'CBRANCH_-1206088024'), (u'CALL_-1206087947', u'INDIRECT_-1206087765'), ('const-4294967295', u'INT_ADD_-1206087991'), ('tmp_179', u'CBRANCH_-1206087970'), (u'LOAD_-1206088053', u'INT_EQUAL_-1206088028'), ('const-0', u'INT_NOTEQUAL_-1206087980'), (u'INDIRECT_-1205960666', u'COPY_-1205960723'), ('tmp_680', u'INT_ADD_-1206088044'), ('const-0', u'INT_EQUAL_-1206088028'), ('const-0', u'RETURN_-1205960816'), (u'CALLIND_-1205960819', u'INDIRECT_-1205960674'), (u'INDIRECT_-1205960674', u'COPY_-1205960731'), ('tmp_680', u'COPY_-1206087853'), (u'CAST_-1206087780', u'STORE_-1206087979'), (u'INT_EQUAL_-1206088028', u'CBRANCH_-1206088024'), (u'INDIRECT_-1206087778', u'COPY_-1206087836'), (u'INDIRECT_-1206087770', u'COPY_-1206087828'), (u'CALL_-1206087935', u'INDIRECT_-1206087755'), (u'INT_ADD_-1206088044', u'CAST_-1206087780'), (u'CALL_-1206087941', u'INDIRECT_-1206087760'), ('const-0', u'RETURN_-1206087960'), (u'CAST_-1206087780', u'LOAD_-1206088053'), ('const-0', u'RETURN_-1206088014'), (u'LOAD_-1206088053', u'INT_ADD_-1206087991'), (u'CALL_-1206087941', u'INDIRECT_-1206087768'), (u'INT_NOTEQUAL_-1206087980', u'CBRANCH_-1206087970'), (u'INT_ADD_-1206087991', u'STORE_-1206087979'), (u'INT_ADD_-1206087991', u'INT_NOTEQUAL_-1206087980'), (u'CALL_-1206087935', u'INDIRECT_-1206087763'), (u'CALL_-1206087947', u'INDIRECT_-1206087773'), ('const-417', u'STORE_-1206087979'), ('tmp_681', u'COPY_-1206087845'), (u'INDIRECT_-1206087755', u'CAST_-1205960647'), (u'STORE_-1206087979', u'INDIRECT_-1206087778'), (u'STORE_-1206087979', u'INDIRECT_-1206087770')]
null
null
00038e78
arm
O2
(translation_unit "void curl_global_cleanup(void)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);\n if (iVar1 == 0) {\n return;\n }\n iVar1 = iVar1 + -1;\n *(int *)(DAT_00038eb4 + 0x38e84) = iVar1;\n if (iVar1 != 0) {\n return;\n }\n FUN_00019ed0();\n FUN_0007426c();\n FUN_00058c34();\n (*(code *)PTR_libssh2_exit_00093b40)();\n return;\n}\n\n" (function_definition "void curl_global_cleanup(void)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);\n if (iVar1 == 0) {\n return;\n }\n iVar1 = iVar1 + -1;\n *(int *)(DAT_00038eb4 + 0x38e84) = iVar1;\n if (iVar1 != 0) {\n return;\n }\n FUN_00019ed0();\n FUN_0007426c();\n FUN_00058c34();\n (*(code *)PTR_libssh2_exit_00093b40)();\n return;\n}" primitive_type (function_declarator "curl_global_cleanup(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);\n if (iVar1 == 0) {\n return;\n }\n iVar1 = iVar1 + -1;\n *(int *)(DAT_00038eb4 + 0x38e84) = iVar1;\n if (iVar1 != 0) {\n return;\n }\n FUN_00019ed0();\n FUN_0007426c();\n FUN_00058c34();\n (*(code *)PTR_libssh2_exit_00093b40)();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);" (assignment_expression "iVar1 = *(int *)(DAT_00038eb4 + 0x38e84)" identifier = (pointer_expression "*(int *)(DAT_00038eb4 + 0x38e84)" * (cast_expression "(int *)(DAT_00038eb4 + 0x38e84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00038eb4 + 0x38e84)" ( (binary_expression "DAT_00038eb4 + 0x38e84" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 == 0) {\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "iVar1 = iVar1 + -1;" (assignment_expression "iVar1 = iVar1 + -1" identifier = (binary_expression "iVar1 + -1" identifier + number_literal)) ;) (expression_statement "*(int *)(DAT_00038eb4 + 0x38e84) = iVar1;" (assignment_expression "*(int *)(DAT_00038eb4 + 0x38e84) = iVar1" (pointer_expression "*(int *)(DAT_00038eb4 + 0x38e84)" * (cast_expression "(int *)(DAT_00038eb4 + 0x38e84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00038eb4 + 0x38e84)" ( (binary_expression "DAT_00038eb4 + 0x38e84" identifier + number_literal) )))) = identifier) ;) (if_statement "if (iVar1 != 0) {\n return;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00019ed0();" (call_expression "FUN_00019ed0()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0007426c();" (call_expression "FUN_0007426c()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00058c34();" (call_expression "FUN_00058c34()" identifier (argument_list "()" ( ))) ;) (expression_statement "(*(code *)PTR_libssh2_exit_00093b40)();" (call_expression "(*(code *)PTR_libssh2_exit_00093b40)()" (parenthesized_expression "(*(code *)PTR_libssh2_exit_00093b40)" ( (pointer_expression "*(code *)PTR_libssh2_exit_00093b40" * (cast_expression "(code *)PTR_libssh2_exit_00093b40" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid curl_global_cleanup(void)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);\n if (iVar1 == 0) {\n return;\n }\n iVar1 = iVar1 + -1;\n *(int *)(DAT_00038eb4 + 0x38e84) = iVar1;\n if (iVar1 != 0) {\n return;\n }\n Curl_global_host_cache_dtor();\n Curl_ssl_cleanup();\n Curl_resolver_global_cleanup();\n (*(code *)PTR_libssh2_exit_00093b40)();\n return;\n}\n\n" comment (function_definition "void curl_global_cleanup(void)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);\n if (iVar1 == 0) {\n return;\n }\n iVar1 = iVar1 + -1;\n *(int *)(DAT_00038eb4 + 0x38e84) = iVar1;\n if (iVar1 != 0) {\n return;\n }\n Curl_global_host_cache_dtor();\n Curl_ssl_cleanup();\n Curl_resolver_global_cleanup();\n (*(code *)PTR_libssh2_exit_00093b40)();\n return;\n}" primitive_type (function_declarator "curl_global_cleanup(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);\n if (iVar1 == 0) {\n return;\n }\n iVar1 = iVar1 + -1;\n *(int *)(DAT_00038eb4 + 0x38e84) = iVar1;\n if (iVar1 != 0) {\n return;\n }\n Curl_global_host_cache_dtor();\n Curl_ssl_cleanup();\n Curl_resolver_global_cleanup();\n (*(code *)PTR_libssh2_exit_00093b40)();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);" (assignment_expression "iVar1 = *(int *)(DAT_00038eb4 + 0x38e84)" identifier = (pointer_expression "*(int *)(DAT_00038eb4 + 0x38e84)" * (cast_expression "(int *)(DAT_00038eb4 + 0x38e84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00038eb4 + 0x38e84)" ( (binary_expression "DAT_00038eb4 + 0x38e84" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 == 0) {\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "iVar1 = iVar1 + -1;" (assignment_expression "iVar1 = iVar1 + -1" identifier = (binary_expression "iVar1 + -1" identifier + number_literal)) ;) (expression_statement "*(int *)(DAT_00038eb4 + 0x38e84) = iVar1;" (assignment_expression "*(int *)(DAT_00038eb4 + 0x38e84) = iVar1" (pointer_expression "*(int *)(DAT_00038eb4 + 0x38e84)" * (cast_expression "(int *)(DAT_00038eb4 + 0x38e84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00038eb4 + 0x38e84)" ( (binary_expression "DAT_00038eb4 + 0x38e84" identifier + number_literal) )))) = identifier) ;) (if_statement "if (iVar1 != 0) {\n return;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "Curl_global_host_cache_dtor();" (call_expression "Curl_global_host_cache_dtor()" identifier (argument_list "()" ( ))) ;) (expression_statement "Curl_ssl_cleanup();" (call_expression "Curl_ssl_cleanup()" identifier (argument_list "()" ( ))) ;) (expression_statement "Curl_resolver_global_cleanup();" (call_expression "Curl_resolver_global_cleanup()" identifier (argument_list "()" ( ))) ;) (expression_statement "(*(code *)PTR_libssh2_exit_00093b40)();" (call_expression "(*(code *)PTR_libssh2_exit_00093b40)()" (parenthesized_expression "(*(code *)PTR_libssh2_exit_00093b40)" ( (pointer_expression "*(code *)PTR_libssh2_exit_00093b40" * (cast_expression "(code *)PTR_libssh2_exit_00093b40" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void curl_global_cleanup(void)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);\n if (iVar1 == 0) {\n return;\n }\n iVar1 = iVar1 + -1;\n *(int *)(DAT_00038eb4 + 0x38e84) = iVar1;\n if (iVar1 != 0) {\n return;\n }\n FUN_00019ed0();\n FUN_0007426c();\n FUN_00058c34();\n (*(code *)PTR_libssh2_exit_00093b40)();\n return;\n}\n\n" (function_definition "void curl_global_cleanup(void)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);\n if (iVar1 == 0) {\n return;\n }\n iVar1 = iVar1 + -1;\n *(int *)(DAT_00038eb4 + 0x38e84) = iVar1;\n if (iVar1 != 0) {\n return;\n }\n FUN_00019ed0();\n FUN_0007426c();\n FUN_00058c34();\n (*(code *)PTR_libssh2_exit_00093b40)();\n return;\n}" primitive_type (function_declarator "curl_global_cleanup(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);\n if (iVar1 == 0) {\n return;\n }\n iVar1 = iVar1 + -1;\n *(int *)(DAT_00038eb4 + 0x38e84) = iVar1;\n if (iVar1 != 0) {\n return;\n }\n FUN_00019ed0();\n FUN_0007426c();\n FUN_00058c34();\n (*(code *)PTR_libssh2_exit_00093b40)();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);" (assignment_expression "iVar1 = *(int *)(DAT_00038eb4 + 0x38e84)" identifier = (pointer_expression "*(int *)(DAT_00038eb4 + 0x38e84)" * (cast_expression "(int *)(DAT_00038eb4 + 0x38e84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00038eb4 + 0x38e84)" ( (binary_expression "DAT_00038eb4 + 0x38e84" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 == 0) {\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "iVar1 = iVar1 + -1;" (assignment_expression "iVar1 = iVar1 + -1" identifier = (binary_expression "iVar1 + -1" identifier + number_literal)) ;) (expression_statement "*(int *)(DAT_00038eb4 + 0x38e84) = iVar1;" (assignment_expression "*(int *)(DAT_00038eb4 + 0x38e84) = iVar1" (pointer_expression "*(int *)(DAT_00038eb4 + 0x38e84)" * (cast_expression "(int *)(DAT_00038eb4 + 0x38e84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00038eb4 + 0x38e84)" ( (binary_expression "DAT_00038eb4 + 0x38e84" identifier + number_literal) )))) = identifier) ;) (if_statement "if (iVar1 != 0) {\n return;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00019ed0();" (call_expression "FUN_00019ed0()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0007426c();" (call_expression "FUN_0007426c()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00058c34();" (call_expression "FUN_00058c34()" identifier (argument_list "()" ( ))) ;) (expression_statement "(*(code *)PTR_libssh2_exit_00093b40)();" (call_expression "(*(code *)PTR_libssh2_exit_00093b40)()" (parenthesized_expression "(*(code *)PTR_libssh2_exit_00093b40)" ( (pointer_expression "*(code *)PTR_libssh2_exit_00093b40" * (cast_expression "(code *)PTR_libssh2_exit_00093b40" ( (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 { (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 == LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (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 curl_global_cleanup(void)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);\n if (iVar1 == 0) {\n return;\n }\n iVar1 = iVar1 + -1;\n *(int *)(DAT_00038eb4 + 0x38e84) = iVar1;\n if (iVar1 != 0) {\n return;\n }\n FUN_00019ed0();\n FUN_0007426c();\n FUN_00058c34();\n (*(code *)PTR_libssh2_exit_00093b40)();\n return;\n}" (primitive_type "void") (function_declarator "curl_global_cleanup(void)" (identifier "curl_global_cleanup") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);\n if (iVar1 == 0) {\n return;\n }\n iVar1 = iVar1 + -1;\n *(int *)(DAT_00038eb4 + 0x38e84) = iVar1;\n if (iVar1 != 0) {\n return;\n }\n FUN_00019ed0();\n FUN_0007426c();\n FUN_00058c34();\n (*(code *)PTR_libssh2_exit_00093b40)();\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);" (assignment_expression "iVar1 = *(int *)(DAT_00038eb4 + 0x38e84)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(DAT_00038eb4 + 0x38e84)" (* "*") (cast_expression "(int *)(DAT_00038eb4 + 0x38e84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00038eb4 + 0x38e84)" (( "(") (binary_expression "DAT_00038eb4 + 0x38e84" (identifier "DAT_00038eb4") (+ "+") (number_literal "0x38e84")) () ")"))))) (; ";")) (if_statement "if (iVar1 == 0) {\n return;\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "iVar1 = iVar1 + -1;" (assignment_expression "iVar1 = iVar1 + -1" (identifier "iVar1") (= "=") (binary_expression "iVar1 + -1" (identifier "iVar1") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "*(int *)(DAT_00038eb4 + 0x38e84) = iVar1;" (assignment_expression "*(int *)(DAT_00038eb4 + 0x38e84) = iVar1" (pointer_expression "*(int *)(DAT_00038eb4 + 0x38e84)" (* "*") (cast_expression "(int *)(DAT_00038eb4 + 0x38e84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00038eb4 + 0x38e84)" (( "(") (binary_expression "DAT_00038eb4 + 0x38e84" (identifier "DAT_00038eb4") (+ "+") (number_literal "0x38e84")) () ")")))) (= "=") (identifier "iVar1")) (; ";")) (if_statement "if (iVar1 != 0) {\n return;\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00019ed0();" (call_expression "FUN_00019ed0()" (identifier "FUN_00019ed0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_0007426c();" (call_expression "FUN_0007426c()" (identifier "FUN_0007426c") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00058c34();" (call_expression "FUN_00058c34()" (identifier "FUN_00058c34") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "(*(code *)PTR_libssh2_exit_00093b40)();" (call_expression "(*(code *)PTR_libssh2_exit_00093b40)()" (parenthesized_expression "(*(code *)PTR_libssh2_exit_00093b40)" (( "(") (pointer_expression "*(code *)PTR_libssh2_exit_00093b40" (* "*") (cast_expression "(code *)PTR_libssh2_exit_00093b40" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_libssh2_exit_00093b40"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { int var_2; var_2 = *(int *)(var_1 + 0x38e84); if (var_2 == 0) { return; } var_2 = var_2 + -1; *(int *)(var_1 + 0x38e84) = var_2; if (var_2 != 0) { return; } var_3(); var_4(); var_5(); (*(type_1 *)PTR_libssh2_exit_00093b40)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (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))))
void MASKED(void) { int iVar1; iVar1 = *(int *)(DAT_00038eb4 + 0x38e84); if (iVar1 == 0) { return; } iVar1 = iVar1 + -1; *(int *)(DAT_00038eb4 + 0x38e84) = iVar1; if (iVar1 != 0) { return; } FUN_00019ed0(); FUN_0007426c(); FUN_00058c34(); (*(code *)PTR_libssh2_exit_00093b40)(); return; }
62,669
1460_bash_and_bash_strip.c
suspend_builtin
suspend_builtin
int suspend_builtin(WORD_LIST *list) { int iVar1; char *opts; int iVar2; int iVar3; reset_internal_getopt(); iVar3 = 0; opts = (char *)(DAT_000ab798 + 0xab6a0); iVar2 = DAT_000ab79c + 0xab6a4; while( true ) { iVar1 = internal_getopt(list,opts); if (iVar1 == -1) { if (**(int **)(iVar2 + DAT_000ab7a4) == 0) { /* WARNING: Subroutine does not return */ dcgettext(0,&UNK_000ab76c + DAT_000ab7bc,5); } if (iVar3 == 0) { no_args((WORD_LIST *)**(undefined4 **)(iVar2 + DAT_000ab7a8)); if (**(int **)(iVar2 + DAT_000ab7ac) != 0) { /* WARNING: Subroutine does not return */ dcgettext(0,DAT_000ab7c0 + 0xab788,5); } } /* WARNING: Subroutine does not return */ set_signal_handler(0x12,&UNK_000ab734 + DAT_000ab7b0); } if (iVar1 == -99) break; if (iVar1 != 0x66) { builtin_usage(); return DAT_000ab7a0; } iVar3 = iVar3 + 1; } builtin_help(); return DAT_000ab7a0; }
undefined4 suspend_builtin(undefined4 param_1) { int iVar1; undefined4 uVar2; int iVar3; int iVar4; int iVar5; reset_internal_getopt(); iVar5 = 0; iVar3 = DAT_000ab798 + 0xab6a0; iVar4 = DAT_000ab79c + 0xab6a4; while( true ) { iVar1 = internal_getopt(param_1,iVar3); if (iVar1 == -1) { if (**(int **)(iVar4 + DAT_000ab7a4) == 0) { dcgettext(0,DAT_000ab7bc + 0xab76c,5); sh_nojobs(); return 1; } if (iVar5 == 0) { no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8)); if (**(int **)(iVar4 + DAT_000ab7ac) != 0) { dcgettext(0,DAT_000ab7c0 + 0xab788,5); builtin_error(); return 1; } } uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734); iVar3 = DAT_000ab7b8; *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2; killpg(**(__pid_t **)(iVar4 + iVar3),0x13); return 0; } if (iVar1 == -99) break; if (iVar1 != 0x66) { builtin_usage(); return DAT_000ab7a0; } iVar5 = iVar5 + 1; } builtin_help(); return DAT_000ab7a0; }
stmdb sp!,{r4,r5,r6,r7,r8,lr} cpy r5,r0 bl 0x000b2de0 ldr r4,[0xab798] ldr r6,[0xab79c] mov r7,#0x0 add r4,pc,r4 add r6,pc,r6 cpy r1,r4 cpy r0,r5 bl 0x000b2914 cmn r0,#0x1 beq 0x000ab6e4 cmn r0,#0x63 beq 0x000ab6cc cmp r0,#0x66 bne 0x000ab6d8 add r7,r7,#0x1 b 0x000ab6a0 bl 0x000a2ee8 ldr r0,[0xab7a0] ldmia sp!,{r4,r5,r6,r7,r8,pc} bl 0x0009b3c0 ldr r0,[0xab7a0] ldmia sp!,{r4,r5,r6,r7,r8,pc} ldr r3,[0xab7a4] ldr r3,[r6,r3] ldr r0,[r3,#0x0] cmp r0,#0x0 beq 0x000ab75c cmp r7,#0x0 bne 0x000ab724 ldr r3,[0xab7a8] ldr r3,[r6,r3] ldr r0,[r3,#0x0] bl 0x0009b480 ldr r3,[0xab7ac] ldr r3,[r6,r3] ldr r3,[r3,#0x0] cmp r3,#0x0 bne 0x000ab778 ldr r1,[0xab7b0] mov r0,#0x12 add r1,pc,r1 bl 0x0007fd98 ldr r2,[0xab7b4] ldr r3,[0xab7b8] add r2,pc,r2 mov r1,#0x13 str r0,[r2,#0x0] ldr r3,[r6,r3] ldr r0,[r3,#0x0] bl 0x0002f1dc mov r0,#0x0 ldmia sp!,{r4,r5,r6,r7,r8,pc} ldr r1,[0xab7bc] mov r2,#0x5 add r1,pc,r1 bl 0x0002f140 bl 0x0009b7f4 mov r0,#0x1 ldmia sp!,{r4,r5,r6,r7,r8,pc} ldr r1,[0xab7c0] mov r2,#0x5 add r1,pc,r1 cpy r0,r7 bl 0x0002f140 bl 0x0009b254 mov r0,#0x1 ldmia sp!,{r4,r5,r6,r7,r8,pc}
null
null
null
null
[(u'INT_ADD_-1206536203', u'CAST_-1206535625'), (u'PTRADD_-1206536094', u'CALL_-1206536144'), (u'INDIRECT_-1206535776', u'COPY_-1206535825'), (u'INDIRECT_-1206535847', u'MULTIEQUAL_-1206535843'), (u'INT_ADD_-1206536294', u'CAST_-1206535672'), (u'CALL_-1206536031', u'INDIRECT_-1206535710'), (u'CALL_-1206536356', u'INDIRECT_-1206535806'), (u'INDIRECT_-1206535665', u'COPY_-1206535718'), (u'INDIRECT_-1206535605', u'COPY_-1206535658'), (u'INT_ADD_-1206536032', u'CALL_-1206536031'), (u'INDIRECT_-1206535790', u'MULTIEQUAL_-1206535757'), (u'CALL_-1206536031', u'INDIRECT_-1206535590'), (u'CALL_-1206536481', u'INT_NOTEQUAL_-1206536410'), ('const-4294967197', u'INT_EQUAL_-1206536436'), (u'INDIRECT_-1206535760', u'MULTIEQUAL_-1206535727'), (u'CALL_-1206536356', u'INDIRECT_-1206535851'), (u'COPY_-1206536367', u'RETURN_-1206536335'), (u'INDIRECT_-1206535635', u'COPY_-1206535688'), (u'CALL_-1206536366', u'INDIRECT_-1206535838'), (u'INDIRECT_-1206535745', u'MULTIEQUAL_-1206535712'), (u'INDIRECT_-1206535877', u'MULTIEQUAL_-1206535742'), (u'CALL_-1206536144', u'INDIRECT_-1206535797'), (u'INDIRECT_-1206535880', u'MULTIEQUAL_-1206535843'), (u'CALL_-1206536144', u'INDIRECT_-1206535767'), (u'INDIRECT_-1206535730', u'MULTIEQUAL_-1206535697'), (u'CALL_-1206536039', u'INDIRECT_-1206535669'), (u'CALL_-1206536545', u'INDIRECT_-1206535880'), ('const-0', u'CALL_-1206536031'), (u'LOAD_-1206536310', u'LOAD_-1206536304'), (u'INDIRECT_-1206535862', u'MULTIEQUAL_-1206535727'), (u'INDIRECT_-1206535868', u'COPY_-1206535919'), (u'CALL_-1206536039', u'INDIRECT_-1206535744'), (u'CALL_-1206536545', u'INDIRECT_-1206535955'), (u'INDIRECT_-1206535821', u'COPY_-1206535870'), (u'CALL_-1206536356', u'INDIRECT_-1206535896'), (u'INDIRECT_-1206535832', u'PTRADD_-1206535989'), (u'INT_ADD_-1206536498', u'CAST_-1206535753'), (u'PTRSUB_-1206535605', u'PTRADD_-1206536094'), (u'INDIRECT_-1206535654', u'COPY_-1206535704'), (u'INDIRECT_-1206535892', u'INT_ADD_-1206536294'), (u'INDIRECT_-1206535853', u'COPY_-1206535904'), ('const-702260', u'PTRSUB_-1206535605'), (u'CALL_-1206536225', u'INDIRECT_-1206535820'), (u'CALL_-1206536144', u'INDIRECT_-1206535752'), ('const-4294967295', u'INT_EQUAL_-1206536461'), (u'CALL_-1206536144', u'INDIRECT_-1206535722'), (u'INDIRECT_-1206535881', u'COPY_-1206535930'), ('const-0', u'INT_EQUAL_-1206536279'), ('const-1', u'RETURN_-1206536139'), (u'CALL_-1206536039', u'INDIRECT_-1206535639'), ('tmp_225', u'CBRANCH_-1206536433'), ('const-102', u'INT_NOTEQUAL_-1206536410'), (u'INDIRECT_-1206535866', u'COPY_-1206536357'), (u'INT_EQUAL_-1206536279', u'CBRANCH_-1206536276'), (u'INDIRECT_-1206535737', u'COPY_-1206535792'), (u'CALL_-1206536366', u'INDIRECT_-1206535823'), (u'CALL_-1206536225', u'INDIRECT_-1206535835'), (u'INDIRECT_-1206535847', u'MULTIEQUAL_-1206535712'), (u'CALL_-1206536366', u'INDIRECT_-1206535808'), (u'INDIRECT_-1206535729', u'COPY_-1206535779'), (u'CALL_-1206536545', u'INDIRECT_-1206535850'), (u'INDIRECT_-1206535955', u'INT_ADD_-1206536487'), (u'CALL_-1206536031', u'INDIRECT_-1206535665'), (u'INDIRECT_-1206535853', u'COPY_-1206536367'), (u'INDIRECT_-1206535590', u'COPY_-1206535643'), (u'CALL_-1206536144', u'INDIRECT_-1206535782'), (u'CALL_-1206536481', u'INDIRECT_-1206535847'), (u'INDIRECT_-1206535838', u'COPY_-1206535889'), (u'INDIRECT_-1206535805', u'MULTIEQUAL_-1206535772'), (u'INDIRECT_-1206535722', u'COPY_-1206535777'), (u'INDIRECT_-1206535692', u'COPY_-1206535747'), ('const-0', u'PTRSUB_-1206535548'), (u'MULTIEQUAL_-1206535712', u'PTRADD_-1206536094'), (u'CALL_-1206536039', u'INDIRECT_-1206535684'), (u'INDIRECT_-1206535851', u'COPY_-1206535900'), ('const-417', u'LOAD_-1206536304'), (u'CALL_-1206536545', u'INDIRECT_-1206535910'), (u'INDIRECT_-1206535877', u'MULTIEQUAL_-1206535873'), ('const-0', u'CALL_-1206536039'), ('tmp_815', u'CALL_-1206536481'), (u'INDIRECT_-1206535797', u'COPY_-1206535852'), (u'CALL_-1206536144', u'INDIRECT_-1206535737'), (u'CALL_-1206536144', u'INDIRECT_-1206535692'), ('const-1', u'RETURN_-1206536034'), ('tmp_179', u'CBRANCH_-1206536458'), (u'CALL_-1206536031', u'INDIRECT_-1206535635'), (u'CALL_-1206536545', u'INDIRECT_-1206535865'), (u'INDIRECT_-1206535793', u'COPY_-1206535844'), (u'INDIRECT_-1206535883', u'COPY_-1206535934'), ('const-1', u'RETURN_-1206536026'), (u'CALL_-1206536481', u'INDIRECT_-1206535937'), (u'CALL_-1206536225', u'INDIRECT_-1206535745'), ('tmp_311', u'BRANCH_-1206536387'), (u'CALL_-1206536481', u'INDIRECT_-1206535922'), (u'CALL_-1206536481', u'INT_EQUAL_-1206536436'), (u'CALL_-1206536031', u'INDIRECT_-1206535620'), (u'CAST_-1206535625', u'LOAD_-1206536219'), (u'INDIRECT_-1206535620', u'COPY_-1206535673'), (u'INDIRECT_-1206535817', u'MULTIEQUAL_-1206535813'), (u'LOAD_-1206536242', u'LOAD_-1206536236'), (u'INT_ADD_-1206536226', u'CAST_-1206535643'), (u'INDIRECT_-1206535680', u'COPY_-1206535733'), (u'CALL_-1206536031', u'INDIRECT_-1206535605'), (u'INDIRECT_-1206535684', u'COPY_-1206535734'), (u'CAST_-1206535753', u'CALL_-1206536481'), (u'CALL_-1206536481', u'INDIRECT_-1206535862'), (u'INDIRECT_-1206535907', u'MULTIEQUAL_-1206535903'), (u'CALL_-1206536545', u'INDIRECT_-1206535925'), (u'INDIRECT_-1206535806', u'COPY_-1206535855'), (u'INDIRECT_-1206535862', u'MULTIEQUAL_-1206535858'), ('tmp_537', u'CBRANCH_-1206536250'), (u'INDIRECT_-1206535892', u'MULTIEQUAL_-1206535757'), (u'INDIRECT_-1206535707', u'COPY_-1206535762'), (u'CALL_-1206536545', u'INDIRECT_-1206535940'), (u'CALL_-1206536031', u'INDIRECT_-1206535650'), (u'CALL_-1206536356', u'INDIRECT_-1206535866'), (u'PTRADD_-1206535989', u'CALL_-1206536039'), (u'INDIRECT_-1206535710', u'COPY_-1206535763'), (u'CALL_-1206536144', u'INDIRECT_-1206535677'), (u'CALL_-1206536366', u'INDIRECT_-1206535868'), (u'INDIRECT_-1206535922', u'MULTIEQUAL_-1206535918'), ('tmp_489', u'CBRANCH_-1206536276'), (u'CALL_-1206536481', u'INDIRECT_-1206535907'), (u'MULTIEQUAL_-1206536109', u'INT_ADD_-1206536379'), (u'CALL_-1206536356', u'INDIRECT_-1206535836'), (u'INT_EQUAL_-1206536254', u'CBRANCH_-1206536250'), (u'INDIRECT_-1206535835', u'MULTIEQUAL_-1206535802'), (u'INDIRECT_-1206535699', u'COPY_-1206535749'), (u'CALL_-1206536366', u'INDIRECT_-1206535763'), (u'CALL_-1206536031', u'INDIRECT_-1206535680'), (u'LOAD_-1206536304', u'INT_EQUAL_-1206536279'), (u'CALL_-1206536225', u'INDIRECT_-1206535805'), (u'CALL_-1206536481', u'INDIRECT_-1206535832'), (u'CAST_-1206535672', u'LOAD_-1206536310'), (u'INDIRECT_-1206535832', u'MULTIEQUAL_-1206535697'), ('const-5', u'CALL_-1206536039'), (u'INDIRECT_-1206535808', u'COPY_-1206535859'), (u'COPY_-1206536357', u'RETURN_-1206536325'), (u'INDIRECT_-1206535940', u'MULTIEQUAL_-1206535903'), (u'INDIRECT_-1206535850', u'MULTIEQUAL_-1206535813'), (u'INDIRECT_-1206535650', u'COPY_-1206535703'), (u'INDIRECT_-1206535820', u'MULTIEQUAL_-1206535787'), ('const-1', u'INT_ADD_-1206536379'), ('tmp_619', u'CBRANCH_-1206536184'), ('const-0', u'RETURN_-1206536335'), (u'INDIRECT_-1206535817', u'MULTIEQUAL_-1206535682'), (u'CALL_-1206536039', u'INDIRECT_-1206535624'), ('const-417', u'LOAD_-1206536236'), (u'INDIRECT_-1206535970', u'INT_ADD_-1206536498'), (u'CALL_-1206536366', u'INDIRECT_-1206535793'), (u'CALL_-1206536356', u'INDIRECT_-1206535821'), (u'LOAD_-1206536219', u'LOAD_-1206536213'), (u'INDIRECT_-1206535715', u'MULTIEQUAL_-1206535682'), (u'INDIRECT_-1206535937', u'MULTIEQUAL_-1206535933'), ('const-702112', u'INT_ADD_-1206536498'), (u'INDIRECT_-1206535677', u'COPY_-1206535732'), (u'INDIRECT_-1206535832', u'MULTIEQUAL_-1206535828'), (u'INDIRECT_-1206535896', u'COPY_-1206535945'), ('const-5', u'CALL_-1206536031'), (u'INDIRECT_-1206535763', u'COPY_-1206535814'), (u'MULTIEQUAL_-1206536109', u'INT_EQUAL_-1206536254'), (u'INDIRECT_-1206535639', u'COPY_-1206535689'), (u'INDIRECT_-1206535791', u'COPY_-1206535840'), (u'INDIRECT_-1206535624', u'COPY_-1206535674'), (u'INDIRECT_-1206535922', u'MULTIEQUAL_-1206535787'), ('const-702116', u'INT_ADD_-1206536487'), (u'CALL_-1206536039', u'INDIRECT_-1206535729'), (u'CALL_-1206536366', u'INDIRECT_-1206535778'), (u'CALL_-1206536481', u'INDIRECT_-1206535877'), (u'INDIRECT_-1206535823', u'COPY_-1206535874'), (u'CALL_-1206536356', u'INDIRECT_-1206535776'), ('const-18', u'CALL_-1206536144'), (u'INDIRECT_-1206535925', u'MULTIEQUAL_-1206535888'), (u'CALL_-1206536039', u'INDIRECT_-1206535654'), (u'INDIRECT_-1206535715', u'INT_ADD_-1206536032'), (u'INT_NOTEQUAL_-1206536410', u'CBRANCH_-1206536407'), ('const-1', u'PTRADD_-1206535989'), (u'CALL_-1206536366', u'INDIRECT_-1206535853'), (u'CALL_-1206536225', u'INDIRECT_-1206535715'), ('const-417', u'LOAD_-1206536213'), (u'INDIRECT_-1206535955', u'MULTIEQUAL_-1206535918'), (u'CALL_-1206536225', u'INDIRECT_-1206535775'), ('const-1', u'PTRADD_-1206536094'), ('const-702344', u'INT_ADD_-1206536032'), (u'CALL_-1206536031', u'INDIRECT_-1206535695'), (u'CALL_-1206536481', u'INT_EQUAL_-1206536461'), ('const-417', u'LOAD_-1206536219'), (u'INDIRECT_-1206535895', u'MULTIEQUAL_-1206535858'), (u'CALL_-1206536039', u'INDIRECT_-1206535714'), (u'CALL_-1206536545', u'INDIRECT_-1206535895'), (u'INDIRECT_-1206535937', u'MULTIEQUAL_-1206535802'), (u'INDIRECT_-1206535760', u'INT_ADD_-1206536203'), (u'LOAD_-1206536213', u'INT_NOTEQUAL_-1206536187'), (u'INDIRECT_-1206535866', u'COPY_-1206535915'), (u'COPY_-1206536529', u'MULTIEQUAL_-1206536109'), ('const-0', u'INT_NOTEQUAL_-1206536187'), (u'INDIRECT_-1206535892', u'MULTIEQUAL_-1206535888'), (u'CALL_-1206536144', u'INDIRECT_-1206535707'), (u'INT_ADD_-1206536487', u'INT_ADD_-1206536203'), (u'CALL_-1206536366', u'INDIRECT_-1206535883'), (u'CALL_-1206536545', u'INDIRECT_-1206535970'), ('const-702316', u'PTRSUB_-1206535548'), (u'INDIRECT_-1206535775', u'MULTIEQUAL_-1206535742'), (u'INDIRECT_-1206535970', u'MULTIEQUAL_-1206535933'), (u'LOAD_-1206536236', u'CAST_-1206535638'), ('tmp_273', u'CBRANCH_-1206536407'), (u'CALL_-1206536039', u'INDIRECT_-1206535699'), (u'INDIRECT_-1206535910', u'MULTIEQUAL_-1206535873'), ('const-0', u'RETURN_-1206536325'), (u'INDIRECT_-1206535782', u'COPY_-1206535837'), (u'INT_EQUAL_-1206536436', u'CBRANCH_-1206536433'), (u'CALL_-1206536225', u'INDIRECT_-1206535790'), (u'CALL_-1206536481', u'INDIRECT_-1206535817'), ('const-417', u'LOAD_-1206536242'), (u'CAST_-1206535643', u'LOAD_-1206536242'), ('const-0', u'COPY_-1206536529'), (u'INDIRECT_-1206535714', u'COPY_-1206535764'), (u'CALL_-1206536356', u'INDIRECT_-1206535791'), ('const-0', u'PTRSUB_-1206535605'), (u'PTRSUB_-1206535548', u'PTRADD_-1206535989'), (u'INDIRECT_-1206535865', u'MULTIEQUAL_-1206535828'), (u'INDIRECT_-1206535744', u'COPY_-1206535794'), (u'INT_ADD_-1206536379', u'MULTIEQUAL_-1206536109'), (u'INT_ADD_-1206536487', u'INT_ADD_-1206536294'), ('const-0', u'INT_EQUAL_-1206536254'), (u'INDIRECT_-1206535695', u'COPY_-1206535748'), (u'CALL_-1206536356', u'INDIRECT_-1206535881'), (u'CALL_-1206536481', u'INDIRECT_-1206535892'), (u'CAST_-1206535638', u'CALL_-1206536225'), (u'CALL_-1206536225', u'INDIRECT_-1206535760'), (u'INT_NOTEQUAL_-1206536187', u'CBRANCH_-1206536184'), (u'INDIRECT_-1206535778', u'COPY_-1206535829'), (u'INDIRECT_-1206535669', u'COPY_-1206535719'), (u'INDIRECT_-1206535877', u'INT_ADD_-1206536226'), (u'INT_EQUAL_-1206536461', u'CBRANCH_-1206536458'), (u'INDIRECT_-1206535752', u'COPY_-1206535807'), (u'INDIRECT_-1206535836', u'COPY_-1206535885'), (u'INT_ADD_-1206536487', u'INT_ADD_-1206536226'), (u'INDIRECT_-1206535907', u'MULTIEQUAL_-1206535772'), (u'INDIRECT_-1206535767', u'COPY_-1206535822'), (u'CALL_-1206536225', u'INDIRECT_-1206535730'), ('const-417', u'LOAD_-1206536310')]
[(u'CALL_-1206536225', u'INDIRECT_-1206535574'), (u'INT_ADD_-1206536379', u'MULTIEQUAL_-1206535970'), (u'CALL_-1206536545', u'INDIRECT_-1206535748'), (u'INDIRECT_-1206535478', u'INT_ADD_-1206536113'), ('const-0', u'INT_EQUAL_-1206536254'), (u'CALL_-1206536481', u'INDIRECT_-1206535715'), (u'CALL_-1206535973', u'INDIRECT_-1206535354'), (u'CALL_-1206536481', u'INDIRECT_-1206535753'), (u'CALL_-1206536225', u'INDIRECT_-1206535517'), ('const-0', u'RETURN_-1206536335'), (u'INDIRECT_-1206535696', u'MULTIEQUAL_-1206535688'), ('const-417', u'LOAD_-1206536094'), (u'CALL_-1206536356', u'INDIRECT_-1206535538'), ('const-417', u'LOAD_-1206536219'), (u'LOAD_-1206536100', u'LOAD_-1206536094'), (u'CALL_-1206536481', u'INT_NOTEQUAL_-1206536410'), (u'INDIRECT_-1206535460', u'COPY_-1206535500'), (u'COPY_-1206536367', u'RETURN_-1206536335'), (u'INDIRECT_-1206535639', u'COPY_-1206535690'), ('tmp_2067', u'CALL_-1206536481'), ('const-0', u'RETURN_-1206536041'), (u'CALL_-1206536366', u'INDIRECT_-1206535639'), (u'INDIRECT_-1206535710', u'MULTIEQUAL_-1206535669'), (u'CAST_-1206535369', u'LOAD_-1206536242'), (u'INDIRECT_-1206535582', u'COPY_-1206535633'), ('const-417', u'LOAD_-1206536236'), (u'INT_ADD_-1206535946', u'CALL_-1206535950'), (u'CALL_-1206536366', u'INDIRECT_-1206535620'), (u'INDIRECT_-1206535563', u'COPY_-1206535614'), (u'STORE_-1206536105', u'INDIRECT_-1206535563'), (u'CALL_-1206536083', u'INDIRECT_-1206535388'), (u'LOAD_-1206536310', u'LOAD_-1206536304'), (u'CALL_-1206536083', u'INDIRECT_-1206535578'), (u'INDIRECT_-1206535544', u'COPY_-1206535595'), ('const-417', u'LOAD_-1206536304'), (u'INDIRECT_-1206535384', u'COPY_-1206535424'), (u'INDIRECT_-1206535517', u'COPY_-1206535557'), (u'INDIRECT_-1206535696', u'INT_ADD_-1206536294'), (u'CALL_-1206535973', u'INDIRECT_-1206535468'), (u'INDIRECT_-1206535557', u'COPY_-1206535606'), (u'CALL_-1206536481', u'INDIRECT_-1206535734'), (u'COPY_-1206535961', u'RETURN_-1206535925'), (u'INDIRECT_-1206535582', u'MULTIEQUAL_-1206535574'), ('const-702112', u'INT_ADD_-1206536498'), (u'CALL_-1206536225', u'INDIRECT_-1206535593'), (u'STORE_-1206536105', u'INDIRECT_-1206535582'), ('const-0', u'CALL_-1206535973'), (u'INDIRECT_-1206535620', u'MULTIEQUAL_-1206535612'), (u'INDIRECT_-1206535650', u'MULTIEQUAL_-1206535614'), ('const-18', u'CALL_-1206536144'), ('const-417', u'LOAD_-1206536213'), (u'CALL_-1206535944', u'INDIRECT_-1206535555'), (u'INDIRECT_-1206535582', u'MULTIEQUAL_-1206535443'), (u'CALL_-1206536356', u'INDIRECT_-1206535614'), (u'CALL_-1206535950', u'INDIRECT_-1206535484'), (u'CALL_-1206535973', u'INDIRECT_-1206535430'), ('tmp_225', u'CBRANCH_-1206536433'), (u'CALL_-1206536356', u'INDIRECT_-1206535557'), (u'INDIRECT_-1206535479', u'MULTIEQUAL_-1206535443'), (u'COPY_-1206536077', u'RETURN_-1206536041'), (u'INDIRECT_-1206535501', u'COPY_-1206535545'), (u'CALL_-1206536144', u'STORE_-1206536105'), (u'INT_EQUAL_-1206536279', u'CBRANCH_-1206536276'), (u'CALL_-1206535950', u'INDIRECT_-1206535408'), (u'STORE_-1206536105', u'INDIRECT_-1206535487'), (u'CALL_-1206535950', u'INDIRECT_-1206535541'), (u'INDIRECT_-1206535563', u'MULTIEQUAL_-1206535424'), ('const-5', u'CALL_-1206535950'), (u'CALL_-1206535950', u'INDIRECT_-1206535370'), (u'INDIRECT_-1206535734', u'MULTIEQUAL_-1206535595'), (u'INDIRECT_-1206535658', u'MULTIEQUAL_-1206535519'), (u'INDIRECT_-1206535578', u'COPY_-1206535625'), (u'COPY_-1206536529', u'MULTIEQUAL_-1206535970'), (u'INDIRECT_-1206535677', u'INT_ADD_-1206536226'), ('const-702116', u'INT_ADD_-1206536487'), ('const-0', u'INT_EQUAL_-1206536279'), (u'CALL_-1206536545', u'INDIRECT_-1206535691'), (u'INDIRECT_-1206535748', u'MULTIEQUAL_-1206535707'), (u'INDIRECT_-1206535615', u'MULTIEQUAL_-1206535574'), (u'INDIRECT_-1206535460', u'INT_ADD_-1206535974'), ('const-1', u'COPY_-1206535961'), (u'CALL_-1206535973', u'INDIRECT_-1206535449'), (u'INDIRECT_-1206535330', u'COPY_-1206535374'), (u'CALL_-1206535950', u'INDIRECT_-1206535389'), (u'CALL_-1206536356', u'INDIRECT_-1206535690'), (u'INDIRECT_-1206535464', u'COPY_-1206535511'), ('const-0', u'CALL_-1206535950'), (u'CALL_-1206536366', u'INDIRECT_-1206535506'), (u'CALL_-1206536144', u'INDIRECT_-1206535554'), (u'INDIRECT_-1206535422', u'COPY_-1206535462'), (u'INDIRECT_-1206535690', u'COPY_-1206535739'), (u'CALL_-1206536356', u'INDIRECT_-1206535671'), (u'CALL_-1206535967', u'INDIRECT_-1206535368'), (u'CALL_-1206536545', u'INDIRECT_-1206535596'), (u'INDIRECT_-1206535368', u'COPY_-1206535412'), (u'INDIRECT_-1206535633', u'COPY_-1206535682'), ('const-102', u'INT_NOTEQUAL_-1206536410'), ('const-702276', u'INT_ADD_-1206536113'), (u'CALL_-1206535944', u'INDIRECT_-1206535498'), (u'INDIRECT_-1206535734', u'MULTIEQUAL_-1206535726'), (u'INDIRECT_-1206535753', u'MULTIEQUAL_-1206535614'), (u'INDIRECT_-1206535559', u'COPY_-1206535606'), ('tmp_179', u'CBRANCH_-1206536458'), (u'INDIRECT_-1206535502', u'COPY_-1206535549'), (u'CAST_-1206535298', u'LOAD_-1206536100'), (u'MULTIEQUAL_-1206535970', u'INT_ADD_-1206536379'), (u'STORE_-1206536105', u'INDIRECT_-1206535525'), (u'INDIRECT_-1206535441', u'COPY_-1206535481'), (u'CALL_-1206535973', u'INDIRECT_-1206535506'), (u'INDIRECT_-1206535387', u'COPY_-1206535431'), (u'CALL_-1206536545', u'INDIRECT_-1206535729'), (u'CALL_-1206536366', u'INDIRECT_-1206535696'), (u'INDIRECT_-1206535786', u'INT_ADD_-1206536498'), ('const-417', u'LOAD_-1206536242'), ('tmp_311', u'BRANCH_-1206536387'), (u'CALL_-1206535973', u'INDIRECT_-1206535373'), (u'CALL_-1206536481', u'INT_EQUAL_-1206536436'), (u'CALL_-1206535967', u'INDIRECT_-1206535330'), ('const-0', u'RETURN_-1206535925'), (u'CAST_-1206535352', u'LOAD_-1206536219'), ('const-1', u'COPY_-1206535938'), (u'CALL_-1206535944', u'INDIRECT_-1206535441'), (u'CALL_-1206536083', u'INDIRECT_-1206535464'), ('const-5', u'CALL_-1206535973'), (u'INDIRECT_-1206535671', u'COPY_-1206535720'), (u'INDIRECT_-1206535696', u'MULTIEQUAL_-1206535557'), (u'LOAD_-1206536242', u'LOAD_-1206536236'), (u'CALL_-1206535967', u'INDIRECT_-1206535387'), (u'INDIRECT_-1206535753', u'MULTIEQUAL_-1206535745'), (u'INDIRECT_-1206535639', u'MULTIEQUAL_-1206535500'), (u'INDIRECT_-1206535498', u'MULTIEQUAL_-1206535462'), (u'CALL_-1206535944', u'INDIRECT_-1206535517'), (u'CALL_-1206535967', u'INDIRECT_-1206535501'), (u'CALL_-1206535967', u'INDIRECT_-1206535349'), (u'CALL_-1206535967', u'INDIRECT_-1206535482'), (u'INDIRECT_-1206535563', u'MULTIEQUAL_-1206535555'), (u'CALL_-1206536083', u'INDIRECT_-1206535559'), ('const-0', u'COPY_-1206536077'), (u'CALL_-1206536356', u'INDIRECT_-1206535595'), (u'INDIRECT_-1206535767', u'MULTIEQUAL_-1206535726'), (u'INT_ADD_-1206536203', u'CAST_-1206535352'), (u'INDIRECT_-1206535426', u'COPY_-1206535473'), (u'INDIRECT_-1206535479', u'COPY_-1206535519'), (u'LOAD_-1206536094', u'CALL_-1206536083'), (u'INDIRECT_-1206535729', u'MULTIEQUAL_-1206535688'), (u'INDIRECT_-1206535709', u'COPY_-1206535758'), (u'INDIRECT_-1206535614', u'COPY_-1206535663'), (u'CALL_-1206536545', u'INDIRECT_-1206535634'), (u'CALL_-1206535944', u'INDIRECT_-1206535536'), ('tmp_537', u'CBRANCH_-1206536250'), (u'CALL_-1206536481', u'INDIRECT_-1206535696'), (u'INT_ADD_-1206536113', u'CAST_-1206535311'), (u'CALL_-1206536356', u'INDIRECT_-1206535633'), ('const-0', u'INT_NOTEQUAL_-1206536187'), (u'CALL_-1206535967', u'INDIRECT_-1206535444'), (u'INDIRECT_-1206535555', u'MULTIEQUAL_-1206535519'), (u'CALL_-1206536144', u'INDIRECT_-1206535459'), (u'INDIRECT_-1206535653', u'MULTIEQUAL_-1206535612'), (u'INDIRECT_-1206535593', u'MULTIEQUAL_-1206535557'), (u'CALL_-1206535973', u'INDIRECT_-1206535411'), (u'CALL_-1206536481', u'INDIRECT_-1206535620'), (u'CALL_-1206535967', u'INDIRECT_-1206535520'), (u'CALL_-1206536481', u'INDIRECT_-1206535658'), ('const-19', u'CALL_-1206536083'), (u'INDIRECT_-1206535658', u'COPY_-1206536367'), (u'INDIRECT_-1206535672', u'MULTIEQUAL_-1206535631'), ('tmp_489', u'CBRANCH_-1206536276'), (u'INDIRECT_-1206535517', u'MULTIEQUAL_-1206535481'), (u'STORE_-1206536105', u'INDIRECT_-1206535392'), (u'CALL_-1206536225', u'INDIRECT_-1206535650'), (u'INT_EQUAL_-1206536254', u'CBRANCH_-1206536250'), (u'CALL_-1206536083', u'INDIRECT_-1206535407'), (u'LOAD_-1206536304', u'INT_EQUAL_-1206536279'), (u'CALL_-1206536144', u'INDIRECT_-1206535421'), (u'INT_ADD_-1206536498', u'CALL_-1206536481'), (u'CALL_-1206536144', u'INDIRECT_-1206535573'), (u'STORE_-1206536105', u'INDIRECT_-1206535468'), ('const-417', u'LOAD_-1206536100'), (u'CALL_-1206536356', u'INDIRECT_-1206535652'), (u'INDIRECT_-1206535365', u'COPY_-1206535405'), (u'CALL_-1206535950', u'INDIRECT_-1206535465'), ('const-4294967197', u'INT_EQUAL_-1206536436'), (u'INDIRECT_-1206535407', u'COPY_-1206535454'), (u'CALL_-1206535973', u'INDIRECT_-1206535525'), (u'CALL_-1206536144', u'INDIRECT_-1206535497'), (u'INDIRECT_-1206535459', u'COPY_-1206535390'), (u'CALL_-1206535967', u'INDIRECT_-1206535463'), (u'INDIRECT_-1206535525', u'COPY_-1206535576'), (u'INDIRECT_-1206535671', u'COPY_-1206536357'), (u'CALL_-1206536144', u'INDIRECT_-1206535611'), (u'INDIRECT_-1206535601', u'COPY_-1206535652'), (u'INDIRECT_-1206535463', u'COPY_-1206535507'), (u'CALL_-1206536481', u'INDIRECT_-1206535601'), (u'CALL_-1206536225', u'INDIRECT_-1206535555'), (u'CALL_-1206536366', u'INDIRECT_-1206535658'), (u'INDIRECT_-1206535658', u'MULTIEQUAL_-1206535650'), (u'STORE_-1206536105', u'INDIRECT_-1206535449'), (u'COPY_-1206536357', u'RETURN_-1206536325'), ('const-702316', u'INT_ADD_-1206535946'), (u'INDIRECT_-1206535460', u'MULTIEQUAL_-1206535424'), (u'INDIRECT_-1206535677', u'MULTIEQUAL_-1206535669'), (u'CALL_-1206536481', u'INDIRECT_-1206535677'), (u'INDIRECT_-1206535483', u'COPY_-1206535530'), (u'CALL_-1206536144', u'INDIRECT_-1206535440'), (u'STORE_-1206536105', u'INDIRECT_-1206535506'), (u'INDIRECT_-1206535555', u'COPY_-1206535595'), (u'CALL_-1206535973', u'INDIRECT_-1206535335'), (u'INDIRECT_-1206535406', u'COPY_-1206535450'), (u'INDIRECT_-1206535536', u'MULTIEQUAL_-1206535500'), ('const-1', u'INT_ADD_-1206536379'), (u'INDIRECT_-1206535582', u'INT_ADD_-1206535946'), ('tmp_619', u'CBRANCH_-1206536184'), (u'STORE_-1206536105', u'INDIRECT_-1206535544'), (u'CALL_-1206536545', u'INDIRECT_-1206535615'), (u'CALL_-1206535944', u'INDIRECT_-1206535479'), (u'LOAD_-1206536219', u'LOAD_-1206536213'), (u'CALL_-1206536225', u'INDIRECT_-1206535498'), (u'CALL_-1206536144', u'INDIRECT_-1206535478'), (u'INDIRECT_-1206535520', u'COPY_-1206535564'), ('const-702260', u'INT_ADD_-1206536140'), (u'LOAD_-1206536236', u'CALL_-1206536225'), (u'INDIRECT_-1206535620', u'COPY_-1206535671'), (u'MULTIEQUAL_-1206535500', u'INT_ADD_-1206536140'), (u'CALL_-1206535950', u'INDIRECT_-1206535427'), (u'CALL_-1206535967', u'INDIRECT_-1206535406'), ('const-0', u'RETURN_-1206536325'), (u'INDIRECT_-1206535540', u'COPY_-1206535587'), (u'INDIRECT_-1206535521', u'COPY_-1206535568'), (u'CALL_-1206536225', u'INDIRECT_-1206535631'), (u'CALL_-1206535944', u'INDIRECT_-1206535422'), (u'CALL_-1206536144', u'INDIRECT_-1206535535'), (u'INDIRECT_-1206535536', u'COPY_-1206535576'), (u'INDIRECT_-1206535620', u'MULTIEQUAL_-1206535481'), (u'CALL_-1206536545', u'INDIRECT_-1206535767'), (u'INT_ADD_-1206536487', u'INT_ADD_-1206536084'), (u'CALL_-1206536366', u'INDIRECT_-1206535563'), (u'CALL_-1206536545', u'INDIRECT_-1206535672'), (u'INDIRECT_-1206535576', u'COPY_-1206535625'), (u'CALL_-1206536225', u'INDIRECT_-1206535460'), (u'CALL_-1206535944', u'INDIRECT_-1206535365'), (u'INT_ADD_-1206535974', u'CALL_-1206535973'), (u'COPY_-1206535390', u'INT_ADD_-1206536084'), (u'CALL_-1206536545', u'INDIRECT_-1206535786'), (u'INDIRECT_-1206535612', u'MULTIEQUAL_-1206535576'), ('const-417', u'LOAD_-1206536310'), (u'STORE_-1206536105', u'INDIRECT_-1206535430'), (u'STORE_-1206536105', u'INDIRECT_-1206535411'), (u'CALL_-1206536481', u'INDIRECT_-1206535639'), (u'INT_NOTEQUAL_-1206536410', u'CBRANCH_-1206536407'), (u'CAST_-1206535398', u'LOAD_-1206536310'), (u'CALL_-1206535950', u'INDIRECT_-1206535522'), ('const-417', u'STORE_-1206536105'), (u'INDIRECT_-1206535715', u'MULTIEQUAL_-1206535707'), (u'INT_ADD_-1206536084', u'CAST_-1206535298'), (u'INDIRECT_-1206535388', u'COPY_-1206535435'), (u'INDIRECT_-1206535634', u'MULTIEQUAL_-1206535593'), (u'INDIRECT_-1206535677', u'COPY_-1206535728'), (u'CALL_-1206536366', u'INDIRECT_-1206535601'), (u'COPY_-1206535938', u'RETURN_-1206535902'), (u'CALL_-1206536356', u'INDIRECT_-1206535519'), (u'CALL_-1206536225', u'INDIRECT_-1206535612'), (u'CALL_-1206536356', u'INDIRECT_-1206535576'), (u'CALL_-1206536083', u'INDIRECT_-1206535483'), (u'CALL_-1206536481', u'INT_EQUAL_-1206536461'), (u'CALL_-1206535950', u'INDIRECT_-1206535560'), (u'INDIRECT_-1206535677', u'MULTIEQUAL_-1206535538'), (u'INDIRECT_-1206535595', u'COPY_-1206535644'), (u'CALL_-1206536144', u'INDIRECT_-1206535516'), (u'LOAD_-1206536213', u'INT_NOTEQUAL_-1206536187'), (u'CALL_-1206536083', u'INDIRECT_-1206535445'), (u'CALL_-1206536083', u'INDIRECT_-1206535540'), (u'CALL_-1206536083', u'INDIRECT_-1206535426'), (u'CALL_-1206536366', u'INDIRECT_-1206535544'), (u'INT_ADD_-1206536487', u'INT_ADD_-1206536203'), (u'CALL_-1206536481', u'INDIRECT_-1206535582'), (u'INDIRECT_-1206535601', u'MULTIEQUAL_-1206535462'), (u'INDIRECT_-1206535506', u'COPY_-1206535557'), (u'INDIRECT_-1206535498', u'COPY_-1206535538'), (u'INDIRECT_-1206535691', u'MULTIEQUAL_-1206535650'), (u'CALL_-1206535944', u'INDIRECT_-1206535384'), ('tmp_273', u'CBRANCH_-1206536407'), (u'INDIRECT_-1206535519', u'COPY_-1206535568'), (u'INDIRECT_-1206535555', u'INT_ADD_-1206536203'), (u'INT_EQUAL_-1206536436', u'CBRANCH_-1206536433'), (u'INDIRECT_-1206535631', u'MULTIEQUAL_-1206535595'), (u'CALL_-1206535973', u'INDIRECT_-1206535487'), (u'INDIRECT_-1206535601', u'MULTIEQUAL_-1206535593'), (u'CALL_-1206535950', u'INDIRECT_-1206535503'), (u'CALL_-1206536144', u'INDIRECT_-1206535592'), (u'INDIRECT_-1206535425', u'COPY_-1206535469'), (u'INDIRECT_-1206535538', u'COPY_-1206535587'), (u'INDIRECT_-1206535574', u'MULTIEQUAL_-1206535538'), (u'CALL_-1206536481', u'INDIRECT_-1206535563'), (u'MULTIEQUAL_-1206535970', u'INT_EQUAL_-1206536254'), (u'CALL_-1206536083', u'INDIRECT_-1206535502'), (u'CALL_-1206536545', u'INDIRECT_-1206535653'), ('const-0', u'COPY_-1206536529'), (u'INDIRECT_-1206535786', u'MULTIEQUAL_-1206535745'), (u'CALL_-1206536356', u'INDIRECT_-1206535709'), (u'INT_ADD_-1206536226', u'CAST_-1206535369'), (u'INDIRECT_-1206535767', u'INT_ADD_-1206536487'), (u'INDIRECT_-1206535596', u'MULTIEQUAL_-1206535555'), (u'INDIRECT_-1206535445', u'COPY_-1206535492'), (u'CALL_-1206535967', u'INDIRECT_-1206535425'), (u'CAST_-1206535311', u'STORE_-1206536105'), (u'CALL_-1206535973', u'INDIRECT_-1206535392'), ('const-4294967295', u'INT_EQUAL_-1206536461'), (u'INDIRECT_-1206535482', u'COPY_-1206535526'), (u'CALL_-1206536366', u'INDIRECT_-1206535677'), (u'INT_ADD_-1206536487', u'INT_ADD_-1206536294'), (u'INDIRECT_-1206535349', u'COPY_-1206535393'), (u'INDIRECT_-1206535403', u'COPY_-1206535443'), (u'INDIRECT_-1206535715', u'MULTIEQUAL_-1206535576'), (u'CALL_-1206535944', u'INDIRECT_-1206535460'), (u'INT_NOTEQUAL_-1206536187', u'CBRANCH_-1206536184'), (u'CALL_-1206536366', u'INDIRECT_-1206535582'), (u'INDIRECT_-1206535658', u'COPY_-1206535709'), (u'CALL_-1206536225', u'INDIRECT_-1206535479'), (u'INT_EQUAL_-1206536461', u'CBRANCH_-1206536458'), (u'INDIRECT_-1206535652', u'COPY_-1206535701'), (u'CALL_-1206536225', u'INDIRECT_-1206535536'), (u'CALL_-1206536545', u'INDIRECT_-1206535710'), ('const-0', u'RETURN_-1206535902'), (u'INT_ADD_-1206536487', u'INT_ADD_-1206536226'), (u'CALL_-1206535944', u'INDIRECT_-1206535403'), (u'INDIRECT_-1206535444', u'COPY_-1206535488'), (u'INDIRECT_-1206535696', u'COPY_-1206535747'), ('const-702344', u'INT_ADD_-1206535974'), (u'CALL_-1206535950', u'INDIRECT_-1206535446'), (u'INDIRECT_-1206535639', u'MULTIEQUAL_-1206535631'), (u'CALL_-1206536083', u'INDIRECT_-1206535521'), (u'CALL_-1206536366', u'INDIRECT_-1206535525'), (u'INT_ADD_-1206536140', u'CALL_-1206536144'), (u'INT_ADD_-1206536294', u'CAST_-1206535398')]
null
null
000ab680
arm
O2
(translation_unit "undefined4 suspend_builtin(undefined4 param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n \n reset_internal_getopt();\n iVar5 = 0;\n iVar3 = DAT_000ab798 + 0xab6a0;\n iVar4 = DAT_000ab79c + 0xab6a4;\n while( true ) {\n iVar1 = internal_getopt(param_1,iVar3);\n if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar5 = iVar5 + 1;\n }\n builtin_help();\n return DAT_000ab7a0;\n}\n\n" (function_definition "undefined4 suspend_builtin(undefined4 param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n \n reset_internal_getopt();\n iVar5 = 0;\n iVar3 = DAT_000ab798 + 0xab6a0;\n iVar4 = DAT_000ab79c + 0xab6a4;\n while( true ) {\n iVar1 = internal_getopt(param_1,iVar3);\n if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar5 = iVar5 + 1;\n }\n builtin_help();\n return DAT_000ab7a0;\n}" type_identifier (function_declarator "suspend_builtin(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n \n reset_internal_getopt();\n iVar5 = 0;\n iVar3 = DAT_000ab798 + 0xab6a0;\n iVar4 = DAT_000ab79c + 0xab6a4;\n while( true ) {\n iVar1 = internal_getopt(param_1,iVar3);\n if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar5 = iVar5 + 1;\n }\n builtin_help();\n return DAT_000ab7a0;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (expression_statement "reset_internal_getopt();" (call_expression "reset_internal_getopt()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (expression_statement "iVar3 = DAT_000ab798 + 0xab6a0;" (assignment_expression "iVar3 = DAT_000ab798 + 0xab6a0" identifier = (binary_expression "DAT_000ab798 + 0xab6a0" identifier + number_literal)) ;) (expression_statement "iVar4 = DAT_000ab79c + 0xab6a4;" (assignment_expression "iVar4 = DAT_000ab79c + 0xab6a4" identifier = (binary_expression "DAT_000ab79c + 0xab6a4" identifier + number_literal)) ;) (while_statement "while( true ) {\n iVar1 = internal_getopt(param_1,iVar3);\n if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar5 = iVar5 + 1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n iVar1 = internal_getopt(param_1,iVar3);\n if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar5 = iVar5 + 1;\n }" { (expression_statement "iVar1 = internal_getopt(param_1,iVar3);" (assignment_expression "iVar1 = internal_getopt(param_1,iVar3)" identifier = (call_expression "internal_getopt(param_1,iVar3)" identifier (argument_list "(param_1,iVar3)" ( identifier , identifier )))) ;) (if_statement "if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }" if (parenthesized_expression "(iVar1 == -1)" ( (binary_expression "iVar1 == -1" identifier == number_literal) )) (compound_statement "{\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }" { (if_statement "if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }" if (parenthesized_expression "(**(int **)(iVar4 + DAT_000ab7a4) == 0)" ( (binary_expression "**(int **)(iVar4 + DAT_000ab7a4) == 0" (pointer_expression "**(int **)(iVar4 + DAT_000ab7a4)" * (pointer_expression "*(int **)(iVar4 + DAT_000ab7a4)" * (cast_expression "(int **)(iVar4 + DAT_000ab7a4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + DAT_000ab7a4)" ( (binary_expression "iVar4 + DAT_000ab7a4" identifier + identifier) ))))) == number_literal) )) (compound_statement "{\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }" { (expression_statement "dcgettext(0,DAT_000ab7bc + 0xab76c,5);" (call_expression "dcgettext(0,DAT_000ab7bc + 0xab76c,5)" identifier (argument_list "(0,DAT_000ab7bc + 0xab76c,5)" ( number_literal , (binary_expression "DAT_000ab7bc + 0xab76c" identifier + number_literal) , number_literal ))) ;) (expression_statement "sh_nojobs();" (call_expression "sh_nojobs()" identifier (argument_list "()" ( ))) ;) (return_statement "return 1;" return number_literal ;) })) (if_statement "if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }" { (expression_statement "no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));" (call_expression "no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8))" identifier (argument_list "(**(undefined4 **)(iVar4 + DAT_000ab7a8))" ( (pointer_expression "**(undefined4 **)(iVar4 + DAT_000ab7a8)" * (pointer_expression "*(undefined4 **)(iVar4 + DAT_000ab7a8)" * (cast_expression "(undefined4 **)(iVar4 + DAT_000ab7a8)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + DAT_000ab7a8)" ( (binary_expression "iVar4 + DAT_000ab7a8" identifier + identifier) ))))) ))) ;) (if_statement "if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }" if (parenthesized_expression "(**(int **)(iVar4 + DAT_000ab7ac) != 0)" ( (binary_expression "**(int **)(iVar4 + DAT_000ab7ac) != 0" (pointer_expression "**(int **)(iVar4 + DAT_000ab7ac)" * (pointer_expression "*(int **)(iVar4 + DAT_000ab7ac)" * (cast_expression "(int **)(iVar4 + DAT_000ab7ac)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + DAT_000ab7ac)" ( (binary_expression "iVar4 + DAT_000ab7ac" identifier + identifier) ))))) != number_literal) )) (compound_statement "{\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }" { (expression_statement "dcgettext(0,DAT_000ab7c0 + 0xab788,5);" (call_expression "dcgettext(0,DAT_000ab7c0 + 0xab788,5)" identifier (argument_list "(0,DAT_000ab7c0 + 0xab788,5)" ( number_literal , (binary_expression "DAT_000ab7c0 + 0xab788" identifier + number_literal) , number_literal ))) ;) (expression_statement "builtin_error();" (call_expression "builtin_error()" identifier (argument_list "()" ( ))) ;) (return_statement "return 1;" return number_literal ;) })) })) (expression_statement "uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);" (assignment_expression "uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734)" identifier = (call_expression "set_signal_handler(0x12,DAT_000ab7b0 + 0xab734)" identifier (argument_list "(0x12,DAT_000ab7b0 + 0xab734)" ( number_literal , (binary_expression "DAT_000ab7b0 + 0xab734" identifier + number_literal) )))) ;) (expression_statement "iVar3 = DAT_000ab7b8;" (assignment_expression "iVar3 = DAT_000ab7b8" identifier = identifier) ;) (expression_statement "*(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;" (assignment_expression "*(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2" (pointer_expression "*(undefined4 *)(DAT_000ab7b4 + 0xab744)" * (cast_expression "(undefined4 *)(DAT_000ab7b4 + 0xab744)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000ab7b4 + 0xab744)" ( (binary_expression "DAT_000ab7b4 + 0xab744" identifier + number_literal) )))) = identifier) ;) (expression_statement "killpg(**(__pid_t **)(iVar4 + iVar3),0x13);" (call_expression "killpg(**(__pid_t **)(iVar4 + iVar3),0x13)" identifier (argument_list "(**(__pid_t **)(iVar4 + iVar3),0x13)" ( (pointer_expression "**(__pid_t **)(iVar4 + iVar3)" * (pointer_expression "*(__pid_t **)(iVar4 + iVar3)" * (cast_expression "(__pid_t **)(iVar4 + iVar3)" ( (type_descriptor "__pid_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + iVar3)" ( (binary_expression "iVar4 + iVar3" identifier + identifier) ))))) , number_literal ))) ;) (return_statement "return 0;" return number_literal ;) })) (if_statement "if (iVar1 == -99) break;" if (parenthesized_expression "(iVar1 == -99)" ( (binary_expression "iVar1 == -99" identifier == number_literal) )) (break_statement "break;" break ;)) (if_statement "if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }" if (parenthesized_expression "(iVar1 != 0x66)" ( (binary_expression "iVar1 != 0x66" identifier != number_literal) )) (compound_statement "{\n builtin_usage();\n return DAT_000ab7a0;\n }" { (expression_statement "builtin_usage();" (call_expression "builtin_usage()" identifier (argument_list "()" ( ))) ;) (return_statement "return DAT_000ab7a0;" return identifier ;) })) (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" identifier = (binary_expression "iVar5 + 1" identifier + number_literal)) ;) })) (expression_statement "builtin_help();" (call_expression "builtin_help()" identifier (argument_list "()" ( ))) ;) (return_statement "return DAT_000ab7a0;" return identifier ;) })))
(translation_unit "int suspend_builtin(WORD_LIST *list)\n\n{\n int iVar1;\n char *opts;\n int iVar2;\n int iVar3;\n \n reset_internal_getopt();\n iVar3 = 0;\n opts = (char *)(DAT_000ab798 + 0xab6a0);\n iVar2 = DAT_000ab79c + 0xab6a4;\n while( true ) {\n iVar1 = internal_getopt(list,opts);\n if (iVar1 == -1) {\n if (**(int **)(iVar2 + DAT_000ab7a4) == 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,&UNK_000ab76c + DAT_000ab7bc,5);\n }\n if (iVar3 == 0) {\n no_args((WORD_LIST *)**(undefined4 **)(iVar2 + DAT_000ab7a8));\n if (**(int **)(iVar2 + DAT_000ab7ac) != 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n }\n }\n /* WARNING: Subroutine does not return */\n set_signal_handler(0x12,&UNK_000ab734 + DAT_000ab7b0);\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar3 = iVar3 + 1;\n }\n builtin_help();\n return DAT_000ab7a0;\n}\n\n" (function_definition "int suspend_builtin(WORD_LIST *list)\n\n{\n int iVar1;\n char *opts;\n int iVar2;\n int iVar3;\n \n reset_internal_getopt();\n iVar3 = 0;\n opts = (char *)(DAT_000ab798 + 0xab6a0);\n iVar2 = DAT_000ab79c + 0xab6a4;\n while( true ) {\n iVar1 = internal_getopt(list,opts);\n if (iVar1 == -1) {\n if (**(int **)(iVar2 + DAT_000ab7a4) == 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,&UNK_000ab76c + DAT_000ab7bc,5);\n }\n if (iVar3 == 0) {\n no_args((WORD_LIST *)**(undefined4 **)(iVar2 + DAT_000ab7a8));\n if (**(int **)(iVar2 + DAT_000ab7ac) != 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n }\n }\n /* WARNING: Subroutine does not return */\n set_signal_handler(0x12,&UNK_000ab734 + DAT_000ab7b0);\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar3 = iVar3 + 1;\n }\n builtin_help();\n return DAT_000ab7a0;\n}" primitive_type (function_declarator "suspend_builtin(WORD_LIST *list)" identifier (parameter_list "(WORD_LIST *list)" ( (parameter_declaration "WORD_LIST *list" type_identifier (pointer_declarator "*list" * identifier)) ))) (compound_statement "{\n int iVar1;\n char *opts;\n int iVar2;\n int iVar3;\n \n reset_internal_getopt();\n iVar3 = 0;\n opts = (char *)(DAT_000ab798 + 0xab6a0);\n iVar2 = DAT_000ab79c + 0xab6a4;\n while( true ) {\n iVar1 = internal_getopt(list,opts);\n if (iVar1 == -1) {\n if (**(int **)(iVar2 + DAT_000ab7a4) == 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,&UNK_000ab76c + DAT_000ab7bc,5);\n }\n if (iVar3 == 0) {\n no_args((WORD_LIST *)**(undefined4 **)(iVar2 + DAT_000ab7a8));\n if (**(int **)(iVar2 + DAT_000ab7ac) != 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n }\n }\n /* WARNING: Subroutine does not return */\n set_signal_handler(0x12,&UNK_000ab734 + DAT_000ab7b0);\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar3 = iVar3 + 1;\n }\n builtin_help();\n return DAT_000ab7a0;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "char *opts;" primitive_type (pointer_declarator "*opts" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (expression_statement "reset_internal_getopt();" (call_expression "reset_internal_getopt()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" identifier = number_literal) ;) (expression_statement "opts = (char *)(DAT_000ab798 + 0xab6a0);" (assignment_expression "opts = (char *)(DAT_000ab798 + 0xab6a0)" identifier = (cast_expression "(char *)(DAT_000ab798 + 0xab6a0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000ab798 + 0xab6a0)" ( (binary_expression "DAT_000ab798 + 0xab6a0" identifier + number_literal) )))) ;) (expression_statement "iVar2 = DAT_000ab79c + 0xab6a4;" (assignment_expression "iVar2 = DAT_000ab79c + 0xab6a4" identifier = (binary_expression "DAT_000ab79c + 0xab6a4" identifier + number_literal)) ;) (while_statement "while( true ) {\n iVar1 = internal_getopt(list,opts);\n if (iVar1 == -1) {\n if (**(int **)(iVar2 + DAT_000ab7a4) == 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,&UNK_000ab76c + DAT_000ab7bc,5);\n }\n if (iVar3 == 0) {\n no_args((WORD_LIST *)**(undefined4 **)(iVar2 + DAT_000ab7a8));\n if (**(int **)(iVar2 + DAT_000ab7ac) != 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n }\n }\n /* WARNING: Subroutine does not return */\n set_signal_handler(0x12,&UNK_000ab734 + DAT_000ab7b0);\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar3 = iVar3 + 1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n iVar1 = internal_getopt(list,opts);\n if (iVar1 == -1) {\n if (**(int **)(iVar2 + DAT_000ab7a4) == 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,&UNK_000ab76c + DAT_000ab7bc,5);\n }\n if (iVar3 == 0) {\n no_args((WORD_LIST *)**(undefined4 **)(iVar2 + DAT_000ab7a8));\n if (**(int **)(iVar2 + DAT_000ab7ac) != 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n }\n }\n /* WARNING: Subroutine does not return */\n set_signal_handler(0x12,&UNK_000ab734 + DAT_000ab7b0);\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar3 = iVar3 + 1;\n }" { (expression_statement "iVar1 = internal_getopt(list,opts);" (assignment_expression "iVar1 = internal_getopt(list,opts)" identifier = (call_expression "internal_getopt(list,opts)" identifier (argument_list "(list,opts)" ( identifier , identifier )))) ;) (if_statement "if (iVar1 == -1) {\n if (**(int **)(iVar2 + DAT_000ab7a4) == 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,&UNK_000ab76c + DAT_000ab7bc,5);\n }\n if (iVar3 == 0) {\n no_args((WORD_LIST *)**(undefined4 **)(iVar2 + DAT_000ab7a8));\n if (**(int **)(iVar2 + DAT_000ab7ac) != 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n }\n }\n /* WARNING: Subroutine does not return */\n set_signal_handler(0x12,&UNK_000ab734 + DAT_000ab7b0);\n }" if (parenthesized_expression "(iVar1 == -1)" ( (binary_expression "iVar1 == -1" identifier == number_literal) )) (compound_statement "{\n if (**(int **)(iVar2 + DAT_000ab7a4) == 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,&UNK_000ab76c + DAT_000ab7bc,5);\n }\n if (iVar3 == 0) {\n no_args((WORD_LIST *)**(undefined4 **)(iVar2 + DAT_000ab7a8));\n if (**(int **)(iVar2 + DAT_000ab7ac) != 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n }\n }\n /* WARNING: Subroutine does not return */\n set_signal_handler(0x12,&UNK_000ab734 + DAT_000ab7b0);\n }" { (if_statement "if (**(int **)(iVar2 + DAT_000ab7a4) == 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,&UNK_000ab76c + DAT_000ab7bc,5);\n }" if (parenthesized_expression "(**(int **)(iVar2 + DAT_000ab7a4) == 0)" ( (binary_expression "**(int **)(iVar2 + DAT_000ab7a4) == 0" (pointer_expression "**(int **)(iVar2 + DAT_000ab7a4)" * (pointer_expression "*(int **)(iVar2 + DAT_000ab7a4)" * (cast_expression "(int **)(iVar2 + DAT_000ab7a4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar2 + DAT_000ab7a4)" ( (binary_expression "iVar2 + DAT_000ab7a4" identifier + identifier) ))))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n dcgettext(0,&UNK_000ab76c + DAT_000ab7bc,5);\n }" { comment (expression_statement "dcgettext(0,&UNK_000ab76c + DAT_000ab7bc,5);" (call_expression "dcgettext(0,&UNK_000ab76c + DAT_000ab7bc,5)" identifier (argument_list "(0,&UNK_000ab76c + DAT_000ab7bc,5)" ( number_literal , (binary_expression "&UNK_000ab76c + DAT_000ab7bc" (pointer_expression "&UNK_000ab76c" & identifier) + identifier) , number_literal ))) ;) })) (if_statement "if (iVar3 == 0) {\n no_args((WORD_LIST *)**(undefined4 **)(iVar2 + DAT_000ab7a8));\n if (**(int **)(iVar2 + DAT_000ab7ac) != 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n }\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n no_args((WORD_LIST *)**(undefined4 **)(iVar2 + DAT_000ab7a8));\n if (**(int **)(iVar2 + DAT_000ab7ac) != 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n }\n }" { (expression_statement "no_args((WORD_LIST *)**(undefined4 **)(iVar2 + DAT_000ab7a8));" (call_expression "no_args((WORD_LIST *)**(undefined4 **)(iVar2 + DAT_000ab7a8))" identifier (argument_list "((WORD_LIST *)**(undefined4 **)(iVar2 + DAT_000ab7a8))" ( (cast_expression "(WORD_LIST *)**(undefined4 **)(iVar2 + DAT_000ab7a8)" ( (type_descriptor "WORD_LIST *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "**(undefined4 **)(iVar2 + DAT_000ab7a8)" * (pointer_expression "*(undefined4 **)(iVar2 + DAT_000ab7a8)" * (cast_expression "(undefined4 **)(iVar2 + DAT_000ab7a8)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar2 + DAT_000ab7a8)" ( (binary_expression "iVar2 + DAT_000ab7a8" identifier + identifier) )))))) ))) ;) (if_statement "if (**(int **)(iVar2 + DAT_000ab7ac) != 0) {\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n }" if (parenthesized_expression "(**(int **)(iVar2 + DAT_000ab7ac) != 0)" ( (binary_expression "**(int **)(iVar2 + DAT_000ab7ac) != 0" (pointer_expression "**(int **)(iVar2 + DAT_000ab7ac)" * (pointer_expression "*(int **)(iVar2 + DAT_000ab7ac)" * (cast_expression "(int **)(iVar2 + DAT_000ab7ac)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar2 + DAT_000ab7ac)" ( (binary_expression "iVar2 + DAT_000ab7ac" identifier + identifier) ))))) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n }" { comment (expression_statement "dcgettext(0,DAT_000ab7c0 + 0xab788,5);" (call_expression "dcgettext(0,DAT_000ab7c0 + 0xab788,5)" identifier (argument_list "(0,DAT_000ab7c0 + 0xab788,5)" ( number_literal , (binary_expression "DAT_000ab7c0 + 0xab788" identifier + number_literal) , number_literal ))) ;) })) })) comment (expression_statement "set_signal_handler(0x12,&UNK_000ab734 + DAT_000ab7b0);" (call_expression "set_signal_handler(0x12,&UNK_000ab734 + DAT_000ab7b0)" identifier (argument_list "(0x12,&UNK_000ab734 + DAT_000ab7b0)" ( number_literal , (binary_expression "&UNK_000ab734 + DAT_000ab7b0" (pointer_expression "&UNK_000ab734" & identifier) + identifier) ))) ;) })) (if_statement "if (iVar1 == -99) break;" if (parenthesized_expression "(iVar1 == -99)" ( (binary_expression "iVar1 == -99" identifier == number_literal) )) (break_statement "break;" break ;)) (if_statement "if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }" if (parenthesized_expression "(iVar1 != 0x66)" ( (binary_expression "iVar1 != 0x66" identifier != number_literal) )) (compound_statement "{\n builtin_usage();\n return DAT_000ab7a0;\n }" { (expression_statement "builtin_usage();" (call_expression "builtin_usage()" identifier (argument_list "()" ( ))) ;) (return_statement "return DAT_000ab7a0;" return identifier ;) })) (expression_statement "iVar3 = iVar3 + 1;" (assignment_expression "iVar3 = iVar3 + 1" identifier = (binary_expression "iVar3 + 1" identifier + number_literal)) ;) })) (expression_statement "builtin_help();" (call_expression "builtin_help()" identifier (argument_list "()" ( ))) ;) (return_statement "return DAT_000ab7a0;" return identifier ;) })))
(translation_unit "undefined4 suspend_builtin(undefined4 param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n \n reset_internal_getopt();\n iVar5 = 0;\n iVar3 = DAT_000ab798 + 0xab6a0;\n iVar4 = DAT_000ab79c + 0xab6a4;\n while( true ) {\n iVar1 = internal_getopt(param_1,iVar3);\n if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar5 = iVar5 + 1;\n }\n builtin_help();\n return DAT_000ab7a0;\n}\n\n" (function_definition "undefined4 suspend_builtin(undefined4 param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n \n reset_internal_getopt();\n iVar5 = 0;\n iVar3 = DAT_000ab798 + 0xab6a0;\n iVar4 = DAT_000ab79c + 0xab6a4;\n while( true ) {\n iVar1 = internal_getopt(param_1,iVar3);\n if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar5 = iVar5 + 1;\n }\n builtin_help();\n return DAT_000ab7a0;\n}" type_identifier (function_declarator "suspend_builtin(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n \n reset_internal_getopt();\n iVar5 = 0;\n iVar3 = DAT_000ab798 + 0xab6a0;\n iVar4 = DAT_000ab79c + 0xab6a4;\n while( true ) {\n iVar1 = internal_getopt(param_1,iVar3);\n if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar5 = iVar5 + 1;\n }\n builtin_help();\n return DAT_000ab7a0;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (expression_statement "reset_internal_getopt();" (call_expression "reset_internal_getopt()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (expression_statement "iVar3 = DAT_000ab798 + 0xab6a0;" (assignment_expression "iVar3 = DAT_000ab798 + 0xab6a0" identifier = (binary_expression "DAT_000ab798 + 0xab6a0" identifier + number_literal)) ;) (expression_statement "iVar4 = DAT_000ab79c + 0xab6a4;" (assignment_expression "iVar4 = DAT_000ab79c + 0xab6a4" identifier = (binary_expression "DAT_000ab79c + 0xab6a4" identifier + number_literal)) ;) (while_statement "while( true ) {\n iVar1 = internal_getopt(param_1,iVar3);\n if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar5 = iVar5 + 1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n iVar1 = internal_getopt(param_1,iVar3);\n if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar5 = iVar5 + 1;\n }" { (expression_statement "iVar1 = internal_getopt(param_1,iVar3);" (assignment_expression "iVar1 = internal_getopt(param_1,iVar3)" identifier = (call_expression "internal_getopt(param_1,iVar3)" identifier (argument_list "(param_1,iVar3)" ( identifier , identifier )))) ;) (if_statement "if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }" if (parenthesized_expression "(iVar1 == -1)" ( (binary_expression "iVar1 == -1" identifier == number_literal) )) (compound_statement "{\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }" { (if_statement "if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }" if (parenthesized_expression "(**(int **)(iVar4 + DAT_000ab7a4) == 0)" ( (binary_expression "**(int **)(iVar4 + DAT_000ab7a4) == 0" (pointer_expression "**(int **)(iVar4 + DAT_000ab7a4)" * (pointer_expression "*(int **)(iVar4 + DAT_000ab7a4)" * (cast_expression "(int **)(iVar4 + DAT_000ab7a4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + DAT_000ab7a4)" ( (binary_expression "iVar4 + DAT_000ab7a4" identifier + identifier) ))))) == number_literal) )) (compound_statement "{\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }" { (expression_statement "dcgettext(0,DAT_000ab7bc + 0xab76c,5);" (call_expression "dcgettext(0,DAT_000ab7bc + 0xab76c,5)" identifier (argument_list "(0,DAT_000ab7bc + 0xab76c,5)" ( number_literal , (binary_expression "DAT_000ab7bc + 0xab76c" identifier + number_literal) , number_literal ))) ;) (expression_statement "sh_nojobs();" (call_expression "sh_nojobs()" identifier (argument_list "()" ( ))) ;) (return_statement "return 1;" return number_literal ;) })) (if_statement "if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }" { (expression_statement "no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));" (call_expression "no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8))" identifier (argument_list "(**(undefined4 **)(iVar4 + DAT_000ab7a8))" ( (pointer_expression "**(undefined4 **)(iVar4 + DAT_000ab7a8)" * (pointer_expression "*(undefined4 **)(iVar4 + DAT_000ab7a8)" * (cast_expression "(undefined4 **)(iVar4 + DAT_000ab7a8)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + DAT_000ab7a8)" ( (binary_expression "iVar4 + DAT_000ab7a8" identifier + identifier) ))))) ))) ;) (if_statement "if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }" if (parenthesized_expression "(**(int **)(iVar4 + DAT_000ab7ac) != 0)" ( (binary_expression "**(int **)(iVar4 + DAT_000ab7ac) != 0" (pointer_expression "**(int **)(iVar4 + DAT_000ab7ac)" * (pointer_expression "*(int **)(iVar4 + DAT_000ab7ac)" * (cast_expression "(int **)(iVar4 + DAT_000ab7ac)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + DAT_000ab7ac)" ( (binary_expression "iVar4 + DAT_000ab7ac" identifier + identifier) ))))) != number_literal) )) (compound_statement "{\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }" { (expression_statement "dcgettext(0,DAT_000ab7c0 + 0xab788,5);" (call_expression "dcgettext(0,DAT_000ab7c0 + 0xab788,5)" identifier (argument_list "(0,DAT_000ab7c0 + 0xab788,5)" ( number_literal , (binary_expression "DAT_000ab7c0 + 0xab788" identifier + number_literal) , number_literal ))) ;) (expression_statement "builtin_error();" (call_expression "builtin_error()" identifier (argument_list "()" ( ))) ;) (return_statement "return 1;" return number_literal ;) })) })) (expression_statement "uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);" (assignment_expression "uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734)" identifier = (call_expression "set_signal_handler(0x12,DAT_000ab7b0 + 0xab734)" identifier (argument_list "(0x12,DAT_000ab7b0 + 0xab734)" ( number_literal , (binary_expression "DAT_000ab7b0 + 0xab734" identifier + number_literal) )))) ;) (expression_statement "iVar3 = DAT_000ab7b8;" (assignment_expression "iVar3 = DAT_000ab7b8" identifier = identifier) ;) (expression_statement "*(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;" (assignment_expression "*(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2" (pointer_expression "*(undefined4 *)(DAT_000ab7b4 + 0xab744)" * (cast_expression "(undefined4 *)(DAT_000ab7b4 + 0xab744)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000ab7b4 + 0xab744)" ( (binary_expression "DAT_000ab7b4 + 0xab744" identifier + number_literal) )))) = identifier) ;) (expression_statement "killpg(**(__pid_t **)(iVar4 + iVar3),0x13);" (call_expression "killpg(**(__pid_t **)(iVar4 + iVar3),0x13)" identifier (argument_list "(**(__pid_t **)(iVar4 + iVar3),0x13)" ( (pointer_expression "**(__pid_t **)(iVar4 + iVar3)" * (pointer_expression "*(__pid_t **)(iVar4 + iVar3)" * (cast_expression "(__pid_t **)(iVar4 + iVar3)" ( (type_descriptor "__pid_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + iVar3)" ( (binary_expression "iVar4 + iVar3" identifier + identifier) ))))) , number_literal ))) ;) (return_statement "return 0;" return number_literal ;) })) (if_statement "if (iVar1 == -99) break;" if (parenthesized_expression "(iVar1 == -99)" ( (binary_expression "iVar1 == -99" identifier == number_literal) )) (break_statement "break;" break ;)) (if_statement "if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }" if (parenthesized_expression "(iVar1 != 0x66)" ( (binary_expression "iVar1 != 0x66" identifier != number_literal) )) (compound_statement "{\n builtin_usage();\n return DAT_000ab7a0;\n }" { (expression_statement "builtin_usage();" (call_expression "builtin_usage()" identifier (argument_list "()" ( ))) ;) (return_statement "return DAT_000ab7a0;" return identifier ;) })) (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" identifier = (binary_expression "iVar5 + 1" identifier + number_literal)) ;) })) (expression_statement "builtin_help();" (call_expression "builtin_help()" identifier (argument_list "()" ( ))) ;) (return_statement "return DAT_000ab7a0;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return LIT ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))))) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return LIT ;) })) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (binary_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 IDENT + LIT) )))) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))))) , LIT ))) ;) (return_statement return LIT ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return IDENT ;) })))
(function_definition "undefined4 suspend_builtin(undefined4 param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n \n reset_internal_getopt();\n iVar5 = 0;\n iVar3 = DAT_000ab798 + 0xab6a0;\n iVar4 = DAT_000ab79c + 0xab6a4;\n while( true ) {\n iVar1 = internal_getopt(param_1,iVar3);\n if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar5 = iVar5 + 1;\n }\n builtin_help();\n return DAT_000ab7a0;\n}" (type_identifier "undefined4") (function_declarator "suspend_builtin(undefined4 param_1)" (identifier "suspend_builtin") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n \n reset_internal_getopt();\n iVar5 = 0;\n iVar3 = DAT_000ab798 + 0xab6a0;\n iVar4 = DAT_000ab79c + 0xab6a4;\n while( true ) {\n iVar1 = internal_getopt(param_1,iVar3);\n if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar5 = iVar5 + 1;\n }\n builtin_help();\n return DAT_000ab7a0;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (expression_statement "reset_internal_getopt();" (call_expression "reset_internal_getopt()" (identifier "reset_internal_getopt") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" (identifier "iVar5") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar3 = DAT_000ab798 + 0xab6a0;" (assignment_expression "iVar3 = DAT_000ab798 + 0xab6a0" (identifier "iVar3") (= "=") (binary_expression "DAT_000ab798 + 0xab6a0" (identifier "DAT_000ab798") (+ "+") (number_literal "0xab6a0"))) (; ";")) (expression_statement "iVar4 = DAT_000ab79c + 0xab6a4;" (assignment_expression "iVar4 = DAT_000ab79c + 0xab6a4" (identifier "iVar4") (= "=") (binary_expression "DAT_000ab79c + 0xab6a4" (identifier "DAT_000ab79c") (+ "+") (number_literal "0xab6a4"))) (; ";")) (while_statement "while( true ) {\n iVar1 = internal_getopt(param_1,iVar3);\n if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar5 = iVar5 + 1;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n iVar1 = internal_getopt(param_1,iVar3);\n if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }\n if (iVar1 == -99) break;\n if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }\n iVar5 = iVar5 + 1;\n }" ({ "{") (expression_statement "iVar1 = internal_getopt(param_1,iVar3);" (assignment_expression "iVar1 = internal_getopt(param_1,iVar3)" (identifier "iVar1") (= "=") (call_expression "internal_getopt(param_1,iVar3)" (identifier "internal_getopt") (argument_list "(param_1,iVar3)" (( "(") (identifier "param_1") (, ",") (identifier "iVar3") () ")")))) (; ";")) (if_statement "if (iVar1 == -1) {\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }" (if "if") (parenthesized_expression "(iVar1 == -1)" (( "(") (binary_expression "iVar1 == -1" (identifier "iVar1") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }\n if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }\n uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);\n iVar3 = DAT_000ab7b8;\n *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;\n killpg(**(__pid_t **)(iVar4 + iVar3),0x13);\n return 0;\n }" ({ "{") (if_statement "if (**(int **)(iVar4 + DAT_000ab7a4) == 0) {\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }" (if "if") (parenthesized_expression "(**(int **)(iVar4 + DAT_000ab7a4) == 0)" (( "(") (binary_expression "**(int **)(iVar4 + DAT_000ab7a4) == 0" (pointer_expression "**(int **)(iVar4 + DAT_000ab7a4)" (* "*") (pointer_expression "*(int **)(iVar4 + DAT_000ab7a4)" (* "*") (cast_expression "(int **)(iVar4 + DAT_000ab7a4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar4 + DAT_000ab7a4)" (( "(") (binary_expression "iVar4 + DAT_000ab7a4" (identifier "iVar4") (+ "+") (identifier "DAT_000ab7a4")) () ")"))))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n dcgettext(0,DAT_000ab7bc + 0xab76c,5);\n sh_nojobs();\n return 1;\n }" ({ "{") (expression_statement "dcgettext(0,DAT_000ab7bc + 0xab76c,5);" (call_expression "dcgettext(0,DAT_000ab7bc + 0xab76c,5)" (identifier "dcgettext") (argument_list "(0,DAT_000ab7bc + 0xab76c,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_000ab7bc + 0xab76c" (identifier "DAT_000ab7bc") (+ "+") (number_literal "0xab76c")) (, ",") (number_literal "5") () ")"))) (; ";")) (expression_statement "sh_nojobs();" (call_expression "sh_nojobs()" (identifier "sh_nojobs") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (if_statement "if (iVar5 == 0) {\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }" (if "if") (parenthesized_expression "(iVar5 == 0)" (( "(") (binary_expression "iVar5 == 0" (identifier "iVar5") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));\n if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }\n }" ({ "{") (expression_statement "no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8));" (call_expression "no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8))" (identifier "no_args") (argument_list "(**(undefined4 **)(iVar4 + DAT_000ab7a8))" (( "(") (pointer_expression "**(undefined4 **)(iVar4 + DAT_000ab7a8)" (* "*") (pointer_expression "*(undefined4 **)(iVar4 + DAT_000ab7a8)" (* "*") (cast_expression "(undefined4 **)(iVar4 + DAT_000ab7a8)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar4 + DAT_000ab7a8)" (( "(") (binary_expression "iVar4 + DAT_000ab7a8" (identifier "iVar4") (+ "+") (identifier "DAT_000ab7a8")) () ")"))))) () ")"))) (; ";")) (if_statement "if (**(int **)(iVar4 + DAT_000ab7ac) != 0) {\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }" (if "if") (parenthesized_expression "(**(int **)(iVar4 + DAT_000ab7ac) != 0)" (( "(") (binary_expression "**(int **)(iVar4 + DAT_000ab7ac) != 0" (pointer_expression "**(int **)(iVar4 + DAT_000ab7ac)" (* "*") (pointer_expression "*(int **)(iVar4 + DAT_000ab7ac)" (* "*") (cast_expression "(int **)(iVar4 + DAT_000ab7ac)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar4 + DAT_000ab7ac)" (( "(") (binary_expression "iVar4 + DAT_000ab7ac" (identifier "iVar4") (+ "+") (identifier "DAT_000ab7ac")) () ")"))))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n dcgettext(0,DAT_000ab7c0 + 0xab788,5);\n builtin_error();\n return 1;\n }" ({ "{") (expression_statement "dcgettext(0,DAT_000ab7c0 + 0xab788,5);" (call_expression "dcgettext(0,DAT_000ab7c0 + 0xab788,5)" (identifier "dcgettext") (argument_list "(0,DAT_000ab7c0 + 0xab788,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_000ab7c0 + 0xab788" (identifier "DAT_000ab7c0") (+ "+") (number_literal "0xab788")) (, ",") (number_literal "5") () ")"))) (; ";")) (expression_statement "builtin_error();" (call_expression "builtin_error()" (identifier "builtin_error") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (} "}"))) (expression_statement "uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734);" (assignment_expression "uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734)" (identifier "uVar2") (= "=") (call_expression "set_signal_handler(0x12,DAT_000ab7b0 + 0xab734)" (identifier "set_signal_handler") (argument_list "(0x12,DAT_000ab7b0 + 0xab734)" (( "(") (number_literal "0x12") (, ",") (binary_expression "DAT_000ab7b0 + 0xab734" (identifier "DAT_000ab7b0") (+ "+") (number_literal "0xab734")) () ")")))) (; ";")) (expression_statement "iVar3 = DAT_000ab7b8;" (assignment_expression "iVar3 = DAT_000ab7b8" (identifier "iVar3") (= "=") (identifier "DAT_000ab7b8")) (; ";")) (expression_statement "*(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2;" (assignment_expression "*(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2" (pointer_expression "*(undefined4 *)(DAT_000ab7b4 + 0xab744)" (* "*") (cast_expression "(undefined4 *)(DAT_000ab7b4 + 0xab744)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_000ab7b4 + 0xab744)" (( "(") (binary_expression "DAT_000ab7b4 + 0xab744" (identifier "DAT_000ab7b4") (+ "+") (number_literal "0xab744")) () ")")))) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "killpg(**(__pid_t **)(iVar4 + iVar3),0x13);" (call_expression "killpg(**(__pid_t **)(iVar4 + iVar3),0x13)" (identifier "killpg") (argument_list "(**(__pid_t **)(iVar4 + iVar3),0x13)" (( "(") (pointer_expression "**(__pid_t **)(iVar4 + iVar3)" (* "*") (pointer_expression "*(__pid_t **)(iVar4 + iVar3)" (* "*") (cast_expression "(__pid_t **)(iVar4 + iVar3)" (( "(") (type_descriptor "__pid_t **" (type_identifier "__pid_t") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar4 + iVar3)" (( "(") (binary_expression "iVar4 + iVar3" (identifier "iVar4") (+ "+") (identifier "iVar3")) () ")"))))) (, ",") (number_literal "0x13") () ")"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (if_statement "if (iVar1 == -99) break;" (if "if") (parenthesized_expression "(iVar1 == -99)" (( "(") (binary_expression "iVar1 == -99" (identifier "iVar1") (== "==") (number_literal "-99")) () ")")) (break_statement "break;" (break "break") (; ";"))) (if_statement "if (iVar1 != 0x66) {\n builtin_usage();\n return DAT_000ab7a0;\n }" (if "if") (parenthesized_expression "(iVar1 != 0x66)" (( "(") (binary_expression "iVar1 != 0x66" (identifier "iVar1") (!= "!=") (number_literal "0x66")) () ")")) (compound_statement "{\n builtin_usage();\n return DAT_000ab7a0;\n }" ({ "{") (expression_statement "builtin_usage();" (call_expression "builtin_usage()" (identifier "builtin_usage") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return DAT_000ab7a0;" (return "return") (identifier "DAT_000ab7a0") (; ";")) (} "}"))) (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" (identifier "iVar5") (= "=") (binary_expression "iVar5 + 1" (identifier "iVar5") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "builtin_help();" (call_expression "builtin_help()" (identifier "builtin_help") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return DAT_000ab7a0;" (return "return") (identifier "DAT_000ab7a0") (; ";")) (} "}")))
int function_1(type_1 *list) { int var_5; char *opts; int var_6; int var_10; var_1(); var_10 = 0; opts = (char *)(var_2 + 0xab6a0); var_6 = var_3 + 0xab6a4; while( true ) { var_5 = var_4(list,opts); if (var_5 == -1) { if (**(int **)(var_6 + var_7) == 0) { /* WARNING: Subroutine does not return */ var_8(0,&UNK_000ab76c + var_9,5); } if (var_10 == 0) { var_11((type_1 *)**(type_2 **)(var_6 + var_12)); if (**(int **)(var_6 + var_13) != 0) { /* WARNING: Subroutine does not return */ var_8(0,var_14 + 0xab788,5); } } /* WARNING: Subroutine does not return */ var_15(0x12,&UNK_000ab734 + var_16); } if (var_5 == -99) break; if (var_5 != 0x66) { var_17(); return DAT_000ab7a0; } var_10 = var_10 + 1; } var_18(); return DAT_000ab7a0; }
(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: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (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: (binary_expression left: (identifier) right: (number_literal)))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement (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 (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: (identifier))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (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: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (identifier)))))) (number_literal)))) (return_statement (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_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))) (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement (identifier)))))
undefined4 MASKED(undefined4 param_1) { int iVar1; undefined4 uVar2; int iVar3; int iVar4; int iVar5; reset_internal_getopt(); iVar5 = 0; iVar3 = DAT_000ab798 + 0xab6a0; iVar4 = DAT_000ab79c + 0xab6a4; while( true ) { iVar1 = internal_getopt(param_1,iVar3); if (iVar1 == -1) { if (**(int **)(iVar4 + DAT_000ab7a4) == 0) { dcgettext(0,DAT_000ab7bc + 0xab76c,5); sh_nojobs(); return 1; } if (iVar5 == 0) { no_args(**(undefined4 **)(iVar4 + DAT_000ab7a8)); if (**(int **)(iVar4 + DAT_000ab7ac) != 0) { dcgettext(0,DAT_000ab7c0 + 0xab788,5); builtin_error(); return 1; } } uVar2 = set_signal_handler(0x12,DAT_000ab7b0 + 0xab734); iVar3 = DAT_000ab7b8; *(undefined4 *)(DAT_000ab7b4 + 0xab744) = uVar2; killpg(**(__pid_t **)(iVar4 + iVar3),0x13); return 0; } if (iVar1 == -99) break; if (iVar1 != 0x66) { builtin_usage(); return DAT_000ab7a0; } iVar5 = iVar5 + 1; } builtin_help(); return DAT_000ab7a0; }
57,213
845_sqldiff_and_sqldiff_strip.c
sqlite3_result_text
FUN_00047670
void sqlite3_result_text(sqlite3_context *pCtx,char *z,int n,_func_void_void_ptr *xDel) { code *UNRECOVERED_JUMPTABLE; setResultStrOrError(pCtx,z,n,'\x01',xDel); /* WARNING: Could not recover jumptable at 0x00047688. Too many branches */ /* WARNING: Treating indirect jump as call */ (*UNRECOVERED_JUMPTABLE)(); return; }
void FUN_00047670(void) { FUN_0004757c(); return; }
str lr,[sp,#-0x4]! sub sp,sp,#0xc str r3,[sp,#0x0] mov r3,#0x1 bl 0x0004757c add sp,sp,#0xc ldr pc,[sp],#0x4
null
null
null
null
[('const-1', u'CALL_-1206159708'), ('tmp_265', u'CALLIND_-1206159679'), ('tmp_144', u'CALL_-1206159708'), ('const-1', u'RETURN_-1206159676'), ('tmp_146', u'CALL_-1206159708'), ('tmp_147', u'CALL_-1206159708'), ('tmp_145', u'CALL_-1206159708')]
[('const-0', u'RETURN_-1206159677')]
null
null
00047670
arm
O2
(translation_unit "void FUN_00047670(void)\n\n{\n FUN_0004757c();\n return;\n}\n\n" (function_definition "void FUN_00047670(void)\n\n{\n FUN_0004757c();\n return;\n}" primitive_type (function_declarator "FUN_00047670(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_0004757c();\n return;\n}" { (expression_statement "FUN_0004757c();" (call_expression "FUN_0004757c()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void sqlite3_result_text(sqlite3_context *pCtx,char *z,int n,_func_void_void_ptr *xDel)\n\n{\n code *UNRECOVERED_JUMPTABLE;\n \n setResultStrOrError(pCtx,z,n,'\x01',xDel);\n /* WARNING: Could not recover jumptable at 0x00047688. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)();\n return;\n}\n\n" (function_definition "void sqlite3_result_text(sqlite3_context *pCtx,char *z,int n,_func_void_void_ptr *xDel)\n\n{\n code *UNRECOVERED_JUMPTABLE;\n \n setResultStrOrError(pCtx,z,n,'\x01',xDel);\n /* WARNING: Could not recover jumptable at 0x00047688. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)();\n return;\n}" primitive_type (function_declarator "sqlite3_result_text(sqlite3_context *pCtx,char *z,int n,_func_void_void_ptr *xDel)" identifier (parameter_list "(sqlite3_context *pCtx,char *z,int n,_func_void_void_ptr *xDel)" ( (parameter_declaration "sqlite3_context *pCtx" type_identifier (pointer_declarator "*pCtx" * identifier)) , (parameter_declaration "char *z" primitive_type (pointer_declarator "*z" * identifier)) , (parameter_declaration "int n" primitive_type identifier) , (parameter_declaration "_func_void_void_ptr *xDel" type_identifier (pointer_declarator "*xDel" * identifier)) ))) (compound_statement "{\n code *UNRECOVERED_JUMPTABLE;\n \n setResultStrOrError(pCtx,z,n,'\x01',xDel);\n /* WARNING: Could not recover jumptable at 0x00047688. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)();\n return;\n}" { (declaration "code *UNRECOVERED_JUMPTABLE;" type_identifier (pointer_declarator "*UNRECOVERED_JUMPTABLE" * identifier) ;) (expression_statement "setResultStrOrError(pCtx,z,n,'\x01',xDel);" (call_expression "setResultStrOrError(pCtx,z,n,'\x01',xDel)" identifier (argument_list "(pCtx,z,n,'\x01',xDel)" ( identifier , identifier , identifier , (char_literal "'\x01'" ' escape_sequence ') , identifier ))) ;) comment comment (expression_statement "(*UNRECOVERED_JUMPTABLE)();" (call_expression "(*UNRECOVERED_JUMPTABLE)()" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00047670(void)\n\n{\n FUN_0004757c();\n return;\n}\n\n" (function_definition "void FUN_00047670(void)\n\n{\n FUN_0004757c();\n return;\n}" primitive_type (function_declarator "FUN_00047670(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_0004757c();\n return;\n}" { (expression_statement "FUN_0004757c();" (call_expression "FUN_0004757c()" 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_00047670(void)\n\n{\n FUN_0004757c();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00047670(void)" (identifier "FUN_00047670") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_0004757c();\n return;\n}" ({ "{") (expression_statement "FUN_0004757c();" (call_expression "FUN_0004757c()" (identifier "FUN_0004757c") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *pCtx,char *z,int n,type_2 *xDel) { type_3 *UNRECOVERED_JUMPTABLE; var_1(pCtx,z,n,'\x01',xDel); /* WARNING: Could not recover jumptable at 0x00047688. Too many branches */ /* WARNING: Treating indirect jump as call */ (*UNRECOVERED_JUMPTABLE)(); return; }
(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))))
void MASKED(void) { FUN_0004757c(); return; }
70,355
1396_sqldiff_and_sqldiff_strip.c
sqlite3Fts3MsrIncrNext
FUN_0008fc50
int sqlite3Fts3MsrIncrNext (Fts3Table *p,Fts3MultiSegReader *pMsr,sqlite3_int64 *piDocid,char **paPoslist, int *pnPoslist) { int iVar1; char *pOld; int nSuspect; Fts3SegReader **ppFVar2; size_t __n; int iVar3; int iVar4; int nSegment; Fts3SegReader **ppFVar5; Fts3SegReader *pFVar6; int *piVar7; _func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *local_50; char *pList; int nList; int local_2c; piVar7 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8); local_2c = *piVar7; nSegment = pMsr->nAdvance; if (p->bDescIdx == '\0') { local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008feec + 0x8fcac); } else { local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008fef0 + 0x8fec4); } if (nSegment != 0) { ppFVar5 = pMsr->apSegment; pFVar6 = *ppFVar5; if (pFVar6->pOffsetList != (char *)0x0) { do { iVar3 = (int)pFVar6->iDocid; iVar4 = *(int *)((int)&pFVar6->iDocid + 4); iVar1 = fts3SegReaderNextDocid((Fts3Table *)&p->bDescIdx,pFVar6,&pList,&nList); if (iVar1 == 0 && 1 < nSegment) { pFVar6 = ppFVar5[1]; if ((pFVar6->pOffsetList == (char *)0x0) || (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)) { nSuspect = 1; } else { ppFVar2 = ppFVar5 + 1; nSuspect = 1; do { iVar1 = fts3SegReaderNextDocid ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0); nSuspect = nSuspect + 1; if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90; ppFVar2 = ppFVar2 + 1; pFVar6 = *ppFVar2; } while ((pFVar6->pOffsetList != (char *)0x0) && (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3)); } } else { nSuspect = 1; LAB_0008fd90: if (iVar1 != 0) goto LAB_0008fe8c; } fts3SegReaderSort(pMsr->apSegment,nSegment,nSuspect,local_50); if (0 < nList) { if ((*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0) { iVar1 = pMsr->iColFilter; if (-1 < iVar1) goto LAB_0008fe4c; LAB_0008fe6c: *paPoslist = pList; iVar1 = 0; *(int *)piDocid = iVar3; *(int *)((int)piDocid + 4) = iVar4; *pnPoslist = nList; goto LAB_0008fe8c; } __n = nList + 1; pOld = pMsr->aBuffer; if (pMsr->nBuffer < (int)__n) { pMsr->nBuffer = __n * 2; pOld = (char *)sqlite3_realloc(pOld,__n * 2); if (pOld == (char *)0x0) { iVar1 = 7; goto LAB_0008fe8c; } pMsr->aBuffer = pOld; } /* WARNING: Subroutine does not return */ memcpy(pOld,pList,__n); } iVar1 = pMsr->iColFilter; if (-1 < iVar1) { LAB_0008fe4c: fts3ColumnFilter(iVar1,1,&pList,&nList); if (0 < nList) goto LAB_0008fe6c; } if ((*pMsr->apSegment)->pOffsetList == (char *)0x0) break; pFVar6 = *ppFVar5; } while( true ); } } iVar1 = 0; *paPoslist = (char *)0x0; LAB_0008fe8c: if (local_2c != *piVar7) { /* WARNING: Subroutine does not return */ __stack_chk_fail(); } return iVar1; }
void FUN_0008fc50(int param_1,undefined4 *param_2,int *param_3,undefined4 *param_4,int *param_5) { void *__src; void *__dest; int iVar1; int *piVar2; size_t __n; int iVar3; int iVar4; int iVar5; int *piVar6; int iVar7; int *piVar8; int local_50; void *local_34; int local_30; int local_2c; piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8); local_2c = *piVar8; iVar5 = param_2[2]; if (*(char *)(param_1 + 0xeb) == '\0') { local_50 = DAT_0008feec + 0x8fcac; } else { local_50 = DAT_0008fef0 + 0x8fec4; } if (iVar5 != 0) { piVar6 = (int *)*param_2; iVar7 = *piVar6; if (*(int *)(iVar7 + 0x50) != 0) { do { iVar3 = *(int *)(iVar7 + 0x58); iVar4 = *(int *)(iVar7 + 0x5c); iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30); if (iVar7 == 0 && 1 < iVar5) { iVar7 = piVar6[1]; if ((*(int *)(iVar7 + 0x50) == 0) || (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) { iVar1 = 1; } else { piVar2 = piVar6 + 1; iVar1 = 1; do { iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0); iVar1 = iVar1 + 1; if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90; piVar2 = piVar2 + 1; iVar7 = *piVar2; } while ((*(int *)(iVar7 + 0x50) != 0) && (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3)); } } else { iVar1 = 1; LAB_0008fd90: if (iVar7 != 0) goto LAB_0008fe8c; } FUN_0001e718(*param_2,iVar5,iVar1,local_50); __src = local_34; if (0 < local_30) { if (*(int *)(*piVar6 + 0x38) == 0) { iVar7 = param_2[6]; if (-1 < iVar7) goto LAB_0008fe4c; } else { __n = local_30 + 1; __dest = (void *)param_2[4]; if ((int)param_2[5] < (int)__n) { param_2[5] = __n * 2; __dest = (void *)FUN_0004350c(); if (__dest == (void *)0x0) { iVar7 = 7; goto LAB_0008fe8c; } param_2[4] = __dest; } memcpy(__dest,__src,__n); iVar7 = param_2[6]; local_34 = (void *)param_2[4]; if (-1 < iVar7) { LAB_0008fe4c: FUN_000208c4(iVar7,1,&local_34,&local_30); } if (local_30 < 1) goto LAB_0008fe24; } *param_4 = local_34; iVar7 = 0; *param_3 = iVar3; param_3[1] = iVar4; *param_5 = local_30; goto LAB_0008fe8c; } iVar7 = param_2[6]; if (-1 < iVar7) goto LAB_0008fe4c; LAB_0008fe24: if (*(int *)(*(int *)*param_2 + 0x50) == 0) break; iVar7 = *piVar6; } while( true ); } } iVar7 = 0; *param_4 = 0; LAB_0008fe8c: if (local_2c != *piVar8) { /* WARNING: Subroutine does not return */ __stack_chk_fail(iVar7); } return; }
ldr r12,[0x8fee4] stmdb sp!,{r4,r5,r6,r7,r8,r9,r10,r11,lr} ldr lr,[0x8fee8] add r12,pc,r12 ldr lr,[r12,lr] sub sp,sp,#0x34 cpy r4,lr str lr,[sp,#0x10] ldrb lr,[r0,#0xeb] cpy r10,r1 cmp lr,#0x0 ldr r1,[r4,#0x0] str r3,[sp,#0x14] ldr r3,[sp,#0x58] cpy lr,r4 str r2,[sp,#0x18] str r1,[sp,#0x2c] ldr r9,[r10,#0x8] str r3,[sp,#0x1c] bne 0x0008feb8 ldr r3,[0x8feec] add r3,pc,r3 str r3,[sp,#0x8] cmp r9,#0x0 beq 0x0008fea8 ldr r11,[r10,#0x0] ldr r12,[r11,#0x0] ldr r3,[r12,#0x50] cmp r3,#0x0 beq 0x0008fea8 cmp r9,#0x1 movle r3,#0x0 movgt r3,#0x1 str r3,[sp,#0xc] add r3,sp,#0x28 str r3,[sp,#0x4] add r8,r0,#0xeb add r3,sp,#0x24 str r3,[sp,#0x0] ldmia sp,{r2,r3} cpy r1,r12 cpy r0,r8 ldrd r6,r7,[r12,#0x58] bl 0x0008fa1c ldr r3,[sp,#0xc] cmp r0,#0x0 movne r3,#0x0 cmp r3,#0x0 beq 0x0008fed0 ldr r1,[r11,#0x4] ldr r3,[r1,#0x50] cmp r3,#0x0 beq 0x0008fec8 ldrd r2,r3,[r1,#0x58] cmp r7,r3 cmpeq r6,r2 bne 0x0008fec8 add r5,r11,#0x4 mov r4,#0x1 b 0x0008fd60 ldr r1,[r5,#0x4]! ldr r3,[r1,#0x50] cmp r3,#0x0 beq 0x0008fd98 ldrd r2,r3,[r1,#0x58] cmp r3,r7 cmpeq r2,r6 bne 0x0008fd98 mov r3,#0x0 cpy r2,r3 cpy r0,r8 bl 0x0008fa1c add r4,r4,#0x1 cmp r9,r4 movle r3,#0x0 movgt r3,#0x1 cmp r0,#0x0 movne r3,#0x0 cmp r3,#0x0 bne 0x0008fd40 cmp r0,#0x0 bne 0x0008fe8c cpy r2,r4 ldr r3,[sp,#0x8] cpy r1,r9 ldr r0,[r10,#0x0] bl 0x0001e718 ldr r2,[sp,#0x28] cmp r2,#0x0 ble 0x0008fe5c ldr r3,[r11,#0x0] ldr r3,[r3,#0x38] cmp r3,#0x0 beq 0x0008fe40 ldr r3,[r10,#0x14] add r5,r2,#0x1 cmp r5,r3 ldr r4,[sp,#0x24] ldr r0,[r10,#0x10] ble 0x0008fdf8 mov r1,r5, lsl #0x1 str r1,[r10,#0x14] bl 0x0004350c cmp r0,#0x0 beq 0x0008fed8 str r0,[r10,#0x10] cpy r2,r5 cpy r1,r4 bl 0x00013e44 ldr r0,[r10,#0x18] ldr r3,[r10,#0x10] cmp r0,#0x0 str r3,[sp,#0x24] bge 0x0008fe4c ldr r2,[sp,#0x28] cmp r2,#0x0 bgt 0x0008fe6c ldr r3,[r10,#0x0] ldr r3,[r3,#0x0] ldr r3,[r3,#0x50] cmp r3,#0x0 beq 0x0008fea8 ldr r12,[r11,#0x0] b 0x0008fcec ldr r0,[r10,#0x18] cmp r0,#0x0 blt 0x0008fe6c ldmia sp,{r2,r3} mov r1,#0x1 bl 0x000208c4 b 0x0008fe18 ldr r0,[r10,#0x18] cmp r0,#0x0 blt 0x0008fe24 b 0x0008fe4c ldr r1,[sp,#0x14] ldr r3,[sp,#0x24] str r3,[r1,#0x0] ldr r3,[sp,#0x18] mov r0,#0x0 strd r6,r7,[r3,#0x0] ldr r3,[sp,#0x1c] str r2,[r3,#0x0] ldr r3,[sp,#0x10] ldr r2,[sp,#0x2c] ldr r3,[r3,#0x0] cmp r2,r3 bne 0x0008fee0 add sp,sp,#0x34 ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,r11,pc} ldr r3,[sp,#0x14] mov r0,#0x0 str r0,[r3,#0x0] b 0x0008fe8c ldr r3,[0x8fef0] add r3,pc,r3 str r3,[sp,#0x8] b 0x0008fcac mov r4,#0x1 b 0x0008fd98 mov r4,#0x1 b 0x0008fd90 mov r0,#0x7 b 0x0008fe8c bl 0x00013e8c
null
null
null
null
[(u'MULTIEQUAL_-1206385988', u'CALL_-1206386577'), (u'LOAD_-1206386543', u'PTRSUB_-1206385099'), (u'CALL_-1206386281', u'INDIRECT_-1206384951'), ('const-1', u'RETURN_-1206386572'), (u'LOAD_-1206387551', u'INT_EQUAL_-1206387520'), (u'MULTIEQUAL_-1206386095', u'INT_NOTEQUAL_-1206386808'), (u'INDIRECT_-1206385611', u'MULTIEQUAL_-1206385559'), ('const-417', u'STORE_-1206386597'), (u'INT_SLESS_-1206386404', u'CBRANCH_-1206386411'), (u'INDIRECT_-1206385550', u'MULTIEQUAL_-1206385335'), ('const-1', u'COPY_-1206386097'), ('tmp_2541', u'CAST_-1206384748'), (u'INDIRECT_-1206385576', u'MULTIEQUAL_-1206385432'), ('tmp_6811', u'MULTIEQUAL_-1206385299'), ('const-0', u'INT_EQUAL_-1206386710'), (u'MULTIEQUAL_-1206385432', u'MULTIEQUAL_-1206385299'), (u'CALL_-1206386380', u'INDIRECT_-1206385351'), (u'INDIRECT_-1206385458', u'MULTIEQUAL_-1206385278'), (u'SUBPIECE_-1206385067', u'INT_EQUAL_-1206385739'), (u'CAST_-1206385305', u'LOAD_-1206387584'), (u'CALL_-1206386624', u'INDIRECT_-1206385536'), (u'COPY_-1206386097', u'MULTIEQUAL_-1206386019'), ('tmp_1592', u'CBRANCH_-1206386652'), (u'LOAD_-1206387107', u'INT_NOTEQUAL_-1206387087'), ('const-0', u'INT_NOTEQUAL_-1206386511'), ('const-0', u'PTRSUB_-1206385258'), (u'MULTIEQUAL_-1206386158', u'PTRSUB_-1206385184'), (u'CALL_-1206387217', u'MULTIEQUAL_-1206386095'), ('tmp_1505', u'CBRANCH_-1206386707'), ('const-417', u'LOAD_-1206387484'), ('const-80', u'PTRSUB_-1206385099'), ('tmp_6813', u'MULTIEQUAL_-1206385247'), (u'CAST_-1206385150', u'INT_ADD_-1206385230'), (u'INT_EQUAL_-1206386485', u'BOOL_AND_-1206385145'), (u'PTRSUB_-1206384915', u'STORE_-1206386597'), (u'INDIRECT_-1206385698', u'MULTIEQUAL_-1206385524'), (u'CAST_-1206384901', u'STORE_-1206386597'), (u'INDIRECT_-1206385286', u'MULTIEQUAL_-1206385278'), ('tmp_2123', u'BRANCH_-1206386358'), ('const-88', u'PTRSUB_-1206385136'), (u'INDIRECT_-1206385348', u'MULTIEQUAL_-1206385302'), (u'LOAD_-1206386442', u'MULTIEQUAL_-1206385903'), ('const-417', u'LOAD_-1206387140'), ('const-56', u'PTRSUB_-1206384966'), ('tmp_2306', u'CBRANCH_-1206386251'), (u'MULTIEQUAL_-1206385458', u'MULTIEQUAL_-1206385768'), (u'INDIRECT_-1206385351', u'MULTIEQUAL_-1206385380'), (u'INDIRECT_-1206385510', u'MULTIEQUAL_-1206385330'), (u'CALL_-1206387217', u'INDIRECT_-1206385440'), ('const-0', u'RETURN_-1206386340'), (u'INDIRECT_-1206385114', u'MULTIEQUAL_-1206385148'), (u'PTRSUB_-1206384866', u'LOAD_-1206386408'), (u'INDIRECT_-1206385348', u'MULTIEQUAL_-1206385348'), (u'STORE_-1206386251', u'INDIRECT_-1206385296'), ('tmp_2539', u'PTRSUB_-1206385211'), (u'MULTIEQUAL_-1206385127', u'MULTIEQUAL_-1206385437'), (u'PTRADD_-1206385155', u'LOAD_-1206387146'), ('const-4294967248', u'PTRSUB_-1206385220'), (u'INDIRECT_-1206385266', u'MULTIEQUAL_-1206385056'), ('const-0', u'CALL_-1206386965'), (u'STORE_-1206386597', u'INDIRECT_-1206385465'), (u'INDIRECT_-1206385369', u'MULTIEQUAL_-1206385323'), (u'PTRSUB_-1206384837', u'LOAD_-1206386442'), ('const-417', u'LOAD_-1206386402'), (u'COPY_-1206386264', u'MULTIEQUAL_-1206385844'), (u'PTRSUB_-1206385184', u'CAST_-1206385150'), (u'LOAD_-1206386280', u'MULTIEQUAL_-1206385903'), ('const-16', u'PTRSUB_-1206384915'), ('tmp_6811', u'INT_ADD_-1206387568'), (u'MULTIEQUAL_-1206385585', u'MULTIEQUAL_-1206385576'), ('const-4', u'INT_ADD_-1206386234'), ('tmp_2540', u'PTRSUB_-1206384915'), ('tmp_6810', u'MULTIEQUAL_-1206385768'), (u'PTRSUB_-1206385135', u'CAST_-1206385103'), (u'INDIRECT_-1206385327', u'MULTIEQUAL_-1206385327'), (u'CALL_-1206386775', u'INDIRECT_-1206385602'), (u'LOAD_-1206387146', u'PTRSUB_-1206385136'), (u'INDIRECT_-1206385308', u'MULTIEQUAL_-1206385098'), (u'MULTIEQUAL_-1206385330', u'COPY_-1206385378'), (u'PTRSUB_-1206385249', u'LOAD_-1206387407'), (u'INDIRECT_-1206385750', u'MULTIEQUAL_-1206385631'), (u'CAST_-1206384914', u'INT_SLESS_-1206386645'), ('const-417', u'STORE_-1206386251'), ('tmp_6811', u'MULTIEQUAL_-1206385742'), ('const-0', u'INT_NOTEQUAL_-1206387381'), (u'PTRSUB_-1206385328', u'LOAD_-1206387551'), (u'LOAD_-1206386786', u'CALL_-1206386775'), ('tmp_1675', u'CBRANCH_-1206386601'), (u'INDIRECT_-1206385403', u'MULTIEQUAL_-1206385361'), ('const-80', u'PTRSUB_-1206384853'), (u'CAST_-1206385235', u'MULTIEQUAL_-1206385669'), ('const-24', u'PTRSUB_-1206384808'), (u'MULTIEQUAL_-1206386095', u'MULTIEQUAL_-1206385844'), ('tmp_2543', u'STORE_-1206386237'), (u'INT_SLESS_-1206387344', u'BOOL_AND_-1206385206'), (u'INDIRECT_-1206385461', u'MULTIEQUAL_-1206385348'), (u'INDIRECT_-1206385439', u'MULTIEQUAL_-1206385430'), (u'LOAD_-1206386543', u'MULTIEQUAL_-1206386126'), ('const-417', u'LOAD_-1206387551'), (u'INDIRECT_-1206385461', u'MULTIEQUAL_-1206385293'), (u'INT_ADD_-1206387441', u'CAST_-1206385235'), ('const-417', u'LOAD_-1206386786'), (u'PTRSUB_-1206384932', u'STORE_-1206386634'), ('const-0', u'INT_EQUAL_-1206387115'), (u'MULTIEQUAL_-1206386028', u'MULTIEQUAL_-1206386019'), (u'LOAD_-1206387146', u'MULTIEQUAL_-1206386126'), ('const-0', u'INT_EQUAL_-1206386604'), ('const-1', u'INT_ADD_-1206386939'), (u'CALL_-1206386624', u'INDIRECT_-1206385484'), (u'INT_ADD_-1206387575', u'INT_ADD_-1206387568'), (u'INDIRECT_-1206385114', u'MULTIEQUAL_-1206385838'), (u'CALL_-1206386380', u'INDIRECT_-1206385114'), (u'MULTIEQUAL_-1206385148', u'MULTIEQUAL_-1206385458'), (u'PTRADD_-1206385118', u'MULTIEQUAL_-1206386069'), (u'INDIRECT_-1206385287', u'INT_ADD_-1206386673'), ('const-417', u'LOAD_-1206387107'), (u'INDIRECT_-1206385482', u'MULTIEQUAL_-1206385369'), (u'PTRSUB_-1206385085', u'CAST_-1206385056'), (u'INDIRECT_-1206385750', u'MULTIEQUAL_-1206385585'), (u'MULTIEQUAL_-1206385559', u'MULTIEQUAL_-1206385304'), (u'CAST_-1206384700', u'MULTIEQUAL_-1206385669'), (u'PTRSUB_-1206385136', u'LOAD_-1206387109'), ('const-0', u'INT_EQUAL_-1206387520'), (u'LOAD_-1206386735', u'INT_EQUAL_-1206386710'), (u'INDIRECT_-1206385377', u'MULTIEQUAL_-1206385335'), ('const-0', u'INT_EQUAL_-1206386371'), ('const-417', u'LOAD_-1206387407'), (u'MULTIEQUAL_-1206385669', u'CALL_-1206386775'), (u'INDIRECT_-1206385432', u'COPY_-1206385491'), (u'INT_EQUAL_-1206387191', u'BOOL_AND_-1206385206'), ('tmp_2169', u'BRANCH_-1206386221'), (u'PTRSUB_-1206385099', u'LOAD_-1206386537'), (u'CAST_-1206385029', u'CALL_-1206386965'), (u'INT_NOTEQUAL_-1206386393', u'CBRANCH_-1206386390'), ('tmp_2541', u'CAST_-1206384747'), (u'MULTIEQUAL_-1206385323', u'MULTIEQUAL_-1206385314'), ('const-0', u'COPY_-1206386264'), (u'CALL_-1206387217', u'INT_EQUAL_-1206387191'), (u'INT_ADD_-1206385131', u'CAST_-1206385055'), (u'MULTIEQUAL_-1206385281', u'MULTIEQUAL_-1206385026'), (u'INDIRECT_-1206385458', u'COPY_-1206385517'), (u'INDIRECT_-1206385114', u'INT_SLESS_-1206386404'), (u'CALL_-1206386380', u'INDIRECT_-1206385377'), (u'INT_SLESSEQUAL_-1206386921', u'BOOL_OR_-1206385086'), ('const-417', u'LOAD_-1206387419'), ('const-417', u'STORE_-1206386237'), (u'INDIRECT_-1206385698', u'MULTIEQUAL_-1206385533'), (u'MULTIEQUAL_-1206384994', u'MULTIEQUAL_-1206385026'), (u'LOAD_-1206387484', u'CALL_-1206386775'), (u'MULTIEQUAL_-1206386074', u'INT_ADD_-1206386939'), ('tmp_2540', u'PTRSUB_-1206384808'), (u'LOAD_-1206387413', u'MULTIEQUAL_-1206386158'), (u'CALL_-1206386281', u'INDIRECT_-1206385209'), (u'LOAD_-1206387230', u'SUBPIECE_-1206385157'), (u'CALL_-1206386965', u'INDIRECT_-1206385611'), (u'INDIRECT_-1206385312', u'MULTIEQUAL_-1206385304'), ('const-4', u'PTRADD_-1206385105'), (u'LOAD_-1206386543', u'PTRSUB_-1206385086'), ('const-417', u'LOAD_-1206386396'), (u'INT_ADD_-1206386939', u'MULTIEQUAL_-1206386028'), (u'LOAD_-1206387419', u'PTRADD_-1206385155'), (u'STORE_-1206386249', u'INDIRECT_-1206385347'), (u'INT_ADD_-1206386673', u'CALL_-1206386577'), (u'INDIRECT_-1206385484', u'COPY_-1206385543'), ('const-0', u'PTRSUB_-1206384866'), (u'CALL_-1206386281', u'INDIRECT_-1206385235'), (u'SUBPIECE_-1206385157', u'INT_EQUAL_-1206385739'), (u'CAST_-1206385056', u'INT_ADD_-1206385131'), (u'INDIRECT_-1206385200', u'MULTIEQUAL_-1206385026'), (u'CALL_-1206387217', u'INDIRECT_-1206385750'), (u'INDIRECT_-1206385328', u'MULTIEQUAL_-1206385356'), (u'LOAD_-1206386543', u'PTRSUB_-1206385085'), (u'CALL_-1206386965', u'INDIRECT_-1206385327'), ('const-1', u'INT_ADD_-1206386673'), (u'LOAD_-1206386396', u'INT_EQUAL_-1206386371'), (u'SUBPIECE_-1206385157', u'STORE_-1206386251'), (u'INDIRECT_-1206385602', u'MULTIEQUAL_-1206385387'), ('const-417', u'LOAD_-1206387230'), ('tmp_2540', u'PTRSUB_-1206385291'), (u'STORE_-1206386227', u'INDIRECT_-1206385276'), (u'LOAD_-1206387228', u'STORE_-1206386249'), ('const-235', u'PTRSUB_-1206385211'), (u'MULTIEQUAL_-1206385056', u'MULTIEQUAL_-1206385026'), (u'LOAD_-1206386365', u'MULTIEQUAL_-1206386158'), ('tmp_236', u'CBRANCH_-1206387469'), (u'MULTIEQUAL_-1206386158', u'PTRSUB_-1206385185'), (u'CALL_-1206386624', u'INDIRECT_-1206385458'), ('const-0', u'INT_NOTEQUAL_-1206386808'), ('const-0', u'INT_NOTEQUAL_-1206386873'), ('const-8', u'PTRSUB_-1206385291'), (u'LOAD_-1206387419', u'LOAD_-1206386741'), (u'LOAD_-1206387519', u'MULTIEQUAL_-1206385437'), (u'INDIRECT_-1206385585', u'MULTIEQUAL_-1206385533'), (u'INT_NOTEQUAL_-1206386511', u'CBRANCH_-1206386509'), ('tmp_1321', u'CBRANCH_-1206386831'), (u'INDIRECT_-1206385429', u'MULTIEQUAL_-1206385387'), (u'INT_NOTEQUAL_-1206387381', u'CBRANCH_-1206387379'), (u'CALL_-1206386965', u'INDIRECT_-1206385348'), ('const-417', u'STORE_-1206386280'), (u'INT_ADD_-1206385181', u'CAST_-1206385102'), (u'LOAD_-1206386413', u'INT_NOTEQUAL_-1206386393'), (u'MULTIEQUAL_-1206385585', u'MULTIEQUAL_-1206385330'), (u'PTRSUB_-1206385206', u'CALL_-1206387217'), ('const-0', u'SUBPIECE_-1206385112'), ('tmp_311', u'CBRANCH_-1206387422'), (u'INDIRECT_-1206385637', u'MULTIEQUAL_-1206385631'), (u'LOAD_-1206387584', u'LOAD_-1206386413'), (u'INDIRECT_-1206385663', u'MULTIEQUAL_-1206385611'), (u'INDIRECT_-1206385576', u'MULTIEQUAL_-1206385482'), (u'INT_NOTEQUAL_-1206387424', u'CBRANCH_-1206387422'), ('const-80', u'PTRSUB_-1206385249'), (u'LOAD_-1206387484', u'INT_NOTEQUAL_-1206387424'), ('tmp_2540', u'PTRSUB_-1206384945'), ('tmp_6813', u'MULTIEQUAL_-1206385690'), (u'PTRSUB_-1206385211', u'CAST_-1206385029'), (u'CALL_-1206386624', u'INDIRECT_-1206385510'), (u'CAST_-1206385055', u'LOAD_-1206386504'), (u'STORE_-1206386251', u'INDIRECT_-1206385374'), ('tmp_2470', u'BRANCH_-1206386085'), (u'LOAD_-1206386741', u'PTRSUB_-1206384966'), ('tmp_6815', u'MULTIEQUAL_-1206385458'), (u'LOAD_-1206386506', u'SUBPIECE_-1206385067'), (u'INT_ADD_-1206386939', u'MULTIEQUAL_-1206386019'), (u'INDIRECT_-1206385250', u'MULTIEQUAL_-1206385278'), (u'CALL_-1206386965', u'MULTIEQUAL_-1206386095'), (u'INDIRECT_-1206385093', u'MULTIEQUAL_-1206385056'), (u'INT_EQUAL_-1206386604', u'CBRANCH_-1206386601'), ('const-1', u'COPY_-1206386076'), (u'INT_NOTEQUAL_-1206386808', u'CBRANCH_-1206386805'), ('const-88', u'PTRSUB_-1206385184'), (u'CALL_-1206386965', u'INDIRECT_-1206385369'), (u'CAST_-1206384901', u'INT_EQUAL_-1206386604'), (u'INDIRECT_-1206385524', u'MULTIEQUAL_-1206385430'), ('const-0', u'STORE_-1206386227'), (u'MULTIEQUAL_-1206385098', u'STORE_-1206386280'), (u'MULTIEQUAL_-1206385533', u'MULTIEQUAL_-1206385278'), (u'STORE_-1206386634', u'INDIRECT_-1206385534'), (u'INT_ADD_-1206386939', u'INT_SLESSEQUAL_-1206386921'), ('const-417', u'LOAD_-1206387519'), ('const-20', u'PTRSUB_-1206384932'), ('tmp_2542', u'STORE_-1206386280'), (u'LOAD_-1206386442', u'INT_SLESS_-1206386416'), (u'INDIRECT_-1206385550', u'MULTIEQUAL_-1206385406'), ('const-4294967244', u'PTRSUB_-1206385206'), (u'INDIRECT_-1206385482', u'MULTIEQUAL_-1206385323'), ('const-7', u'COPY_-1206386357'), ('tmp_860', u'CBRANCH_-1206387112'), ('const-0', u'INT_SLESS_-1206386737'), (u'INDIRECT_-1206385287', u'MULTIEQUAL_-1206385148'), ('const-417', u'LOAD_-1206387228'), (u'INDIRECT_-1206385637', u'MULTIEQUAL_-1206385585'), (u'STORE_-1206386249', u'INDIRECT_-1206385295'), (u'INDIRECT_-1206385287', u'COPY_-1206385343'), (u'MULTIEQUAL_-1206385304', u'COPY_-1206385352'), (u'PTRSUB_-1206385185', u'LOAD_-1206387230'), (u'INT_ADD_-1206386673', u'INT_MULT_-1206386616'), (u'COPY_-1206386357', u'MULTIEQUAL_-1206385844'), (u'INDIRECT_-1206385484', u'MULTIEQUAL_-1206385304'), (u'INDIRECT_-1206385440', u'MULTIEQUAL_-1206385272'), (u'STORE_-1206386597', u'INDIRECT_-1206385517'), ('const-2', u'INT_MULT_-1206386616'), (u'INT_SLESS_-1206386416', u'CBRANCH_-1206386413'), ('const-589508', u'INT_ADD_-1206386067'), (u'INDIRECT_-1206385440', u'MULTIEQUAL_-1206385327'), ('const-4294967295', u'INT_SLESS_-1206386254'), (u'LOAD_-1206387146', u'PTRSUB_-1206385135'), (u'CALL_-1206386775', u'INDIRECT_-1206385308'), (u'CALL_-1206386775', u'INDIRECT_-1206385550'), (u'CALL_-1206386577', u'INDIRECT_-1206385510'), (u'LOAD_-1206386504', u'INT_EQUAL_-1206386485'), (u'INDIRECT_-1206385536', u'MULTIEQUAL_-1206385356'), (u'CALL_-1206386624', u'CAST_-1206384901'), ('tmp_6810', u'MULTIEQUAL_-1206385325'), ('const-4', u'INT_ADD_-1206385131'), ('const-1', u'INT_SLESS_-1206387344'), (u'INT_ADD_-1206386939', u'MULTIEQUAL_-1206386074'), (u'INDIRECT_-1206385776', u'MULTIEQUAL_-1206385657'), (u'PTRSUB_-1206385291', u'LOAD_-1206387484'), (u'INDIRECT_-1206385364', u'MULTIEQUAL_-1206385356'), ('const-588972', u'INT_ADD_-1206387441'), (u'INT_NOTEQUAL_-1206385783', u'BOOL_OR_-1206385129'), ('tmp_4711', u'PTRSUB_-1206385220'), (u'INT_EQUAL_-1206387520', u'CBRANCH_-1206387469'), (u'PTRSUB_-1206384962', u'LOAD_-1206386704'), (u'CALL_-1206387217', u'INDIRECT_-1206385776'), ('const-417', u'LOAD_-1206386741'), ('tmp_6810', u'INT_ADD_-1206387575'), ('const-1', u'PTRADD_-1206385155'), (u'LOAD_-1206386662', u'MULTIEQUAL_-1206385988'), (u'CALL_-1206386775', u'INDIRECT_-1206385266'), (u'INDIRECT_-1206385576', u'MULTIEQUAL_-1206385361'), ('const-417', u'STORE_-1206386227'), (u'CALL_-1206386965', u'INDIRECT_-1206385585'), (u'INDIRECT_-1206385261', u'COPY_-1206385317'), (u'INDIRECT_-1206385663', u'MULTIEQUAL_-1206385602'), (u'INDIRECT_-1206385351', u'MULTIEQUAL_-1206385309'), (u'STORE_-1206386280', u'INDIRECT_-1206385387'), (u'STORE_-1206386227', u'INDIRECT_-1206385328'), (u'INDIRECT_-1206385287', u'MULTIEQUAL_-1206385838'), ('const-4', u'PTRADD_-1206385118'), ('tmp_2539', u'PTRSUB_-1206385328'), ('const-417', u'LOAD_-1206387109'), (u'INDIRECT_-1206385093', u'MULTIEQUAL_-1206385127'), ('const-417', u'LOAD_-1206386365'), (u'INT_ADD_-1206386234', u'CAST_-1206384746'), (u'CALL_-1206386380', u'INDIRECT_-1206385429'), ('tmp_6816', u'MULTIEQUAL_-1206385479'), (u'INT_ADD_-1206386673', u'CAST_-1206384914'), ('const-417', u'LOAD_-1206386280'), (u'INDIRECT_-1206385491', u'MULTIEQUAL_-1206385482'), (u'INDIRECT_-1206385369', u'MULTIEQUAL_-1206385369'), ('tmp_375', u'CBRANCH_-1206387379'), ('tmp_6813', u'INT_ADD_-1206386067'), (u'MULTIEQUAL_-1206385432', u'MULTIEQUAL_-1206385742'), (u'STORE_-1206386280', u'INDIRECT_-1206385335'), (u'CALL_-1206386281', u'INDIRECT_-1206385287'), ('tmp_2115', u'CBRANCH_-1206386368'), ('tmp_1939', u'CBRANCH_-1206386413'), (u'MULTIEQUAL_-1206385356', u'COPY_-1206385404'), (u'INT_MULT_-1206386616', u'STORE_-1206386634'), (u'INT_EQUAL_-1206385739', u'BOOL_AND_-1206385145'), (u'BOOL_AND_-1206385206', u'CBRANCH_-1206387149'), ('const-88', u'PTRSUB_-1206385086'), (u'INDIRECT_-1206385637', u'MULTIEQUAL_-1206385576'), ('tmp_2540', u'PTRSUB_-1206384962'), (u'INT_NOTEQUAL_-1206387087', u'BOOL_OR_-1206385129'), (u'INDIRECT_-1206385698', u'MULTIEQUAL_-1206385579'), (u'LOAD_-1206387419', u'PTRADD_-1206385118'), ('const-417', u'STORE_-1206386634'), ('tmp_2365', u'CBRANCH_-1206386509'), (u'MULTIEQUAL_-1206385406', u'MULTIEQUAL_-1206385273'), (u'PTRSUB_-1206384966', u'LOAD_-1206386735'), (u'PTRSUB_-1206385220', u'CALL_-1206387217'), (u'STORE_-1206386237', u'INDIRECT_-1206385286'), (u'LOAD_-1206387419', u'LOAD_-1206387413'), (u'INT_SLESS_-1206386254', u'CBRANCH_-1206386251'), ('const-417', u'LOAD_-1206386704'), (u'MULTIEQUAL_-1206385458', u'MULTIEQUAL_-1206385325'), (u'STORE_-1206386251', u'INDIRECT_-1206385322'), ('tmp_2534', u'BRANCH_-1206386069'), ('const-0', u'INT_SLESS_-1206386404'), (u'MULTIEQUAL_-1206385281', u'MULTIEQUAL_-1206385272'), ('tmp_2540', u'PTRSUB_-1206384837'), (u'BOOL_OR_-1206385129', u'CBRANCH_-1206387068'), (u'INDIRECT_-1206385776', u'MULTIEQUAL_-1206385602'), ('const-417', u'LOAD_-1206386506'), (u'MULTIEQUAL_-1206385844', u'RETURN_-1206386340'), (u'CALL_-1206386624', u'INDIRECT_-1206385200'), (u'MULTIEQUAL_-1206386158', u'CALL_-1206387217'), (u'CALL_-1206386965', u'INT_NOTEQUAL_-1206386873'), (u'CALL_-1206386775', u'INDIRECT_-1206385576'), (u'CALL_-1206386965', u'INDIRECT_-1206385637'), (u'STORE_-1206386237', u'INDIRECT_-1206385364'), (u'MULTIEQUAL_-1206386019', u'CALL_-1206386775'), (u'INDIRECT_-1206385348', u'MULTIEQUAL_-1206385293'), (u'BOOL_AND_-1206385145', u'CBRANCH_-1206386465'), (u'MULTIEQUAL_-1206385559', u'MULTIEQUAL_-1206385550'), (u'INDIRECT_-1206385440', u'MULTIEQUAL_-1206385281'), (u'INDIRECT_-1206385377', u'MULTIEQUAL_-1206385406'), (u'INDIRECT_-1206385308', u'MULTIEQUAL_-1206385169'), (u'STORE_-1206386597', u'INDIRECT_-1206385439'), (u'STORE_-1206386227', u'INDIRECT_-1206385302'), ('const-16', u'PTRSUB_-1206384945'), ('const-417', u'LOAD_-1206386504'), (u'PTRSUB_-1206385211', u'CAST_-1206385144'), (u'LOAD_-1206387419', u'LOAD_-1206386365'), (u'MULTIEQUAL_-1206385838', u'STORE_-1206386237'), (u'INDIRECT_-1206385200', u'MULTIEQUAL_-1206385173'), (u'MULTIEQUAL_-1206385127', u'MULTIEQUAL_-1206384994'), (u'COPY_-1206387044', u'MULTIEQUAL_-1206386074'), (u'CALL_-1206386281', u'INDIRECT_-1206385261'), ('const-1', u'PTRADD_-1206385105'), (u'INDIRECT_-1206385338', u'MULTIEQUAL_-1206385330'), (u'PTRSUB_-1206384853', u'LOAD_-1206386396'), ('const-0', u'PTRSUB_-1206384999'), ('const-417', u'LOAD_-1206386735'), (u'STORE_-1206386634', u'INDIRECT_-1206385456'), ('tmp_4711', u'PTRSUB_-1206385206'), ('tmp_2504', u'BRANCH_-1206386064'), (u'INT_EQUAL_-1206386710', u'CBRANCH_-1206386707'), (u'LOAD_-1206386704', u'INT_SLESS_-1206386645'), (u'CAST_-1206384748', u'STORE_-1206386251'), (u'CALL_-1206387217', u'INDIRECT_-1206385698'), (u'INDIRECT_-1206385550', u'MULTIEQUAL_-1206385456'), (u'INDIRECT_-1206385235', u'COPY_-1206385291'), ('tmp_2435', u'CBRANCH_-1206386465'), (u'INT_MULT_-1206386616', u'CALL_-1206386624'), ('tmp_2051', u'CBRANCH_-1206386411'), ('tmp_2540', u'PTRSUB_-1206385258'), ('const-4', u'PTRADD_-1206385155'), (u'CAST_-1206385149', u'LOAD_-1206387228'), ('tmp_1001', u'BRANCH_-1206387032'), (u'CAST_-1206384746', u'STORE_-1206386249'), ('tmp_1772', u'CBRANCH_-1206386390'), ('const-1', u'COPY_-1206387044'), (u'INDIRECT_-1206385287', u'INT_SLESS_-1206386737'), (u'LOAD_-1206387228', u'INT_NOTEQUAL_-1206387087'), (u'PTRADD_-1206385105', u'LOAD_-1206386543'), (u'CALL_-1206386577', u'INDIRECT_-1206385174'), (u'INDIRECT_-1206385524', u'MULTIEQUAL_-1206385309'), (u'INDIRECT_-1206385585', u'MULTIEQUAL_-1206385524'), ('const-88', u'PTRSUB_-1206385085'), (u'INDIRECT_-1206385602', u'MULTIEQUAL_-1206385458'), (u'MULTIEQUAL_-1206385380', u'MULTIEQUAL_-1206385690'), (u'LOAD_-1206387109', u'SUBPIECE_-1206385112'), (u'INDIRECT_-1206385776', u'MULTIEQUAL_-1206385611'), (u'INDIRECT_-1206385724', u'MULTIEQUAL_-1206385559'), (u'STORE_-1206386280', u'INDIRECT_-1206385309'), (u'MULTIEQUAL_-1206385302', u'MULTIEQUAL_-1206385293'), (u'INDIRECT_-1206385276', u'MULTIEQUAL_-1206385304'), (u'INDIRECT_-1206385510', u'COPY_-1206385569'), (u'LOAD_-1206387584', u'LOAD_-1206387519'), (u'CALL_-1206386775', u'INDIRECT_-1206385287'), ('tmp_1726', u'BRANCH_-1206386345'), (u'INDIRECT_-1206385750', u'MULTIEQUAL_-1206385576'), (u'INT_EQUAL_-1206386371', u'CBRANCH_-1206386368'), (u'MULTIEQUAL_-1206385026', u'INT_NOTEQUAL_-1206386393'), (u'LOAD_-1206386537', u'INT_NOTEQUAL_-1206386511'), (u'STORE_-1206386249', u'INDIRECT_-1206385373'), (u'CALL_-1206387217', u'INDIRECT_-1206385482'), (u'INDIRECT_-1206385369', u'MULTIEQUAL_-1206385314'), (u'BOOL_OR_-1206385086', u'CBRANCH_-1206386831'), ('tmp_930', u'CBRANCH_-1206387068'), (u'INDIRECT_-1206385524', u'MULTIEQUAL_-1206385380'), (u'PTRSUB_-1206385086', u'LOAD_-1206386506'), ('const-417', u'STORE_-1206386249'), (u'CAST_-1206385144', u'CALL_-1206387217'), ('const-88', u'PTRSUB_-1206385185'), ('const-417', u'LOAD_-1206386543'), (u'CALL_-1206386577', u'INDIRECT_-1206385432'), (u'CALL_-1206387217', u'INDIRECT_-1206385724'), (u'PTRSUB_-1206385258', u'LOAD_-1206387419'), (u'LOAD_-1206387413', u'PTRSUB_-1206385249'), (u'INDIRECT_-1206385482', u'MULTIEQUAL_-1206385314'), (u'INT_SLESS_-1206386645', u'CBRANCH_-1206386652'), (u'INDIRECT_-1206385461', u'MULTIEQUAL_-1206385302'), (u'STORE_-1206386597', u'INDIRECT_-1206385491'), (u'INDIRECT_-1206385327', u'MULTIEQUAL_-1206385272'), ('const-88', u'PTRSUB_-1206385135'), (u'CALL_-1206386775', u'INDIRECT_-1206385524'), ('tmp_2540', u'PTRSUB_-1206384932'), (u'MULTIEQUAL_-1206385611', u'MULTIEQUAL_-1206385602'), ('tmp_6814', u'MULTIEQUAL_-1206385273'), (u'COPY_-1206386076', u'MULTIEQUAL_-1206386028'), (u'CALL_-1206386380', u'INDIRECT_-1206385403'), (u'MULTIEQUAL_-1206385380', u'MULTIEQUAL_-1206385247'), ('const-20', u'PTRSUB_-1206384962'), (u'INT_EQUAL_-1206387115', u'CBRANCH_-1206387112'), (u'PTRSUB_-1206384808', u'LOAD_-1206386280'), (u'PTRSUB_-1206385149', u'LOAD_-1206387140'), (u'INDIRECT_-1206385429', u'MULTIEQUAL_-1206385458'), (u'CALL_-1206386380', u'INDIRECT_-1206385135'), (u'STORE_-1206386237', u'INDIRECT_-1206385312'), ('const-4', u'INT_ADD_-1206385230'), (u'PTRSUB_-1206385220', u'CALL_-1206386380'), (u'CALL_-1206386965', u'INDIRECT_-1206385663'), (u'INDIRECT_-1206385724', u'MULTIEQUAL_-1206385550'), ('const-24', u'PTRSUB_-1206384837'), (u'INDIRECT_-1206385308', u'CALL_-1206386577'), ('const-417', u'LOAD_-1206386408'), (u'MULTIEQUAL_-1206385533', u'MULTIEQUAL_-1206385524'), (u'INDIRECT_-1206385209', u'COPY_-1206385265'), (u'INDIRECT_-1206385602', u'MULTIEQUAL_-1206385508'), ('const-80', u'PTRSUB_-1206385149'), ('tmp_802', u'CBRANCH_-1206387149'), (u'COPY_-1206386239', u'MULTIEQUAL_-1206385844'), ('tmp_2540', u'PTRSUB_-1206384999'), (u'STORE_-1206386634', u'INDIRECT_-1206385508'), (u'LOAD_-1206386402', u'PTRSUB_-1206384853'), ('const-417', u'LOAD_-1206387584'), (u'INT_SLESS_-1206386737', u'CBRANCH_-1206386744'), (u'MULTIEQUAL_-1206386126', u'CALL_-1206386965'), (u'SUBPIECE_-1206385157', u'INT_NOTEQUAL_-1206385783'), ('const-417', u'LOAD_-1206386537'), (u'INT_ADD_-1206386067', u'CAST_-1206384700'), ('const-0', u'INT_NOTEQUAL_-1206387424'), (u'INDIRECT_-1206385135', u'MULTIEQUAL_-1206385169'), (u'INDIRECT_-1206385266', u'MULTIEQUAL_-1206385173'), (u'PTRADD_-1206385105', u'MULTIEQUAL_-1206386069'), (u'INT_NOTEQUAL_-1206386873', u'BOOL_OR_-1206385086'), (u'STORE_-1206386249', u'INDIRECT_-1206385321'), ('const-4', u'INT_ADD_-1206385181'), (u'INDIRECT_-1206385611', u'MULTIEQUAL_-1206385605'), ('const-0', u'SUBPIECE_-1206385067'), (u'STORE_-1206386251', u'INDIRECT_-1206385348'), (u'LOAD_-1206387484', u'INT_SLESS_-1206387344'), (u'INDIRECT_-1206385403', u'MULTIEQUAL_-1206385432'), ('const-1', u'RETURN_-1206386276'), (u'CALL_-1206386577', u'INDIRECT_-1206385484'), (u'INT_ADD_-1206385230', u'CAST_-1206385149'), ('const-0', u'SUBPIECE_-1206385157'), ('const-0', u'INT_EQUAL_-1206387191'), (u'STORE_-1206386237', u'INDIRECT_-1206385338'), (u'INDIRECT_-1206385724', u'MULTIEQUAL_-1206385605'), (u'STORE_-1206386634', u'INDIRECT_-1206385482'), (u'MULTIEQUAL_-1206385611', u'MULTIEQUAL_-1206385356'), (u'INDIRECT_-1206385327', u'MULTIEQUAL_-1206385281'), (u'LOAD_-1206386280', u'INT_SLESS_-1206386254'), (u'INDIRECT_-1206385585', u'MULTIEQUAL_-1206385579'), ('const-417', u'LOAD_-1206386413'), (u'LOAD_-1206387228', u'INT_EQUAL_-1206386485'), (u'PTRSUB_-1206384945', u'LOAD_-1206386662'), ('tmp_6814', u'MULTIEQUAL_-1206385716'), (u'SUBPIECE_-1206385112', u'INT_NOTEQUAL_-1206385783'), (u'LOAD_-1206386662', u'CALL_-1206386624'), (u'CALL_-1206386380', u'INDIRECT_-1206385093'), (u'LOAD_-1206387146', u'PTRSUB_-1206385149'), ('const-417', u'LOAD_-1206387413'), ('const-417', u'LOAD_-1206387146'), (u'INDIRECT_-1206385266', u'MULTIEQUAL_-1206385127'), (u'INT_ADD_-1206387568', u'CAST_-1206385305'), (u'CAST_-1206385103', u'INT_ADD_-1206385181'), (u'LOAD_-1206387407', u'INT_NOTEQUAL_-1206387381'), (u'MULTIEQUAL_-1206386069', u'PTRADD_-1206385105'), ('const-0', u'CALL_-1206386965'), ('tmp_6814', u'INT_ADD_-1206387441'), (u'LOAD_-1206387484', u'INT_SLESSEQUAL_-1206386921'), (u'INDIRECT_-1206385135', u'MULTIEQUAL_-1206385098'), ('const-417', u'LOAD_-1206386662'), (u'CAST_-1206384747', u'INT_ADD_-1206386234'), (u'CALL_-1206387217', u'INDIRECT_-1206385461'), ('const-1', u'CALL_-1206386380'), (u'LOAD_-1206387519', u'MULTIEQUAL_-1206384994'), ('const-417', u'LOAD_-1206386442'), (u'PTRSUB_-1206385206', u'CALL_-1206386380'), ('const-4294967295', u'INT_SLESS_-1206386416'), (u'CAST_-1206385102', u'LOAD_-1206387107'), (u'PTRSUB_-1206384999', u'LOAD_-1206386786'), (u'STORE_-1206386280', u'INDIRECT_-1206385361'), ('const-588900', u'INT_ADD_-1206387575'), (u'LOAD_-1206387140', u'INT_EQUAL_-1206387115'), (u'CALL_-1206386577', u'INDIRECT_-1206385458'), (u'MULTIEQUAL_-1206385278', u'COPY_-1206385326'), (u'INDIRECT_-1206385611', u'MULTIEQUAL_-1206385550'), ('const-0', u'COPY_-1206386239'), (u'INDIRECT_-1206385302', u'MULTIEQUAL_-1206385330'), ('tmp_1447', u'CBRANCH_-1206386744'), ('tmp_2542', u'STORE_-1206386227'), (u'INDIRECT_-1206385465', u'MULTIEQUAL_-1206385456'), (u'STORE_-1206386227', u'INDIRECT_-1206385250'), ('const-235', u'PTRSUB_-1206385328'), (u'MULTIEQUAL_-1206385406', u'MULTIEQUAL_-1206385716'), (u'MULTIEQUAL_-1206385169', u'MULTIEQUAL_-1206385479'), (u'INDIRECT_-1206385517', u'MULTIEQUAL_-1206385508'), (u'LOAD_-1206386408', u'LOAD_-1206386402'), (u'INDIRECT_-1206385663', u'MULTIEQUAL_-1206385657'), (u'MULTIEQUAL_-1206385903', u'CALL_-1206386380'), ('const-1', u'PTRADD_-1206385118'), ('tmp_2540', u'PTRSUB_-1206384866'), ('tmp_1369', u'CBRANCH_-1206386805'), (u'CAST_-1206384901', u'MULTIEQUAL_-1206385988')]
[(u'MULTIEQUAL_-1206385982', u'PTRADD_-1206384954'), (u'INDIRECT_-1206385060', u'MULTIEQUAL_-1206384883'), ('const-0', u'INT_NOTEQUAL_-1206386489'), (u'LOAD_-1206386258', u'MULTIEQUAL_-1206385826'), (u'LOAD_-1206387551', u'INT_EQUAL_-1206387520'), (u'CALL_-1206386297', u'INDIRECT_-1206384950'), (u'MULTIEQUAL_-1206385991', u'INT_ADD_-1206386939'), (u'CALL_-1206386624', u'INDIRECT_-1206385083'), ('const-417', u'LOAD_-1206387419'), (u'LOAD_-1206387109', u'INT_NOTEQUAL_-1206385668'), (u'MULTIEQUAL_-1206386065', u'CALL_-1206387217'), ('const-92', u'INT_ADD_-1206386466'), (u'MULTIEQUAL_-1206385023', u'MULTIEQUAL_-1206385756'), (u'MULTIEQUAL_-1206386018', u'INT_NOTEQUAL_-1206386808'), ('const-417', u'LOAD_-1206386662'), ('const-4', u'PTRADD_-1206384748'), (u'STORE_-1206386280', u'INDIRECT_-1206385232'), (u'STORE_-1206386634', u'INDIRECT_-1206385420'), ('const-417', u'LOAD_-1206387228'), (u'INDIRECT_-1206385125', u'MULTIEQUAL_-1206384913'), ('tmp_1592', u'CBRANCH_-1206386652'), ('const-417', u'LOAD_-1206386258'), ('const-92', u'INT_ADD_-1206387091'), (u'INDIRECT_-1206385316', u'MULTIEQUAL_-1206385225'), (u'LOAD_-1206387107', u'INT_NOTEQUAL_-1206387087'), (u'INDIRECT_-1206385322', u'MULTIEQUAL_-1206385313'), ('tmp_1505', u'CBRANCH_-1206386707'), (u'INDIRECT_-1206385397', u'MULTIEQUAL_-1206385357'), (u'MULTIEQUAL_-1206385416', u'MULTIEQUAL_-1206385407'), (u'INDIRECT_-1206385460', u'MULTIEQUAL_-1206385279'), (u'INDIRECT_-1206385368', u'MULTIEQUAL_-1206385186'), (u'MULTIEQUAL_-1206385288', u'MULTIEQUAL_-1206385598'), (u'INDIRECT_-1206385634', u'MULTIEQUAL_-1206385461'), ('tmp_5105', u'LOAD_-1206386498'), ('tmp_1934', u'BRANCH_-1206386311'), (u'CALL_-1206386965', u'INDIRECT_-1206385467'), (u'INDIRECT_-1206385285', u'MULTIEQUAL_-1206385330'), (u'CAST_-1206385004', u'LOAD_-1206387228'), (u'STORE_-1206386317', u'INDIRECT_-1206385187'), ('const-1', u'PTRADD_-1206385000'), ('const-5', u'PTRADD_-1206384817'), ('tmp_2500', u'CBRANCH_-1206386443'), (u'CAST_-1206384766', u'INT_SLESS_-1206386645'), ('const-417', u'LOAD_-1206386492'), (u'MULTIEQUAL_-1206385261', u'MULTIEQUAL_-1206385571'), ('const-4294967295', u'INT_SLESS_-1206386232'), ('const-417', u'STORE_-1206386280'), (u'INDIRECT_-1206385634', u'MULTIEQUAL_-1206385470'), ('const-0', u'CALL_-1206386965'), (u'INDIRECT_-1206385133', u'MULTIEQUAL_-1206385159'), ('const-417', u'LOAD_-1206386704'), (u'MULTIEQUAL_-1206385342', u'MULTIEQUAL_-1206385209'), (u'INDIRECT_-1206385232', u'MULTIEQUAL_-1206385232'), ('const-417', u'LOAD_-1206387519'), ('const-6', u'PTRADD_-1206384691'), (u'INT_ADD_-1206387262', u'CALL_-1206387217'), ('const-88', u'INT_ADD_-1206386468'), (u'INDIRECT_-1206385548', u'MULTIEQUAL_-1206385488'), (u'MULTIEQUAL_-1206385044', u'MULTIEQUAL_-1206384959'), ('const-4', u'PTRADD_-1206384800'), (u'INDIRECT_-1206385406', u'MULTIEQUAL_-1206385313'), ('const-4294967295', u'INT_SLESS_-1206386280'), (u'INDIRECT_-1206385117', u'COPY_-1206385175'), (u'INT_ADD_-1206387091', u'CAST_-1206384957'), (u'CALL_-1206386965', u'INDIRECT_-1206385548'), (u'MULTIEQUAL_-1206385497', u'MULTIEQUAL_-1206385488'), ('tmp_7479', u'INT_ADD_-1206386045'), ('const-417', u'LOAD_-1206387584'), (u'CALL_-1206386965', u'MULTIEQUAL_-1206386018'), (u'LOAD_-1206386741', u'INT_ADD_-1206386719'), (u'INDIRECT_-1206385406', u'MULTIEQUAL_-1206385261'), (u'INT_ADD_-1206386939', u'MULTIEQUAL_-1206385945'), (u'LOAD_-1206386786', u'CALL_-1206386775'), ('tmp_1675', u'CBRANCH_-1206386601'), ('tmp_7477', u'MULTIEQUAL_-1206385182'), ('tmp_7480', u'INT_ADD_-1206387441'), (u'INT_NOTEQUAL_-1206387087', u'BOOL_OR_-1206384983'), (u'INDIRECT_-1206385258', u'MULTIEQUAL_-1206385303'), (u'MULTIEQUAL_-1206386018', u'MULTIEQUAL_-1206385767'), (u'INT_ADD_-1206387214', u'CAST_-1206385005'), (u'PTRSUB_-1206385048', u'CALL_-1206386297'), ('const-417', u'STORE_-1206386597'), (u'MULTIEQUAL_-1206385330', u'MULTIEQUAL_-1206385315'), (u'INT_EQUAL_-1206385624', u'BOOL_AND_-1206384984'), ('const-6', u'PTRADD_-1206384753'), ('tmp_1980', u'CBRANCH_-1206386316'), (u'LOAD_-1206386306', u'INT_SLESS_-1206386280'), (u'INDIRECT_-1206385148', u'MULTIEQUAL_-1206385007'), ('const-417', u'LOAD_-1206387484'), (u'PTRSUB_-1206385061', u'CALL_-1206387217'), (u'INDIRECT_-1206385422', u'MULTIEQUAL_-1206385240'), (u'INT_ADD_-1206387124', u'CAST_-1206384971'), ('const-1', u'INT_ADD_-1206386939'), (u'INDIRECT_-1206385148', u'INT_SLESS_-1206386737'), ('const-4', u'PTRADD_-1206384748'), ('tmp_5105', u'LOAD_-1206387419'), (u'LOAD_-1206386704', u'CAST_-1206384767'), (u'INDIRECT_-1206385090', u'COPY_-1206385148'), (u'INT_ADD_-1206387575', u'INT_ADD_-1206387568'), (u'INDIRECT_-1206385433', u'MULTIEQUAL_-1206385252'), (u'MULTIEQUAL_-1206385213', u'COPY_-1206385263'), (u'PTRSUB_-1206385048', u'CALL_-1206387217'), ('tmp_7476', u'MULTIEQUAL_-1206385209'), ('const-4', u'PTRADD_-1206384770'), ('const-0', u'INT_NOTEQUAL_-1206387424'), (u'PTRADD_-1206384770', u'STORE_-1206386597'), ('const-80', u'INT_ADD_-1206386499'), (u'LOAD_-1206386484', u'INT_EQUAL_-1206385624'), ('tmp_5107', u'STORE_-1206386282'), (u'INDIRECT_-1206385231', u'MULTIEQUAL_-1206385276'), (u'INDIRECT_-1206385171', u'MULTIEQUAL_-1206384959'), (u'INDIRECT_-1206385433', u'MULTIEQUAL_-1206385288'), (u'LOAD_-1206386339', u'INT_NOTEQUAL_-1206386319'), (u'INDIRECT_-1206385376', u'MULTIEQUAL_-1206385367'), (u'LOAD_-1206386735', u'INT_EQUAL_-1206386710'), (u'INT_ADD_-1206386499', u'CAST_-1206384924'), ('const-0', u'INT_EQUAL_-1206387115'), ('const-4', u'PTRADD_-1206384817'), (u'LOAD_-1206387146', u'INT_ADD_-1206387093'), (u'LOAD_-1206386576', u'MULTIEQUAL_-1206385826'), (u'MULTIEQUAL_-1206385044', u'MULTIEQUAL_-1206385030'), (u'CALL_-1206386577', u'INDIRECT_-1206385081'), (u'STORE_-1206386280', u'INDIRECT_-1206385205'), (u'LOAD_-1206387228', u'INT_EQUAL_-1206386463'), (u'INT_ADD_-1206387212', u'CAST_-1206385004'), (u'CALL_-1206386577', u'INDIRECT_-1206385035'), (u'INDIRECT_-1206385322', u'MULTIEQUAL_-1206385209'), (u'INDIRECT_-1206385148', u'MULTIEQUAL_-1206385756'), (u'MULTIEQUAL_-1206385470', u'MULTIEQUAL_-1206385213'), ('const-80', u'INT_ADD_-1206386470'), ('const-417', u'LOAD_-1206387107'), (u'INDIRECT_-1206385370', u'MULTIEQUAL_-1206385279'), (u'INT_ADD_-1206386939', u'MULTIEQUAL_-1206385936'), (u'CALL_-1206386577', u'INDIRECT_-1206385397'), (u'INDIRECT_-1206385661', u'MULTIEQUAL_-1206385497'), (u'CALL_-1206387217', u'INT_EQUAL_-1206387191'), ('const-1', u'COPY_-1206386054'), ('tmp_2316', u'CBRANCH_-1206386277'), (u'PTRADD_-1206384691', u'LOAD_-1206386306'), ('const-88', u'INT_ADD_-1206387093'), (u'INT_SLESS_-1206387344', u'BOOL_AND_-1206385044'), (u'STORE_-1206386317', u'INDIRECT_-1206385133'), (u'MULTIEQUAL_-1206385945', u'MULTIEQUAL_-1206385936'), (u'INDIRECT_-1206385494', u'MULTIEQUAL_-1206385434'), ('tmp_5105', u'PTRADD_-1206384748'), (u'INDIRECT_-1206385433', u'MULTIEQUAL_-1206385217'), ('const-2', u'PTRADD_-1206385131'), (u'LOAD_-1206387484', u'CALL_-1206386775'), (u'BOOL_AND_-1206385044', u'CBRANCH_-1206387149'), (u'INT_SLESS_-1206386544', u'CBRANCH_-1206386535'), (u'COPY_-1206386329', u'MULTIEQUAL_-1206385767'), ('const-417', u'LOAD_-1206386455'), ('const-4294967244', u'PTRSUB_-1206385048'), ('const-4', u'PTRADD_-1206384691'), ('const-417', u'LOAD_-1206387551'), ('const-2', u'INT_MULT_-1206386616'), (u'INDIRECT_-1206385186', u'MULTIEQUAL_-1206385186'), (u'INT_ADD_-1206387568', u'CAST_-1206385161'), (u'INDIRECT_-1206384996', u'MULTIEQUAL_-1206385044'), (u'INT_ADD_-1206386939', u'MULTIEQUAL_-1206385991'), (u'CAST_-1206385075', u'LOAD_-1206387413'), (u'MULTIEQUAL_-1206385186', u'MULTIEQUAL_-1206384931'), (u'CAST_-1206385005', u'LOAD_-1206387230'), ('tmp_5105', u'PTRADD_-1206384691'), (u'INT_ADD_-1206387093', u'CAST_-1206384958'), (u'INT_ADD_-1206386673', u'CALL_-1206386577'), (u'MULTIEQUAL_-1206385756', u'STORE_-1206386268'), ('tmp_2262', u'BRANCH_-1206386150'), ('tmp_5107', u'PTRADD_-1206384625'), (u'STORE_-1206386268', u'INDIRECT_-1206385169'), (u'INDIRECT_-1206385370', u'MULTIEQUAL_-1206385330'), (u'STORE_-1206386268', u'INDIRECT_-1206385223'), (u'COPY_-1206386054', u'MULTIEQUAL_-1206385945'), (u'CALL_-1206386775', u'INDIRECT_-1206385125'), (u'CALL_-1206387217', u'INDIRECT_-1206385345'), (u'CALL_-1206387217', u'INDIRECT_-1206385661'), (u'INDIRECT_-1206385433', u'MULTIEQUAL_-1206385340'), (u'STORE_-1206386280', u'INDIRECT_-1206385178'), (u'INDIRECT_-1206384973', u'MULTIEQUAL_-1206385023'), ('tmp_2599', u'BRANCH_-1206386047'), (u'MULTIEQUAL_-1206385767', u'CALL_-1206386207'), (u'INDIRECT_-1206385060', u'MULTIEQUAL_-1206385030'), (u'LOAD_-1206386498', u'CAST_-1206384691'), (u'INDIRECT_-1206385209', u'MULTIEQUAL_-1206385163'), ('tmp_5105', u'PTRADD_-1206384770'), (u'MULTIEQUAL_-1206385007', u'MULTIEQUAL_-1206385317'), (u'INDIRECT_-1206385171', u'MULTIEQUAL_-1206385078'), (u'INDIRECT_-1206385341', u'MULTIEQUAL_-1206385159'), ('const-1', u'INT_ADD_-1206386673'), (u'CAST_-1206385075', u'PTRADD_-1206384967'), (u'INDIRECT_-1206385494', u'MULTIEQUAL_-1206385489'), (u'PTRADD_-1206384800', u'LOAD_-1206386662'), (u'CALL_-1206386624', u'INDIRECT_-1206385368'), (u'CAST_-1206384753', u'STORE_-1206386597'), (u'INT_ADD_-1206387262', u'CALL_-1206386965'), (u'INDIRECT_-1206385148', u'INT_ADD_-1206386673'), ('tmp_236', u'CBRANCH_-1206387469'), (u'INDIRECT_-1206385403', u'MULTIEQUAL_-1206385394'), ('const-417', u'LOAD_-1206387146'), ('const-0', u'RETURN_-1206386266'), (u'INDIRECT_-1206385467', u'MULTIEQUAL_-1206385462'), (u'INDIRECT_-1206385058', u'MULTIEQUAL_-1206384972'), ('tmp_5105', u'PTRADD_-1206384662'), ('tmp_2430', u'CBRANCH_-1206386487'), ('const-417', u'LOAD_-1206387230'), (u'INT_NOTEQUAL_-1206386319', u'CBRANCH_-1206386316'), ('tmp_1321', u'CBRANCH_-1206386831'), (u'INDIRECT_-1206385460', u'MULTIEQUAL_-1206385367'), (u'MULTIEQUAL_-1206385416', u'MULTIEQUAL_-1206385159'), ('tmp_7482', u'MULTIEQUAL_-1206385340'), (u'MULTIEQUAL_-1206386048', u'CALL_-1206386965'), (u'LOAD_-1206387519', u'MULTIEQUAL_-1206384851'), (u'MULTIEQUAL_-1206384984', u'MULTIEQUAL_-1206384851'), (u'MULTIEQUAL_-1206385000', u'MULTIEQUAL_-1206384913'), (u'CALL_-1206386965', u'INDIRECT_-1206385209'), (u'INDIRECT_-1206385397', u'MULTIEQUAL_-1206385306'), ('const-0', u'INT_NOTEQUAL_-1206386808'), (u'INDIRECT_-1206385250', u'MULTIEQUAL_-1206385240'), ('const-417', u'LOAD_-1206387413'), (u'INT_NOTEQUAL_-1206387381', u'CBRANCH_-1206387379'), (u'LOAD_-1206386515', u'INT_NOTEQUAL_-1206386489'), (u'CAST_-1206385075', u'PTRADD_-1206385000'), (u'PTRADD_-1206384967', u'MULTIEQUAL_-1206385982'), (u'CALL_-1206386577', u'INDIRECT_-1206385370'), ('tmp_5105', u'PTRADD_-1206384817'), (u'INDIRECT_-1206385345', u'MULTIEQUAL_-1206385186'), ('const-92', u'INT_ADD_-1206387212'), (u'STORE_-1206386282', u'INDIRECT_-1206385179'), ('tmp_311', u'CBRANCH_-1206387422'), (u'CALL_-1206386624', u'INDIRECT_-1206385060'), (u'INDIRECT_-1206385214', u'MULTIEQUAL_-1206385240'), ('const-0', u'STORE_-1206386317'), (u'INT_NOTEQUAL_-1206387424', u'CBRANCH_-1206387422'), (u'LOAD_-1206387484', u'INT_NOTEQUAL_-1206387424'), (u'LOAD_-1206386492', u'INT_ADD_-1206386470'), ('const-417', u'STORE_-1206386268'), (u'INDIRECT_-1206385232', u'MULTIEQUAL_-1206385177'), (u'INDIRECT_-1206385299', u'MULTIEQUAL_-1206385140'), ('const-0', u'INT_NOTEQUAL_-1206387381'), (u'CAST_-1206385075', u'LOAD_-1206386741'), (u'MULTIEQUAL_-1206385443', u'MULTIEQUAL_-1206385434'), (u'INDIRECT_-1206385035', u'MULTIEQUAL_-1206384949'), ('tmp_7476', u'MULTIEQUAL_-1206385652'), (u'LOAD_-1206387146', u'INT_ADD_-1206387091'), (u'INDIRECT_-1206385395', u'MULTIEQUAL_-1206385213'), (u'CAST_-1206384691', u'LOAD_-1206386492'), (u'PTRADD_-1206384748', u'LOAD_-1206386570'), (u'CALL_-1206386297', u'INDIRECT_-1206384996'), (u'INT_EQUAL_-1206386604', u'CBRANCH_-1206386601'), ('const-1', u'PTRADD_-1206384967'), (u'INT_NOTEQUAL_-1206386808', u'CBRANCH_-1206386805'), (u'BOOL_OR_-1206384983', u'CBRANCH_-1206387068'), (u'INDIRECT_-1206385299', u'MULTIEQUAL_-1206385186'), ('tmp_5104', u'INT_ADD_-1206387535'), (u'MULTIEQUAL_-1206385470', u'MULTIEQUAL_-1206385461'), (u'INDIRECT_-1206385661', u'MULTIEQUAL_-1206385543'), (u'INT_ADD_-1206386939', u'INT_SLESSEQUAL_-1206386921'), (u'CALL_-1206387217', u'INDIRECT_-1206385299'), (u'CALL_-1206386965', u'INDIRECT_-1206385494'), (u'INDIRECT_-1206385460', u'MULTIEQUAL_-1206385244'), (u'STORE_-1206386317', u'INDIRECT_-1206385214'), ('const-7', u'COPY_-1206386162'), (u'INT_NOTEQUAL_-1206386489', u'CBRANCH_-1206386487'), (u'INDIRECT_-1206385607', u'MULTIEQUAL_-1206385434'), (u'CAST_-1206384958', u'LOAD_-1206387109'), ('const-4', u'PTRADD_-1206384954'), (u'CAST_-1206384720', u'MULTIEQUAL_-1206385044'), ('const-4', u'PTRADD_-1206385000'), (u'LOAD_-1206387413', u'MULTIEQUAL_-1206386065'), (u'CALL_-1206386297', u'INDIRECT_-1206385258'), (u'CALL_-1206386577', u'INDIRECT_-1206385058'), ('const-417', u'LOAD_-1206386570'), (u'CAST_-1206384753', u'INT_EQUAL_-1206386604'), ('tmp_860', u'CBRANCH_-1206387112'), ('const-417', u'LOAD_-1206386484'), ('const-4', u'PTRADD_-1206384787'), (u'INDIRECT_-1206385196', u'MULTIEQUAL_-1206385186'), (u'MULTIEQUAL_-1206384851', u'MULTIEQUAL_-1206384883'), (u'MULTIEQUAL_-1206385023', u'INT_SLESS_-1206386494'), (u'INT_SLESSEQUAL_-1206386921', u'BOOL_OR_-1206384925'), (u'CALL_-1206387217', u'MULTIEQUAL_-1206386018'), ('const-1', u'RETURN_-1206386202'), ('const-417', u'LOAD_-1206386482'), ('const-1', u'INT_SLESS_-1206386494'), (u'INDIRECT_-1206385467', u'MULTIEQUAL_-1206385407'), (u'INT_ADD_-1206386673', u'INT_MULT_-1206386616'), (u'INDIRECT_-1206385343', u'MULTIEQUAL_-1206385303'), (u'INDIRECT_-1206385148', u'MULTIEQUAL_-1206385053'), (u'CALL_-1206386207', u'INDIRECT_-1206384855'), ('const-4294967295', u'INT_SLESS_-1206386544'), (u'LOAD_-1206387230', u'INT_EQUAL_-1206385624'), (u'INT_EQUAL_-1206386463', u'BOOL_AND_-1206384984'), (u'LOAD_-1206386521', u'INT_ADD_-1206386468'), ('const-4', u'PTRADD_-1206384753'), (u'INDIRECT_-1206385322', u'MULTIEQUAL_-1206385154'), (u'INT_EQUAL_-1206386461', u'CBRANCH_-1206386458'), (u'CALL_-1206386297', u'INDIRECT_-1206385285'), (u'INT_NOTEQUAL_-1206385668', u'BOOL_OR_-1206384983'), (u'INDIRECT_-1206385487', u'MULTIEQUAL_-1206385271'), ('const-0', u'COPY_-1206386329'), (u'STORE_-1206386311', u'INDIRECT_-1206385246'), (u'STORE_-1206386311', u'INDIRECT_-1206385219'), (u'STORE_-1206386282', u'INDIRECT_-1206385206'), ('tmp_7477', u'INT_ADD_-1206387568'), ('tmp_5106', u'STORE_-1206386311'), (u'INT_EQUAL_-1206387520', u'CBRANCH_-1206387469'), (u'CAST_-1206385075', u'LOAD_-1206386455'), ('const-417', u'LOAD_-1206386498'), (u'INDIRECT_-1206385487', u'MULTIEQUAL_-1206385394'), (u'INDIRECT_-1206385125', u'MULTIEQUAL_-1206384984'), (u'CALL_-1206387217', u'INDIRECT_-1206385580'), (u'INDIRECT_-1206385548', u'MULTIEQUAL_-1206385497'), (u'CALL_-1206386577', u'INDIRECT_-1206385316'), ('const-417', u'LOAD_-1206386306'), (u'STORE_-1206386597', u'INDIRECT_-1206385376'), (u'INT_NOTEQUAL_-1206386873', u'BOOL_OR_-1206384925'), (u'COPY_-1206387044', u'MULTIEQUAL_-1206385991'), (u'INDIRECT_-1206385580', u'MULTIEQUAL_-1206385462'), ('const-417', u'LOAD_-1206386741'), (u'INDIRECT_-1206385299', u'MULTIEQUAL_-1206385131'), (u'CAST_-1206384682', u'LOAD_-1206386486'), (u'STORE_-1206386597', u'INDIRECT_-1206385349'), ('tmp_1888', u'BRANCH_-1206386448'), ('const-417', u'LOAD_-1206386786'), (u'CAST_-1206385144', u'LOAD_-1206387551'), ('const-417', u'LOAD_-1206387140'), (u'CALL_-1206386577', u'INDIRECT_-1206385343'), (u'INT_ADD_-1206386470', u'CAST_-1206384682'), ('const-1', u'CALL_-1206386297'), (u'BOOL_AND_-1206384984', u'CBRANCH_-1206386443'), (u'INDIRECT_-1206385083', u'MULTIEQUAL_-1206385053'), (u'INDIRECT_-1206385035', u'MULTIEQUAL_-1206385000'), (u'CALL_-1206386207', u'INDIRECT_-1206385090'), (u'PTRADD_-1206385000', u'LOAD_-1206387146'), (u'STORE_-1206386311', u'INDIRECT_-1206385192'), (u'INDIRECT_-1206385661', u'MULTIEQUAL_-1206385488'), (u'INDIRECT_-1206385521', u'MULTIEQUAL_-1206385470'), (u'INDIRECT_-1206385548', u'MULTIEQUAL_-1206385543'), (u'INT_ADD_-1206387535', u'CAST_-1206385144'), ('tmp_375', u'CBRANCH_-1206387379'), (u'INDIRECT_-1206385521', u'MULTIEQUAL_-1206385461'), (u'CAST_-1206384753', u'MULTIEQUAL_-1206385911'), ('const-417', u'LOAD_-1206387407'), (u'MULTIEQUAL_-1206385303', u'MULTIEQUAL_-1206385217'), (u'CALL_-1206386207', u'INDIRECT_-1206385117'), (u'CAST_-1206384957', u'LOAD_-1206387107'), (u'CALL_-1206386624', u'INDIRECT_-1206385395'), (u'MULTIEQUAL_-1206385443', u'MULTIEQUAL_-1206385186'), (u'MULTIEQUAL_-1206385140', u'MULTIEQUAL_-1206384883'), ('const-0', u'INT_NOTEQUAL_-1206386873'), (u'INT_MULT_-1206386616', u'STORE_-1206386634'), (u'PTRSUB_-1206385061', u'CALL_-1206386297'), (u'MULTIEQUAL_-1206384959', u'STORE_-1206386311'), (u'CALL_-1206386775', u'INDIRECT_-1206385148'), (u'MULTIEQUAL_-1206385186', u'MULTIEQUAL_-1206385177'), (u'INDIRECT_-1206385343', u'MULTIEQUAL_-1206385252'), (u'INDIRECT_-1206385171', u'COPY_-1206385229'), (u'CAST_-1206384911', u'LOAD_-1206386484'), ('tmp_7482', u'MULTIEQUAL_-1206384897'), (u'INDIRECT_-1206385607', u'MULTIEQUAL_-1206385489'), (u'PTRADD_-1206385131', u'LOAD_-1206387484'), (u'CAST_-1206384767', u'INT_SLESS_-1206386645'), ('const-588900', u'INT_ADD_-1206387575'), (u'LOAD_-1206387419', u'CAST_-1206385075'), ('const-4294967248', u'PTRSUB_-1206385061'), (u'INT_ADD_-1206386045', u'MULTIEQUAL_-1206385542'), (u'COPY_-1206386162', u'MULTIEQUAL_-1206385767'), (u'INT_ADD_-1206386468', u'CAST_-1206384911'), (u'BOOL_OR_-1206384925', u'CBRANCH_-1206386831'), (u'INDIRECT_-1206385058', u'MULTIEQUAL_-1206385023'), ('const-417', u'STORE_-1206386282'), ('const-4', u'PTRADD_-1206384967'), ('tmp_5105', u'PTRADD_-1206384800'), (u'CAST_-1206384971', u'LOAD_-1206387140'), (u'STORE_-1206386634', u'INDIRECT_-1206385393'), (u'STORE_-1206386597', u'INDIRECT_-1206385322'), ('const-4', u'PTRADD_-1206384625'), (u'INDIRECT_-1206385607', u'MULTIEQUAL_-1206385443'), (u'INDIRECT_-1206385171', u'MULTIEQUAL_-1206385030'), (u'CAST_-1206385161', u'LOAD_-1206387584'), (u'CALL_-1206386297', u'INDIRECT_-1206385312'), (u'CALL_-1206386965', u'INT_NOTEQUAL_-1206386873'), (u'MULTIEQUAL_-1206385186', u'COPY_-1206385236'), (u'INDIRECT_-1206385186', u'MULTIEQUAL_-1206385131'), (u'LOAD_-1206386576', u'INT_SLESS_-1206386544'), (u'MULTIEQUAL_-1206385288', u'MULTIEQUAL_-1206385155'), (u'MULTIEQUAL_-1206384913', u'MULTIEQUAL_-1206384883'), (u'CALL_-1206386207', u'INDIRECT_-1206385171'), (u'LOAD_-1206387230', u'STORE_-1206386282'), (u'INDIRECT_-1206385349', u'MULTIEQUAL_-1206385340'), (u'MULTIEQUAL_-1206385023', u'MULTIEQUAL_-1206385007'), (u'STORE_-1206386282', u'INDIRECT_-1206385233'), ('tmp_5105', u'PTRADD_-1206384787'), (u'MULTIEQUAL_-1206385911', u'CALL_-1206386577'), (u'LOAD_-1206386486', u'INT_EQUAL_-1206386461'), (u'STORE_-1206386280', u'INDIRECT_-1206385259'), (u'MULTIEQUAL_-1206385826', u'CALL_-1206386297'), (u'MULTIEQUAL_-1206385030', u'MULTIEQUAL_-1206385340'), (u'CALL_-1206386965', u'INDIRECT_-1206385186'), (u'MULTIEQUAL_-1206385342', u'MULTIEQUAL_-1206385652'), ('tmp_7479', u'MULTIEQUAL_-1206385571'), (u'INDIRECT_-1206385487', u'MULTIEQUAL_-1206385306'), ('const-4', u'PTRADD_-1206385131'), (u'INDIRECT_-1206385160', u'MULTIEQUAL_-1206385186'), (u'MULTIEQUAL_-1206385315', u'MULTIEQUAL_-1206385625'), (u'CALL_-1206387217', u'INDIRECT_-1206385607'), ('tmp_1756', u'CBRANCH_-1206386535'), ('const-88', u'INT_ADD_-1206387214'), (u'LOAD_-1206386306', u'MULTIEQUAL_-1206385826'), (u'INDIRECT_-1206385487', u'MULTIEQUAL_-1206385342'), ('tmp_7477', u'MULTIEQUAL_-1206385625'), (u'CALL_-1206386624', u'CAST_-1206384753'), (u'LOAD_-1206387519', u'MULTIEQUAL_-1206385294'), ('const-4', u'PTRADD_-1206384770'), (u'COPY_-1206386295', u'MULTIEQUAL_-1206385767'), ('const-0', u'INT_EQUAL_-1206387520'), (u'INT_SLESS_-1206386494', u'CBRANCH_-1206386501'), (u'INDIRECT_-1206385125', u'MULTIEQUAL_-1206384949'), (u'MULTIEQUAL_-1206384959', u'MULTIEQUAL_-1206384931'), (u'CALL_-1206386624', u'INDIRECT_-1206385106'), ('const-417', u'LOAD_-1206386515'), (u'INDIRECT_-1206385322', u'MULTIEQUAL_-1206385163'), (u'INDIRECT_-1206385144', u'COPY_-1206385202'), (u'INDIRECT_-1206385345', u'MULTIEQUAL_-1206385177'), (u'INDIRECT_-1206385634', u'MULTIEQUAL_-1206385516'), ('const-417', u'LOAD_-1206386735'), ('const-589508', u'INT_ADD_-1206386045'), (u'INDIRECT_-1206385406', u'MULTIEQUAL_-1206385190'), (u'CALL_-1206386775', u'INDIRECT_-1206385487'), (u'MULTIEQUAL_-1206384897', u'MULTIEQUAL_-1206384931'), (u'INT_EQUAL_-1206387191', u'BOOL_AND_-1206385044'), ('const-1', u'INT_SLESS_-1206387344'), (u'INT_EQUAL_-1206386710', u'CBRANCH_-1206386707'), ('tmp_7476', u'INT_ADD_-1206387575'), (u'INT_ADD_-1206386466', u'CAST_-1206384910'), (u'MULTIEQUAL_-1206384984', u'MULTIEQUAL_-1206385294'), (u'CALL_-1206386624', u'INDIRECT_-1206385422'), ('const-417', u'STORE_-1206386311'), (u'CAST_-1206384720', u'MULTIEQUAL_-1206384993'), (u'COPY_-1206384897', u'CALL_-1206386577'), ('const-5', u'PTRADD_-1206384787'), (u'INT_ADD_-1206386673', u'CAST_-1206384766'), ('const-56', u'INT_ADD_-1206386719'), ('tmp_1880', u'CBRANCH_-1206386458'), ('const-80', u'INT_ADD_-1206387391'), ('tmp_1001', u'BRANCH_-1206387032'), ('const-1', u'COPY_-1206387044'), (u'INDIRECT_-1206385125', u'MULTIEQUAL_-1206385030'), (u'LOAD_-1206387228', u'INT_NOTEQUAL_-1206387087'), (u'STORE_-1206386634', u'INDIRECT_-1206385366'), ('tmp_7478', u'STORE_-1206386268'), (u'MULTIEQUAL_-1206385936', u'CALL_-1206386775'), (u'INDIRECT_-1206385345', u'MULTIEQUAL_-1206385232'), ('tmp_2371', u'CBRANCH_-1206386229'), (u'INDIRECT_-1206385106', u'MULTIEQUAL_-1206385078'), (u'STORE_-1206386268', u'INDIRECT_-1206385196'), ('const-6', u'PTRADD_-1206384662'), (u'LOAD_-1206387228', u'STORE_-1206386280'), ('tmp_2535', u'BRANCH_-1206386063'), (u'MULTIEQUAL_-1206385542', u'CALL_-1206386775'), (u'LOAD_-1206387584', u'LOAD_-1206387519'), ('const-4', u'PTRADD_-1206384800'), (u'INDIRECT_-1206385171', u'MULTIEQUAL_-1206384993'), (u'LOAD_-1206386570', u'CAST_-1206384720'), (u'MULTIEQUAL_-1206384883', u'INT_NOTEQUAL_-1206386319'), (u'STORE_-1206386597', u'INDIRECT_-1206385403'), (u'CALL_-1206386775', u'INDIRECT_-1206385171'), (u'MULTIEQUAL_-1206385159', u'COPY_-1206385209'), ('tmp_7479', u'MULTIEQUAL_-1206385128'), ('tmp_2569', u'BRANCH_-1206386042'), (u'LOAD_-1206387584', u'LOAD_-1206386339'), ('tmp_930', u'CBRANCH_-1206387068'), ('const-4', u'PTRADD_-1206384662'), ('const-0', u'COPY_-1206386295'), (u'STORE_-1206386268', u'INDIRECT_-1206385250'), ('tmp_5106', u'STORE_-1206386317'), (u'PTRADD_-1206384787', u'STORE_-1206386634'), (u'CALL_-1206386775', u'INDIRECT_-1206385406'), (u'INDIRECT_-1206385460', u'MULTIEQUAL_-1206385315'), (u'CALL_-1206386775', u'INDIRECT_-1206385433'), (u'INT_SLESS_-1206386645', u'CBRANCH_-1206386652'), (u'INDIRECT_-1206385232', u'MULTIEQUAL_-1206385186'), ('const-417', u'LOAD_-1206386521'), (u'INDIRECT_-1206385169', u'MULTIEQUAL_-1206385159'), (u'LOAD_-1206386258', u'INT_SLESS_-1206386232'), ('const-417', u'LOAD_-1206387109'), (u'STORE_-1206386282', u'INDIRECT_-1206385260'), (u'INT_SLESS_-1206386280', u'CBRANCH_-1206386277'), (u'MULTIEQUAL_-1206385276', u'MULTIEQUAL_-1206385190'), (u'CALL_-1206386965', u'INDIRECT_-1206385232'), ('const-80', u'INT_ADD_-1206387124'), (u'MULTIEQUAL_-1206385357', u'MULTIEQUAL_-1206385342'), (u'INT_EQUAL_-1206387115', u'CBRANCH_-1206387112'), ('const-417', u'LOAD_-1206386486'), ('tmp_7480', u'MULTIEQUAL_-1206385155'), (u'INDIRECT_-1206385580', u'MULTIEQUAL_-1206385416'), (u'MULTIEQUAL_-1206385240', u'COPY_-1206385290'), ('tmp_5104', u'INT_ADD_-1206387262'), (u'INDIRECT_-1206384950', u'MULTIEQUAL_-1206385000'), ('tmp_5105', u'PTRADD_-1206384753'), (u'CAST_-1206384801', u'LOAD_-1206386735'), (u'CAST_-1206384910', u'LOAD_-1206386482'), (u'PTRADD_-1206384753', u'LOAD_-1206386576'), ('tmp_2228', u'BRANCH_-1206386295'), (u'INDIRECT_-1206385187', u'MULTIEQUAL_-1206385213'), ('tmp_802', u'CBRANCH_-1206387149'), (u'CAST_-1206385066', u'LOAD_-1206387407'), ('tmp_5093', u'PTRSUB_-1206385061'), (u'INT_SLESS_-1206386737', u'CBRANCH_-1206386744'), (u'MULTIEQUAL_-1206385497', u'MULTIEQUAL_-1206385240'), (u'CALL_-1206386207', u'INDIRECT_-1206385144'), (u'INDIRECT_-1206385186', u'MULTIEQUAL_-1206385140'), ('tmp_5093', u'PTRSUB_-1206385048'), (u'PTRADD_-1206384954', u'MULTIEQUAL_-1206385982'), (u'INDIRECT_-1206385106', u'MULTIEQUAL_-1206384931'), (u'INDIRECT_-1206385209', u'MULTIEQUAL_-1206385209'), (u'INT_SLESS_-1206386232', u'CBRANCH_-1206386229'), (u'MULTIEQUAL_-1206385330', u'MULTIEQUAL_-1206385244'), ('const-1', u'PTRADD_-1206384625'), (u'LOAD_-1206387484', u'INT_SLESS_-1206387344'), (u'LOAD_-1206386521', u'MULTIEQUAL_-1206386048'), ('const-1', u'COPY_-1206386075'), (u'CALL_-1206387217', u'INDIRECT_-1206385634'), (u'CALL_-1206386297', u'INDIRECT_-1206384973'), (u'STORE_-1206386634', u'INDIRECT_-1206385339'), ('tmp_7481', u'MULTIEQUAL_-1206385317'), (u'LOAD_-1206386521', u'INT_ADD_-1206386499'), ('tmp_5105', u'LOAD_-1206386786'), (u'PTRADD_-1206384954', u'LOAD_-1206386521'), (u'INT_ADD_-1206387441', u'MULTIEQUAL_-1206385542'), (u'MULTIEQUAL_-1206385163', u'MULTIEQUAL_-1206385154'), (u'INDIRECT_-1206385209', u'MULTIEQUAL_-1206385154'), (u'STORE_-1206386311', u'INDIRECT_-1206385273'), (u'MULTIEQUAL_-1206385140', u'MULTIEQUAL_-1206385131'), (u'CALL_-1206386965', u'INDIRECT_-1206385521'), ('tmp_7480', u'MULTIEQUAL_-1206385598'), (u'CAST_-1206384772', u'MULTIEQUAL_-1206385911'), (u'INDIRECT_-1206385148', u'MULTIEQUAL_-1206384972'), (u'INDIRECT_-1206385494', u'MULTIEQUAL_-1206385443'), (u'MULTIEQUAL_-1206386065', u'INT_ADD_-1206387214'), (u'PTRADD_-1206384625', u'STORE_-1206386280'), (u'INDIRECT_-1206385223', u'MULTIEQUAL_-1206385213'), (u'CALL_-1206386207', u'INDIRECT_-1206384809'), ('const-588972', u'INT_ADD_-1206387441'), ('const-0', u'INT_EQUAL_-1206386604'), ('const-0', u'INT_EQUAL_-1206387191'), (u'LOAD_-1206386521', u'INT_ADD_-1206386466'), ('const-417', u'STORE_-1206386317'), ('const-417', u'LOAD_-1206386339'), (u'LOAD_-1206386482', u'INT_EQUAL_-1206386463'), (u'MULTIEQUAL_-1206385276', u'MULTIEQUAL_-1206385261'), ('const-235', u'INT_ADD_-1206387262'), ('tmp_5105', u'PTRADD_-1206385131'), (u'INDIRECT_-1206385580', u'MULTIEQUAL_-1206385407'), (u'LOAD_-1206387413', u'INT_ADD_-1206387391'), (u'MULTIEQUAL_-1206385303', u'MULTIEQUAL_-1206385288'), (u'LOAD_-1206387407', u'INT_NOTEQUAL_-1206387381'), (u'INDIRECT_-1206385171', u'COPY_-1206384897'), (u'LOAD_-1206387484', u'INT_SLESSEQUAL_-1206386921'), ('const-0', u'INT_EQUAL_-1206386461'), (u'INDIRECT_-1206385467', u'MULTIEQUAL_-1206385416'), (u'CALL_-1206386624', u'INDIRECT_-1206385341'), ('const-417', u'STORE_-1206386634'), (u'LOAD_-1206387146', u'MULTIEQUAL_-1206386048'), ('const-0', u'INT_EQUAL_-1206386710'), ('const-1', u'PTRADD_-1206384954'), (u'INDIRECT_-1206385521', u'MULTIEQUAL_-1206385516'), (u'LOAD_-1206386455', u'MULTIEQUAL_-1206386065'), (u'COPY_-1206386075', u'MULTIEQUAL_-1206385936'), (u'INDIRECT_-1206385312', u'MULTIEQUAL_-1206385357'), (u'MULTIEQUAL_-1206385030', u'MULTIEQUAL_-1206384897'), (u'PTRADD_-1206384662', u'LOAD_-1206386258'), (u'LOAD_-1206386662', u'CAST_-1206384772'), (u'LOAD_-1206387140', u'INT_EQUAL_-1206387115'), (u'CALL_-1206387217', u'INDIRECT_-1206385322'), (u'MULTIEQUAL_-1206385000', u'MULTIEQUAL_-1206384984'), (u'PTRADD_-1206384817', u'LOAD_-1206386704'), (u'CALL_-1206386775', u'INDIRECT_-1206385460'), (u'MULTIEQUAL_-1206385261', u'MULTIEQUAL_-1206385128'), (u'INDIRECT_-1206385406', u'MULTIEQUAL_-1206385225'), ('tmp_1447', u'CBRANCH_-1206386744'), ('const-235', u'INT_ADD_-1206387535'), (u'MULTIEQUAL_-1206385357', u'MULTIEQUAL_-1206385271'), ('const-417', u'LOAD_-1206386576'), (u'CALL_-1206386297', u'INDIRECT_-1206385231'), (u'CAST_-1206384924', u'LOAD_-1206386515'), (u'INDIRECT_-1206385316', u'MULTIEQUAL_-1206385276'), (u'MULTIEQUAL_-1206385315', u'MULTIEQUAL_-1206385182'), (u'LOAD_-1206387230', u'INT_NOTEQUAL_-1206385668'), (u'MULTIEQUAL_-1206386065', u'INT_ADD_-1206387212'), (u'LOAD_-1206387146', u'INT_ADD_-1206387124'), (u'INT_ADD_-1206387391', u'CAST_-1206385066'), (u'STORE_-1206386317', u'INDIRECT_-1206385160'), (u'INT_ADD_-1206386719', u'CAST_-1206384801'), ('const-0', u'INT_SLESS_-1206386737'), ('tmp_1369', u'CBRANCH_-1206386805'), ('tmp_1816', u'CBRANCH_-1206386501')]
null
null
0008fc50
arm
O2
(translation_unit "void FUN_0008fc50(int param_1,undefined4 *param_2,int *param_3,undefined4 *param_4,int *param_5)\n\n{\n void *__src;\n void *__dest;\n int iVar1;\n int *piVar2;\n size_t __n;\n int iVar3;\n int iVar4;\n int iVar5;\n int *piVar6;\n int iVar7;\n int *piVar8;\n int local_50;\n void *local_34;\n int local_30;\n int local_2c;\n \n piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);\n local_2c = *piVar8;\n iVar5 = param_2[2];\n if (*(char *)(param_1 + 0xeb) == '\0') {\n local_50 = DAT_0008feec + 0x8fcac;\n }\n else {\n local_50 = DAT_0008fef0 + 0x8fec4;\n }\n if (iVar5 != 0) {\n piVar6 = (int *)*param_2;\n iVar7 = *piVar6;\n if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }\n }\n iVar7 = 0;\n *param_4 = 0;\nLAB_0008fe8c:\n if (local_2c != *piVar8) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }\n return;\n}\n\n" (function_definition "void FUN_0008fc50(int param_1,undefined4 *param_2,int *param_3,undefined4 *param_4,int *param_5)\n\n{\n void *__src;\n void *__dest;\n int iVar1;\n int *piVar2;\n size_t __n;\n int iVar3;\n int iVar4;\n int iVar5;\n int *piVar6;\n int iVar7;\n int *piVar8;\n int local_50;\n void *local_34;\n int local_30;\n int local_2c;\n \n piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);\n local_2c = *piVar8;\n iVar5 = param_2[2];\n if (*(char *)(param_1 + 0xeb) == '\0') {\n local_50 = DAT_0008feec + 0x8fcac;\n }\n else {\n local_50 = DAT_0008fef0 + 0x8fec4;\n }\n if (iVar5 != 0) {\n piVar6 = (int *)*param_2;\n iVar7 = *piVar6;\n if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }\n }\n iVar7 = 0;\n *param_4 = 0;\nLAB_0008fe8c:\n if (local_2c != *piVar8) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }\n return;\n}" primitive_type (function_declarator "FUN_0008fc50(int param_1,undefined4 *param_2,int *param_3,undefined4 *param_4,int *param_5)" identifier (parameter_list "(int param_1,undefined4 *param_2,int *param_3,undefined4 *param_4,int *param_5)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "int *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) ))) (compound_statement "{\n void *__src;\n void *__dest;\n int iVar1;\n int *piVar2;\n size_t __n;\n int iVar3;\n int iVar4;\n int iVar5;\n int *piVar6;\n int iVar7;\n int *piVar8;\n int local_50;\n void *local_34;\n int local_30;\n int local_2c;\n \n piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);\n local_2c = *piVar8;\n iVar5 = param_2[2];\n if (*(char *)(param_1 + 0xeb) == '\0') {\n local_50 = DAT_0008feec + 0x8fcac;\n }\n else {\n local_50 = DAT_0008fef0 + 0x8fec4;\n }\n if (iVar5 != 0) {\n piVar6 = (int *)*param_2;\n iVar7 = *piVar6;\n if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }\n }\n iVar7 = 0;\n *param_4 = 0;\nLAB_0008fe8c:\n if (local_2c != *piVar8) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }\n return;\n}" { (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "int *piVar8;" primitive_type (pointer_declarator "*piVar8" * identifier) ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "void *local_34;" primitive_type (pointer_declarator "*local_34" * identifier) ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);" (assignment_expression "piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" identifier = (pointer_expression "*(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" * (cast_expression "(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" ( (binary_expression "DAT_0008fee4 + 0x8fc64 + DAT_0008fee8" (binary_expression "DAT_0008fee4 + 0x8fc64" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_2c = *piVar8;" (assignment_expression "local_2c = *piVar8" identifier = (pointer_expression "*piVar8" * identifier)) ;) (expression_statement "iVar5 = param_2[2];" (assignment_expression "iVar5 = param_2[2]" identifier = (subscript_expression "param_2[2]" identifier [ number_literal ])) ;) (if_statement "if (*(char *)(param_1 + 0xeb) == '\0') {\n local_50 = DAT_0008feec + 0x8fcac;\n }\n else {\n local_50 = DAT_0008fef0 + 0x8fec4;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0xeb) == '\0')" ( (binary_expression "*(char *)(param_1 + 0xeb) == '\0'" (pointer_expression "*(char *)(param_1 + 0xeb)" * (cast_expression "(char *)(param_1 + 0xeb)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xeb)" ( (binary_expression "param_1 + 0xeb" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_50 = DAT_0008feec + 0x8fcac;\n }" { (expression_statement "local_50 = DAT_0008feec + 0x8fcac;" (assignment_expression "local_50 = DAT_0008feec + 0x8fcac" identifier = (binary_expression "DAT_0008feec + 0x8fcac" identifier + number_literal)) ;) }) (else_clause "else {\n local_50 = DAT_0008fef0 + 0x8fec4;\n }" else (compound_statement "{\n local_50 = DAT_0008fef0 + 0x8fec4;\n }" { (expression_statement "local_50 = DAT_0008fef0 + 0x8fec4;" (assignment_expression "local_50 = DAT_0008fef0 + 0x8fec4" identifier = (binary_expression "DAT_0008fef0 + 0x8fec4" identifier + number_literal)) ;) }))) (if_statement "if (iVar5 != 0) {\n piVar6 = (int *)*param_2;\n iVar7 = *piVar6;\n if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }\n }" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (compound_statement "{\n piVar6 = (int *)*param_2;\n iVar7 = *piVar6;\n if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }\n }" { (expression_statement "piVar6 = (int *)*param_2;" (assignment_expression "piVar6 = (int *)*param_2" identifier = (cast_expression "(int *)*param_2" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "iVar7 = *piVar6;" (assignment_expression "iVar7 = *piVar6" identifier = (pointer_expression "*piVar6" * identifier)) ;) (if_statement "if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }" if (parenthesized_expression "(*(int *)(iVar7 + 0x50) != 0)" ( (binary_expression "*(int *)(iVar7 + 0x50) != 0" (pointer_expression "*(int *)(iVar7 + 0x50)" * (cast_expression "(int *)(iVar7 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x50)" ( (binary_expression "iVar7 + 0x50" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }" { (do_statement "do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );" do (compound_statement "{\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n }" { (expression_statement "iVar3 = *(int *)(iVar7 + 0x58);" (assignment_expression "iVar3 = *(int *)(iVar7 + 0x58)" identifier = (pointer_expression "*(int *)(iVar7 + 0x58)" * (cast_expression "(int *)(iVar7 + 0x58)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x58)" ( (binary_expression "iVar7 + 0x58" identifier + number_literal) ))))) ;) (expression_statement "iVar4 = *(int *)(iVar7 + 0x5c);" (assignment_expression "iVar4 = *(int *)(iVar7 + 0x5c)" identifier = (pointer_expression "*(int *)(iVar7 + 0x5c)" * (cast_expression "(int *)(iVar7 + 0x5c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x5c)" ( (binary_expression "iVar7 + 0x5c" identifier + number_literal) ))))) ;) (expression_statement "iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);" (assignment_expression "iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30)" identifier = (call_expression "FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30)" identifier (argument_list "(param_1 + 0xeb,iVar7,&local_34,&local_30)" ( (binary_expression "param_1 + 0xeb" identifier + number_literal) , identifier , (pointer_expression "&local_34" & identifier) , (pointer_expression "&local_30" & identifier) )))) ;) (if_statement "if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }" if (parenthesized_expression "(iVar7 == 0 && 1 < iVar5)" ( (binary_expression "iVar7 == 0 && 1 < iVar5" (binary_expression "iVar7 == 0" identifier == number_literal) && (binary_expression "1 < iVar5" number_literal < identifier)) )) (compound_statement "{\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }" { (expression_statement "iVar7 = piVar6[1];" (assignment_expression "iVar7 = piVar6[1]" identifier = (subscript_expression "piVar6[1]" identifier [ number_literal ])) ;) (if_statement "if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }" if (parenthesized_expression "((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58)))" ( (binary_expression "(*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))" (parenthesized_expression "(*(int *)(iVar7 + 0x50) == 0)" ( (binary_expression "*(int *)(iVar7 + 0x50) == 0" (pointer_expression "*(int *)(iVar7 + 0x50)" * (cast_expression "(int *)(iVar7 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x50)" ( (binary_expression "iVar7 + 0x50" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "(iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))" ( (binary_expression "iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58)" (binary_expression "iVar4 != *(int *)(iVar7 + 0x5c)" identifier != (pointer_expression "*(int *)(iVar7 + 0x5c)" * (cast_expression "(int *)(iVar7 + 0x5c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x5c)" ( (binary_expression "iVar7 + 0x5c" identifier + number_literal) ))))) || (binary_expression "iVar3 != *(int *)(iVar7 + 0x58)" identifier != (pointer_expression "*(int *)(iVar7 + 0x58)" * (cast_expression "(int *)(iVar7 + 0x58)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x58)" ( (binary_expression "iVar7 + 0x58" identifier + number_literal) )))))) ))) )) (compound_statement "{\n iVar1 = 1;\n }" { (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) }) (else_clause "else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }" else (compound_statement "{\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }" { (expression_statement "piVar2 = piVar6 + 1;" (assignment_expression "piVar2 = piVar6 + 1" identifier = (binary_expression "piVar6 + 1" identifier + number_literal)) ;) (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) (do_statement "do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));" do (compound_statement "{\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n }" { (expression_statement "iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);" (assignment_expression "iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0)" identifier = (call_expression "FUN_0008fa1c(param_1 + 0xeb,iVar7,0)" identifier (argument_list "(param_1 + 0xeb,iVar7,0)" ( (binary_expression "param_1 + 0xeb" identifier + number_literal) , identifier , number_literal )))) ;) (expression_statement "iVar1 = iVar1 + 1;" (assignment_expression "iVar1 = iVar1 + 1" identifier = (binary_expression "iVar1 + 1" identifier + number_literal)) ;) (if_statement "if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;" if (parenthesized_expression "(iVar7 != 0 || iVar5 <= iVar1)" ( (binary_expression "iVar7 != 0 || iVar5 <= iVar1" (binary_expression "iVar7 != 0" identifier != number_literal) || (binary_expression "iVar5 <= iVar1" identifier <= identifier)) )) (goto_statement "goto LAB_0008fd90;" goto statement_identifier ;)) (expression_statement "piVar2 = piVar2 + 1;" (assignment_expression "piVar2 = piVar2 + 1" identifier = (binary_expression "piVar2 + 1" identifier + number_literal)) ;) (expression_statement "iVar7 = *piVar2;" (assignment_expression "iVar7 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) }) while (parenthesized_expression "((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3))" ( (binary_expression "(*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3)" (parenthesized_expression "(*(int *)(iVar7 + 0x50) != 0)" ( (binary_expression "*(int *)(iVar7 + 0x50) != 0" (pointer_expression "*(int *)(iVar7 + 0x50)" * (cast_expression "(int *)(iVar7 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x50)" ( (binary_expression "iVar7 + 0x50" identifier + number_literal) )))) != number_literal) )) && (parenthesized_expression "(*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3)" ( (binary_expression "*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3" (binary_expression "*(int *)(iVar7 + 0x5c) == iVar4" (pointer_expression "*(int *)(iVar7 + 0x5c)" * (cast_expression "(int *)(iVar7 + 0x5c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x5c)" ( (binary_expression "iVar7 + 0x5c" identifier + number_literal) )))) == identifier) && (binary_expression "*(int *)(iVar7 + 0x58) == iVar3" (pointer_expression "*(int *)(iVar7 + 0x58)" * (cast_expression "(int *)(iVar7 + 0x58)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x58)" ( (binary_expression "iVar7 + 0x58" identifier + number_literal) )))) == identifier)) ))) )) ;) }))) }) (else_clause "else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }" else (compound_statement "{\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }" { (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;" statement_identifier : (if_statement "if (iVar7 != 0) goto LAB_0008fe8c;" if (parenthesized_expression "(iVar7 != 0)" ( (binary_expression "iVar7 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0008fe8c;" goto statement_identifier ;))) }))) (expression_statement "FUN_0001e718(*param_2,iVar5,iVar1,local_50);" (call_expression "FUN_0001e718(*param_2,iVar5,iVar1,local_50)" identifier (argument_list "(*param_2,iVar5,iVar1,local_50)" ( (pointer_expression "*param_2" * identifier) , identifier , identifier , identifier ))) ;) (expression_statement "__src = local_34;" (assignment_expression "__src = local_34" identifier = identifier) ;) (if_statement "if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }" if (parenthesized_expression "(0 < local_30)" ( (binary_expression "0 < local_30" number_literal < identifier) )) (compound_statement "{\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }" { (if_statement "if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }" if (parenthesized_expression "(*(int *)(*piVar6 + 0x38) == 0)" ( (binary_expression "*(int *)(*piVar6 + 0x38) == 0" (pointer_expression "*(int *)(*piVar6 + 0x38)" * (cast_expression "(int *)(*piVar6 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar6 + 0x38)" ( (binary_expression "*piVar6 + 0x38" (pointer_expression "*piVar6" * identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }" { (expression_statement "iVar7 = param_2[6];" (assignment_expression "iVar7 = param_2[6]" identifier = (subscript_expression "param_2[6]" identifier [ number_literal ])) ;) (if_statement "if (-1 < iVar7) goto LAB_0008fe4c;" if (parenthesized_expression "(-1 < iVar7)" ( (binary_expression "-1 < iVar7" number_literal < identifier) )) (goto_statement "goto LAB_0008fe4c;" goto statement_identifier ;)) }) (else_clause "else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }" else (compound_statement "{\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }" { (expression_statement "__n = local_30 + 1;" (assignment_expression "__n = local_30 + 1" identifier = (binary_expression "local_30 + 1" identifier + number_literal)) ;) (expression_statement "__dest = (void *)param_2[4];" (assignment_expression "__dest = (void *)param_2[4]" identifier = (cast_expression "(void *)param_2[4]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[4]" identifier [ number_literal ]))) ;) (if_statement "if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }" if (parenthesized_expression "((int)param_2[5] < (int)__n)" ( (binary_expression "(int)param_2[5] < (int)__n" (cast_expression "(int)param_2[5]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_2[5]" identifier [ number_literal ])) < (cast_expression "(int)__n" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }" { (expression_statement "param_2[5] = __n * 2;" (assignment_expression "param_2[5] = __n * 2" (subscript_expression "param_2[5]" identifier [ number_literal ]) = (binary_expression "__n * 2" identifier * number_literal)) ;) (expression_statement "__dest = (void *)FUN_0004350c();" (assignment_expression "__dest = (void *)FUN_0004350c()" identifier = (cast_expression "(void *)FUN_0004350c()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0004350c()" identifier (argument_list "()" ( ))))) ;) (if_statement "if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\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 iVar7 = 7;\n goto LAB_0008fe8c;\n }" { (expression_statement "iVar7 = 7;" (assignment_expression "iVar7 = 7" identifier = number_literal) ;) (goto_statement "goto LAB_0008fe8c;" goto statement_identifier ;) })) (expression_statement "param_2[4] = __dest;" (assignment_expression "param_2[4] = __dest" (subscript_expression "param_2[4]" identifier [ number_literal ]) = identifier) ;) })) (expression_statement "memcpy(__dest,__src,__n);" (call_expression "memcpy(__dest,__src,__n)" identifier (argument_list "(__dest,__src,__n)" ( identifier , identifier , identifier ))) ;) (expression_statement "iVar7 = param_2[6];" (assignment_expression "iVar7 = param_2[6]" identifier = (subscript_expression "param_2[6]" identifier [ number_literal ])) ;) (expression_statement "local_34 = (void *)param_2[4];" (assignment_expression "local_34 = (void *)param_2[4]" identifier = (cast_expression "(void *)param_2[4]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[4]" identifier [ number_literal ]))) ;) (if_statement "if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }" if (parenthesized_expression "(-1 < iVar7)" ( (binary_expression "-1 < iVar7" number_literal < identifier) )) (compound_statement "{\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }" { (labeled_statement "LAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);" statement_identifier : (expression_statement "FUN_000208c4(iVar7,1,&local_34,&local_30);" (call_expression "FUN_000208c4(iVar7,1,&local_34,&local_30)" identifier (argument_list "(iVar7,1,&local_34,&local_30)" ( identifier , number_literal , (pointer_expression "&local_34" & identifier) , (pointer_expression "&local_30" & identifier) ))) ;)) })) (if_statement "if (local_30 < 1) goto LAB_0008fe24;" if (parenthesized_expression "(local_30 < 1)" ( (binary_expression "local_30 < 1" identifier < number_literal) )) (goto_statement "goto LAB_0008fe24;" goto statement_identifier ;)) }))) (expression_statement "*param_4 = local_34;" (assignment_expression "*param_4 = local_34" (pointer_expression "*param_4" * identifier) = identifier) ;) (expression_statement "iVar7 = 0;" (assignment_expression "iVar7 = 0" identifier = number_literal) ;) (expression_statement "*param_3 = iVar3;" (assignment_expression "*param_3 = iVar3" (pointer_expression "*param_3" * identifier) = identifier) ;) (expression_statement "param_3[1] = iVar4;" (assignment_expression "param_3[1] = iVar4" (subscript_expression "param_3[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*param_5 = local_30;" (assignment_expression "*param_5 = local_30" (pointer_expression "*param_5" * identifier) = identifier) ;) (goto_statement "goto LAB_0008fe8c;" goto statement_identifier ;) })) (expression_statement "iVar7 = param_2[6];" (assignment_expression "iVar7 = param_2[6]" identifier = (subscript_expression "param_2[6]" identifier [ number_literal ])) ;) (if_statement "if (-1 < iVar7) goto LAB_0008fe4c;" if (parenthesized_expression "(-1 < iVar7)" ( (binary_expression "-1 < iVar7" number_literal < identifier) )) (goto_statement "goto LAB_0008fe4c;" goto statement_identifier ;)) (labeled_statement "LAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;" statement_identifier : (if_statement "if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;" if (parenthesized_expression "(*(int *)(*(int *)*param_2 + 0x50) == 0)" ( (binary_expression "*(int *)(*(int *)*param_2 + 0x50) == 0" (pointer_expression "*(int *)(*(int *)*param_2 + 0x50)" * (cast_expression "(int *)(*(int *)*param_2 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)*param_2 + 0x50)" ( (binary_expression "*(int *)*param_2 + 0x50" (pointer_expression "*(int *)*param_2" * (cast_expression "(int *)*param_2" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) + number_literal) )))) == number_literal) )) (break_statement "break;" break ;))) (expression_statement "iVar7 = *piVar6;" (assignment_expression "iVar7 = *piVar6" identifier = (pointer_expression "*piVar6" * identifier)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) })) (expression_statement "iVar7 = 0;" (assignment_expression "iVar7 = 0" identifier = number_literal) ;) (expression_statement "*param_4 = 0;" (assignment_expression "*param_4 = 0" (pointer_expression "*param_4" * identifier) = number_literal) ;) (labeled_statement "LAB_0008fe8c:\n if (local_2c != *piVar8) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }" statement_identifier : (if_statement "if (local_2c != *piVar8) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }" if (parenthesized_expression "(local_2c != *piVar8)" ( (binary_expression "local_2c != *piVar8" identifier != (pointer_expression "*piVar8" * identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }" { comment (expression_statement "__stack_chk_fail(iVar7);" (call_expression "__stack_chk_fail(iVar7)" identifier (argument_list "(iVar7)" ( identifier ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit "int sqlite3Fts3MsrIncrNext\n (Fts3Table *p,Fts3MultiSegReader *pMsr,sqlite3_int64 *piDocid,char **paPoslist,\n int *pnPoslist)\n\n{\n int iVar1;\n char *pOld;\n int nSuspect;\n Fts3SegReader **ppFVar2;\n size_t __n;\n int iVar3;\n int iVar4;\n int nSegment;\n Fts3SegReader **ppFVar5;\n Fts3SegReader *pFVar6;\n int *piVar7;\n _func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *local_50;\n char *pList;\n int nList;\n int local_2c;\n \n piVar7 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);\n local_2c = *piVar7;\n nSegment = pMsr->nAdvance;\n if (p->bDescIdx == '\0') {\n local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008feec + 0x8fcac);\n }\n else {\n local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008fef0 + 0x8fec4);\n }\n if (nSegment != 0) {\n ppFVar5 = pMsr->apSegment;\n pFVar6 = *ppFVar5;\n if (pFVar6->pOffsetList != (char *)0x0) {\n do {\n iVar3 = (int)pFVar6->iDocid;\n iVar4 = *(int *)((int)&pFVar6->iDocid + 4);\n iVar1 = fts3SegReaderNextDocid((Fts3Table *)&p->bDescIdx,pFVar6,&pList,&nList);\n if (iVar1 == 0 && 1 < nSegment) {\n pFVar6 = ppFVar5[1];\n if ((pFVar6->pOffsetList == (char *)0x0) ||\n (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)) {\n nSuspect = 1;\n }\n else {\n ppFVar2 = ppFVar5 + 1;\n nSuspect = 1;\n do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));\n }\n }\n else {\n nSuspect = 1;\nLAB_0008fd90:\n if (iVar1 != 0) goto LAB_0008fe8c;\n }\n fts3SegReaderSort(pMsr->apSegment,nSegment,nSuspect,local_50);\n if (0 < nList) {\n if ((*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0) {\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) goto LAB_0008fe4c;\nLAB_0008fe6c:\n *paPoslist = pList;\n iVar1 = 0;\n *(int *)piDocid = iVar3;\n *(int *)((int)piDocid + 4) = iVar4;\n *pnPoslist = nList;\n goto LAB_0008fe8c;\n }\n __n = nList + 1;\n pOld = pMsr->aBuffer;\n if (pMsr->nBuffer < (int)__n) {\n pMsr->nBuffer = __n * 2;\n pOld = (char *)sqlite3_realloc(pOld,__n * 2);\n if (pOld == (char *)0x0) {\n iVar1 = 7;\n goto LAB_0008fe8c;\n }\n pMsr->aBuffer = pOld;\n }\n /* WARNING: Subroutine does not return */\n memcpy(pOld,pList,__n);\n }\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) {\nLAB_0008fe4c:\n fts3ColumnFilter(iVar1,1,&pList,&nList);\n if (0 < nList) goto LAB_0008fe6c;\n }\n if ((*pMsr->apSegment)->pOffsetList == (char *)0x0) break;\n pFVar6 = *ppFVar5;\n } while( true );\n }\n }\n iVar1 = 0;\n *paPoslist = (char *)0x0;\nLAB_0008fe8c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return iVar1;\n}\n\n" (function_definition "int sqlite3Fts3MsrIncrNext\n (Fts3Table *p,Fts3MultiSegReader *pMsr,sqlite3_int64 *piDocid,char **paPoslist,\n int *pnPoslist)\n\n{\n int iVar1;\n char *pOld;\n int nSuspect;\n Fts3SegReader **ppFVar2;\n size_t __n;\n int iVar3;\n int iVar4;\n int nSegment;\n Fts3SegReader **ppFVar5;\n Fts3SegReader *pFVar6;\n int *piVar7;\n _func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *local_50;\n char *pList;\n int nList;\n int local_2c;\n \n piVar7 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);\n local_2c = *piVar7;\n nSegment = pMsr->nAdvance;\n if (p->bDescIdx == '\0') {\n local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008feec + 0x8fcac);\n }\n else {\n local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008fef0 + 0x8fec4);\n }\n if (nSegment != 0) {\n ppFVar5 = pMsr->apSegment;\n pFVar6 = *ppFVar5;\n if (pFVar6->pOffsetList != (char *)0x0) {\n do {\n iVar3 = (int)pFVar6->iDocid;\n iVar4 = *(int *)((int)&pFVar6->iDocid + 4);\n iVar1 = fts3SegReaderNextDocid((Fts3Table *)&p->bDescIdx,pFVar6,&pList,&nList);\n if (iVar1 == 0 && 1 < nSegment) {\n pFVar6 = ppFVar5[1];\n if ((pFVar6->pOffsetList == (char *)0x0) ||\n (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)) {\n nSuspect = 1;\n }\n else {\n ppFVar2 = ppFVar5 + 1;\n nSuspect = 1;\n do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));\n }\n }\n else {\n nSuspect = 1;\nLAB_0008fd90:\n if (iVar1 != 0) goto LAB_0008fe8c;\n }\n fts3SegReaderSort(pMsr->apSegment,nSegment,nSuspect,local_50);\n if (0 < nList) {\n if ((*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0) {\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) goto LAB_0008fe4c;\nLAB_0008fe6c:\n *paPoslist = pList;\n iVar1 = 0;\n *(int *)piDocid = iVar3;\n *(int *)((int)piDocid + 4) = iVar4;\n *pnPoslist = nList;\n goto LAB_0008fe8c;\n }\n __n = nList + 1;\n pOld = pMsr->aBuffer;\n if (pMsr->nBuffer < (int)__n) {\n pMsr->nBuffer = __n * 2;\n pOld = (char *)sqlite3_realloc(pOld,__n * 2);\n if (pOld == (char *)0x0) {\n iVar1 = 7;\n goto LAB_0008fe8c;\n }\n pMsr->aBuffer = pOld;\n }\n /* WARNING: Subroutine does not return */\n memcpy(pOld,pList,__n);\n }\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) {\nLAB_0008fe4c:\n fts3ColumnFilter(iVar1,1,&pList,&nList);\n if (0 < nList) goto LAB_0008fe6c;\n }\n if ((*pMsr->apSegment)->pOffsetList == (char *)0x0) break;\n pFVar6 = *ppFVar5;\n } while( true );\n }\n }\n iVar1 = 0;\n *paPoslist = (char *)0x0;\nLAB_0008fe8c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return iVar1;\n}" primitive_type (function_declarator "sqlite3Fts3MsrIncrNext\n (Fts3Table *p,Fts3MultiSegReader *pMsr,sqlite3_int64 *piDocid,char **paPoslist,\n int *pnPoslist)" identifier (parameter_list "(Fts3Table *p,Fts3MultiSegReader *pMsr,sqlite3_int64 *piDocid,char **paPoslist,\n int *pnPoslist)" ( (parameter_declaration "Fts3Table *p" type_identifier (pointer_declarator "*p" * identifier)) , (parameter_declaration "Fts3MultiSegReader *pMsr" type_identifier (pointer_declarator "*pMsr" * identifier)) , (parameter_declaration "sqlite3_int64 *piDocid" type_identifier (pointer_declarator "*piDocid" * identifier)) , (parameter_declaration "char **paPoslist" primitive_type (pointer_declarator "**paPoslist" * (pointer_declarator "*paPoslist" * identifier))) , (parameter_declaration "int *pnPoslist" primitive_type (pointer_declarator "*pnPoslist" * identifier)) ))) (compound_statement "{\n int iVar1;\n char *pOld;\n int nSuspect;\n Fts3SegReader **ppFVar2;\n size_t __n;\n int iVar3;\n int iVar4;\n int nSegment;\n Fts3SegReader **ppFVar5;\n Fts3SegReader *pFVar6;\n int *piVar7;\n _func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *local_50;\n char *pList;\n int nList;\n int local_2c;\n \n piVar7 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);\n local_2c = *piVar7;\n nSegment = pMsr->nAdvance;\n if (p->bDescIdx == '\0') {\n local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008feec + 0x8fcac);\n }\n else {\n local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008fef0 + 0x8fec4);\n }\n if (nSegment != 0) {\n ppFVar5 = pMsr->apSegment;\n pFVar6 = *ppFVar5;\n if (pFVar6->pOffsetList != (char *)0x0) {\n do {\n iVar3 = (int)pFVar6->iDocid;\n iVar4 = *(int *)((int)&pFVar6->iDocid + 4);\n iVar1 = fts3SegReaderNextDocid((Fts3Table *)&p->bDescIdx,pFVar6,&pList,&nList);\n if (iVar1 == 0 && 1 < nSegment) {\n pFVar6 = ppFVar5[1];\n if ((pFVar6->pOffsetList == (char *)0x0) ||\n (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)) {\n nSuspect = 1;\n }\n else {\n ppFVar2 = ppFVar5 + 1;\n nSuspect = 1;\n do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));\n }\n }\n else {\n nSuspect = 1;\nLAB_0008fd90:\n if (iVar1 != 0) goto LAB_0008fe8c;\n }\n fts3SegReaderSort(pMsr->apSegment,nSegment,nSuspect,local_50);\n if (0 < nList) {\n if ((*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0) {\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) goto LAB_0008fe4c;\nLAB_0008fe6c:\n *paPoslist = pList;\n iVar1 = 0;\n *(int *)piDocid = iVar3;\n *(int *)((int)piDocid + 4) = iVar4;\n *pnPoslist = nList;\n goto LAB_0008fe8c;\n }\n __n = nList + 1;\n pOld = pMsr->aBuffer;\n if (pMsr->nBuffer < (int)__n) {\n pMsr->nBuffer = __n * 2;\n pOld = (char *)sqlite3_realloc(pOld,__n * 2);\n if (pOld == (char *)0x0) {\n iVar1 = 7;\n goto LAB_0008fe8c;\n }\n pMsr->aBuffer = pOld;\n }\n /* WARNING: Subroutine does not return */\n memcpy(pOld,pList,__n);\n }\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) {\nLAB_0008fe4c:\n fts3ColumnFilter(iVar1,1,&pList,&nList);\n if (0 < nList) goto LAB_0008fe6c;\n }\n if ((*pMsr->apSegment)->pOffsetList == (char *)0x0) break;\n pFVar6 = *ppFVar5;\n } while( true );\n }\n }\n iVar1 = 0;\n *paPoslist = (char *)0x0;\nLAB_0008fe8c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "char *pOld;" primitive_type (pointer_declarator "*pOld" * identifier) ;) (declaration "int nSuspect;" primitive_type identifier ;) (declaration "Fts3SegReader **ppFVar2;" type_identifier (pointer_declarator "**ppFVar2" * (pointer_declarator "*ppFVar2" * identifier)) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int nSegment;" primitive_type identifier ;) (declaration "Fts3SegReader **ppFVar5;" type_identifier (pointer_declarator "**ppFVar5" * (pointer_declarator "*ppFVar5" * identifier)) ;) (declaration "Fts3SegReader *pFVar6;" type_identifier (pointer_declarator "*pFVar6" * identifier) ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *local_50;" type_identifier (pointer_declarator "*local_50" * identifier) ;) (declaration "char *pList;" primitive_type (pointer_declarator "*pList" * identifier) ;) (declaration "int nList;" primitive_type identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "piVar7 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);" (assignment_expression "piVar7 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" identifier = (pointer_expression "*(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" * (cast_expression "(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" ( (binary_expression "DAT_0008fee4 + 0x8fc64 + DAT_0008fee8" (binary_expression "DAT_0008fee4 + 0x8fc64" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_2c = *piVar7;" (assignment_expression "local_2c = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) (expression_statement "nSegment = pMsr->nAdvance;" (assignment_expression "nSegment = pMsr->nAdvance" identifier = (field_expression "pMsr->nAdvance" identifier -> field_identifier)) ;) (if_statement "if (p->bDescIdx == '\0') {\n local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008feec + 0x8fcac);\n }\n else {\n local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008fef0 + 0x8fec4);\n }" if (parenthesized_expression "(p->bDescIdx == '\0')" ( (binary_expression "p->bDescIdx == '\0'" (field_expression "p->bDescIdx" identifier -> field_identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008feec + 0x8fcac);\n }" { (expression_statement "local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008feec + 0x8fcac);" (assignment_expression "local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008feec + 0x8fcac)" identifier = (cast_expression "(_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008feec + 0x8fcac)" ( (type_descriptor "_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0008feec + 0x8fcac)" ( (binary_expression "DAT_0008feec + 0x8fcac" identifier + number_literal) )))) ;) }) (else_clause "else {\n local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008fef0 + 0x8fec4);\n }" else (compound_statement "{\n local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008fef0 + 0x8fec4);\n }" { (expression_statement "local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008fef0 + 0x8fec4);" (assignment_expression "local_50 = (_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008fef0 + 0x8fec4)" identifier = (cast_expression "(_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *)(DAT_0008fef0 + 0x8fec4)" ( (type_descriptor "_func_int_Fts3SegReader_ptr_Fts3SegReader_ptr *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0008fef0 + 0x8fec4)" ( (binary_expression "DAT_0008fef0 + 0x8fec4" identifier + number_literal) )))) ;) }))) (if_statement "if (nSegment != 0) {\n ppFVar5 = pMsr->apSegment;\n pFVar6 = *ppFVar5;\n if (pFVar6->pOffsetList != (char *)0x0) {\n do {\n iVar3 = (int)pFVar6->iDocid;\n iVar4 = *(int *)((int)&pFVar6->iDocid + 4);\n iVar1 = fts3SegReaderNextDocid((Fts3Table *)&p->bDescIdx,pFVar6,&pList,&nList);\n if (iVar1 == 0 && 1 < nSegment) {\n pFVar6 = ppFVar5[1];\n if ((pFVar6->pOffsetList == (char *)0x0) ||\n (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)) {\n nSuspect = 1;\n }\n else {\n ppFVar2 = ppFVar5 + 1;\n nSuspect = 1;\n do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));\n }\n }\n else {\n nSuspect = 1;\nLAB_0008fd90:\n if (iVar1 != 0) goto LAB_0008fe8c;\n }\n fts3SegReaderSort(pMsr->apSegment,nSegment,nSuspect,local_50);\n if (0 < nList) {\n if ((*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0) {\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) goto LAB_0008fe4c;\nLAB_0008fe6c:\n *paPoslist = pList;\n iVar1 = 0;\n *(int *)piDocid = iVar3;\n *(int *)((int)piDocid + 4) = iVar4;\n *pnPoslist = nList;\n goto LAB_0008fe8c;\n }\n __n = nList + 1;\n pOld = pMsr->aBuffer;\n if (pMsr->nBuffer < (int)__n) {\n pMsr->nBuffer = __n * 2;\n pOld = (char *)sqlite3_realloc(pOld,__n * 2);\n if (pOld == (char *)0x0) {\n iVar1 = 7;\n goto LAB_0008fe8c;\n }\n pMsr->aBuffer = pOld;\n }\n /* WARNING: Subroutine does not return */\n memcpy(pOld,pList,__n);\n }\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) {\nLAB_0008fe4c:\n fts3ColumnFilter(iVar1,1,&pList,&nList);\n if (0 < nList) goto LAB_0008fe6c;\n }\n if ((*pMsr->apSegment)->pOffsetList == (char *)0x0) break;\n pFVar6 = *ppFVar5;\n } while( true );\n }\n }" if (parenthesized_expression "(nSegment != 0)" ( (binary_expression "nSegment != 0" identifier != number_literal) )) (compound_statement "{\n ppFVar5 = pMsr->apSegment;\n pFVar6 = *ppFVar5;\n if (pFVar6->pOffsetList != (char *)0x0) {\n do {\n iVar3 = (int)pFVar6->iDocid;\n iVar4 = *(int *)((int)&pFVar6->iDocid + 4);\n iVar1 = fts3SegReaderNextDocid((Fts3Table *)&p->bDescIdx,pFVar6,&pList,&nList);\n if (iVar1 == 0 && 1 < nSegment) {\n pFVar6 = ppFVar5[1];\n if ((pFVar6->pOffsetList == (char *)0x0) ||\n (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)) {\n nSuspect = 1;\n }\n else {\n ppFVar2 = ppFVar5 + 1;\n nSuspect = 1;\n do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));\n }\n }\n else {\n nSuspect = 1;\nLAB_0008fd90:\n if (iVar1 != 0) goto LAB_0008fe8c;\n }\n fts3SegReaderSort(pMsr->apSegment,nSegment,nSuspect,local_50);\n if (0 < nList) {\n if ((*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0) {\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) goto LAB_0008fe4c;\nLAB_0008fe6c:\n *paPoslist = pList;\n iVar1 = 0;\n *(int *)piDocid = iVar3;\n *(int *)((int)piDocid + 4) = iVar4;\n *pnPoslist = nList;\n goto LAB_0008fe8c;\n }\n __n = nList + 1;\n pOld = pMsr->aBuffer;\n if (pMsr->nBuffer < (int)__n) {\n pMsr->nBuffer = __n * 2;\n pOld = (char *)sqlite3_realloc(pOld,__n * 2);\n if (pOld == (char *)0x0) {\n iVar1 = 7;\n goto LAB_0008fe8c;\n }\n pMsr->aBuffer = pOld;\n }\n /* WARNING: Subroutine does not return */\n memcpy(pOld,pList,__n);\n }\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) {\nLAB_0008fe4c:\n fts3ColumnFilter(iVar1,1,&pList,&nList);\n if (0 < nList) goto LAB_0008fe6c;\n }\n if ((*pMsr->apSegment)->pOffsetList == (char *)0x0) break;\n pFVar6 = *ppFVar5;\n } while( true );\n }\n }" { (expression_statement "ppFVar5 = pMsr->apSegment;" (assignment_expression "ppFVar5 = pMsr->apSegment" identifier = (field_expression "pMsr->apSegment" identifier -> field_identifier)) ;) (expression_statement "pFVar6 = *ppFVar5;" (assignment_expression "pFVar6 = *ppFVar5" identifier = (pointer_expression "*ppFVar5" * identifier)) ;) (if_statement "if (pFVar6->pOffsetList != (char *)0x0) {\n do {\n iVar3 = (int)pFVar6->iDocid;\n iVar4 = *(int *)((int)&pFVar6->iDocid + 4);\n iVar1 = fts3SegReaderNextDocid((Fts3Table *)&p->bDescIdx,pFVar6,&pList,&nList);\n if (iVar1 == 0 && 1 < nSegment) {\n pFVar6 = ppFVar5[1];\n if ((pFVar6->pOffsetList == (char *)0x0) ||\n (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)) {\n nSuspect = 1;\n }\n else {\n ppFVar2 = ppFVar5 + 1;\n nSuspect = 1;\n do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));\n }\n }\n else {\n nSuspect = 1;\nLAB_0008fd90:\n if (iVar1 != 0) goto LAB_0008fe8c;\n }\n fts3SegReaderSort(pMsr->apSegment,nSegment,nSuspect,local_50);\n if (0 < nList) {\n if ((*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0) {\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) goto LAB_0008fe4c;\nLAB_0008fe6c:\n *paPoslist = pList;\n iVar1 = 0;\n *(int *)piDocid = iVar3;\n *(int *)((int)piDocid + 4) = iVar4;\n *pnPoslist = nList;\n goto LAB_0008fe8c;\n }\n __n = nList + 1;\n pOld = pMsr->aBuffer;\n if (pMsr->nBuffer < (int)__n) {\n pMsr->nBuffer = __n * 2;\n pOld = (char *)sqlite3_realloc(pOld,__n * 2);\n if (pOld == (char *)0x0) {\n iVar1 = 7;\n goto LAB_0008fe8c;\n }\n pMsr->aBuffer = pOld;\n }\n /* WARNING: Subroutine does not return */\n memcpy(pOld,pList,__n);\n }\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) {\nLAB_0008fe4c:\n fts3ColumnFilter(iVar1,1,&pList,&nList);\n if (0 < nList) goto LAB_0008fe6c;\n }\n if ((*pMsr->apSegment)->pOffsetList == (char *)0x0) break;\n pFVar6 = *ppFVar5;\n } while( true );\n }" if (parenthesized_expression "(pFVar6->pOffsetList != (char *)0x0)" ( (binary_expression "pFVar6->pOffsetList != (char *)0x0" (field_expression "pFVar6->pOffsetList" identifier -> field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n do {\n iVar3 = (int)pFVar6->iDocid;\n iVar4 = *(int *)((int)&pFVar6->iDocid + 4);\n iVar1 = fts3SegReaderNextDocid((Fts3Table *)&p->bDescIdx,pFVar6,&pList,&nList);\n if (iVar1 == 0 && 1 < nSegment) {\n pFVar6 = ppFVar5[1];\n if ((pFVar6->pOffsetList == (char *)0x0) ||\n (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)) {\n nSuspect = 1;\n }\n else {\n ppFVar2 = ppFVar5 + 1;\n nSuspect = 1;\n do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));\n }\n }\n else {\n nSuspect = 1;\nLAB_0008fd90:\n if (iVar1 != 0) goto LAB_0008fe8c;\n }\n fts3SegReaderSort(pMsr->apSegment,nSegment,nSuspect,local_50);\n if (0 < nList) {\n if ((*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0) {\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) goto LAB_0008fe4c;\nLAB_0008fe6c:\n *paPoslist = pList;\n iVar1 = 0;\n *(int *)piDocid = iVar3;\n *(int *)((int)piDocid + 4) = iVar4;\n *pnPoslist = nList;\n goto LAB_0008fe8c;\n }\n __n = nList + 1;\n pOld = pMsr->aBuffer;\n if (pMsr->nBuffer < (int)__n) {\n pMsr->nBuffer = __n * 2;\n pOld = (char *)sqlite3_realloc(pOld,__n * 2);\n if (pOld == (char *)0x0) {\n iVar1 = 7;\n goto LAB_0008fe8c;\n }\n pMsr->aBuffer = pOld;\n }\n /* WARNING: Subroutine does not return */\n memcpy(pOld,pList,__n);\n }\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) {\nLAB_0008fe4c:\n fts3ColumnFilter(iVar1,1,&pList,&nList);\n if (0 < nList) goto LAB_0008fe6c;\n }\n if ((*pMsr->apSegment)->pOffsetList == (char *)0x0) break;\n pFVar6 = *ppFVar5;\n } while( true );\n }" { (do_statement "do {\n iVar3 = (int)pFVar6->iDocid;\n iVar4 = *(int *)((int)&pFVar6->iDocid + 4);\n iVar1 = fts3SegReaderNextDocid((Fts3Table *)&p->bDescIdx,pFVar6,&pList,&nList);\n if (iVar1 == 0 && 1 < nSegment) {\n pFVar6 = ppFVar5[1];\n if ((pFVar6->pOffsetList == (char *)0x0) ||\n (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)) {\n nSuspect = 1;\n }\n else {\n ppFVar2 = ppFVar5 + 1;\n nSuspect = 1;\n do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));\n }\n }\n else {\n nSuspect = 1;\nLAB_0008fd90:\n if (iVar1 != 0) goto LAB_0008fe8c;\n }\n fts3SegReaderSort(pMsr->apSegment,nSegment,nSuspect,local_50);\n if (0 < nList) {\n if ((*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0) {\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) goto LAB_0008fe4c;\nLAB_0008fe6c:\n *paPoslist = pList;\n iVar1 = 0;\n *(int *)piDocid = iVar3;\n *(int *)((int)piDocid + 4) = iVar4;\n *pnPoslist = nList;\n goto LAB_0008fe8c;\n }\n __n = nList + 1;\n pOld = pMsr->aBuffer;\n if (pMsr->nBuffer < (int)__n) {\n pMsr->nBuffer = __n * 2;\n pOld = (char *)sqlite3_realloc(pOld,__n * 2);\n if (pOld == (char *)0x0) {\n iVar1 = 7;\n goto LAB_0008fe8c;\n }\n pMsr->aBuffer = pOld;\n }\n /* WARNING: Subroutine does not return */\n memcpy(pOld,pList,__n);\n }\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) {\nLAB_0008fe4c:\n fts3ColumnFilter(iVar1,1,&pList,&nList);\n if (0 < nList) goto LAB_0008fe6c;\n }\n if ((*pMsr->apSegment)->pOffsetList == (char *)0x0) break;\n pFVar6 = *ppFVar5;\n } while( true );" do (compound_statement "{\n iVar3 = (int)pFVar6->iDocid;\n iVar4 = *(int *)((int)&pFVar6->iDocid + 4);\n iVar1 = fts3SegReaderNextDocid((Fts3Table *)&p->bDescIdx,pFVar6,&pList,&nList);\n if (iVar1 == 0 && 1 < nSegment) {\n pFVar6 = ppFVar5[1];\n if ((pFVar6->pOffsetList == (char *)0x0) ||\n (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)) {\n nSuspect = 1;\n }\n else {\n ppFVar2 = ppFVar5 + 1;\n nSuspect = 1;\n do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));\n }\n }\n else {\n nSuspect = 1;\nLAB_0008fd90:\n if (iVar1 != 0) goto LAB_0008fe8c;\n }\n fts3SegReaderSort(pMsr->apSegment,nSegment,nSuspect,local_50);\n if (0 < nList) {\n if ((*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0) {\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) goto LAB_0008fe4c;\nLAB_0008fe6c:\n *paPoslist = pList;\n iVar1 = 0;\n *(int *)piDocid = iVar3;\n *(int *)((int)piDocid + 4) = iVar4;\n *pnPoslist = nList;\n goto LAB_0008fe8c;\n }\n __n = nList + 1;\n pOld = pMsr->aBuffer;\n if (pMsr->nBuffer < (int)__n) {\n pMsr->nBuffer = __n * 2;\n pOld = (char *)sqlite3_realloc(pOld,__n * 2);\n if (pOld == (char *)0x0) {\n iVar1 = 7;\n goto LAB_0008fe8c;\n }\n pMsr->aBuffer = pOld;\n }\n /* WARNING: Subroutine does not return */\n memcpy(pOld,pList,__n);\n }\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) {\nLAB_0008fe4c:\n fts3ColumnFilter(iVar1,1,&pList,&nList);\n if (0 < nList) goto LAB_0008fe6c;\n }\n if ((*pMsr->apSegment)->pOffsetList == (char *)0x0) break;\n pFVar6 = *ppFVar5;\n }" { (expression_statement "iVar3 = (int)pFVar6->iDocid;" (assignment_expression "iVar3 = (int)pFVar6->iDocid" identifier = (cast_expression "(int)pFVar6->iDocid" ( (type_descriptor "int" primitive_type) ) (field_expression "pFVar6->iDocid" identifier -> field_identifier))) ;) (expression_statement "iVar4 = *(int *)((int)&pFVar6->iDocid + 4);" (assignment_expression "iVar4 = *(int *)((int)&pFVar6->iDocid + 4)" identifier = (pointer_expression "*(int *)((int)&pFVar6->iDocid + 4)" * (cast_expression "(int *)((int)&pFVar6->iDocid + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pFVar6->iDocid + 4)" ( (binary_expression "(int)&pFVar6->iDocid + 4" (cast_expression "(int)&pFVar6->iDocid" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pFVar6->iDocid" & (field_expression "pFVar6->iDocid" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "iVar1 = fts3SegReaderNextDocid((Fts3Table *)&p->bDescIdx,pFVar6,&pList,&nList);" (assignment_expression "iVar1 = fts3SegReaderNextDocid((Fts3Table *)&p->bDescIdx,pFVar6,&pList,&nList)" identifier = (call_expression "fts3SegReaderNextDocid((Fts3Table *)&p->bDescIdx,pFVar6,&pList,&nList)" identifier (argument_list "((Fts3Table *)&p->bDescIdx,pFVar6,&pList,&nList)" ( (cast_expression "(Fts3Table *)&p->bDescIdx" ( (type_descriptor "Fts3Table *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&p->bDescIdx" & (field_expression "p->bDescIdx" identifier -> field_identifier))) , identifier , (pointer_expression "&pList" & identifier) , (pointer_expression "&nList" & identifier) )))) ;) (if_statement "if (iVar1 == 0 && 1 < nSegment) {\n pFVar6 = ppFVar5[1];\n if ((pFVar6->pOffsetList == (char *)0x0) ||\n (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)) {\n nSuspect = 1;\n }\n else {\n ppFVar2 = ppFVar5 + 1;\n nSuspect = 1;\n do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));\n }\n }\n else {\n nSuspect = 1;\nLAB_0008fd90:\n if (iVar1 != 0) goto LAB_0008fe8c;\n }" if (parenthesized_expression "(iVar1 == 0 && 1 < nSegment)" ( (binary_expression "iVar1 == 0 && 1 < nSegment" (binary_expression "iVar1 == 0" identifier == number_literal) && (binary_expression "1 < nSegment" number_literal < identifier)) )) (compound_statement "{\n pFVar6 = ppFVar5[1];\n if ((pFVar6->pOffsetList == (char *)0x0) ||\n (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)) {\n nSuspect = 1;\n }\n else {\n ppFVar2 = ppFVar5 + 1;\n nSuspect = 1;\n do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));\n }\n }" { (expression_statement "pFVar6 = ppFVar5[1];" (assignment_expression "pFVar6 = ppFVar5[1]" identifier = (subscript_expression "ppFVar5[1]" identifier [ number_literal ])) ;) (if_statement "if ((pFVar6->pOffsetList == (char *)0x0) ||\n (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)) {\n nSuspect = 1;\n }\n else {\n ppFVar2 = ppFVar5 + 1;\n nSuspect = 1;\n do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));\n }" if (parenthesized_expression "((pFVar6->pOffsetList == (char *)0x0) ||\n (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid))" ( (binary_expression "(pFVar6->pOffsetList == (char *)0x0) ||\n (iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)" (parenthesized_expression "(pFVar6->pOffsetList == (char *)0x0)" ( (binary_expression "pFVar6->pOffsetList == (char *)0x0" (field_expression "pFVar6->pOffsetList" identifier -> field_identifier) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid)" ( (binary_expression "iVar4 != *(int *)((int)&pFVar6->iDocid + 4) || iVar3 != (int)pFVar6->iDocid" (binary_expression "iVar4 != *(int *)((int)&pFVar6->iDocid + 4)" identifier != (pointer_expression "*(int *)((int)&pFVar6->iDocid + 4)" * (cast_expression "(int *)((int)&pFVar6->iDocid + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pFVar6->iDocid + 4)" ( (binary_expression "(int)&pFVar6->iDocid + 4" (cast_expression "(int)&pFVar6->iDocid" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pFVar6->iDocid" & (field_expression "pFVar6->iDocid" identifier -> field_identifier))) + number_literal) ))))) || (binary_expression "iVar3 != (int)pFVar6->iDocid" identifier != (cast_expression "(int)pFVar6->iDocid" ( (type_descriptor "int" primitive_type) ) (field_expression "pFVar6->iDocid" identifier -> field_identifier)))) ))) )) (compound_statement "{\n nSuspect = 1;\n }" { (expression_statement "nSuspect = 1;" (assignment_expression "nSuspect = 1" identifier = number_literal) ;) }) (else_clause "else {\n ppFVar2 = ppFVar5 + 1;\n nSuspect = 1;\n do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));\n }" else (compound_statement "{\n ppFVar2 = ppFVar5 + 1;\n nSuspect = 1;\n do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));\n }" { (expression_statement "ppFVar2 = ppFVar5 + 1;" (assignment_expression "ppFVar2 = ppFVar5 + 1" identifier = (binary_expression "ppFVar5 + 1" identifier + number_literal)) ;) (expression_statement "nSuspect = 1;" (assignment_expression "nSuspect = 1" identifier = number_literal) ;) (do_statement "do {\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n } while ((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3));" do (compound_statement "{\n iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);\n nSuspect = nSuspect + 1;\n if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;\n ppFVar2 = ppFVar2 + 1;\n pFVar6 = *ppFVar2;\n }" { (expression_statement "iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0);" (assignment_expression "iVar1 = fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0)" identifier = (call_expression "fts3SegReaderNextDocid\n ((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0)" identifier (argument_list "((Fts3Table *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0)" ( (cast_expression "(Fts3Table *)&p->bDescIdx" ( (type_descriptor "Fts3Table *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&p->bDescIdx" & (field_expression "p->bDescIdx" identifier -> field_identifier))) , identifier , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) )))) ;) (expression_statement "nSuspect = nSuspect + 1;" (assignment_expression "nSuspect = nSuspect + 1" identifier = (binary_expression "nSuspect + 1" identifier + number_literal)) ;) (if_statement "if (iVar1 != 0 || nSegment <= nSuspect) goto LAB_0008fd90;" if (parenthesized_expression "(iVar1 != 0 || nSegment <= nSuspect)" ( (binary_expression "iVar1 != 0 || nSegment <= nSuspect" (binary_expression "iVar1 != 0" identifier != number_literal) || (binary_expression "nSegment <= nSuspect" identifier <= identifier)) )) (goto_statement "goto LAB_0008fd90;" goto statement_identifier ;)) (expression_statement "ppFVar2 = ppFVar2 + 1;" (assignment_expression "ppFVar2 = ppFVar2 + 1" identifier = (binary_expression "ppFVar2 + 1" identifier + number_literal)) ;) (expression_statement "pFVar6 = *ppFVar2;" (assignment_expression "pFVar6 = *ppFVar2" identifier = (pointer_expression "*ppFVar2" * identifier)) ;) }) while (parenthesized_expression "((pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3))" ( (binary_expression "(pFVar6->pOffsetList != (char *)0x0) &&\n (*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3)" (parenthesized_expression "(pFVar6->pOffsetList != (char *)0x0)" ( (binary_expression "pFVar6->pOffsetList != (char *)0x0" (field_expression "pFVar6->pOffsetList" identifier -> field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3)" ( (binary_expression "*(int *)((int)&pFVar6->iDocid + 4) == iVar4 && (int)pFVar6->iDocid == iVar3" (binary_expression "*(int *)((int)&pFVar6->iDocid + 4) == iVar4" (pointer_expression "*(int *)((int)&pFVar6->iDocid + 4)" * (cast_expression "(int *)((int)&pFVar6->iDocid + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pFVar6->iDocid + 4)" ( (binary_expression "(int)&pFVar6->iDocid + 4" (cast_expression "(int)&pFVar6->iDocid" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pFVar6->iDocid" & (field_expression "pFVar6->iDocid" identifier -> field_identifier))) + number_literal) )))) == identifier) && (binary_expression "(int)pFVar6->iDocid == iVar3" (cast_expression "(int)pFVar6->iDocid" ( (type_descriptor "int" primitive_type) ) (field_expression "pFVar6->iDocid" identifier -> field_identifier)) == identifier)) ))) )) ;) }))) }) (else_clause "else {\n nSuspect = 1;\nLAB_0008fd90:\n if (iVar1 != 0) goto LAB_0008fe8c;\n }" else (compound_statement "{\n nSuspect = 1;\nLAB_0008fd90:\n if (iVar1 != 0) goto LAB_0008fe8c;\n }" { (expression_statement "nSuspect = 1;" (assignment_expression "nSuspect = 1" identifier = number_literal) ;) (labeled_statement "LAB_0008fd90:\n if (iVar1 != 0) goto LAB_0008fe8c;" statement_identifier : (if_statement "if (iVar1 != 0) goto LAB_0008fe8c;" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0008fe8c;" goto statement_identifier ;))) }))) (expression_statement "fts3SegReaderSort(pMsr->apSegment,nSegment,nSuspect,local_50);" (call_expression "fts3SegReaderSort(pMsr->apSegment,nSegment,nSuspect,local_50)" identifier (argument_list "(pMsr->apSegment,nSegment,nSuspect,local_50)" ( (field_expression "pMsr->apSegment" identifier -> field_identifier) , identifier , identifier , identifier ))) ;) (if_statement "if (0 < nList) {\n if ((*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0) {\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) goto LAB_0008fe4c;\nLAB_0008fe6c:\n *paPoslist = pList;\n iVar1 = 0;\n *(int *)piDocid = iVar3;\n *(int *)((int)piDocid + 4) = iVar4;\n *pnPoslist = nList;\n goto LAB_0008fe8c;\n }\n __n = nList + 1;\n pOld = pMsr->aBuffer;\n if (pMsr->nBuffer < (int)__n) {\n pMsr->nBuffer = __n * 2;\n pOld = (char *)sqlite3_realloc(pOld,__n * 2);\n if (pOld == (char *)0x0) {\n iVar1 = 7;\n goto LAB_0008fe8c;\n }\n pMsr->aBuffer = pOld;\n }\n /* WARNING: Subroutine does not return */\n memcpy(pOld,pList,__n);\n }" if (parenthesized_expression "(0 < nList)" ( (binary_expression "0 < nList" number_literal < identifier) )) (compound_statement "{\n if ((*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0) {\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) goto LAB_0008fe4c;\nLAB_0008fe6c:\n *paPoslist = pList;\n iVar1 = 0;\n *(int *)piDocid = iVar3;\n *(int *)((int)piDocid + 4) = iVar4;\n *pnPoslist = nList;\n goto LAB_0008fe8c;\n }\n __n = nList + 1;\n pOld = pMsr->aBuffer;\n if (pMsr->nBuffer < (int)__n) {\n pMsr->nBuffer = __n * 2;\n pOld = (char *)sqlite3_realloc(pOld,__n * 2);\n if (pOld == (char *)0x0) {\n iVar1 = 7;\n goto LAB_0008fe8c;\n }\n pMsr->aBuffer = pOld;\n }\n /* WARNING: Subroutine does not return */\n memcpy(pOld,pList,__n);\n }" { (if_statement "if ((*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0) {\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) goto LAB_0008fe4c;\nLAB_0008fe6c:\n *paPoslist = pList;\n iVar1 = 0;\n *(int *)piDocid = iVar3;\n *(int *)((int)piDocid + 4) = iVar4;\n *pnPoslist = nList;\n goto LAB_0008fe8c;\n }" if (parenthesized_expression "((*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0)" ( (binary_expression "(*ppFVar5)->ppNextElem == (Fts3HashElem **)0x0" (field_expression "(*ppFVar5)->ppNextElem" (parenthesized_expression "(*ppFVar5)" ( (pointer_expression "*ppFVar5" * identifier) )) -> field_identifier) == (cast_expression "(Fts3HashElem **)0x0" ( (type_descriptor "Fts3HashElem **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n iVar1 = pMsr->iColFilter;\n if (-1 < iVar1) goto LAB_0008fe4c;\nLAB_0008fe6c:\n *paPoslist = pList;\n iVar1 = 0;\n *(int *)piDocid = iVar3;\n *(int *)((int)piDocid + 4) = iVar4;\n *pnPoslist = nList;\n goto LAB_0008fe8c;\n }" { (expression_statement "iVar1 = pMsr->iColFilter;" (assignment_expression "iVar1 = pMsr->iColFilter" identifier = (field_expression "pMsr->iColFilter" identifier -> field_identifier)) ;) (if_statement "if (-1 < iVar1) goto LAB_0008fe4c;" if (parenthesized_expression "(-1 < iVar1)" ( (binary_expression "-1 < iVar1" number_literal < identifier) )) (goto_statement "goto LAB_0008fe4c;" goto statement_identifier ;)) (labeled_statement "LAB_0008fe6c:\n *paPoslist = pList;" statement_identifier : (expression_statement "*paPoslist = pList;" (assignment_expression "*paPoslist = pList" (pointer_expression "*paPoslist" * identifier) = identifier) ;)) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (expression_statement "*(int *)piDocid = iVar3;" (assignment_expression "*(int *)piDocid = iVar3" (pointer_expression "*(int *)piDocid" * (cast_expression "(int *)piDocid" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = identifier) ;) (expression_statement "*(int *)((int)piDocid + 4) = iVar4;" (assignment_expression "*(int *)((int)piDocid + 4) = iVar4" (pointer_expression "*(int *)((int)piDocid + 4)" * (cast_expression "(int *)((int)piDocid + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piDocid + 4)" ( (binary_expression "(int)piDocid + 4" (cast_expression "(int)piDocid" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*pnPoslist = nList;" (assignment_expression "*pnPoslist = nList" (pointer_expression "*pnPoslist" * identifier) = identifier) ;) (goto_statement "goto LAB_0008fe8c;" goto statement_identifier ;) })) (expression_statement "__n = nList + 1;" (assignment_expression "__n = nList + 1" identifier = (binary_expression "nList + 1" identifier + number_literal)) ;) (expression_statement "pOld = pMsr->aBuffer;" (assignment_expression "pOld = pMsr->aBuffer" identifier = (field_expression "pMsr->aBuffer" identifier -> field_identifier)) ;) (if_statement "if (pMsr->nBuffer < (int)__n) {\n pMsr->nBuffer = __n * 2;\n pOld = (char *)sqlite3_realloc(pOld,__n * 2);\n if (pOld == (char *)0x0) {\n iVar1 = 7;\n goto LAB_0008fe8c;\n }\n pMsr->aBuffer = pOld;\n }" if (parenthesized_expression "(pMsr->nBuffer < (int)__n)" ( (binary_expression "pMsr->nBuffer < (int)__n" (field_expression "pMsr->nBuffer" identifier -> field_identifier) < (cast_expression "(int)__n" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n pMsr->nBuffer = __n * 2;\n pOld = (char *)sqlite3_realloc(pOld,__n * 2);\n if (pOld == (char *)0x0) {\n iVar1 = 7;\n goto LAB_0008fe8c;\n }\n pMsr->aBuffer = pOld;\n }" { (expression_statement "pMsr->nBuffer = __n * 2;" (assignment_expression "pMsr->nBuffer = __n * 2" (field_expression "pMsr->nBuffer" identifier -> field_identifier) = (binary_expression "__n * 2" identifier * number_literal)) ;) (expression_statement "pOld = (char *)sqlite3_realloc(pOld,__n * 2);" (assignment_expression "pOld = (char *)sqlite3_realloc(pOld,__n * 2)" identifier = (cast_expression "(char *)sqlite3_realloc(pOld,__n * 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "sqlite3_realloc(pOld,__n * 2)" identifier (argument_list "(pOld,__n * 2)" ( identifier , (binary_expression "__n * 2" identifier * number_literal) ))))) ;) (if_statement "if (pOld == (char *)0x0) {\n iVar1 = 7;\n goto LAB_0008fe8c;\n }" if (parenthesized_expression "(pOld == (char *)0x0)" ( (binary_expression "pOld == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar1 = 7;\n goto LAB_0008fe8c;\n }" { (expression_statement "iVar1 = 7;" (assignment_expression "iVar1 = 7" identifier = number_literal) ;) (goto_statement "goto LAB_0008fe8c;" goto statement_identifier ;) })) (expression_statement "pMsr->aBuffer = pOld;" (assignment_expression "pMsr->aBuffer = pOld" (field_expression "pMsr->aBuffer" identifier -> field_identifier) = identifier) ;) })) comment (expression_statement "memcpy(pOld,pList,__n);" (call_expression "memcpy(pOld,pList,__n)" identifier (argument_list "(pOld,pList,__n)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "iVar1 = pMsr->iColFilter;" (assignment_expression "iVar1 = pMsr->iColFilter" identifier = (field_expression "pMsr->iColFilter" identifier -> field_identifier)) ;) (if_statement "if (-1 < iVar1) {\nLAB_0008fe4c:\n fts3ColumnFilter(iVar1,1,&pList,&nList);\n if (0 < nList) goto LAB_0008fe6c;\n }" if (parenthesized_expression "(-1 < iVar1)" ( (binary_expression "-1 < iVar1" number_literal < identifier) )) (compound_statement "{\nLAB_0008fe4c:\n fts3ColumnFilter(iVar1,1,&pList,&nList);\n if (0 < nList) goto LAB_0008fe6c;\n }" { (labeled_statement "LAB_0008fe4c:\n fts3ColumnFilter(iVar1,1,&pList,&nList);" statement_identifier : (expression_statement "fts3ColumnFilter(iVar1,1,&pList,&nList);" (call_expression "fts3ColumnFilter(iVar1,1,&pList,&nList)" identifier (argument_list "(iVar1,1,&pList,&nList)" ( identifier , number_literal , (pointer_expression "&pList" & identifier) , (pointer_expression "&nList" & identifier) ))) ;)) (if_statement "if (0 < nList) goto LAB_0008fe6c;" if (parenthesized_expression "(0 < nList)" ( (binary_expression "0 < nList" number_literal < identifier) )) (goto_statement "goto LAB_0008fe6c;" goto statement_identifier ;)) })) (if_statement "if ((*pMsr->apSegment)->pOffsetList == (char *)0x0) break;" if (parenthesized_expression "((*pMsr->apSegment)->pOffsetList == (char *)0x0)" ( (binary_expression "(*pMsr->apSegment)->pOffsetList == (char *)0x0" (field_expression "(*pMsr->apSegment)->pOffsetList" (parenthesized_expression "(*pMsr->apSegment)" ( (pointer_expression "*pMsr->apSegment" * (field_expression "pMsr->apSegment" identifier -> field_identifier)) )) -> field_identifier) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "pFVar6 = *ppFVar5;" (assignment_expression "pFVar6 = *ppFVar5" identifier = (pointer_expression "*ppFVar5" * identifier)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) })) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (expression_statement "*paPoslist = (char *)0x0;" (assignment_expression "*paPoslist = (char *)0x0" (pointer_expression "*paPoslist" * identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (labeled_statement "LAB_0008fe8c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" statement_identifier : (if_statement "if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" if (parenthesized_expression "(local_2c != *piVar7)" ( (binary_expression "local_2c != *piVar7" identifier != (pointer_expression "*piVar7" * identifier)) )) (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 iVar1;" return identifier ;) })))
(translation_unit "void FUN_0008fc50(int param_1,undefined4 *param_2,int *param_3,undefined4 *param_4,int *param_5)\n\n{\n void *__src;\n void *__dest;\n int iVar1;\n int *piVar2;\n size_t __n;\n int iVar3;\n int iVar4;\n int iVar5;\n int *piVar6;\n int iVar7;\n int *piVar8;\n int local_50;\n void *local_34;\n int local_30;\n int local_2c;\n \n piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);\n local_2c = *piVar8;\n iVar5 = param_2[2];\n if (*(char *)(param_1 + 0xeb) == '\0') {\n local_50 = DAT_0008feec + 0x8fcac;\n }\n else {\n local_50 = DAT_0008fef0 + 0x8fec4;\n }\n if (iVar5 != 0) {\n piVar6 = (int *)*param_2;\n iVar7 = *piVar6;\n if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }\n }\n iVar7 = 0;\n *param_4 = 0;\nLAB_0008fe8c:\n if (local_2c != *piVar8) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }\n return;\n}\n\n" (function_definition "void FUN_0008fc50(int param_1,undefined4 *param_2,int *param_3,undefined4 *param_4,int *param_5)\n\n{\n void *__src;\n void *__dest;\n int iVar1;\n int *piVar2;\n size_t __n;\n int iVar3;\n int iVar4;\n int iVar5;\n int *piVar6;\n int iVar7;\n int *piVar8;\n int local_50;\n void *local_34;\n int local_30;\n int local_2c;\n \n piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);\n local_2c = *piVar8;\n iVar5 = param_2[2];\n if (*(char *)(param_1 + 0xeb) == '\0') {\n local_50 = DAT_0008feec + 0x8fcac;\n }\n else {\n local_50 = DAT_0008fef0 + 0x8fec4;\n }\n if (iVar5 != 0) {\n piVar6 = (int *)*param_2;\n iVar7 = *piVar6;\n if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }\n }\n iVar7 = 0;\n *param_4 = 0;\nLAB_0008fe8c:\n if (local_2c != *piVar8) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }\n return;\n}" primitive_type (function_declarator "FUN_0008fc50(int param_1,undefined4 *param_2,int *param_3,undefined4 *param_4,int *param_5)" identifier (parameter_list "(int param_1,undefined4 *param_2,int *param_3,undefined4 *param_4,int *param_5)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "int *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) ))) (compound_statement "{\n void *__src;\n void *__dest;\n int iVar1;\n int *piVar2;\n size_t __n;\n int iVar3;\n int iVar4;\n int iVar5;\n int *piVar6;\n int iVar7;\n int *piVar8;\n int local_50;\n void *local_34;\n int local_30;\n int local_2c;\n \n piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);\n local_2c = *piVar8;\n iVar5 = param_2[2];\n if (*(char *)(param_1 + 0xeb) == '\0') {\n local_50 = DAT_0008feec + 0x8fcac;\n }\n else {\n local_50 = DAT_0008fef0 + 0x8fec4;\n }\n if (iVar5 != 0) {\n piVar6 = (int *)*param_2;\n iVar7 = *piVar6;\n if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }\n }\n iVar7 = 0;\n *param_4 = 0;\nLAB_0008fe8c:\n if (local_2c != *piVar8) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }\n return;\n}" { (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "int *piVar8;" primitive_type (pointer_declarator "*piVar8" * identifier) ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "void *local_34;" primitive_type (pointer_declarator "*local_34" * identifier) ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);" (assignment_expression "piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" identifier = (pointer_expression "*(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" * (cast_expression "(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" ( (binary_expression "DAT_0008fee4 + 0x8fc64 + DAT_0008fee8" (binary_expression "DAT_0008fee4 + 0x8fc64" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_2c = *piVar8;" (assignment_expression "local_2c = *piVar8" identifier = (pointer_expression "*piVar8" * identifier)) ;) (expression_statement "iVar5 = param_2[2];" (assignment_expression "iVar5 = param_2[2]" identifier = (subscript_expression "param_2[2]" identifier [ number_literal ])) ;) (if_statement "if (*(char *)(param_1 + 0xeb) == '\0') {\n local_50 = DAT_0008feec + 0x8fcac;\n }\n else {\n local_50 = DAT_0008fef0 + 0x8fec4;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0xeb) == '\0')" ( (binary_expression "*(char *)(param_1 + 0xeb) == '\0'" (pointer_expression "*(char *)(param_1 + 0xeb)" * (cast_expression "(char *)(param_1 + 0xeb)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xeb)" ( (binary_expression "param_1 + 0xeb" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_50 = DAT_0008feec + 0x8fcac;\n }" { (expression_statement "local_50 = DAT_0008feec + 0x8fcac;" (assignment_expression "local_50 = DAT_0008feec + 0x8fcac" identifier = (binary_expression "DAT_0008feec + 0x8fcac" identifier + number_literal)) ;) }) (else_clause "else {\n local_50 = DAT_0008fef0 + 0x8fec4;\n }" else (compound_statement "{\n local_50 = DAT_0008fef0 + 0x8fec4;\n }" { (expression_statement "local_50 = DAT_0008fef0 + 0x8fec4;" (assignment_expression "local_50 = DAT_0008fef0 + 0x8fec4" identifier = (binary_expression "DAT_0008fef0 + 0x8fec4" identifier + number_literal)) ;) }))) (if_statement "if (iVar5 != 0) {\n piVar6 = (int *)*param_2;\n iVar7 = *piVar6;\n if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }\n }" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (compound_statement "{\n piVar6 = (int *)*param_2;\n iVar7 = *piVar6;\n if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }\n }" { (expression_statement "piVar6 = (int *)*param_2;" (assignment_expression "piVar6 = (int *)*param_2" identifier = (cast_expression "(int *)*param_2" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "iVar7 = *piVar6;" (assignment_expression "iVar7 = *piVar6" identifier = (pointer_expression "*piVar6" * identifier)) ;) (if_statement "if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }" if (parenthesized_expression "(*(int *)(iVar7 + 0x50) != 0)" ( (binary_expression "*(int *)(iVar7 + 0x50) != 0" (pointer_expression "*(int *)(iVar7 + 0x50)" * (cast_expression "(int *)(iVar7 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x50)" ( (binary_expression "iVar7 + 0x50" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }" { (do_statement "do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );" do (compound_statement "{\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n }" { (expression_statement "iVar3 = *(int *)(iVar7 + 0x58);" (assignment_expression "iVar3 = *(int *)(iVar7 + 0x58)" identifier = (pointer_expression "*(int *)(iVar7 + 0x58)" * (cast_expression "(int *)(iVar7 + 0x58)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x58)" ( (binary_expression "iVar7 + 0x58" identifier + number_literal) ))))) ;) (expression_statement "iVar4 = *(int *)(iVar7 + 0x5c);" (assignment_expression "iVar4 = *(int *)(iVar7 + 0x5c)" identifier = (pointer_expression "*(int *)(iVar7 + 0x5c)" * (cast_expression "(int *)(iVar7 + 0x5c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x5c)" ( (binary_expression "iVar7 + 0x5c" identifier + number_literal) ))))) ;) (expression_statement "iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);" (assignment_expression "iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30)" identifier = (call_expression "FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30)" identifier (argument_list "(param_1 + 0xeb,iVar7,&local_34,&local_30)" ( (binary_expression "param_1 + 0xeb" identifier + number_literal) , identifier , (pointer_expression "&local_34" & identifier) , (pointer_expression "&local_30" & identifier) )))) ;) (if_statement "if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }" if (parenthesized_expression "(iVar7 == 0 && 1 < iVar5)" ( (binary_expression "iVar7 == 0 && 1 < iVar5" (binary_expression "iVar7 == 0" identifier == number_literal) && (binary_expression "1 < iVar5" number_literal < identifier)) )) (compound_statement "{\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }" { (expression_statement "iVar7 = piVar6[1];" (assignment_expression "iVar7 = piVar6[1]" identifier = (subscript_expression "piVar6[1]" identifier [ number_literal ])) ;) (if_statement "if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }" if (parenthesized_expression "((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58)))" ( (binary_expression "(*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))" (parenthesized_expression "(*(int *)(iVar7 + 0x50) == 0)" ( (binary_expression "*(int *)(iVar7 + 0x50) == 0" (pointer_expression "*(int *)(iVar7 + 0x50)" * (cast_expression "(int *)(iVar7 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x50)" ( (binary_expression "iVar7 + 0x50" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "(iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))" ( (binary_expression "iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58)" (binary_expression "iVar4 != *(int *)(iVar7 + 0x5c)" identifier != (pointer_expression "*(int *)(iVar7 + 0x5c)" * (cast_expression "(int *)(iVar7 + 0x5c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x5c)" ( (binary_expression "iVar7 + 0x5c" identifier + number_literal) ))))) || (binary_expression "iVar3 != *(int *)(iVar7 + 0x58)" identifier != (pointer_expression "*(int *)(iVar7 + 0x58)" * (cast_expression "(int *)(iVar7 + 0x58)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x58)" ( (binary_expression "iVar7 + 0x58" identifier + number_literal) )))))) ))) )) (compound_statement "{\n iVar1 = 1;\n }" { (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) }) (else_clause "else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }" else (compound_statement "{\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }" { (expression_statement "piVar2 = piVar6 + 1;" (assignment_expression "piVar2 = piVar6 + 1" identifier = (binary_expression "piVar6 + 1" identifier + number_literal)) ;) (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) (do_statement "do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));" do (compound_statement "{\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n }" { (expression_statement "iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);" (assignment_expression "iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0)" identifier = (call_expression "FUN_0008fa1c(param_1 + 0xeb,iVar7,0)" identifier (argument_list "(param_1 + 0xeb,iVar7,0)" ( (binary_expression "param_1 + 0xeb" identifier + number_literal) , identifier , number_literal )))) ;) (expression_statement "iVar1 = iVar1 + 1;" (assignment_expression "iVar1 = iVar1 + 1" identifier = (binary_expression "iVar1 + 1" identifier + number_literal)) ;) (if_statement "if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;" if (parenthesized_expression "(iVar7 != 0 || iVar5 <= iVar1)" ( (binary_expression "iVar7 != 0 || iVar5 <= iVar1" (binary_expression "iVar7 != 0" identifier != number_literal) || (binary_expression "iVar5 <= iVar1" identifier <= identifier)) )) (goto_statement "goto LAB_0008fd90;" goto statement_identifier ;)) (expression_statement "piVar2 = piVar2 + 1;" (assignment_expression "piVar2 = piVar2 + 1" identifier = (binary_expression "piVar2 + 1" identifier + number_literal)) ;) (expression_statement "iVar7 = *piVar2;" (assignment_expression "iVar7 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) }) while (parenthesized_expression "((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3))" ( (binary_expression "(*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3)" (parenthesized_expression "(*(int *)(iVar7 + 0x50) != 0)" ( (binary_expression "*(int *)(iVar7 + 0x50) != 0" (pointer_expression "*(int *)(iVar7 + 0x50)" * (cast_expression "(int *)(iVar7 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x50)" ( (binary_expression "iVar7 + 0x50" identifier + number_literal) )))) != number_literal) )) && (parenthesized_expression "(*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3)" ( (binary_expression "*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3" (binary_expression "*(int *)(iVar7 + 0x5c) == iVar4" (pointer_expression "*(int *)(iVar7 + 0x5c)" * (cast_expression "(int *)(iVar7 + 0x5c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x5c)" ( (binary_expression "iVar7 + 0x5c" identifier + number_literal) )))) == identifier) && (binary_expression "*(int *)(iVar7 + 0x58) == iVar3" (pointer_expression "*(int *)(iVar7 + 0x58)" * (cast_expression "(int *)(iVar7 + 0x58)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x58)" ( (binary_expression "iVar7 + 0x58" identifier + number_literal) )))) == identifier)) ))) )) ;) }))) }) (else_clause "else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }" else (compound_statement "{\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }" { (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;" statement_identifier : (if_statement "if (iVar7 != 0) goto LAB_0008fe8c;" if (parenthesized_expression "(iVar7 != 0)" ( (binary_expression "iVar7 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0008fe8c;" goto statement_identifier ;))) }))) (expression_statement "FUN_0001e718(*param_2,iVar5,iVar1,local_50);" (call_expression "FUN_0001e718(*param_2,iVar5,iVar1,local_50)" identifier (argument_list "(*param_2,iVar5,iVar1,local_50)" ( (pointer_expression "*param_2" * identifier) , identifier , identifier , identifier ))) ;) (expression_statement "__src = local_34;" (assignment_expression "__src = local_34" identifier = identifier) ;) (if_statement "if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }" if (parenthesized_expression "(0 < local_30)" ( (binary_expression "0 < local_30" number_literal < identifier) )) (compound_statement "{\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }" { (if_statement "if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }" if (parenthesized_expression "(*(int *)(*piVar6 + 0x38) == 0)" ( (binary_expression "*(int *)(*piVar6 + 0x38) == 0" (pointer_expression "*(int *)(*piVar6 + 0x38)" * (cast_expression "(int *)(*piVar6 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar6 + 0x38)" ( (binary_expression "*piVar6 + 0x38" (pointer_expression "*piVar6" * identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }" { (expression_statement "iVar7 = param_2[6];" (assignment_expression "iVar7 = param_2[6]" identifier = (subscript_expression "param_2[6]" identifier [ number_literal ])) ;) (if_statement "if (-1 < iVar7) goto LAB_0008fe4c;" if (parenthesized_expression "(-1 < iVar7)" ( (binary_expression "-1 < iVar7" number_literal < identifier) )) (goto_statement "goto LAB_0008fe4c;" goto statement_identifier ;)) }) (else_clause "else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }" else (compound_statement "{\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }" { (expression_statement "__n = local_30 + 1;" (assignment_expression "__n = local_30 + 1" identifier = (binary_expression "local_30 + 1" identifier + number_literal)) ;) (expression_statement "__dest = (void *)param_2[4];" (assignment_expression "__dest = (void *)param_2[4]" identifier = (cast_expression "(void *)param_2[4]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[4]" identifier [ number_literal ]))) ;) (if_statement "if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }" if (parenthesized_expression "((int)param_2[5] < (int)__n)" ( (binary_expression "(int)param_2[5] < (int)__n" (cast_expression "(int)param_2[5]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_2[5]" identifier [ number_literal ])) < (cast_expression "(int)__n" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }" { (expression_statement "param_2[5] = __n * 2;" (assignment_expression "param_2[5] = __n * 2" (subscript_expression "param_2[5]" identifier [ number_literal ]) = (binary_expression "__n * 2" identifier * number_literal)) ;) (expression_statement "__dest = (void *)FUN_0004350c();" (assignment_expression "__dest = (void *)FUN_0004350c()" identifier = (cast_expression "(void *)FUN_0004350c()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0004350c()" identifier (argument_list "()" ( ))))) ;) (if_statement "if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\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 iVar7 = 7;\n goto LAB_0008fe8c;\n }" { (expression_statement "iVar7 = 7;" (assignment_expression "iVar7 = 7" identifier = number_literal) ;) (goto_statement "goto LAB_0008fe8c;" goto statement_identifier ;) })) (expression_statement "param_2[4] = __dest;" (assignment_expression "param_2[4] = __dest" (subscript_expression "param_2[4]" identifier [ number_literal ]) = identifier) ;) })) (expression_statement "memcpy(__dest,__src,__n);" (call_expression "memcpy(__dest,__src,__n)" identifier (argument_list "(__dest,__src,__n)" ( identifier , identifier , identifier ))) ;) (expression_statement "iVar7 = param_2[6];" (assignment_expression "iVar7 = param_2[6]" identifier = (subscript_expression "param_2[6]" identifier [ number_literal ])) ;) (expression_statement "local_34 = (void *)param_2[4];" (assignment_expression "local_34 = (void *)param_2[4]" identifier = (cast_expression "(void *)param_2[4]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[4]" identifier [ number_literal ]))) ;) (if_statement "if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }" if (parenthesized_expression "(-1 < iVar7)" ( (binary_expression "-1 < iVar7" number_literal < identifier) )) (compound_statement "{\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }" { (labeled_statement "LAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);" statement_identifier : (expression_statement "FUN_000208c4(iVar7,1,&local_34,&local_30);" (call_expression "FUN_000208c4(iVar7,1,&local_34,&local_30)" identifier (argument_list "(iVar7,1,&local_34,&local_30)" ( identifier , number_literal , (pointer_expression "&local_34" & identifier) , (pointer_expression "&local_30" & identifier) ))) ;)) })) (if_statement "if (local_30 < 1) goto LAB_0008fe24;" if (parenthesized_expression "(local_30 < 1)" ( (binary_expression "local_30 < 1" identifier < number_literal) )) (goto_statement "goto LAB_0008fe24;" goto statement_identifier ;)) }))) (expression_statement "*param_4 = local_34;" (assignment_expression "*param_4 = local_34" (pointer_expression "*param_4" * identifier) = identifier) ;) (expression_statement "iVar7 = 0;" (assignment_expression "iVar7 = 0" identifier = number_literal) ;) (expression_statement "*param_3 = iVar3;" (assignment_expression "*param_3 = iVar3" (pointer_expression "*param_3" * identifier) = identifier) ;) (expression_statement "param_3[1] = iVar4;" (assignment_expression "param_3[1] = iVar4" (subscript_expression "param_3[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*param_5 = local_30;" (assignment_expression "*param_5 = local_30" (pointer_expression "*param_5" * identifier) = identifier) ;) (goto_statement "goto LAB_0008fe8c;" goto statement_identifier ;) })) (expression_statement "iVar7 = param_2[6];" (assignment_expression "iVar7 = param_2[6]" identifier = (subscript_expression "param_2[6]" identifier [ number_literal ])) ;) (if_statement "if (-1 < iVar7) goto LAB_0008fe4c;" if (parenthesized_expression "(-1 < iVar7)" ( (binary_expression "-1 < iVar7" number_literal < identifier) )) (goto_statement "goto LAB_0008fe4c;" goto statement_identifier ;)) (labeled_statement "LAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;" statement_identifier : (if_statement "if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;" if (parenthesized_expression "(*(int *)(*(int *)*param_2 + 0x50) == 0)" ( (binary_expression "*(int *)(*(int *)*param_2 + 0x50) == 0" (pointer_expression "*(int *)(*(int *)*param_2 + 0x50)" * (cast_expression "(int *)(*(int *)*param_2 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)*param_2 + 0x50)" ( (binary_expression "*(int *)*param_2 + 0x50" (pointer_expression "*(int *)*param_2" * (cast_expression "(int *)*param_2" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) + number_literal) )))) == number_literal) )) (break_statement "break;" break ;))) (expression_statement "iVar7 = *piVar6;" (assignment_expression "iVar7 = *piVar6" identifier = (pointer_expression "*piVar6" * identifier)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) })) (expression_statement "iVar7 = 0;" (assignment_expression "iVar7 = 0" identifier = number_literal) ;) (expression_statement "*param_4 = 0;" (assignment_expression "*param_4 = 0" (pointer_expression "*param_4" * identifier) = number_literal) ;) (labeled_statement "LAB_0008fe8c:\n if (local_2c != *piVar8) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }" statement_identifier : (if_statement "if (local_2c != *piVar8) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }" if (parenthesized_expression "(local_2c != *piVar8)" ( (binary_expression "local_2c != *piVar8" identifier != (pointer_expression "*piVar8" * identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }" { comment (expression_statement "__stack_chk_fail(iVar7);" (call_expression "__stack_chk_fail(iVar7)" identifier (argument_list "(iVar7)" ( 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)) , (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 IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (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 ( (binary_expression IDENT + LIT) , IDENT , (pointer_expression & IDENT) , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) && (binary_expression LIT < IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) || (parenthesized_expression ( (binary_expression (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) || (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) || (binary_expression IDENT <= IDENT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) }) while (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) && (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) && (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT)) ))) )) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;))) }))) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (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) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;)) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) + LIT) )))) == LIT) )) (break_statement break ;))) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) }) while (parenthesized_expression ( BOOL )) ;) })) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * IDENT)) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }))) (return_statement return ;) })))
(function_definition "void FUN_0008fc50(int param_1,undefined4 *param_2,int *param_3,undefined4 *param_4,int *param_5)\n\n{\n void *__src;\n void *__dest;\n int iVar1;\n int *piVar2;\n size_t __n;\n int iVar3;\n int iVar4;\n int iVar5;\n int *piVar6;\n int iVar7;\n int *piVar8;\n int local_50;\n void *local_34;\n int local_30;\n int local_2c;\n \n piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);\n local_2c = *piVar8;\n iVar5 = param_2[2];\n if (*(char *)(param_1 + 0xeb) == '\0') {\n local_50 = DAT_0008feec + 0x8fcac;\n }\n else {\n local_50 = DAT_0008fef0 + 0x8fec4;\n }\n if (iVar5 != 0) {\n piVar6 = (int *)*param_2;\n iVar7 = *piVar6;\n if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }\n }\n iVar7 = 0;\n *param_4 = 0;\nLAB_0008fe8c:\n if (local_2c != *piVar8) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0008fc50(int param_1,undefined4 *param_2,int *param_3,undefined4 *param_4,int *param_5)" (identifier "FUN_0008fc50") (parameter_list "(int param_1,undefined4 *param_2,int *param_3,undefined4 *param_4,int *param_5)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 *param_2" (type_identifier "undefined4") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "int *param_3" (primitive_type "int") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "undefined4 *param_4" (type_identifier "undefined4") (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) (, ",") (parameter_declaration "int *param_5" (primitive_type "int") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) () ")"))) (compound_statement "{\n void *__src;\n void *__dest;\n int iVar1;\n int *piVar2;\n size_t __n;\n int iVar3;\n int iVar4;\n int iVar5;\n int *piVar6;\n int iVar7;\n int *piVar8;\n int local_50;\n void *local_34;\n int local_30;\n int local_2c;\n \n piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);\n local_2c = *piVar8;\n iVar5 = param_2[2];\n if (*(char *)(param_1 + 0xeb) == '\0') {\n local_50 = DAT_0008feec + 0x8fcac;\n }\n else {\n local_50 = DAT_0008fef0 + 0x8fec4;\n }\n if (iVar5 != 0) {\n piVar6 = (int *)*param_2;\n iVar7 = *piVar6;\n if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }\n }\n iVar7 = 0;\n *param_4 = 0;\nLAB_0008fe8c:\n if (local_2c != *piVar8) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }\n return;\n}" ({ "{") (declaration "void *__src;" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "int *piVar6;" (primitive_type "int") (pointer_declarator "*piVar6" (* "*") (identifier "piVar6")) (; ";")) (declaration "int iVar7;" (primitive_type "int") (identifier "iVar7") (; ";")) (declaration "int *piVar8;" (primitive_type "int") (pointer_declarator "*piVar8" (* "*") (identifier "piVar8")) (; ";")) (declaration "int local_50;" (primitive_type "int") (identifier "local_50") (; ";")) (declaration "void *local_34;" (primitive_type "void") (pointer_declarator "*local_34" (* "*") (identifier "local_34")) (; ";")) (declaration "int local_30;" (primitive_type "int") (identifier "local_30") (; ";")) (declaration "int local_2c;" (primitive_type "int") (identifier "local_2c") (; ";")) (expression_statement "piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8);" (assignment_expression "piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" (identifier "piVar8") (= "=") (pointer_expression "*(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" (* "*") (cast_expression "(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8)" (( "(") (binary_expression "DAT_0008fee4 + 0x8fc64 + DAT_0008fee8" (binary_expression "DAT_0008fee4 + 0x8fc64" (identifier "DAT_0008fee4") (+ "+") (number_literal "0x8fc64")) (+ "+") (identifier "DAT_0008fee8")) () ")"))))) (; ";")) (expression_statement "local_2c = *piVar8;" (assignment_expression "local_2c = *piVar8" (identifier "local_2c") (= "=") (pointer_expression "*piVar8" (* "*") (identifier "piVar8"))) (; ";")) (expression_statement "iVar5 = param_2[2];" (assignment_expression "iVar5 = param_2[2]" (identifier "iVar5") (= "=") (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]"))) (; ";")) (if_statement "if (*(char *)(param_1 + 0xeb) == '\0') {\n local_50 = DAT_0008feec + 0x8fcac;\n }\n else {\n local_50 = DAT_0008fef0 + 0x8fec4;\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 0xeb) == '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0xeb) == '\0'" (pointer_expression "*(char *)(param_1 + 0xeb)" (* "*") (cast_expression "(char *)(param_1 + 0xeb)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xeb)" (( "(") (binary_expression "param_1 + 0xeb" (identifier "param_1") (+ "+") (number_literal "0xeb")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n local_50 = DAT_0008feec + 0x8fcac;\n }" ({ "{") (expression_statement "local_50 = DAT_0008feec + 0x8fcac;" (assignment_expression "local_50 = DAT_0008feec + 0x8fcac" (identifier "local_50") (= "=") (binary_expression "DAT_0008feec + 0x8fcac" (identifier "DAT_0008feec") (+ "+") (number_literal "0x8fcac"))) (; ";")) (} "}")) (else_clause "else {\n local_50 = DAT_0008fef0 + 0x8fec4;\n }" (else "else") (compound_statement "{\n local_50 = DAT_0008fef0 + 0x8fec4;\n }" ({ "{") (expression_statement "local_50 = DAT_0008fef0 + 0x8fec4;" (assignment_expression "local_50 = DAT_0008fef0 + 0x8fec4" (identifier "local_50") (= "=") (binary_expression "DAT_0008fef0 + 0x8fec4" (identifier "DAT_0008fef0") (+ "+") (number_literal "0x8fec4"))) (; ";")) (} "}")))) (if_statement "if (iVar5 != 0) {\n piVar6 = (int *)*param_2;\n iVar7 = *piVar6;\n if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }\n }" (if "if") (parenthesized_expression "(iVar5 != 0)" (( "(") (binary_expression "iVar5 != 0" (identifier "iVar5") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n piVar6 = (int *)*param_2;\n iVar7 = *piVar6;\n if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }\n }" ({ "{") (expression_statement "piVar6 = (int *)*param_2;" (assignment_expression "piVar6 = (int *)*param_2" (identifier "piVar6") (= "=") (cast_expression "(int *)*param_2" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (expression_statement "iVar7 = *piVar6;" (assignment_expression "iVar7 = *piVar6" (identifier "iVar7") (= "=") (pointer_expression "*piVar6" (* "*") (identifier "piVar6"))) (; ";")) (if_statement "if (*(int *)(iVar7 + 0x50) != 0) {\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }" (if "if") (parenthesized_expression "(*(int *)(iVar7 + 0x50) != 0)" (( "(") (binary_expression "*(int *)(iVar7 + 0x50) != 0" (pointer_expression "*(int *)(iVar7 + 0x50)" (* "*") (cast_expression "(int *)(iVar7 + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x50)" (( "(") (binary_expression "iVar7 + 0x50" (identifier "iVar7") (+ "+") (number_literal "0x50")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );\n }" ({ "{") (do_statement "do {\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n } while( true );" (do "do") (compound_statement "{\n iVar3 = *(int *)(iVar7 + 0x58);\n iVar4 = *(int *)(iVar7 + 0x5c);\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);\n if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }\n FUN_0001e718(*param_2,iVar5,iVar1,local_50);\n __src = local_34;\n if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\nLAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;\n iVar7 = *piVar6;\n }" ({ "{") (expression_statement "iVar3 = *(int *)(iVar7 + 0x58);" (assignment_expression "iVar3 = *(int *)(iVar7 + 0x58)" (identifier "iVar3") (= "=") (pointer_expression "*(int *)(iVar7 + 0x58)" (* "*") (cast_expression "(int *)(iVar7 + 0x58)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x58)" (( "(") (binary_expression "iVar7 + 0x58" (identifier "iVar7") (+ "+") (number_literal "0x58")) () ")"))))) (; ";")) (expression_statement "iVar4 = *(int *)(iVar7 + 0x5c);" (assignment_expression "iVar4 = *(int *)(iVar7 + 0x5c)" (identifier "iVar4") (= "=") (pointer_expression "*(int *)(iVar7 + 0x5c)" (* "*") (cast_expression "(int *)(iVar7 + 0x5c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x5c)" (( "(") (binary_expression "iVar7 + 0x5c" (identifier "iVar7") (+ "+") (number_literal "0x5c")) () ")"))))) (; ";")) (expression_statement "iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30);" (assignment_expression "iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30)" (identifier "iVar7") (= "=") (call_expression "FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30)" (identifier "FUN_0008fa1c") (argument_list "(param_1 + 0xeb,iVar7,&local_34,&local_30)" (( "(") (binary_expression "param_1 + 0xeb" (identifier "param_1") (+ "+") (number_literal "0xeb")) (, ",") (identifier "iVar7") (, ",") (pointer_expression "&local_34" (& "&") (identifier "local_34")) (, ",") (pointer_expression "&local_30" (& "&") (identifier "local_30")) () ")")))) (; ";")) (if_statement "if (iVar7 == 0 && 1 < iVar5) {\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }\n else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }" (if "if") (parenthesized_expression "(iVar7 == 0 && 1 < iVar5)" (( "(") (binary_expression "iVar7 == 0 && 1 < iVar5" (binary_expression "iVar7 == 0" (identifier "iVar7") (== "==") (number_literal "0")) (&& "&&") (binary_expression "1 < iVar5" (number_literal "1") (< "<") (identifier "iVar5"))) () ")")) (compound_statement "{\n iVar7 = piVar6[1];\n if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }\n }" ({ "{") (expression_statement "iVar7 = piVar6[1];" (assignment_expression "iVar7 = piVar6[1]" (identifier "iVar7") (= "=") (subscript_expression "piVar6[1]" (identifier "piVar6") ([ "[") (number_literal "1") (] "]"))) (; ";")) (if_statement "if ((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) {\n iVar1 = 1;\n }\n else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }" (if "if") (parenthesized_expression "((*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58)))" (( "(") (binary_expression "(*(int *)(iVar7 + 0x50) == 0) ||\n (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))" (parenthesized_expression "(*(int *)(iVar7 + 0x50) == 0)" (( "(") (binary_expression "*(int *)(iVar7 + 0x50) == 0" (pointer_expression "*(int *)(iVar7 + 0x50)" (* "*") (cast_expression "(int *)(iVar7 + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x50)" (( "(") (binary_expression "iVar7 + 0x50" (identifier "iVar7") (+ "+") (number_literal "0x50")) () ")")))) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))" (( "(") (binary_expression "iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58)" (binary_expression "iVar4 != *(int *)(iVar7 + 0x5c)" (identifier "iVar4") (!= "!=") (pointer_expression "*(int *)(iVar7 + 0x5c)" (* "*") (cast_expression "(int *)(iVar7 + 0x5c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x5c)" (( "(") (binary_expression "iVar7 + 0x5c" (identifier "iVar7") (+ "+") (number_literal "0x5c")) () ")"))))) (|| "||") (binary_expression "iVar3 != *(int *)(iVar7 + 0x58)" (identifier "iVar3") (!= "!=") (pointer_expression "*(int *)(iVar7 + 0x58)" (* "*") (cast_expression "(int *)(iVar7 + 0x58)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x58)" (( "(") (binary_expression "iVar7 + 0x58" (identifier "iVar7") (+ "+") (number_literal "0x58")) () ")")))))) () ")"))) () ")")) (compound_statement "{\n iVar1 = 1;\n }" ({ "{") (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" (identifier "iVar1") (= "=") (number_literal "1")) (; ";")) (} "}")) (else_clause "else {\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }" (else "else") (compound_statement "{\n piVar2 = piVar6 + 1;\n iVar1 = 1;\n do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));\n }" ({ "{") (expression_statement "piVar2 = piVar6 + 1;" (assignment_expression "piVar2 = piVar6 + 1" (identifier "piVar2") (= "=") (binary_expression "piVar6 + 1" (identifier "piVar6") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" (identifier "iVar1") (= "=") (number_literal "1")) (; ";")) (do_statement "do {\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n } while ((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3));" (do "do") (compound_statement "{\n iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);\n iVar1 = iVar1 + 1;\n if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;\n piVar2 = piVar2 + 1;\n iVar7 = *piVar2;\n }" ({ "{") (expression_statement "iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0);" (assignment_expression "iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0)" (identifier "iVar7") (= "=") (call_expression "FUN_0008fa1c(param_1 + 0xeb,iVar7,0)" (identifier "FUN_0008fa1c") (argument_list "(param_1 + 0xeb,iVar7,0)" (( "(") (binary_expression "param_1 + 0xeb" (identifier "param_1") (+ "+") (number_literal "0xeb")) (, ",") (identifier "iVar7") (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "iVar1 = iVar1 + 1;" (assignment_expression "iVar1 = iVar1 + 1" (identifier "iVar1") (= "=") (binary_expression "iVar1 + 1" (identifier "iVar1") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90;" (if "if") (parenthesized_expression "(iVar7 != 0 || iVar5 <= iVar1)" (( "(") (binary_expression "iVar7 != 0 || iVar5 <= iVar1" (binary_expression "iVar7 != 0" (identifier "iVar7") (!= "!=") (number_literal "0")) (|| "||") (binary_expression "iVar5 <= iVar1" (identifier "iVar5") (<= "<=") (identifier "iVar1"))) () ")")) (goto_statement "goto LAB_0008fd90;" (goto "goto") (statement_identifier "LAB_0008fd90") (; ";"))) (expression_statement "piVar2 = piVar2 + 1;" (assignment_expression "piVar2 = piVar2 + 1" (identifier "piVar2") (= "=") (binary_expression "piVar2 + 1" (identifier "piVar2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar7 = *piVar2;" (assignment_expression "iVar7 = *piVar2" (identifier "iVar7") (= "=") (pointer_expression "*piVar2" (* "*") (identifier "piVar2"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3))" (( "(") (binary_expression "(*(int *)(iVar7 + 0x50) != 0) &&\n (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3)" (parenthesized_expression "(*(int *)(iVar7 + 0x50) != 0)" (( "(") (binary_expression "*(int *)(iVar7 + 0x50) != 0" (pointer_expression "*(int *)(iVar7 + 0x50)" (* "*") (cast_expression "(int *)(iVar7 + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x50)" (( "(") (binary_expression "iVar7 + 0x50" (identifier "iVar7") (+ "+") (number_literal "0x50")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3)" (( "(") (binary_expression "*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3" (binary_expression "*(int *)(iVar7 + 0x5c) == iVar4" (pointer_expression "*(int *)(iVar7 + 0x5c)" (* "*") (cast_expression "(int *)(iVar7 + 0x5c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x5c)" (( "(") (binary_expression "iVar7 + 0x5c" (identifier "iVar7") (+ "+") (number_literal "0x5c")) () ")")))) (== "==") (identifier "iVar4")) (&& "&&") (binary_expression "*(int *)(iVar7 + 0x58) == iVar3" (pointer_expression "*(int *)(iVar7 + 0x58)" (* "*") (cast_expression "(int *)(iVar7 + 0x58)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x58)" (( "(") (binary_expression "iVar7 + 0x58" (identifier "iVar7") (+ "+") (number_literal "0x58")) () ")")))) (== "==") (identifier "iVar3"))) () ")"))) () ")")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }" (else "else") (compound_statement "{\n iVar1 = 1;\nLAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;\n }" ({ "{") (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" (identifier "iVar1") (= "=") (number_literal "1")) (; ";")) (labeled_statement "LAB_0008fd90:\n if (iVar7 != 0) goto LAB_0008fe8c;" (statement_identifier "LAB_0008fd90") (: ":") (if_statement "if (iVar7 != 0) goto LAB_0008fe8c;" (if "if") (parenthesized_expression "(iVar7 != 0)" (( "(") (binary_expression "iVar7 != 0" (identifier "iVar7") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0008fe8c;" (goto "goto") (statement_identifier "LAB_0008fe8c") (; ";")))) (} "}")))) (expression_statement "FUN_0001e718(*param_2,iVar5,iVar1,local_50);" (call_expression "FUN_0001e718(*param_2,iVar5,iVar1,local_50)" (identifier "FUN_0001e718") (argument_list "(*param_2,iVar5,iVar1,local_50)" (( "(") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (identifier "iVar5") (, ",") (identifier "iVar1") (, ",") (identifier "local_50") () ")"))) (; ";")) (expression_statement "__src = local_34;" (assignment_expression "__src = local_34" (identifier "__src") (= "=") (identifier "local_34")) (; ";")) (if_statement "if (0 < local_30) {\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }" (if "if") (parenthesized_expression "(0 < local_30)" (( "(") (binary_expression "0 < local_30" (number_literal "0") (< "<") (identifier "local_30")) () ")")) (compound_statement "{\n if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }\n *param_4 = local_34;\n iVar7 = 0;\n *param_3 = iVar3;\n param_3[1] = iVar4;\n *param_5 = local_30;\n goto LAB_0008fe8c;\n }" ({ "{") (if_statement "if (*(int *)(*piVar6 + 0x38) == 0) {\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }\n else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }" (if "if") (parenthesized_expression "(*(int *)(*piVar6 + 0x38) == 0)" (( "(") (binary_expression "*(int *)(*piVar6 + 0x38) == 0" (pointer_expression "*(int *)(*piVar6 + 0x38)" (* "*") (cast_expression "(int *)(*piVar6 + 0x38)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*piVar6 + 0x38)" (( "(") (binary_expression "*piVar6 + 0x38" (pointer_expression "*piVar6" (* "*") (identifier "piVar6")) (+ "+") (number_literal "0x38")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar7 = param_2[6];\n if (-1 < iVar7) goto LAB_0008fe4c;\n }" ({ "{") (expression_statement "iVar7 = param_2[6];" (assignment_expression "iVar7 = param_2[6]" (identifier "iVar7") (= "=") (subscript_expression "param_2[6]" (identifier "param_2") ([ "[") (number_literal "6") (] "]"))) (; ";")) (if_statement "if (-1 < iVar7) goto LAB_0008fe4c;" (if "if") (parenthesized_expression "(-1 < iVar7)" (( "(") (binary_expression "-1 < iVar7" (number_literal "-1") (< "<") (identifier "iVar7")) () ")")) (goto_statement "goto LAB_0008fe4c;" (goto "goto") (statement_identifier "LAB_0008fe4c") (; ";"))) (} "}")) (else_clause "else {\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }" (else "else") (compound_statement "{\n __n = local_30 + 1;\n __dest = (void *)param_2[4];\n if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }\n memcpy(__dest,__src,__n);\n iVar7 = param_2[6];\n local_34 = (void *)param_2[4];\n if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }\n if (local_30 < 1) goto LAB_0008fe24;\n }" ({ "{") (expression_statement "__n = local_30 + 1;" (assignment_expression "__n = local_30 + 1" (identifier "__n") (= "=") (binary_expression "local_30 + 1" (identifier "local_30") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "__dest = (void *)param_2[4];" (assignment_expression "__dest = (void *)param_2[4]" (identifier "__dest") (= "=") (cast_expression "(void *)param_2[4]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]")))) (; ";")) (if_statement "if ((int)param_2[5] < (int)__n) {\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }" (if "if") (parenthesized_expression "((int)param_2[5] < (int)__n)" (( "(") (binary_expression "(int)param_2[5] < (int)__n" (cast_expression "(int)param_2[5]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]"))) (< "<") (cast_expression "(int)__n" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__n"))) () ")")) (compound_statement "{\n param_2[5] = __n * 2;\n __dest = (void *)FUN_0004350c();\n if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\n }\n param_2[4] = __dest;\n }" ({ "{") (expression_statement "param_2[5] = __n * 2;" (assignment_expression "param_2[5] = __n * 2" (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]")) (= "=") (binary_expression "__n * 2" (identifier "__n") (* "*") (number_literal "2"))) (; ";")) (expression_statement "__dest = (void *)FUN_0004350c();" (assignment_expression "__dest = (void *)FUN_0004350c()" (identifier "__dest") (= "=") (cast_expression "(void *)FUN_0004350c()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0004350c()" (identifier "FUN_0004350c") (argument_list "()" (( "(") () ")"))))) (; ";")) (if_statement "if (__dest == (void *)0x0) {\n iVar7 = 7;\n goto LAB_0008fe8c;\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 iVar7 = 7;\n goto LAB_0008fe8c;\n }" ({ "{") (expression_statement "iVar7 = 7;" (assignment_expression "iVar7 = 7" (identifier "iVar7") (= "=") (number_literal "7")) (; ";")) (goto_statement "goto LAB_0008fe8c;" (goto "goto") (statement_identifier "LAB_0008fe8c") (; ";")) (} "}"))) (expression_statement "param_2[4] = __dest;" (assignment_expression "param_2[4] = __dest" (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "__dest")) (; ";")) (} "}"))) (expression_statement "memcpy(__dest,__src,__n);" (call_expression "memcpy(__dest,__src,__n)" (identifier "memcpy") (argument_list "(__dest,__src,__n)" (( "(") (identifier "__dest") (, ",") (identifier "__src") (, ",") (identifier "__n") () ")"))) (; ";")) (expression_statement "iVar7 = param_2[6];" (assignment_expression "iVar7 = param_2[6]" (identifier "iVar7") (= "=") (subscript_expression "param_2[6]" (identifier "param_2") ([ "[") (number_literal "6") (] "]"))) (; ";")) (expression_statement "local_34 = (void *)param_2[4];" (assignment_expression "local_34 = (void *)param_2[4]" (identifier "local_34") (= "=") (cast_expression "(void *)param_2[4]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]")))) (; ";")) (if_statement "if (-1 < iVar7) {\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }" (if "if") (parenthesized_expression "(-1 < iVar7)" (( "(") (binary_expression "-1 < iVar7" (number_literal "-1") (< "<") (identifier "iVar7")) () ")")) (compound_statement "{\nLAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);\n }" ({ "{") (labeled_statement "LAB_0008fe4c:\n FUN_000208c4(iVar7,1,&local_34,&local_30);" (statement_identifier "LAB_0008fe4c") (: ":") (expression_statement "FUN_000208c4(iVar7,1,&local_34,&local_30);" (call_expression "FUN_000208c4(iVar7,1,&local_34,&local_30)" (identifier "FUN_000208c4") (argument_list "(iVar7,1,&local_34,&local_30)" (( "(") (identifier "iVar7") (, ",") (number_literal "1") (, ",") (pointer_expression "&local_34" (& "&") (identifier "local_34")) (, ",") (pointer_expression "&local_30" (& "&") (identifier "local_30")) () ")"))) (; ";"))) (} "}"))) (if_statement "if (local_30 < 1) goto LAB_0008fe24;" (if "if") (parenthesized_expression "(local_30 < 1)" (( "(") (binary_expression "local_30 < 1" (identifier "local_30") (< "<") (number_literal "1")) () ")")) (goto_statement "goto LAB_0008fe24;" (goto "goto") (statement_identifier "LAB_0008fe24") (; ";"))) (} "}")))) (expression_statement "*param_4 = local_34;" (assignment_expression "*param_4 = local_34" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (identifier "local_34")) (; ";")) (expression_statement "iVar7 = 0;" (assignment_expression "iVar7 = 0" (identifier "iVar7") (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_3 = iVar3;" (assignment_expression "*param_3 = iVar3" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (identifier "iVar3")) (; ";")) (expression_statement "param_3[1] = iVar4;" (assignment_expression "param_3[1] = iVar4" (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "iVar4")) (; ";")) (expression_statement "*param_5 = local_30;" (assignment_expression "*param_5 = local_30" (pointer_expression "*param_5" (* "*") (identifier "param_5")) (= "=") (identifier "local_30")) (; ";")) (goto_statement "goto LAB_0008fe8c;" (goto "goto") (statement_identifier "LAB_0008fe8c") (; ";")) (} "}"))) (expression_statement "iVar7 = param_2[6];" (assignment_expression "iVar7 = param_2[6]" (identifier "iVar7") (= "=") (subscript_expression "param_2[6]" (identifier "param_2") ([ "[") (number_literal "6") (] "]"))) (; ";")) (if_statement "if (-1 < iVar7) goto LAB_0008fe4c;" (if "if") (parenthesized_expression "(-1 < iVar7)" (( "(") (binary_expression "-1 < iVar7" (number_literal "-1") (< "<") (identifier "iVar7")) () ")")) (goto_statement "goto LAB_0008fe4c;" (goto "goto") (statement_identifier "LAB_0008fe4c") (; ";"))) (labeled_statement "LAB_0008fe24:\n if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;" (statement_identifier "LAB_0008fe24") (: ":") (if_statement "if (*(int *)(*(int *)*param_2 + 0x50) == 0) break;" (if "if") (parenthesized_expression "(*(int *)(*(int *)*param_2 + 0x50) == 0)" (( "(") (binary_expression "*(int *)(*(int *)*param_2 + 0x50) == 0" (pointer_expression "*(int *)(*(int *)*param_2 + 0x50)" (* "*") (cast_expression "(int *)(*(int *)*param_2 + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)*param_2 + 0x50)" (( "(") (binary_expression "*(int *)*param_2 + 0x50" (pointer_expression "*(int *)*param_2" (* "*") (cast_expression "(int *)*param_2" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (+ "+") (number_literal "0x50")) () ")")))) (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";")))) (expression_statement "iVar7 = *piVar6;" (assignment_expression "iVar7 = *piVar6" (identifier "iVar7") (= "=") (pointer_expression "*piVar6" (* "*") (identifier "piVar6"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}"))) (} "}"))) (expression_statement "iVar7 = 0;" (assignment_expression "iVar7 = 0" (identifier "iVar7") (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_4 = 0;" (assignment_expression "*param_4 = 0" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_0008fe8c:\n if (local_2c != *piVar8) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }" (statement_identifier "LAB_0008fe8c") (: ":") (if_statement "if (local_2c != *piVar8) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }" (if "if") (parenthesized_expression "(local_2c != *piVar8)" (( "(") (binary_expression "local_2c != *piVar8" (identifier "local_2c") (!= "!=") (pointer_expression "*piVar8" (* "*") (identifier "piVar8"))) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar7);\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "__stack_chk_fail(iVar7);" (call_expression "__stack_chk_fail(iVar7)" (identifier "__stack_chk_fail") (argument_list "(iVar7)" (( "(") (identifier "iVar7") () ")"))) (; ";")) (} "}")))) (return_statement "return;" (return "return") (; ";")) (} "}")))
int function_1 (type_1 *p,type_2 *pMsr,type_3 *piDocid,char **paPoslist, int *pnPoslist) { int var_7; char *var_17; int var_11; type_4 **var_12; size_t var_15; int var_9; int var_8; int var_5; type_4 **var_10; type_4 *pFVar6; int *piVar7; type_5 *local_50; char *pList; int var_14; int var_20; piVar7 = *(int **)(var_1 + 0x8fc64 + var_2); var_20 = *piVar7; var_5 = pMsr->nAdvance; if (p->bDescIdx == '\0') { local_50 = (type_5 *)(var_3 + 0x8fcac); } else { local_50 = (type_5 *)(var_4 + 0x8fec4); } if (var_5 != 0) { var_10 = pMsr->apSegment; pFVar6 = *var_10; if (pFVar6->pOffsetList != (char *)0x0) { do { var_9 = (int)pFVar6->iDocid; var_8 = *(int *)((int)&pFVar6->iDocid + 4); var_7 = var_6((type_1 *)&p->bDescIdx,pFVar6,&pList,&var_14); if (var_7 == 0 && 1 < var_5) { pFVar6 = var_10[1]; if ((pFVar6->pOffsetList == (char *)0x0) || (var_8 != *(int *)((int)&pFVar6->iDocid + 4) || var_9 != (int)pFVar6->iDocid)) { var_11 = 1; } else { var_12 = var_10 + 1; var_11 = 1; do { var_7 = var_6 ((type_1 *)&p->bDescIdx,pFVar6,(char **)0x0,(int *)0x0); var_11 = var_11 + 1; if (var_7 != 0 || var_5 <= var_11) goto LAB_0008fd90; var_12 = var_12 + 1; pFVar6 = *var_12; } while ((pFVar6->pOffsetList != (char *)0x0) && (*(int *)((int)&pFVar6->iDocid + 4) == var_8 && (int)pFVar6->iDocid == var_9)); } } else { var_11 = 1; LAB_0008fd90: if (var_7 != 0) goto LAB_0008fe8c; } var_13(pMsr->apSegment,var_5,var_11,local_50); if (0 < var_14) { if ((*var_10)->ppNextElem == (type_6 **)0x0) { var_7 = pMsr->iColFilter; if (-1 < var_7) goto LAB_0008fe4c; LAB_0008fe6c: *paPoslist = pList; var_7 = 0; *(int *)piDocid = var_9; *(int *)((int)piDocid + 4) = var_8; *pnPoslist = var_14; goto LAB_0008fe8c; } var_15 = var_14 + 1; var_17 = pMsr->aBuffer; if (pMsr->nBuffer < (int)var_15) { pMsr->nBuffer = var_15 * 2; var_17 = (char *)var_16(var_17,var_15 * 2); if (var_17 == (char *)0x0) { var_7 = 7; goto LAB_0008fe8c; } pMsr->aBuffer = var_17; } /* WARNING: Subroutine does not return */ var_18(var_17,pList,var_15); } var_7 = pMsr->iColFilter; if (-1 < var_7) { LAB_0008fe4c: var_19(var_7,1,&pList,&var_14); if (0 < var_14) goto LAB_0008fe6c; } if ((*pMsr->apSegment)->pOffsetList == (char *)0x0) break; pFVar6 = *var_10; } while( true ); } } var_7 = 0; *paPoslist = (char *)0x0; LAB_0008fe8c: if (var_20 != *piVar7) { /* WARNING: Subroutine does not return */ var_21(); } return var_7; }
(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))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) 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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (number_literal) right: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (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: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) consequence: (compound_statement (expression_statement (assignment_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: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (identifier)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (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 (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (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: (number_literal) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (number_literal))))) right: (number_literal))) consequence: (break_statement))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) condition: (parenthesized_expression (true))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (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: (pointer_expression argument: (identifier)))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (return_statement))))
void MASKED(int param_1,undefined4 *param_2,int *param_3,undefined4 *param_4,int *param_5) { void *__src; void *__dest; int iVar1; int *piVar2; size_t __n; int iVar3; int iVar4; int iVar5; int *piVar6; int iVar7; int *piVar8; int local_50; void *local_34; int local_30; int local_2c; piVar8 = *(int **)(DAT_0008fee4 + 0x8fc64 + DAT_0008fee8); local_2c = *piVar8; iVar5 = param_2[2]; if (*(char *)(param_1 + 0xeb) == '\0') { local_50 = DAT_0008feec + 0x8fcac; } else { local_50 = DAT_0008fef0 + 0x8fec4; } if (iVar5 != 0) { piVar6 = (int *)*param_2; iVar7 = *piVar6; if (*(int *)(iVar7 + 0x50) != 0) { do { iVar3 = *(int *)(iVar7 + 0x58); iVar4 = *(int *)(iVar7 + 0x5c); iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,&local_34,&local_30); if (iVar7 == 0 && 1 < iVar5) { iVar7 = piVar6[1]; if ((*(int *)(iVar7 + 0x50) == 0) || (iVar4 != *(int *)(iVar7 + 0x5c) || iVar3 != *(int *)(iVar7 + 0x58))) { iVar1 = 1; } else { piVar2 = piVar6 + 1; iVar1 = 1; do { iVar7 = FUN_0008fa1c(param_1 + 0xeb,iVar7,0); iVar1 = iVar1 + 1; if (iVar7 != 0 || iVar5 <= iVar1) goto LAB_0008fd90; piVar2 = piVar2 + 1; iVar7 = *piVar2; } while ((*(int *)(iVar7 + 0x50) != 0) && (*(int *)(iVar7 + 0x5c) == iVar4 && *(int *)(iVar7 + 0x58) == iVar3)); } } else { iVar1 = 1; LAB_0008fd90: if (iVar7 != 0) goto LAB_0008fe8c; } FUN_0001e718(*param_2,iVar5,iVar1,local_50); __src = local_34; if (0 < local_30) { if (*(int *)(*piVar6 + 0x38) == 0) { iVar7 = param_2[6]; if (-1 < iVar7) goto LAB_0008fe4c; } else { __n = local_30 + 1; __dest = (void *)param_2[4]; if ((int)param_2[5] < (int)__n) { param_2[5] = __n * 2; __dest = (void *)FUN_0004350c(); if (__dest == (void *)0x0) { iVar7 = 7; goto LAB_0008fe8c; } param_2[4] = __dest; } memcpy(__dest,__src,__n); iVar7 = param_2[6]; local_34 = (void *)param_2[4]; if (-1 < iVar7) { LAB_0008fe4c: FUN_000208c4(iVar7,1,&local_34,&local_30); } if (local_30 < 1) goto LAB_0008fe24; } *param_4 = local_34; iVar7 = 0; *param_3 = iVar3; param_3[1] = iVar4; *param_5 = local_30; goto LAB_0008fe8c; } iVar7 = param_2[6]; if (-1 < iVar7) goto LAB_0008fe4c; LAB_0008fe24: if (*(int *)(*(int *)*param_2 + 0x50) == 0) break; iVar7 = *piVar6; } while( true ); } } iVar7 = 0; *param_4 = 0; LAB_0008fe8c: if (local_2c != *piVar8) { /* WARNING: Subroutine does not return */ __stack_chk_fail(iVar7); } return; }
70,906
21_sg_scan_and_sg_scan_strip.c
putchar
putchar
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int putchar(int __c) { int iVar1; iVar1 = (*(code *)PTR_putchar_00022fbc)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int putchar(int __c) { int iVar1; iVar1 = (*(code *)PTR_putchar_00022fbc)(); return iVar1; }
adr r12,0x10890 add r12,r12,#0x12000 ldr pc,[r12,#0x72c]!
null
null
null
null
[(u'INDIRECT_-1205991183', u'COPY_-1205991242'), (u'CALLIND_-1205991253', u'RETURN_-1205991250'), ('tmp_120', u'CAST_-1205991178'), ('const-0', u'RETURN_-1205991250'), (u'CAST_-1205991178', u'CALLIND_-1205991253'), (u'CALLIND_-1205991253', u'INDIRECT_-1205991183')]
[(u'INDIRECT_-1205991183', u'COPY_-1205991242'), (u'CALLIND_-1205991253', u'RETURN_-1205991250'), ('tmp_120', u'CAST_-1205991178'), ('const-0', u'RETURN_-1205991250'), (u'CAST_-1205991178', u'CALLIND_-1205991253'), (u'CALLIND_-1205991253', u'INDIRECT_-1205991183')]
null
null
00010888
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putchar(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putchar_00022fbc)();\n return iVar1;\n}\n\n" comment (function_definition "int putchar(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putchar_00022fbc)();\n return iVar1;\n}" primitive_type (function_declarator "putchar(int __c)" identifier (parameter_list "(int __c)" ( (parameter_declaration "int __c" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putchar_00022fbc)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_putchar_00022fbc)();" (assignment_expression "iVar1 = (*(code *)PTR_putchar_00022fbc)()" identifier = (call_expression "(*(code *)PTR_putchar_00022fbc)()" (parenthesized_expression "(*(code *)PTR_putchar_00022fbc)" ( (pointer_expression "*(code *)PTR_putchar_00022fbc" * (cast_expression "(code *)PTR_putchar_00022fbc" ( (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 putchar(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putchar_00022fbc)();\n return iVar1;\n}\n\n" comment (function_definition "int putchar(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putchar_00022fbc)();\n return iVar1;\n}" primitive_type (function_declarator "putchar(int __c)" identifier (parameter_list "(int __c)" ( (parameter_declaration "int __c" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putchar_00022fbc)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_putchar_00022fbc)();" (assignment_expression "iVar1 = (*(code *)PTR_putchar_00022fbc)()" identifier = (call_expression "(*(code *)PTR_putchar_00022fbc)()" (parenthesized_expression "(*(code *)PTR_putchar_00022fbc)" ( (pointer_expression "*(code *)PTR_putchar_00022fbc" * (cast_expression "(code *)PTR_putchar_00022fbc" ( (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 putchar(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putchar_00022fbc)();\n return iVar1;\n}\n\n" comment (function_definition "int putchar(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putchar_00022fbc)();\n return iVar1;\n}" primitive_type (function_declarator "putchar(int __c)" identifier (parameter_list "(int __c)" ( (parameter_declaration "int __c" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putchar_00022fbc)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_putchar_00022fbc)();" (assignment_expression "iVar1 = (*(code *)PTR_putchar_00022fbc)()" identifier = (call_expression "(*(code *)PTR_putchar_00022fbc)()" (parenthesized_expression "(*(code *)PTR_putchar_00022fbc)" ( (pointer_expression "*(code *)PTR_putchar_00022fbc" * (cast_expression "(code *)PTR_putchar_00022fbc" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (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 ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int putchar(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putchar_00022fbc)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "putchar(int __c)" (identifier "putchar") (parameter_list "(int __c)" (( "(") (parameter_declaration "int __c" (primitive_type "int") (identifier "__c")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putchar_00022fbc)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_putchar_00022fbc)();" (assignment_expression "iVar1 = (*(code *)PTR_putchar_00022fbc)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_putchar_00022fbc)()" (parenthesized_expression "(*(code *)PTR_putchar_00022fbc)" (( "(") (pointer_expression "*(code *)PTR_putchar_00022fbc" (* "*") (cast_expression "(code *)PTR_putchar_00022fbc" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_putchar_00022fbc"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __c) { int iVar1; iVar1 = (*(type_1 *)PTR_putchar_00022fbc)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (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)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __c) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00022fbc)(); return iVar1; }
27,715
613_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c
acosh
acosh
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ double acosh(double __x) { double dVar1; dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)(); return dVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ double acosh(double __x) { double dVar1; dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)(); return dVar1; }
adr r12,0x332318 add r12,r12,#0x58000 ldr pc,[r12,#0x6b4]!
null
null
null
null
[(u'CAST_-1206115456', u'CALLIND_-1206115533'), (u'INDIRECT_-1206115462', u'COPY_-1206115521'), (u'CAST_-1206115455', u'RETURN_-1206115530'), (u'CALLIND_-1206115533', u'CAST_-1206115455'), ('const-0', u'RETURN_-1206115530'), ('tmp_127', u'CAST_-1206115456'), (u'CALLIND_-1206115533', u'INDIRECT_-1206115462')]
[(u'CAST_-1206115456', u'CALLIND_-1206115533'), (u'INDIRECT_-1206115462', u'COPY_-1206115521'), (u'CAST_-1206115455', u'RETURN_-1206115530'), (u'CALLIND_-1206115533', u'CAST_-1206115455'), ('const-0', u'RETURN_-1206115530'), ('tmp_127', u'CAST_-1206115456'), (u'CALLIND_-1206115533', u'INDIRECT_-1206115462')]
null
null
00032310
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ndouble acosh(double __x)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();\n return dVar1;\n}\n\n" comment (function_definition "double acosh(double __x)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();\n return dVar1;\n}" primitive_type (function_declarator "acosh(double __x)" identifier (parameter_list "(double __x)" ( (parameter_declaration "double __x" primitive_type identifier) ))) (compound_statement "{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();\n return dVar1;\n}" { (declaration "double dVar1;" primitive_type identifier ;) (expression_statement "dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();" (assignment_expression "dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)()" identifier = (cast_expression "(double)(*(code *)PTR_acosh_0038a9cc)()" ( (type_descriptor "double" primitive_type) ) (call_expression "(*(code *)PTR_acosh_0038a9cc)()" (parenthesized_expression "(*(code *)PTR_acosh_0038a9cc)" ( (pointer_expression "*(code *)PTR_acosh_0038a9cc" * (cast_expression "(code *)PTR_acosh_0038a9cc" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return dVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ndouble acosh(double __x)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();\n return dVar1;\n}\n\n" comment (function_definition "double acosh(double __x)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();\n return dVar1;\n}" primitive_type (function_declarator "acosh(double __x)" identifier (parameter_list "(double __x)" ( (parameter_declaration "double __x" primitive_type identifier) ))) (compound_statement "{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();\n return dVar1;\n}" { (declaration "double dVar1;" primitive_type identifier ;) (expression_statement "dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();" (assignment_expression "dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)()" identifier = (cast_expression "(double)(*(code *)PTR_acosh_0038a9cc)()" ( (type_descriptor "double" primitive_type) ) (call_expression "(*(code *)PTR_acosh_0038a9cc)()" (parenthesized_expression "(*(code *)PTR_acosh_0038a9cc)" ( (pointer_expression "*(code *)PTR_acosh_0038a9cc" * (cast_expression "(code *)PTR_acosh_0038a9cc" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return dVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ndouble acosh(double __x)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();\n return dVar1;\n}\n\n" comment (function_definition "double acosh(double __x)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();\n return dVar1;\n}" primitive_type (function_declarator "acosh(double __x)" identifier (parameter_list "(double __x)" ( (parameter_declaration "double __x" primitive_type identifier) ))) (compound_statement "{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();\n return dVar1;\n}" { (declaration "double dVar1;" primitive_type identifier ;) (expression_statement "dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();" (assignment_expression "dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)()" identifier = (cast_expression "(double)(*(code *)PTR_acosh_0038a9cc)()" ( (type_descriptor "double" primitive_type) ) (call_expression "(*(code *)PTR_acosh_0038a9cc)()" (parenthesized_expression "(*(code *)PTR_acosh_0038a9cc)" ( (pointer_expression "*(code *)PTR_acosh_0038a9cc" * (cast_expression "(code *)PTR_acosh_0038a9cc" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return dVar1;" return identifier ;) })))
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "double acosh(double __x)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();\n return dVar1;\n}" (primitive_type "double") (function_declarator "acosh(double __x)" (identifier "acosh") (parameter_list "(double __x)" (( "(") (parameter_declaration "double __x" (primitive_type "double") (identifier "__x")) () ")"))) (compound_statement "{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();\n return dVar1;\n}" ({ "{") (declaration "double dVar1;" (primitive_type "double") (identifier "dVar1") (; ";")) (expression_statement "dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)();" (assignment_expression "dVar1 = (double)(*(code *)PTR_acosh_0038a9cc)()" (identifier "dVar1") (= "=") (cast_expression "(double)(*(code *)PTR_acosh_0038a9cc)()" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (call_expression "(*(code *)PTR_acosh_0038a9cc)()" (parenthesized_expression "(*(code *)PTR_acosh_0038a9cc)" (( "(") (pointer_expression "*(code *)PTR_acosh_0038a9cc" (* "*") (cast_expression "(code *)PTR_acosh_0038a9cc" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_acosh_0038a9cc"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return dVar1;" (return "return") (identifier "dVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ double function_1(double __x) { double dVar1; dVar1 = (double)(*(type_1 *)PTR_acosh_0038a9cc)(); return dVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) 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)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ double MASKED(double __x) { double dVar1; dVar1 = (double)(*(code *)PTR_MASKED_0038a9cc)(); return dVar1; }
78,081
78_cksum_and_cksum_strip.c
version_etc_ar
FUN_00014548
void version_etc_ar(FILE *stream,char *command_name,char *package,char *version,char **authors) { char *n_authors; char **ppcVar1; n_authors = *authors; if (n_authors != (char *)0x0) { n_authors = (char *)0x0; ppcVar1 = authors; do { ppcVar1 = ppcVar1 + 1; n_authors = n_authors + 1; } while (*ppcVar1 != (char *)0x0); } version_etc_arn(stream,command_name,package,version,authors,(size_t)n_authors); return; }
void FUN_00014548(void) { int iVar1; int *in_stack_00000000; iVar1 = *in_stack_00000000; while (iVar1 != 0) { in_stack_00000000 = in_stack_00000000 + 1; iVar1 = *in_stack_00000000; } FUN_00014158(); return; }
stmdb sp!,{r4,r5,lr} sub sp,sp,#0xc ldr r5,[sp,#0x18] ldr r12,[r5,#0x0] cmp r12,#0x0 beq 0x00014578 cpy lr,r5 mov r12,#0x0 ldr r4,[lr,#0x4]! add r12,r12,#0x1 cmp r4,#0x0 bne 0x00014568 stmia sp,{r5,r12} bl 0x00014158 add sp,sp,#0xc ldmia sp!,{r4,r5,pc}
null
null
null
null
[(u'PTRADD_-1205975570', u'MULTIEQUAL_-1205975482'), ('const-1', u'PTRADD_-1205975570'), (u'MULTIEQUAL_-1205975494', u'PTRADD_-1205975442'), (u'INT_NOTEQUAL_-1205975605', u'CBRANCH_-1205975602'), (u'PTRADD_-1205975442', u'LOAD_-1205975647'), ('const-4', u'PTRADD_-1205975442'), ('tmp_334', u'CALL_-1205975585'), (u'PTRADD_-1205975570', u'MULTIEQUAL_-1205975497'), ('tmp_241', u'CBRANCH_-1205975602'), ('tmp_336', u'CALL_-1205975585'), ('tmp_116', u'CBRANCH_-1205975671'), ('const-1', u'PTRADD_-1205975442'), (u'COPY_-1205975658', u'MULTIEQUAL_-1205975497'), (u'PTRADD_-1205975442', u'MULTIEQUAL_-1205975494'), (u'LOAD_-1205975647', u'INT_NOTEQUAL_-1205975605'), ('tmp_335', u'CALL_-1205975585'), ('const-0', u'RETURN_-1205975549'), (u'COPY_-1205975509', u'MULTIEQUAL_-1205975494'), ('tmp_337', u'CALL_-1205975585'), ('tmp_338', u'COPY_-1205975509'), ('tmp_338', u'LOAD_-1205975699'), ('const-1', u'PTRADD_-1205975570'), (u'MULTIEQUAL_-1205975482', u'CAST_-1205975421'), (u'MULTIEQUAL_-1205975497', u'PTRADD_-1205975570'), ('const-0', u'COPY_-1205975658'), (u'INT_NOTEQUAL_-1205975673', u'CBRANCH_-1205975671'), (u'LOAD_-1205975699', u'INT_NOTEQUAL_-1205975673'), ('const-0', u'INT_NOTEQUAL_-1205975673'), (u'CAST_-1205975421', u'CALL_-1205975585'), ('const-417', u'LOAD_-1205975699'), (u'LOAD_-1205975699', u'MULTIEQUAL_-1205975482'), ('tmp_338', u'CALL_-1205975585'), ('const-0', u'INT_NOTEQUAL_-1205975605'), ('const-417', u'LOAD_-1205975647')]
[(u'MULTIEQUAL_-1205975463', u'PTRADD_-1205975448'), (u'INT_NOTEQUAL_-1205975673', u'CBRANCH_-1205975671'), (u'PTRADD_-1205975448', u'MULTIEQUAL_-1205975463'), ('const-417', u'LOAD_-1205975647'), ('const-4', u'PTRADD_-1205975448'), (u'MULTIEQUAL_-1205975462', u'INT_NOTEQUAL_-1205975673'), ('const-0', u'INT_NOTEQUAL_-1205975673'), (u'LOAD_-1205975647', u'MULTIEQUAL_-1205975462'), ('const-417', u'LOAD_-1205975699'), ('tmp_116', u'CBRANCH_-1205975671'), ('tmp_583', u'MULTIEQUAL_-1205975463'), (u'LOAD_-1205975699', u'MULTIEQUAL_-1205975462'), (u'PTRADD_-1205975448', u'LOAD_-1205975647'), ('const-1', u'PTRADD_-1205975448'), ('const-0', u'RETURN_-1205975549'), ('tmp_583', u'LOAD_-1205975699')]
null
null
00014548
arm
O2
(translation_unit "void FUN_00014548(void)\n\n{\n int iVar1;\n int *in_stack_00000000;\n \n iVar1 = *in_stack_00000000;\n while (iVar1 != 0) {\n in_stack_00000000 = in_stack_00000000 + 1;\n iVar1 = *in_stack_00000000;\n }\n FUN_00014158();\n return;\n}\n\n" (function_definition "void FUN_00014548(void)\n\n{\n int iVar1;\n int *in_stack_00000000;\n \n iVar1 = *in_stack_00000000;\n while (iVar1 != 0) {\n in_stack_00000000 = in_stack_00000000 + 1;\n iVar1 = *in_stack_00000000;\n }\n FUN_00014158();\n return;\n}" primitive_type (function_declarator "FUN_00014548(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n int *in_stack_00000000;\n \n iVar1 = *in_stack_00000000;\n while (iVar1 != 0) {\n in_stack_00000000 = in_stack_00000000 + 1;\n iVar1 = *in_stack_00000000;\n }\n FUN_00014158();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *in_stack_00000000;" primitive_type (pointer_declarator "*in_stack_00000000" * identifier) ;) (expression_statement "iVar1 = *in_stack_00000000;" (assignment_expression "iVar1 = *in_stack_00000000" identifier = (pointer_expression "*in_stack_00000000" * identifier)) ;) (while_statement "while (iVar1 != 0) {\n in_stack_00000000 = in_stack_00000000 + 1;\n iVar1 = *in_stack_00000000;\n }" while (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n in_stack_00000000 = in_stack_00000000 + 1;\n iVar1 = *in_stack_00000000;\n }" { (expression_statement "in_stack_00000000 = in_stack_00000000 + 1;" (assignment_expression "in_stack_00000000 = in_stack_00000000 + 1" identifier = (binary_expression "in_stack_00000000 + 1" identifier + number_literal)) ;) (expression_statement "iVar1 = *in_stack_00000000;" (assignment_expression "iVar1 = *in_stack_00000000" identifier = (pointer_expression "*in_stack_00000000" * identifier)) ;) })) (expression_statement "FUN_00014158();" (call_expression "FUN_00014158()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void version_etc_ar(FILE *stream,char *command_name,char *package,char *version,char **authors)\n\n{\n char *n_authors;\n char **ppcVar1;\n \n n_authors = *authors;\n if (n_authors != (char *)0x0) {\n n_authors = (char *)0x0;\n ppcVar1 = authors;\n do {\n ppcVar1 = ppcVar1 + 1;\n n_authors = n_authors + 1;\n } while (*ppcVar1 != (char *)0x0);\n }\n version_etc_arn(stream,command_name,package,version,authors,(size_t)n_authors);\n return;\n}\n\n" (function_definition "void version_etc_ar(FILE *stream,char *command_name,char *package,char *version,char **authors)\n\n{\n char *n_authors;\n char **ppcVar1;\n \n n_authors = *authors;\n if (n_authors != (char *)0x0) {\n n_authors = (char *)0x0;\n ppcVar1 = authors;\n do {\n ppcVar1 = ppcVar1 + 1;\n n_authors = n_authors + 1;\n } while (*ppcVar1 != (char *)0x0);\n }\n version_etc_arn(stream,command_name,package,version,authors,(size_t)n_authors);\n return;\n}" primitive_type (function_declarator "version_etc_ar(FILE *stream,char *command_name,char *package,char *version,char **authors)" identifier (parameter_list "(FILE *stream,char *command_name,char *package,char *version,char **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))) ))) (compound_statement "{\n char *n_authors;\n char **ppcVar1;\n \n n_authors = *authors;\n if (n_authors != (char *)0x0) {\n n_authors = (char *)0x0;\n ppcVar1 = authors;\n do {\n ppcVar1 = ppcVar1 + 1;\n n_authors = n_authors + 1;\n } while (*ppcVar1 != (char *)0x0);\n }\n version_etc_arn(stream,command_name,package,version,authors,(size_t)n_authors);\n return;\n}" { (declaration "char *n_authors;" primitive_type (pointer_declarator "*n_authors" * identifier) ;) (declaration "char **ppcVar1;" primitive_type (pointer_declarator "**ppcVar1" * (pointer_declarator "*ppcVar1" * identifier)) ;) (expression_statement "n_authors = *authors;" (assignment_expression "n_authors = *authors" identifier = (pointer_expression "*authors" * identifier)) ;) (if_statement "if (n_authors != (char *)0x0) {\n n_authors = (char *)0x0;\n ppcVar1 = authors;\n do {\n ppcVar1 = ppcVar1 + 1;\n n_authors = n_authors + 1;\n } while (*ppcVar1 != (char *)0x0);\n }" if (parenthesized_expression "(n_authors != (char *)0x0)" ( (binary_expression "n_authors != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n n_authors = (char *)0x0;\n ppcVar1 = authors;\n do {\n ppcVar1 = ppcVar1 + 1;\n n_authors = n_authors + 1;\n } while (*ppcVar1 != (char *)0x0);\n }" { (expression_statement "n_authors = (char *)0x0;" (assignment_expression "n_authors = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "ppcVar1 = authors;" (assignment_expression "ppcVar1 = authors" identifier = identifier) ;) (do_statement "do {\n ppcVar1 = ppcVar1 + 1;\n n_authors = n_authors + 1;\n } while (*ppcVar1 != (char *)0x0);" do (compound_statement "{\n ppcVar1 = ppcVar1 + 1;\n n_authors = n_authors + 1;\n }" { (expression_statement "ppcVar1 = ppcVar1 + 1;" (assignment_expression "ppcVar1 = ppcVar1 + 1" identifier = (binary_expression "ppcVar1 + 1" identifier + number_literal)) ;) (expression_statement "n_authors = n_authors + 1;" (assignment_expression "n_authors = n_authors + 1" identifier = (binary_expression "n_authors + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*ppcVar1 != (char *)0x0)" ( (binary_expression "*ppcVar1 != (char *)0x0" (pointer_expression "*ppcVar1" * identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (expression_statement "version_etc_arn(stream,command_name,package,version,authors,(size_t)n_authors);" (call_expression "version_etc_arn(stream,command_name,package,version,authors,(size_t)n_authors)" identifier (argument_list "(stream,command_name,package,version,authors,(size_t)n_authors)" ( identifier , identifier , identifier , identifier , identifier , (cast_expression "(size_t)n_authors" ( (type_descriptor "size_t" primitive_type) ) identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00014548(void)\n\n{\n int iVar1;\n int *in_stack_00000000;\n \n iVar1 = *in_stack_00000000;\n while (iVar1 != 0) {\n in_stack_00000000 = in_stack_00000000 + 1;\n iVar1 = *in_stack_00000000;\n }\n FUN_00014158();\n return;\n}\n\n" (function_definition "void FUN_00014548(void)\n\n{\n int iVar1;\n int *in_stack_00000000;\n \n iVar1 = *in_stack_00000000;\n while (iVar1 != 0) {\n in_stack_00000000 = in_stack_00000000 + 1;\n iVar1 = *in_stack_00000000;\n }\n FUN_00014158();\n return;\n}" primitive_type (function_declarator "FUN_00014548(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n int *in_stack_00000000;\n \n iVar1 = *in_stack_00000000;\n while (iVar1 != 0) {\n in_stack_00000000 = in_stack_00000000 + 1;\n iVar1 = *in_stack_00000000;\n }\n FUN_00014158();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *in_stack_00000000;" primitive_type (pointer_declarator "*in_stack_00000000" * identifier) ;) (expression_statement "iVar1 = *in_stack_00000000;" (assignment_expression "iVar1 = *in_stack_00000000" identifier = (pointer_expression "*in_stack_00000000" * identifier)) ;) (while_statement "while (iVar1 != 0) {\n in_stack_00000000 = in_stack_00000000 + 1;\n iVar1 = *in_stack_00000000;\n }" while (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n in_stack_00000000 = in_stack_00000000 + 1;\n iVar1 = *in_stack_00000000;\n }" { (expression_statement "in_stack_00000000 = in_stack_00000000 + 1;" (assignment_expression "in_stack_00000000 = in_stack_00000000 + 1" identifier = (binary_expression "in_stack_00000000 + 1" identifier + number_literal)) ;) (expression_statement "iVar1 = *in_stack_00000000;" (assignment_expression "iVar1 = *in_stack_00000000" identifier = (pointer_expression "*in_stack_00000000" * identifier)) ;) })) (expression_statement "FUN_00014158();" (call_expression "FUN_00014158()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00014548(void)\n\n{\n int iVar1;\n int *in_stack_00000000;\n \n iVar1 = *in_stack_00000000;\n while (iVar1 != 0) {\n in_stack_00000000 = in_stack_00000000 + 1;\n iVar1 = *in_stack_00000000;\n }\n FUN_00014158();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00014548(void)" (identifier "FUN_00014548") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int iVar1;\n int *in_stack_00000000;\n \n iVar1 = *in_stack_00000000;\n while (iVar1 != 0) {\n in_stack_00000000 = in_stack_00000000 + 1;\n iVar1 = *in_stack_00000000;\n }\n FUN_00014158();\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int *in_stack_00000000;" (primitive_type "int") (pointer_declarator "*in_stack_00000000" (* "*") (identifier "in_stack_00000000")) (; ";")) (expression_statement "iVar1 = *in_stack_00000000;" (assignment_expression "iVar1 = *in_stack_00000000" (identifier "iVar1") (= "=") (pointer_expression "*in_stack_00000000" (* "*") (identifier "in_stack_00000000"))) (; ";")) (while_statement "while (iVar1 != 0) {\n in_stack_00000000 = in_stack_00000000 + 1;\n iVar1 = *in_stack_00000000;\n }" (while "while") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n in_stack_00000000 = in_stack_00000000 + 1;\n iVar1 = *in_stack_00000000;\n }" ({ "{") (expression_statement "in_stack_00000000 = in_stack_00000000 + 1;" (assignment_expression "in_stack_00000000 = in_stack_00000000 + 1" (identifier "in_stack_00000000") (= "=") (binary_expression "in_stack_00000000 + 1" (identifier "in_stack_00000000") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar1 = *in_stack_00000000;" (assignment_expression "iVar1 = *in_stack_00000000" (identifier "iVar1") (= "=") (pointer_expression "*in_stack_00000000" (* "*") (identifier "in_stack_00000000"))) (; ";")) (} "}"))) (expression_statement "FUN_00014158();" (call_expression "FUN_00014158()" (identifier "FUN_00014158") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *stream,char *command_name,char *package,char *version,char **authors) { char *var_1; char **var_2; var_1 = *authors; if (var_1 != (char *)0x0) { var_1 = (char *)0x0; var_2 = authors; do { var_2 = var_2 + 1; var_1 = var_1 + 1; } while (*var_2 != (char *)0x0); } var_3(stream,command_name,package,version,authors,(size_t)var_1); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (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: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
void MASKED(void) { int iVar1; int *in_stack_00000000; iVar1 = *in_stack_00000000; while (iVar1 != 0) { in_stack_00000000 = in_stack_00000000 + 1; iVar1 = *in_stack_00000000; } FUN_00014158(); return; }
14,543
90_arm-linux-gnueabi-ranlib_and_arm-linux-gnueabi-ranlib_strip.c
getc
getc
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int getc(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_getc_0002c178)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int getc(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_getc_0002c178)(); return iVar1; }
adr r12,0x116c8 add r12,r12,#0x1a000 ldr pc,[r12,#0xab0]!
null
null
null
null
[('tmp_120', u'CAST_-1205987538'), (u'CALLIND_-1205987613', u'RETURN_-1205987610'), (u'CAST_-1205987538', u'CALLIND_-1205987613'), (u'CALLIND_-1205987613', u'INDIRECT_-1205987543'), ('const-0', u'RETURN_-1205987610'), (u'INDIRECT_-1205987543', u'COPY_-1205987602')]
[('tmp_120', u'CAST_-1205987538'), (u'CALLIND_-1205987613', u'RETURN_-1205987610'), (u'CAST_-1205987538', u'CALLIND_-1205987613'), (u'CALLIND_-1205987613', u'INDIRECT_-1205987543'), ('const-0', u'RETURN_-1205987610'), (u'INDIRECT_-1205987543', u'COPY_-1205987602')]
null
null
000116c0
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_0002c178)();\n return iVar1;\n}\n\n" comment (function_definition "int getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_0002c178)();\n return iVar1;\n}" primitive_type (function_declarator "getc(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_0002c178)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_getc_0002c178)();" (assignment_expression "iVar1 = (*(code *)PTR_getc_0002c178)()" identifier = (call_expression "(*(code *)PTR_getc_0002c178)()" (parenthesized_expression "(*(code *)PTR_getc_0002c178)" ( (pointer_expression "*(code *)PTR_getc_0002c178" * (cast_expression "(code *)PTR_getc_0002c178" ( (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 getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_0002c178)();\n return iVar1;\n}\n\n" comment (function_definition "int getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_0002c178)();\n return iVar1;\n}" primitive_type (function_declarator "getc(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_0002c178)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_getc_0002c178)();" (assignment_expression "iVar1 = (*(code *)PTR_getc_0002c178)()" identifier = (call_expression "(*(code *)PTR_getc_0002c178)()" (parenthesized_expression "(*(code *)PTR_getc_0002c178)" ( (pointer_expression "*(code *)PTR_getc_0002c178" * (cast_expression "(code *)PTR_getc_0002c178" ( (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 getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_0002c178)();\n return iVar1;\n}\n\n" comment (function_definition "int getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_0002c178)();\n return iVar1;\n}" primitive_type (function_declarator "getc(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_0002c178)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_getc_0002c178)();" (assignment_expression "iVar1 = (*(code *)PTR_getc_0002c178)()" identifier = (call_expression "(*(code *)PTR_getc_0002c178)()" (parenthesized_expression "(*(code *)PTR_getc_0002c178)" ( (pointer_expression "*(code *)PTR_getc_0002c178" * (cast_expression "(code *)PTR_getc_0002c178" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit comment (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 ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_0002c178)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "getc(FILE *__stream)" (identifier "getc") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_0002c178)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_getc_0002c178)();" (assignment_expression "iVar1 = (*(code *)PTR_getc_0002c178)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_getc_0002c178)()" (parenthesized_expression "(*(code *)PTR_getc_0002c178)" (( "(") (pointer_expression "*(code *)PTR_getc_0002c178" (* "*") (cast_expression "(code *)PTR_getc_0002c178" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_getc_0002c178"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_getc_0002c178)(); return iVar1; }
(translation_unit (comment) (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)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0002c178)(); return iVar1; }
36,980
40_arm-linux-gnueabi-gprof_and_arm-linux-gnueabi-gprof_strip.c
getopt_long
getopt_long
void getopt_long(void) { (*(code *)PTR_getopt_long_000360a8)(); return; }
void getopt_long(void) { (*(code *)PTR_getopt_long_000360a8)(); return; }
adr r12,0x11378 add r12,r12,#0x24000 ldr pc,[r12,#0xd30]!
null
null
null
null
[(u'CALLIND_-1205988461', u'INDIRECT_-1205988392'), ('const-0', u'RETURN_-1205988458'), ('tmp_113', u'CAST_-1205988387'), (u'INDIRECT_-1205988392', u'COPY_-1205988451'), (u'CAST_-1205988387', u'CALLIND_-1205988461')]
[(u'CALLIND_-1205988461', u'INDIRECT_-1205988392'), ('const-0', u'RETURN_-1205988458'), ('tmp_113', u'CAST_-1205988387'), (u'INDIRECT_-1205988392', u'COPY_-1205988451'), (u'CAST_-1205988387', u'CALLIND_-1205988461')]
null
null
00011370
arm
O2
(translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_000360a8)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_000360a8)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_getopt_long_000360a8)();\n return;\n}" { (expression_statement "(*(code *)PTR_getopt_long_000360a8)();" (call_expression "(*(code *)PTR_getopt_long_000360a8)()" (parenthesized_expression "(*(code *)PTR_getopt_long_000360a8)" ( (pointer_expression "*(code *)PTR_getopt_long_000360a8" * (cast_expression "(code *)PTR_getopt_long_000360a8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_000360a8)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_000360a8)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_getopt_long_000360a8)();\n return;\n}" { (expression_statement "(*(code *)PTR_getopt_long_000360a8)();" (call_expression "(*(code *)PTR_getopt_long_000360a8)()" (parenthesized_expression "(*(code *)PTR_getopt_long_000360a8)" ( (pointer_expression "*(code *)PTR_getopt_long_000360a8" * (cast_expression "(code *)PTR_getopt_long_000360a8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_000360a8)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_000360a8)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_getopt_long_000360a8)();\n return;\n}" { (expression_statement "(*(code *)PTR_getopt_long_000360a8)();" (call_expression "(*(code *)PTR_getopt_long_000360a8)()" (parenthesized_expression "(*(code *)PTR_getopt_long_000360a8)" ( (pointer_expression "*(code *)PTR_getopt_long_000360a8" * (cast_expression "(code *)PTR_getopt_long_000360a8" ( (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 getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_000360a8)();\n return;\n}" (primitive_type "void") (function_declarator "getopt_long(void)" (identifier "getopt_long") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_getopt_long_000360a8)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_getopt_long_000360a8)();" (call_expression "(*(code *)PTR_getopt_long_000360a8)()" (parenthesized_expression "(*(code *)PTR_getopt_long_000360a8)" (( "(") (pointer_expression "*(code *)PTR_getopt_long_000360a8" (* "*") (cast_expression "(code *)PTR_getopt_long_000360a8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_getopt_long_000360a8"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_getopt_long_000360a8)(); return; }
(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))))
void MASKED(void) { (*(code *)PTR_MASKED_000360a8)(); return; }
37,973
310_pscp_and_pscp_strip.c
cmdline_error
FUN_000224f8
/* WARNING: Variable defined which should be unmapped: ap */ void cmdline_error(char *p,...) { undefined4 in_r1; undefined4 in_r2; undefined4 uVar1; undefined4 in_r3; undefined4 *puVar2; va_list ap; char *p_local; undefined4 uStack_c; undefined4 uStack_8; undefined4 uStack_4; uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580); puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584); uStack_c = in_r1; uStack_8 = in_r2; uStack_4 = in_r3; fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2); __vfprintf_chk(*puVar2,1,p,&uStack_c,&uStack_c,uVar1); fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2); /* WARNING: Subroutine does not return */ exit(1); }
void FUN_000224f8(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4) { undefined4 uVar1; undefined4 *puVar2; undefined4 uStack_c; undefined4 uStack_8; undefined4 uStack_4; uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580); puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584); uStack_c = param_2; uStack_8 = param_3; uStack_4 = param_4; fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2); __vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1); fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2); /* WARNING: Subroutine does not return */ exit(1); }
ldr r12,[0x2257c] stmdb sp!,{r0,r1,r2,r3} ldr r2,[0x22580] add r12,pc,r12 str lr,[sp,#-0x4]! ldr r2,[r12,r2] ldr r3,[0x22584] sub sp,sp,#0xc ldr r2,[r2,#0x0] str r2,[sp,#0x4] ldr r0,[0x22588] ldr r4,[r12,r3] ldr r5,[sp,#0x10] mov r2,#0x6 ldr r3,[r4,#0x0] mov r1,#0x1 add r0,pc,r0 bl 0x00013364 add r12,sp,#0x14 cpy r3,r12 cpy r2,r5 mov r1,#0x1 ldr r0,[r4,#0x0] str r12,[sp,#0x0] bl 0x00013448 ldr r0,[0x2258c] ldr r3,[r4,#0x0] mov r2,#0x27 mov r1,#0x1 add r0,pc,r0 bl 0x00013364 mov r0,#0x1 bl 0x000134b4
null
null
null
null
[(u'CALL_-1206049390', u'INDIRECT_-1206049178'), ('const-417', u'LOAD_-1206049347'), ('const-140660', u'INT_ADD_-1206049266'), ('tmp_904', u'INT_ADD_-1206049497'), (u'LOAD_-1206049500', u'LOAD_-1206049473'), (u'INT_ADD_-1206049484', u'CAST_-1206049166'), (u'CAST_-1206049078', u'CALL_-1206049270'), ('tmp_907', u'INT_ADD_-1206049386'), (u'CALL_-1206049248', u'INDIRECT_-1206049074'), (u'INDIRECT_-1206049100', u'COPY_-1206049159'), (u'CALL_-1206049390', u'INDIRECT_-1206049173'), ('tmp_905', u'INT_ADD_-1206049484'), ('const-1', u'CALL_-1206049390'), (u'CALL_-1206049248', u'INDIRECT_-1206049070'), (u'CALL_-1206049390', u'INDIRECT_-1206049158'), (u'INDIRECT_-1206049129', u'INT_ADD_-1206049266'), (u'CALL_-1206049390', u'INDIRECT_-1206049168'), ('const-140608', u'INT_ADD_-1206049386'), ('const-140556', u'INT_ADD_-1206049497'), ('const-4294967284', u'PTRSUB_-1206049116'), (u'INT_ADD_-1206049497', u'INT_ADD_-1206049484'), (u'PTRSUB_-1206049116', u'CALL_-1206049330'), (u'LOAD_-1206049324', u'CAST_-1206049078'), (u'CALL_-1206049248', u'INDIRECT_-1206049110'), ('tmp_670', u'COPY_-1206049182'), (u'CALL_-1206049248', u'INDIRECT_-1206049095'), (u'CALL_-1206049248', u'INDIRECT_-1206049100'), (u'CAST_-1206049128', u'CALL_-1206049390'), (u'INT_ADD_-1206049440', u'CAST_-1206049141'), (u'CALL_-1206049270', u'INDIRECT_-1206049083'), (u'INDIRECT_-1206049115', u'COPY_-1206049174'), ('const-1', u'CALL_-1206049270'), (u'INDIRECT_-1206049095', u'COPY_-1206049154'), (u'CALL_-1206049330', u'INDIRECT_-1206049100'), (u'CALL_-1206049330', u'INDIRECT_-1206049144'), ('const-1', u'CALL_-1206049248'), (u'CALL_-1206049390', u'INDIRECT_-1206049149'), (u'CALL_-1206049330', u'INDIRECT_-1206049108'), (u'INT_ADD_-1206049266', u'CAST_-1206049065'), (u'CAST_-1206049141', u'LOAD_-1206049456'), (u'CALL_-1206049270', u'INDIRECT_-1206049114'), (u'CALL_-1206049270', u'INDIRECT_-1206049079'), ('const-417', u'LOAD_-1206049473'), (u'CALL_-1206049390', u'INDIRECT_-1206049163'), ('tmp_906', u'INT_ADD_-1206049440'), (u'LOAD_-1206049428', u'CAST_-1206049128'), (u'CALL_-1206049248', u'INDIRECT_-1206049105'), ('const-417', u'LOAD_-1206049456'), (u'INT_ADD_-1206049386', u'CAST_-1206049119'), (u'INT_ADD_-1206049497', u'INT_ADD_-1206049440'), (u'LOAD_-1206049456', u'LOAD_-1206049347'), ('tmp_671', u'COPY_-1206049183'), (u'CALL_-1206049390', u'INDIRECT_-1206049129'), ('tmp_459', u'CALL_-1206049330'), (u'CALL_-1206049270', u'INDIRECT_-1206049124'), (u'CALL_-1206049248', u'INDIRECT_-1206049066'), (u'CALL_-1206049270', u'INDIRECT_-1206049075'), (u'LOAD_-1206049456', u'LOAD_-1206049324'), ('const-39', u'CALL_-1206049270'), ('const-1', u'RETURN_-1206049243'), (u'LOAD_-1206049347', u'CALL_-1206049330'), (u'CALL_-1206049390', u'INDIRECT_-1206049133'), (u'CALL_-1206049330', u'INDIRECT_-1206049149'), ('const-417', u'LOAD_-1206049500'), (u'CALL_-1206049270', u'INDIRECT_-1206049104'), ('const-1', u'CALL_-1206049330'), (u'CALL_-1206049330', u'INDIRECT_-1206049139'), ('const-417', u'LOAD_-1206049428'), (u'CALL_-1206049248', u'INDIRECT_-1206049115'), (u'CALL_-1206049330', u'INDIRECT_-1206049134'), ('tmp_672', u'COPY_-1206049184'), (u'LOAD_-1206049456', u'LOAD_-1206049428'), ('tmp_669', u'PTRSUB_-1206049116'), ('const-6', u'CALL_-1206049390'), (u'CALL_-1206049330', u'INDIRECT_-1206049129'), (u'CALL_-1206049390', u'INDIRECT_-1206049137'), (u'CALL_-1206049270', u'INDIRECT_-1206049109'), ('const-417', u'LOAD_-1206049324'), (u'CAST_-1206049065', u'CALL_-1206049270'), (u'CAST_-1206049166', u'LOAD_-1206049500'), (u'CALL_-1206049270', u'INDIRECT_-1206049119'), (u'CAST_-1206049119', u'CALL_-1206049390'), (u'INDIRECT_-1206049110', u'COPY_-1206049169'), (u'INDIRECT_-1206049105', u'COPY_-1206049164'), (u'INDIRECT_-1206049149', u'CALL_-1206049330'), (u'CALL_-1206049330', u'INDIRECT_-1206049104')]
[(u'CALL_-1206049390', u'INDIRECT_-1206049178'), (u'LOAD_-1206049500', u'LOAD_-1206049473'), ('tmp_904', u'INT_ADD_-1206049484'), (u'INT_ADD_-1206049484', u'CAST_-1206049166'), ('const-1', u'CALL_-1206049330'), ('const-140556', u'INT_ADD_-1206049497'), ('const-1', u'CALL_-1206049390'), (u'CAST_-1206049078', u'CALL_-1206049270'), (u'CALL_-1206049248', u'INDIRECT_-1206049074'), ('const-1', u'CALL_-1206049248'), (u'INDIRECT_-1206049100', u'COPY_-1206049159'), (u'CALL_-1206049390', u'INDIRECT_-1206049173'), (u'CALL_-1206049248', u'INDIRECT_-1206049070'), (u'CALL_-1206049390', u'INDIRECT_-1206049158'), (u'INDIRECT_-1206049129', u'INT_ADD_-1206049266'), (u'CALL_-1206049390', u'INDIRECT_-1206049168'), (u'INT_ADD_-1206049497', u'INT_ADD_-1206049484'), (u'PTRSUB_-1206049116', u'CALL_-1206049330'), ('const-140660', u'INT_ADD_-1206049266'), (u'LOAD_-1206049324', u'CAST_-1206049078'), ('tmp_672', u'CALL_-1206049330'), ('const-417', u'LOAD_-1206049473'), ('const-4294967284', u'PTRSUB_-1206049116'), (u'CALL_-1206049248', u'INDIRECT_-1206049110'), (u'CALL_-1206049248', u'INDIRECT_-1206049095'), ('const-417', u'LOAD_-1206049324'), (u'CALL_-1206049248', u'INDIRECT_-1206049100'), (u'CAST_-1206049128', u'CALL_-1206049390'), ('tmp_669', u'COPY_-1206049182'), (u'INT_ADD_-1206049440', u'CAST_-1206049141'), (u'CALL_-1206049270', u'INDIRECT_-1206049083'), ('const-417', u'LOAD_-1206049500'), (u'INDIRECT_-1206049115', u'COPY_-1206049174'), ('tmp_668', u'PTRSUB_-1206049116'), (u'INDIRECT_-1206049095', u'COPY_-1206049154'), (u'CALL_-1206049330', u'INDIRECT_-1206049100'), (u'CALL_-1206049330', u'INDIRECT_-1206049144'), ('const-140608', u'INT_ADD_-1206049386'), (u'CALL_-1206049390', u'INDIRECT_-1206049149'), (u'CALL_-1206049330', u'INDIRECT_-1206049108'), (u'INT_ADD_-1206049266', u'CAST_-1206049065'), (u'CAST_-1206049141', u'LOAD_-1206049456'), (u'CALL_-1206049270', u'INDIRECT_-1206049114'), (u'CALL_-1206049270', u'INDIRECT_-1206049079'), ('const-417', u'LOAD_-1206049428'), (u'CALL_-1206049390', u'INDIRECT_-1206049163'), (u'LOAD_-1206049428', u'CAST_-1206049128'), (u'CALL_-1206049248', u'INDIRECT_-1206049105'), (u'INT_ADD_-1206049386', u'CAST_-1206049119'), (u'INT_ADD_-1206049497', u'INT_ADD_-1206049440'), (u'LOAD_-1206049456', u'LOAD_-1206049347'), ('const-417', u'LOAD_-1206049456'), (u'CALL_-1206049390', u'INDIRECT_-1206049129'), (u'CALL_-1206049270', u'INDIRECT_-1206049124'), ('const-6', u'CALL_-1206049390'), (u'CALL_-1206049248', u'INDIRECT_-1206049066'), ('tmp_671', u'COPY_-1206049184'), (u'CALL_-1206049270', u'INDIRECT_-1206049075'), (u'LOAD_-1206049456', u'LOAD_-1206049324'), ('tmp_903', u'INT_ADD_-1206049497'), ('tmp_670', u'COPY_-1206049183'), ('const-1', u'RETURN_-1206049243'), (u'LOAD_-1206049347', u'CALL_-1206049330'), (u'CALL_-1206049390', u'INDIRECT_-1206049133'), (u'CALL_-1206049330', u'INDIRECT_-1206049149'), (u'CALL_-1206049270', u'INDIRECT_-1206049104'), (u'CALL_-1206049330', u'INDIRECT_-1206049139'), ('const-1', u'CALL_-1206049270'), (u'CALL_-1206049248', u'INDIRECT_-1206049115'), (u'CALL_-1206049330', u'INDIRECT_-1206049134'), (u'LOAD_-1206049456', u'LOAD_-1206049428'), (u'CALL_-1206049330', u'INDIRECT_-1206049129'), (u'CALL_-1206049390', u'INDIRECT_-1206049137'), (u'CALL_-1206049270', u'INDIRECT_-1206049109'), (u'CAST_-1206049065', u'CALL_-1206049270'), ('const-39', u'CALL_-1206049270'), (u'CAST_-1206049166', u'LOAD_-1206049500'), ('tmp_905', u'INT_ADD_-1206049440'), ('const-417', u'LOAD_-1206049347'), (u'CALL_-1206049270', u'INDIRECT_-1206049119'), (u'CAST_-1206049119', u'CALL_-1206049390'), (u'INDIRECT_-1206049110', u'COPY_-1206049169'), (u'INDIRECT_-1206049105', u'COPY_-1206049164'), ('tmp_906', u'INT_ADD_-1206049386'), (u'INDIRECT_-1206049149', u'CALL_-1206049330'), (u'CALL_-1206049330', u'INDIRECT_-1206049104')]
null
null
000224f8
arm
O2
(translation_unit "void FUN_000224f8(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n undefined4 uStack_c;\n undefined4 uStack_8;\n undefined4 uStack_4;\n \n uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);\n puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);\n uStack_c = param_2;\n uStack_8 = param_3;\n uStack_4 = param_4;\n fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);\n __vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1);\n fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);\n /* WARNING: Subroutine does not return */\n exit(1);\n}\n\n" (function_definition "void FUN_000224f8(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n undefined4 uStack_c;\n undefined4 uStack_8;\n undefined4 uStack_4;\n \n uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);\n puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);\n uStack_c = param_2;\n uStack_8 = param_3;\n uStack_4 = param_4;\n fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);\n __vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1);\n fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);\n /* WARNING: Subroutine does not return */\n exit(1);\n}" primitive_type (function_declarator "FUN_000224f8(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n undefined4 *puVar2;\n undefined4 uStack_c;\n undefined4 uStack_8;\n undefined4 uStack_4;\n \n uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);\n puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);\n uStack_c = param_2;\n uStack_8 = param_3;\n uStack_4 = param_4;\n fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);\n __vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1);\n fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);\n /* WARNING: Subroutine does not return */\n exit(1);\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined4 uStack_c;" type_identifier identifier ;) (declaration "undefined4 uStack_8;" type_identifier identifier ;) (declaration "undefined4 uStack_4;" type_identifier identifier ;) (expression_statement "uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);" (assignment_expression "uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" identifier = (pointer_expression "**(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" * (pointer_expression "*(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" * (cast_expression "(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0002257c + 0x2250c + DAT_00022580)" ( (binary_expression "DAT_0002257c + 0x2250c + DAT_00022580" (binary_expression "DAT_0002257c + 0x2250c" identifier + number_literal) + identifier) )))))) ;) (expression_statement "puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);" (assignment_expression "puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584)" identifier = (pointer_expression "*(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584)" * (cast_expression "(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0002257c + 0x2250c + DAT_00022584)" ( (binary_expression "DAT_0002257c + 0x2250c + DAT_00022584" (binary_expression "DAT_0002257c + 0x2250c" identifier + number_literal) + identifier) ))))) ;) (expression_statement "uStack_c = param_2;" (assignment_expression "uStack_c = param_2" identifier = identifier) ;) (expression_statement "uStack_8 = param_3;" (assignment_expression "uStack_8 = param_3" identifier = identifier) ;) (expression_statement "uStack_4 = param_4;" (assignment_expression "uStack_4 = param_4" identifier = identifier) ;) (expression_statement "fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);" (call_expression "fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2)" identifier (argument_list "((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2)" ( (cast_expression "(void *)(DAT_00022588 + 0x22540)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00022588 + 0x22540)" ( (binary_expression "DAT_00022588 + 0x22540" identifier + number_literal) ))) , number_literal , number_literal , (cast_expression "(FILE *)*puVar2" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier)) ))) ;) (expression_statement "__vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1);" (call_expression "__vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1)" identifier (argument_list "(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1)" ( (pointer_expression "*puVar2" * identifier) , number_literal , identifier , (pointer_expression "&uStack_c" & identifier) , (pointer_expression "&uStack_c" & identifier) , identifier ))) ;) (expression_statement "fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);" (call_expression "fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2)" identifier (argument_list "((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2)" ( (cast_expression "(void *)(DAT_0002258c + 0x22574)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002258c + 0x22574)" ( (binary_expression "DAT_0002258c + 0x22574" identifier + number_literal) ))) , number_literal , number_literal , (cast_expression "(FILE *)*puVar2" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier)) ))) ;) comment (expression_statement "exit(1);" (call_expression "exit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })))
(translation_unit "/* WARNING: Variable defined which should be unmapped: ap */\n\nvoid cmdline_error(char *p,...)\n\n{\n undefined4 in_r1;\n undefined4 in_r2;\n undefined4 uVar1;\n undefined4 in_r3;\n undefined4 *puVar2;\n va_list ap;\n char *p_local;\n undefined4 uStack_c;\n undefined4 uStack_8;\n undefined4 uStack_4;\n \n uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);\n puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);\n uStack_c = in_r1;\n uStack_8 = in_r2;\n uStack_4 = in_r3;\n fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);\n __vfprintf_chk(*puVar2,1,p,&uStack_c,&uStack_c,uVar1);\n fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);\n /* WARNING: Subroutine does not return */\n exit(1);\n}\n\n" comment (function_definition "void cmdline_error(char *p,...)\n\n{\n undefined4 in_r1;\n undefined4 in_r2;\n undefined4 uVar1;\n undefined4 in_r3;\n undefined4 *puVar2;\n va_list ap;\n char *p_local;\n undefined4 uStack_c;\n undefined4 uStack_8;\n undefined4 uStack_4;\n \n uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);\n puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);\n uStack_c = in_r1;\n uStack_8 = in_r2;\n uStack_4 = in_r3;\n fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);\n __vfprintf_chk(*puVar2,1,p,&uStack_c,&uStack_c,uVar1);\n fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);\n /* WARNING: Subroutine does not return */\n exit(1);\n}" primitive_type (function_declarator "cmdline_error(char *p,...)" identifier (parameter_list "(char *p,...)" ( (parameter_declaration "char *p" primitive_type (pointer_declarator "*p" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n undefined4 in_r1;\n undefined4 in_r2;\n undefined4 uVar1;\n undefined4 in_r3;\n undefined4 *puVar2;\n va_list ap;\n char *p_local;\n undefined4 uStack_c;\n undefined4 uStack_8;\n undefined4 uStack_4;\n \n uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);\n puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);\n uStack_c = in_r1;\n uStack_8 = in_r2;\n uStack_4 = in_r3;\n fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);\n __vfprintf_chk(*puVar2,1,p,&uStack_c,&uStack_c,uVar1);\n fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);\n /* WARNING: Subroutine does not return */\n exit(1);\n}" { (declaration "undefined4 in_r1;" type_identifier identifier ;) (declaration "undefined4 in_r2;" type_identifier identifier ;) (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined4 in_r3;" type_identifier identifier ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "va_list ap;" type_identifier identifier ;) (declaration "char *p_local;" primitive_type (pointer_declarator "*p_local" * identifier) ;) (declaration "undefined4 uStack_c;" type_identifier identifier ;) (declaration "undefined4 uStack_8;" type_identifier identifier ;) (declaration "undefined4 uStack_4;" type_identifier identifier ;) (expression_statement "uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);" (assignment_expression "uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" identifier = (pointer_expression "**(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" * (pointer_expression "*(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" * (cast_expression "(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0002257c + 0x2250c + DAT_00022580)" ( (binary_expression "DAT_0002257c + 0x2250c + DAT_00022580" (binary_expression "DAT_0002257c + 0x2250c" identifier + number_literal) + identifier) )))))) ;) (expression_statement "puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);" (assignment_expression "puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584)" identifier = (pointer_expression "*(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584)" * (cast_expression "(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0002257c + 0x2250c + DAT_00022584)" ( (binary_expression "DAT_0002257c + 0x2250c + DAT_00022584" (binary_expression "DAT_0002257c + 0x2250c" identifier + number_literal) + identifier) ))))) ;) (expression_statement "uStack_c = in_r1;" (assignment_expression "uStack_c = in_r1" identifier = identifier) ;) (expression_statement "uStack_8 = in_r2;" (assignment_expression "uStack_8 = in_r2" identifier = identifier) ;) (expression_statement "uStack_4 = in_r3;" (assignment_expression "uStack_4 = in_r3" identifier = identifier) ;) (expression_statement "fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);" (call_expression "fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2)" identifier (argument_list "((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2)" ( (cast_expression "(void *)(DAT_00022588 + 0x22540)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00022588 + 0x22540)" ( (binary_expression "DAT_00022588 + 0x22540" identifier + number_literal) ))) , number_literal , number_literal , (cast_expression "(FILE *)*puVar2" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier)) ))) ;) (expression_statement "__vfprintf_chk(*puVar2,1,p,&uStack_c,&uStack_c,uVar1);" (call_expression "__vfprintf_chk(*puVar2,1,p,&uStack_c,&uStack_c,uVar1)" identifier (argument_list "(*puVar2,1,p,&uStack_c,&uStack_c,uVar1)" ( (pointer_expression "*puVar2" * identifier) , number_literal , identifier , (pointer_expression "&uStack_c" & identifier) , (pointer_expression "&uStack_c" & identifier) , identifier ))) ;) (expression_statement "fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);" (call_expression "fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2)" identifier (argument_list "((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2)" ( (cast_expression "(void *)(DAT_0002258c + 0x22574)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002258c + 0x22574)" ( (binary_expression "DAT_0002258c + 0x22574" identifier + number_literal) ))) , number_literal , number_literal , (cast_expression "(FILE *)*puVar2" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier)) ))) ;) comment (expression_statement "exit(1);" (call_expression "exit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })))
(translation_unit "void FUN_000224f8(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n undefined4 uStack_c;\n undefined4 uStack_8;\n undefined4 uStack_4;\n \n uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);\n puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);\n uStack_c = param_2;\n uStack_8 = param_3;\n uStack_4 = param_4;\n fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);\n __vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1);\n fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);\n /* WARNING: Subroutine does not return */\n exit(1);\n}\n\n" (function_definition "void FUN_000224f8(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n undefined4 uStack_c;\n undefined4 uStack_8;\n undefined4 uStack_4;\n \n uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);\n puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);\n uStack_c = param_2;\n uStack_8 = param_3;\n uStack_4 = param_4;\n fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);\n __vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1);\n fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);\n /* WARNING: Subroutine does not return */\n exit(1);\n}" primitive_type (function_declarator "FUN_000224f8(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n undefined4 *puVar2;\n undefined4 uStack_c;\n undefined4 uStack_8;\n undefined4 uStack_4;\n \n uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);\n puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);\n uStack_c = param_2;\n uStack_8 = param_3;\n uStack_4 = param_4;\n fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);\n __vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1);\n fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);\n /* WARNING: Subroutine does not return */\n exit(1);\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined4 uStack_c;" type_identifier identifier ;) (declaration "undefined4 uStack_8;" type_identifier identifier ;) (declaration "undefined4 uStack_4;" type_identifier identifier ;) (expression_statement "uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);" (assignment_expression "uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" identifier = (pointer_expression "**(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" * (pointer_expression "*(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" * (cast_expression "(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0002257c + 0x2250c + DAT_00022580)" ( (binary_expression "DAT_0002257c + 0x2250c + DAT_00022580" (binary_expression "DAT_0002257c + 0x2250c" identifier + number_literal) + identifier) )))))) ;) (expression_statement "puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);" (assignment_expression "puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584)" identifier = (pointer_expression "*(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584)" * (cast_expression "(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0002257c + 0x2250c + DAT_00022584)" ( (binary_expression "DAT_0002257c + 0x2250c + DAT_00022584" (binary_expression "DAT_0002257c + 0x2250c" identifier + number_literal) + identifier) ))))) ;) (expression_statement "uStack_c = param_2;" (assignment_expression "uStack_c = param_2" identifier = identifier) ;) (expression_statement "uStack_8 = param_3;" (assignment_expression "uStack_8 = param_3" identifier = identifier) ;) (expression_statement "uStack_4 = param_4;" (assignment_expression "uStack_4 = param_4" identifier = identifier) ;) (expression_statement "fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);" (call_expression "fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2)" identifier (argument_list "((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2)" ( (cast_expression "(void *)(DAT_00022588 + 0x22540)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00022588 + 0x22540)" ( (binary_expression "DAT_00022588 + 0x22540" identifier + number_literal) ))) , number_literal , number_literal , (cast_expression "(FILE *)*puVar2" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier)) ))) ;) (expression_statement "__vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1);" (call_expression "__vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1)" identifier (argument_list "(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1)" ( (pointer_expression "*puVar2" * identifier) , number_literal , identifier , (pointer_expression "&uStack_c" & identifier) , (pointer_expression "&uStack_c" & identifier) , identifier ))) ;) (expression_statement "fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);" (call_expression "fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2)" identifier (argument_list "((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2)" ( (cast_expression "(void *)(DAT_0002258c + 0x22574)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002258c + 0x22574)" ( (binary_expression "DAT_0002258c + 0x22574" identifier + number_literal) ))) , number_literal , number_literal , (cast_expression "(FILE *)*puVar2" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier)) ))) ;) comment (expression_statement "exit(1);" (call_expression "exit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + 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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , LIT , LIT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , LIT , IDENT , (pointer_expression & IDENT) , (pointer_expression & IDENT) , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , LIT , LIT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) ))) ;) comment (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) })))
(function_definition "void FUN_000224f8(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n undefined4 uStack_c;\n undefined4 uStack_8;\n undefined4 uStack_4;\n \n uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);\n puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);\n uStack_c = param_2;\n uStack_8 = param_3;\n uStack_4 = param_4;\n fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);\n __vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1);\n fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);\n /* WARNING: Subroutine does not return */\n exit(1);\n}" (primitive_type "void") (function_declarator "FUN_000224f8(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)" (identifier "FUN_000224f8") (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n undefined4 *puVar2;\n undefined4 uStack_c;\n undefined4 uStack_8;\n undefined4 uStack_4;\n \n uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);\n puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);\n uStack_c = param_2;\n uStack_8 = param_3;\n uStack_4 = param_4;\n fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);\n __vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1);\n fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);\n /* WARNING: Subroutine does not return */\n exit(1);\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "undefined4 *puVar2;" (type_identifier "undefined4") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined4 uStack_c;" (type_identifier "undefined4") (identifier "uStack_c") (; ";")) (declaration "undefined4 uStack_8;" (type_identifier "undefined4") (identifier "uStack_8") (; ";")) (declaration "undefined4 uStack_4;" (type_identifier "undefined4") (identifier "uStack_4") (; ";")) (expression_statement "uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580);" (assignment_expression "uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" (identifier "uVar1") (= "=") (pointer_expression "**(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" (* "*") (pointer_expression "*(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" (* "*") (cast_expression "(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0002257c + 0x2250c + DAT_00022580)" (( "(") (binary_expression "DAT_0002257c + 0x2250c + DAT_00022580" (binary_expression "DAT_0002257c + 0x2250c" (identifier "DAT_0002257c") (+ "+") (number_literal "0x2250c")) (+ "+") (identifier "DAT_00022580")) () ")")))))) (; ";")) (expression_statement "puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584);" (assignment_expression "puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584)" (identifier "puVar2") (= "=") (pointer_expression "*(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584)" (* "*") (cast_expression "(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0002257c + 0x2250c + DAT_00022584)" (( "(") (binary_expression "DAT_0002257c + 0x2250c + DAT_00022584" (binary_expression "DAT_0002257c + 0x2250c" (identifier "DAT_0002257c") (+ "+") (number_literal "0x2250c")) (+ "+") (identifier "DAT_00022584")) () ")"))))) (; ";")) (expression_statement "uStack_c = param_2;" (assignment_expression "uStack_c = param_2" (identifier "uStack_c") (= "=") (identifier "param_2")) (; ";")) (expression_statement "uStack_8 = param_3;" (assignment_expression "uStack_8 = param_3" (identifier "uStack_8") (= "=") (identifier "param_3")) (; ";")) (expression_statement "uStack_4 = param_4;" (assignment_expression "uStack_4 = param_4" (identifier "uStack_4") (= "=") (identifier "param_4")) (; ";")) (expression_statement "fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2);" (call_expression "fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2)" (identifier "fwrite") (argument_list "((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2)" (( "(") (cast_expression "(void *)(DAT_00022588 + 0x22540)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00022588 + 0x22540)" (( "(") (binary_expression "DAT_00022588 + 0x22540" (identifier "DAT_00022588") (+ "+") (number_literal "0x22540")) () ")"))) (, ",") (number_literal "1") (, ",") (number_literal "6") (, ",") (cast_expression "(FILE *)*puVar2" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar2" (* "*") (identifier "puVar2"))) () ")"))) (; ";")) (expression_statement "__vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1);" (call_expression "__vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1)" (identifier "__vfprintf_chk") (argument_list "(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1)" (( "(") (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (, ",") (number_literal "1") (, ",") (identifier "param_1") (, ",") (pointer_expression "&uStack_c" (& "&") (identifier "uStack_c")) (, ",") (pointer_expression "&uStack_c" (& "&") (identifier "uStack_c")) (, ",") (identifier "uVar1") () ")"))) (; ";")) (expression_statement "fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2);" (call_expression "fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2)" (identifier "fwrite") (argument_list "((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2)" (( "(") (cast_expression "(void *)(DAT_0002258c + 0x22574)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0002258c + 0x22574)" (( "(") (binary_expression "DAT_0002258c + 0x22574" (identifier "DAT_0002258c") (+ "+") (number_literal "0x22574")) () ")"))) (, ",") (number_literal "1") (, ",") (number_literal "0x27") (, ",") (cast_expression "(FILE *)*puVar2" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar2" (* "*") (identifier "puVar2"))) () ")"))) (; ";")) (comment "/* WARNING: Subroutine does not return */") (expression_statement "exit(1);" (call_expression "exit(1)" (identifier "exit") (argument_list "(1)" (( "(") (number_literal "1") () ")"))) (; ";")) (} "}")))
/* WARNING: Variable defined which should be unmapped: ap */ void function_1(char *p,...) { type_1 in_r1; type_1 in_r2; type_1 uVar1; type_1 in_r3; type_1 *puVar2; type_2 ap; char *p_local; type_1 uStack_c; type_1 uStack_8; type_1 uStack_4; uVar1 = **(type_1 **)(var_1 + 0x2250c + var_2); puVar2 = *(type_1 **)(var_1 + 0x2250c + var_3); uStack_c = in_r1; uStack_8 = in_r2; uStack_4 = in_r3; var_4((void *)(var_5 + 0x22540),1,6,(type_3 *)*puVar2); var_6(*puVar2,1,p,&uStack_c,&uStack_c,uVar1); var_4((void *)(var_7 + 0x22574),1,0x27,(type_3 *)*puVar2); /* WARNING: Subroutine does not return */ var_8(1); }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (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: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (number_literal) (number_literal) (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 (pointer_expression argument: (identifier)) (number_literal) (identifier) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (number_literal) (number_literal) (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))))))
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4) { undefined4 uVar1; undefined4 *puVar2; undefined4 uStack_c; undefined4 uStack_8; undefined4 uStack_4; uVar1 = **(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022580); puVar2 = *(undefined4 **)(DAT_0002257c + 0x2250c + DAT_00022584); uStack_c = param_2; uStack_8 = param_3; uStack_4 = param_4; fwrite((void *)(DAT_00022588 + 0x22540),1,6,(FILE *)*puVar2); __vfprintf_chk(*puVar2,1,param_1,&uStack_c,&uStack_c,uVar1); fwrite((void *)(DAT_0002258c + 0x22574),1,0x27,(FILE *)*puVar2); /* WARNING: Subroutine does not return */ exit(1); }
47,932
2066_arm-linux-gnueabi-dwp_and_arm-linux-gnueabi-dwp_strip.c
add_absolute
FUN_00110c88
/* WARNING: Type propagation algorithm not settling */ /* WARNING: Struct "Output_section": ignoring overlapping field "name_" */ /* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */ /* DWARF original prototype: void add_absolute(Output_data_reloc<9,_true,_32,_true> * this, uint type, Output_data * od, Address address) */ void __thiscall gold::Output_data_reloc<9,_true,_32,_true>::add_absolute (Output_data_reloc<9,_true,_32,_true> *this,uint type,Output_data *od,Address address) { int iVar1; byte bVar2; uint uVar3; uint uVar4; iterator __position; pointer pOVar5; anon_union_4_4_c82d8563_for_u1_ aStack_28; Sized_relobj<32,_true> *pSStack_24; Address AStack_20; uint uStack_1c; uint uStack_18; uint uStack_14; Output_reloc<9,_true,_32,_true>::Output_reloc ((Output_reloc<9,_true,_32,_true> *)&aStack_28,type,od,address,false); __position._M_current = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_> ._M_impl._M_finish; if (__position._M_current == (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_> ._M_impl._M_end_of_storage) { std:: vector<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_> ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_true>&> (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position, (Output_reloc<9,_true,_32,_true> *)&aStack_28); pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_> ._M_impl._M_finish; } else { (__position._M_current)->u1_ = aStack_28; ((__position._M_current)->u2_).relobj = pSStack_24; (__position._M_current)->address_ = AStack_20; (__position._M_current)->local_sym_index_ = uStack_1c; pOVar5 = __position._M_current + 1; *(uint *)&(__position._M_current)->field_0x10 = uStack_18; (__position._M_current)->shndx_ = uStack_14; (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_> ._M_impl._M_finish = pOVar5; } iVar1 = (int)pOVar5 - (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_> ._M_impl._M_start >> 3; bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>). super_Output_data_reloc_generic.super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x20 >> 1; uVar4 = iVar1 * -0x55555555; if ((bVar2 & 1) != 0) { /* WARNING: Subroutine does not return */ do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac, (char *)(DAT_00110da4 + 0x111040)); } *(uint *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>). super_Output_data_reloc_generic.super_Output_section_data_build. super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1; *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic. super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ = iVar1 * 0x55555558; od->field_0x20 = od->field_0x20 | 0x10; if ((uStack_18 & 0x10000000) != 0) { (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic. relative_reloc_count_ = (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic. relative_reloc_count_ + 1; } if ((uStack_14 != 0xfffffffc) && (pSStack_24 != (Sized_relobj<32,_true> *)0x0)) { uVar3 = (pSStack_24->super_Relobj).dyn_reloc_count_; if (uVar3 == 0) { uVar4 = uVar4 - 1; } if (uVar3 == 0) { (pSStack_24->super_Relobj).first_dyn_reloc_ = uVar4; } (pSStack_24->super_Relobj).dyn_reloc_count_ = uVar3 + 1; } return; }
void FUN_00110c88(int param_1,undefined4 param_2,int param_3) { byte bVar1; int iVar2; int iVar3; undefined4 *puVar4; undefined4 *puVar5; undefined4 uVar6; undefined4 local_28; int local_24; undefined4 uStack_20; undefined4 uStack_1c; uint local_18; int local_14; uVar6 = 0; FUN_000f5f48(&local_28); puVar4 = *(undefined4 **)(param_1 + 0x3c); if (puVar4 == *(undefined4 **)(param_1 + 0x40)) { FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6); puVar5 = *(undefined4 **)(param_1 + 0x3c); } else { *puVar4 = local_28; puVar4[1] = local_24; puVar4[2] = uStack_20; puVar4[3] = uStack_1c; puVar5 = puVar4 + 6; puVar4[4] = local_18; puVar4[5] = local_14; *(undefined4 **)(param_1 + 0x3c) = puVar5; } iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3; bVar1 = *(byte *)(param_1 + 0x20) >> 1; iVar3 = iVar2 * -0x55555555; if ((bVar1 & 1) != 0) { /* WARNING: Subroutine does not return */ FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040); } *(uint *)(param_1 + 0x14) = bVar1 & 1; *(int *)(param_1 + 0x10) = iVar2 * 0x55555558; *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10; if ((local_18 & 0x10000000) != 0) { *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1; } if ((local_14 != -4) && (local_24 != 0)) { iVar2 = *(int *)(local_24 + 100); if (iVar2 == 0) { iVar3 = iVar3 + -1; } if (iVar2 == 0) { *(int *)(local_24 + 0x60) = iVar3; } *(int *)(local_24 + 100) = iVar2 + 1; } return; }
stmdb sp!,{r4,r5,r6,lr} sub sp,sp,#0x20 mov r12,#0x0 add r6,sp,#0x8 cpy r4,r0 str r12,[sp,#0x0] cpy r0,r6 cpy r5,r2 bl 0x000f5f48 ldr r12,[r4,#0x3c] ldr r3,[r4,#0x40] cmp r12,r3 beq 0x00110d70 cpy lr,r6 ldmia lr!,{r0,r1,r2,r3} cpy r6,r12 stmia r6!,{r0,r1,r2,r3} ldmia lr,{r0,r1} add r12,r12,#0x18 stmia r6,{r0,r1} str r12,[r4,#0x3c] ldr r3,[r4,#0x38] ldrb r1,[r4,#0x20] sub r12,r12,r3 mov r3,r12, asr #0x3 add r2,r3,r3, lsl #0x2 add r2,r2,r2, lsl #0x4 add r2,r2,r2, lsl #0x8 add r2,r2,r2, lsl #0x10 mov r1,r1, lsr #0x1 add r3,r3,r2, lsl #0x1 ands r1,r1,#0x1 mov r2,r3, lsl #0x3 bne 0x00110d88 str r1,[r4,#0x14] str r2,[r4,#0x10] ldrb r1,[sp,#0x1b] ldrb r2,[r5,#0x20] tst r1,#0x10 orr r2,r2,#0x10 strb r2,[r5,#0x20] ldrne r2,[r4,#0x30] addne r2,r2,#0x1 strne r2,[r4,#0x30] ldr r2,[sp,#0x1c] cmn r2,#0x4 beq 0x00110d68 ldr r2,[sp,#0xc] cmp r2,#0x0 beq 0x00110d68 ldr r1,[r2,#0x64] cmp r1,#0x0 subeq r3,r3,#0x1 add r1,r1,#0x1 streq r3,[r2,#0x60] str r1,[r2,#0x64] add sp,sp,#0x20 ldmia sp!,{r4,r5,r6,pc} cpy r1,r12 cpy r2,r6 add r0,r4,#0x38 bl 0x0010ff2c ldr r12,[r4,#0x3c] b 0x00110cdc ldr r2,[0x110da4] ldr r0,[0x110da8] add r2,pc,r2 ldr r1,[0x110dac] add r2,r2,#0x2a8 add r0,pc,r0 bl 0x0005f640
null
null
null
null
[('const-0', u'PTRSUB_-1207037778'), (u'STORE_-1207038690', u'INDIRECT_-1207038045'), ('tmp_1274', u'PTRSUB_-1207037994'), ('const-0', u'PTRSUB_-1207037814'), ('tmp_1274', u'PTRSUB_-1207037832'), (u'STORE_-1207038686', u'INDIRECT_-1207038043'), ('const-0', u'PTRSUB_-1207037784'), ('const-417', u'STORE_-1207038247'), (u'CALL_-1207038119', u'INDIRECT_-1207037833'), (u'INDIRECT_-1207037826', u'MULTIEQUAL_-1207037985'), (u'PTRSUB_-1207037878', u'LOAD_-1207038639'), (u'PTRSUB_-1207037840', u'PTRSUB_-1207037817'), (u'CALL_-1207038749', u'INDIRECT_-1207038039'), (u'INDIRECT_-1207038052', u'STORE_-1207038690'), (u'STORE_-1207038241', u'INDIRECT_-1207037900'), (u'PTRSUB_-1207038019', u'CAST_-1207037680'), (u'STORE_-1207038653', u'INDIRECT_-1207038074'), (u'STORE_-1207038241', u'INDIRECT_-1207037922'), (u'INDIRECT_-1207038044', u'STORE_-1207038686'), ('const-56', u'PTRSUB_-1207037956'), (u'INDIRECT_-1207037972', u'MULTIEQUAL_-1207037964'), (u'CALL_-1207038137', u'INDIRECT_-1207037822'), (u'PTRSUB_-1207037752', u'STORE_-1207038241'), (u'PTRSUB_-1207037902', u'PTRSUB_-1207037878'), (u'STORE_-1207038692', u'INDIRECT_-1207038046'), ('const-0', u'PTRSUB_-1207037876'), ('const-0', u'PTRSUB_-1207037705'), ('const-0', u'PTRSUB_-1207037846'), (u'MULTIEQUAL_-1207037964', u'MULTIEQUAL_-1207037918'), (u'STORE_-1207038471', u'INDIRECT_-1207037962'), ('const-4', u'PTRSUB_-1207037680'), (u'INDIRECT_-1207038035', u'STORE_-1207038651'), (u'STORE_-1207038414', u'INDIRECT_-1207037985'), (u'INT_ADD_-1207038372', u'STORE_-1207038377'), ('tmp_857', u'CBRANCH_-1207038344'), (u'PTRSUB_-1207037778', u'PTRSUB_-1207037752'), (u'MULTIEQUAL_-1207037942', u'MULTIEQUAL_-1207037899'), (u'PTRSUB_-1207037896', u'PTRSUB_-1207037873'), (u'PTRSUB_-1207037876', u'PTRSUB_-1207037846'), ('const-0', u'PTRSUB_-1207037817'), (u'STORE_-1207038653', u'INDIRECT_-1207038030'), (u'STORE_-1207038471', u'INDIRECT_-1207038006'), (u'CALL_-1207038749', u'INDIRECT_-1207038083'), (u'PTRSUB_-1207037961', u'PTRSUB_-1207037857'), (u'STORE_-1207038247', u'INDIRECT_-1207037927'), (u'PTRSUB_-1207037731', u'CALL_-1207038137'), (u'MULTIEQUAL_-1207037981', u'INT_NOTEQUAL_-1207038346'), (u'LOAD_-1207038742', u'INT_EQUAL_-1207038723'), (u'STORE_-1207038477', u'INDIRECT_-1207038011'), (u'PTRSUB_-1207037802', u'PTRSUB_-1207037774'), (u'CALL_-1207038749', u'INDIRECT_-1207038105'), ('const-417', u'STORE_-1207038477'), (u'CAST_-1207037846', u'STORE_-1207038653'), (u'LOAD_-1207038748', u'CALL_-1207038137'), (u'STORE_-1207038644', u'INDIRECT_-1207038046'), (u'STORE_-1207038377', u'INDIRECT_-1207037950'), ('const-0', u'INT_EQUAL_-1207038285'), ('tmp_1274', u'PTRSUB_-1207037939'), ('const-417', u'LOAD_-1207038748'), (u'INT_MULT_-1207038465', u'STORE_-1207038471'), (u'INT_SRIGHT_-1207038584', u'INT_MULT_-1207038465'), (u'CALL_-1207038749', u'INDIRECT_-1207038044'), ('const-24', u'PTRADD_-1207037950'), (u'PTRSUB_-1207037817', u'PTRSUB_-1207037801'), ('tmp_963', u'CBRANCH_-1207038281'), (u'INDIRECT_-1207038024', u'MULTIEQUAL_-1207038011'), (u'PTRSUB_-1207037796', u'PTRSUB_-1207037790'), (u'INDIRECT_-1207038035', u'MULTIEQUAL_-1207037981'), (u'PTRSUB_-1207037988', u'PTRSUB_-1207037950'), ('tmp_1276', u'PTRSUB_-1207037860'), ('const-0', u'PTRSUB_-1207037915'), (u'INT_MULT_-1207038069', u'INT_SUB_-1207038256'), ('const-0', u'PTRSUB_-1207037939'), (u'PTRSUB_-1207037705', u'PTRSUB_-1207037691'), (u'PTRSUB_-1207037959', u'STORE_-1207038686'), ('const-417', u'STORE_-1207038377'), (u'MULTIEQUAL_-1207037920', u'MULTIEQUAL_-1207037874'), (u'LOAD_-1207038406', u'INT_ADD_-1207038372'), (u'CALL_-1207038137', u'INDIRECT_-1207037870'), ('const-0', u'PTRSUB_-1207037873'), ('const-0', u'PTRSUB_-1207037884'), (u'LOAD_-1207038639', u'CAST_-1207037828'), ('const-4', u'PTRSUB_-1207037901'), ('const-1118272', u'INT_ADD_-1207038126'), ('const-0', u'PTRSUB_-1207037746'), (u'CALL_-1207038749', u'INDIRECT_-1207038052'), ('const-417', u'LOAD_-1207038742'), ('const-0', u'PTRSUB_-1207037823'), (u'MULTIEQUAL_-1207037896', u'COPY_-1207037966'), ('const-0', u'PTRSUB_-1207037870'), ('const-4', u'INT_ADD_-1207037836'), ('const-417', u'LOAD_-1207038459'), (u'PTRSUB_-1207037867', u'PTRSUB_-1207037855'), (u'PTRSUB_-1207037807', u'PTRSUB_-1207037796'), (u'STORE_-1207038688', u'INDIRECT_-1207038044'), (u'STORE_-1207038377', u'INDIRECT_-1207037928'), (u'LOAD_-1207038310', u'INT_ADD_-1207038241'), (u'PTRSUB_-1207037960', u'STORE_-1207038688'), (u'PTRSUB_-1207037958', u'CAST_-1207037846'), ('const-417', u'LOAD_-1207038639'), ('const-0', u'PTRSUB_-1207037807'), (u'INDIRECT_-1207037870', u'MULTIEQUAL_-1207038011'), (u'INDIRECT_-1207038056', u'STORE_-1207038692'), (u'STORE_-1207038477', u'INDIRECT_-1207037989'), (u'PTRSUB_-1207037814', u'PTRSUB_-1207037791'), ('const-16', u'PTRSUB_-1207037958'), ('const-1', u'INT_RIGHT_-1207038085'), ('tmp_1274', u'PTRSUB_-1207037870'), ('const-8', u'PTRSUB_-1207037896'), ('const-0', u'PTRSUB_-1207037756'), ('const-0', u'PTRSUB_-1207037790'), ('tmp_1039', u'CBRANCH_-1207038247'), (u'INDIRECT_-1207037922', u'MULTIEQUAL_-1207037918'), (u'STORE_-1207038651', u'INDIRECT_-1207038073'), ('const-417', u'STORE_-1207038644'), ('const-1', u'INT_AND_-1207038077'), (u'PTRSUB_-1207037842', u'PTRSUB_-1207037814'), (u'INDIRECT_-1207037928', u'MULTIEQUAL_-1207037920'), (u'LOAD_-1207038748', u'PTRSUB_-1207037944'), (u'PTRSUB_-1207037884', u'PTRSUB_-1207037867'), (u'INT_ADD_-1207038241', u'STORE_-1207038241'), (u'MULTIEQUAL_-1207037998', u'PTRSUB_-1207037778'), (u'CAST_-1207037638', u'INT_ADD_-1207038115'), ('tmp_1274', u'PTRSUB_-1207037926'), (u'PTRSUB_-1207037757', u'STORE_-1207038247'), (u'INDIRECT_-1207037833', u'COPY_-1207037891'), (u'PTRSUB_-1207037784', u'CAST_-1207037776'), ('const-32', u'PTRSUB_-1207037847'), (u'LOAD_-1207038748', u'INT_EQUAL_-1207038723'), (u'INDIRECT_-1207038039', u'MULTIEQUAL_-1207037985'), (u'INDIRECT_-1207038046', u'MULTIEQUAL_-1207038033'), (u'INT_NOTEQUAL_-1207038432', u'CBRANCH_-1207038405'), ('tmp_188', u'CBRANCH_-1207038720'), (u'MULTIEQUAL_-1207037942', u'MULTIEQUAL_-1207037896'), (u'PTRSUB_-1207037950', u'PTRSUB_-1207037926'), (u'CAST_-1207037776', u'STORE_-1207038471'), ('const-16', u'INT_OR_-1207037922'), ('const-1', u'INT_SUB_-1207038256'), (u'PTRSUB_-1207037857', u'PTRSUB_-1207037846'), ('const-0', u'PTRSUB_-1207037804'), (u'CALL_-1207038749', u'INDIRECT_-1207038056'), ('const-20', u'PTRSUB_-1207037944'), ('const-0', u'PTRSUB_-1207037932'), (u'STORE_-1207038414', u'INDIRECT_-1207037963'), ('tmp_1274', u'PTRSUB_-1207037842'), (u'PTRSUB_-1207037994', u'PTRSUB_-1207037956'), ('tmp_745', u'CBRANCH_-1207038405'), (u'STORE_-1207038690', u'INDIRECT_-1207038067'), ('tmp_1270', u'BRANCH_-1207038129'), ('const-32', u'PTRSUB_-1207037860'), (u'STORE_-1207038644', u'INDIRECT_-1207038024'), (u'LOAD_-1207038748', u'PTRADD_-1207037950'), ('const-1', u'INT_ADD_-1207038372'), ('const-0', u'PTRSUB_-1207037926'), (u'INT_EQUAL_-1207038723', u'CBRANCH_-1207038720'), (u'MULTIEQUAL_-1207037920', u'MULTIEQUAL_-1207037877'), ('const-0', u'PTRSUB_-1207037933'), ('tmp_626', u'CBRANCH_-1207038481'), (u'PTRSUB_-1207037873', u'PTRSUB_-1207037857'), (u'MULTIEQUAL_-1207038033', u'INT_ADD_-1207038115'), (u'INDIRECT_-1207037855', u'COPY_-1207037913'), (u'LOAD_-1207038748', u'PTRSUB_-1207037961'), ('const-0', u'INT_NOTEQUAL_-1207038315'), (u'PTRSUB_-1207038019', u'CAST_-1207037893'), (u'STORE_-1207038688', u'INDIRECT_-1207038088'), (u'MULTIEQUAL_-1207038055', u'INT_ADD_-1207038126'), (u'STORE_-1207038690', u'INDIRECT_-1207038089'), ('const-0', u'PTRSUB_-1207037857'), ('const-4294967292', u'INT_NOTEQUAL_-1207038346'), (u'PTRSUB_-1207037870', u'PTRSUB_-1207037840'), ('const-0', u'PTRSUB_-1207037801'), (u'PTRSUB_-1207037860', u'LOAD_-1207038459'), ('const-8', u'PTRSUB_-1207037960'), (u'STORE_-1207038241', u'INDIRECT_-1207037878'), (u'MULTIEQUAL_-1207038056', u'STORE_-1207038247'), (u'MULTIEQUAL_-1207038177', u'CAST_-1207037829'), ('const-417', u'STORE_-1207038686'), (u'PTRSUB_-1207037832', u'PTRSUB_-1207037804'), ('const-0', u'PTRSUB_-1207037878'), (u'INDIRECT_-1207037985', u'MULTIEQUAL_-1207037964'), ('const-4', u'PTRSUB_-1207037961'), (u'PTRADD_-1207037950', u'STORE_-1207038644'), (u'INT_OR_-1207037922', u'STORE_-1207038414'), (u'INT_NOTEQUAL_-1207038346', u'CBRANCH_-1207038344'), ('const-0', u'PTRSUB_-1207037994'), ('const-1', u'INT_ADD_-1207038241'), (u'CAST_-1207037782', u'INT_ADD_-1207037836'), ('const-0', u'PTRSUB_-1207037756'), (u'PTRSUB_-1207037847', u'STORE_-1207038414'), ('const-417', u'STORE_-1207038414'), (u'INT_ADD_-1207038115', u'CAST_-1207037637'), ('const-0', u'PTRSUB_-1207037902'), (u'STORE_-1207038414', u'INDIRECT_-1207037941'), ('tmp_1274', u'PTRSUB_-1207037876'), (u'PTRSUB_-1207037782', u'STORE_-1207038377'), ('const-0', u'PTRSUB_-1207037802'), (u'PTRSUB_-1207037956', u'PTRSUB_-1207037932'), (u'CAST_-1207037893', u'CALL_-1207038749'), ('tmp_909', u'CBRANCH_-1207038313'), (u'INT_ADD_-1207037836', u'CAST_-1207037781'), (u'PTRSUB_-1207037756', u'PTRSUB_-1207037731'), ('const-0', u'CALL_-1207038749'), (u'PTRSUB_-1207037839', u'LOAD_-1207038633'), ('const-48', u'PTRSUB_-1207037791'), ('const-0', u'PTRSUB_-1207037962'), (u'PTRSUB_-1207037931', u'PTRSUB_-1207037902'), ('tmp_1274', u'PTRSUB_-1207037988'), (u'PTRSUB_-1207037915', u'PTRSUB_-1207037901'), (u'PTRSUB_-1207037855', u'STORE_-1207038644'), ('const-16', u'PTRSUB_-1207037790'), ('const-417', u'LOAD_-1207038406'), (u'PTRSUB_-1207037939', u'PTRSUB_-1207037908'), ('const-0', u'INT_NOTEQUAL_-1207038432'), (u'INT_AND_-1207038487', u'STORE_-1207038477'), (u'INDIRECT_-1207037822', u'MULTIEQUAL_-1207037981'), (u'PTRSUB_-1207037790', u'PTRSUB_-1207037784'), ('const-417', u'STORE_-1207038651'), (u'MULTIEQUAL_-1207037998', u'PTRSUB_-1207037802'), (u'LOAD_-1207038748', u'PTRSUB_-1207037960'), ('const-0', u'INT_NOTEQUAL_-1207038498'), ('const-0', u'PTRSUB_-1207037691'), (u'LOAD_-1207038748', u'PTRSUB_-1207037958'), ('const-48', u'PTRSUB_-1207037782'), ('const-4294967256', u'PTRSUB_-1207038019'), ('tmp_1733', u'PTRSUB_-1207038019'), (u'CAST_-1207037643', u'CALL_-1207038119'), (u'PTRSUB_-1207037908', u'PTRSUB_-1207037884'), (u'CALL_-1207038749', u'INDIRECT_-1207038035'), (u'INT_SUB_-1207038256', u'MULTIEQUAL_-1207038056'), (u'PTRSUB_-1207037962', u'STORE_-1207038692'), ('const-417', u'LOAD_-1207038136'), ('tmp_1274', u'PTRSUB_-1207037746'), ('const-1', u'RETURN_-1207038114'), (u'PTRSUB_-1207037784', u'PTRSUB_-1207037757'), (u'STORE_-1207038692', u'INDIRECT_-1207038090'), ('const-417', u'STORE_-1207038688'), (u'PTRSUB_-1207037896', u'LOAD_-1207038742'), ('const-0', u'PTRSUB_-1207037867'), ('const-1431655768', u'INT_MULT_-1207038465'), (u'LOAD_-1207038748', u'PTRSUB_-1207037962'), ('const-417', u'STORE_-1207038690'), (u'CAST_-1207037781', u'STORE_-1207038477'), (u'INDIRECT_-1207037927', u'MULTIEQUAL_-1207037921'), (u'CALL_-1207038137', u'INDIRECT_-1207037892'), ('const-56', u'PTRSUB_-1207037731'), ('const-32', u'PTRSUB_-1207037839'), ('const-0', u'PTRSUB_-1207037796'), (u'MULTIEQUAL_-1207037998', u'INT_NOTEQUAL_-1207038315'), (u'STORE_-1207038247', u'INDIRECT_-1207037905'), ('const-100', u'PTRSUB_-1207037774'), (u'INDIRECT_-1207037839', u'MULTIEQUAL_-1207037998'), (u'INT_NOTEQUAL_-1207038498', u'CBRANCH_-1207038481'), (u'STORE_-1207038477', u'INDIRECT_-1207037967'), (u'INDIRECT_-1207038068', u'MULTIEQUAL_-1207038055'), (u'PTRSUB_-1207037944', u'STORE_-1207038651'), (u'PTRSUB_-1207037901', u'LOAD_-1207038748'), ('const-417', u'LOAD_-1207038633'), ('const-1', u'PTRADD_-1207037950'), (u'CALL_-1207038119', u'INDIRECT_-1207037855'), ('const-1', u'INT_AND_-1207038487'), (u'PTRSUB_-1207037691', u'PTRSUB_-1207037680'), (u'INT_RIGHT_-1207038085', u'INT_ZEXT_-1207038528'), (u'INDIRECT_-1207037914', u'MULTIEQUAL_-1207038055'), ('const-268435456', u'INT_AND_-1207037921'), (u'STORE_-1207038653', u'INDIRECT_-1207038052'), ('const-16', u'PTRSUB_-1207037784'), (u'PTRSUB_-1207037680', u'LOAD_-1207038136'), (u'INDIRECT_-1207037877', u'COPY_-1207037935'), (u'PTRSUB_-1207037901', u'PTRSUB_-1207037931'), ('const-56', u'PTRSUB_-1207037901'), (u'CAST_-1207037803', u'INT_RIGHT_-1207038085'), ('const-0', u'PTRSUB_-1207037896'), ('tmp_1276', u'CALL_-1207038749'), (u'CALL_-1207038749', u'INDIRECT_-1207038048'), (u'STORE_-1207038644', u'INDIRECT_-1207038068'), (u'PTRADD_-1207037950', u'MULTIEQUAL_-1207038177'), (u'INT_AND_-1207037921', u'INT_NOTEQUAL_-1207038432'), ('tmp_1275', u'CALL_-1207038749'), (u'PTRSUB_-1207037791', u'LOAD_-1207038406'), (u'PTRSUB_-1207037926', u'PTRSUB_-1207037909'), (u'PTRSUB_-1207037823', u'PTRSUB_-1207037807'), (u'INT_SUB_-1207038606', u'INT_SRIGHT_-1207038584'), (u'INT_ZEXT_-1207038528', u'INT_AND_-1207038487'), (u'PTRSUB_-1207037746', u'PTRSUB_-1207037722'), (u'STORE_-1207038651', u'INDIRECT_-1207038051'), (u'PTRSUB_-1207037790', u'CAST_-1207037782'), (u'PTRSUB_-1207037909', u'PTRSUB_-1207037896'), ('const-96', u'PTRSUB_-1207037757'), ('const-417', u'STORE_-1207038241'), (u'CALL_-1207038137', u'INDIRECT_-1207037839'), (u'CALL_-1207038119', u'INDIRECT_-1207037877'), (u'CAST_-1207037680', u'CALL_-1207038137'), (u'PTRSUB_-1207037932', u'PTRSUB_-1207037915'), (u'INT_AND_-1207038077', u'INT_NOTEQUAL_-1207038498'), ('const-0', u'RETURN_-1207038199'), (u'CALL_-1207038137', u'INDIRECT_-1207037914'), ('const-0', u'PTRSUB_-1207037926'), ('const-417', u'STORE_-1207038471'), (u'PTRSUB_-1207037722', u'PTRSUB_-1207037705'), ('const-1117604', u'PTRSUB_-1207037756'), (u'INT_NOTEQUAL_-1207038315', u'CBRANCH_-1207038313'), ('const-417', u'LOAD_-1207038310'), ('const-2863311531', u'INT_MULT_-1207038069'), (u'MULTIEQUAL_-1207037998', u'PTRSUB_-1207037784'), (u'MULTIEQUAL_-1207037918', u'COPY_-1207037988'), ('const-417', u'STORE_-1207038692'), (u'MULTIEQUAL_-1207037985', u'INT_AND_-1207037921'), (u'LOAD_-1207038136', u'MULTIEQUAL_-1207038177'), ('tmp_1274', u'PTRSUB_-1207037933'), ('const-56', u'PTRSUB_-1207037722'), ('tmp_1277', u'CALL_-1207038749'), ('const-4', u'PTRSUB_-1207037855'), ('const-56', u'PTRSUB_-1207037908'), (u'STORE_-1207038686', u'INDIRECT_-1207038065'), (u'INDIRECT_-1207037905', u'MULTIEQUAL_-1207037899'), (u'MULTIEQUAL_-1207038011', u'CALL_-1207038119'), (u'LOAD_-1207038748', u'PTRSUB_-1207037959'), (u'STORE_-1207038377', u'INDIRECT_-1207037972'), ('tmp_1274', u'PTRSUB_-1207037756'), (u'INDIRECT_-1207038048', u'STORE_-1207038688'), (u'INT_EQUAL_-1207038285', u'CBRANCH_-1207038247'), (u'CALL_-1207038137', u'INDIRECT_-1207037826'), (u'INT_RIGHT_-1207038085', u'INT_AND_-1207038077'), (u'INDIRECT_-1207037900', u'MULTIEQUAL_-1207037896'), (u'LOAD_-1207038459', u'INT_OR_-1207037922'), (u'INDIRECT_-1207038052', u'MULTIEQUAL_-1207037998'), ('tmp_1276', u'PTRSUB_-1207037847'), (u'INDIRECT_-1207037941', u'MULTIEQUAL_-1207037920'), ('const-0', u'PTRSUB_-1207037857'), ('const-100', u'PTRSUB_-1207037752'), ('const-56', u'PTRSUB_-1207037950'), ('const-0', u'PTRSUB_-1207037909'), (u'STORE_-1207038686', u'INDIRECT_-1207038087'), (u'STORE_-1207038651', u'INDIRECT_-1207038029'), (u'PTRSUB_-1207037774', u'LOAD_-1207038310'), (u'INDIRECT_-1207037878', u'MULTIEQUAL_-1207037874'), (u'MULTIEQUAL_-1207037874', u'COPY_-1207037944'), ('const-0', u'PTRSUB_-1207037840'), (u'INT_EQUAL_-1207038285', u'CBRANCH_-1207038281'), (u'PTRSUB_-1207037804', u'PTRSUB_-1207037782'), (u'INDIRECT_-1207038039', u'STORE_-1207038653'), (u'PTRSUB_-1207037846', u'PTRSUB_-1207037839'), ('const-0', u'PTRSUB_-1207037988'), (u'CALL_-1207038749', u'INDIRECT_-1207038127'), ('const-12', u'PTRSUB_-1207037959'), (u'CAST_-1207037637', u'CALL_-1207038119'), (u'LOAD_-1207038633', u'CAST_-1207037803'), (u'LOAD_-1207038310', u'INT_EQUAL_-1207038285'), (u'INT_ADD_-1207038126', u'CAST_-1207037643'), (u'STORE_-1207038688', u'INDIRECT_-1207038066'), (u'INDIRECT_-1207037883', u'MULTIEQUAL_-1207037877'), (u'PTRSUB_-1207037933', u'PTRSUB_-1207037901'), (u'INDIRECT_-1207037892', u'MULTIEQUAL_-1207038033'), (u'PTRSUB_-1207037926', u'PTRSUB_-1207037896'), ('const-417', u'STORE_-1207038653'), (u'MULTIEQUAL_-1207037964', u'MULTIEQUAL_-1207037921'), ('const-3', u'INT_SRIGHT_-1207038584'), (u'STORE_-1207038247', u'INDIRECT_-1207037883'), (u'PTRSUB_-1207037801', u'PTRSUB_-1207037790'), ('const-0', u'PTRSUB_-1207037846'), ('const-0', u'PTRSUB_-1207037832'), (u'PTRSUB_-1207037756', u'CAST_-1207037638'), (u'STORE_-1207038692', u'INDIRECT_-1207038068'), (u'PTRSUB_-1207037857', u'STORE_-1207038690'), (u'STORE_-1207038471', u'INDIRECT_-1207037984'), (u'CAST_-1207037829', u'INT_SUB_-1207038606'), (u'INT_SRIGHT_-1207038584', u'INT_MULT_-1207038069'), ('const-0', u'PTRSUB_-1207037931'), (u'CAST_-1207037828', u'INT_SUB_-1207038606'), (u'INDIRECT_-1207037950', u'MULTIEQUAL_-1207037942'), (u'PTRSUB_-1207037846', u'PTRSUB_-1207037823'), (u'INT_MULT_-1207038069', u'MULTIEQUAL_-1207038056'), ('const-0', u'PTRSUB_-1207037842'), (u'INDIRECT_-1207037963', u'MULTIEQUAL_-1207037942')]
[(u'INT_ADD_-1207038294', u'CAST_-1207037813'), (u'STORE_-1207038686', u'INDIRECT_-1207038042'), (u'STORE_-1207038414', u'INDIRECT_-1207037962'), ('const-4', u'PTRADD_-1207037964'), (u'LOAD_-1207038633', u'INT_RIGHT_-1207038084'), (u'INDIRECT_-1207037826', u'MULTIEQUAL_-1207037985'), (u'CALL_-1207038749', u'INDIRECT_-1207038039'), (u'INT_RIGHT_-1207038084', u'INT_AND_-1207038076'), (u'INDIRECT_-1207038052', u'STORE_-1207038690'), (u'STORE_-1207038377', u'INDIRECT_-1207037949'), (u'INDIRECT_-1207038044', u'STORE_-1207038686'), (u'CALL_-1207038137', u'INDIRECT_-1207037822'), (u'INT_ADD_-1207038133', u'CALL_-1207038137'), ('const-0', u'INT_NOTEQUAL_-1207038498'), ('const-100', u'INT_ADD_-1207038226'), ('const-417', u'STORE_-1207038471'), (u'INDIRECT_-1207038035', u'STORE_-1207038651'), (u'INT_ADD_-1207038372', u'STORE_-1207038377'), ('tmp_857', u'CBRANCH_-1207038344'), (u'INDIRECT_-1207037913', u'MULTIEQUAL_-1207038054'), (u'INDIRECT_-1207038045', u'MULTIEQUAL_-1207038032'), (u'CAST_-1207037943', u'STORE_-1207038644'), (u'MULTIEQUAL_-1207037919', u'MULTIEQUAL_-1207037873'), (u'INDIRECT_-1207037877', u'MULTIEQUAL_-1207037873'), (u'INT_SRIGHT_-1207038584', u'INT_MULT_-1207038068'), ('const-60', u'INT_ADD_-1207038120'), (u'LOAD_-1207038748', u'PTRADD_-1207037955'), (u'MULTIEQUAL_-1207037981', u'INT_NOTEQUAL_-1207038346'), (u'LOAD_-1207038742', u'INT_EQUAL_-1207038723'), (u'MULTIEQUAL_-1207038055', u'STORE_-1207038247'), ('const-4', u'PTRADD_-1207037965'), (u'INDIRECT_-1207037869', u'MULTIEQUAL_-1207038010'), ('const-100', u'INT_ADD_-1207038294'), (u'CALL_-1207038119', u'INDIRECT_-1207037876'), (u'MULTIEQUAL_-1207037895', u'COPY_-1207037965'), (u'LOAD_-1207038748', u'CALL_-1207038137'), ('const-417', u'LOAD_-1207038639'), (u'INT_MULT_-1207038465', u'STORE_-1207038471'), (u'INT_SRIGHT_-1207038584', u'INT_MULT_-1207038465'), (u'CALL_-1207038749', u'INDIRECT_-1207038044'), (u'STORE_-1207038377', u'INDIRECT_-1207037927'), ('tmp_963', u'CBRANCH_-1207038281'), ('const-3', u'PTRADD_-1207037965'), (u'PTRSUB_-1207038019', u'CALL_-1207038137'), (u'INDIRECT_-1207038035', u'MULTIEQUAL_-1207037981'), (u'INT_ADD_-1207038726', u'CAST_-1207037985'), ('tmp_1742', u'INT_ADD_-1207038133'), ('const-417', u'STORE_-1207038653'), (u'PTRADD_-1207037955', u'MULTIEQUAL_-1207038176'), (u'INT_ADD_-1207038362', u'CAST_-1207037842'), (u'STORE_-1207038247', u'INDIRECT_-1207037904'), (u'MULTIEQUAL_-1207037873', u'COPY_-1207037943'), (u'LOAD_-1207038406', u'INT_ADD_-1207038372'), (u'CAST_-1207037933', u'LOAD_-1207038633'), ('const-4294967295', u'INT_ADD_-1207038257'), ('const-417', u'STORE_-1207038247'), (u'INT_ADD_-1207038226', u'CAST_-1207037791'), (u'INDIRECT_-1207037926', u'MULTIEQUAL_-1207037920'), (u'PTRADD_-1207037950', u'STORE_-1207038651'), ('tmp_1742', u'INT_ADD_-1207038462'), (u'CAST_-1207037990', u'LOAD_-1207038748'), (u'CALL_-1207038749', u'INDIRECT_-1207038052'), ('tmp_1742', u'INT_ADD_-1207038726'), (u'STORE_-1207038688', u'INDIRECT_-1207038087'), ('const-417', u'LOAD_-1207038406'), (u'STORE_-1207038686', u'INDIRECT_-1207038086'), ('tmp_1735', u'PTRSUB_-1207038019'), (u'CALL_-1207038749', u'INDIRECT_-1207038126'), (u'MULTIEQUAL_-1207037998', u'INT_ADD_-1207038232'), (u'PTRADD_-1207037967', u'STORE_-1207038690'), (u'LOAD_-1207038310', u'INT_ADD_-1207038241'), (u'INT_ADD_-1207038257', u'MULTIEQUAL_-1207038055'), (u'CAST_-1207037985', u'LOAD_-1207038742'), ('const-417', u'LOAD_-1207038310'), (u'INDIRECT_-1207037921', u'MULTIEQUAL_-1207037917'), (u'INT_AND_-1207038076', u'INT_NOTEQUAL_-1207038498'), (u'MULTIEQUAL_-1207037998', u'INT_ADD_-1207038226'), (u'INT_MULT_-1207038068', u'INT_ADD_-1207038257'), (u'STORE_-1207038692', u'INDIRECT_-1207038089'), (u'STORE_-1207038653', u'INDIRECT_-1207038029'), (u'INDIRECT_-1207038056', u'STORE_-1207038692'), ('const-56', u'INT_ADD_-1207038623'), (u'INDIRECT_-1207038060', u'CALL_-1207038137'), (u'CALL_-1207038749', u'INDIRECT_-1207038060'), ('const-48', u'INT_ADD_-1207038362'), (u'STORE_-1207038477', u'INDIRECT_-1207038010'), (u'INT_ADD_-1207038443', u'CAST_-1207037869'), (u'STORE_-1207038241', u'INDIRECT_-1207037877'), ('tmp_1039', u'CBRANCH_-1207038247'), (u'INT_ADD_-1207038732', u'CAST_-1207037990'), (u'MULTIEQUAL_-1207038054', u'INT_ADD_-1207038126'), (u'CAST_-1207037842', u'STORE_-1207038377'), ('const-2', u'PTRADD_-1207037966'), (u'INT_ADD_-1207038462', u'CAST_-1207037883'), (u'INT_ADD_-1207038241', u'STORE_-1207038241'), ('const-4', u'PTRADD_-1207037964'), ('const-20', u'INT_ADD_-1207038462'), (u'LOAD_-1207038639', u'INT_SUB_-1207038606'), (u'MULTIEQUAL_-1207038176', u'CAST_-1207037928'), (u'STORE_-1207038653', u'INDIRECT_-1207038051'), (u'LOAD_-1207038748', u'INT_EQUAL_-1207038723'), ('const-60', u'INT_ADD_-1207038732'), (u'INDIRECT_-1207038039', u'MULTIEQUAL_-1207037985'), (u'INT_NOTEQUAL_-1207038432', u'CBRANCH_-1207038405'), ('const-0', u'INT_EQUAL_-1207038285'), (u'INDIRECT_-1207037927', u'MULTIEQUAL_-1207037919'), ('tmp_188', u'CBRANCH_-1207038720'), (u'PTRADD_-1207037966', u'STORE_-1207038688'), (u'CALL_-1207038749', u'INDIRECT_-1207038056'), ('const-417', u'STORE_-1207038377'), ('tmp_745', u'CBRANCH_-1207038405'), (u'INDIRECT_-1207037882', u'MULTIEQUAL_-1207037876'), ('tmp_1270', u'BRANCH_-1207038129'), (u'CAST_-1207037796', u'STORE_-1207038247'), (u'MULTIEQUAL_-1207037963', u'MULTIEQUAL_-1207037917'), (u'STORE_-1207038651', u'INDIRECT_-1207038050'), (u'INT_ADD_-1207038617', u'CAST_-1207037933'), (u'STORE_-1207038688', u'INDIRECT_-1207038065'), (u'LOAD_-1207038748', u'PTRADD_-1207037950'), (u'INDIRECT_-1207037891', u'MULTIEQUAL_-1207038032'), ('const-1', u'INT_ADD_-1207038372'), (u'CALL_-1207038137', u'INDIRECT_-1207037869'), ('tmp_1742', u'INT_ADD_-1207038617'), (u'INT_ADD_-1207038629', u'CAST_-1207037943'), (u'INT_EQUAL_-1207038723', u'CBRANCH_-1207038720'), ('const-417', u'LOAD_-1207038136'), ('tmp_626', u'CBRANCH_-1207038481'), ('const-1118272', u'INT_ADD_-1207038126'), (u'INDIRECT_-1207037904', u'MULTIEQUAL_-1207037898'), ('const-1', u'PTRADD_-1207037967'), ('const-417', u'STORE_-1207038644'), (u'MULTIEQUAL_-1207037919', u'MULTIEQUAL_-1207037876'), ('tmp_1742', u'INT_ADD_-1207038120'), (u'INT_RIGHT_-1207038084', u'INT_ZEXT_-1207038528'), (u'INT_ADD_-1207038120', u'CAST_-1207037776'), (u'INT_OR_-1207037922', u'STORE_-1207038414'), ('tmp_1742', u'INT_ADD_-1207038390'), (u'INT_NOTEQUAL_-1207038346', u'CBRANCH_-1207038344'), (u'STORE_-1207038644', u'INDIRECT_-1207038045'), (u'CAST_-1207037851', u'LOAD_-1207038406'), ('const-1', u'INT_ADD_-1207038241'), ('const-6', u'PTRADD_-1207037955'), ('const-417', u'STORE_-1207038690'), (u'INT_ADD_-1207038456', u'CAST_-1207037878'), (u'STORE_-1207038471', u'INDIRECT_-1207037983'), (u'CALL_-1207038749', u'INDIRECT_-1207038104'), ('const-417', u'STORE_-1207038241'), (u'MULTIEQUAL_-1207038010', u'CALL_-1207038119'), ('const-32', u'INT_ADD_-1207038617'), (u'INDIRECT_-1207037949', u'MULTIEQUAL_-1207037941'), (u'INDIRECT_-1207038067', u'MULTIEQUAL_-1207038054'), ('tmp_909', u'CBRANCH_-1207038313'), (u'MULTIEQUAL_-1207037941', u'MULTIEQUAL_-1207037898'), ('const-96', u'INT_ADD_-1207038232'), (u'INDIRECT_-1207037962', u'MULTIEQUAL_-1207037941'), (u'CAST_-1207037813', u'LOAD_-1207038310'), (u'STORE_-1207038644', u'INDIRECT_-1207038023'), (u'INDIRECT_-1207037984', u'MULTIEQUAL_-1207037963'), ('const-417', u'STORE_-1207038477'), ('const-64', u'INT_ADD_-1207038726'), (u'INT_AND_-1207038487', u'STORE_-1207038477'), (u'INDIRECT_-1207037822', u'MULTIEQUAL_-1207037981'), ('tmp_1742', u'INT_ADD_-1207038623'), (u'CAST_-1207037938', u'LOAD_-1207038639'), (u'PTRADD_-1207037955', u'STORE_-1207038644'), ('const-5', u'PTRADD_-1207037950'), (u'INDIRECT_-1207038023', u'MULTIEQUAL_-1207038010'), ('const-4294967256', u'PTRSUB_-1207038019'), ('const-417', u'STORE_-1207038686'), (u'INT_ADD_-1207038390', u'CAST_-1207037851'), (u'STORE_-1207038241', u'INDIRECT_-1207037921'), ('const-16', u'INT_ADD_-1207038456'), ('const-48', u'INT_ADD_-1207038390'), (u'STORE_-1207038414', u'INDIRECT_-1207037984'), (u'STORE_-1207038688', u'INDIRECT_-1207038043'), ('const-417', u'LOAD_-1207038633'), ('const-1', u'INT_RIGHT_-1207038084'), (u'CALL_-1207038749', u'INDIRECT_-1207038035'), (u'INT_ADD_-1207038115', u'CALL_-1207038119'), (u'MULTIEQUAL_-1207037941', u'MULTIEQUAL_-1207037895'), ('const-1', u'RETURN_-1207038114'), (u'STORE_-1207038653', u'INDIRECT_-1207038073'), (u'STORE_-1207038477', u'INDIRECT_-1207037966'), ('tmp_1742', u'INT_ADD_-1207038362'), ('const-4', u'PTRADD_-1207037955'), ('const-1117604', u'PTRSUB_-1207037756'), (u'STORE_-1207038651', u'INDIRECT_-1207038028'), (u'STORE_-1207038690', u'INDIRECT_-1207038088'), (u'LOAD_-1207038748', u'PTRADD_-1207037967'), (u'INT_ADD_-1207038232', u'CAST_-1207037796'), ('tmp_1742', u'INT_ADD_-1207038732'), (u'INDIRECT_-1207037854', u'COPY_-1207037912'), (u'MULTIEQUAL_-1207037998', u'INT_NOTEQUAL_-1207038315'), (u'CAST_-1207037928', u'INT_SUB_-1207038606'), (u'INDIRECT_-1207037839', u'MULTIEQUAL_-1207037998'), (u'INT_NOTEQUAL_-1207038498', u'CBRANCH_-1207038481'), (u'INT_MULT_-1207038068', u'MULTIEQUAL_-1207038055'), (u'LOAD_-1207038742', u'CALL_-1207038137'), (u'LOAD_-1207038748', u'STORE_-1207038692'), ('const-4', u'PTRADD_-1207037967'), ('const-1', u'INT_AND_-1207038487'), ('const-417', u'LOAD_-1207038459'), (u'PTRSUB_-1207037756', u'CAST_-1207037734'), (u'INDIRECT_-1207037832', u'COPY_-1207037890'), (u'MULTIEQUAL_-1207037963', u'MULTIEQUAL_-1207037920'), (u'INDIRECT_-1207037876', u'COPY_-1207037934'), ('const-56', u'INT_ADD_-1207038133'), (u'STORE_-1207038692', u'INDIRECT_-1207038045'), (u'CALL_-1207038749', u'INDIRECT_-1207038048'), (u'STORE_-1207038247', u'INDIRECT_-1207037882'), (u'LOAD_-1207038748', u'PTRADD_-1207037964'), (u'INT_AND_-1207037921', u'INT_NOTEQUAL_-1207038432'), (u'STORE_-1207038690', u'INDIRECT_-1207038066'), ('const-417', u'STORE_-1207038692'), (u'CALL_-1207038749', u'INDIRECT_-1207038082'), ('const-417', u'LOAD_-1207038742'), ('const-268435456', u'INT_AND_-1207037921'), (u'LOAD_-1207038748', u'PTRADD_-1207037966'), (u'INT_SUB_-1207038606', u'INT_SRIGHT_-1207038584'), (u'INT_ZEXT_-1207038528', u'INT_AND_-1207038487'), (u'CAST_-1207037734', u'INT_ADD_-1207038115'), ('const-4', u'PTRADD_-1207037950'), (u'CALL_-1207038137', u'INDIRECT_-1207037839'), (u'STORE_-1207038414', u'INDIRECT_-1207037940'), (u'STORE_-1207038644', u'INDIRECT_-1207038067'), ('const-0', u'RETURN_-1207038199'), (u'STORE_-1207038692', u'INDIRECT_-1207038067'), (u'INDIRECT_-1207037971', u'MULTIEQUAL_-1207037963'), (u'CAST_-1207037878', u'STORE_-1207038471'), (u'CAST_-1207037869', u'LOAD_-1207038459'), ('tmp_1742', u'INT_ADD_-1207038629'), ('const-2863311531', u'INT_MULT_-1207038068'), (u'INT_NOTEQUAL_-1207038315', u'CBRANCH_-1207038313'), (u'PTRADD_-1207037965', u'STORE_-1207038686'), ('const-417', u'STORE_-1207038414'), (u'MULTIEQUAL_-1207037985', u'INT_AND_-1207037921'), ('const-32', u'INT_ADD_-1207038400'), (u'STORE_-1207038377', u'INDIRECT_-1207037971'), (u'INT_ADD_-1207038400', u'CAST_-1207037856'), (u'INDIRECT_-1207037940', u'MULTIEQUAL_-1207037919'), (u'STORE_-1207038471', u'INDIRECT_-1207037961'), (u'CAST_-1207037856', u'STORE_-1207038414'), (u'INDIRECT_-1207038048', u'STORE_-1207038688'), (u'INT_EQUAL_-1207038285', u'CBRANCH_-1207038247'), ('const-0', u'INT_NOTEQUAL_-1207038315'), (u'CALL_-1207038137', u'INDIRECT_-1207037826'), (u'INT_ADD_-1207038623', u'CAST_-1207037938'), (u'LOAD_-1207038459', u'INT_OR_-1207037922'), (u'INDIRECT_-1207038052', u'MULTIEQUAL_-1207037998'), (u'CALL_-1207038119', u'INDIRECT_-1207037854'), (u'MULTIEQUAL_-1207037917', u'COPY_-1207037987'), (u'INT_EQUAL_-1207038285', u'CBRANCH_-1207038281'), ('const-417', u'LOAD_-1207038748'), (u'CAST_-1207037776', u'LOAD_-1207038136'), ('const-4294967292', u'INT_NOTEQUAL_-1207038346'), (u'MULTIEQUAL_-1207038032', u'INT_ADD_-1207038115'), (u'INDIRECT_-1207038039', u'STORE_-1207038653'), (u'CALL_-1207038137', u'INDIRECT_-1207037891'), (u'STORE_-1207038477', u'INDIRECT_-1207037988'), (u'MULTIEQUAL_-1207037998', u'INT_ADD_-1207038294'), ('const-60', u'INT_ADD_-1207038629'), (u'STORE_-1207038686', u'INDIRECT_-1207038064'), (u'LOAD_-1207038310', u'INT_EQUAL_-1207038285'), (u'STORE_-1207038241', u'INDIRECT_-1207037899'), ('tmp_1743', u'INT_ADD_-1207038400'), (u'INDIRECT_-1207037899', u'MULTIEQUAL_-1207037895'), (u'PTRADD_-1207037964', u'STORE_-1207038653'), (u'CAST_-1207037791', u'STORE_-1207038241'), (u'INT_ADD_-1207038126', u'CALL_-1207038119'), (u'PTRSUB_-1207038019', u'CALL_-1207038749'), ('const-1', u'INT_AND_-1207038076'), ('const-16', u'INT_OR_-1207037922'), (u'STORE_-1207038690', u'INDIRECT_-1207038044'), ('const-0', u'COPY_-1207038771'), ('const-0', u'INT_NOTEQUAL_-1207038432'), (u'CALL_-1207038137', u'INDIRECT_-1207037913'), ('const-32', u'INT_ADD_-1207038443'), ('const-3', u'INT_SRIGHT_-1207038584'), ('const-417', u'STORE_-1207038688'), ('const-1431655768', u'INT_MULT_-1207038465'), (u'CAST_-1207037883', u'STORE_-1207038477'), ('const-0', u'PTRSUB_-1207037756'), ('const-417', u'STORE_-1207038651'), (u'STORE_-1207038247', u'INDIRECT_-1207037926'), ('tmp_1743', u'INT_ADD_-1207038443'), ('const-4', u'PTRADD_-1207037966'), (u'LOAD_-1207038748', u'PTRADD_-1207037965'), (u'STORE_-1207038471', u'INDIRECT_-1207038005'), (u'CALL_-1207038119', u'INDIRECT_-1207037832'), (u'STORE_-1207038651', u'INDIRECT_-1207038072'), ('tmp_1742', u'INT_ADD_-1207038456'), (u'LOAD_-1207038136', u'MULTIEQUAL_-1207038176')]
null
null
00110c88
arm
O2
(translation_unit "void FUN_00110c88(int param_1,undefined4 param_2,int param_3)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined4 uVar6;\n undefined4 local_28;\n int local_24;\n undefined4 uStack_20;\n undefined4 uStack_1c;\n uint local_18;\n int local_14;\n \n uVar6 = 0;\n FUN_000f5f48(&local_28);\n puVar4 = *(undefined4 **)(param_1 + 0x3c);\n if (puVar4 == *(undefined4 **)(param_1 + 0x40)) {\n FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);\n puVar5 = *(undefined4 **)(param_1 + 0x3c);\n }\n else {\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }\n iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3;\n bVar1 = *(byte *)(param_1 + 0x20) >> 1;\n iVar3 = iVar2 * -0x55555555;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);\n }\n *(uint *)(param_1 + 0x14) = bVar1 & 1;\n *(int *)(param_1 + 0x10) = iVar2 * 0x55555558;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((local_18 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;\n }\n if ((local_14 != -4) && (local_24 != 0)) {\n iVar2 = *(int *)(local_24 + 100);\n if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }\n if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }\n *(int *)(local_24 + 100) = iVar2 + 1;\n }\n return;\n}\n\n" (function_definition "void FUN_00110c88(int param_1,undefined4 param_2,int param_3)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined4 uVar6;\n undefined4 local_28;\n int local_24;\n undefined4 uStack_20;\n undefined4 uStack_1c;\n uint local_18;\n int local_14;\n \n uVar6 = 0;\n FUN_000f5f48(&local_28);\n puVar4 = *(undefined4 **)(param_1 + 0x3c);\n if (puVar4 == *(undefined4 **)(param_1 + 0x40)) {\n FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);\n puVar5 = *(undefined4 **)(param_1 + 0x3c);\n }\n else {\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }\n iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3;\n bVar1 = *(byte *)(param_1 + 0x20) >> 1;\n iVar3 = iVar2 * -0x55555555;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);\n }\n *(uint *)(param_1 + 0x14) = bVar1 & 1;\n *(int *)(param_1 + 0x10) = iVar2 * 0x55555558;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((local_18 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;\n }\n if ((local_14 != -4) && (local_24 != 0)) {\n iVar2 = *(int *)(local_24 + 100);\n if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }\n if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }\n *(int *)(local_24 + 100) = iVar2 + 1;\n }\n return;\n}" primitive_type (function_declarator "FUN_00110c88(int param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(int param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n byte bVar1;\n int iVar2;\n int iVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined4 uVar6;\n undefined4 local_28;\n int local_24;\n undefined4 uStack_20;\n undefined4 uStack_1c;\n uint local_18;\n int local_14;\n \n uVar6 = 0;\n FUN_000f5f48(&local_28);\n puVar4 = *(undefined4 **)(param_1 + 0x3c);\n if (puVar4 == *(undefined4 **)(param_1 + 0x40)) {\n FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);\n puVar5 = *(undefined4 **)(param_1 + 0x3c);\n }\n else {\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }\n iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3;\n bVar1 = *(byte *)(param_1 + 0x20) >> 1;\n iVar3 = iVar2 * -0x55555555;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);\n }\n *(uint *)(param_1 + 0x14) = bVar1 & 1;\n *(int *)(param_1 + 0x10) = iVar2 * 0x55555558;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((local_18 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;\n }\n if ((local_14 != -4) && (local_24 != 0)) {\n iVar2 = *(int *)(local_24 + 100);\n if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }\n if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }\n *(int *)(local_24 + 100) = iVar2 + 1;\n }\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined4 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "undefined4 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "int local_24;" primitive_type identifier ;) (declaration "undefined4 uStack_20;" type_identifier identifier ;) (declaration "undefined4 uStack_1c;" type_identifier identifier ;) (declaration "uint local_18;" type_identifier identifier ;) (declaration "int local_14;" primitive_type identifier ;) (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (expression_statement "FUN_000f5f48(&local_28);" (call_expression "FUN_000f5f48(&local_28)" identifier (argument_list "(&local_28)" ( (pointer_expression "&local_28" & identifier) ))) ;) (expression_statement "puVar4 = *(undefined4 **)(param_1 + 0x3c);" (assignment_expression "puVar4 = *(undefined4 **)(param_1 + 0x3c)" identifier = (pointer_expression "*(undefined4 **)(param_1 + 0x3c)" * (cast_expression "(undefined4 **)(param_1 + 0x3c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) ))))) ;) (if_statement "if (puVar4 == *(undefined4 **)(param_1 + 0x40)) {\n FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);\n puVar5 = *(undefined4 **)(param_1 + 0x3c);\n }\n else {\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }" if (parenthesized_expression "(puVar4 == *(undefined4 **)(param_1 + 0x40))" ( (binary_expression "puVar4 == *(undefined4 **)(param_1 + 0x40)" identifier == (pointer_expression "*(undefined4 **)(param_1 + 0x40)" * (cast_expression "(undefined4 **)(param_1 + 0x40)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);\n puVar5 = *(undefined4 **)(param_1 + 0x3c);\n }" { (expression_statement "FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);" (call_expression "FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6)" identifier (argument_list "(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) , identifier , (pointer_expression "&local_28" & identifier) , (pointer_expression "*(undefined4 **)(param_1 + 0x40)" * (cast_expression "(undefined4 **)(param_1 + 0x40)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "puVar5 = *(undefined4 **)(param_1 + 0x3c);" (assignment_expression "puVar5 = *(undefined4 **)(param_1 + 0x3c)" identifier = (pointer_expression "*(undefined4 **)(param_1 + 0x3c)" * (cast_expression "(undefined4 **)(param_1 + 0x3c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) ))))) ;) }) (else_clause "else {\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }" else (compound_statement "{\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }" { (expression_statement "*puVar4 = local_28;" (assignment_expression "*puVar4 = local_28" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "puVar4[1] = local_24;" (assignment_expression "puVar4[1] = local_24" (subscript_expression "puVar4[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar4[2] = uStack_20;" (assignment_expression "puVar4[2] = uStack_20" (subscript_expression "puVar4[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar4[3] = uStack_1c;" (assignment_expression "puVar4[3] = uStack_1c" (subscript_expression "puVar4[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar5 = puVar4 + 6;" (assignment_expression "puVar5 = puVar4 + 6" identifier = (binary_expression "puVar4 + 6" identifier + number_literal)) ;) (expression_statement "puVar4[4] = local_18;" (assignment_expression "puVar4[4] = local_18" (subscript_expression "puVar4[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar4[5] = local_14;" (assignment_expression "puVar4[5] = local_14" (subscript_expression "puVar4[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 **)(param_1 + 0x3c) = puVar5;" (assignment_expression "*(undefined4 **)(param_1 + 0x3c) = puVar5" (pointer_expression "*(undefined4 **)(param_1 + 0x3c)" * (cast_expression "(undefined4 **)(param_1 + 0x3c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) )))) = identifier) ;) }))) (expression_statement "iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3;" (assignment_expression "iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3" identifier = (binary_expression "(int)puVar5 - *(int *)(param_1 + 0x38) >> 3" (binary_expression "(int)puVar5 - *(int *)(param_1 + 0x38)" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) - (pointer_expression "*(int *)(param_1 + 0x38)" * (cast_expression "(int *)(param_1 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) >> number_literal)) ;) (expression_statement "bVar1 = *(byte *)(param_1 + 0x20) >> 1;" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x20) >> 1" identifier = (binary_expression "*(byte *)(param_1 + 0x20) >> 1" (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)) ;) (expression_statement "iVar3 = iVar2 * -0x55555555;" (assignment_expression "iVar3 = iVar2 * -0x55555555" identifier = (binary_expression "iVar2 * -0x55555555" identifier * number_literal)) ;) (if_statement "if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);\n }" if (parenthesized_expression "((bVar1 & 1) != 0)" ( (binary_expression "(bVar1 & 1) != 0" (parenthesized_expression "(bVar1 & 1)" ( (binary_expression "bVar1 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);\n }" { comment (expression_statement "FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);" (call_expression "FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040)" identifier (argument_list "((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040)" ( (binary_expression "(int)&DAT_00110da4 + DAT_00110da8" (cast_expression "(int)&DAT_00110da4" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00110da4" & identifier)) + identifier) , identifier , (binary_expression "DAT_00110da4 + 0x111040" identifier + number_literal) ))) ;) })) (expression_statement "*(uint *)(param_1 + 0x14) = bVar1 & 1;" (assignment_expression "*(uint *)(param_1 + 0x14) = bVar1 & 1" (pointer_expression "*(uint *)(param_1 + 0x14)" * (cast_expression "(uint *)(param_1 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) )))) = (binary_expression "bVar1 & 1" identifier & number_literal)) ;) (expression_statement "*(int *)(param_1 + 0x10) = iVar2 * 0x55555558;" (assignment_expression "*(int *)(param_1 + 0x10) = iVar2 * 0x55555558" (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 * 0x55555558" identifier * number_literal)) ;) (expression_statement "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;" (assignment_expression "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" * (cast_expression "(byte *)(param_3 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" * (cast_expression "(byte *)(param_3 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) | number_literal)) ;) (if_statement "if ((local_18 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;\n }" if (parenthesized_expression "((local_18 & 0x10000000) != 0)" ( (binary_expression "(local_18 & 0x10000000) != 0" (parenthesized_expression "(local_18 & 0x10000000)" ( (binary_expression "local_18 & 0x10000000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;\n }" { (expression_statement "*(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;" (assignment_expression "*(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) = (binary_expression "*(int *)(param_1 + 0x30) + 1" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) + number_literal)) ;) })) (if_statement "if ((local_14 != -4) && (local_24 != 0)) {\n iVar2 = *(int *)(local_24 + 100);\n if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }\n if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }\n *(int *)(local_24 + 100) = iVar2 + 1;\n }" if (parenthesized_expression "((local_14 != -4) && (local_24 != 0))" ( (binary_expression "(local_14 != -4) && (local_24 != 0)" (parenthesized_expression "(local_14 != -4)" ( (binary_expression "local_14 != -4" identifier != number_literal) )) && (parenthesized_expression "(local_24 != 0)" ( (binary_expression "local_24 != 0" identifier != number_literal) ))) )) (compound_statement "{\n iVar2 = *(int *)(local_24 + 100);\n if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }\n if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }\n *(int *)(local_24 + 100) = iVar2 + 1;\n }" { (expression_statement "iVar2 = *(int *)(local_24 + 100);" (assignment_expression "iVar2 = *(int *)(local_24 + 100)" identifier = (pointer_expression "*(int *)(local_24 + 100)" * (cast_expression "(int *)(local_24 + 100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_24 + 100)" ( (binary_expression "local_24 + 100" identifier + number_literal) ))))) ;) (if_statement "if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n iVar3 = iVar3 + -1;\n }" { (expression_statement "iVar3 = iVar3 + -1;" (assignment_expression "iVar3 = iVar3 + -1" identifier = (binary_expression "iVar3 + -1" identifier + number_literal)) ;) })) (if_statement "if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n *(int *)(local_24 + 0x60) = iVar3;\n }" { (expression_statement "*(int *)(local_24 + 0x60) = iVar3;" (assignment_expression "*(int *)(local_24 + 0x60) = iVar3" (pointer_expression "*(int *)(local_24 + 0x60)" * (cast_expression "(int *)(local_24 + 0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_24 + 0x60)" ( (binary_expression "local_24 + 0x60" identifier + number_literal) )))) = identifier) ;) })) (expression_statement "*(int *)(local_24 + 100) = iVar2 + 1;" (assignment_expression "*(int *)(local_24 + 100) = iVar2 + 1" (pointer_expression "*(int *)(local_24 + 100)" * (cast_expression "(int *)(local_24 + 100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_24 + 100)" ( (binary_expression "local_24 + 100" identifier + number_literal) )))) = (binary_expression "iVar2 + 1" identifier + number_literal)) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* WARNING: Struct "Output_section": ignoring overlapping field "name_" */\n/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */\n/* DWARF original prototype: void add_absolute(Output_data_reloc<9,_true,_32,_true> * this, uint\n type, Output_data * od, Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_32,_true>::add_absolute\n (Output_data_reloc<9,_true,_32,_true> *this,uint type,Output_data *od,Address address)\n\n{\n int iVar1;\n byte bVar2;\n uint uVar3;\n uint uVar4;\n iterator __position;\n pointer pOVar5;\n anon_union_4_4_c82d8563_for_u1_ aStack_28;\n Sized_relobj<32,_true> *pSStack_24;\n Address AStack_20;\n uint uStack_1c;\n uint uStack_18;\n uint uStack_14;\n \n Output_reloc<9,_true,_32,_true>::Output_reloc\n ((Output_reloc<9,_true,_32,_true> *)&aStack_28,type,od,address,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_true>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }\n *(uint *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1;\n *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n iVar1 * 0x55555558;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((uStack_18 & 0x10000000) != 0) {\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n relative_reloc_count_ =\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n relative_reloc_count_ + 1;\n }\n if ((uStack_14 != 0xfffffffc) && (pSStack_24 != (Sized_relobj<32,_true> *)0x0)) {\n uVar3 = (pSStack_24->super_Relobj).dyn_reloc_count_;\n if (uVar3 == 0) {\n uVar4 = uVar4 - 1;\n }\n if (uVar3 == 0) {\n (pSStack_24->super_Relobj).first_dyn_reloc_ = uVar4;\n }\n (pSStack_24->super_Relobj).dyn_reloc_count_ = uVar3 + 1;\n }\n return;\n}\n\n" comment comment comment comment (declaration "void __thiscall\ngold::Output_data_reloc<9,_true,_32,_true>::add_absolute\n (Output_data_reloc<9,_true,_32,_true> *this,uint type,Output_data *od,Address address)\n\n{\n int iVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_true>::add_absolute\n (Output_data_reloc<9,_true,_32,_true> *this,uint type,Output_data *od,Address address)\n\n{\n int" identifier > : : (function_declarator "add_absolute\n (Output_data_reloc<9,_true,_32,_true> *this,uint type,Output_data *od,Address address)" identifier (parameter_list "(Output_data_reloc<9,_true,_32,_true> *this,uint type,Output_data *od,Address address)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_32" 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) ))) { primitive_type) identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "iterator __position;" type_identifier identifier ;) (declaration "pointer pOVar5;" type_identifier identifier ;) (declaration "anon_union_4_4_c82d8563_for_u1_ aStack_28;" type_identifier identifier ;) (expression_statement "Sized_relobj<32,_true> *pSStack_24;" (update_expression "Sized_relobj<32,_true> *pSStack_24" (binary_expression "Sized_relobj<32,_true> *pSStack_24" (binary_expression "Sized_relobj<32" identifier < number_literal) (ERROR ",_true" , identifier) > (pointer_expression "*pSStack_24" * identifier)) --) ;) (declaration "Address AStack_20;" type_identifier identifier ;) (declaration "uint uStack_1c;" type_identifier identifier ;) (declaration "uint uStack_18;" type_identifier identifier ;) (declaration "uint uStack_14;" type_identifier identifier ;) (ERROR "Output_reloc<9,_true,_32,_true>::Output_reloc\n ((Output_reloc<9,_true,_32,_true> *)&aStack_28,type,od,address,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_true>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }\n *(uint *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1;\n *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n iVar1 * 0x55555558;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((uStack_18 & 0x10000000) != 0) {\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n relative_reloc_count_ =\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n relative_reloc_count_ + 1;\n }\n if ((uStack_14 != 0xfffffffc) && (pSStack_24 != (Sized_relobj<32,_true> *)0x0)) {\n uVar3 = (pSStack_24->super_Relobj).dyn_reloc_count_;\n if (uVar3 == 0) {\n uVar4 = uVar4 - 1;\n }\n if (uVar3 == 0) {\n (pSStack_24->super_Relobj).first_dyn_reloc_ = uVar4;\n }\n (pSStack_24->super_Relobj).dyn_reloc_count_ = uVar3 + 1;\n }\n return;\n}" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_true,_32,_true" , identifier , identifier , identifier) > (ERROR "::" : :) identifier ( (binary_expression "(Output_reloc<9,_true,_32,_true> *)&aStack_28,type,od,address,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (assignment_expression "(Output_reloc<9,_true,_32,_true> *)&aStack_28,type,od,address,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(Output_reloc<9,_true,_32,_true> *)&aStack_28,type,od,address,false);\n __position._M_current" (parenthesized_expression "(Output_reloc<9,_true,_32,_true> *)&aStack_28,type,od,address,false)" ( (comma_expression "Output_reloc<9,_true,_32,_true> *)&aStack_28,type,od,address,false" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_true> *)&aStack_28,type,od,address,false" identifier , (comma_expression "_32,_true> *)&aStack_28,type,od,address,false" identifier , (comma_expression "_true> *)&aStack_28,type,od,address,false" (binary_expression "_true> *)&aStack_28" identifier > (pointer_expression "*)&aStack_28" * (ERROR ")" )) (pointer_expression "&aStack_28" & identifier))) , (comma_expression "type,od,address,false" identifier , (comma_expression "od,address,false" identifier , (comma_expression "address,false" identifier , false))))))) )) (ERROR ";\n __position" ; identifier) . field_identifier) = (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_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<9" identifier < number_literal) , identifier , identifier , (binary_expression "_true>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9" (binary_expression "_true>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold" (call_expression "_true>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_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) (ERROR ";\n if" ; if) (argument_list "(__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_end_of_storage)" ( (binary_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (binary_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" (field_expression "__position._M_current" identifier . field_identifier) == (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_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<9" 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) ))) (ERROR "{\n std::\n vector" { identifier : : identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<gold::" identifier : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_reloc<9" identifier < number_literal) , identifier , identifier , (binary_expression "_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9" (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) (ERROR "::Output_reloc" : : identifier) < number_literal) , identifier , identifier , (assignment_expression "_true>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }\n *(uint *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1;\n *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n iVar1 * 0x55555558;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((uStack_18 & 0x10000000) != 0) {\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n relative_reloc_count_ =\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n relative_reloc_count_ + 1" (field_expression "_true>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }\n *(uint *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1;\n *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n iVar1 * 0x55555558;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((uStack_18 & 0x10000000) != 0) {\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n relative_reloc_count_" (field_expression "_true>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }\n *(uint *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1;\n *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n iVar1 * 0x55555558;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((uStack_18 & 0x10000000) != 0) {\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic" (call_expression "_true>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }\n *(uint *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1;\n *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n iVar1 * 0x55555558;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((uStack_18 & 0x10000000) != 0) {\n (this->super_Output_data_reloc_base<9,_true,_32,_true>)" (call_expression "_true>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }\n *(uint *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1;\n *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n iVar1 * 0x55555558;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((uStack_18 & 0x10000000) != 0)" (assignment_expression "_true>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }\n *(uint *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1;\n *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n iVar1 * 0x55555558;\n od->field_0x20 = od->field_0x20 | 0x10" (field_expression "_true>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }\n *(uint *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1;\n *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n iVar1 * 0x55555558;\n od->field_0x20" (binary_expression "_true>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }\n *(uint *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1;\n *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n iVar1 * 0x55555558" (binary_expression "_true>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }\n *(uint *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1" identifier > (binary_expression "&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }\n *(uint *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1" (pointer_expression "&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }" & (ERROR ">" >) (parenthesized_expression "(&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }" ( (ERROR "&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28);\n pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3;\n bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1;\n uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0)" (comma_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28)" (pointer_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_" & (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier)) , (comma_expression "__position,\n (Output_reloc<9,_true,_32,_true> *)&aStack_28)" identifier , (parenthesized_expression "(Output_reloc<9,_true,_32,_true> *)&aStack_28)" ( (comma_expression "Output_reloc<9,_true,_32,_true> *)&aStack_28" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_true> *)&aStack_28" identifier , (comma_expression "_32,_true> *)&aStack_28" identifier , (binary_expression "_true> *)&aStack_28" identifier > (pointer_expression "*)&aStack_28" * (ERROR ")" )) (pointer_expression "&aStack_28" & identifier)))))) )))) ; (assignment_expression "pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" identifier = (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) : : (comma_expression "Output_reloc<9,_true,_32,_true>,_std" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_true>,_std" identifier , (comma_expression "_32,_true>,_std" identifier , (binary_expression "_true>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_true>_>_>\n ._M_impl._M_finish" identifier , (comma_expression "_32,_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)))) ; } else (compound_statement "{\n (__position._M_current)->u1_ = aStack_28;\n ((__position._M_current)->u2_).relobj = pSStack_24;\n (__position._M_current)->address_ = AStack_20;\n (__position._M_current)->local_sym_index_ = uStack_1c;\n pOVar5 = __position._M_current + 1;\n *(uint *)&(__position._M_current)->field_0x10 = uStack_18;\n (__position._M_current)->shndx_ = uStack_14;\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;\n }" { (expression_statement "(__position._M_current)->u1_ = aStack_28;" (assignment_expression "(__position._M_current)->u1_ = aStack_28" (field_expression "(__position._M_current)->u1_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (expression_statement "((__position._M_current)->u2_).relobj = pSStack_24;" (assignment_expression "((__position._M_current)->u2_).relobj = pSStack_24" (field_expression "((__position._M_current)->u2_).relobj" (parenthesized_expression "((__position._M_current)->u2_)" ( (field_expression "(__position._M_current)->u2_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(__position._M_current)->address_ = AStack_20;" (assignment_expression "(__position._M_current)->address_ = AStack_20" (field_expression "(__position._M_current)->address_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (expression_statement "(__position._M_current)->local_sym_index_ = uStack_1c;" (assignment_expression "(__position._M_current)->local_sym_index_ = uStack_1c" (field_expression "(__position._M_current)->local_sym_index_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (expression_statement "pOVar5 = __position._M_current + 1;" (assignment_expression "pOVar5 = __position._M_current + 1" identifier = (binary_expression "__position._M_current + 1" (field_expression "__position._M_current" identifier . field_identifier) + number_literal)) ;) (expression_statement "*(uint *)&(__position._M_current)->field_0x10 = uStack_18;" (assignment_expression "*(uint *)&(__position._M_current)->field_0x10 = uStack_18" (pointer_expression "*(uint *)&(__position._M_current)->field_0x10" * (cast_expression "(uint *)&(__position._M_current)->field_0x10" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(__position._M_current)->field_0x10" & (field_expression "(__position._M_current)->field_0x10" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier)))) = identifier) ;) (expression_statement "(__position._M_current)->shndx_ = uStack_14;" (assignment_expression "(__position._M_current)->shndx_ = uStack_14" (field_expression "(__position._M_current)->shndx_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (ERROR "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::" (comma_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std" (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_32,_true>,_std" identifier , (comma_expression "_32,_true>,_std" identifier , (binary_expression "_true>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5;" (comma_expression "Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar5" identifier , (comma_expression "_32,_true>_>_>\n ._M_impl._M_finish = pOVar5" identifier , (assignment_expression "_true>_>_>\n ._M_impl._M_finish = pOVar5" (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) = identifier)))) ;) }) (assignment_expression "iVar1 = (int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" identifier = (binary_expression "(int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" (binary_expression "(int)pOVar5 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base" (cast_expression "(int)pOVar5" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base" ( (type_descriptor "int" primitive_type) ) (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier))) < identifier)) : : (comma_expression "Output_reloc<9,_true,_32,_true>,_std" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_true>,_std" identifier , (comma_expression "_32,_true>,_std" identifier , (binary_expression "_true>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 3" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_true>_>_>\n ._M_impl._M_start >> 3" identifier , (comma_expression "_32,_true>_>_>\n ._M_impl._M_start >> 3" identifier , (binary_expression "_true>_>_>\n ._M_impl._M_start >> 3" (field_expression "_true>_>_>\n ._M_impl._M_start" (field_expression "_true>_>_>\n ._M_impl" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) >> number_literal)))) ; (assignment_expression "bVar2 = (byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1" identifier = (binary_expression "(byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20 >> 1" (field_expression "(byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20" (field_expression "(byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data" (field_expression "(byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build" (field_expression "(byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic" (call_expression "(byte)(this->super_Output_data_reloc_base<9,_true,_32,_true>)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , identifier , identifier , identifier (ERROR ">" >) ))) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) >> number_literal)) ; (call_expression "uVar4 = iVar1 * -0x55555555;\n if ((bVar2 & 1) != 0)" (assignment_expression "uVar4 = iVar1 * -0x55555555" identifier = (binary_expression "iVar1 * -0x55555555" identifier * number_literal)) (ERROR ";\n if" ; if) (argument_list "((bVar2 & 1) != 0)" ( (binary_expression "(bVar2 & 1) != 0" (parenthesized_expression "(bVar2 & 1)" ( (binary_expression "bVar2 & 1" identifier & number_literal) )) != number_literal) )))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));\n }" { comment (expression_statement "do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040));" (call_expression "do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040))" identifier (argument_list "((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac,\n (char *)(DAT_00110da4 + 0x111040))" ( (cast_expression "(char *)((int)&DAT_00110da4 + DAT_00110da8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_00110da4 + DAT_00110da8)" ( (binary_expression "(int)&DAT_00110da4 + DAT_00110da8" (cast_expression "(int)&DAT_00110da4" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00110da4" & identifier)) + identifier) ))) , identifier , (cast_expression "(char *)(DAT_00110da4 + 0x111040)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00110da4 + 0x111040)" ( (binary_expression "DAT_00110da4 + 0x111040" identifier + number_literal) ))) ))) ;) }) ))) * (cast_expression "(uint *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (assignment_expression "((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1" (parenthesized_expression "((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4)" ( (binary_expression "(int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4" (cast_expression "(int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_" & (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) + number_literal) )) = (binary_expression "bVar2 & 1" identifier & number_literal))))) (ERROR ";" ;) * (cast_expression "(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n iVar1 * 0x55555558" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (assignment_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n iVar1 * 0x55555558" (pointer_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_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<9,_true,_32,_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<9,_true,_32,_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<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) = (binary_expression "iVar1 * 0x55555558" identifier * number_literal)))) (ERROR ";\n od" ; identifier) -> field_identifier) = (binary_expression "od->field_0x20 | 0x10" (field_expression "od->field_0x20" identifier -> field_identifier) | number_literal)) (ERROR ";\n if" ; if) (argument_list "((uStack_18 & 0x10000000) != 0)" ( (binary_expression "(uStack_18 & 0x10000000) != 0" (parenthesized_expression "(uStack_18 & 0x10000000)" ( (binary_expression "uStack_18 & 0x10000000" identifier & number_literal) )) != number_literal) ))) (ERROR "{" {) (argument_list "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , identifier , identifier , identifier (ERROR ">" >) ))) . field_identifier) . field_identifier) = (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n relative_reloc_count_ + 1" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n relative_reloc_count_" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) + number_literal)) (ERROR ";\n }\n if" ; } if) ( (ERROR "(uStack_14 != 0xfffffffc) && (pSStack_24 != (Sized_relobj<32,_true> *)0x0))" (binary_expression "(uStack_14 != 0xfffffffc) && (pSStack_24 != (Sized_relobj<32,_true> *)0x0))" (parenthesized_expression "(uStack_14 != 0xfffffffc)" ( (binary_expression "uStack_14 != 0xfffffffc" identifier != number_literal) )) && (parenthesized_expression "(pSStack_24 != (Sized_relobj<32,_true> *)0x0))" ( (binary_expression "pSStack_24 != (Sized_relobj<32,_true> *)0x0)" identifier != (parenthesized_expression "(Sized_relobj<32,_true> *)0x0)" ( (comma_expression "Sized_relobj<32,_true> *)0x0" (binary_expression "Sized_relobj<32" identifier < number_literal) , (binary_expression "_true> *)0x0" identifier > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal))) ))) )))) (compound_statement "{\n uVar3 = (pSStack_24->super_Relobj).dyn_reloc_count_;\n if (uVar3 == 0) {\n uVar4 = uVar4 - 1;\n }\n if (uVar3 == 0) {\n (pSStack_24->super_Relobj).first_dyn_reloc_ = uVar4;\n }\n (pSStack_24->super_Relobj).dyn_reloc_count_ = uVar3 + 1;\n }" { (expression_statement "uVar3 = (pSStack_24->super_Relobj).dyn_reloc_count_;" (assignment_expression "uVar3 = (pSStack_24->super_Relobj).dyn_reloc_count_" identifier = (field_expression "(pSStack_24->super_Relobj).dyn_reloc_count_" (parenthesized_expression "(pSStack_24->super_Relobj)" ( (field_expression "pSStack_24->super_Relobj" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (uVar3 == 0) {\n uVar4 = uVar4 - 1;\n }" if (parenthesized_expression "(uVar3 == 0)" ( (binary_expression "uVar3 == 0" identifier == number_literal) )) (compound_statement "{\n uVar4 = uVar4 - 1;\n }" { (expression_statement "uVar4 = uVar4 - 1;" (assignment_expression "uVar4 = uVar4 - 1" identifier = (binary_expression "uVar4 - 1" identifier - number_literal)) ;) })) (if_statement "if (uVar3 == 0) {\n (pSStack_24->super_Relobj).first_dyn_reloc_ = uVar4;\n }" if (parenthesized_expression "(uVar3 == 0)" ( (binary_expression "uVar3 == 0" identifier == number_literal) )) (compound_statement "{\n (pSStack_24->super_Relobj).first_dyn_reloc_ = uVar4;\n }" { (expression_statement "(pSStack_24->super_Relobj).first_dyn_reloc_ = uVar4;" (assignment_expression "(pSStack_24->super_Relobj).first_dyn_reloc_ = uVar4" (field_expression "(pSStack_24->super_Relobj).first_dyn_reloc_" (parenthesized_expression "(pSStack_24->super_Relobj)" ( (field_expression "pSStack_24->super_Relobj" identifier -> field_identifier) )) . field_identifier) = identifier) ;) })) (expression_statement "(pSStack_24->super_Relobj).dyn_reloc_count_ = uVar3 + 1;" (assignment_expression "(pSStack_24->super_Relobj).dyn_reloc_count_ = uVar3 + 1" (field_expression "(pSStack_24->super_Relobj).dyn_reloc_count_" (parenthesized_expression "(pSStack_24->super_Relobj)" ( (field_expression "pSStack_24->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (binary_expression "uVar3 + 1" identifier + number_literal)) ;) }) return ; }))
(translation_unit "void FUN_00110c88(int param_1,undefined4 param_2,int param_3)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined4 uVar6;\n undefined4 local_28;\n int local_24;\n undefined4 uStack_20;\n undefined4 uStack_1c;\n uint local_18;\n int local_14;\n \n uVar6 = 0;\n FUN_000f5f48(&local_28);\n puVar4 = *(undefined4 **)(param_1 + 0x3c);\n if (puVar4 == *(undefined4 **)(param_1 + 0x40)) {\n FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);\n puVar5 = *(undefined4 **)(param_1 + 0x3c);\n }\n else {\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }\n iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3;\n bVar1 = *(byte *)(param_1 + 0x20) >> 1;\n iVar3 = iVar2 * -0x55555555;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);\n }\n *(uint *)(param_1 + 0x14) = bVar1 & 1;\n *(int *)(param_1 + 0x10) = iVar2 * 0x55555558;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((local_18 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;\n }\n if ((local_14 != -4) && (local_24 != 0)) {\n iVar2 = *(int *)(local_24 + 100);\n if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }\n if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }\n *(int *)(local_24 + 100) = iVar2 + 1;\n }\n return;\n}\n\n" (function_definition "void FUN_00110c88(int param_1,undefined4 param_2,int param_3)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined4 uVar6;\n undefined4 local_28;\n int local_24;\n undefined4 uStack_20;\n undefined4 uStack_1c;\n uint local_18;\n int local_14;\n \n uVar6 = 0;\n FUN_000f5f48(&local_28);\n puVar4 = *(undefined4 **)(param_1 + 0x3c);\n if (puVar4 == *(undefined4 **)(param_1 + 0x40)) {\n FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);\n puVar5 = *(undefined4 **)(param_1 + 0x3c);\n }\n else {\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }\n iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3;\n bVar1 = *(byte *)(param_1 + 0x20) >> 1;\n iVar3 = iVar2 * -0x55555555;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);\n }\n *(uint *)(param_1 + 0x14) = bVar1 & 1;\n *(int *)(param_1 + 0x10) = iVar2 * 0x55555558;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((local_18 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;\n }\n if ((local_14 != -4) && (local_24 != 0)) {\n iVar2 = *(int *)(local_24 + 100);\n if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }\n if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }\n *(int *)(local_24 + 100) = iVar2 + 1;\n }\n return;\n}" primitive_type (function_declarator "FUN_00110c88(int param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(int param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n byte bVar1;\n int iVar2;\n int iVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined4 uVar6;\n undefined4 local_28;\n int local_24;\n undefined4 uStack_20;\n undefined4 uStack_1c;\n uint local_18;\n int local_14;\n \n uVar6 = 0;\n FUN_000f5f48(&local_28);\n puVar4 = *(undefined4 **)(param_1 + 0x3c);\n if (puVar4 == *(undefined4 **)(param_1 + 0x40)) {\n FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);\n puVar5 = *(undefined4 **)(param_1 + 0x3c);\n }\n else {\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }\n iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3;\n bVar1 = *(byte *)(param_1 + 0x20) >> 1;\n iVar3 = iVar2 * -0x55555555;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);\n }\n *(uint *)(param_1 + 0x14) = bVar1 & 1;\n *(int *)(param_1 + 0x10) = iVar2 * 0x55555558;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((local_18 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;\n }\n if ((local_14 != -4) && (local_24 != 0)) {\n iVar2 = *(int *)(local_24 + 100);\n if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }\n if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }\n *(int *)(local_24 + 100) = iVar2 + 1;\n }\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined4 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "undefined4 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "int local_24;" primitive_type identifier ;) (declaration "undefined4 uStack_20;" type_identifier identifier ;) (declaration "undefined4 uStack_1c;" type_identifier identifier ;) (declaration "uint local_18;" type_identifier identifier ;) (declaration "int local_14;" primitive_type identifier ;) (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (expression_statement "FUN_000f5f48(&local_28);" (call_expression "FUN_000f5f48(&local_28)" identifier (argument_list "(&local_28)" ( (pointer_expression "&local_28" & identifier) ))) ;) (expression_statement "puVar4 = *(undefined4 **)(param_1 + 0x3c);" (assignment_expression "puVar4 = *(undefined4 **)(param_1 + 0x3c)" identifier = (pointer_expression "*(undefined4 **)(param_1 + 0x3c)" * (cast_expression "(undefined4 **)(param_1 + 0x3c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) ))))) ;) (if_statement "if (puVar4 == *(undefined4 **)(param_1 + 0x40)) {\n FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);\n puVar5 = *(undefined4 **)(param_1 + 0x3c);\n }\n else {\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }" if (parenthesized_expression "(puVar4 == *(undefined4 **)(param_1 + 0x40))" ( (binary_expression "puVar4 == *(undefined4 **)(param_1 + 0x40)" identifier == (pointer_expression "*(undefined4 **)(param_1 + 0x40)" * (cast_expression "(undefined4 **)(param_1 + 0x40)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);\n puVar5 = *(undefined4 **)(param_1 + 0x3c);\n }" { (expression_statement "FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);" (call_expression "FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6)" identifier (argument_list "(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) , identifier , (pointer_expression "&local_28" & identifier) , (pointer_expression "*(undefined4 **)(param_1 + 0x40)" * (cast_expression "(undefined4 **)(param_1 + 0x40)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "puVar5 = *(undefined4 **)(param_1 + 0x3c);" (assignment_expression "puVar5 = *(undefined4 **)(param_1 + 0x3c)" identifier = (pointer_expression "*(undefined4 **)(param_1 + 0x3c)" * (cast_expression "(undefined4 **)(param_1 + 0x3c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) ))))) ;) }) (else_clause "else {\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }" else (compound_statement "{\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }" { (expression_statement "*puVar4 = local_28;" (assignment_expression "*puVar4 = local_28" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "puVar4[1] = local_24;" (assignment_expression "puVar4[1] = local_24" (subscript_expression "puVar4[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar4[2] = uStack_20;" (assignment_expression "puVar4[2] = uStack_20" (subscript_expression "puVar4[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar4[3] = uStack_1c;" (assignment_expression "puVar4[3] = uStack_1c" (subscript_expression "puVar4[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar5 = puVar4 + 6;" (assignment_expression "puVar5 = puVar4 + 6" identifier = (binary_expression "puVar4 + 6" identifier + number_literal)) ;) (expression_statement "puVar4[4] = local_18;" (assignment_expression "puVar4[4] = local_18" (subscript_expression "puVar4[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar4[5] = local_14;" (assignment_expression "puVar4[5] = local_14" (subscript_expression "puVar4[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 **)(param_1 + 0x3c) = puVar5;" (assignment_expression "*(undefined4 **)(param_1 + 0x3c) = puVar5" (pointer_expression "*(undefined4 **)(param_1 + 0x3c)" * (cast_expression "(undefined4 **)(param_1 + 0x3c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) )))) = identifier) ;) }))) (expression_statement "iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3;" (assignment_expression "iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3" identifier = (binary_expression "(int)puVar5 - *(int *)(param_1 + 0x38) >> 3" (binary_expression "(int)puVar5 - *(int *)(param_1 + 0x38)" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) - (pointer_expression "*(int *)(param_1 + 0x38)" * (cast_expression "(int *)(param_1 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) >> number_literal)) ;) (expression_statement "bVar1 = *(byte *)(param_1 + 0x20) >> 1;" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x20) >> 1" identifier = (binary_expression "*(byte *)(param_1 + 0x20) >> 1" (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)) ;) (expression_statement "iVar3 = iVar2 * -0x55555555;" (assignment_expression "iVar3 = iVar2 * -0x55555555" identifier = (binary_expression "iVar2 * -0x55555555" identifier * number_literal)) ;) (if_statement "if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);\n }" if (parenthesized_expression "((bVar1 & 1) != 0)" ( (binary_expression "(bVar1 & 1) != 0" (parenthesized_expression "(bVar1 & 1)" ( (binary_expression "bVar1 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);\n }" { comment (expression_statement "FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);" (call_expression "FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040)" identifier (argument_list "((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040)" ( (binary_expression "(int)&DAT_00110da4 + DAT_00110da8" (cast_expression "(int)&DAT_00110da4" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00110da4" & identifier)) + identifier) , identifier , (binary_expression "DAT_00110da4 + 0x111040" identifier + number_literal) ))) ;) })) (expression_statement "*(uint *)(param_1 + 0x14) = bVar1 & 1;" (assignment_expression "*(uint *)(param_1 + 0x14) = bVar1 & 1" (pointer_expression "*(uint *)(param_1 + 0x14)" * (cast_expression "(uint *)(param_1 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) )))) = (binary_expression "bVar1 & 1" identifier & number_literal)) ;) (expression_statement "*(int *)(param_1 + 0x10) = iVar2 * 0x55555558;" (assignment_expression "*(int *)(param_1 + 0x10) = iVar2 * 0x55555558" (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 * 0x55555558" identifier * number_literal)) ;) (expression_statement "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;" (assignment_expression "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" * (cast_expression "(byte *)(param_3 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" * (cast_expression "(byte *)(param_3 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) | number_literal)) ;) (if_statement "if ((local_18 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;\n }" if (parenthesized_expression "((local_18 & 0x10000000) != 0)" ( (binary_expression "(local_18 & 0x10000000) != 0" (parenthesized_expression "(local_18 & 0x10000000)" ( (binary_expression "local_18 & 0x10000000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;\n }" { (expression_statement "*(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;" (assignment_expression "*(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) = (binary_expression "*(int *)(param_1 + 0x30) + 1" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) + number_literal)) ;) })) (if_statement "if ((local_14 != -4) && (local_24 != 0)) {\n iVar2 = *(int *)(local_24 + 100);\n if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }\n if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }\n *(int *)(local_24 + 100) = iVar2 + 1;\n }" if (parenthesized_expression "((local_14 != -4) && (local_24 != 0))" ( (binary_expression "(local_14 != -4) && (local_24 != 0)" (parenthesized_expression "(local_14 != -4)" ( (binary_expression "local_14 != -4" identifier != number_literal) )) && (parenthesized_expression "(local_24 != 0)" ( (binary_expression "local_24 != 0" identifier != number_literal) ))) )) (compound_statement "{\n iVar2 = *(int *)(local_24 + 100);\n if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }\n if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }\n *(int *)(local_24 + 100) = iVar2 + 1;\n }" { (expression_statement "iVar2 = *(int *)(local_24 + 100);" (assignment_expression "iVar2 = *(int *)(local_24 + 100)" identifier = (pointer_expression "*(int *)(local_24 + 100)" * (cast_expression "(int *)(local_24 + 100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_24 + 100)" ( (binary_expression "local_24 + 100" identifier + number_literal) ))))) ;) (if_statement "if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n iVar3 = iVar3 + -1;\n }" { (expression_statement "iVar3 = iVar3 + -1;" (assignment_expression "iVar3 = iVar3 + -1" identifier = (binary_expression "iVar3 + -1" identifier + number_literal)) ;) })) (if_statement "if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n *(int *)(local_24 + 0x60) = iVar3;\n }" { (expression_statement "*(int *)(local_24 + 0x60) = iVar3;" (assignment_expression "*(int *)(local_24 + 0x60) = iVar3" (pointer_expression "*(int *)(local_24 + 0x60)" * (cast_expression "(int *)(local_24 + 0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_24 + 0x60)" ( (binary_expression "local_24 + 0x60" identifier + number_literal) )))) = identifier) ;) })) (expression_statement "*(int *)(local_24 + 100) = iVar2 + 1;" (assignment_expression "*(int *)(local_24 + 100) = iVar2 + 1" (pointer_expression "*(int *)(local_24 + 100)" * (cast_expression "(int *)(local_24 + 100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_24 + 100)" ( (binary_expression "local_24 + 100" identifier + number_literal) )))) = (binary_expression "iVar2 + 1" identifier + number_literal)) ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (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) ))))) ;) (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) , (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 = (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 (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) >> LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (pointer_expression & IDENT)) + 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) )))) = (binary_expression IDENT & LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) | LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = 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)) ;) })) (return_statement return ;) })))
(function_definition "void FUN_00110c88(int param_1,undefined4 param_2,int param_3)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined4 uVar6;\n undefined4 local_28;\n int local_24;\n undefined4 uStack_20;\n undefined4 uStack_1c;\n uint local_18;\n int local_14;\n \n uVar6 = 0;\n FUN_000f5f48(&local_28);\n puVar4 = *(undefined4 **)(param_1 + 0x3c);\n if (puVar4 == *(undefined4 **)(param_1 + 0x40)) {\n FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);\n puVar5 = *(undefined4 **)(param_1 + 0x3c);\n }\n else {\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }\n iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3;\n bVar1 = *(byte *)(param_1 + 0x20) >> 1;\n iVar3 = iVar2 * -0x55555555;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);\n }\n *(uint *)(param_1 + 0x14) = bVar1 & 1;\n *(int *)(param_1 + 0x10) = iVar2 * 0x55555558;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((local_18 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;\n }\n if ((local_14 != -4) && (local_24 != 0)) {\n iVar2 = *(int *)(local_24 + 100);\n if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }\n if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }\n *(int *)(local_24 + 100) = iVar2 + 1;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00110c88(int param_1,undefined4 param_2,int param_3)" (identifier "FUN_00110c88") (parameter_list "(int param_1,undefined4 param_2,int param_3)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n byte bVar1;\n int iVar2;\n int iVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined4 uVar6;\n undefined4 local_28;\n int local_24;\n undefined4 uStack_20;\n undefined4 uStack_1c;\n uint local_18;\n int local_14;\n \n uVar6 = 0;\n FUN_000f5f48(&local_28);\n puVar4 = *(undefined4 **)(param_1 + 0x3c);\n if (puVar4 == *(undefined4 **)(param_1 + 0x40)) {\n FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);\n puVar5 = *(undefined4 **)(param_1 + 0x3c);\n }\n else {\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }\n iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3;\n bVar1 = *(byte *)(param_1 + 0x20) >> 1;\n iVar3 = iVar2 * -0x55555555;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);\n }\n *(uint *)(param_1 + 0x14) = bVar1 & 1;\n *(int *)(param_1 + 0x10) = iVar2 * 0x55555558;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((local_18 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;\n }\n if ((local_14 != -4) && (local_24 != 0)) {\n iVar2 = *(int *)(local_24 + 100);\n if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }\n if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }\n *(int *)(local_24 + 100) = iVar2 + 1;\n }\n return;\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "undefined4 *puVar4;" (type_identifier "undefined4") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (declaration "undefined4 *puVar5;" (type_identifier "undefined4") (pointer_declarator "*puVar5" (* "*") (identifier "puVar5")) (; ";")) (declaration "undefined4 uVar6;" (type_identifier "undefined4") (identifier "uVar6") (; ";")) (declaration "undefined4 local_28;" (type_identifier "undefined4") (identifier "local_28") (; ";")) (declaration "int local_24;" (primitive_type "int") (identifier "local_24") (; ";")) (declaration "undefined4 uStack_20;" (type_identifier "undefined4") (identifier "uStack_20") (; ";")) (declaration "undefined4 uStack_1c;" (type_identifier "undefined4") (identifier "uStack_1c") (; ";")) (declaration "uint local_18;" (type_identifier "uint") (identifier "local_18") (; ";")) (declaration "int local_14;" (primitive_type "int") (identifier "local_14") (; ";")) (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" (identifier "uVar6") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_000f5f48(&local_28);" (call_expression "FUN_000f5f48(&local_28)" (identifier "FUN_000f5f48") (argument_list "(&local_28)" (( "(") (pointer_expression "&local_28" (& "&") (identifier "local_28")) () ")"))) (; ";")) (expression_statement "puVar4 = *(undefined4 **)(param_1 + 0x3c);" (assignment_expression "puVar4 = *(undefined4 **)(param_1 + 0x3c)" (identifier "puVar4") (= "=") (pointer_expression "*(undefined4 **)(param_1 + 0x3c)" (* "*") (cast_expression "(undefined4 **)(param_1 + 0x3c)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x3c)" (( "(") (binary_expression "param_1 + 0x3c" (identifier "param_1") (+ "+") (number_literal "0x3c")) () ")"))))) (; ";")) (if_statement "if (puVar4 == *(undefined4 **)(param_1 + 0x40)) {\n FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);\n puVar5 = *(undefined4 **)(param_1 + 0x3c);\n }\n else {\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }" (if "if") (parenthesized_expression "(puVar4 == *(undefined4 **)(param_1 + 0x40))" (( "(") (binary_expression "puVar4 == *(undefined4 **)(param_1 + 0x40)" (identifier "puVar4") (== "==") (pointer_expression "*(undefined4 **)(param_1 + 0x40)" (* "*") (cast_expression "(undefined4 **)(param_1 + 0x40)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")"))))) () ")")) (compound_statement "{\n FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);\n puVar5 = *(undefined4 **)(param_1 + 0x3c);\n }" ({ "{") (expression_statement "FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6);" (call_expression "FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6)" (identifier "FUN_0010ff2c") (argument_list "(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) (, ",") (identifier "puVar4") (, ",") (pointer_expression "&local_28" (& "&") (identifier "local_28")) (, ",") (pointer_expression "*(undefined4 **)(param_1 + 0x40)" (* "*") (cast_expression "(undefined4 **)(param_1 + 0x40)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")")))) (, ",") (identifier "uVar6") () ")"))) (; ";")) (expression_statement "puVar5 = *(undefined4 **)(param_1 + 0x3c);" (assignment_expression "puVar5 = *(undefined4 **)(param_1 + 0x3c)" (identifier "puVar5") (= "=") (pointer_expression "*(undefined4 **)(param_1 + 0x3c)" (* "*") (cast_expression "(undefined4 **)(param_1 + 0x3c)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x3c)" (( "(") (binary_expression "param_1 + 0x3c" (identifier "param_1") (+ "+") (number_literal "0x3c")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }" (else "else") (compound_statement "{\n *puVar4 = local_28;\n puVar4[1] = local_24;\n puVar4[2] = uStack_20;\n puVar4[3] = uStack_1c;\n puVar5 = puVar4 + 6;\n puVar4[4] = local_18;\n puVar4[5] = local_14;\n *(undefined4 **)(param_1 + 0x3c) = puVar5;\n }" ({ "{") (expression_statement "*puVar4 = local_28;" (assignment_expression "*puVar4 = local_28" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (identifier "local_28")) (; ";")) (expression_statement "puVar4[1] = local_24;" (assignment_expression "puVar4[1] = local_24" (subscript_expression "puVar4[1]" (identifier "puVar4") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "local_24")) (; ";")) (expression_statement "puVar4[2] = uStack_20;" (assignment_expression "puVar4[2] = uStack_20" (subscript_expression "puVar4[2]" (identifier "puVar4") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "uStack_20")) (; ";")) (expression_statement "puVar4[3] = uStack_1c;" (assignment_expression "puVar4[3] = uStack_1c" (subscript_expression "puVar4[3]" (identifier "puVar4") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "uStack_1c")) (; ";")) (expression_statement "puVar5 = puVar4 + 6;" (assignment_expression "puVar5 = puVar4 + 6" (identifier "puVar5") (= "=") (binary_expression "puVar4 + 6" (identifier "puVar4") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "puVar4[4] = local_18;" (assignment_expression "puVar4[4] = local_18" (subscript_expression "puVar4[4]" (identifier "puVar4") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "local_18")) (; ";")) (expression_statement "puVar4[5] = local_14;" (assignment_expression "puVar4[5] = local_14" (subscript_expression "puVar4[5]" (identifier "puVar4") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "local_14")) (; ";")) (expression_statement "*(undefined4 **)(param_1 + 0x3c) = puVar5;" (assignment_expression "*(undefined4 **)(param_1 + 0x3c) = puVar5" (pointer_expression "*(undefined4 **)(param_1 + 0x3c)" (* "*") (cast_expression "(undefined4 **)(param_1 + 0x3c)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x3c)" (( "(") (binary_expression "param_1 + 0x3c" (identifier "param_1") (+ "+") (number_literal "0x3c")) () ")")))) (= "=") (identifier "puVar5")) (; ";")) (} "}")))) (expression_statement "iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3;" (assignment_expression "iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3" (identifier "iVar2") (= "=") (binary_expression "(int)puVar5 - *(int *)(param_1 + 0x38) >> 3" (binary_expression "(int)puVar5 - *(int *)(param_1 + 0x38)" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (- "-") (pointer_expression "*(int *)(param_1 + 0x38)" (* "*") (cast_expression "(int *)(param_1 + 0x38)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")"))))) (>> ">>") (number_literal "3"))) (; ";")) (expression_statement "bVar1 = *(byte *)(param_1 + 0x20) >> 1;" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x20) >> 1" (identifier "bVar1") (= "=") (binary_expression "*(byte *)(param_1 + 0x20) >> 1" (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 "1"))) (; ";")) (expression_statement "iVar3 = iVar2 * -0x55555555;" (assignment_expression "iVar3 = iVar2 * -0x55555555" (identifier "iVar3") (= "=") (binary_expression "iVar2 * -0x55555555" (identifier "iVar2") (* "*") (number_literal "-0x55555555"))) (; ";")) (if_statement "if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);\n }" (if "if") (parenthesized_expression "((bVar1 & 1) != 0)" (( "(") (binary_expression "(bVar1 & 1) != 0" (parenthesized_expression "(bVar1 & 1)" (( "(") (binary_expression "bVar1 & 1" (identifier "bVar1") (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040);" (call_expression "FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040)" (identifier "FUN_0005f640") (argument_list "((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040)" (( "(") (binary_expression "(int)&DAT_00110da4 + DAT_00110da8" (cast_expression "(int)&DAT_00110da4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "&DAT_00110da4" (& "&") (identifier "DAT_00110da4"))) (+ "+") (identifier "DAT_00110da8")) (, ",") (identifier "DAT_00110dac") (, ",") (binary_expression "DAT_00110da4 + 0x111040" (identifier "DAT_00110da4") (+ "+") (number_literal "0x111040")) () ")"))) (; ";")) (} "}"))) (expression_statement "*(uint *)(param_1 + 0x14) = bVar1 & 1;" (assignment_expression "*(uint *)(param_1 + 0x14) = bVar1 & 1" (pointer_expression "*(uint *)(param_1 + 0x14)" (* "*") (cast_expression "(uint *)(param_1 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x14)" (( "(") (binary_expression "param_1 + 0x14" (identifier "param_1") (+ "+") (number_literal "0x14")) () ")")))) (= "=") (binary_expression "bVar1 & 1" (identifier "bVar1") (& "&") (number_literal "1"))) (; ";")) (expression_statement "*(int *)(param_1 + 0x10) = iVar2 * 0x55555558;" (assignment_expression "*(int *)(param_1 + 0x10) = iVar2 * 0x55555558" (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 * 0x55555558" (identifier "iVar2") (* "*") (number_literal "0x55555558"))) (; ";")) (expression_statement "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;" (assignment_expression "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" (* "*") (cast_expression "(byte *)(param_3 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x20)" (( "(") (binary_expression "param_3 + 0x20" (identifier "param_3") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (binary_expression "*(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" (* "*") (cast_expression "(byte *)(param_3 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x20)" (( "(") (binary_expression "param_3 + 0x20" (identifier "param_3") (+ "+") (number_literal "0x20")) () ")")))) (| "|") (number_literal "0x10"))) (; ";")) (if_statement "if ((local_18 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;\n }" (if "if") (parenthesized_expression "((local_18 & 0x10000000) != 0)" (( "(") (binary_expression "(local_18 & 0x10000000) != 0" (parenthesized_expression "(local_18 & 0x10000000)" (( "(") (binary_expression "local_18 & 0x10000000" (identifier "local_18") (& "&") (number_literal "0x10000000")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;\n }" ({ "{") (expression_statement "*(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1;" (assignment_expression "*(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1" (pointer_expression "*(int *)(param_1 + 0x30)" (* "*") (cast_expression "(int *)(param_1 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (binary_expression "*(int *)(param_1 + 0x30) + 1" (pointer_expression "*(int *)(param_1 + 0x30)" (* "*") (cast_expression "(int *)(param_1 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (if_statement "if ((local_14 != -4) && (local_24 != 0)) {\n iVar2 = *(int *)(local_24 + 100);\n if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }\n if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }\n *(int *)(local_24 + 100) = iVar2 + 1;\n }" (if "if") (parenthesized_expression "((local_14 != -4) && (local_24 != 0))" (( "(") (binary_expression "(local_14 != -4) && (local_24 != 0)" (parenthesized_expression "(local_14 != -4)" (( "(") (binary_expression "local_14 != -4" (identifier "local_14") (!= "!=") (number_literal "-4")) () ")")) (&& "&&") (parenthesized_expression "(local_24 != 0)" (( "(") (binary_expression "local_24 != 0" (identifier "local_24") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n iVar2 = *(int *)(local_24 + 100);\n if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }\n if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }\n *(int *)(local_24 + 100) = iVar2 + 1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(local_24 + 100);" (assignment_expression "iVar2 = *(int *)(local_24 + 100)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(local_24 + 100)" (* "*") (cast_expression "(int *)(local_24 + 100)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_24 + 100)" (( "(") (binary_expression "local_24 + 100" (identifier "local_24") (+ "+") (number_literal "100")) () ")"))))) (; ";")) (if_statement "if (iVar2 == 0) {\n iVar3 = iVar3 + -1;\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar3 = iVar3 + -1;\n }" ({ "{") (expression_statement "iVar3 = iVar3 + -1;" (assignment_expression "iVar3 = iVar3 + -1" (identifier "iVar3") (= "=") (binary_expression "iVar3 + -1" (identifier "iVar3") (+ "+") (number_literal "-1"))) (; ";")) (} "}"))) (if_statement "if (iVar2 == 0) {\n *(int *)(local_24 + 0x60) = iVar3;\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(int *)(local_24 + 0x60) = iVar3;\n }" ({ "{") (expression_statement "*(int *)(local_24 + 0x60) = iVar3;" (assignment_expression "*(int *)(local_24 + 0x60) = iVar3" (pointer_expression "*(int *)(local_24 + 0x60)" (* "*") (cast_expression "(int *)(local_24 + 0x60)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_24 + 0x60)" (( "(") (binary_expression "local_24 + 0x60" (identifier "local_24") (+ "+") (number_literal "0x60")) () ")")))) (= "=") (identifier "iVar3")) (; ";")) (} "}"))) (expression_statement "*(int *)(local_24 + 100) = iVar2 + 1;" (assignment_expression "*(int *)(local_24 + 100) = iVar2 + 1" (pointer_expression "*(int *)(local_24 + 100)" (* "*") (cast_expression "(int *)(local_24 + 100)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_24 + 100)" (( "(") (binary_expression "local_24 + 100" (identifier "local_24") (+ "+") (number_literal "100")) () ")")))) (= "=") (binary_expression "iVar2 + 1" (identifier "iVar2") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Type propagation algorithm not settling */ /* WARNING: Struct "Output_section": ignoring overlapping field "name_" */ /* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */ /* DWARF original prototype: void add_absolute(Output_data_reloc<9,_true,_32,_true> * this, uint type, Output_data * od, Address address) */ void __thiscall gold::Output_data_reloc<9,_true,_32,_true>::add_absolute (Output_data_reloc<9,_true,_32,_true> *this,type_2 type,Output_data *od,type_6 address) { int iVar1; type_1 bVar2; type_2 uVar3; type_2 uVar4; type_3 __position; type_4 pOVar5; type_5 aStack_28; var_1<32,_true> *pSStack_24; type_6 AStack_20; type_2 uStack_1c; type_2 uStack_18; type_2 uStack_14; Output_reloc<9,_true,_32,_true>::Output_reloc ((Output_reloc<9,_true,_32,_true> *)&aStack_28,type,od,address,false); __position._M_current = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_> ._M_impl._M_finish; if (__position._M_current == (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_> ._M_impl._M_end_of_storage) { std:: vector<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_> ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_true>&> (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position, (Output_reloc<9,_true,_32,_true> *)&aStack_28); pOVar5 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_> ._M_impl._M_finish; } else { (__position._M_current)->u1_ = aStack_28; ((__position._M_current)->u2_).relobj = pSStack_24; (__position._M_current)->address_ = AStack_20; (__position._M_current)->local_sym_index_ = uStack_1c; pOVar5 = __position._M_current + 1; *(type_2 *)&(__position._M_current)->field_0x10 = uStack_18; (__position._M_current)->shndx_ = uStack_14; (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_> ._M_impl._M_finish = pOVar5; } iVar1 = (int)pOVar5 - (int)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_> ._M_impl._M_start >> 3; bVar2 = (type_1)(this->super_Output_data_reloc_base<9,_true,_32,_true>). super_Output_data_reloc_generic.super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x20 >> 1; uVar4 = iVar1 * -0x55555555; if ((bVar2 & 1) != 0) { /* WARNING: Subroutine does not return */ do_gold_unreachable((char *)((int)&DAT_00110da4 + DAT_00110da8),DAT_00110dac, (char *)(DAT_00110da4 + 0x111040)); } *(type_2 *)((int)&(this->super_Output_data_reloc_base<9,_true,_32,_true>). super_Output_data_reloc_generic.super_Output_section_data_build. super_Output_section_data.super_Output_data.data_size_ + 4) = bVar2 & 1; *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic. super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ = iVar1 * 0x55555558; od->field_0x20 = od->field_0x20 | 0x10; if ((uStack_18 & 0x10000000) != 0) { (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic. relative_reloc_count_ = (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic. relative_reloc_count_ + 1; } if ((uStack_14 != 0xfffffffc) && (pSStack_24 != (var_1<32,_true> *)0x0)) { uVar3 = (pSStack_24->super_Relobj).dyn_reloc_count_; if (uVar3 == 0) { uVar4 = uVar4 - 1; } if (uVar3 == 0) { (pSStack_24->super_Relobj).first_dyn_reloc_ = uVar4; } (pSStack_24->super_Relobj).dyn_reloc_count_ = uVar3 + 1; } return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (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))))))) (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)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (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: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))) right: (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: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))))) (return_statement))))
void MASKED(int param_1,undefined4 param_2,int param_3) { byte bVar1; int iVar2; int iVar3; undefined4 *puVar4; undefined4 *puVar5; undefined4 uVar6; undefined4 local_28; int local_24; undefined4 uStack_20; undefined4 uStack_1c; uint local_18; int local_14; uVar6 = 0; FUN_000f5f48(&local_28); puVar4 = *(undefined4 **)(param_1 + 0x3c); if (puVar4 == *(undefined4 **)(param_1 + 0x40)) { FUN_0010ff2c(param_1 + 0x38,puVar4,&local_28,*(undefined4 **)(param_1 + 0x40),uVar6); puVar5 = *(undefined4 **)(param_1 + 0x3c); } else { *puVar4 = local_28; puVar4[1] = local_24; puVar4[2] = uStack_20; puVar4[3] = uStack_1c; puVar5 = puVar4 + 6; puVar4[4] = local_18; puVar4[5] = local_14; *(undefined4 **)(param_1 + 0x3c) = puVar5; } iVar2 = (int)puVar5 - *(int *)(param_1 + 0x38) >> 3; bVar1 = *(byte *)(param_1 + 0x20) >> 1; iVar3 = iVar2 * -0x55555555; if ((bVar1 & 1) != 0) { /* WARNING: Subroutine does not return */ FUN_0005f640((int)&DAT_00110da4 + DAT_00110da8,DAT_00110dac,DAT_00110da4 + 0x111040); } *(uint *)(param_1 + 0x14) = bVar1 & 1; *(int *)(param_1 + 0x10) = iVar2 * 0x55555558; *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10; if ((local_18 & 0x10000000) != 0) { *(int *)(param_1 + 0x30) = *(int *)(param_1 + 0x30) + 1; } if ((local_14 != -4) && (local_24 != 0)) { iVar2 = *(int *)(local_24 + 100); if (iVar2 == 0) { iVar3 = iVar3 + -1; } if (iVar2 == 0) { *(int *)(local_24 + 0x60) = iVar3; } *(int *)(local_24 + 100) = iVar2 + 1; } return; }
82,778
824_putty_and_putty_strip.c
ssh_send_packet_from_downstream
FUN_0004729c
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void ssh_send_packet_from_downstream (Ssh_conflict ssh,uint id,int type,void *data,int datalen,char *additional_log_text) { Packet *pkt; pkt = ssh2_pkt_init(type); pkt->downstream_id = id; pkt->additional_log_text = additional_log_text; /* WARNING: Subroutine does not return */ ssh_pkt_adddata(pkt,data,datalen); }
void FUN_0004729c(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6) { int iVar1; iVar1 = FUN_0003ccd8(param_3); *(undefined4 *)(iVar1 + 0x24) = param_2; *(undefined4 *)(iVar1 + 0x28) = param_6; FUN_0003cbe8(iVar1,param_4,param_5); FUN_00046358(param_1,iVar1); return; }
stmdb sp!,{r4,r5,r6,r7,r8,r9,r10,lr} cpy r5,r0 cpy r0,r2 cpy r7,r1 cpy r8,r3 ldr r9,[sp,#0x20] ldr r6,[sp,#0x24] bl 0x0003ccd8 cpy r1,r8 cpy r2,r9 cpy r4,r0 str r7,[r0,#0x24] str r6,[r0,#0x28] bl 0x0003cbe8 cpy r1,r4 cpy r0,r5 ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,lr} b 0x00046358
null
null
null
null
[('const-40', u'PTRSUB_-1206160539'), ('tmp_106', u'CALL_-1206160678'), (u'CALL_-1206160678', u'PTRSUB_-1206160544'), ('const-417', u'STORE_-1206160655'), (u'CALL_-1206160678', u'CALL_-1206160645'), ('tmp_109', u'STORE_-1206160655'), (u'PTRSUB_-1206160539', u'STORE_-1206160655'), ('tmp_108', u'CALL_-1206160645'), (u'PTRSUB_-1206160544', u'STORE_-1206160661'), ('const-417', u'STORE_-1206160661'), ('tmp_107', u'CALL_-1206160645'), ('tmp_105', u'STORE_-1206160661'), ('const-1', u'RETURN_-1206160640'), (u'CALL_-1206160678', u'PTRSUB_-1206160539'), ('const-36', u'PTRSUB_-1206160544')]
[('tmp_262', u'CALL_-1206160608'), ('tmp_458', u'STORE_-1206160655'), (u'CAST_-1206160506', u'STORE_-1206160661'), (u'INT_ADD_-1206160640', u'CAST_-1206160501'), ('const-36', u'INT_ADD_-1206160646'), (u'CALL_-1206160678', u'CALL_-1206160645'), ('const-40', u'INT_ADD_-1206160640'), ('tmp_263', u'CALL_-1206160678'), (u'INT_ADD_-1206160646', u'CAST_-1206160506'), ('const-0', u'RETURN_-1206160604'), ('const-417', u'STORE_-1206160661'), (u'CALL_-1206160678', u'CALL_-1206160608'), (u'CALL_-1206160678', u'INT_ADD_-1206160640'), (u'CALL_-1206160678', u'INT_ADD_-1206160646'), (u'CAST_-1206160501', u'STORE_-1206160655'), ('tmp_265', u'CALL_-1206160645'), ('const-417', u'STORE_-1206160655'), ('tmp_264', u'STORE_-1206160661'), ('tmp_457', u'CALL_-1206160645')]
null
null
0004729c
arm
O2
(translation_unit "void FUN_0004729c(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n int iVar1;\n \n iVar1 = FUN_0003ccd8(param_3);\n *(undefined4 *)(iVar1 + 0x24) = param_2;\n *(undefined4 *)(iVar1 + 0x28) = param_6;\n FUN_0003cbe8(iVar1,param_4,param_5);\n FUN_00046358(param_1,iVar1);\n return;\n}\n\n" (function_definition "void FUN_0004729c(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n int iVar1;\n \n iVar1 = FUN_0003ccd8(param_3);\n *(undefined4 *)(iVar1 + 0x24) = param_2;\n *(undefined4 *)(iVar1 + 0x28) = param_6;\n FUN_0003cbe8(iVar1,param_4,param_5);\n FUN_00046358(param_1,iVar1);\n return;\n}" primitive_type (function_declarator "FUN_0004729c(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = FUN_0003ccd8(param_3);\n *(undefined4 *)(iVar1 + 0x24) = param_2;\n *(undefined4 *)(iVar1 + 0x28) = param_6;\n FUN_0003cbe8(iVar1,param_4,param_5);\n FUN_00046358(param_1,iVar1);\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = FUN_0003ccd8(param_3);" (assignment_expression "iVar1 = FUN_0003ccd8(param_3)" identifier = (call_expression "FUN_0003ccd8(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "*(undefined4 *)(iVar1 + 0x24) = param_2;" (assignment_expression "*(undefined4 *)(iVar1 + 0x24) = param_2" (pointer_expression "*(undefined4 *)(iVar1 + 0x24)" * (cast_expression "(undefined4 *)(iVar1 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x24)" ( (binary_expression "iVar1 + 0x24" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(iVar1 + 0x28) = param_6;" (assignment_expression "*(undefined4 *)(iVar1 + 0x28) = param_6" (pointer_expression "*(undefined4 *)(iVar1 + 0x28)" * (cast_expression "(undefined4 *)(iVar1 + 0x28)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x28)" ( (binary_expression "iVar1 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "FUN_0003cbe8(iVar1,param_4,param_5);" (call_expression "FUN_0003cbe8(iVar1,param_4,param_5)" identifier (argument_list "(iVar1,param_4,param_5)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_00046358(param_1,iVar1);" (call_expression "FUN_00046358(param_1,iVar1)" identifier (argument_list "(param_1,iVar1)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh_send_packet_from_downstream\n (Ssh_conflict ssh,uint id,int type,void *data,int datalen,char *additional_log_text)\n\n{\n Packet *pkt;\n \n pkt = ssh2_pkt_init(type);\n pkt->downstream_id = id;\n pkt->additional_log_text = additional_log_text;\n /* WARNING: Subroutine does not return */\n ssh_pkt_adddata(pkt,data,datalen);\n}\n\n" comment (function_definition "void ssh_send_packet_from_downstream\n (Ssh_conflict ssh,uint id,int type,void *data,int datalen,char *additional_log_text)\n\n{\n Packet *pkt;\n \n pkt = ssh2_pkt_init(type);\n pkt->downstream_id = id;\n pkt->additional_log_text = additional_log_text;\n /* WARNING: Subroutine does not return */\n ssh_pkt_adddata(pkt,data,datalen);\n}" primitive_type (function_declarator "ssh_send_packet_from_downstream\n (Ssh_conflict ssh,uint id,int type,void *data,int datalen,char *additional_log_text)" identifier (parameter_list "(Ssh_conflict ssh,uint id,int type,void *data,int datalen,char *additional_log_text)" ( (parameter_declaration "Ssh_conflict ssh" type_identifier identifier) , (parameter_declaration "uint id" type_identifier identifier) , (parameter_declaration "int type" primitive_type identifier) , (parameter_declaration "void *data" primitive_type (pointer_declarator "*data" * identifier)) , (parameter_declaration "int datalen" primitive_type identifier) , (parameter_declaration "char *additional_log_text" primitive_type (pointer_declarator "*additional_log_text" * identifier)) ))) (compound_statement "{\n Packet *pkt;\n \n pkt = ssh2_pkt_init(type);\n pkt->downstream_id = id;\n pkt->additional_log_text = additional_log_text;\n /* WARNING: Subroutine does not return */\n ssh_pkt_adddata(pkt,data,datalen);\n}" { (declaration "Packet *pkt;" type_identifier (pointer_declarator "*pkt" * identifier) ;) (expression_statement "pkt = ssh2_pkt_init(type);" (assignment_expression "pkt = ssh2_pkt_init(type)" identifier = (call_expression "ssh2_pkt_init(type)" identifier (argument_list "(type)" ( identifier )))) ;) (expression_statement "pkt->downstream_id = id;" (assignment_expression "pkt->downstream_id = id" (field_expression "pkt->downstream_id" identifier -> field_identifier) = identifier) ;) (expression_statement "pkt->additional_log_text = additional_log_text;" (assignment_expression "pkt->additional_log_text = additional_log_text" (field_expression "pkt->additional_log_text" identifier -> field_identifier) = identifier) ;) comment (expression_statement "ssh_pkt_adddata(pkt,data,datalen);" (call_expression "ssh_pkt_adddata(pkt,data,datalen)" identifier (argument_list "(pkt,data,datalen)" ( identifier , identifier , identifier ))) ;) })))
(translation_unit "void FUN_0004729c(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n int iVar1;\n \n iVar1 = FUN_0003ccd8(param_3);\n *(undefined4 *)(iVar1 + 0x24) = param_2;\n *(undefined4 *)(iVar1 + 0x28) = param_6;\n FUN_0003cbe8(iVar1,param_4,param_5);\n FUN_00046358(param_1,iVar1);\n return;\n}\n\n" (function_definition "void FUN_0004729c(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n int iVar1;\n \n iVar1 = FUN_0003ccd8(param_3);\n *(undefined4 *)(iVar1 + 0x24) = param_2;\n *(undefined4 *)(iVar1 + 0x28) = param_6;\n FUN_0003cbe8(iVar1,param_4,param_5);\n FUN_00046358(param_1,iVar1);\n return;\n}" primitive_type (function_declarator "FUN_0004729c(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = FUN_0003ccd8(param_3);\n *(undefined4 *)(iVar1 + 0x24) = param_2;\n *(undefined4 *)(iVar1 + 0x28) = param_6;\n FUN_0003cbe8(iVar1,param_4,param_5);\n FUN_00046358(param_1,iVar1);\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = FUN_0003ccd8(param_3);" (assignment_expression "iVar1 = FUN_0003ccd8(param_3)" identifier = (call_expression "FUN_0003ccd8(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "*(undefined4 *)(iVar1 + 0x24) = param_2;" (assignment_expression "*(undefined4 *)(iVar1 + 0x24) = param_2" (pointer_expression "*(undefined4 *)(iVar1 + 0x24)" * (cast_expression "(undefined4 *)(iVar1 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x24)" ( (binary_expression "iVar1 + 0x24" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(iVar1 + 0x28) = param_6;" (assignment_expression "*(undefined4 *)(iVar1 + 0x28) = param_6" (pointer_expression "*(undefined4 *)(iVar1 + 0x28)" * (cast_expression "(undefined4 *)(iVar1 + 0x28)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x28)" ( (binary_expression "iVar1 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "FUN_0003cbe8(iVar1,param_4,param_5);" (call_expression "FUN_0003cbe8(iVar1,param_4,param_5)" identifier (argument_list "(iVar1,param_4,param_5)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_00046358(param_1,iVar1);" (call_expression "FUN_00046358(param_1,iVar1)" identifier (argument_list "(param_1,iVar1)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = 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 , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0004729c(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n int iVar1;\n \n iVar1 = FUN_0003ccd8(param_3);\n *(undefined4 *)(iVar1 + 0x24) = param_2;\n *(undefined4 *)(iVar1 + 0x28) = param_6;\n FUN_0003cbe8(iVar1,param_4,param_5);\n FUN_00046358(param_1,iVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0004729c(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)" (identifier "FUN_0004729c") (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = FUN_0003ccd8(param_3);\n *(undefined4 *)(iVar1 + 0x24) = param_2;\n *(undefined4 *)(iVar1 + 0x28) = param_6;\n FUN_0003cbe8(iVar1,param_4,param_5);\n FUN_00046358(param_1,iVar1);\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = FUN_0003ccd8(param_3);" (assignment_expression "iVar1 = FUN_0003ccd8(param_3)" (identifier "iVar1") (= "=") (call_expression "FUN_0003ccd8(param_3)" (identifier "FUN_0003ccd8") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")")))) (; ";")) (expression_statement "*(undefined4 *)(iVar1 + 0x24) = param_2;" (assignment_expression "*(undefined4 *)(iVar1 + 0x24) = param_2" (pointer_expression "*(undefined4 *)(iVar1 + 0x24)" (* "*") (cast_expression "(undefined4 *)(iVar1 + 0x24)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x24)" (( "(") (binary_expression "iVar1 + 0x24" (identifier "iVar1") (+ "+") (number_literal "0x24")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*(undefined4 *)(iVar1 + 0x28) = param_6;" (assignment_expression "*(undefined4 *)(iVar1 + 0x28) = param_6" (pointer_expression "*(undefined4 *)(iVar1 + 0x28)" (* "*") (cast_expression "(undefined4 *)(iVar1 + 0x28)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x28)" (( "(") (binary_expression "iVar1 + 0x28" (identifier "iVar1") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (identifier "param_6")) (; ";")) (expression_statement "FUN_0003cbe8(iVar1,param_4,param_5);" (call_expression "FUN_0003cbe8(iVar1,param_4,param_5)" (identifier "FUN_0003cbe8") (argument_list "(iVar1,param_4,param_5)" (( "(") (identifier "iVar1") (, ",") (identifier "param_4") (, ",") (identifier "param_5") () ")"))) (; ";")) (expression_statement "FUN_00046358(param_1,iVar1);" (call_expression "FUN_00046358(param_1,iVar1)" (identifier "FUN_00046358") (argument_list "(param_1,iVar1)" (( "(") (identifier "param_1") (, ",") (identifier "iVar1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1 (type_1 ssh,type_2 id,int type,void *data,int datalen,char *additional_log_text) { type_3 *pkt; pkt = var_1(type); pkt->downstream_id = id; pkt->additional_log_text = additional_log_text; /* WARNING: Subroutine does not return */ var_2(pkt,data,datalen); }
(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)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (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) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement))))
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6) { int iVar1; iVar1 = FUN_0003ccd8(param_3); *(undefined4 *)(iVar1 + 0x24) = param_2; *(undefined4 *)(iVar1 + 0x28) = param_6; FUN_0003cbe8(iVar1,param_4,param_5); FUN_00046358(param_1,iVar1); return; }
65,820
762_sqlite3_and_sqlite3_strip.c
fts5ExprNodeZeroPoslist
FUN_000509c8
void fts5ExprNodeZeroPoslist(Fts5ExprNode *pNode) { Fts5ExprNearset *pFVar1; Fts5ExprPhrase **ppFVar2; int iVar3; Fts5ExprNode **ppFVar4; if (pNode->eType == 4 || pNode->eType == 9) { pFVar1 = pNode->pNear; if (0 < pFVar1->nPhrase) { iVar3 = 0; ppFVar2 = (Fts5ExprPhrase **)&pFVar1->nPhrase; do { ppFVar2 = ppFVar2 + 1; iVar3 = iVar3 + 1; ((*ppFVar2)->poslist).n = 0; } while (iVar3 < pFVar1->nPhrase); return; } return; } iVar3 = 0; if (0 < pNode->nChild) { ppFVar4 = (Fts5ExprNode **)&pNode->nChild; do { ppFVar4 = ppFVar4 + 1; fts5ExprNodeZeroPoslist(*ppFVar4); iVar3 = iVar3 + 1; } while (iVar3 < pNode->nChild); return; } return; }
void FUN_000509c8(int *param_1) { int *piVar1; int iVar2; int iVar3; if (*param_1 == 4 || *param_1 == 9) { iVar3 = param_1[6]; if (0 < *(int *)(iVar3 + 8)) { iVar2 = 0; piVar1 = (int *)(iVar3 + 8); do { piVar1 = piVar1 + 1; iVar2 = iVar2 + 1; *(undefined4 *)(*piVar1 + 8) = 0; } while (iVar2 < *(int *)(iVar3 + 8)); return; } return; } iVar3 = 0; if (0 < param_1[7]) { piVar1 = param_1 + 7; do { piVar1 = piVar1 + 1; FUN_000509c8(*piVar1); iVar3 = iVar3 + 1; } while (iVar3 < param_1[7]); return; } return; }
stmdb sp!,{r4,r5,r6,lr} ldr r4,[r0,#0x0] cmp r4,#0x4 cmpne r4,#0x9 moveq r4,#0x1 movne r4,#0x0 beq 0x00050a14 ldr r3,[r0,#0x1c] cmp r3,#0x0 ldmiale sp!,{r4,r5,r6,pc} cpy r5,r0 add r6,r0,#0x1c ldr r0,[r6,#0x4]! bl 0x000509c8 ldr r3,[r5,#0x1c] add r4,r4,#0x1 cmp r3,r4 bgt 0x000509f8 ldmia sp!,{r4,r5,r6,pc} ldr r0,[r0,#0x18] ldr r3,[r0,#0x8] cmp r3,#0x0 ldmiale sp!,{r4,r5,r6,pc} mov r3,#0x0 cpy r12,r3 add r2,r0,#0x8 ldr r1,[r2,#0x4]! add r3,r3,#0x1 str r12,[r1,#0x8] ldr r1,[r0,#0x8] cmp r3,r1 blt 0x00050a30 ldmia sp!,{r4,r5,r6,pc}
null
null
null
null
[('const-0', u'PTRSUB_-1206252605'), ('const-0', u'RETURN_-1206252692'), ('const-417', u'LOAD_-1206253004'), (u'PTRADD_-1206252498', u'MULTIEQUAL_-1206252616'), (u'MULTIEQUAL_-1206252668', u'INT_ADD_-1206252891'), (u'INT_ADD_-1206252736', u'MULTIEQUAL_-1206252614'), (u'LOAD_-1206252853', u'INT_SLESS_-1206252815'), ('const-1', u'PTRADD_-1206252559'), (u'LOAD_-1206253095', u'INT_EQUAL_-1206252674'), (u'CAST_-1206252546', u'MULTIEQUAL_-1206252665'), ('const-1', u'INT_ADD_-1206252891'), ('const-1', u'INT_ADD_-1206252736'), ('const-417', u'STORE_-1206252744'), ('const-417', u'LOAD_-1206253095'), (u'MULTIEQUAL_-1206252665', u'PTRADD_-1206252559'), (u'PTRSUB_-1206252580', u'LOAD_-1206253004'), (u'INT_SLESS_-1206252966', u'CBRANCH_-1206252973'), (u'INT_ADD_-1206252891', u'MULTIEQUAL_-1206252668'), ('const-28', u'PTRSUB_-1206252580'), (u'PTRADD_-1206252559', u'LOAD_-1206252934'), ('const-0', u'COPY_-1206252799'), (u'PTRSUB_-1206252605', u'LOAD_-1206253095'), (u'LOAD_-1206252922', u'INT_SLESS_-1206252874'), (u'PTRSUB_-1206252488', u'PTRSUB_-1206252480'), (u'PTRADD_-1206252559', u'MULTIEQUAL_-1206252665'), (u'LOAD_-1206252859', u'PTRSUB_-1206252523'), ('const-0', u'INT_SLESS_-1206252815'), (u'PTRSUB_-1206252480', u'STORE_-1206252744'), (u'INT_ADD_-1206252736', u'INT_SLESS_-1206252709'), (u'INT_ADD_-1206252891', u'INT_SLESS_-1206252874'), ('tmp_780', u'PTRSUB_-1206252528'), ('tmp_266', u'CBRANCH_-1206252973'), ('const-0', u'INT_SLESS_-1206252966'), ('const-8', u'PTRSUB_-1206252482'), ('const-4', u'PTRSUB_-1206252480'), ('const-8', u'PTRSUB_-1206252523'), ('const-0', u'STORE_-1206252744'), ('tmp_537', u'CBRANCH_-1206252822'), ('const-8', u'PTRSUB_-1206252502'), ('const-4', u'INT_EQUAL_-1206253070'), ('const-24', u'PTRSUB_-1206252528'), ('tmp_780', u'PTRSUB_-1206252605'), ('const-4', u'PTRADD_-1206252559'), ('const-417', u'LOAD_-1206252859'), ('const-4', u'PTRADD_-1206252498'), (u'INT_SLESS_-1206252815', u'CBRANCH_-1206252822'), ('tmp_132', u'CBRANCH_-1206253043'), (u'PTRADD_-1206252498', u'LOAD_-1206252767'), ('const-0', u'RETURN_-1206252857'), ('tmp_431', u'CBRANCH_-1206252881'), ('const-417', u'LOAD_-1206252767'), (u'BOOL_OR_-1206252607', u'CBRANCH_-1206253043'), (u'INT_SLESS_-1206252874', u'CBRANCH_-1206252881'), (u'MULTIEQUAL_-1206252616', u'PTRADD_-1206252498'), ('const-0', u'RETURN_-1206252953'), (u'LOAD_-1206252767', u'PTRSUB_-1206252488'), ('const-0', u'COPY_-1206253020'), ('const-417', u'LOAD_-1206252853'), (u'PTRSUB_-1206252482', u'LOAD_-1206252739'), (u'PTRSUB_-1206252502', u'CAST_-1206252491'), (u'LOAD_-1206253004', u'INT_SLESS_-1206252966'), ('const-4', u'PTRSUB_-1206252488'), (u'CAST_-1206252491', u'MULTIEQUAL_-1206252616'), (u'PTRSUB_-1206252563', u'CAST_-1206252546'), (u'LOAD_-1206252934', u'CALL_-1206252923'), ('const-28', u'PTRSUB_-1206252563'), (u'LOAD_-1206252859', u'PTRSUB_-1206252482'), (u'LOAD_-1206252859', u'PTRSUB_-1206252502'), ('const-28', u'PTRSUB_-1206252549'), ('const-417', u'LOAD_-1206252739'), ('tmp_732', u'CBRANCH_-1206252716'), ('const-417', u'LOAD_-1206252922'), ('const-9', u'INT_EQUAL_-1206252674'), (u'INT_EQUAL_-1206253070', u'BOOL_OR_-1206252607'), (u'INT_EQUAL_-1206252674', u'BOOL_OR_-1206252607'), ('tmp_780', u'PTRSUB_-1206252549'), (u'COPY_-1206252799', u'MULTIEQUAL_-1206252614'), ('tmp_780', u'PTRSUB_-1206252580'), (u'COPY_-1206253020', u'MULTIEQUAL_-1206252668'), (u'PTRSUB_-1206252523', u'LOAD_-1206252853'), (u'INT_SLESS_-1206252709', u'CBRANCH_-1206252716'), (u'LOAD_-1206253095', u'INT_EQUAL_-1206253070'), ('const-1', u'PTRADD_-1206252498'), (u'PTRSUB_-1206252549', u'LOAD_-1206252922'), ('const-0', u'RETURN_-1206252802'), (u'PTRSUB_-1206252528', u'LOAD_-1206252859'), (u'LOAD_-1206252739', u'INT_SLESS_-1206252709'), ('tmp_780', u'PTRSUB_-1206252563'), (u'MULTIEQUAL_-1206252614', u'INT_ADD_-1206252736'), ('const-417', u'LOAD_-1206252934')]
[('const-0', u'RETURN_-1206252692'), (u'MULTIEQUAL_-1206252668', u'INT_ADD_-1206252891'), (u'INT_ADD_-1206252736', u'MULTIEQUAL_-1206252614'), (u'PTRADD_-1206252560', u'LOAD_-1206252934'), (u'LOAD_-1206252853', u'INT_SLESS_-1206252815'), (u'LOAD_-1206252859', u'INT_ADD_-1206252758'), (u'CAST_-1206252497', u'MULTIEQUAL_-1206252616'), ('const-9', u'INT_EQUAL_-1206252674'), (u'LOAD_-1206253095', u'INT_EQUAL_-1206252674'), (u'PTRADD_-1206252501', u'LOAD_-1206252767'), ('const-1', u'INT_ADD_-1206252891'), ('const-1', u'INT_ADD_-1206252736'), ('const-417', u'LOAD_-1206253095'), ('const-7', u'PTRADD_-1206252565'), (u'MULTIEQUAL_-1206252665', u'PTRADD_-1206252560'), (u'LOAD_-1206252859', u'INT_ADD_-1206252837'), (u'INT_SLESS_-1206252966', u'CBRANCH_-1206252973'), (u'INT_ADD_-1206252891', u'MULTIEQUAL_-1206252668'), (u'INT_ADD_-1206252837', u'CAST_-1206252518'), ('const-0', u'COPY_-1206252799'), (u'LOAD_-1206252922', u'INT_SLESS_-1206252874'), ('const-6', u'PTRADD_-1206252530'), ('const-417', u'STORE_-1206252744'), (u'BOOL_OR_-1206252613', u'CBRANCH_-1206253043'), ('const-0', u'STORE_-1206252744'), (u'INT_ADD_-1206252736', u'INT_SLESS_-1206252709'), ('const-4', u'INT_EQUAL_-1206253070'), (u'INT_ADD_-1206252891', u'INT_SLESS_-1206252874'), (u'INT_EQUAL_-1206252674', u'BOOL_OR_-1206252613'), ('tmp_1144', u'PTRADD_-1206252565'), ('tmp_1144', u'LOAD_-1206253095'), (u'PTRADD_-1206252582', u'LOAD_-1206253004'), ('const-1', u'PTRADD_-1206252501'), ('tmp_266', u'CBRANCH_-1206252973'), ('tmp_1144', u'PTRADD_-1206252551'), ('tmp_1144', u'PTRADD_-1206252582'), ('const-0', u'INT_SLESS_-1206252815'), (u'INT_EQUAL_-1206253070', u'BOOL_OR_-1206252613'), ('tmp_537', u'CBRANCH_-1206252822'), ('const-417', u'LOAD_-1206252922'), ('const-4', u'PTRADD_-1206252530'), ('const-4', u'PTRADD_-1206252582'), ('const-4', u'PTRADD_-1206252551'), ('const-417', u'LOAD_-1206252934'), ('const-417', u'LOAD_-1206252767'), (u'INT_SLESS_-1206252815', u'CBRANCH_-1206252822'), (u'INT_ADD_-1206252729', u'CAST_-1206252484'), ('tmp_132', u'CBRANCH_-1206253043'), ('const-0', u'RETURN_-1206252857'), ('const-7', u'PTRADD_-1206252582'), ('tmp_431', u'CBRANCH_-1206252881'), (u'INT_SLESS_-1206252874', u'CBRANCH_-1206252881'), ('const-0', u'RETURN_-1206252953'), ('const-0', u'COPY_-1206253020'), (u'PTRADD_-1206252530', u'LOAD_-1206252859'), (u'LOAD_-1206253004', u'INT_SLESS_-1206252966'), ('const-4', u'PTRADD_-1206252560'), ('const-0', u'INT_SLESS_-1206252966'), ('const-417', u'LOAD_-1206252739'), (u'LOAD_-1206252934', u'CALL_-1206252923'), (u'PTRADD_-1206252501', u'MULTIEQUAL_-1206252616'), (u'CAST_-1206252484', u'STORE_-1206252744'), (u'PTRADD_-1206252551', u'LOAD_-1206252922'), ('const-8', u'INT_ADD_-1206252729'), ('tmp_732', u'CBRANCH_-1206252716'), ('const-417', u'LOAD_-1206252859'), ('const-8', u'INT_ADD_-1206252723'), ('const-7', u'PTRADD_-1206252551'), ('const-417', u'LOAD_-1206252853'), (u'COPY_-1206252799', u'MULTIEQUAL_-1206252614'), ('const-8', u'INT_ADD_-1206252758'), (u'COPY_-1206253020', u'MULTIEQUAL_-1206252668'), (u'LOAD_-1206252859', u'INT_ADD_-1206252723'), ('const-4', u'PTRADD_-1206252565'), (u'INT_SLESS_-1206252709', u'CBRANCH_-1206252716'), (u'INT_ADD_-1206252758', u'CAST_-1206252497'), (u'LOAD_-1206253095', u'INT_EQUAL_-1206253070'), (u'PTRADD_-1206252565', u'MULTIEQUAL_-1206252665'), ('const-8', u'INT_ADD_-1206252837'), ('const-0', u'RETURN_-1206252802'), (u'CAST_-1206252479', u'LOAD_-1206252739'), (u'CAST_-1206252518', u'LOAD_-1206252853'), ('tmp_1144', u'PTRADD_-1206252530'), (u'LOAD_-1206252739', u'INT_SLESS_-1206252709'), ('const-417', u'LOAD_-1206253004'), (u'PTRADD_-1206252560', u'MULTIEQUAL_-1206252665'), (u'MULTIEQUAL_-1206252614', u'INT_ADD_-1206252736'), ('const-4', u'PTRADD_-1206252501'), (u'LOAD_-1206252767', u'INT_ADD_-1206252729'), (u'INT_ADD_-1206252723', u'CAST_-1206252479'), (u'MULTIEQUAL_-1206252616', u'PTRADD_-1206252501'), ('const-1', u'PTRADD_-1206252560')]
null
null
000509c8
arm
O2
(translation_unit "void FUN_000509c8(int *param_1)\n\n{\n int *piVar1;\n int iVar2;\n int iVar3;\n \n if (*param_1 == 4 || *param_1 == 9) {\n iVar3 = param_1[6];\n if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }\n return;\n }\n iVar3 = 0;\n if (0 < param_1[7]) {\n piVar1 = param_1 + 7;\n do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_000509c8(int *param_1)\n\n{\n int *piVar1;\n int iVar2;\n int iVar3;\n \n if (*param_1 == 4 || *param_1 == 9) {\n iVar3 = param_1[6];\n if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }\n return;\n }\n iVar3 = 0;\n if (0 < param_1[7]) {\n piVar1 = param_1 + 7;\n do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_000509c8(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n int iVar3;\n \n if (*param_1 == 4 || *param_1 == 9) {\n iVar3 = param_1[6];\n if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }\n return;\n }\n iVar3 = 0;\n if (0 < param_1[7]) {\n piVar1 = param_1 + 7;\n do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);\n return;\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (if_statement "if (*param_1 == 4 || *param_1 == 9) {\n iVar3 = param_1[6];\n if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }\n return;\n }" if (parenthesized_expression "(*param_1 == 4 || *param_1 == 9)" ( (binary_expression "*param_1 == 4 || *param_1 == 9" (binary_expression "*param_1 == 4" (pointer_expression "*param_1" * identifier) == number_literal) || (binary_expression "*param_1 == 9" (pointer_expression "*param_1" * identifier) == number_literal)) )) (compound_statement "{\n iVar3 = param_1[6];\n if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }\n return;\n }" { (expression_statement "iVar3 = param_1[6];" (assignment_expression "iVar3 = param_1[6]" identifier = (subscript_expression "param_1[6]" identifier [ number_literal ])) ;) (if_statement "if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }" if (parenthesized_expression "(0 < *(int *)(iVar3 + 8))" ( (binary_expression "0 < *(int *)(iVar3 + 8)" number_literal < (pointer_expression "*(int *)(iVar3 + 8)" * (cast_expression "(int *)(iVar3 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + 8)" ( (binary_expression "iVar3 + 8" identifier + number_literal) ))))) )) (compound_statement "{\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }" { (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" identifier = number_literal) ;) (expression_statement "piVar1 = (int *)(iVar3 + 8);" (assignment_expression "piVar1 = (int *)(iVar3 + 8)" identifier = (cast_expression "(int *)(iVar3 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + 8)" ( (binary_expression "iVar3 + 8" identifier + number_literal) )))) ;) (do_statement "do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));" do (compound_statement "{\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n }" { (expression_statement "piVar1 = piVar1 + 1;" (assignment_expression "piVar1 = piVar1 + 1" identifier = (binary_expression "piVar1 + 1" identifier + number_literal)) ;) (expression_statement "iVar2 = iVar2 + 1;" (assignment_expression "iVar2 = iVar2 + 1" identifier = (binary_expression "iVar2 + 1" identifier + number_literal)) ;) (expression_statement "*(undefined4 *)(*piVar1 + 8) = 0;" (assignment_expression "*(undefined4 *)(*piVar1 + 8) = 0" (pointer_expression "*(undefined4 *)(*piVar1 + 8)" * (cast_expression "(undefined4 *)(*piVar1 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar1 + 8)" ( (binary_expression "*piVar1 + 8" (pointer_expression "*piVar1" * identifier) + number_literal) )))) = number_literal) ;) }) while (parenthesized_expression "(iVar2 < *(int *)(iVar3 + 8))" ( (binary_expression "iVar2 < *(int *)(iVar3 + 8)" identifier < (pointer_expression "*(int *)(iVar3 + 8)" * (cast_expression "(int *)(iVar3 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + 8)" ( (binary_expression "iVar3 + 8" identifier + number_literal) ))))) )) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })) (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" identifier = number_literal) ;) (if_statement "if (0 < param_1[7]) {\n piVar1 = param_1 + 7;\n do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);\n return;\n }" if (parenthesized_expression "(0 < param_1[7])" ( (binary_expression "0 < param_1[7]" number_literal < (subscript_expression "param_1[7]" identifier [ number_literal ])) )) (compound_statement "{\n piVar1 = param_1 + 7;\n do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);\n return;\n }" { (expression_statement "piVar1 = param_1 + 7;" (assignment_expression "piVar1 = param_1 + 7" identifier = (binary_expression "param_1 + 7" identifier + number_literal)) ;) (do_statement "do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);" do (compound_statement "{\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n }" { (expression_statement "piVar1 = piVar1 + 1;" (assignment_expression "piVar1 = piVar1 + 1" identifier = (binary_expression "piVar1 + 1" identifier + number_literal)) ;) (expression_statement "FUN_000509c8(*piVar1);" (call_expression "FUN_000509c8(*piVar1)" identifier (argument_list "(*piVar1)" ( (pointer_expression "*piVar1" * identifier) ))) ;) (expression_statement "iVar3 = iVar3 + 1;" (assignment_expression "iVar3 = iVar3 + 1" identifier = (binary_expression "iVar3 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar3 < param_1[7])" ( (binary_expression "iVar3 < param_1[7]" identifier < (subscript_expression "param_1[7]" identifier [ number_literal ])) )) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "void fts5ExprNodeZeroPoslist(Fts5ExprNode *pNode)\n\n{\n Fts5ExprNearset *pFVar1;\n Fts5ExprPhrase **ppFVar2;\n int iVar3;\n Fts5ExprNode **ppFVar4;\n \n if (pNode->eType == 4 || pNode->eType == 9) {\n pFVar1 = pNode->pNear;\n if (0 < pFVar1->nPhrase) {\n iVar3 = 0;\n ppFVar2 = (Fts5ExprPhrase **)&pFVar1->nPhrase;\n do {\n ppFVar2 = ppFVar2 + 1;\n iVar3 = iVar3 + 1;\n ((*ppFVar2)->poslist).n = 0;\n } while (iVar3 < pFVar1->nPhrase);\n return;\n }\n return;\n }\n iVar3 = 0;\n if (0 < pNode->nChild) {\n ppFVar4 = (Fts5ExprNode **)&pNode->nChild;\n do {\n ppFVar4 = ppFVar4 + 1;\n fts5ExprNodeZeroPoslist(*ppFVar4);\n iVar3 = iVar3 + 1;\n } while (iVar3 < pNode->nChild);\n return;\n }\n return;\n}\n\n" (function_definition "void fts5ExprNodeZeroPoslist(Fts5ExprNode *pNode)\n\n{\n Fts5ExprNearset *pFVar1;\n Fts5ExprPhrase **ppFVar2;\n int iVar3;\n Fts5ExprNode **ppFVar4;\n \n if (pNode->eType == 4 || pNode->eType == 9) {\n pFVar1 = pNode->pNear;\n if (0 < pFVar1->nPhrase) {\n iVar3 = 0;\n ppFVar2 = (Fts5ExprPhrase **)&pFVar1->nPhrase;\n do {\n ppFVar2 = ppFVar2 + 1;\n iVar3 = iVar3 + 1;\n ((*ppFVar2)->poslist).n = 0;\n } while (iVar3 < pFVar1->nPhrase);\n return;\n }\n return;\n }\n iVar3 = 0;\n if (0 < pNode->nChild) {\n ppFVar4 = (Fts5ExprNode **)&pNode->nChild;\n do {\n ppFVar4 = ppFVar4 + 1;\n fts5ExprNodeZeroPoslist(*ppFVar4);\n iVar3 = iVar3 + 1;\n } while (iVar3 < pNode->nChild);\n return;\n }\n return;\n}" primitive_type (function_declarator "fts5ExprNodeZeroPoslist(Fts5ExprNode *pNode)" identifier (parameter_list "(Fts5ExprNode *pNode)" ( (parameter_declaration "Fts5ExprNode *pNode" type_identifier (pointer_declarator "*pNode" * identifier)) ))) (compound_statement "{\n Fts5ExprNearset *pFVar1;\n Fts5ExprPhrase **ppFVar2;\n int iVar3;\n Fts5ExprNode **ppFVar4;\n \n if (pNode->eType == 4 || pNode->eType == 9) {\n pFVar1 = pNode->pNear;\n if (0 < pFVar1->nPhrase) {\n iVar3 = 0;\n ppFVar2 = (Fts5ExprPhrase **)&pFVar1->nPhrase;\n do {\n ppFVar2 = ppFVar2 + 1;\n iVar3 = iVar3 + 1;\n ((*ppFVar2)->poslist).n = 0;\n } while (iVar3 < pFVar1->nPhrase);\n return;\n }\n return;\n }\n iVar3 = 0;\n if (0 < pNode->nChild) {\n ppFVar4 = (Fts5ExprNode **)&pNode->nChild;\n do {\n ppFVar4 = ppFVar4 + 1;\n fts5ExprNodeZeroPoslist(*ppFVar4);\n iVar3 = iVar3 + 1;\n } while (iVar3 < pNode->nChild);\n return;\n }\n return;\n}" { (declaration "Fts5ExprNearset *pFVar1;" type_identifier (pointer_declarator "*pFVar1" * identifier) ;) (declaration "Fts5ExprPhrase **ppFVar2;" type_identifier (pointer_declarator "**ppFVar2" * (pointer_declarator "*ppFVar2" * identifier)) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "Fts5ExprNode **ppFVar4;" type_identifier (pointer_declarator "**ppFVar4" * (pointer_declarator "*ppFVar4" * identifier)) ;) (if_statement "if (pNode->eType == 4 || pNode->eType == 9) {\n pFVar1 = pNode->pNear;\n if (0 < pFVar1->nPhrase) {\n iVar3 = 0;\n ppFVar2 = (Fts5ExprPhrase **)&pFVar1->nPhrase;\n do {\n ppFVar2 = ppFVar2 + 1;\n iVar3 = iVar3 + 1;\n ((*ppFVar2)->poslist).n = 0;\n } while (iVar3 < pFVar1->nPhrase);\n return;\n }\n return;\n }" if (parenthesized_expression "(pNode->eType == 4 || pNode->eType == 9)" ( (binary_expression "pNode->eType == 4 || pNode->eType == 9" (binary_expression "pNode->eType == 4" (field_expression "pNode->eType" identifier -> field_identifier) == number_literal) || (binary_expression "pNode->eType == 9" (field_expression "pNode->eType" identifier -> field_identifier) == number_literal)) )) (compound_statement "{\n pFVar1 = pNode->pNear;\n if (0 < pFVar1->nPhrase) {\n iVar3 = 0;\n ppFVar2 = (Fts5ExprPhrase **)&pFVar1->nPhrase;\n do {\n ppFVar2 = ppFVar2 + 1;\n iVar3 = iVar3 + 1;\n ((*ppFVar2)->poslist).n = 0;\n } while (iVar3 < pFVar1->nPhrase);\n return;\n }\n return;\n }" { (expression_statement "pFVar1 = pNode->pNear;" (assignment_expression "pFVar1 = pNode->pNear" identifier = (field_expression "pNode->pNear" identifier -> field_identifier)) ;) (if_statement "if (0 < pFVar1->nPhrase) {\n iVar3 = 0;\n ppFVar2 = (Fts5ExprPhrase **)&pFVar1->nPhrase;\n do {\n ppFVar2 = ppFVar2 + 1;\n iVar3 = iVar3 + 1;\n ((*ppFVar2)->poslist).n = 0;\n } while (iVar3 < pFVar1->nPhrase);\n return;\n }" if (parenthesized_expression "(0 < pFVar1->nPhrase)" ( (binary_expression "0 < pFVar1->nPhrase" number_literal < (field_expression "pFVar1->nPhrase" identifier -> field_identifier)) )) (compound_statement "{\n iVar3 = 0;\n ppFVar2 = (Fts5ExprPhrase **)&pFVar1->nPhrase;\n do {\n ppFVar2 = ppFVar2 + 1;\n iVar3 = iVar3 + 1;\n ((*ppFVar2)->poslist).n = 0;\n } while (iVar3 < pFVar1->nPhrase);\n return;\n }" { (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" identifier = number_literal) ;) (expression_statement "ppFVar2 = (Fts5ExprPhrase **)&pFVar1->nPhrase;" (assignment_expression "ppFVar2 = (Fts5ExprPhrase **)&pFVar1->nPhrase" identifier = (cast_expression "(Fts5ExprPhrase **)&pFVar1->nPhrase" ( (type_descriptor "Fts5ExprPhrase **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&pFVar1->nPhrase" & (field_expression "pFVar1->nPhrase" identifier -> field_identifier)))) ;) (do_statement "do {\n ppFVar2 = ppFVar2 + 1;\n iVar3 = iVar3 + 1;\n ((*ppFVar2)->poslist).n = 0;\n } while (iVar3 < pFVar1->nPhrase);" do (compound_statement "{\n ppFVar2 = ppFVar2 + 1;\n iVar3 = iVar3 + 1;\n ((*ppFVar2)->poslist).n = 0;\n }" { (expression_statement "ppFVar2 = ppFVar2 + 1;" (assignment_expression "ppFVar2 = ppFVar2 + 1" identifier = (binary_expression "ppFVar2 + 1" identifier + number_literal)) ;) (expression_statement "iVar3 = iVar3 + 1;" (assignment_expression "iVar3 = iVar3 + 1" identifier = (binary_expression "iVar3 + 1" identifier + number_literal)) ;) (expression_statement "((*ppFVar2)->poslist).n = 0;" (assignment_expression "((*ppFVar2)->poslist).n = 0" (field_expression "((*ppFVar2)->poslist).n" (parenthesized_expression "((*ppFVar2)->poslist)" ( (field_expression "(*ppFVar2)->poslist" (parenthesized_expression "(*ppFVar2)" ( (pointer_expression "*ppFVar2" * identifier) )) -> field_identifier) )) . field_identifier) = number_literal) ;) }) while (parenthesized_expression "(iVar3 < pFVar1->nPhrase)" ( (binary_expression "iVar3 < pFVar1->nPhrase" identifier < (field_expression "pFVar1->nPhrase" identifier -> field_identifier)) )) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })) (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" identifier = number_literal) ;) (if_statement "if (0 < pNode->nChild) {\n ppFVar4 = (Fts5ExprNode **)&pNode->nChild;\n do {\n ppFVar4 = ppFVar4 + 1;\n fts5ExprNodeZeroPoslist(*ppFVar4);\n iVar3 = iVar3 + 1;\n } while (iVar3 < pNode->nChild);\n return;\n }" if (parenthesized_expression "(0 < pNode->nChild)" ( (binary_expression "0 < pNode->nChild" number_literal < (field_expression "pNode->nChild" identifier -> field_identifier)) )) (compound_statement "{\n ppFVar4 = (Fts5ExprNode **)&pNode->nChild;\n do {\n ppFVar4 = ppFVar4 + 1;\n fts5ExprNodeZeroPoslist(*ppFVar4);\n iVar3 = iVar3 + 1;\n } while (iVar3 < pNode->nChild);\n return;\n }" { (expression_statement "ppFVar4 = (Fts5ExprNode **)&pNode->nChild;" (assignment_expression "ppFVar4 = (Fts5ExprNode **)&pNode->nChild" identifier = (cast_expression "(Fts5ExprNode **)&pNode->nChild" ( (type_descriptor "Fts5ExprNode **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&pNode->nChild" & (field_expression "pNode->nChild" identifier -> field_identifier)))) ;) (do_statement "do {\n ppFVar4 = ppFVar4 + 1;\n fts5ExprNodeZeroPoslist(*ppFVar4);\n iVar3 = iVar3 + 1;\n } while (iVar3 < pNode->nChild);" do (compound_statement "{\n ppFVar4 = ppFVar4 + 1;\n fts5ExprNodeZeroPoslist(*ppFVar4);\n iVar3 = iVar3 + 1;\n }" { (expression_statement "ppFVar4 = ppFVar4 + 1;" (assignment_expression "ppFVar4 = ppFVar4 + 1" identifier = (binary_expression "ppFVar4 + 1" identifier + number_literal)) ;) (expression_statement "fts5ExprNodeZeroPoslist(*ppFVar4);" (call_expression "fts5ExprNodeZeroPoslist(*ppFVar4)" identifier (argument_list "(*ppFVar4)" ( (pointer_expression "*ppFVar4" * identifier) ))) ;) (expression_statement "iVar3 = iVar3 + 1;" (assignment_expression "iVar3 = iVar3 + 1" identifier = (binary_expression "iVar3 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar3 < pNode->nChild)" ( (binary_expression "iVar3 < pNode->nChild" identifier < (field_expression "pNode->nChild" identifier -> field_identifier)) )) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_000509c8(int *param_1)\n\n{\n int *piVar1;\n int iVar2;\n int iVar3;\n \n if (*param_1 == 4 || *param_1 == 9) {\n iVar3 = param_1[6];\n if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }\n return;\n }\n iVar3 = 0;\n if (0 < param_1[7]) {\n piVar1 = param_1 + 7;\n do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_000509c8(int *param_1)\n\n{\n int *piVar1;\n int iVar2;\n int iVar3;\n \n if (*param_1 == 4 || *param_1 == 9) {\n iVar3 = param_1[6];\n if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }\n return;\n }\n iVar3 = 0;\n if (0 < param_1[7]) {\n piVar1 = param_1 + 7;\n do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_000509c8(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n int iVar3;\n \n if (*param_1 == 4 || *param_1 == 9) {\n iVar3 = param_1[6];\n if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }\n return;\n }\n iVar3 = 0;\n if (0 < param_1[7]) {\n piVar1 = param_1 + 7;\n do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);\n return;\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (if_statement "if (*param_1 == 4 || *param_1 == 9) {\n iVar3 = param_1[6];\n if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }\n return;\n }" if (parenthesized_expression "(*param_1 == 4 || *param_1 == 9)" ( (binary_expression "*param_1 == 4 || *param_1 == 9" (binary_expression "*param_1 == 4" (pointer_expression "*param_1" * identifier) == number_literal) || (binary_expression "*param_1 == 9" (pointer_expression "*param_1" * identifier) == number_literal)) )) (compound_statement "{\n iVar3 = param_1[6];\n if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }\n return;\n }" { (expression_statement "iVar3 = param_1[6];" (assignment_expression "iVar3 = param_1[6]" identifier = (subscript_expression "param_1[6]" identifier [ number_literal ])) ;) (if_statement "if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }" if (parenthesized_expression "(0 < *(int *)(iVar3 + 8))" ( (binary_expression "0 < *(int *)(iVar3 + 8)" number_literal < (pointer_expression "*(int *)(iVar3 + 8)" * (cast_expression "(int *)(iVar3 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + 8)" ( (binary_expression "iVar3 + 8" identifier + number_literal) ))))) )) (compound_statement "{\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }" { (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" identifier = number_literal) ;) (expression_statement "piVar1 = (int *)(iVar3 + 8);" (assignment_expression "piVar1 = (int *)(iVar3 + 8)" identifier = (cast_expression "(int *)(iVar3 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + 8)" ( (binary_expression "iVar3 + 8" identifier + number_literal) )))) ;) (do_statement "do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));" do (compound_statement "{\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n }" { (expression_statement "piVar1 = piVar1 + 1;" (assignment_expression "piVar1 = piVar1 + 1" identifier = (binary_expression "piVar1 + 1" identifier + number_literal)) ;) (expression_statement "iVar2 = iVar2 + 1;" (assignment_expression "iVar2 = iVar2 + 1" identifier = (binary_expression "iVar2 + 1" identifier + number_literal)) ;) (expression_statement "*(undefined4 *)(*piVar1 + 8) = 0;" (assignment_expression "*(undefined4 *)(*piVar1 + 8) = 0" (pointer_expression "*(undefined4 *)(*piVar1 + 8)" * (cast_expression "(undefined4 *)(*piVar1 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar1 + 8)" ( (binary_expression "*piVar1 + 8" (pointer_expression "*piVar1" * identifier) + number_literal) )))) = number_literal) ;) }) while (parenthesized_expression "(iVar2 < *(int *)(iVar3 + 8))" ( (binary_expression "iVar2 < *(int *)(iVar3 + 8)" identifier < (pointer_expression "*(int *)(iVar3 + 8)" * (cast_expression "(int *)(iVar3 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + 8)" ( (binary_expression "iVar3 + 8" identifier + number_literal) ))))) )) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })) (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" identifier = number_literal) ;) (if_statement "if (0 < param_1[7]) {\n piVar1 = param_1 + 7;\n do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);\n return;\n }" if (parenthesized_expression "(0 < param_1[7])" ( (binary_expression "0 < param_1[7]" number_literal < (subscript_expression "param_1[7]" identifier [ number_literal ])) )) (compound_statement "{\n piVar1 = param_1 + 7;\n do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);\n return;\n }" { (expression_statement "piVar1 = param_1 + 7;" (assignment_expression "piVar1 = param_1 + 7" identifier = (binary_expression "param_1 + 7" identifier + number_literal)) ;) (do_statement "do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);" do (compound_statement "{\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n }" { (expression_statement "piVar1 = piVar1 + 1;" (assignment_expression "piVar1 = piVar1 + 1" identifier = (binary_expression "piVar1 + 1" identifier + number_literal)) ;) (expression_statement "FUN_000509c8(*piVar1);" (call_expression "FUN_000509c8(*piVar1)" identifier (argument_list "(*piVar1)" ( (pointer_expression "*piVar1" * identifier) ))) ;) (expression_statement "iVar3 = iVar3 + 1;" (assignment_expression "iVar3 = iVar3 + 1" identifier = (binary_expression "iVar3 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar3 < param_1[7])" ( (binary_expression "iVar3 < param_1[7]" identifier < (subscript_expression "param_1[7]" 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 { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * IDENT) == LIT) || (binary_expression (pointer_expression * IDENT) == LIT)) )) (compound_statement { (expression_statement (assignment_expression 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 IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) = LIT) ;) }) while (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) ;) (return_statement return ;) })) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < (subscript_expression IDENT [ LIT ])) )) ;) (return_statement return ;) })) (return_statement return ;) })))
(function_definition "void FUN_000509c8(int *param_1)\n\n{\n int *piVar1;\n int iVar2;\n int iVar3;\n \n if (*param_1 == 4 || *param_1 == 9) {\n iVar3 = param_1[6];\n if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }\n return;\n }\n iVar3 = 0;\n if (0 < param_1[7]) {\n piVar1 = param_1 + 7;\n do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_000509c8(int *param_1)" (identifier "FUN_000509c8") (parameter_list "(int *param_1)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int *piVar1;\n int iVar2;\n int iVar3;\n \n if (*param_1 == 4 || *param_1 == 9) {\n iVar3 = param_1[6];\n if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }\n return;\n }\n iVar3 = 0;\n if (0 < param_1[7]) {\n piVar1 = param_1 + 7;\n do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);\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") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (if_statement "if (*param_1 == 4 || *param_1 == 9) {\n iVar3 = param_1[6];\n if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }\n return;\n }" (if "if") (parenthesized_expression "(*param_1 == 4 || *param_1 == 9)" (( "(") (binary_expression "*param_1 == 4 || *param_1 == 9" (binary_expression "*param_1 == 4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (== "==") (number_literal "4")) (|| "||") (binary_expression "*param_1 == 9" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (== "==") (number_literal "9"))) () ")")) (compound_statement "{\n iVar3 = param_1[6];\n if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }\n return;\n }" ({ "{") (expression_statement "iVar3 = param_1[6];" (assignment_expression "iVar3 = param_1[6]" (identifier "iVar3") (= "=") (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]"))) (; ";")) (if_statement "if (0 < *(int *)(iVar3 + 8)) {\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }" (if "if") (parenthesized_expression "(0 < *(int *)(iVar3 + 8))" (( "(") (binary_expression "0 < *(int *)(iVar3 + 8)" (number_literal "0") (< "<") (pointer_expression "*(int *)(iVar3 + 8)" (* "*") (cast_expression "(int *)(iVar3 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar3 + 8)" (( "(") (binary_expression "iVar3 + 8" (identifier "iVar3") (+ "+") (number_literal "8")) () ")"))))) () ")")) (compound_statement "{\n iVar2 = 0;\n piVar1 = (int *)(iVar3 + 8);\n do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));\n return;\n }" ({ "{") (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" (identifier "iVar2") (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar1 = (int *)(iVar3 + 8);" (assignment_expression "piVar1 = (int *)(iVar3 + 8)" (identifier "piVar1") (= "=") (cast_expression "(int *)(iVar3 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar3 + 8)" (( "(") (binary_expression "iVar3 + 8" (identifier "iVar3") (+ "+") (number_literal "8")) () ")")))) (; ";")) (do_statement "do {\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n } while (iVar2 < *(int *)(iVar3 + 8));" (do "do") (compound_statement "{\n piVar1 = piVar1 + 1;\n iVar2 = iVar2 + 1;\n *(undefined4 *)(*piVar1 + 8) = 0;\n }" ({ "{") (expression_statement "piVar1 = piVar1 + 1;" (assignment_expression "piVar1 = piVar1 + 1" (identifier "piVar1") (= "=") (binary_expression "piVar1 + 1" (identifier "piVar1") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar2 = iVar2 + 1;" (assignment_expression "iVar2 = iVar2 + 1" (identifier "iVar2") (= "=") (binary_expression "iVar2 + 1" (identifier "iVar2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*(undefined4 *)(*piVar1 + 8) = 0;" (assignment_expression "*(undefined4 *)(*piVar1 + 8) = 0" (pointer_expression "*(undefined4 *)(*piVar1 + 8)" (* "*") (cast_expression "(undefined4 *)(*piVar1 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*piVar1 + 8)" (( "(") (binary_expression "*piVar1 + 8" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "8")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar2 < *(int *)(iVar3 + 8))" (( "(") (binary_expression "iVar2 < *(int *)(iVar3 + 8)" (identifier "iVar2") (< "<") (pointer_expression "*(int *)(iVar3 + 8)" (* "*") (cast_expression "(int *)(iVar3 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar3 + 8)" (( "(") (binary_expression "iVar3 + 8" (identifier "iVar3") (+ "+") (number_literal "8")) () ")"))))) () ")")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" (identifier "iVar3") (= "=") (number_literal "0")) (; ";")) (if_statement "if (0 < param_1[7]) {\n piVar1 = param_1 + 7;\n do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);\n return;\n }" (if "if") (parenthesized_expression "(0 < param_1[7])" (( "(") (binary_expression "0 < param_1[7]" (number_literal "0") (< "<") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]"))) () ")")) (compound_statement "{\n piVar1 = param_1 + 7;\n do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);\n return;\n }" ({ "{") (expression_statement "piVar1 = param_1 + 7;" (assignment_expression "piVar1 = param_1 + 7" (identifier "piVar1") (= "=") (binary_expression "param_1 + 7" (identifier "param_1") (+ "+") (number_literal "7"))) (; ";")) (do_statement "do {\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n } while (iVar3 < param_1[7]);" (do "do") (compound_statement "{\n piVar1 = piVar1 + 1;\n FUN_000509c8(*piVar1);\n iVar3 = iVar3 + 1;\n }" ({ "{") (expression_statement "piVar1 = piVar1 + 1;" (assignment_expression "piVar1 = piVar1 + 1" (identifier "piVar1") (= "=") (binary_expression "piVar1 + 1" (identifier "piVar1") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "FUN_000509c8(*piVar1);" (call_expression "FUN_000509c8(*piVar1)" (identifier "FUN_000509c8") (argument_list "(*piVar1)" (( "(") (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) () ")"))) (; ";")) (expression_statement "iVar3 = iVar3 + 1;" (assignment_expression "iVar3 = iVar3 + 1" (identifier "iVar3") (= "=") (binary_expression "iVar3 + 1" (identifier "iVar3") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar3 < param_1[7])" (( "(") (binary_expression "iVar3 < param_1[7]" (identifier "iVar3") (< "<") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]"))) () ")")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *pNode) { type_2 *pFVar1; type_3 **var_1; int var_2; type_1 **var_3; if (pNode->eType == 4 || pNode->eType == 9) { pFVar1 = pNode->pNear; if (0 < pFVar1->nPhrase) { var_2 = 0; var_1 = (type_3 **)&pFVar1->nPhrase; do { var_1 = var_1 + 1; var_2 = var_2 + 1; ((*var_1)->poslist).n = 0; } while (var_2 < pFVar1->nPhrase); return; } return; } var_2 = 0; if (0 < pNode->nChild) { var_3 = (type_1 **)&pNode->nChild; do { var_3 = var_3 + 1; function_1(*var_3); var_2 = var_2 + 1; } while (var_2 < pNode->nChild); return; } return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (return_statement))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (subscript_expression argument: (identifier) index: (number_literal))))) (return_statement))) (return_statement))))
void MASKED(int *param_1) { int *piVar1; int iVar2; int iVar3; if (*param_1 == 4 || *param_1 == 9) { iVar3 = param_1[6]; if (0 < *(int *)(iVar3 + 8)) { iVar2 = 0; piVar1 = (int *)(iVar3 + 8); do { piVar1 = piVar1 + 1; iVar2 = iVar2 + 1; *(undefined4 *)(*piVar1 + 8) = 0; } while (iVar2 < *(int *)(iVar3 + 8)); return; } return; } iVar3 = 0; if (0 < param_1[7]) { piVar1 = param_1 + 7; do { piVar1 = piVar1 + 1; MASKED(*piVar1); iVar3 = iVar3 + 1; } while (iVar3 < param_1[7]); return; } return; }
75,161
36_printenv_and_printenv_strip.c
fclose
fclose
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fclose(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fclose_000270a4)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fclose(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fclose_000270a4)(); return iVar1; }
adr r12,0x10e30 add r12,r12,#0x16000 ldr pc,[r12,#0x274]!
null
null
null
null
[(u'INDIRECT_-1205989743', u'COPY_-1205989802'), ('const-0', u'RETURN_-1205989810'), ('tmp_120', u'CAST_-1205989738'), (u'CAST_-1205989738', u'CALLIND_-1205989813'), (u'CALLIND_-1205989813', u'RETURN_-1205989810'), (u'CALLIND_-1205989813', u'INDIRECT_-1205989743')]
[(u'INDIRECT_-1205989743', u'COPY_-1205989802'), ('const-0', u'RETURN_-1205989810'), ('tmp_120', u'CAST_-1205989738'), (u'CAST_-1205989738', u'CALLIND_-1205989813'), (u'CALLIND_-1205989813', u'RETURN_-1205989810'), (u'CALLIND_-1205989813', u'INDIRECT_-1205989743')]
null
null
00010e28
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_000270a4)();\n return iVar1;\n}\n\n" comment (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_000270a4)();\n return iVar1;\n}" primitive_type (function_declarator "fclose(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_000270a4)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fclose_000270a4)();" (assignment_expression "iVar1 = (*(code *)PTR_fclose_000270a4)()" identifier = (call_expression "(*(code *)PTR_fclose_000270a4)()" (parenthesized_expression "(*(code *)PTR_fclose_000270a4)" ( (pointer_expression "*(code *)PTR_fclose_000270a4" * (cast_expression "(code *)PTR_fclose_000270a4" ( (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 fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_000270a4)();\n return iVar1;\n}\n\n" comment (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_000270a4)();\n return iVar1;\n}" primitive_type (function_declarator "fclose(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_000270a4)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fclose_000270a4)();" (assignment_expression "iVar1 = (*(code *)PTR_fclose_000270a4)()" identifier = (call_expression "(*(code *)PTR_fclose_000270a4)()" (parenthesized_expression "(*(code *)PTR_fclose_000270a4)" ( (pointer_expression "*(code *)PTR_fclose_000270a4" * (cast_expression "(code *)PTR_fclose_000270a4" ( (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 fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_000270a4)();\n return iVar1;\n}\n\n" comment (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_000270a4)();\n return iVar1;\n}" primitive_type (function_declarator "fclose(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_000270a4)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fclose_000270a4)();" (assignment_expression "iVar1 = (*(code *)PTR_fclose_000270a4)()" identifier = (call_expression "(*(code *)PTR_fclose_000270a4)()" (parenthesized_expression "(*(code *)PTR_fclose_000270a4)" ( (pointer_expression "*(code *)PTR_fclose_000270a4" * (cast_expression "(code *)PTR_fclose_000270a4" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit comment (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 ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_000270a4)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fclose(FILE *__stream)" (identifier "fclose") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_000270a4)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_fclose_000270a4)();" (assignment_expression "iVar1 = (*(code *)PTR_fclose_000270a4)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_fclose_000270a4)()" (parenthesized_expression "(*(code *)PTR_fclose_000270a4)" (( "(") (pointer_expression "*(code *)PTR_fclose_000270a4" (* "*") (cast_expression "(code *)PTR_fclose_000270a4" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fclose_000270a4"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_fclose_000270a4)(); return iVar1; }
(translation_unit (comment) (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)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_MASKED_000270a4)(); return iVar1; }
2,141
1757_arm-linux-gnueabi-dwp_and_arm-linux-gnueabi-dwp_strip.c
Output_data_group
FUN_000fb110
/* WARNING: Struct "Output_section": ignoring overlapping field "name_" */ /* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */ /* DWARF original prototype: Output_data_group<32,_false> * Output_data_group(Output_data_group<32,_false> * this, Sized_relobj_file<32,_false> * relobj, section_size_type entry_count, Elf_Word flags, vector<unsigned_int,_std::allocator<unsigned_int>_> * input_shndxes) */ Output_data_group<32,_false> * __thiscall gold::Output_data_group<32,_false>::Output_data_group (Output_data_group<32,_false> *this,Sized_relobj_file<32,_false> *relobj, section_size_type entry_count,Elf_Word flags, vector<unsigned_int,_std::allocator<unsigned_int>_> *input_shndxes) { byte bVar1; int iVar2; pointer puVar3; pointer puVar4; int iVar5; bVar1 = (this->super_Output_section_data).super_Output_data.field_0x20; *(section_size_type *)&(this->super_Output_section_data).super_Output_data.data_size_ = entry_count << 2; iVar5 = DAT_000fb1bc; *(undefined4 *)&(this->super_Output_section_data).super_Output_data.address_ = 0; *(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.address_ + 4) = 0; iVar2 = DAT_000fb1c0; *(undefined4 *)&(this->super_Output_section_data).addralign_ = 4; *(undefined4 *)((int)&(this->super_Output_section_data).addralign_ + 4) = 0; *(undefined4 *)&(this->super_Output_section_data).super_Output_data.offset_ = 0xffffffff; *(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.offset_ + 4) = 0xffffffff; (this->super_Output_section_data).super_Output_data.field_0x20 = bVar1 & 0xe0 | 2; *(undefined4 *)&(this->super_Output_section_data).super_Output_data.field_0x24 = 0; *(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.data_size_ + 4) = 0; iVar5 = *(int *)(FUN_000fb14c + iVar2 + iVar5); (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_finish = (pointer)0x0; (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_end_of_storage = (pointer)0x0; (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_start = (pointer)0x0; (this->super_Output_section_data).super_Output_data._vptr_Output_data = (_func_int_varargs **)(iVar5 + 8); (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_start = (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>). _M_impl._M_start; this->relobj_ = relobj; this->flags_ = flags; puVar3 = (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl. _M_finish; (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl._M_start = (pointer)0x0; puVar4 = (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>. _M_impl._M_finish; (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_finish = puVar3; (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl._M_finish = puVar4; puVar3 = (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>. _M_impl._M_end_of_storage; (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_end_of_storage = (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl. _M_end_of_storage; (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl. _M_end_of_storage = puVar3; return this; }
void FUN_000fb110(int *param_1,int param_2,int param_3,int param_4,int *param_5) { int iVar1; int iVar2; param_1[4] = param_3 << 2; iVar2 = DAT_000fb1bc; param_1[2] = 0; param_1[3] = 0; iVar1 = DAT_000fb1c0; param_1[10] = 4; param_1[0xb] = 0; param_1[6] = -1; param_1[7] = -1; *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2; param_1[9] = 0; param_1[5] = 0; iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1); param_1[0xf] = 0; param_1[0x10] = 0; param_1[0xe] = 0; *param_1 = iVar2 + 8; param_1[0xe] = *param_5; param_1[0xc] = param_2; param_1[0xd] = param_4; *param_5 = 0; iVar2 = param_1[0xf]; param_1[0xf] = param_5[1]; param_5[1] = iVar2; iVar2 = param_1[0x10]; param_1[0x10] = param_5[2]; param_5[2] = iVar2; return; }
stmdb sp!,{r4,r5,r6,r7,lr} ldrb lr,[r0,#0x20] mov r6,r2, lsl #0x2 str r6,[r0,#0x10] mov r7,#0x0 mov r6,#0x0 ldr r5,[0xfb1bc] strd r6,r7,[r0,#0x8] bic lr,lr,#0x1f ldr r2,[0xfb1c0] mov r6,#0x4 mov r7,#0x0 strd r6,r7,[r0,#0x28] add r5,pc,r5 orr r4,lr,#0x2 mvn r6,#0x0 mov lr,#0x0 mvn r7,#0x0 strd r6,r7,[r0,#0x18] strb r4,[r0,#0x20] str lr,[r0,#0x24] str lr,[r0,#0x14] ldr r4,[r5,r2] ldr r2,[sp,#0x14] add r4,r4,#0x8 str lr,[r0,#0x3c] str lr,[r0,#0x40] str lr,[r0,#0x38] str r4,[r0,#0x0] ldr r4,[r2,#0x0] str r4,[r0,#0x38] str r1,[r0,#0x30] str r3,[r0,#0x34] ldr r1,[r2,#0x4] str lr,[r2,#0x0] ldr r3,[r0,#0x3c] str r1,[r0,#0x3c] str r3,[r2,#0x4] ldr r1,[r2,#0x8] ldr r3,[r0,#0x40] str r1,[r0,#0x40] str r3,[r2,#0x8] ldmia sp!,{r4,r5,r6,r7,pc}
null
null
null
null
[(u'CAST_-1206865122', u'STORE_-1206865561'), (u'PTRSUB_-1206865185', u'PTRSUB_-1206865135'), (u'STORE_-1206865331', u'INDIRECT_-1206865207'), (u'PTRSUB_-1206865103', u'CAST_-1206865063'), ('const-0', u'PTRSUB_-1206865074'), ('const-0', u'PTRSUB_-1206865256'), (u'STORE_-1206865407', u'INDIRECT_-1206865258'), ('const-8', u'PTRSUB_-1206864994'), (u'PTRSUB_-1206865053', u'STORE_-1206865331'), ('const-0', u'PTRSUB_-1206865204'), ('const-0', u'PTRSUB_-1206865135'), ('tmp_667', u'PTRSUB_-1206865286'), (u'STORE_-1206865500', u'INDIRECT_-1206865290'), (u'PTRSUB_-1206865088', u'PTRSUB_-1206865042'), ('const-24', u'PTRSUB_-1206865114'), ('tmp_667', u'PTRSUB_-1206865197'), ('const-0', u'RETURN_-1206865237'), ('const-56', u'PTRSUB_-1206865082'), ('const-0', u'PTRSUB_-1206865030'), ('const-417', u'STORE_-1206865401'), (u'STORE_-1206865561', u'INDIRECT_-1206865311'), ('tmp_667', u'PTRSUB_-1206865256'), (u'PTRADD_-1206865328', u'CAST_-1206865052'), (u'PTRSUB_-1206865117', u'PTRSUB_-1206865071'), (u'CAST_-1206865124', u'STORE_-1206865563'), ('const-0', u'STORE_-1206865307'), (u'STORE_-1206865361', u'INDIRECT_-1206865208'), (u'PTRSUB_-1206865068', u'STORE_-1206865349'), (u'PTRSUB_-1206865112', u'PTRSUB_-1206865066'), (u'STORE_-1206865395', u'INDIRECT_-1206865225'), ('const-56', u'PTRSUB_-1206865161'), ('const-0', u'PTRSUB_-1206865030'), (u'STORE_-1206865401', u'INDIRECT_-1206865253'), (u'PTRSUB_-1206865094', u'PTRSUB_-1206865048'), ('const-417', u'STORE_-1206865607'), (u'PTRSUB_-1206865188', u'LOAD_-1206865629'), ('const-0', u'PTRSUB_-1206865191'), (u'STORE_-1206865307', u'INDIRECT_-1206865188'), (u'STORE_-1206865289', u'INDIRECT_-1206865151'), ('const-0', u'PTRSUB_-1206865002'), ('const-56', u'PTRSUB_-1206865155'), (u'PTRSUB_-1206865071', u'PTRSUB_-1206865035'), ('const-16', u'PTRSUB_-1206865179'), ('const-0', u'STORE_-1206865401'), (u'PTRSUB_-1206865095', u'PTRSUB_-1206865058'), ('const-0', u'STORE_-1206865498'), (u'PTRSUB_-1206865082', u'PTRSUB_-1206865036'), ('const-0', u'PTRSUB_-1206865232'), (u'STORE_-1206865349', u'INDIRECT_-1206865198'), (u'PTRSUB_-1206865054', u'PTRSUB_-1206865018'), (u'STORE_-1206865498', u'INDIRECT_-1206865289'), (u'INDIRECT_-1206865133', u'COPY_-1206865211'), (u'PTRSUB_-1206865117', u'PTRSUB_-1206865080'), ('const-48', u'PTRSUB_-1206865133'), (u'PTRSUB_-1206865133', u'STORE_-1206865325'), (u'PTRSUB_-1206864994', u'STORE_-1206865271'), ('tmp_668', u'STORE_-1206865325'), ('const-417', u'STORE_-1206865395'), ('const-0', u'PTRSUB_-1206865048'), (u'PTRSUB_-1206865008', u'PTRSUB_-1206864999'), ('const-0', u'PTRSUB_-1206865024'), ('tmp_670', u'STORE_-1206865319'), (u'LOAD_-1206865278', u'STORE_-1206865265'), (u'PTRSUB_-1206865155', u'PTRSUB_-1206865115'), ('const-417', u'LOAD_-1206865314'), (u'INT_ADD_-1206865144', u'CAST_-1206865057'), ('const-4', u'STORE_-1206865500'), ('const-2', u'INT_OR_-1206865321'), (u'INT_LEFT_-1206865592', u'STORE_-1206865607'), ('const-417', u'STORE_-1206865343'), ('const-0', u'PTRSUB_-1206865060'), (u'PTRSUB_-1206865286', u'PTRSUB_-1206865234'), (u'PTRSUB_-1206865054', u'STORE_-1206865355'), (u'STORE_-1206865295', u'INDIRECT_-1206865179'), (u'CAST_-1206865057', u'STORE_-1206865395'), ('const-1028428', u'PTRSUB_-1206865239'), ('tmp_667', u'PTRSUB_-1206865149'), ('const-417', u'LOAD_-1206865390'), ('const-0', u'PTRSUB_-1206865197'), (u'PTRSUB_-1206865090', u'PTRSUB_-1206865053'), (u'STORE_-1206865416', u'INDIRECT_-1206865264'), ('const-0', u'PTRSUB_-1206865203'), (u'PTRSUB_-1206865115', u'CAST_-1206865074'), ('tmp_667', u'PTRSUB_-1206865234'), ('const-1', u'PTRADD_-1206865328'), (u'PTRSUB_-1206865276', u'PTRSUB_-1206865224'), (u'PTRSUB_-1206865100', u'PTRSUB_-1206865054'), (u'PTRSUB_-1206865239', u'PTRADD_-1206865328'), ('const-0', u'PTRSUB_-1206865076'), (u'INT_ADD_-1206865353', u'CAST_-1206865043'), (u'PTRSUB_-1206865155', u'PTRSUB_-1206865154'), ('const-417', u'STORE_-1206865500'), (u'PTRSUB_-1206865161', u'PTRSUB_-1206865111'), ('tmp_667', u'PTRSUB_-1206865203'), ('const-8', u'PTRSUB_-1206865054'), (u'PTRSUB_-1206865147', u'PTRSUB_-1206865108'), (u'STORE_-1206865561', u'INDIRECT_-1206865288'), ('const-0', u'PTRSUB_-1206865234'), ('const-0', u'PTRSUB_-1206865154'), (u'PTRSUB_-1206865012', u'STORE_-1206865295'), ('const-417', u'STORE_-1206865563'), ('tmp_671', u'PTRSUB_-1206865123'), (u'INT_AND_-1206865347', u'INT_OR_-1206865321'), ('const-0', u'PTRSUB_-1206865095'), ('const-32', u'PTRSUB_-1206865188'), (u'INT_ADD_-1206865207', u'CAST_-1206865122'), ('const-4', u'PTRSUB_-1206865017'), (u'PTRSUB_-1206865197', u'PTRSUB_-1206865147'), ('const-0', u'PTRSUB_-1206865105'), ('tmp_667', u'PTRSUB_-1206865191'), (u'PTRSUB_-1206864996', u'STORE_-1206865265'), ('const-0', u'PTRSUB_-1206865058'), ('const-40', u'PTRSUB_-1206865182'), (u'STORE_-1206865414', u'INDIRECT_-1206865240'), (u'STORE_-1206865401', u'INDIRECT_-1206865230'), ('const-417', u'STORE_-1206865416'), ('const-0', u'PTRSUB_-1206865100'), (u'STORE_-1206865607', u'INDIRECT_-1206865329'), (u'INDIRECT_-1206865288', u'COPY_-1206865189'), ('const-36', u'PTRSUB_-1206865103'), ('const-0', u'PTRSUB_-1206865100'), ('const-417', u'STORE_-1206865271'), (u'PTRSUB_-1206865167', u'PTRSUB_-1206865117'), (u'INT_ADD_-1206865160', u'CAST_-1206865072'), (u'STORE_-1206865307', u'INDIRECT_-1206865165'), ('const-417', u'STORE_-1206865295'), (u'LOAD_-1206865302', u'STORE_-1206865289'), ('tmp_671', u'PTRSUB_-1206865094'), ('const-56', u'PTRSUB_-1206865112'), ('const-56', u'PTRSUB_-1206865139'), ('const-0', u'PTRSUB_-1206865153'), (u'CAST_-1206865123', u'INT_ADD_-1206865207'), (u'CAST_-1206865099', u'STORE_-1206865498'), (u'STORE_-1206865349', u'INDIRECT_-1206865221'), ('const-417', u'STORE_-1206865349'), (u'PTRSUB_-1206865138', u'PTRSUB_-1206865090'), ('const-0', u'PTRSUB_-1206865117'), (u'STORE_-1206865331', u'INDIRECT_-1206865184'), ('const-0', u'PTRSUB_-1206865286'), (u'PTRSUB_-1206865013', u'LOAD_-1206865284'), (u'CAST_-1206865141', u'STORE_-1206865607'), (u'STORE_-1206865289', u'INDIRECT_-1206865174'), (u'PTRSUB_-1206864999', u'LOAD_-1206865278'), ('const-417', u'STORE_-1206865289'), (u'PTRSUB_-1206865205', u'PTRSUB_-1206865155'), (u'PTRSUB_-1206865224', u'PTRSUB_-1206865179'), (u'PTRSUB_-1206865060', u'PTRSUB_-1206865024'), (u'PTRSUB_-1206865108', u'STORE_-1206865407'), ('const-417', u'LOAD_-1206865278'), (u'STORE_-1206865325', u'INDIRECT_-1206865202'), (u'PTRSUB_-1206865149', u'PTRSUB_-1206865100'), ('const-0', u'PTRSUB_-1206865036'), (u'LOAD_-1206865390', u'INT_ADD_-1206865353'), ('const-417', u'STORE_-1206865331'), (u'PTRSUB_-1206865179', u'CAST_-1206865141'), ('const-0', u'STORE_-1206865561'), (u'STORE_-1206865563', u'INDIRECT_-1206865289'), ('const-0', u'PTRSUB_-1206865123'), ('tmp_667', u'PTRSUB_-1206865276'), (u'PTRSUB_-1206865040', u'LOAD_-1206865314'), ('tmp_667', u'PTRSUB_-1206865139'), ('const-32', u'PTRSUB_-1206865108'), ('const-0', u'PTRSUB_-1206865063'), (u'PTRSUB_-1206865203', u'PTRSUB_-1206865153'), (u'LOAD_-1206865629', u'INT_AND_-1206865347'), (u'STORE_-1206865607', u'INDIRECT_-1206865306'), (u'CAST_-1206865100', u'INT_ADD_-1206865227'), (u'PTRSUB_-1206865256', u'PTRSUB_-1206865204'), ('const-0', u'PTRSUB_-1206865239'), (u'STORE_-1206865395', u'INDIRECT_-1206865248'), ('tmp_667', u'PTRSUB_-1206865133'), ('const-52', u'PTRSUB_-1206865128'), ('const-0', u'PTRSUB_-1206865234'), (u'STORE_-1206865295', u'INDIRECT_-1206865156'), (u'PTRSUB_-1206865182', u'CAST_-1206865101'), ('tmp_667', u'PTRSUB_-1206865258'), ('tmp_667', u'PTRSUB_-1206865128'), (u'STORE_-1206865416', u'INDIRECT_-1206865241'), (u'PTRSUB_-1206865181', u'CAST_-1206865100'), ('const-0', u'PTRSUB_-1206865042'), ('const-16', u'PTRSUB_-1206865098'), ('const-0', u'STORE_-1206865355'), ('const-0', u'PTRSUB_-1206865117'), ('tmp_667', u'PTRSUB_-1206865161'), (u'CAST_-1206865072', u'STORE_-1206865414'), ('const-56', u'PTRSUB_-1206865167'), ('const-4', u'PTRSUB_-1206865059'), ('const-0', u'PTRSUB_-1206865144'), (u'PTRSUB_-1206865018', u'STORE_-1206865289'), (u'PTRSUB_-1206865030', u'PTRSUB_-1206865017'), ('const-417', u'STORE_-1206865265'), (u'PTRSUB_-1206865153', u'PTRSUB_-1206865114'), (u'PTRSUB_-1206865066', u'PTRSUB_-1206865030'), ('const-0', u'PTRSUB_-1206865185'), ('const-0', u'PTRSUB_-1206865071'), (u'STORE_-1206865500', u'INDIRECT_-1206865267'), ('const-0', u'PTRSUB_-1206865149'), (u'STORE_-1206865265', u'INDIRECT_-1206865133'), (u'PTRSUB_-1206865191', u'PTRSUB_-1206865141'), (u'STORE_-1206865361', u'INDIRECT_-1206865231'), ('const-24', u'PTRSUB_-1206865115'), ('const-0', u'PTRSUB_-1206865276'), (u'STORE_-1206865563', u'INDIRECT_-1206865312'), (u'STORE_-1206865343', u'INDIRECT_-1206865216'), ('tmp_667', u'PTRSUB_-1206865112'), (u'PTRSUB_-1206865141', u'PTRSUB_-1206865103'), ('const-0', u'PTRSUB_-1206865224'), ('const-417', u'LOAD_-1206865284'), (u'PTRSUB_-1206865162', u'CAST_-1206865124'), (u'PTRSUB_-1206865258', u'PTRSUB_-1206865206'), ('const-56', u'PTRSUB_-1206865106'), (u'PTRSUB_-1206865042', u'PTRSUB_-1206865008'), ('const-0', u'PTRSUB_-1206865068'), ('const-0', u'PTRSUB_-1206865080'), ('const-417', u'STORE_-1206865414'), ('const-417', u'STORE_-1206865561'), ('const-4', u'INT_ADD_-1206865207'), ('const-8', u'PTRSUB_-1206865013'), (u'INDIRECT_-1206865156', u'COPY_-1206865234'), ('const-4', u'PTRSUB_-1206865012'), (u'PTRSUB_-1206865030', u'PTRSUB_-1206864996'), (u'PTRSUB_-1206865100', u'PTRSUB_-1206865063'), (u'CAST_-1206865073', u'INT_ADD_-1206865160'), (u'PTRSUB_-1206865123', u'PTRSUB_-1206865077'), (u'CAST_-1206865101', u'STORE_-1206865500'), ('const-8', u'INT_ADD_-1206865353'), ('const-4', u'INT_ADD_-1206865227'), (u'STORE_-1206865343', u'INDIRECT_-1206865193'), (u'PTRSUB_-1206865017', u'LOAD_-1206865302'), (u'PTRSUB_-1206865135', u'PTRSUB_-1206865098'), (u'PTRSUB_-1206865128', u'STORE_-1206865319'), ('const-0', u'PTRSUB_-1206865147'), (u'PTRSUB_-1206865106', u'PTRSUB_-1206865060'), ('tmp_671', u'PTRSUB_-1206865076'), (u'STORE_-1206865319', u'INDIRECT_-1206865197'), (u'LOAD_-1206865338', u'STORE_-1206865331'), (u'COPY_-1206865206', u'INT_ADD_-1206865237'), (u'INT_ADD_-1206865227', u'CAST_-1206865099'), (u'LOAD_-1206865314', u'STORE_-1206865295'), (u'PTRSUB_-1206865204', u'PTRSUB_-1206865161'), (u'CAST_-1206865058', u'INT_ADD_-1206865144'), ('tmp_671', u'PTRSUB_-1206865117'), (u'PTRSUB_-1206865024', u'PTRSUB_-1206865012'), ('const-56', u'PTRSUB_-1206865088'), ('const-4', u'INT_ADD_-1206865144'), ('tmp_667', u'PTRSUB_-1206865185'), ('const-4', u'PTRSUB_-1206865040'), ('const-0', u'STORE_-1206865395'), (u'PTRSUB_-1206865059', u'STORE_-1206865361'), (u'STORE_-1206865325', u'INDIRECT_-1206865179'), ('tmp_667', u'RETURN_-1206865237'), ('const-417', u'STORE_-1206865307'), ('const-0', u'PTRSUB_-1206865035'), (u'PTRSUB_-1206865058', u'LOAD_-1206865338'), ('const-8', u'PTRSUB_-1206865161'), ('const-8', u'PTRSUB_-1206865162'), (u'PTRSUB_-1206865206', u'PTRSUB_-1206865162'), ('tmp_667', u'PTRSUB_-1206865106'), (u'STORE_-1206865355', u'INDIRECT_-1206865203'), ('const-0', u'PTRSUB_-1206865155'), ('const-417', u'STORE_-1206865355'), ('const-0', u'PTRSUB_-1206865008'), (u'PTRSUB_-1206865074', u'PTRSUB_-1206865054'), ('const-0', u'STORE_-1206865349'), ('tmp_669', u'INT_LEFT_-1206865592'), ('tmp_667', u'PTRSUB_-1206865167'), ('const-417', u'LOAD_-1206865629'), (u'PTRSUB_-1206865080', u'PTRSUB_-1206865059'), ('const-4294967295', u'STORE_-1206865414'), (u'PTRSUB_-1206865161', u'CAST_-1206865123'), (u'PTRSUB_-1206865098', u'CAST_-1206865058'), ('tmp_667', u'PTRSUB_-1206865155'), ('const-417', u'LOAD_-1206865302'), (u'PTRSUB_-1206865035', u'STORE_-1206865307'), (u'PTRSUB_-1206865002', u'PTRSUB_-1206864994'), ('const-0', u'STORE_-1206865563'), (u'PTRSUB_-1206865048', u'PTRSUB_-1206865013'), (u'STORE_-1206865407', u'INDIRECT_-1206865235'), (u'PTRSUB_-1206865232', u'PTRSUB_-1206865181'), ('const-417', u'STORE_-1206865361'), ('const-0', u'PTRSUB_-1206865090'), ('tmp_667', u'PTRSUB_-1206865082'), (u'PTRSUB_-1206865234', u'PTRSUB_-1206865182'), (u'STORE_-1206865355', u'INDIRECT_-1206865226'), ('tmp_671', u'PTRSUB_-1206865144'), ('const-40', u'PTRSUB_-1206865181'), (u'CAST_-1206865063', u'STORE_-1206865401'), (u'LOAD_-1206865284', u'STORE_-1206865271'), ('const-2', u'INT_LEFT_-1206865592'), ('tmp_667', u'PTRSUB_-1206865205'), ('const-0', u'STORE_-1206865361'), (u'PTRSUB_-1206865105', u'PTRSUB_-1206865068'), ('const-4294967295', u'STORE_-1206865416'), (u'PTRSUB_-1206865111', u'PTRSUB_-1206865074'), (u'INT_ADD_-1206865237', u'PTRADD_-1206865328'), (u'INT_OR_-1206865321', u'STORE_-1206865407'), ('const-4', u'INT_ADD_-1206865160'), ('const-0', u'PTRSUB_-1206865066'), (u'PTRSUB_-1206865154', u'PTRSUB_-1206865105'), (u'PTRSUB_-1206865077', u'PTRSUB_-1206865040'), ('const-0', u'PTRSUB_-1206865206'), ('const-0', u'PTRSUB_-1206865094'), ('const-417', u'STORE_-1206865325'), ('tmp_671', u'PTRSUB_-1206865100'), (u'STORE_-1206865271', u'INDIRECT_-1206865138'), ('const-0', u'PTRSUB_-1206865141'), ('const-0', u'PTRSUB_-1206865138'), (u'CAST_-1206865074', u'STORE_-1206865416'), ('const-417', u'LOAD_-1206865338'), ('const-417', u'STORE_-1206865319'), (u'CAST_-1206865043', u'STORE_-1206865343'), ('const-4', u'PTRSUB_-1206865018'), (u'COPY_-1206865189', u'INT_ADD_-1206865237'), ('const-8', u'PTRSUB_-1206864999'), (u'INDIRECT_-1206865329', u'COPY_-1206865206'), (u'PTRSUB_-1206865036', u'PTRSUB_-1206865002'), (u'STORE_-1206865265', u'INDIRECT_-1206865156'), ('const-0', u'PTRSUB_-1206865054'), (u'PTRSUB_-1206865139', u'PTRSUB_-1206865138'), ('const-0', u'PTRSUB_-1206865053'), (u'PTRSUB_-1206865234', u'PTRSUB_-1206865188'), ('const-0', u'PTRSUB_-1206865205'), ('tmp_667', u'PTRSUB_-1206865232'), (u'STORE_-1206865271', u'INDIRECT_-1206865161'), (u'PTRSUB_-1206865076', u'PTRSUB_-1206865030'), ('const-417', u'STORE_-1206865407'), (u'PTRSUB_-1206865114', u'CAST_-1206865073'), ('const-417', u'STORE_-1206865498'), ('const-0', u'PTRSUB_-1206865111'), (u'PTRSUB_-1206865144', u'PTRSUB_-1206865095'), (u'CAST_-1206865052', u'LOAD_-1206865390'), ('const-0', u'PTRSUB_-1206865258'), (u'STORE_-1206865498', u'INDIRECT_-1206865266'), ('tmp_667', u'PTRSUB_-1206865088'), ('const-8', u'PTRSUB_-1206864996'), (u'STORE_-1206865319', u'INDIRECT_-1206865174'), (u'PTRSUB_-1206865063', u'STORE_-1206865343'), ('const-0', u'PTRSUB_-1206865077'), ('const-224', u'INT_AND_-1206865347'), (u'STORE_-1206865414', u'INDIRECT_-1206865263')]
[(u'STORE_-1206865331', u'INDIRECT_-1206865207'), ('const-417', u'STORE_-1206865395'), ('tmp_890', u'LOAD_-1206865338'), ('const-417', u'STORE_-1206865355'), ('const-4', u'PTRADD_-1206865279'), (u'STORE_-1206865407', u'INDIRECT_-1206865258'), ('const-7', u'PTRADD_-1206865213'), ('const-4', u'PTRADD_-1206865153'), ('const-0', u'STORE_-1206865361'), (u'PTRADD_-1206865240', u'STORE_-1206865500'), (u'PTRADD_-1206865129', u'STORE_-1206865295'), ('const-10', u'PTRADD_-1206865240'), ('const-16', u'PTRADD_-1206865176'), ('const-0', u'STORE_-1206865307'), ('const-417', u'STORE_-1206865561'), ('tmp_674', u'PTRADD_-1206865239'), ('const-9', u'PTRADD_-1206865203'), ('const-4', u'PTRADD_-1206865114'), (u'STORE_-1206865500', u'INDIRECT_-1206865290'), ('const-4', u'PTRADD_-1206865262'), ('const-0', u'RETURN_-1206865237'), (u'PTRADD_-1206865153', u'STORE_-1206865325'), (u'STORE_-1206865561', u'INDIRECT_-1206865311'), (u'PTRADD_-1206865171', u'STORE_-1206865349'), (u'PTRADD_-1206865208', u'CAST_-1206865189'), ('const-417', u'STORE_-1206865607'), (u'STORE_-1206865361', u'INDIRECT_-1206865208'), ('const-4', u'PTRADD_-1206865181'), (u'PTRADD_-1206865181', u'STORE_-1206865361'), (u'STORE_-1206865395', u'INDIRECT_-1206865225'), (u'STORE_-1206865401', u'INDIRECT_-1206865253'), (u'STORE_-1206865307', u'INDIRECT_-1206865188'), ('const-1', u'PTRADD_-1206865124'), ('const-2', u'PTRADD_-1206865119'), (u'STORE_-1206865289', u'INDIRECT_-1206865151'), (u'PTRADD_-1206865134', u'LOAD_-1206865302'), ('const-417', u'LOAD_-1206865390'), (u'STORE_-1206865349', u'INDIRECT_-1206865198'), (u'INT_ADD_-1206865473', u'INT_ADD_-1206865374'), ('const-14', u'PTRADD_-1206865171'), (u'CAST_-1206865262', u'LOAD_-1206865629'), (u'PTRADD_-1206865203', u'STORE_-1206865401'), ('const-0', u'STORE_-1206865349'), ('const-417', u'STORE_-1206865498'), (u'STORE_-1206865498', u'INDIRECT_-1206865289'), (u'INDIRECT_-1206865133', u'COPY_-1206865211'), ('const-417', u'STORE_-1206865307'), ('const-4', u'PTRADD_-1206865143'), ('tmp_674', u'PTRADD_-1206865279'), ('const-11', u'PTRADD_-1206865239'), (u'PTRADD_-1206865288', u'CAST_-1206865262'), ('const-4', u'PTRADD_-1206865214'), (u'LOAD_-1206865278', u'STORE_-1206865265'), ('tmp_674', u'PTRADD_-1206865214'), ('tmp_890', u'PTRADD_-1206865124'), (u'INT_LEFT_-1206865592', u'STORE_-1206865607'), ('const-417', u'STORE_-1206865401'), (u'STORE_-1206865295', u'INDIRECT_-1206865179'), ('const-4', u'PTRADD_-1206865124'), (u'PTRADD_-1206865114', u'LOAD_-1206865278'), (u'PTRADD_-1206865214', u'STORE_-1206865416'), (u'CAST_-1206865189', u'STORE_-1206865407'), ('const-224', u'INT_AND_-1206865347'), ('const-15', u'PTRADD_-1206865181'), (u'STORE_-1206865416', u'INDIRECT_-1206865264'), ('tmp_674', u'PTRADD_-1206865129'), ('const-2', u'PTRADD_-1206865262'), ('tmp_674', u'STORE_-1206865343'), ('const-417', u'STORE_-1206865349'), (u'PTRADD_-1206865213', u'STORE_-1206865414'), ('const-15', u'PTRADD_-1206865129'), ('const-4', u'PTRADD_-1206865261'), ('tmp_674', u'PTRADD_-1206865198'), (u'PTRADD_-1206865124', u'STORE_-1206865289'), (u'STORE_-1206865561', u'INDIRECT_-1206865288'), (u'INT_AND_-1206865347', u'INT_OR_-1206865321'), ('tmp_674', u'PTRADD_-1206865114'), ('tmp_890', u'STORE_-1206865307'), (u'STORE_-1206865414', u'INDIRECT_-1206865240'), (u'STORE_-1206865401', u'INDIRECT_-1206865230'), ('const-4', u'PTRADD_-1206865288'), ('const-14', u'PTRADD_-1206865158'), (u'STORE_-1206865607', u'INDIRECT_-1206865329'), ('const-4294967295', u'STORE_-1206865414'), ('const-417', u'STORE_-1206865343'), ('const-417', u'LOAD_-1206865278'), ('const-417', u'LOAD_-1206865629'), (u'PTRADD_-1206865109', u'STORE_-1206865271'), ('tmp_674', u'PTRADD_-1206865171'), (u'STORE_-1206865307', u'INDIRECT_-1206865165'), (u'LOAD_-1206865302', u'STORE_-1206865289'), ('tmp_674', u'PTRADD_-1206865153'), ('const-4', u'PTRADD_-1206865119'), (u'PTRADD_-1206865148', u'STORE_-1206865319'), (u'STORE_-1206865349', u'INDIRECT_-1206865221'), (u'STORE_-1206865331', u'INDIRECT_-1206865184'), ('const-417', u'LOAD_-1206865284'), (u'STORE_-1206865289', u'INDIRECT_-1206865174'), ('const-4', u'PTRADD_-1206865104'), ('const-4', u'PTRADD_-1206865239'), ('const-0', u'STORE_-1206865563'), (u'INT_ADD_-1206865353', u'STORE_-1206865343'), (u'INT_ADD_-1206865374', u'CAST_-1206865176'), (u'STORE_-1206865325', u'INDIRECT_-1206865202'), ('const-0', u'STORE_-1206865401'), (u'LOAD_-1206865390', u'INT_ADD_-1206865353'), ('const-1028428', u'INT_ADD_-1206865473'), (u'STORE_-1206865563', u'INDIRECT_-1206865289'), ('const-16', u'PTRADD_-1206865109'), (u'PTRADD_-1206865143', u'LOAD_-1206865314'), (u'LOAD_-1206865629', u'INT_AND_-1206865347'), ('tmp_674', u'PTRADD_-1206865288'), (u'STORE_-1206865607', u'INDIRECT_-1206865306'), (u'STORE_-1206865395', u'INDIRECT_-1206865248'), ('const-4', u'PTRADD_-1206865158'), ('const-8', u'PTRADD_-1206865208'), ('const-417', u'STORE_-1206865361'), ('const-417', u'STORE_-1206865416'), ('const-4', u'PTRADD_-1206865129'), (u'STORE_-1206865295', u'INDIRECT_-1206865156'), ('const-4', u'PTRADD_-1206865176'), (u'STORE_-1206865416', u'INDIRECT_-1206865241'), ('tmp_674', u'PTRADD_-1206865203'), (u'INDIRECT_-1206865329', u'COPY_-1206865319'), ('tmp_674', u'PTRADD_-1206865181'), (u'PTRADD_-1206865279', u'STORE_-1206865607'), ('tmp_678', u'STORE_-1206865325'), ('tmp_674', u'PTRADD_-1206865261'), ('const-4', u'PTRADD_-1206865171'), ('const-0', u'STORE_-1206865355'), ('const-4', u'PTRADD_-1206865109'), (u'STORE_-1206865500', u'INDIRECT_-1206865267'), ('const-417', u'STORE_-1206865414'), (u'STORE_-1206865265', u'INDIRECT_-1206865133'), (u'STORE_-1206865361', u'INDIRECT_-1206865231'), ('tmp_890', u'PTRADD_-1206865143'), ('tmp_679', u'STORE_-1206865319'), (u'STORE_-1206865563', u'INDIRECT_-1206865312'), (u'STORE_-1206865343', u'INDIRECT_-1206865216'), ('const-417', u'STORE_-1206865271'), ('const-417', u'STORE_-1206865407'), ('const-417', u'STORE_-1206865563'), ('const-13', u'PTRADD_-1206865148'), (u'INDIRECT_-1206865156', u'COPY_-1206865234'), ('const-2', u'INT_OR_-1206865321'), ('const-6', u'PTRADD_-1206865214'), ('const-8', u'INT_ADD_-1206865353'), ('tmp_674', u'PTRADD_-1206865158'), (u'STORE_-1206865343', u'INDIRECT_-1206865193'), ('const-417', u'LOAD_-1206865314'), (u'STORE_-1206865319', u'INDIRECT_-1206865197'), (u'PTRADD_-1206865261', u'STORE_-1206865561'), (u'LOAD_-1206865338', u'STORE_-1206865331'), ('const-417', u'STORE_-1206865289'), (u'LOAD_-1206865314', u'STORE_-1206865295'), ('const-4', u'PTRADD_-1206865240'), ('const-417', u'STORE_-1206865319'), ('const-2', u'PTRADD_-1206865104'), ('tmp_674', u'PTRADD_-1206865134'), ('tmp_674', u'PTRADD_-1206865262'), (u'STORE_-1206865325', u'INDIRECT_-1206865179'), (u'PTRADD_-1206865104', u'STORE_-1206865265'), ('const-0', u'STORE_-1206865498'), (u'COPY_-1206865319', u'INT_ADD_-1206865473'), ('tmp_674', u'PTRADD_-1206865176'), ('const-417', u'STORE_-1206865325'), ('const-417', u'LOAD_-1206865302'), (u'PTRADD_-1206865176', u'STORE_-1206865355'), ('const-4294967295', u'STORE_-1206865416'), ('const-4', u'PTRADD_-1206865198'), (u'STORE_-1206865355', u'INDIRECT_-1206865203'), ('const-4', u'PTRADD_-1206865208'), ('const-4', u'PTRADD_-1206865279'), (u'STORE_-1206865407', u'INDIRECT_-1206865235'), ('tmp_890', u'PTRADD_-1206865119'), ('const-4', u'PTRADD_-1206865134'), ('const-417', u'STORE_-1206865500'), ('const-4', u'STORE_-1206865500'), ('const-0', u'STORE_-1206865561'), (u'STORE_-1206865355', u'INDIRECT_-1206865226'), (u'INDIRECT_-1206865288', u'COPY_-1206865302'), (u'LOAD_-1206865284', u'STORE_-1206865271'), ('const-2', u'INT_LEFT_-1206865592'), (u'COPY_-1206865302', u'INT_ADD_-1206865374'), ('const-16', u'PTRADD_-1206865114'), ('tmp_675', u'INT_LEFT_-1206865592'), (u'INT_OR_-1206865321', u'STORE_-1206865407'), ('tmp_674', u'PTRADD_-1206865240'), ('const-12', u'PTRADD_-1206865153'), ('const-4', u'PTRADD_-1206865213'), ('tmp_674', u'PTRADD_-1206865109'), ('const-417', u'STORE_-1206865265'), (u'PTRADD_-1206865158', u'STORE_-1206865331'), ('const-8', u'PTRADD_-1206865288'), ('const-417', u'STORE_-1206865295'), (u'PTRADD_-1206865119', u'LOAD_-1206865284'), (u'STORE_-1206865271', u'INDIRECT_-1206865138'), ('const-3', u'PTRADD_-1206865261'), ('const-1', u'PTRADD_-1206865143'), ('const-15', u'PTRADD_-1206865134'), ('const-5', u'PTRADD_-1206865198'), (u'STORE_-1206865265', u'INDIRECT_-1206865156'), ('const-0', u'STORE_-1206865395'), ('tmp_674', u'PTRADD_-1206865148'), (u'PTRADD_-1206865198', u'STORE_-1206865395'), (u'PTRADD_-1206865262', u'STORE_-1206865563'), (u'STORE_-1206865271', u'INDIRECT_-1206865161'), ('const-417', u'LOAD_-1206865338'), ('tmp_674', u'PTRADD_-1206865213'), (u'PTRADD_-1206865239', u'STORE_-1206865498'), ('const-4', u'PTRADD_-1206865203'), (u'STORE_-1206865498', u'INDIRECT_-1206865266'), ('const-4', u'PTRADD_-1206865148'), (u'STORE_-1206865319', u'INDIRECT_-1206865174'), ('tmp_890', u'PTRADD_-1206865104'), ('const-417', u'STORE_-1206865331'), ('tmp_674', u'PTRADD_-1206865208'), (u'STORE_-1206865414', u'INDIRECT_-1206865263'), (u'CAST_-1206865176', u'LOAD_-1206865390')]
null
null
000fb110
arm
O2
(translation_unit "void FUN_000fb110(int *param_1,int param_2,int param_3,int param_4,int *param_5)\n\n{\n int iVar1;\n int iVar2;\n \n param_1[4] = param_3 << 2;\n iVar2 = DAT_000fb1bc;\n param_1[2] = 0;\n param_1[3] = 0;\n iVar1 = DAT_000fb1c0;\n param_1[10] = 4;\n param_1[0xb] = 0;\n param_1[6] = -1;\n param_1[7] = -1;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2;\n param_1[9] = 0;\n param_1[5] = 0;\n iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1);\n param_1[0xf] = 0;\n param_1[0x10] = 0;\n param_1[0xe] = 0;\n *param_1 = iVar2 + 8;\n param_1[0xe] = *param_5;\n param_1[0xc] = param_2;\n param_1[0xd] = param_4;\n *param_5 = 0;\n iVar2 = param_1[0xf];\n param_1[0xf] = param_5[1];\n param_5[1] = iVar2;\n iVar2 = param_1[0x10];\n param_1[0x10] = param_5[2];\n param_5[2] = iVar2;\n return;\n}\n\n" (function_definition "void FUN_000fb110(int *param_1,int param_2,int param_3,int param_4,int *param_5)\n\n{\n int iVar1;\n int iVar2;\n \n param_1[4] = param_3 << 2;\n iVar2 = DAT_000fb1bc;\n param_1[2] = 0;\n param_1[3] = 0;\n iVar1 = DAT_000fb1c0;\n param_1[10] = 4;\n param_1[0xb] = 0;\n param_1[6] = -1;\n param_1[7] = -1;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2;\n param_1[9] = 0;\n param_1[5] = 0;\n iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1);\n param_1[0xf] = 0;\n param_1[0x10] = 0;\n param_1[0xe] = 0;\n *param_1 = iVar2 + 8;\n param_1[0xe] = *param_5;\n param_1[0xc] = param_2;\n param_1[0xd] = param_4;\n *param_5 = 0;\n iVar2 = param_1[0xf];\n param_1[0xf] = param_5[1];\n param_5[1] = iVar2;\n iVar2 = param_1[0x10];\n param_1[0x10] = param_5[2];\n param_5[2] = iVar2;\n return;\n}" primitive_type (function_declarator "FUN_000fb110(int *param_1,int param_2,int param_3,int param_4,int *param_5)" identifier (parameter_list "(int *param_1,int param_2,int param_3,int param_4,int *param_5)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "int *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n \n param_1[4] = param_3 << 2;\n iVar2 = DAT_000fb1bc;\n param_1[2] = 0;\n param_1[3] = 0;\n iVar1 = DAT_000fb1c0;\n param_1[10] = 4;\n param_1[0xb] = 0;\n param_1[6] = -1;\n param_1[7] = -1;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2;\n param_1[9] = 0;\n param_1[5] = 0;\n iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1);\n param_1[0xf] = 0;\n param_1[0x10] = 0;\n param_1[0xe] = 0;\n *param_1 = iVar2 + 8;\n param_1[0xe] = *param_5;\n param_1[0xc] = param_2;\n param_1[0xd] = param_4;\n *param_5 = 0;\n iVar2 = param_1[0xf];\n param_1[0xf] = param_5[1];\n param_5[1] = iVar2;\n iVar2 = param_1[0x10];\n param_1[0x10] = param_5[2];\n param_5[2] = iVar2;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "param_1[4] = param_3 << 2;" (assignment_expression "param_1[4] = param_3 << 2" (subscript_expression "param_1[4]" identifier [ number_literal ]) = (binary_expression "param_3 << 2" identifier << number_literal)) ;) (expression_statement "iVar2 = DAT_000fb1bc;" (assignment_expression "iVar2 = DAT_000fb1bc" identifier = identifier) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" 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 "iVar1 = DAT_000fb1c0;" (assignment_expression "iVar1 = DAT_000fb1c0" identifier = identifier) ;) (expression_statement "param_1[10] = 4;" (assignment_expression "param_1[10] = 4" (subscript_expression "param_1[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0xb] = 0;" (assignment_expression "param_1[0xb] = 0" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[6] = -1;" (assignment_expression "param_1[6] = -1" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[7] = -1;" (assignment_expression "param_1[7] = -1" (subscript_expression "param_1[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2;" (assignment_expression "*(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2" (pointer_expression "*(byte *)(param_1 + 8)" * (cast_expression "(byte *)(param_1 + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_1 + 8) & 0xe0 | 2" (binary_expression "*(byte *)(param_1 + 8) & 0xe0" (pointer_expression "*(byte *)(param_1 + 8)" * (cast_expression "(byte *)(param_1 + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) & number_literal) | number_literal)) ;) (expression_statement "param_1[9] = 0;" (assignment_expression "param_1[9] = 0" (subscript_expression "param_1[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[5] = 0;" (assignment_expression "param_1[5] = 0" (subscript_expression "param_1[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1);" (assignment_expression "iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1)" identifier = (pointer_expression "*(int *)(iVar2 + 0xfb14c + iVar1)" * (cast_expression "(int *)(iVar2 + 0xfb14c + iVar1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 0xfb14c + iVar1)" ( (binary_expression "iVar2 + 0xfb14c + iVar1" (binary_expression "iVar2 + 0xfb14c" identifier + number_literal) + identifier) ))))) ;) (expression_statement "param_1[0xf] = 0;" (assignment_expression "param_1[0xf] = 0" (subscript_expression "param_1[0xf]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x10] = 0;" (assignment_expression "param_1[0x10] = 0" (subscript_expression "param_1[0x10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0xe] = 0;" (assignment_expression "param_1[0xe] = 0" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = iVar2 + 8;" (assignment_expression "*param_1 = iVar2 + 8" (pointer_expression "*param_1" * identifier) = (binary_expression "iVar2 + 8" identifier + number_literal)) ;) (expression_statement "param_1[0xe] = *param_5;" (assignment_expression "param_1[0xe] = *param_5" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "param_1[0xc] = param_2;" (assignment_expression "param_1[0xc] = param_2" (subscript_expression "param_1[0xc]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[0xd] = param_4;" (assignment_expression "param_1[0xd] = param_4" (subscript_expression "param_1[0xd]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*param_5 = 0;" (assignment_expression "*param_5 = 0" (pointer_expression "*param_5" * identifier) = number_literal) ;) (expression_statement "iVar2 = param_1[0xf];" (assignment_expression "iVar2 = param_1[0xf]" identifier = (subscript_expression "param_1[0xf]" identifier [ number_literal ])) ;) (expression_statement "param_1[0xf] = param_5[1];" (assignment_expression "param_1[0xf] = param_5[1]" (subscript_expression "param_1[0xf]" identifier [ number_literal ]) = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "param_5[1] = iVar2;" (assignment_expression "param_5[1] = iVar2" (subscript_expression "param_5[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "iVar2 = param_1[0x10];" (assignment_expression "iVar2 = param_1[0x10]" identifier = (subscript_expression "param_1[0x10]" identifier [ number_literal ])) ;) (expression_statement "param_1[0x10] = param_5[2];" (assignment_expression "param_1[0x10] = param_5[2]" (subscript_expression "param_1[0x10]" identifier [ number_literal ]) = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "param_5[2] = iVar2;" (assignment_expression "param_5[2] = iVar2" (subscript_expression "param_5[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Struct "Output_section": ignoring overlapping field "name_" */\n/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */\n/* DWARF original prototype: Output_data_group<32,_false> *\n Output_data_group(Output_data_group<32,_false> * this, Sized_relobj_file<32,_false> * relobj,\n section_size_type entry_count, Elf_Word flags,\n vector<unsigned_int,_std::allocator<unsigned_int>_> * input_shndxes) */\n\nOutput_data_group<32,_false> * __thiscall\ngold::Output_data_group<32,_false>::Output_data_group\n (Output_data_group<32,_false> *this,Sized_relobj_file<32,_false> *relobj,\n section_size_type entry_count,Elf_Word flags,\n vector<unsigned_int,_std::allocator<unsigned_int>_> *input_shndxes)\n\n{\n byte bVar1;\n int iVar2;\n pointer puVar3;\n pointer puVar4;\n int iVar5;\n \n bVar1 = (this->super_Output_section_data).super_Output_data.field_0x20;\n *(section_size_type *)&(this->super_Output_section_data).super_Output_data.data_size_ =\n entry_count << 2;\n iVar5 = DAT_000fb1bc;\n *(undefined4 *)&(this->super_Output_section_data).super_Output_data.address_ = 0;\n *(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.address_ + 4) = 0;\n iVar2 = DAT_000fb1c0;\n *(undefined4 *)&(this->super_Output_section_data).addralign_ = 4;\n *(undefined4 *)((int)&(this->super_Output_section_data).addralign_ + 4) = 0;\n *(undefined4 *)&(this->super_Output_section_data).super_Output_data.offset_ = 0xffffffff;\n *(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.offset_ + 4) =\n 0xffffffff;\n (this->super_Output_section_data).super_Output_data.field_0x20 = bVar1 & 0xe0 | 2;\n *(undefined4 *)&(this->super_Output_section_data).super_Output_data.field_0x24 = 0;\n *(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.data_size_ + 4) = 0;\n iVar5 = *(int *)(FUN_000fb14c + iVar2 + iVar5);\n (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0;\n (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0;\n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)(iVar5 + 8);\n (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start = (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n this->relobj_ = relobj;\n this->flags_ = flags;\n puVar3 = (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish;\n (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl._M_start\n = (pointer)0x0;\n puVar4 = (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish;\n (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish = puVar3;\n (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl._M_finish\n = puVar4;\n puVar3 = (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage;\n (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage =\n (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_end_of_storage;\n (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_end_of_storage = puVar3;\n return this;\n}\n\n" comment comment comment (ERROR "Output_data_group<32,_false> * __thiscall\ngold::Output_data_group<32,_false>::Output_data_group\n (Output_data_group<32,_false> *this,Sized_relobj_file<32,_false> *relobj,\n section_size_type entry_count,Elf_Word flags,\n vector<unsigned_int,_std::allocator<unsigned_int>_> *input_shndxes)" (binary_expression "Output_data_group<32,_false> * __thiscall\ngold::Output_data_group<32,_false>::Output_data_group\n (Output_data_group<32,_false> *this,Sized_relobj_file<32,_false> *relobj,\n section_size_type entry_count,Elf_Word flags,\n vector<unsigned_int,_std::allocator<unsigned_int>_> *input_shndxes)" (binary_expression "Output_data_group<32,_false> * __thiscall\ngold::Output_data_group<32" (binary_expression "Output_data_group<32,_false> * __thiscall" (binary_expression "Output_data_group<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "* __thiscall" * identifier)) (ERROR "gold::Output_data_group" identifier : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) (call_expression "Output_data_group\n (Output_data_group<32,_false> *this,Sized_relobj_file<32,_false> *relobj,\n section_size_type entry_count,Elf_Word flags,\n vector<unsigned_int,_std::allocator<unsigned_int>_> *input_shndxes)" identifier (argument_list "(Output_data_group<32,_false> *this,Sized_relobj_file<32,_false> *relobj,\n section_size_type entry_count,Elf_Word flags,\n vector<unsigned_int,_std::allocator<unsigned_int>_> *input_shndxes)" ( (binary_expression "Output_data_group<32" identifier < number_literal) , (binary_expression "_false> *this" identifier > (pointer_expression "*this" * identifier)) , (binary_expression "Sized_relobj_file<32" identifier < number_literal) , (binary_expression "_false> *relobj" identifier > (pointer_expression "*relobj" * identifier)) , identifier (ERROR "entry_count" identifier) , identifier (ERROR "flags" identifier) , (binary_expression "vector<unsigned_int" identifier < identifier) , (ERROR "_std::" identifier : :) (binary_expression "allocator<unsigned_int>_> *input_shndxes" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > (pointer_expression "*input_shndxes" * identifier)) ))))) (compound_statement "{\n byte bVar1;\n int iVar2;\n pointer puVar3;\n pointer puVar4;\n int iVar5;\n \n bVar1 = (this->super_Output_section_data).super_Output_data.field_0x20;\n *(section_size_type *)&(this->super_Output_section_data).super_Output_data.data_size_ =\n entry_count << 2;\n iVar5 = DAT_000fb1bc;\n *(undefined4 *)&(this->super_Output_section_data).super_Output_data.address_ = 0;\n *(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.address_ + 4) = 0;\n iVar2 = DAT_000fb1c0;\n *(undefined4 *)&(this->super_Output_section_data).addralign_ = 4;\n *(undefined4 *)((int)&(this->super_Output_section_data).addralign_ + 4) = 0;\n *(undefined4 *)&(this->super_Output_section_data).super_Output_data.offset_ = 0xffffffff;\n *(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.offset_ + 4) =\n 0xffffffff;\n (this->super_Output_section_data).super_Output_data.field_0x20 = bVar1 & 0xe0 | 2;\n *(undefined4 *)&(this->super_Output_section_data).super_Output_data.field_0x24 = 0;\n *(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.data_size_ + 4) = 0;\n iVar5 = *(int *)(FUN_000fb14c + iVar2 + iVar5);\n (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0;\n (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0;\n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)(iVar5 + 8);\n (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start = (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n this->relobj_ = relobj;\n this->flags_ = flags;\n puVar3 = (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish;\n (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl._M_start\n = (pointer)0x0;\n puVar4 = (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish;\n (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish = puVar3;\n (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl._M_finish\n = puVar4;\n puVar3 = (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage;\n (this->input_shndxes_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage =\n (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_end_of_storage;\n (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_end_of_storage = puVar3;\n return this;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "pointer puVar3;" type_identifier identifier ;) (declaration "pointer puVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (expression_statement "bVar1 = (this->super_Output_section_data).super_Output_data.field_0x20;" (assignment_expression "bVar1 = (this->super_Output_section_data).super_Output_data.field_0x20" identifier = (field_expression "(this->super_Output_section_data).super_Output_data.field_0x20" (field_expression "(this->super_Output_section_data).super_Output_data" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "*(section_size_type *)&(this->super_Output_section_data).super_Output_data.data_size_ =\n entry_count << 2;" (assignment_expression "*(section_size_type *)&(this->super_Output_section_data).super_Output_data.data_size_ =\n entry_count << 2" (pointer_expression "*(section_size_type *)&(this->super_Output_section_data).super_Output_data.data_size_" * (cast_expression "(section_size_type *)&(this->super_Output_section_data).super_Output_data.data_size_" ( (type_descriptor "section_size_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->super_Output_section_data).super_Output_data.data_size_" & (field_expression "(this->super_Output_section_data).super_Output_data.data_size_" (field_expression "(this->super_Output_section_data).super_Output_data" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier)))) = (binary_expression "entry_count << 2" identifier << number_literal)) ;) (expression_statement "iVar5 = DAT_000fb1bc;" (assignment_expression "iVar5 = DAT_000fb1bc" identifier = identifier) ;) (expression_statement "*(undefined4 *)&(this->super_Output_section_data).super_Output_data.address_ = 0;" (assignment_expression "*(undefined4 *)&(this->super_Output_section_data).super_Output_data.address_ = 0" (pointer_expression "*(undefined4 *)&(this->super_Output_section_data).super_Output_data.address_" * (cast_expression "(undefined4 *)&(this->super_Output_section_data).super_Output_data.address_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->super_Output_section_data).super_Output_data.address_" & (field_expression "(this->super_Output_section_data).super_Output_data.address_" (field_expression "(this->super_Output_section_data).super_Output_data" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.address_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.address_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.address_ + 4)" * (cast_expression "(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.address_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(this->super_Output_section_data).super_Output_data.address_ + 4)" ( (binary_expression "(int)&(this->super_Output_section_data).super_Output_data.address_ + 4" (cast_expression "(int)&(this->super_Output_section_data).super_Output_data.address_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(this->super_Output_section_data).super_Output_data.address_" & (field_expression "(this->super_Output_section_data).super_Output_data.address_" (field_expression "(this->super_Output_section_data).super_Output_data" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "iVar2 = DAT_000fb1c0;" (assignment_expression "iVar2 = DAT_000fb1c0" identifier = identifier) ;) (expression_statement "*(undefined4 *)&(this->super_Output_section_data).addralign_ = 4;" (assignment_expression "*(undefined4 *)&(this->super_Output_section_data).addralign_ = 4" (pointer_expression "*(undefined4 *)&(this->super_Output_section_data).addralign_" * (cast_expression "(undefined4 *)&(this->super_Output_section_data).addralign_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->super_Output_section_data).addralign_" & (field_expression "(this->super_Output_section_data).addralign_" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&(this->super_Output_section_data).addralign_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&(this->super_Output_section_data).addralign_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&(this->super_Output_section_data).addralign_ + 4)" * (cast_expression "(undefined4 *)((int)&(this->super_Output_section_data).addralign_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(this->super_Output_section_data).addralign_ + 4)" ( (binary_expression "(int)&(this->super_Output_section_data).addralign_ + 4" (cast_expression "(int)&(this->super_Output_section_data).addralign_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(this->super_Output_section_data).addralign_" & (field_expression "(this->super_Output_section_data).addralign_" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)&(this->super_Output_section_data).super_Output_data.offset_ = 0xffffffff;" (assignment_expression "*(undefined4 *)&(this->super_Output_section_data).super_Output_data.offset_ = 0xffffffff" (pointer_expression "*(undefined4 *)&(this->super_Output_section_data).super_Output_data.offset_" * (cast_expression "(undefined4 *)&(this->super_Output_section_data).super_Output_data.offset_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->super_Output_section_data).super_Output_data.offset_" & (field_expression "(this->super_Output_section_data).super_Output_data.offset_" (field_expression "(this->super_Output_section_data).super_Output_data" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.offset_ + 4) =\n 0xffffffff;" (assignment_expression "*(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.offset_ + 4) =\n 0xffffffff" (pointer_expression "*(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.offset_ + 4)" * (cast_expression "(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.offset_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(this->super_Output_section_data).super_Output_data.offset_ + 4)" ( (binary_expression "(int)&(this->super_Output_section_data).super_Output_data.offset_ + 4" (cast_expression "(int)&(this->super_Output_section_data).super_Output_data.offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(this->super_Output_section_data).super_Output_data.offset_" & (field_expression "(this->super_Output_section_data).super_Output_data.offset_" (field_expression "(this->super_Output_section_data).super_Output_data" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "(this->super_Output_section_data).super_Output_data.field_0x20 = bVar1 & 0xe0 | 2;" (assignment_expression "(this->super_Output_section_data).super_Output_data.field_0x20 = bVar1 & 0xe0 | 2" (field_expression "(this->super_Output_section_data).super_Output_data.field_0x20" (field_expression "(this->super_Output_section_data).super_Output_data" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (binary_expression "bVar1 & 0xe0 | 2" (binary_expression "bVar1 & 0xe0" identifier & number_literal) | number_literal)) ;) (expression_statement "*(undefined4 *)&(this->super_Output_section_data).super_Output_data.field_0x24 = 0;" (assignment_expression "*(undefined4 *)&(this->super_Output_section_data).super_Output_data.field_0x24 = 0" (pointer_expression "*(undefined4 *)&(this->super_Output_section_data).super_Output_data.field_0x24" * (cast_expression "(undefined4 *)&(this->super_Output_section_data).super_Output_data.field_0x24" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->super_Output_section_data).super_Output_data.field_0x24" & (field_expression "(this->super_Output_section_data).super_Output_data.field_0x24" (field_expression "(this->super_Output_section_data).super_Output_data" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.data_size_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.data_size_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.data_size_ + 4)" * (cast_expression "(undefined4 *)((int)&(this->super_Output_section_data).super_Output_data.data_size_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(this->super_Output_section_data).super_Output_data.data_size_ + 4)" ( (binary_expression "(int)&(this->super_Output_section_data).super_Output_data.data_size_ + 4" (cast_expression "(int)&(this->super_Output_section_data).super_Output_data.data_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(this->super_Output_section_data).super_Output_data.data_size_" & (field_expression "(this->super_Output_section_data).super_Output_data.data_size_" (field_expression "(this->super_Output_section_data).super_Output_data" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "iVar5 = *(int *)(FUN_000fb14c + iVar2 + iVar5);" (assignment_expression "iVar5 = *(int *)(FUN_000fb14c + iVar2 + iVar5)" identifier = (pointer_expression "*(int *)(FUN_000fb14c + iVar2 + iVar5)" * (cast_expression "(int *)(FUN_000fb14c + iVar2 + iVar5)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(FUN_000fb14c + iVar2 + iVar5)" ( (binary_expression "FUN_000fb14c + iVar2 + iVar5" (binary_expression "FUN_000fb14c + iVar2" identifier + identifier) + identifier) ))))) ;) (ERROR "(this->input_shndxes_).super__Vector_base<unsigned_int,_std::" (comma_expression "(this->input_shndxes_).super__Vector_base<unsigned_int,_std" (binary_expression "(this->input_shndxes_).super__Vector_base<unsigned_int" (field_expression "(this->input_shndxes_).super__Vector_base" (parenthesized_expression "(this->input_shndxes_)" ( (field_expression "this->input_shndxes_" identifier -> field_identifier) )) . field_identifier) < identifier) , identifier) : :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (ERROR "(this->input_shndxes_).super__Vector_base<unsigned_int,_std::" (comma_expression "(this->input_shndxes_).super__Vector_base<unsigned_int,_std" (binary_expression "(this->input_shndxes_).super__Vector_base<unsigned_int" (field_expression "(this->input_shndxes_).super__Vector_base" (parenthesized_expression "(this->input_shndxes_)" ( (field_expression "this->input_shndxes_" identifier -> field_identifier) )) . field_identifier) < identifier) , identifier) : :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (ERROR "(this->input_shndxes_).super__Vector_base<unsigned_int,_std::" (comma_expression "(this->input_shndxes_).super__Vector_base<unsigned_int,_std" (binary_expression "(this->input_shndxes_).super__Vector_base<unsigned_int" (field_expression "(this->input_shndxes_).super__Vector_base" (parenthesized_expression "(this->input_shndxes_)" ( (field_expression "this->input_shndxes_" identifier -> field_identifier) )) . field_identifier) < identifier) , identifier) : :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_start" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "(this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)(iVar5 + 8);" (assignment_expression "(this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)(iVar5 + 8)" (field_expression "(this->super_Output_section_data).super_Output_data._vptr_Output_data" (field_expression "(this->super_Output_section_data).super_Output_data" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)(iVar5 + 8)" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar5 + 8)" ( (binary_expression "iVar5 + 8" identifier + number_literal) )))) ;) (ERROR "(this->input_shndxes_).super__Vector_base<unsigned_int,_std::" (comma_expression "(this->input_shndxes_).super__Vector_base<unsigned_int,_std" (binary_expression "(this->input_shndxes_).super__Vector_base<unsigned_int" (field_expression "(this->input_shndxes_).super__Vector_base" (parenthesized_expression "(this->input_shndxes_)" ( (field_expression "this->input_shndxes_" identifier -> field_identifier) )) . field_identifier) < identifier) , identifier) : :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_start = (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_start = (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start" (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) = (field_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start" (field_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl" (parenthesized_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)" ( (ERROR "input_shndxes->super__Vector_base<unsigned_int,_std::" (comma_expression "input_shndxes->super__Vector_base<unsigned_int,_std" (binary_expression "input_shndxes->super__Vector_base<unsigned_int" (field_expression "input_shndxes->super__Vector_base" identifier -> field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "this->relobj_ = relobj;" (assignment_expression "this->relobj_ = relobj" (field_expression "this->relobj_" identifier -> field_identifier) = identifier) ;) (expression_statement "this->flags_ = flags;" (assignment_expression "this->flags_ = flags" (field_expression "this->flags_" identifier -> field_identifier) = identifier) ;) (expression_statement "puVar3 = (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish;" (assignment_expression "puVar3 = (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish" identifier = (field_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish" (field_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl" (parenthesized_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)" ( (ERROR "input_shndxes->super__Vector_base<unsigned_int,_std::" (comma_expression "input_shndxes->super__Vector_base<unsigned_int,_std" (binary_expression "input_shndxes->super__Vector_base<unsigned_int" (field_expression "input_shndxes->super__Vector_base" identifier -> field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl._M_start\n = (pointer)0x0;" (assignment_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl._M_start\n = (pointer)0x0" (field_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl._M_start" (field_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl" (parenthesized_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)" ( (ERROR "input_shndxes->super__Vector_base<unsigned_int,_std::" (comma_expression "input_shndxes->super__Vector_base<unsigned_int,_std" (binary_expression "input_shndxes->super__Vector_base<unsigned_int" (field_expression "input_shndxes->super__Vector_base" identifier -> field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > identifier) )) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (ERROR "puVar4 = (this->input_shndxes_).super__Vector_base<unsigned_int,_std::" (comma_expression "puVar4 = (this->input_shndxes_).super__Vector_base<unsigned_int,_std" (assignment_expression "puVar4 = (this->input_shndxes_).super__Vector_base<unsigned_int" identifier = (binary_expression "(this->input_shndxes_).super__Vector_base<unsigned_int" (field_expression "(this->input_shndxes_).super__Vector_base" (parenthesized_expression "(this->input_shndxes_)" ( (field_expression "this->input_shndxes_" identifier -> field_identifier) )) . field_identifier) < identifier)) , identifier) : :) (expression_statement "allocator<unsigned_int>_>.\n _M_impl._M_finish;" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (ERROR "(this->input_shndxes_).super__Vector_base<unsigned_int,_std::" (comma_expression "(this->input_shndxes_).super__Vector_base<unsigned_int,_std" (binary_expression "(this->input_shndxes_).super__Vector_base<unsigned_int" (field_expression "(this->input_shndxes_).super__Vector_base" (parenthesized_expression "(this->input_shndxes_)" ( (field_expression "this->input_shndxes_" identifier -> field_identifier) )) . field_identifier) < identifier) , identifier) : :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_finish = puVar3;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish = puVar3" (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) = identifier) ;) (expression_statement "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl._M_finish\n = puVar4;" (assignment_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl._M_finish\n = puVar4" (field_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl._M_finish" (field_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl" (parenthesized_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)" ( (ERROR "input_shndxes->super__Vector_base<unsigned_int,_std::" (comma_expression "input_shndxes->super__Vector_base<unsigned_int,_std" (binary_expression "input_shndxes->super__Vector_base<unsigned_int" (field_expression "input_shndxes->super__Vector_base" identifier -> field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;) (ERROR "puVar3 = (this->input_shndxes_).super__Vector_base<unsigned_int,_std::" (comma_expression "puVar3 = (this->input_shndxes_).super__Vector_base<unsigned_int,_std" (assignment_expression "puVar3 = (this->input_shndxes_).super__Vector_base<unsigned_int" identifier = (binary_expression "(this->input_shndxes_).super__Vector_base<unsigned_int" (field_expression "(this->input_shndxes_).super__Vector_base" (parenthesized_expression "(this->input_shndxes_)" ( (field_expression "this->input_shndxes_" identifier -> field_identifier) )) . field_identifier) < identifier)) , identifier) : :) (expression_statement "allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage;" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (ERROR "(this->input_shndxes_).super__Vector_base<unsigned_int,_std::" (comma_expression "(this->input_shndxes_).super__Vector_base<unsigned_int,_std" (binary_expression "(this->input_shndxes_).super__Vector_base<unsigned_int" (field_expression "(this->input_shndxes_).super__Vector_base" (parenthesized_expression "(this->input_shndxes_)" ( (field_expression "this->input_shndxes_" identifier -> field_identifier) )) . field_identifier) < identifier) , identifier) : :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage =\n (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_end_of_storage;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage =\n (input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_end_of_storage" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (field_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_end_of_storage" (field_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl" (parenthesized_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)" ( (ERROR "input_shndxes->super__Vector_base<unsigned_int,_std::" (comma_expression "input_shndxes->super__Vector_base<unsigned_int,_std" (binary_expression "input_shndxes->super__Vector_base<unsigned_int" (field_expression "input_shndxes->super__Vector_base" identifier -> field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_end_of_storage = puVar3;" (assignment_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_end_of_storage = puVar3" (field_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_end_of_storage" (field_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl" (parenthesized_expression "(input_shndxes->super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)" ( (ERROR "input_shndxes->super__Vector_base<unsigned_int,_std::" (comma_expression "input_shndxes->super__Vector_base<unsigned_int,_std" (binary_expression "input_shndxes->super__Vector_base<unsigned_int" (field_expression "input_shndxes->super__Vector_base" identifier -> field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;) (return_statement "return this;" return identifier ;) }))
(translation_unit "void FUN_000fb110(int *param_1,int param_2,int param_3,int param_4,int *param_5)\n\n{\n int iVar1;\n int iVar2;\n \n param_1[4] = param_3 << 2;\n iVar2 = DAT_000fb1bc;\n param_1[2] = 0;\n param_1[3] = 0;\n iVar1 = DAT_000fb1c0;\n param_1[10] = 4;\n param_1[0xb] = 0;\n param_1[6] = -1;\n param_1[7] = -1;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2;\n param_1[9] = 0;\n param_1[5] = 0;\n iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1);\n param_1[0xf] = 0;\n param_1[0x10] = 0;\n param_1[0xe] = 0;\n *param_1 = iVar2 + 8;\n param_1[0xe] = *param_5;\n param_1[0xc] = param_2;\n param_1[0xd] = param_4;\n *param_5 = 0;\n iVar2 = param_1[0xf];\n param_1[0xf] = param_5[1];\n param_5[1] = iVar2;\n iVar2 = param_1[0x10];\n param_1[0x10] = param_5[2];\n param_5[2] = iVar2;\n return;\n}\n\n" (function_definition "void FUN_000fb110(int *param_1,int param_2,int param_3,int param_4,int *param_5)\n\n{\n int iVar1;\n int iVar2;\n \n param_1[4] = param_3 << 2;\n iVar2 = DAT_000fb1bc;\n param_1[2] = 0;\n param_1[3] = 0;\n iVar1 = DAT_000fb1c0;\n param_1[10] = 4;\n param_1[0xb] = 0;\n param_1[6] = -1;\n param_1[7] = -1;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2;\n param_1[9] = 0;\n param_1[5] = 0;\n iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1);\n param_1[0xf] = 0;\n param_1[0x10] = 0;\n param_1[0xe] = 0;\n *param_1 = iVar2 + 8;\n param_1[0xe] = *param_5;\n param_1[0xc] = param_2;\n param_1[0xd] = param_4;\n *param_5 = 0;\n iVar2 = param_1[0xf];\n param_1[0xf] = param_5[1];\n param_5[1] = iVar2;\n iVar2 = param_1[0x10];\n param_1[0x10] = param_5[2];\n param_5[2] = iVar2;\n return;\n}" primitive_type (function_declarator "FUN_000fb110(int *param_1,int param_2,int param_3,int param_4,int *param_5)" identifier (parameter_list "(int *param_1,int param_2,int param_3,int param_4,int *param_5)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "int *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n \n param_1[4] = param_3 << 2;\n iVar2 = DAT_000fb1bc;\n param_1[2] = 0;\n param_1[3] = 0;\n iVar1 = DAT_000fb1c0;\n param_1[10] = 4;\n param_1[0xb] = 0;\n param_1[6] = -1;\n param_1[7] = -1;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2;\n param_1[9] = 0;\n param_1[5] = 0;\n iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1);\n param_1[0xf] = 0;\n param_1[0x10] = 0;\n param_1[0xe] = 0;\n *param_1 = iVar2 + 8;\n param_1[0xe] = *param_5;\n param_1[0xc] = param_2;\n param_1[0xd] = param_4;\n *param_5 = 0;\n iVar2 = param_1[0xf];\n param_1[0xf] = param_5[1];\n param_5[1] = iVar2;\n iVar2 = param_1[0x10];\n param_1[0x10] = param_5[2];\n param_5[2] = iVar2;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "param_1[4] = param_3 << 2;" (assignment_expression "param_1[4] = param_3 << 2" (subscript_expression "param_1[4]" identifier [ number_literal ]) = (binary_expression "param_3 << 2" identifier << number_literal)) ;) (expression_statement "iVar2 = DAT_000fb1bc;" (assignment_expression "iVar2 = DAT_000fb1bc" identifier = identifier) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" 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 "iVar1 = DAT_000fb1c0;" (assignment_expression "iVar1 = DAT_000fb1c0" identifier = identifier) ;) (expression_statement "param_1[10] = 4;" (assignment_expression "param_1[10] = 4" (subscript_expression "param_1[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0xb] = 0;" (assignment_expression "param_1[0xb] = 0" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[6] = -1;" (assignment_expression "param_1[6] = -1" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[7] = -1;" (assignment_expression "param_1[7] = -1" (subscript_expression "param_1[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2;" (assignment_expression "*(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2" (pointer_expression "*(byte *)(param_1 + 8)" * (cast_expression "(byte *)(param_1 + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_1 + 8) & 0xe0 | 2" (binary_expression "*(byte *)(param_1 + 8) & 0xe0" (pointer_expression "*(byte *)(param_1 + 8)" * (cast_expression "(byte *)(param_1 + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) & number_literal) | number_literal)) ;) (expression_statement "param_1[9] = 0;" (assignment_expression "param_1[9] = 0" (subscript_expression "param_1[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[5] = 0;" (assignment_expression "param_1[5] = 0" (subscript_expression "param_1[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1);" (assignment_expression "iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1)" identifier = (pointer_expression "*(int *)(iVar2 + 0xfb14c + iVar1)" * (cast_expression "(int *)(iVar2 + 0xfb14c + iVar1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 0xfb14c + iVar1)" ( (binary_expression "iVar2 + 0xfb14c + iVar1" (binary_expression "iVar2 + 0xfb14c" identifier + number_literal) + identifier) ))))) ;) (expression_statement "param_1[0xf] = 0;" (assignment_expression "param_1[0xf] = 0" (subscript_expression "param_1[0xf]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x10] = 0;" (assignment_expression "param_1[0x10] = 0" (subscript_expression "param_1[0x10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0xe] = 0;" (assignment_expression "param_1[0xe] = 0" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = iVar2 + 8;" (assignment_expression "*param_1 = iVar2 + 8" (pointer_expression "*param_1" * identifier) = (binary_expression "iVar2 + 8" identifier + number_literal)) ;) (expression_statement "param_1[0xe] = *param_5;" (assignment_expression "param_1[0xe] = *param_5" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "param_1[0xc] = param_2;" (assignment_expression "param_1[0xc] = param_2" (subscript_expression "param_1[0xc]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[0xd] = param_4;" (assignment_expression "param_1[0xd] = param_4" (subscript_expression "param_1[0xd]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*param_5 = 0;" (assignment_expression "*param_5 = 0" (pointer_expression "*param_5" * identifier) = number_literal) ;) (expression_statement "iVar2 = param_1[0xf];" (assignment_expression "iVar2 = param_1[0xf]" identifier = (subscript_expression "param_1[0xf]" identifier [ number_literal ])) ;) (expression_statement "param_1[0xf] = param_5[1];" (assignment_expression "param_1[0xf] = param_5[1]" (subscript_expression "param_1[0xf]" identifier [ number_literal ]) = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "param_5[1] = iVar2;" (assignment_expression "param_5[1] = iVar2" (subscript_expression "param_5[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "iVar2 = param_1[0x10];" (assignment_expression "iVar2 = param_1[0x10]" identifier = (subscript_expression "param_1[0x10]" identifier [ number_literal ])) ;) (expression_statement "param_1[0x10] = param_5[2];" (assignment_expression "param_1[0x10] = param_5[2]" (subscript_expression "param_1[0x10]" identifier [ number_literal ]) = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "param_5[2] = iVar2;" (assignment_expression "param_5[2] = iVar2" (subscript_expression "param_5[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 IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT << LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) | LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_000fb110(int *param_1,int param_2,int param_3,int param_4,int *param_5)\n\n{\n int iVar1;\n int iVar2;\n \n param_1[4] = param_3 << 2;\n iVar2 = DAT_000fb1bc;\n param_1[2] = 0;\n param_1[3] = 0;\n iVar1 = DAT_000fb1c0;\n param_1[10] = 4;\n param_1[0xb] = 0;\n param_1[6] = -1;\n param_1[7] = -1;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2;\n param_1[9] = 0;\n param_1[5] = 0;\n iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1);\n param_1[0xf] = 0;\n param_1[0x10] = 0;\n param_1[0xe] = 0;\n *param_1 = iVar2 + 8;\n param_1[0xe] = *param_5;\n param_1[0xc] = param_2;\n param_1[0xd] = param_4;\n *param_5 = 0;\n iVar2 = param_1[0xf];\n param_1[0xf] = param_5[1];\n param_5[1] = iVar2;\n iVar2 = param_1[0x10];\n param_1[0x10] = param_5[2];\n param_5[2] = iVar2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_000fb110(int *param_1,int param_2,int param_3,int param_4,int *param_5)" (identifier "FUN_000fb110") (parameter_list "(int *param_1,int param_2,int param_3,int param_4,int *param_5)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) (, ",") (parameter_declaration "int *param_5" (primitive_type "int") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) () ")"))) (compound_statement "{\n int iVar1;\n int iVar2;\n \n param_1[4] = param_3 << 2;\n iVar2 = DAT_000fb1bc;\n param_1[2] = 0;\n param_1[3] = 0;\n iVar1 = DAT_000fb1c0;\n param_1[10] = 4;\n param_1[0xb] = 0;\n param_1[6] = -1;\n param_1[7] = -1;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2;\n param_1[9] = 0;\n param_1[5] = 0;\n iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1);\n param_1[0xf] = 0;\n param_1[0x10] = 0;\n param_1[0xe] = 0;\n *param_1 = iVar2 + 8;\n param_1[0xe] = *param_5;\n param_1[0xc] = param_2;\n param_1[0xd] = param_4;\n *param_5 = 0;\n iVar2 = param_1[0xf];\n param_1[0xf] = param_5[1];\n param_5[1] = iVar2;\n iVar2 = param_1[0x10];\n param_1[0x10] = param_5[2];\n param_5[2] = iVar2;\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (expression_statement "param_1[4] = param_3 << 2;" (assignment_expression "param_1[4] = param_3 << 2" (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")) (= "=") (binary_expression "param_3 << 2" (identifier "param_3") (<< "<<") (number_literal "2"))) (; ";")) (expression_statement "iVar2 = DAT_000fb1bc;" (assignment_expression "iVar2 = DAT_000fb1bc" (identifier "iVar2") (= "=") (identifier "DAT_000fb1bc")) (; ";")) (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")) (; ";")) (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 "iVar1 = DAT_000fb1c0;" (assignment_expression "iVar1 = DAT_000fb1c0" (identifier "iVar1") (= "=") (identifier "DAT_000fb1c0")) (; ";")) (expression_statement "param_1[10] = 4;" (assignment_expression "param_1[10] = 4" (subscript_expression "param_1[10]" (identifier "param_1") ([ "[") (number_literal "10") (] "]")) (= "=") (number_literal "4")) (; ";")) (expression_statement "param_1[0xb] = 0;" (assignment_expression "param_1[0xb] = 0" (subscript_expression "param_1[0xb]" (identifier "param_1") ([ "[") (number_literal "0xb") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[6] = -1;" (assignment_expression "param_1[6] = -1" (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "-1")) (; ";")) (expression_statement "param_1[7] = -1;" (assignment_expression "param_1[7] = -1" (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]")) (= "=") (number_literal "-1")) (; ";")) (expression_statement "*(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2;" (assignment_expression "*(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2" (pointer_expression "*(byte *)(param_1 + 8)" (* "*") (cast_expression "(byte *)(param_1 + 8)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (= "=") (binary_expression "*(byte *)(param_1 + 8) & 0xe0 | 2" (binary_expression "*(byte *)(param_1 + 8) & 0xe0" (pointer_expression "*(byte *)(param_1 + 8)" (* "*") (cast_expression "(byte *)(param_1 + 8)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (& "&") (number_literal "0xe0")) (| "|") (number_literal "2"))) (; ";")) (expression_statement "param_1[9] = 0;" (assignment_expression "param_1[9] = 0" (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[5] = 0;" (assignment_expression "param_1[5] = 0" (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1);" (assignment_expression "iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(iVar2 + 0xfb14c + iVar1)" (* "*") (cast_expression "(int *)(iVar2 + 0xfb14c + iVar1)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + 0xfb14c + iVar1)" (( "(") (binary_expression "iVar2 + 0xfb14c + iVar1" (binary_expression "iVar2 + 0xfb14c" (identifier "iVar2") (+ "+") (number_literal "0xfb14c")) (+ "+") (identifier "iVar1")) () ")"))))) (; ";")) (expression_statement "param_1[0xf] = 0;" (assignment_expression "param_1[0xf] = 0" (subscript_expression "param_1[0xf]" (identifier "param_1") ([ "[") (number_literal "0xf") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x10] = 0;" (assignment_expression "param_1[0x10] = 0" (subscript_expression "param_1[0x10]" (identifier "param_1") ([ "[") (number_literal "0x10") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0xe] = 0;" (assignment_expression "param_1[0xe] = 0" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_1 = iVar2 + 8;" (assignment_expression "*param_1 = iVar2 + 8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (binary_expression "iVar2 + 8" (identifier "iVar2") (+ "+") (number_literal "8"))) (; ";")) (expression_statement "param_1[0xe] = *param_5;" (assignment_expression "param_1[0xe] = *param_5" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (= "=") (pointer_expression "*param_5" (* "*") (identifier "param_5"))) (; ";")) (expression_statement "param_1[0xc] = param_2;" (assignment_expression "param_1[0xc] = param_2" (subscript_expression "param_1[0xc]" (identifier "param_1") ([ "[") (number_literal "0xc") (] "]")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "param_1[0xd] = param_4;" (assignment_expression "param_1[0xd] = param_4" (subscript_expression "param_1[0xd]" (identifier "param_1") ([ "[") (number_literal "0xd") (] "]")) (= "=") (identifier "param_4")) (; ";")) (expression_statement "*param_5 = 0;" (assignment_expression "*param_5 = 0" (pointer_expression "*param_5" (* "*") (identifier "param_5")) (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar2 = param_1[0xf];" (assignment_expression "iVar2 = param_1[0xf]" (identifier "iVar2") (= "=") (subscript_expression "param_1[0xf]" (identifier "param_1") ([ "[") (number_literal "0xf") (] "]"))) (; ";")) (expression_statement "param_1[0xf] = param_5[1];" (assignment_expression "param_1[0xf] = param_5[1]" (subscript_expression "param_1[0xf]" (identifier "param_1") ([ "[") (number_literal "0xf") (] "]")) (= "=") (subscript_expression "param_5[1]" (identifier "param_5") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "param_5[1] = iVar2;" (assignment_expression "param_5[1] = iVar2" (subscript_expression "param_5[1]" (identifier "param_5") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "iVar2")) (; ";")) (expression_statement "iVar2 = param_1[0x10];" (assignment_expression "iVar2 = param_1[0x10]" (identifier "iVar2") (= "=") (subscript_expression "param_1[0x10]" (identifier "param_1") ([ "[") (number_literal "0x10") (] "]"))) (; ";")) (expression_statement "param_1[0x10] = param_5[2];" (assignment_expression "param_1[0x10] = param_5[2]" (subscript_expression "param_1[0x10]" (identifier "param_1") ([ "[") (number_literal "0x10") (] "]")) (= "=") (subscript_expression "param_5[2]" (identifier "param_5") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "param_5[2] = iVar2;" (assignment_expression "param_5[2] = iVar2" (subscript_expression "param_5[2]" (identifier "param_5") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "iVar2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Struct "Output_section": ignoring overlapping field "name_" */ /* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */ /* DWARF original prototype: Output_data_group<32,_false> * Output_data_group(Output_data_group<32,_false> * this, Sized_relobj_file<32,_false> * relobj, section_size_type entry_count, Elf_Word flags, vector<unsigned_int,_std::allocator<unsigned_int>_> * input_shndxes) */ Output_data_group<32,_false> * __thiscall gold::Output_data_group<32,_false>::Output_data_group (Output_data_group<32,_false> *this,Sized_relobj_file<32,_false> *relobj, type_3 var_1,Elf_Word flags, vector<var_7,_std::var_6<var_7>var_8> *input_shndxes) { type_1 var_2; int var_4; type_2 puVar3; type_2 puVar4; int var_5; var_2 = (this->super_Output_section_data).super_Output_data.field_0x20; *(type_3 *)&(this->super_Output_section_data).super_Output_data.data_size_ = var_1 << 2; var_5 = DAT_000fb1bc; *(type_4 *)&(this->super_Output_section_data).super_Output_data.address_ = 0; *(type_4 *)((int)&(this->super_Output_section_data).super_Output_data.address_ + 4) = 0; var_4 = DAT_000fb1c0; *(type_4 *)&(this->super_Output_section_data).addralign_ = 4; *(type_4 *)((int)&(this->super_Output_section_data).addralign_ + 4) = 0; *(type_4 *)&(this->super_Output_section_data).super_Output_data.offset_ = 0xffffffff; *(type_4 *)((int)&(this->super_Output_section_data).super_Output_data.offset_ + 4) = 0xffffffff; (this->super_Output_section_data).super_Output_data.field_0x20 = var_2 & 0xe0 | 2; *(type_4 *)&(this->super_Output_section_data).super_Output_data.field_0x24 = 0; *(type_4 *)((int)&(this->super_Output_section_data).super_Output_data.data_size_ + 4) = 0; var_5 = *(int *)(var_3 + var_4 + var_5); (this->input_shndxes_).super__Vector_base<var_7,_std::var_6<var_7>var_8>._M_impl. _M_finish = (type_2)0x0; (this->input_shndxes_).super__Vector_base<var_7,_std::var_6<var_7>var_8>._M_impl. _M_end_of_storage = (type_2)0x0; (this->input_shndxes_).super__Vector_base<var_7,_std::var_6<var_7>var_8>._M_impl. _M_start = (type_2)0x0; (this->super_Output_section_data).super_Output_data._vptr_Output_data = (type_5 **)(var_5 + 8); (this->input_shndxes_).super__Vector_base<var_7,_std::var_6<var_7>var_8>._M_impl. _M_start = (input_shndxes->super__Vector_base<var_7,_std::var_6<var_7>var_8>var_9). _M_impl._M_start; this->relobj_ = relobj; this->flags_ = flags; puVar3 = (input_shndxes->super__Vector_base<var_7,_std::var_6<var_7>var_8>var_9)._M_impl. _M_finish; (input_shndxes->super__Vector_base<var_7,_std::var_6<var_7>var_8>var_9)._M_impl._M_start = (type_2)0x0; puVar4 = (this->input_shndxes_).super__Vector_base<var_7,_std::var_6<var_7>var_8>. _M_impl._M_finish; (this->input_shndxes_).super__Vector_base<var_7,_std::var_6<var_7>var_8>._M_impl. _M_finish = puVar3; (input_shndxes->super__Vector_base<var_7,_std::var_6<var_7>var_8>var_9)._M_impl._M_finish = puVar4; puVar3 = (this->input_shndxes_).super__Vector_base<var_7,_std::var_6<var_7>var_8>. _M_impl._M_end_of_storage; (this->input_shndxes_).super__Vector_base<var_7,_std::var_6<var_7>var_8>._M_impl. _M_end_of_storage = (input_shndxes->super__Vector_base<var_7,_std::var_6<var_7>var_8>var_9)._M_impl. _M_end_of_storage; (input_shndxes->super__Vector_base<var_7,_std::var_6<var_7>var_8>var_9)._M_impl. _M_end_of_storage = puVar3; return this; }
(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: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (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: (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: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (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: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))))
void MASKED(int *param_1,int param_2,int param_3,int param_4,int *param_5) { int iVar1; int iVar2; param_1[4] = param_3 << 2; iVar2 = DAT_000fb1bc; param_1[2] = 0; param_1[3] = 0; iVar1 = DAT_000fb1c0; param_1[10] = 4; param_1[0xb] = 0; param_1[6] = -1; param_1[7] = -1; *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0 | 2; param_1[9] = 0; param_1[5] = 0; iVar2 = *(int *)(iVar2 + 0xfb14c + iVar1); param_1[0xf] = 0; param_1[0x10] = 0; param_1[0xe] = 0; *param_1 = iVar2 + 8; param_1[0xe] = *param_5; param_1[0xc] = param_2; param_1[0xd] = param_4; *param_5 = 0; iVar2 = param_1[0xf]; param_1[0xf] = param_5[1]; param_5[1] = iVar2; iVar2 = param_1[0x10]; param_1[0x10] = param_5[2]; param_5[2] = iVar2; return; }
82,469
63_true_and_true_strip.c
version_etc_arn
FUN_000138d8
void version_etc_arn(FILE *stream,char *command_name,char *package,char *version,char **authors, size_t n_authors) { undefined4 uVar1; char *__s; int iVar2; iVar2 = DAT_00013c84 + 0x138f0; if (command_name == (char *)0x0) { __fprintf_chk(stream,1,DAT_00013c9c + 0x139b0,package,version); } else { __fprintf_chk(stream,1,DAT_00013c88 + 0x13910,command_name,package,version); } uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5); __fprintf_chk(stream,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94); __s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5); fputs_unlocked(__s,(FILE *)stream); switch(n_authors) { case 0: /* WARNING: Subroutine does not return */ abort(); case 1: uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5); __fprintf_chk(stream,1,uVar1,*authors); return; case 2: uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5); __fprintf_chk(stream,1,uVar1,*authors); return; case 3: uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5); __fprintf_chk(stream,1,uVar1,*authors); return; case 4: uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5); __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3]); break; case 5: uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5); __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4]); break; case 6: uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5); __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5]); break; case 7: uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5); __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5], authors[6]); break; case 8: uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5); __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5], authors[6],authors[7]); break; case 9: iVar2 = DAT_00013ca0 + 0x139c4; goto LAB_000139c0; default: iVar2 = DAT_00013cc4 + 0x13c80; LAB_000139c0: uVar1 = dcgettext(0,iVar2,5); __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5], authors[6],authors[7],authors[8]); } return; }
void FUN_000138d8(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4, undefined4 *param_5,undefined4 param_6) { undefined4 uVar1; char *__s; int iVar2; iVar2 = DAT_00013c84 + 0x138f0; if (param_2 == 0) { __fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4); } else { __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4); } uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5); __fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94); __s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5); fputs_unlocked(__s,param_1); switch(param_6) { case 0: /* WARNING: Subroutine does not return */ abort(); case 1: uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5); __fprintf_chk(param_1,1,uVar1,*param_5); return; case 2: uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5); __fprintf_chk(param_1,1,uVar1,*param_5); return; case 3: uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5); __fprintf_chk(param_1,1,uVar1,*param_5); return; case 4: uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5); __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]); break; case 5: uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5); __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]); break; case 6: uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5); __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]); break; case 7: uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5); __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5], param_5[6]); break; case 8: uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5); __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5], param_5[6],param_5[7]); break; case 9: iVar2 = DAT_00013ca0 + 0x139c4; goto LAB_000139c0; default: iVar2 = DAT_00013cc4 + 0x13c80; LAB_000139c0: uVar1 = dcgettext(0,iVar2,5); __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5], param_5[6],param_5[7],param_5[8]); } return; }
stmdb sp!,{r4,r5,r6,r7,lr} ldr r7,[0x13c84] sub sp,sp,#0x24 cmp r1,#0x0 add r7,pc,r7 cpy r5,r0 ldr r4,[sp,#0x38] ldr r6,[sp,#0x3c] beq 0x00013998 stmia sp,{r2,r3} ldr r2,[0x13c88] cpy r3,r1 add r2,pc,r2 mov r1,#0x1 bl 0x00010ccc ldr r1,[0x13c8c] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00010bb8 ldr r3,[0x13c90] ldr r12,[0x13c94] ldr r2,[r7,r3] mov r1,#0x1 str r12,[sp,#0x0] cpy r3,r0 cpy r0,r5 bl 0x00010ccc ldr r1,[0x13c98] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00010bb8 cpy r1,r5 bl 0x00010b40 cmp r6,#0x9 addls pc,pc,r6, lsl #0x2 b 0x00013c70 b 0x00013c80 b 0x00013a24 b 0x00013a54 b 0x00013a8c b 0x00013acc b 0x00013b10 b 0x00013b5c b 0x00013bb0 b 0x00013c0c b 0x000139b4 str r3,[sp,#0x0] cpy r3,r2 ldr r2,[0x13c9c] mov r1,#0x1 add r2,pc,r2 bl 0x00010ccc b 0x00013914 ldr r1,[0x13ca0] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00010bb8 ldr r2,[r4,#0x20] ldr r3,[r4,#0x1c] ldr r1,[r4,#0x18] str r2,[sp,#0x1c] ldr r2,[r4,#0x14] str r3,[sp,#0x18] ldr r3,[r4,#0x10] str r1,[sp,#0x14] ldr r1,[r4,#0xc] str r2,[sp,#0x10] ldr r2,[r4,#0x8] str r3,[sp,#0xc] ldr r3,[r4,#0x4] str r3,[sp,#0x0] str r1,[sp,#0x8] str r2,[sp,#0x4] mov r1,#0x1 ldr r3,[r4,#0x0] cpy r2,r0 cpy r0,r5 bl 0x00010ccc add sp,sp,#0x24 ldmia sp!,{r4,r5,r6,r7,pc} ldr r1,[0x13ca4] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00010bb8 mov r1,#0x1 ldr r3,[r4,#0x0] cpy r2,r0 cpy r0,r5 add sp,sp,#0x24 ldmia sp!,{r4,r5,r6,r7,lr} b 0x00010ccc ldr r1,[0x13ca8] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00010bb8 ldr r3,[r4,#0x4] mov r1,#0x1 str r3,[sp,#0x38] ldr r3,[r4,#0x0] cpy r2,r0 cpy r0,r5 add sp,sp,#0x24 ldmia sp!,{r4,r5,r6,r7,lr} b 0x00010ccc ldr r1,[0x13cac] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00010bb8 ldr r2,[r4,#0x8] ldr r3,[r4,#0x4] mov r1,#0x1 str r2,[sp,#0x3c] str r3,[sp,#0x38] ldr r3,[r4,#0x0] cpy r2,r0 cpy r0,r5 add sp,sp,#0x24 ldmia sp!,{r4,r5,r6,r7,lr} b 0x00010ccc ldr r1,[0x13cb0] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00010bb8 ldr r1,[r4,#0xc] ldr r2,[r4,#0x8] ldr r3,[r4,#0x4] str r3,[sp,#0x0] str r1,[sp,#0x8] str r2,[sp,#0x4] mov r1,#0x1 ldr r3,[r4,#0x0] cpy r2,r0 cpy r0,r5 bl 0x00010ccc b 0x00013a1c ldr r1,[0x13cb4] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00010bb8 ldr r3,[r4,#0x10] ldr r1,[r4,#0xc] ldr r2,[r4,#0x8] str r3,[sp,#0xc] ldr r3,[r4,#0x4] str r3,[sp,#0x0] str r1,[sp,#0x8] str r2,[sp,#0x4] mov r1,#0x1 ldr r3,[r4,#0x0] cpy r2,r0 cpy r0,r5 bl 0x00010ccc b 0x00013a1c ldr r1,[0x13cb8] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00010bb8 ldr r2,[r4,#0x14] ldr r3,[r4,#0x10] ldr r1,[r4,#0xc] str r2,[sp,#0x10] ldr r2,[r4,#0x8] str r3,[sp,#0xc] ldr r3,[r4,#0x4] str r3,[sp,#0x0] str r1,[sp,#0x8] str r2,[sp,#0x4] mov r1,#0x1 ldr r3,[r4,#0x0] cpy r2,r0 cpy r0,r5 bl 0x00010ccc b 0x00013a1c ldr r1,[0x13cbc] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00010bb8 ldr r1,[r4,#0x18] ldr r2,[r4,#0x14] ldr r3,[r4,#0x10] str r1,[sp,#0x14] ldr r1,[r4,#0xc] str r2,[sp,#0x10] ldr r2,[r4,#0x8] str r3,[sp,#0xc] ldr r3,[r4,#0x4] str r3,[sp,#0x0] str r1,[sp,#0x8] str r2,[sp,#0x4] mov r1,#0x1 ldr r3,[r4,#0x0] cpy r2,r0 cpy r0,r5 bl 0x00010ccc b 0x00013a1c ldr r1,[0x13cc0] mov r2,#0x5 add r1,pc,r1 mov r0,#0x0 bl 0x00010bb8 ldr r3,[r4,#0x1c] ldr r1,[r4,#0x18] ldr r2,[r4,#0x14] str r3,[sp,#0x18] ldr r3,[r4,#0x10] str r1,[sp,#0x14] ldr r1,[r4,#0xc] str r2,[sp,#0x10] ldr r2,[r4,#0x8] str r3,[sp,#0xc] ldr r3,[r4,#0x4] str r3,[sp,#0x0] str r1,[sp,#0x8] str r2,[sp,#0x4] mov r1,#0x1 ldr r3,[r4,#0x0] cpy r2,r0 cpy r0,r5 bl 0x00010ccc b 0x00013a1c ldr r1,[0x13cc4] mov r2,#0x5 add r1,pc,r1 b 0x000139c0 bl 0x00010d2c
null
null
null
null
[(u'CALL_-1205978776', u'INDIRECT_-1205977071'), (u'CALL_-1205978297', u'INDIRECT_-1205976673'), (u'INDIRECT_-1205976113', u'MULTIEQUAL_-1205976583'), (u'PTRADD_-1205975377', u'LOAD_-1205977633'), ('tmp_8353', u'INT_ADD_-1205978788'), (u'CALL_-1205978668', u'INDIRECT_-1205976665'), (u'INDIRECT_-1205975979', u'MULTIEQUAL_-1205976359'), (u'CALL_-1205976989', u'INDIRECT_-1205975944'), (u'CALL_-1205977602', u'INDIRECT_-1205976477'), ('const-417', u'LOAD_-1205978318'), (u'CALL_-1205977684', u'INDIRECT_-1205976626'), ('tmp_968', u'BRANCH_-1205978349'), ('const-6', u'PTRADD_-1205976021'), (u'INDIRECT_-1205976579', u'COPY_-1205976633'), (u'CALL_-1205977686', u'INDIRECT_-1205976500'), (u'INDIRECT_-1205976615', u'MULTIEQUAL_-1205976839'), (u'CALL_-1205977684', u'INDIRECT_-1205976690'), (u'CALL_-1205977574', u'INDIRECT_-1205976643'), (u'CALL_-1205978614', u'INDIRECT_-1205977092'), ('tmp_2716', u'LOAD_-1205978318'), ('const-5', u'CALL_-1205977686'), (u'CALL_-1205978614', u'CAST_-1205976110'), (u'CALL_-1205977688', u'INDIRECT_-1205976562'), (u'CALL_-1205977602', u'INDIRECT_-1205976413'), ('tmp_2716', u'PTRADD_-1205975672'), (u'CALL_-1205977612', u'INDIRECT_-1205976199'), (u'CALL_-1205977680', u'INDIRECT_-1205976022'), (u'CALL_-1205978297', u'INDIRECT_-1205976769'), ('tmp_8352', u'INT_ADD_-1205978347'), (u'CALL_-1205977591', u'INDIRECT_-1205976261'), ('const-417', u'LOAD_-1205978358'), (u'INDIRECT_-1205976104', u'COPY_-1205976159'), ('const-4', u'PTRADD_-1205976026'), ('tmp_2717', u'BRANCHIND_-1205978560'), ('tmp_2716', u'PTRADD_-1205975985'), (u'CALL_-1205977612', u'INDIRECT_-1205976583'), ('tmp_2716', u'PTRADD_-1205975582'), ('const-1', u'CALL_-1205977612'), (u'INDIRECT_-1205975855', u'MULTIEQUAL_-1205976423'), (u'CALL_-1205978297', u'INDIRECT_-1205976481'), (u'CALL_-1205978776', u'INDIRECT_-1205976783'), (u'INDIRECT_-1205976517', u'COPY_-1205976570'), (u'CALL_-1205977602', u'INDIRECT_-1205976157'), (u'LOAD_-1205978430', u'CALL_-1205978297'), (u'CALL_-1205978722', u'CALL_-1205978668'), (u'CALL_-1205977686', u'INDIRECT_-1205976392'), ('tmp_2716', u'PTRADD_-1205975667'), (u'LOAD_-1205977643', u'CALL_-1205977591'), (u'CALL_-1205977612', u'INDIRECT_-1205976391'), (u'CALL_-1205978614', u'INDIRECT_-1205976900'), (u'CALL_-1205977548', u'INDIRECT_-1205975791'), (u'CALL_-1205977686', u'INDIRECT_-1205976040'), (u'MULTIEQUAL_-1205976839', u'COPY_-1205976899'), ('tmp_2715', u'CALL_-1205978776'), (u'CALL_-1205977574', u'INDIRECT_-1205976771'), ('const-80540', u'INT_ADD_-1205977696'), ('const-5', u'CALL_-1205977680'), (u'CALL_-1205977622', u'INDIRECT_-1205976822'), (u'CALL_-1205977686', u'INDIRECT_-1205976424'), (u'CALL_-1205978297', u'INDIRECT_-1205976641'), (u'INDIRECT_-1205976609', u'MULTIEQUAL_-1205976583'), (u'CALL_-1205977655', u'INDIRECT_-1205976744'), (u'INDIRECT_-1205976500', u'MULTIEQUAL_-1205976622'), (u'CALL_-1205977570', u'INDIRECT_-1205976401'), (u'LOAD_-1205977681', u'CALL_-1205977602'), (u'INT_ADD_-1205977700', u'CALL_-1205977688'), (u'CALL_-1205977684', u'CALL_-1205977591'), ('const-5', u'CALL_-1205977670'), (u'INDIRECT_-1205976641', u'MULTIEQUAL_-1205976615'), (u'INDIRECT_-1205976389', u'COPY_-1205976442'), (u'INT_ADD_-1205977744', u'MULTIEQUAL_-1205977499'), (u'INDIRECT_-1205976349', u'MULTIEQUAL_-1205976647'), (u'CALL_-1205977612', u'INDIRECT_-1205976551'), (u'CALL_-1205977612', u'INDIRECT_-1205976167'), ('const-4', u'PTRADD_-1205975582'), (u'CALL_-1205977553', u'INDIRECT_-1205976761'), (u'INDIRECT_-1205976719', u'MULTIEQUAL_-1205976686'), (u'CALL_-1205978722', u'INDIRECT_-1205976922'), (u'PTRADD_-1205975653', u'LOAD_-1205977663'), (u'INDIRECT_-1205976761', u'COPY_-1205976816'), (u'INDIRECT_-1205976756', u'MULTIEQUAL_-1205976878'), ('const-417', u'LOAD_-1205977675'), (u'LOAD_-1205977645', u'CALL_-1205977548'), (u'CALL_-1205976989', u'INDIRECT_-1205975848'), ('const-5', u'CALL_-1205978614'), (u'INDIRECT_-1205976739', u'COPY_-1205976793'), (u'CALL_-1205977602', u'INDIRECT_-1205976221'), ('const-417', u'LOAD_-1205977649'), (u'INDIRECT_-1205976239', u'MULTIEQUAL_-1205976807'), ('tmp_1857', u'BRANCH_-1205977600'), (u'CALL_-1205977655', u'INDIRECT_-1205976456'), (u'CALL_-1205977548', u'INDIRECT_-1205975919'), (u'CALL_-1205977570', u'INDIRECT_-1205976305'), (u'CALL_-1205977548', u'INDIRECT_-1205976143'), ('tmp_2716', u'PTRADD_-1205975743'), (u'CALL_-1205977588', u'INDIRECT_-1205976491'), ('const-4', u'PTRADD_-1205975672'), (u'INDIRECT_-1205976665', u'COPY_-1205976720'), (u'CALL_-1205978297', u'INDIRECT_-1205976897'), ('const-417', u'LOAD_-1205978370'), (u'INDIRECT_-1205975887', u'MULTIEQUAL_-1205976455'), (u'INDIRECT_-1205976271', u'MULTIEQUAL_-1205976839'), (u'CALL_-1205977655', u'INDIRECT_-1205976392'), (u'CALL_-1205976989', u'INDIRECT_-1205975752'), (u'CALL_-1205978351', u'INDIRECT_-1205976820'), (u'CALL_-1205977574', u'INDIRECT_-1205976387'), ('const-5', u'CALL_-1205977684'), (u'CALL_-1205977570', u'INDIRECT_-1205976209'), (u'INDIRECT_-1205976515', u'COPY_-1205976569'), (u'CALL_-1205977655', u'INDIRECT_-1205976424'), (u'CALL_-1205978614', u'INDIRECT_-1205976676'), (u'PTRADD_-1205975738', u'LOAD_-1205977679'), (u'CALL_-1205976989', u'INDIRECT_-1205976232'), ('const-4', u'PTRADD_-1205975498'), (u'CALL_-1205978351', u'INDIRECT_-1205976788'), (u'INDIRECT_-1205975880', u'COPY_-1205975935'), (u'PTRADD_-1205975985', u'LOAD_-1205978370'), (u'PTRADD_-1205975592', u'LOAD_-1205977685'), (u'INDIRECT_-1205975919', u'MULTIEQUAL_-1205976487'), ('const-4', u'PTRADD_-1205975573'), ('const-7', u'PTRADD_-1205975405'), (u'INDIRECT_-1205976145', u'MULTIEQUAL_-1205976615'), (u'INDIRECT_-1205976573', u'MULTIEQUAL_-1205976871'), ('tmp_2716', u'LOAD_-1205977605'), (u'CALL_-1205977588', u'INDIRECT_-1205976107'), ('const-417', u'LOAD_-1205977661'), (u'LOAD_-1205977633', u'CALL_-1205977612'), ('const-5', u'CALL_-1205977688'), (u'INT_ADD_-1205978734', u'CALL_-1205978722'), (u'CALL_-1205977655', u'INDIRECT_-1205976680'), ('tmp_2716', u'LOAD_-1205977623'), (u'CALL_-1205977588', u'INDIRECT_-1205975979'), ('tmp_2716', u'PTRADD_-1205975503'), (u'CALL_-1205977612', u'INDIRECT_-1205976359'), (u'CALL_-1205977688', u'INDIRECT_-1205976466'), ('tmp_2715', u'CALL_-1205978351'), ('tmp_2712', u'CALL_-1205977574'), (u'INDIRECT_-1205976453', u'COPY_-1205976506'), (u'INDIRECT_-1205976417', u'MULTIEQUAL_-1205976391'), (u'CALL_-1205977553', u'INDIRECT_-1205976377'), (u'CALL_-1205977548', u'INDIRECT_-1205976303'), ('const-5', u'CALL_-1205977686'), (u'CALL_-1205977688', u'INDIRECT_-1205976178'), (u'PTRADD_-1205975564', u'LOAD_-1205977649'), ('const-1', u'CALL_-1205977548'), (u'LOAD_-1205978370', u'CALL_-1205978297'), (u'INDIRECT_-1205976537', u'COPY_-1205976592'), (u'PTRADD_-1205975400', u'LOAD_-1205977663'), ('const-1', u'CALL_-1205977588'), (u'CALL_-1205978722', u'INDIRECT_-1205976698'), (u'INDIRECT_-1205977071', u'MULTIEQUAL_-1205977038'), ('const-4', u'PTRADD_-1205975994'), (u'CALL_-1205977688', u'INDIRECT_-1205976114'), (u'CALL_-1205976989', u'INDIRECT_-1205975976'), (u'CALL_-1205978603', u'INDIRECT_-1205976635'), (u'CALL_-1205977548', u'INDIRECT_-1205976111'), ('const-0', u'CALL_-1205978431'), (u'CALL_-1205977688', u'INDIRECT_-1205976338'), (u'CALL_-1205978603', u'INDIRECT_-1205976731'), ('tmp_2716', u'PTRADD_-1205975400'), (u'INDIRECT_-1205977050', u'INT_ADD_-1205978695'), (u'CALL_-1205977688', u'INDIRECT_-1205976242'), (u'INDIRECT_-1205976419', u'COPY_-1205976473'), ('tmp_2716', u'LOAD_-1205977643'), (u'PTRADD_-1205975498', u'LOAD_-1205977673'), (u'CALL_-1205977684', u'INDIRECT_-1205976370'), (u'INDIRECT_-1205976413', u'MULTIEQUAL_-1205976711'), (u'CALL_-1205977591', u'INDIRECT_-1205976613'), (u'CALL_-1205978603', u'INDIRECT_-1205976571'), ('const-417', u'LOAD_-1205977643'), ('tmp_2716', u'PTRADD_-1205975395'), (u'PTRADD_-1205975587', u'LOAD_-1205977679'), (u'CALL_-1205977548', u'INDIRECT_-1205975951'), (u'INDIRECT_-1205975921', u'MULTIEQUAL_-1205976391'), (u'INDIRECT_-1205976135', u'MULTIEQUAL_-1205976359'), (u'INDIRECT_-1205976647', u'MULTIEQUAL_-1205976871'), ('const-417', u'LOAD_-1205978394'), ('tmp_2716', u'PTRADD_-1205975475'), ('const-0', u'CALL_-1205977688'), (u'INDIRECT_-1205976852', u'MULTIEQUAL_-1205976974'), (u'INDIRECT_-1205976943', u'MULTIEQUAL_-1205976910'), (u'CALL_-1205978297', u'INDIRECT_-1205976513'), (u'MULTIEQUAL_-1205976359', u'COPY_-1205976419'), (u'CALL_-1205978776', u'INDIRECT_-1205977103'), (u'CALL_-1205978297', u'INDIRECT_-1205976417'), ('tmp_2716', u'PTRADD_-1205975368'), (u'CALL_-1205978668', u'INDIRECT_-1205977113'), ('const-417', u'LOAD_-1205977663'), (u'MULTIEQUAL_-1205976871', u'COPY_-1205976931'), (u'INDIRECT_-1205976577', u'MULTIEQUAL_-1205976551'), ('const-417', u'LOAD_-1205978406'), (u'INDIRECT_-1205975823', u'MULTIEQUAL_-1205976391'), (u'CALL_-1205977684', u'INDIRECT_-1205976594'), (u'CALL_-1205978603', u'INDIRECT_-1205976667'), ('const-80304', u'INT_ADD_-1205978347'), (u'INDIRECT_-1205976387', u'COPY_-1205976441'), (u'LOAD_-1205978711', u'CALL_-1205978668'), (u'CALL_-1205977553', u'INDIRECT_-1205976633'), ('tmp_2712', u'CALL_-1205977612'), (u'CALL_-1205978722', u'INDIRECT_-1205977082'), (u'CALL_-1205977612', u'INDIRECT_-1205976647'), ('const-4', u'PTRADD_-1205976003'), ('const-0', u'CALL_-1205977686'), ('const-1', u'CALL_-1205977570'), (u'CALL_-1205978668', u'INDIRECT_-1205976793'), (u'MULTIEQUAL_-1205977499', u'CALL_-1205978431'), ('tmp_2716', u'LOAD_-1205977626'), ('tmp_8349', u'INT_ADD_-1205978840'), ('const-5', u'PTRADD_-1205976012'), ('const-4', u'PTRADD_-1205975386'), ('const-4', u'PTRADD_-1205975587'), (u'CALL_-1205977553', u'INDIRECT_-1205976601'), (u'MULTIEQUAL_-1205976455', u'COPY_-1205976515'), (u'CALL_-1205978431', u'INDIRECT_-1205976566'), ('const-80924', u'INT_ADD_-1205977682'), ('tmp_2716', u'PTRADD_-1205975498'), (u'INDIRECT_-1205976221', u'MULTIEQUAL_-1205976519'), ('const-0', u'CALL_-1205977622'), (u'CALL_-1205978351', u'INDIRECT_-1205976948'), (u'CALL_-1205977591', u'INDIRECT_-1205976581'), (u'CALL_-1205977574', u'INDIRECT_-1205976259'), (u'CALL_-1205977686', u'INDIRECT_-1205976180'), (u'INDIRECT_-1205976264', u'COPY_-1205976319'), (u'CALL_-1205977686', u'INDIRECT_-1205976564'), (u'INDIRECT_-1205976545', u'MULTIEQUAL_-1205976519'), (u'CALL_-1205978351', u'INDIRECT_-1205976916'), (u'LOAD_-1205978418', u'CALL_-1205978297'), ('const-1', u'PTRADD_-1205975359'), (u'CALL_-1205978297', u'INDIRECT_-1205976385'), (u'CALL_-1205977570', u'INDIRECT_-1205975889'), ('tmp_2716', u'LOAD_-1205977591'), (u'INDIRECT_-1205975791', u'MULTIEQUAL_-1205976359'), (u'INDIRECT_-1205975983', u'MULTIEQUAL_-1205976551'), (u'CALL_-1205978776', u'INDIRECT_-1205976975'), (u'CALL_-1205977686', u'INDIRECT_-1205976244'), (u'INDIRECT_-1205976263', u'MULTIEQUAL_-1205976487'), (u'CALL_-1205977686', u'INDIRECT_-1205976136'), (u'INDIRECT_-1205976611', u'COPY_-1205976665'), (u'CALL_-1205977684', u'INDIRECT_-1205976434'), (u'CALL_-1205977686', u'INDIRECT_-1205976520'), ('const-1', u'CALL_-1205978776'), (u'INDIRECT_-1205976125', u'MULTIEQUAL_-1205976423'), (u'CALL_-1205976989', u'INDIRECT_-1205976264'), ('tmp_2712', u'CALL_-1205978297'), (u'CALL_-1205977686', u'INDIRECT_-1205976660'), ('const-2', u'PTRADD_-1205975475'), (u'INDIRECT_-1205976769', u'MULTIEQUAL_-1205976743'), (u'CALL_-1205977602', u'INDIRECT_-1205976349'), (u'CALL_-1205977670', u'INDIRECT_-1205976252'), (u'LOAD_-1205977687', u'CALL_-1205977602'), ('const-417', u'LOAD_-1205977643'), ('const-417', u'LOAD_-1205977645'), (u'CALL_-1205977655', u'INDIRECT_-1205976552'), (u'CALL_-1205976989', u'INDIRECT_-1205976008'), ('const-417', u'LOAD_-1205977609'), (u'CALL_-1205977574', u'INDIRECT_-1205976739'), (u'CALL_-1205977570', u'INDIRECT_-1205976049'), (u'CALL_-1205977686', u'CALL_-1205977588'), ('const-80216', u'INT_ADD_-1205978626'), (u'CALL_-1205977670', u'INDIRECT_-1205975932'), (u'INDIRECT_-1205976660', u'MULTIEQUAL_-1205976782'), ('const-417', u'LOAD_-1205977685'), (u'CALL_-1205978722', u'INDIRECT_-1205977114'), (u'CALL_-1205978668', u'INDIRECT_-1205976889'), (u'CALL_-1205977686', u'INDIRECT_-1205976340'), (u'CALL_-1205978614', u'INDIRECT_-1205976964'), (u'CALL_-1205977686', u'INDIRECT_-1205976296'), (u'CALL_-1205978431', u'INDIRECT_-1205976662'), ('tmp_2712', u'CALL_-1205977591'), (u'INDIRECT_-1205976079', u'MULTIEQUAL_-1205976647'), (u'CAST_-1205976151', u'LOAD_-1205978711'), ('const-417', u'LOAD_-1205977605'), (u'LOAD_-1205977673', u'CALL_-1205977612'), (u'CALL_-1205978603', u'INDIRECT_-1205976699'), ('const-80748', u'INT_ADD_-1205977698'), (u'CALL_-1205977570', u'INDIRECT_-1205975921'), (u'INDIRECT_-1205976801', u'MULTIEQUAL_-1205976775'), (u'INDIRECT_-1205976423', u'MULTIEQUAL_-1205976647'), (u'INT_ADD_-1205978303', u'MULTIEQUAL_-1205977499'), ('const-417', u'LOAD_-1205977679'), ('const-0', u'CALL_-1205977684'), (u'CALL_-1205978297', u'INDIRECT_-1205976705'), (u'CALL_-1205977686', u'INDIRECT_-1205976104'), (u'CALL_-1205977588', u'INDIRECT_-1205976139'), ('const-1', u'RETURN_-1205976984'), (u'INDIRECT_-1205976136', u'COPY_-1205976191'), (u'INDIRECT_-1205976401', u'MULTIEQUAL_-1205976871'), (u'INT_ADD_-1205977682', u'CALL_-1205977670'), (u'INDIRECT_-1205976911', u'MULTIEQUAL_-1205976878'), (u'INDIRECT_-1205975944', u'COPY_-1205975999'), ('const-417', u'LOAD_-1205978424'), (u'CALL_-1205978722', u'INDIRECT_-1205977050'), (u'CALL_-1205977688', u'INDIRECT_-1205976626'), (u'INDIRECT_-1205976200', u'COPY_-1205976255'), (u'CALL_-1205977602', u'INDIRECT_-1205976285'), (u'INDIRECT_-1205976305', u'MULTIEQUAL_-1205976775'), (u'CALL_-1205977680', u'INDIRECT_-1205976374'), (u'CALL_-1205978431', u'CALL_-1205978297'), (u'CALL_-1205976989', u'INDIRECT_-1205976136'), (u'CALL_-1205978722', u'INDIRECT_-1205976986'), (u'CALL_-1205978431', u'INDIRECT_-1205976886'), (u'LOAD_-1205978424', u'CALL_-1205978297'), (u'CALL_-1205978668', u'INDIRECT_-1205976921'), ('const-4', u'PTRADD_-1205975653'), (u'CALL_-1205978431', u'INDIRECT_-1205976630'), (u'LOAD_-1205977673', u'CALL_-1205977588'), ('const-1', u'CALL_-1205978351'), (u'INDIRECT_-1205976783', u'MULTIEQUAL_-1205976750'), (u'CALL_-1205978668', u'INDIRECT_-1205976697'), (u'LOAD_-1205977643', u'CALL_-1205977570'), (u'CALL_-1205977670', u'INDIRECT_-1205975996'), (u'CALL_-1205977548', u'INDIRECT_-1205976239'), (u'CALL_-1205978351', u'INDIRECT_-1205976724'), (u'CALL_-1205977570', u'INDIRECT_-1205976241'), (u'LOAD_-1205977626', u'CALL_-1205977574'), ('const-5', u'CALL_-1205978431'), (u'CALL_-1205977684', u'INDIRECT_-1205976562'), (u'CALL_-1205977553', u'INDIRECT_-1205976409'), (u'INDIRECT_-1205976491', u'MULTIEQUAL_-1205976871'), ('const-8', u'PTRADD_-1205976031'), ('const-4', u'PTRADD_-1205975564'), (u'LOAD_-1205977591', u'CALL_-1205977570'), (u'INDIRECT_-1205976677', u'COPY_-1205976730'), ('const-80832', u'INT_ADD_-1205977692'), (u'INDIRECT_-1205976167', u'MULTIEQUAL_-1205976391'), (u'INT_ADD_-1205977667', u'CALL_-1205977655'), (u'CALL_-1205977688', u'INDIRECT_-1205976402'), (u'LOAD_-1205977623', u'CALL_-1205977602'), ('tmp_2716', u'PTRADD_-1205975653'), ('tmp_2716', u'PTRADD_-1205976031'), (u'CALL_-1205978297', u'INDIRECT_-1205976577'), (u'MULTIEQUAL_-1205976647', u'COPY_-1205976707'), (u'INDIRECT_-1205976707', u'COPY_-1205976761'), (u'CALL_-1205977602', u'INDIRECT_-1205976125'), ('const-4', u'PTRADD_-1205975493'), (u'CALL_-1205977574', u'INDIRECT_-1205976483'), (u'CALL_-1205977686', u'INDIRECT_-1205976360'), (u'CALL_-1205977684', u'INDIRECT_-1205976274'), (u'INDIRECT_-1205976532', u'MULTIEQUAL_-1205976654'), (u'CALL_-1205976989', u'INDIRECT_-1205976168'), (u'INDIRECT_-1205975985', u'MULTIEQUAL_-1205976455'), (u'CALL_-1205977612', u'INDIRECT_-1205976135'), (u'INDIRECT_-1205976231', u'MULTIEQUAL_-1205976455'), (u'CALL_-1205977588', u'INDIRECT_-1205976235'), (u'INDIRECT_-1205976455', u'MULTIEQUAL_-1205976679'), (u'CALL_-1205978776', u'INDIRECT_-1205976687'), (u'INT_ADD_-1205977692', u'CALL_-1205977680'), (u'CALL_-1205977612', u'INDIRECT_-1205976423'), (u'LOAD_-1205977657', u'CALL_-1205977548'), (u'CALL_-1205977553', u'INDIRECT_-1205976473'), (u'CALL_-1205977670', u'INDIRECT_-1205975868'), (u'INT_ADD_-1205978788', u'CALL_-1205978776'), (u'CALL_-1205978603', u'INDIRECT_-1205977051'), (u'INDIRECT_-1205976645', u'COPY_-1205976698'), (u'CALL_-1205978722', u'INDIRECT_-1205976634'), (u'INDIRECT_-1205976699', u'INT_ADD_-1205977700'), ('tmp_2713', u'INT_EQUAL_-1205978861'), (u'PTRADD_-1205975405', u'LOAD_-1205977669'), ('const-4', u'PTRADD_-1205975400'), (u'CALL_-1205978722', u'INDIRECT_-1205977018'), ('const-80604', u'INT_ADD_-1205977698'), (u'CALL_-1205977680', u'INDIRECT_-1205976278'), (u'INDIRECT_-1205976859', u'INT_ADD_-1205978303'), (u'CALL_-1205977655', u'INDIRECT_-1205976584'), (u'CALL_-1205977680', u'INDIRECT_-1205976470'), ('const-417', u'LOAD_-1205977633'), (u'CALL_-1205978603', u'INDIRECT_-1205976891'), (u'INDIRECT_-1205976509', u'MULTIEQUAL_-1205976807'), (u'INDIRECT_-1205975951', u'MULTIEQUAL_-1205976519'), (u'CALL_-1205977602', u'INDIRECT_-1205976189'), (u'CALL_-1205978614', u'INDIRECT_-1205976580'), (u'CALL_-1205978431', u'INDIRECT_-1205976982'), (u'CALL_-1205978431', u'INDIRECT_-1205976598'), (u'CALL_-1205977591', u'INDIRECT_-1205976389'), (u'CALL_-1205977548', u'INDIRECT_-1205976175'), (u'CALL_-1205977655', u'INDIRECT_-1205976648'), ('const-1', u'PTRADD_-1205975733'), (u'CALL_-1205977574', u'INDIRECT_-1205976707'), (u'LOAD_-1205977679', u'CALL_-1205977612'), (u'MULTIEQUAL_-1205976711', u'COPY_-1205976771'), (u'PTRADD_-1205975466', u'LOAD_-1205977631'), (u'CALL_-1205977588', u'INDIRECT_-1205976075'), (u'CALL_-1205976989', u'INDIRECT_-1205975784'), (u'CALL_-1205978603', u'INDIRECT_-1205976859'), (u'CALL_-1205978722', u'INDIRECT_-1205976666'), (u'INDIRECT_-1205975953', u'MULTIEQUAL_-1205976423'), (u'INDIRECT_-1205976449', u'MULTIEQUAL_-1205976423'), ('const-2', u'PTRADD_-1205975662'), (u'INDIRECT_-1205976692', u'MULTIEQUAL_-1205976814'), (u'CALL_-1205977548', u'INDIRECT_-1205976047'), (u'CALL_-1205977670', u'INDIRECT_-1205976316'), ('const-4', u'PTRADD_-1205975493'), (u'CALL_-1205978431', u'INDIRECT_-1205976758'), ('const-3', u'PTRADD_-1205975484'), (u'CALL_-1205977688', u'INDIRECT_-1205976306'), (u'INDIRECT_-1205976409', u'COPY_-1205976464'), (u'INDIRECT_-1205976445', u'MULTIEQUAL_-1205976743'), (u'CALL_-1205977612', u'INDIRECT_-1205976487'), (u'PTRADD_-1205975573', u'LOAD_-1205977661'), (u'PTRADD_-1205976031', u'LOAD_-1205978430'), (u'CALL_-1205977591', u'INDIRECT_-1205976293'), (u'CALL_-1205977688', u'INDIRECT_-1205976530'), (u'INDIRECT_-1205977103', u'MULTIEQUAL_-1205977070'), (u'INDIRECT_-1205976093', u'MULTIEQUAL_-1205976391'), (u'CALL_-1205977686', u'INDIRECT_-1205976404'), ('tmp_2712', u'CALL_-1205977570'), (u'CALL_-1205978297', u'INDIRECT_-1205976449'), (u'CALL_-1205978297', u'INDIRECT_-1205976545'), (u'CALL_-1205977688', u'INDIRECT_-1205976594'), (u'INDIRECT_-1205976072', u'COPY_-1205976127'), (u'INDIRECT_-1205976421', u'COPY_-1205976474'), ('const-5', u'PTRADD_-1205975498'), (u'CALL_-1205976989', u'INDIRECT_-1205975816'), (u'INDIRECT_-1205976047', u'MULTIEQUAL_-1205976615'), (u'INDIRECT_-1205976569', u'COPY_-1205976624'), (u'INDIRECT_-1205976043', u'MULTIEQUAL_-1205976423'), (u'CALL_-1205977622', u'INDIRECT_-1205976758'), (u'INDIRECT_-1205976547', u'COPY_-1205976601'), ('const-417', u'LOAD_-1205977609'), ('const-417', u'LOAD_-1205977669'), (u'CALL_-1205977588', u'INDIRECT_-1205976299'), (u'INDIRECT_-1205975976', u'COPY_-1205976031'), (u'PTRADD_-1205976026', u'LOAD_-1205978424'), (u'CALL_-1205977591', u'INDIRECT_-1205976421'), (u'CALL_-1205977680', u'INDIRECT_-1205975990'), (u'LOAD_-1205977633', u'CALL_-1205977548'), ('const-4', u'PTRADD_-1205975368'), ('const-0', u'RETURN_-1205977549'), (u'CALL_-1205977602', u'INDIRECT_-1205976573'), (u'CALL_-1205977688', u'INDIRECT_-1205976210'), (u'LOAD_-1205977663', u'CALL_-1205977548'), (u'INDIRECT_-1205976157', u'MULTIEQUAL_-1205976455'), ('const-1', u'PTRADD_-1205975653'), ('tmp_1251', u'BRANCH_-1205977546'), (u'CALL_-1205976989', u'INDIRECT_-1205976040'), (u'INDIRECT_-1205976325', u'COPY_-1205976378'), ('tmp_2712', u'CALL_-1205978776'), ('tmp_2716', u'PTRADD_-1205975994'), ('const-417', u'LOAD_-1205977626'), (u'INDIRECT_-1205976793', u'COPY_-1205976848'), ('const-80164', u'INT_ADD_-1205978734'), (u'CALL_-1205977680', u'INDIRECT_-1205976054'), (u'INT_ADD_-1205977698', u'CALL_-1205977686'), (u'INT_ADD_-1205977698', u'CALL_-1205977686'), (u'CALL_-1205977670', u'INDIRECT_-1205976156'), (u'CALL_-1205978614', u'INDIRECT_-1205977028'), (u'CALL_-1205977570', u'INDIRECT_-1205976017'), (u'CALL_-1205978297', u'INDIRECT_-1205976865'), (u'LOAD_-1205977675', u'CALL_-1205977602'), (u'INDIRECT_-1205976763', u'INT_ADD_-1205977696'), (u'CALL_-1205977688', u'INDIRECT_-1205976370'), ('const-417', u'LOAD_-1205977621'), (u'CALL_-1205977553', u'INDIRECT_-1205976537'), (u'LOAD_-1205977669', u'CALL_-1205977548'), ('const-4', u'PTRADD_-1205975976'), ('const-6', u'PTRADD_-1205975503'), (u'CALL_-1205977574', u'INDIRECT_-1205976451'), ('const-5', u'CALL_-1205977622'), ('tmp_2712', u'CAST_-1205976101'), (u'CALL_-1205977622', u'INDIRECT_-1205976566'), (u'CALL_-1205976989', u'INDIRECT_-1205976072'), (u'INDIRECT_-1205976209', u'MULTIEQUAL_-1205976679'), (u'INDIRECT_-1205976337', u'MULTIEQUAL_-1205976807'), (u'CALL_-1205977655', u'INDIRECT_-1205976616'), (u'CALL_-1205978431', u'INDIRECT_-1205976534'), (u'CALL_-1205977602', u'INDIRECT_-1205976541'), (u'INDIRECT_-1205976633', u'COPY_-1205976688'), (u'INDIRECT_-1205976705', u'MULTIEQUAL_-1205976679'), (u'INDIRECT_-1205976833', u'MULTIEQUAL_-1205976807'), (u'LOAD_-1205977679', u'CALL_-1205977588'), ('const-4', u'PTRADD_-1205975395'), (u'CALL_-1205977553', u'INDIRECT_-1205976793'), (u'INDIRECT_-1205976143', u'MULTIEQUAL_-1205976711'), (u'CALL_-1205977622', u'INDIRECT_-1205976406'), (u'CALL_-1205978603', u'INDIRECT_-1205977083'), (u'CALL_-1205978722', u'INDIRECT_-1205976858'), (u'CALL_-1205977680', u'INDIRECT_-1205976150'), (u'INDIRECT_-1205976884', u'MULTIEQUAL_-1205977006'), (u'INDIRECT_-1205976427', u'MULTIEQUAL_-1205976807'), ('const-2', u'PTRADD_-1205975738'), ('tmp_1667', u'BRANCH_-1205977586'), (u'INDIRECT_-1205976299', u'MULTIEQUAL_-1205976679'), (u'CALL_-1205977588', u'INDIRECT_-1205976267'), ('const-80112', u'INT_ADD_-1205978840'), ('const-0', u'CALL_-1205977680'), (u'INDIRECT_-1205977135', u'MULTIEQUAL_-1205977102'), (u'INDIRECT_-1205976303', u'MULTIEQUAL_-1205976871'), (u'LOAD_-1205978358', u'CALL_-1205978297'), (u'CALL_-1205978668', u'INDIRECT_-1205976857'), ('const-417', u'LOAD_-1205977687'), (u'CALL_-1205977686', u'CALL_-1205977612'), ('const-3', u'PTRADD_-1205975667'), (u'INDIRECT_-1205976459', u'MULTIEQUAL_-1205976839'), (u'CALL_-1205977612', u'INDIRECT_-1205976327'), ('tmp_2716', u'PTRADD_-1205975484'), (u'CALL_-1205977680', u'CALL_-1205977570'), (u'INDIRECT_-1205975752', u'COPY_-1205975807'), (u'PTRADD_-1205975976', u'LOAD_-1205978358'), (u'INDIRECT_-1205976731', u'INT_ADD_-1205977698'), (u'INDIRECT_-1205976897', u'MULTIEQUAL_-1205976871'), ('const-5', u'CALL_-1205977655'), ('const-0', u'RETURN_-1205977570'), ('const-4', u'PTRADD_-1205975587'), (u'INDIRECT_-1205976385', u'MULTIEQUAL_-1205976359'), ('const-3', u'PTRADD_-1205975582'), (u'INDIRECT_-1205975912', u'COPY_-1205975967'), (u'INDIRECT_-1205976345', u'COPY_-1205976400'), (u'CALL_-1205978776', u'INDIRECT_-1205977135'), (u'INDIRECT_-1205976323', u'COPY_-1205976377'), ('const-417', u'LOAD_-1205978418'), ('const-5', u'CALL_-1205978722'), (u'CALL_-1205977588', u'INDIRECT_-1205976171'), (u'CALL_-1205977612', u'INDIRECT_-1205976263'), (u'CALL_-1205978431', u'INDIRECT_-1205976726'), (u'PTRADD_-1205975475', u'LOAD_-1205977643'), (u'INDIRECT_-1205976111', u'MULTIEQUAL_-1205976679'), (u'CALL_-1205977553', u'INDIRECT_-1205976441'), (u'INDIRECT_-1205976232', u'COPY_-1205976287'), (u'INDIRECT_-1205976477', u'MULTIEQUAL_-1205976775'), (u'INDIRECT_-1205976357', u'COPY_-1205976410'), (u'CALL_-1205978668', u'INDIRECT_-1205976953'), (u'INDIRECT_-1205976229', u'COPY_-1205976282'), (u'PTRADD_-1205975582', u'LOAD_-1205977673'), ('tmp_2716', u'LOAD_-1205977569'), (u'CALL_-1205976989', u'INDIRECT_-1205976200'), ('tmp_2716', u'PTRADD_-1205975738'), (u'CALL_-1205977570', u'INDIRECT_-1205976369'), (u'CALL_-1205977670', u'INDIRECT_-1205976124'), ('const-4', u'PTRADD_-1205975672'), (u'CALL_-1205977684', u'INDIRECT_-1205976402'), (u'CALL_-1205977680', u'INDIRECT_-1205976086'), ('const-3', u'PTRADD_-1205975994'), ('tmp_2035', u'BRANCH_-1205977610'), (u'INDIRECT_-1205976199', u'MULTIEQUAL_-1205976423'), (u'LOAD_-1205977685', u'CALL_-1205977588'), ('const-417', u'LOAD_-1205977679'), ('const-1', u'CALL_-1205977553'), (u'INDIRECT_-1205976355', u'COPY_-1205976409'), ('tmp_1465', u'BRANCH_-1205977568'), (u'CALL_-1205978351', u'INDIRECT_-1205976564'), (u'CALL_-1205977688', u'INDIRECT_-1205976146'), (u'CALL_-1205977655', u'CALL_-1205977574'), (u'INDIRECT_-1205976189', u'MULTIEQUAL_-1205976487'), (u'LOAD_-1205977685', u'CALL_-1205977612'), (u'CALL_-1205978776', u'INDIRECT_-1205977167'), (u'INDIRECT_-1205976285', u'MULTIEQUAL_-1205976583'), (u'CALL_-1205978722', u'INDIRECT_-1205977146'), (u'INDIRECT_-1205976667', u'INT_ADD_-1205977698'), (u'CALL_-1205977686', u'INDIRECT_-1205976372'), (u'CALL_-1205978351', u'INDIRECT_-1205976692'), (u'CALL_-1205977680', u'INDIRECT_-1205976214'), (u'INDIRECT_-1205976709', u'COPY_-1205976762'), (u'PTRADD_-1205975368', u'LOAD_-1205977621'), (u'CALL_-1205977588', u'INDIRECT_-1205976331'), (u'CALL_-1205977570', u'INDIRECT_-1205975953'), (u'CALL_-1205977670', u'INDIRECT_-1205976284'), (u'CALL_-1205977548', u'INDIRECT_-1205975983'), (u'INDIRECT_-1205975889', u'MULTIEQUAL_-1205976359'), (u'CALL_-1205977553', u'INDIRECT_-1205976345'), ('const-417', u'LOAD_-1205977569'), (u'INDIRECT_-1205976847', u'MULTIEQUAL_-1205976814'), (u'INDIRECT_-1205976571', u'INT_ADD_-1205977744'), (u'CALL_-1205978614', u'INDIRECT_-1205976612'), (u'INDIRECT_-1205976377', u'COPY_-1205976432'), ('const-417', u'LOAD_-1205977663'), (u'CALL_-1205977655', u'INDIRECT_-1205976360'), (u'PTRADD_-1205975484', u'LOAD_-1205977655'), (u'CALL_-1205977574', u'INDIRECT_-1205976419'), (u'CALL_-1205978722', u'INDIRECT_-1205976954'), (u'CALL_-1205978668', u'INDIRECT_-1205976985'), (u'INDIRECT_-1205976643', u'COPY_-1205976697'), (u'CALL_-1205977680', u'INDIRECT_-1205976310'), ('const-2', u'PTRADD_-1205975368'), (u'CALL_-1205977574', u'INDIRECT_-1205976579'), (u'CALL_-1205976989', u'INDIRECT_-1205976104'), (u'CALL_-1205977548', u'INDIRECT_-1205975855'), (u'INDIRECT_-1205976011', u'MULTIEQUAL_-1205976391'), (u'PTRADD_-1205975503', u'LOAD_-1205977679'), (u'CALL_-1205977670', u'INDIRECT_-1205975964'), ('const-0', u'CALL_-1205977686'), ('tmp_2714', u'CALL_-1205978776'), (u'CALL_-1205977688', u'INDIRECT_-1205976434'), (u'CALL_-1205977686', u'INDIRECT_-1205976264'), (u'INDIRECT_-1205976487', u'MULTIEQUAL_-1205976711'), ('const-4', u'PTRADD_-1205975667'), (u'CALL_-1205977553', u'INDIRECT_-1205976697'), ('const-5', u'PTRADD_-1205975592'), (u'CALL_-1205977612', u'INDIRECT_-1205976455'), (u'CALL_-1205978614', u'INDIRECT_-1205977060'), (u'INT_EQUAL_-1205978861', u'CBRANCH_-1205978830'), (u'CALL_-1205978776', u'INDIRECT_-1205976719'), (u'CALL_-1205977570', u'INDIRECT_-1205976145'), (u'INDIRECT_-1205976168', u'COPY_-1205976223'), (u'INDIRECT_-1205976483', u'COPY_-1205976537'), (u'INDIRECT_-1205976175', u'MULTIEQUAL_-1205976743'), (u'INDIRECT_-1205976628', u'MULTIEQUAL_-1205976750'), (u'CALL_-1205977574', u'INDIRECT_-1205976547'), ('tmp_2716', u'PTRADD_-1205975592'), ('const-1', u'CALL_-1205978297'), (u'CALL_-1205977612', u'INDIRECT_-1205976519'), ('const-7', u'PTRADD_-1205976026'), (u'CALL_-1205978351', u'INDIRECT_-1205976756'), ('const-5', u'PTRADD_-1205975395'), (u'CALL_-1205978614', u'INDIRECT_-1205976996'), (u'INDIRECT_-1205976473', u'COPY_-1205976528'), ('const-4', u'PTRADD_-1205976021'), (u'INDIRECT_-1205976481', u'MULTIEQUAL_-1205976455'), (u'CALL_-1205977655', u'INDIRECT_-1205976808'), (u'CALL_-1205977670', u'INDIRECT_-1205976092'), ('const-417', u'LOAD_-1205977679'), ('tmp_2716', u'PTRADD_-1205976012'), (u'CALL_-1205978431', u'INDIRECT_-1205976502'), (u'INDIRECT_-1205976075', u'MULTIEQUAL_-1205976455'), (u'LOAD_-1205977661', u'CALL_-1205977588'), (u'CALL_-1205977553', u'INDIRECT_-1205976729'), (u'CALL_-1205977612', u'INDIRECT_-1205976615'), (u'CALL_-1205978776', u'INDIRECT_-1205976879'), (u'CALL_-1205977684', u'INDIRECT_-1205976242'), (u'INDIRECT_-1205976295', u'MULTIEQUAL_-1205976519'), ('const-417', u'LOAD_-1205977631'), ('const-4', u'PTRADD_-1205976012'), ('const-4', u'PTRADD_-1205975359'), (u'INDIRECT_-1205976107', u'MULTIEQUAL_-1205976487'), (u'CALL_-1205977655', u'INDIRECT_-1205976776'), ('const-4', u'PTRADD_-1205976003'), (u'CALL_-1205978603', u'INDIRECT_-1205976763'), (u'INDIRECT_-1205976879', u'MULTIEQUAL_-1205976846'), ('const-4', u'PTRADD_-1205975386'), (u'CALL_-1205978614', u'INDIRECT_-1205976932'), (u'CALL_-1205977684', u'INDIRECT_-1205976306'), (u'CALL_-1205978776', u'INDIRECT_-1205976943'), (u'PTRADD_-1205976003', u'LOAD_-1205978394'), (u'CALL_-1205977680', u'INDIRECT_-1205976182'), (u'CALL_-1205977622', u'INDIRECT_-1205976630'), (u'CALL_-1205977591', u'INDIRECT_-1205976197'), (u'INDIRECT_-1205977012', u'MULTIEQUAL_-1205977134'), (u'CALL_-1205977655', u'INDIRECT_-1205976488'), ('const-417', u'LOAD_-1205978430'), (u'CALL_-1205977591', u'INDIRECT_-1205976645'), ('const-417', u'LOAD_-1205977685'), ('const-80144', u'INT_ADD_-1205978788'), ('tmp_2716', u'LOAD_-1205977609'), (u'MULTIEQUAL_-1205976679', u'COPY_-1205976739'), ('const-81024', u'INT_ADD_-1205977744'), (u'CALL_-1205978351', u'INDIRECT_-1205976884'), (u'CALL_-1205977548', u'INDIRECT_-1205976207'), (u'CALL_-1205977688', u'CALL_-1205977602'), (u'CALL_-1205978603', u'INDIRECT_-1205976795'), (u'INDIRECT_-1205976601', u'COPY_-1205976656'), (u'INDIRECT_-1205976675', u'COPY_-1205976729'), (u'CALL_-1205977591', u'INDIRECT_-1205976357'), (u'LOAD_-1205977621', u'CALL_-1205977548'), ('tmp_2716', u'PTRADD_-1205975662'), (u'INT_ADD_-1205978695', u'CAST_-1205976151'), ('const-4', u'PTRADD_-1205975466'), (u'INDIRECT_-1205976359', u'MULTIEQUAL_-1205976583'), (u'PTRADD_-1205975395', u'LOAD_-1205977657'), (u'INDIRECT_-1205976953', u'INT_ADD_-1205978626'), (u'CALL_-1205978722', u'INDIRECT_-1205976890'), (u'INDIRECT_-1205976655', u'MULTIEQUAL_-1205976622'), (u'CALL_-1205978431', u'INDIRECT_-1205976790'), (u'CALL_-1205977670', u'INDIRECT_-1205976028'), (u'INDIRECT_-1205976261', u'COPY_-1205976314'), (u'MULTIEQUAL_-1205976743', u'COPY_-1205976803'), (u'CALL_-1205977684', u'INDIRECT_-1205976466'), (u'INDIRECT_-1205976948', u'MULTIEQUAL_-1205977070'), ('tmp_2712', u'CALL_-1205977548'), (u'CALL_-1205978603', u'INDIRECT_-1205976923'), (u'CALL_-1205977553', u'INDIRECT_-1205976825'), ('tmp_2716', u'PTRADD_-1205975573'), (u'INDIRECT_-1205976788', u'MULTIEQUAL_-1205976910'), (u'CALL_-1205977684', u'INDIRECT_-1205976658'), (u'CALL_-1205977622', u'INDIRECT_-1205976854'), (u'MULTIEQUAL_-1205976775', u'COPY_-1205976835'), (u'INDIRECT_-1205977039', u'MULTIEQUAL_-1205977006'), ('tmp_2716', u'PTRADD_-1205975377'), (u'CALL_-1205978722', u'INDIRECT_-1205976826'), (u'CALL_-1205977622', u'INDIRECT_-1205976438'), (u'MULTIEQUAL_-1205976423', u'COPY_-1205976483'), ('const-1', u'PTRADD_-1205975564'), (u'CALL_-1205977602', u'INDIRECT_-1205976093'), (u'LOAD_-1205977605', u'CALL_-1205977553'), (u'INDIRECT_-1205976293', u'COPY_-1205976346'), (u'LOAD_-1205978382', u'CALL_-1205978297'), (u'CALL_-1205977686', u'INDIRECT_-1205976200'), (u'INDIRECT_-1205976613', u'COPY_-1205976666'), (u'CALL_-1205977602', u'INDIRECT_-1205976061'), (u'INDIRECT_-1205977167', u'MULTIEQUAL_-1205977134'), (u'CALL_-1205977684', u'INDIRECT_-1205976498'), (u'INDIRECT_-1205976513', u'MULTIEQUAL_-1205976487'), (u'CALL_-1205978603', u'INDIRECT_-1205976603'), (u'CALL_-1205977574', u'INDIRECT_-1205976291'), ('const-4', u'PTRADD_-1205975377'), (u'PTRADD_-1205975359', u'LOAD_-1205977609'), ('tmp_2714', u'CALL_-1205978351'), (u'CALL_-1205977570', u'INDIRECT_-1205976113'), (u'LOAD_-1205977663', u'CALL_-1205977602'), ('const-4', u'PTRADD_-1205975743'), (u'CALL_-1205977622', u'INDIRECT_-1205976790'), (u'CALL_-1205978431', u'INDIRECT_-1205976950'), ('const-1', u'CALL_-1205977574'), (u'CALL_-1205977591', u'INDIRECT_-1205976453'), (u'CALL_-1205978776', u'INDIRECT_-1205976847'), (u'CALL_-1205978431', u'INDIRECT_-1205976822'), (u'CALL_-1205977686', u'INDIRECT_-1205976456'), (u'CALL_-1205977570', u'INDIRECT_-1205976177'), ('const-417', u'LOAD_-1205977657'), (u'CALL_-1205977622', u'INDIRECT_-1205976342'), (u'INDIRECT_-1205976737', u'MULTIEQUAL_-1205976711'), ('const-1', u'CALL_-1205978668'), (u'CALL_-1205977686', u'INDIRECT_-1205976628'), (u'INDIRECT_-1205975784', u'COPY_-1205975839'), ('tmp_2716', u'PTRADD_-1205975587'), (u'INDIRECT_-1205976203', u'MULTIEQUAL_-1205976583'), (u'CALL_-1205977588', u'INDIRECT_-1205976043'), (u'INDIRECT_-1205976267', u'MULTIEQUAL_-1205976647'), (u'INDIRECT_-1205975848', u'COPY_-1205975903'), ('tmp_2712', u'CALL_-1205977588'), (u'LOAD_-1205978406', u'CALL_-1205978297'), (u'CALL_-1205977622', u'INDIRECT_-1205976694'), (u'INDIRECT_-1205976485', u'COPY_-1205976538'), (u'CALL_-1205977688', u'INDIRECT_-1205976274'), (u'CALL_-1205976989', u'INDIRECT_-1205975880'), (u'CALL_-1205977622', u'INDIRECT_-1205976598'), ('const-0', u'CALL_-1205977655'), (u'CALL_-1205978668', u'INDIRECT_-1205977049'), (u'INDIRECT_-1205976395', u'MULTIEQUAL_-1205976775'), ('tmp_2716', u'PTRADD_-1205975386'), ('const-80324', u'INT_ADD_-1205978303'), (u'LOAD_-1205978394', u'CALL_-1205978297'), (u'INDIRECT_-1205976235', u'MULTIEQUAL_-1205976615'), (u'CALL_-1205977686', u'INDIRECT_-1205976276'), (u'CALL_-1205978722', u'INDIRECT_-1205976794'), ('const-1', u'CALL_-1205977602'), (u'CALL_-1205978614', u'INDIRECT_-1205976868'), (u'CALL_-1205978668', u'INDIRECT_-1205977081'), (u'INDIRECT_-1205976596', u'MULTIEQUAL_-1205976718'), (u'INDIRECT_-1205976008', u'COPY_-1205976063'), (u'CALL_-1205978614', u'INDIRECT_-1205976804'), (u'LOAD_-1205977655', u'CALL_-1205977570'), (u'LOAD_-1205977673', u'CALL_-1205977570'), (u'CALL_-1205977680', u'INDIRECT_-1205976438'), (u'CALL_-1205977686', u'INDIRECT_-1205976436'), ('const-417', u'LOAD_-1205977591'), ('tmp_2712', u'CALL_-1205977553'), (u'CALL_-1205977570', u'INDIRECT_-1205976337'), (u'CALL_-1205978351', u'INDIRECT_-1205976852'), (u'INDIRECT_-1205976177', u'MULTIEQUAL_-1205976647'), (u'CAST_-1205976110', u'CALL_-1205978603'), ('const-4', u'PTRADD_-1205975733'), (u'INDIRECT_-1205976363', u'MULTIEQUAL_-1205976743'), (u'MULTIEQUAL_-1205976551', u'COPY_-1205976611'), (u'CALL_-1205977574', u'INDIRECT_-1205976515'), (u'CALL_-1205977670', u'INDIRECT_-1205976220'), ('const-6', u'PTRADD_-1205975400'), (u'INDIRECT_-1205975816', u'COPY_-1205975871'), (u'INDIRECT_-1205976505', u'COPY_-1205976560'), (u'CALL_-1205977622', u'INDIRECT_-1205976726'), (u'CALL_-1205977591', u'INDIRECT_-1205976229'), (u'CALL_-1205977670', u'INDIRECT_-1205976060'), ('tmp_2712', u'CALL_-1205977602'), (u'PTRADD_-1205976012', u'LOAD_-1205978406'), (u'CALL_-1205977548', u'INDIRECT_-1205976015'), ('const-2', u'PTRADD_-1205975573'), (u'CALL_-1205977574', u'INDIRECT_-1205976675'), (u'CALL_-1205977670', u'CALL_-1205977548'), (u'CALL_-1205978668', u'INDIRECT_-1205976825'), ('const-4', u'PTRADD_-1205975985'), (u'CALL_-1205977686', u'INDIRECT_-1205976308'), ('const-4', u'PTRADD_-1205975475'), ('const-417', u'LOAD_-1205977673'), (u'CALL_-1205978297', u'INDIRECT_-1205976737'), (u'INDIRECT_-1205976369', u'MULTIEQUAL_-1205976839'), (u'INDIRECT_-1205976697', u'COPY_-1205976752'), (u'INDIRECT_-1205976865', u'MULTIEQUAL_-1205976839'), (u'CALL_-1205978668', u'INDIRECT_-1205976601'), (u'CALL_-1205977622', u'CALL_-1205977553'), (u'CALL_-1205977553', u'INDIRECT_-1205976569'), (u'CALL_-1205978668', u'INDIRECT_-1205976761'), (u'INDIRECT_-1205976541', u'MULTIEQUAL_-1205976839'), (u'INDIRECT_-1205976729', u'COPY_-1205976784'), (u'MULTIEQUAL_-1205976583', u'COPY_-1205976643'), (u'INDIRECT_-1205976975', u'MULTIEQUAL_-1205976942'), (u'INT_ADD_-1205977634', u'CALL_-1205977622'), (u'CALL_-1205977655', u'INDIRECT_-1205976296'), (u'CALL_-1205977591', u'INDIRECT_-1205976325'), (u'CALL_-1205977686', u'INDIRECT_-1205976468'), (u'CALL_-1205977591', u'INDIRECT_-1205976709'), ('const-80484', u'INT_ADD_-1205977667'), (u'CALL_-1205977570', u'INDIRECT_-1205976273'), ('tmp_2716', u'PTRADD_-1205975405'), (u'INDIRECT_-1205976253', u'MULTIEQUAL_-1205976551'), (u'CALL_-1205977622', u'INDIRECT_-1205976502'), (u'CALL_-1205978603', u'INDIRECT_-1205976827'), (u'CALL_-1205977686', u'INDIRECT_-1205976596'), (u'CALL_-1205978614', u'INDIRECT_-1205976644'), (u'CALL_-1205977588', u'INDIRECT_-1205976459'), ('tmp_2716', u'PTRADD_-1205976021'), ('const-1', u'PTRADD_-1205975976'), (u'INDIRECT_-1205977007', u'MULTIEQUAL_-1205976974'), ('const-417', u'LOAD_-1205977667'), (u'INDIRECT_-1205976549', u'COPY_-1205976602'), (u'CALL_-1205977686', u'INDIRECT_-1205976552'), (u'CALL_-1205977548', u'INDIRECT_-1205976271'), (u'PTRADD_-1205975994', u'LOAD_-1205978382'), (u'CALL_-1205977684', u'INDIRECT_-1205976754'), (u'CALL_-1205978603', u'INDIRECT_-1205977019'), (u'PTRADD_-1205976021', u'LOAD_-1205978418'), ('const-417', u'LOAD_-1205978382'), (u'INDIRECT_-1205976673', u'MULTIEQUAL_-1205976647'), (u'CALL_-1205977622', u'INDIRECT_-1205976662'), (u'INDIRECT_-1205976820', u'MULTIEQUAL_-1205976942'), (u'INDIRECT_-1205976207', u'MULTIEQUAL_-1205976775'), (u'CALL_-1205978614', u'INDIRECT_-1205976836'), (u'CALL_-1205977686', u'INDIRECT_-1205976328'), (u'INDIRECT_-1205976724', u'MULTIEQUAL_-1205976846'), (u'PTRADD_-1205975733', u'LOAD_-1205977673'), ('const-80436', u'INT_ADD_-1205977634'), (u'CALL_-1205977602', u'INDIRECT_-1205976509'), (u'CALL_-1205977548', u'INDIRECT_-1205975887'), (u'CALL_-1205977622', u'INDIRECT_-1205976534'), (u'LOAD_-1205977609', u'CALL_-1205977588'), (u'MULTIEQUAL_-1205976391', u'COPY_-1205976451'), (u'PTRADD_-1205975672', u'LOAD_-1205977687'), (u'LOAD_-1205977667', u'CALL_-1205977570'), (u'CALL_-1205977602', u'INDIRECT_-1205976445'), (u'CALL_-1205977570', u'INDIRECT_-1205976081'), (u'CALL_-1205977588', u'INDIRECT_-1205976395'), (u'CALL_-1205977670', u'INDIRECT_-1205976348'), ('const-0', u'RETURN_-1205978257'), (u'CALL_-1205977548', u'INDIRECT_-1205976079'), ('const-1', u'CALL_-1205977591'), (u'MULTIEQUAL_-1205976807', u'COPY_-1205976867'), (u'CALL_-1205977574', u'INDIRECT_-1205976611'), ('tmp_153', u'CBRANCH_-1205978830'), ('const-417', u'LOAD_-1205978711'), (u'CALL_-1205977612', u'INDIRECT_-1205976231'), ('const-4', u'PTRADD_-1205975738'), (u'CALL_-1205977622', u'INDIRECT_-1205976374'), (u'CALL_-1205977553', u'INDIRECT_-1205976505'), ('const-0', u'INT_EQUAL_-1205978861'), ('const-417', u'LOAD_-1205977623'), (u'CALL_-1205977686', u'INDIRECT_-1205976212'), (u'CALL_-1205977622', u'INDIRECT_-1205976470'), ('const-417', u'LOAD_-1205977681'), (u'INDIRECT_-1205976980', u'MULTIEQUAL_-1205977102'), (u'CALL_-1205977574', u'INDIRECT_-1205976323'), (u'INDIRECT_-1205976331', u'MULTIEQUAL_-1205976711'), (u'CALL_-1205978668', u'INDIRECT_-1205976729'), (u'CALL_-1205978722', u'INDIRECT_-1205976730'), ('const-1', u'PTRADD_-1205975466'), (u'CALL_-1205978297', u'INDIRECT_-1205976833'), (u'CALL_-1205977570', u'INDIRECT_-1205975985'), (u'CALL_-1205977548', u'INDIRECT_-1205975823'), (u'CALL_-1205978614', u'INDIRECT_-1205976772'), (u'CALL_-1205978431', u'INDIRECT_-1205976470'), ('const-417', u'LOAD_-1205977633'), (u'CALL_-1205977688', u'INDIRECT_-1205976498'), (u'CALL_-1205976989', u'INDIRECT_-1205975912'), ('const-3', u'PTRADD_-1205975743'), (u'INDIRECT_-1205976751', u'MULTIEQUAL_-1205976718'), (u'LOAD_-1205977631', u'CALL_-1205977570'), ('const-3', u'PTRADD_-1205975377'), (u'LOAD_-1205977649', u'CALL_-1205977588'), (u'CALL_-1205977553', u'INDIRECT_-1205976313'), (u'CAST_-1205976101', u'CALL_-1205978603'), (u'LOAD_-1205978318', u'CALL_-1205978297'), (u'INDIRECT_-1205976519', u'MULTIEQUAL_-1205976743'), ('const-0', u'CALL_-1205978722'), ('tmp_637', u'BRANCH_-1205977752'), (u'CALL_-1205977553', u'INDIRECT_-1205976665'), (u'INDIRECT_-1205976564', u'MULTIEQUAL_-1205976686'), (u'CALL_-1205977684', u'INDIRECT_-1205976530'), (u'INDIRECT_-1205976259', u'COPY_-1205976313'), (u'CALL_-1205977602', u'INDIRECT_-1205976381'), ('const-80672', u'INT_ADD_-1205977700'), (u'INDIRECT_-1205976603', u'INT_ADD_-1205977682'), ('const-4', u'PTRADD_-1205975405'), (u'CALL_-1205977686', u'INDIRECT_-1205976488'), (u'LOAD_-1205977679', u'CALL_-1205977570'), (u'CALL_-1205977591', u'INDIRECT_-1205976677'), (u'CALL_-1205977588', u'INDIRECT_-1205976203'), (u'CALL_-1205978776', u'INDIRECT_-1205976815'), (u'CALL_-1205977591', u'INDIRECT_-1205976549'), (u'LOAD_-1205977609', u'CALL_-1205977548'), (u'CALL_-1205978351', u'INDIRECT_-1205976980'), (u'INDIRECT_-1205976313', u'COPY_-1205976368'), (u'INDIRECT_-1205976635', u'INT_ADD_-1205977692'), ('const-4', u'PTRADD_-1205975503'), (u'CALL_-1205978351', u'INDIRECT_-1205976532'), (u'CALL_-1205978603', u'INDIRECT_-1205976955'), ('tmp_2712', u'CALL_-1205978668'), (u'CALL_-1205978297', u'INDIRECT_-1205976609'), (u'PTRADD_-1205975493', u'LOAD_-1205977667'), (u'MULTIEQUAL_-1205977070', u'INT_ADD_-1205978734'), (u'INDIRECT_-1205976061', u'MULTIEQUAL_-1205976359'), (u'CALL_-1205977684', u'INDIRECT_-1205976722'), (u'PTRADD_-1205975662', u'LOAD_-1205977675'), (u'INDIRECT_-1205976441', u'COPY_-1205976496'), (u'CALL_-1205977680', u'INDIRECT_-1205976246'), ('tmp_2713', u'CALL_-1205978776'), (u'CALL_-1205978431', u'INDIRECT_-1205976694'), (u'CALL_-1205977612', u'INDIRECT_-1205976295'), ('tmp_2716', u'PTRADD_-1205975976'), (u'INDIRECT_-1205976771', u'COPY_-1205976825'), ('tmp_2716', u'LOAD_-1205977633'), ('const-417', u'LOAD_-1205977673'), (u'PTRADD_-1205975667', u'LOAD_-1205977681'), ('tmp_2712', u'CALL_-1205978351'), (u'INDIRECT_-1205976327', u'MULTIEQUAL_-1205976551'), (u'MULTIEQUAL_-1205976615', u'COPY_-1205976675'), (u'CALL_-1205978431', u'INDIRECT_-1205976918'), (u'MULTIEQUAL_-1205976487', u'COPY_-1205976547'), (u'INDIRECT_-1205976795', u'INT_ADD_-1205977667'), (u'INDIRECT_-1205976581', u'COPY_-1205976634'), ('tmp_2716', u'PTRADD_-1205975564'), (u'CALL_-1205977680', u'INDIRECT_-1205976406'), (u'INDIRECT_-1205976171', u'MULTIEQUAL_-1205976551'), (u'INDIRECT_-1205976040', u'COPY_-1205976095'), ('const-4', u'PTRADD_-1205975592'), (u'CALL_-1205977588', u'INDIRECT_-1205976427'), ('const-2', u'PTRADD_-1205975985'), (u'CALL_-1205977686', u'INDIRECT_-1205976232'), (u'CALL_-1205978351', u'INDIRECT_-1205977012'), (u'CALL_-1205977655', u'INDIRECT_-1205976520'), (u'CALL_-1205977588', u'INDIRECT_-1205976011'), ('const-417', u'LOAD_-1205977673'), (u'CALL_-1205977602', u'INDIRECT_-1205976253'), (u'INDIRECT_-1205976139', u'MULTIEQUAL_-1205976519'), (u'CALL_-1205977686', u'INDIRECT_-1205976072'), (u'CALL_-1205978776', u'INDIRECT_-1205976751'), (u'INDIRECT_-1205976081', u'MULTIEQUAL_-1205976551'), (u'INDIRECT_-1205976381', u'MULTIEQUAL_-1205976679'), (u'CALL_-1205977591', u'INDIRECT_-1205976485'), (u'CALL_-1205978351', u'INDIRECT_-1205976628'), (u'MULTIEQUAL_-1205976519', u'COPY_-1205976579'), (u'CALL_-1205977574', u'INDIRECT_-1205976355'), ('const-0', u'RETURN_-1205977587'), ('const-4', u'PTRADD_-1205975484'), (u'CALL_-1205977686', u'INDIRECT_-1205976532'), (u'CALL_-1205977670', u'INDIRECT_-1205975900'), (u'CALL_-1205977686', u'INDIRECT_-1205976692'), (u'CALL_-1205978603', u'INDIRECT_-1205976987'), (u'CALL_-1205978614', u'INDIRECT_-1205976740'), (u'INDIRECT_-1205976687', u'MULTIEQUAL_-1205976654'), (u'INDIRECT_-1205976551', u'MULTIEQUAL_-1205976775'), (u'PTRADD_-1205975386', u'LOAD_-1205977645'), (u'INT_ADD_-1205978347', u'CALL_-1205978351'), ('const-417', u'LOAD_-1205977655'), (u'INDIRECT_-1205976241', u'MULTIEQUAL_-1205976711'), (u'CALL_-1205977684', u'INDIRECT_-1205976338'), (u'INDIRECT_-1205976815', u'MULTIEQUAL_-1205976782'), (u'INT_ADD_-1205978626', u'CALL_-1205978614'), (u'CALL_-1205978431', u'INDIRECT_-1205976854'), (u'INDIRECT_-1205976825', u'COPY_-1205976880'), (u'CALL_-1205977588', u'INDIRECT_-1205976363'), (u'CALL_-1205978668', u'INDIRECT_-1205977017'), ('tmp_2716', u'PTRADD_-1205975466'), (u'CALL_-1205978776', u'INDIRECT_-1205976655'), ('tmp_2716', u'PTRADD_-1205975733'), ('const-0', u'CALL_-1205978614'), (u'CALL_-1205978351', u'INDIRECT_-1205976596'), (u'INDIRECT_-1205976317', u'MULTIEQUAL_-1205976615'), (u'INDIRECT_-1205976583', u'MULTIEQUAL_-1205976807'), (u'PTRADD_-1205975743', u'LOAD_-1205977685'), ('const-0', u'CALL_-1205977670'), (u'INT_ADD_-1205977696', u'CALL_-1205977684'), (u'CALL_-1205977680', u'INDIRECT_-1205975958'), (u'INDIRECT_-1205976197', u'COPY_-1205976250'), (u'INDIRECT_-1205976916', u'MULTIEQUAL_-1205977038'), (u'CALL_-1205978351', u'INDIRECT_-1205976500'), (u'CALL_-1205977680', u'INDIRECT_-1205976342'), (u'INDIRECT_-1205977018', u'CALL_-1205978668'), ('const-4', u'PTRADD_-1205976031'), (u'CALL_-1205977602', u'INDIRECT_-1205976317'), (u'CALL_-1205978614', u'INDIRECT_-1205976708'), (u'CALL_-1205978668', u'INDIRECT_-1205976633'), (u'LOAD_-1205977569', u'CALL_-1205977548'), (u'INDIRECT_-1205976015', u'MULTIEQUAL_-1205976583'), (u'INDIRECT_-1205976827', u'INT_ADD_-1205977634'), (u'CALL_-1205978297', u'INDIRECT_-1205976801'), (u'INDIRECT_-1205976049', u'MULTIEQUAL_-1205976519'), ('tmp_2716', u'PTRADD_-1205975493'), (u'CALL_-1205977680', u'INDIRECT_-1205976118'), (u'CALL_-1205978776', u'INDIRECT_-1205977039'), (u'CALL_-1205978351', u'INDIRECT_-1205976660'), (u'INDIRECT_-1205976273', u'MULTIEQUAL_-1205976743'), (u'CALL_-1205977591', u'INDIRECT_-1205976517'), ('tmp_2716', u'PTRADD_-1205976026'), (u'CALL_-1205977686', u'INDIRECT_-1205976168'), (u'CALL_-1205978776', u'INDIRECT_-1205976911'), (u'CALL_-1205978722', u'INDIRECT_-1205976762'), ('tmp_2716', u'PTRADD_-1205976003'), ('tmp_2716', u'PTRADD_-1205975359'), ('const-4', u'PTRADD_-1205975662'), (u'CALL_-1205977655', u'INDIRECT_-1205976712'), (u'INT_ADD_-1205978840', u'INT_ADD_-1205978695'), (u'INDIRECT_-1205976017', u'MULTIEQUAL_-1205976487'), (u'CALL_-1205977670', u'INDIRECT_-1205976188'), (u'INDIRECT_-1205976391', u'MULTIEQUAL_-1205976615'), (u'CALL_-1205977655', u'INDIRECT_-1205976328'), (u'INDIRECT_-1205976451', u'COPY_-1205976505'), (u'INDIRECT_-1205976291', u'COPY_-1205976345'), (u'CALL_-1205977670', u'INDIRECT_-1205976380'), (u'CALL_-1205978776', u'INDIRECT_-1205977007')]
[('const-5', u'CALL_-1205977686'), ('const-5', u'CALL_-1205978614'), ('tmp_8352', u'PTRADD_-1205975592'), (u'CALL_-1205978776', u'INDIRECT_-1205977071'), (u'CALL_-1205978297', u'INDIRECT_-1205976673'), (u'INDIRECT_-1205976113', u'MULTIEQUAL_-1205976583'), (u'PTRADD_-1205975377', u'LOAD_-1205977633'), (u'CALL_-1205978668', u'INDIRECT_-1205976665'), (u'INDIRECT_-1205975979', u'MULTIEQUAL_-1205976359'), (u'CALL_-1205976989', u'INDIRECT_-1205975944'), (u'CALL_-1205977602', u'INDIRECT_-1205976477'), (u'CALL_-1205977684', u'INDIRECT_-1205976626'), ('const-4', u'PTRADD_-1205975573'), ('tmp_968', u'BRANCH_-1205978349'), (u'INDIRECT_-1205976579', u'COPY_-1205976633'), (u'CALL_-1205977686', u'INDIRECT_-1205976500'), (u'INDIRECT_-1205976615', u'MULTIEQUAL_-1205976839'), (u'CALL_-1205977684', u'INDIRECT_-1205976690'), ('tmp_4838', u'CALL_-1205978776'), (u'CALL_-1205977574', u'INDIRECT_-1205976643'), (u'CALL_-1205978614', u'INDIRECT_-1205977092'), ('const-5', u'CALL_-1205977670'), (u'CALL_-1205978614', u'CAST_-1205976110'), (u'CALL_-1205977688', u'INDIRECT_-1205976562'), (u'CALL_-1205977602', u'INDIRECT_-1205976413'), (u'CALL_-1205977612', u'INDIRECT_-1205976199'), (u'CALL_-1205977680', u'INDIRECT_-1205976022'), (u'CALL_-1205978297', u'INDIRECT_-1205976769'), ('const-4', u'PTRADD_-1205976012'), ('tmp_8352', u'PTRADD_-1205975738'), (u'CALL_-1205977591', u'INDIRECT_-1205976261'), ('const-4', u'PTRADD_-1205975400'), (u'INDIRECT_-1205976104', u'COPY_-1205976159'), (u'CALL_-1205977612', u'INDIRECT_-1205976583'), (u'INDIRECT_-1205975855', u'MULTIEQUAL_-1205976423'), (u'CALL_-1205978297', u'INDIRECT_-1205976481'), (u'CALL_-1205978776', u'INDIRECT_-1205976783'), (u'INDIRECT_-1205976517', u'COPY_-1205976570'), (u'CALL_-1205977602', u'INDIRECT_-1205976157'), (u'LOAD_-1205978430', u'CALL_-1205978297'), (u'CALL_-1205978722', u'CALL_-1205978668'), (u'CALL_-1205977686', u'INDIRECT_-1205976392'), (u'LOAD_-1205977643', u'CALL_-1205977591'), (u'CALL_-1205977612', u'INDIRECT_-1205976391'), (u'CALL_-1205978614', u'INDIRECT_-1205976900'), (u'CALL_-1205977548', u'INDIRECT_-1205975791'), (u'CALL_-1205977686', u'INDIRECT_-1205976040'), (u'MULTIEQUAL_-1205976839', u'COPY_-1205976899'), (u'CALL_-1205977574', u'INDIRECT_-1205976771'), ('const-4', u'PTRADD_-1205975395'), (u'CALL_-1205977622', u'INDIRECT_-1205976822'), (u'CALL_-1205977686', u'INDIRECT_-1205976424'), (u'CALL_-1205978297', u'INDIRECT_-1205976641'), (u'INDIRECT_-1205976609', u'MULTIEQUAL_-1205976583'), ('const-6', u'PTRADD_-1205975503'), ('const-4', u'PTRADD_-1205975386'), (u'INDIRECT_-1205976500', u'MULTIEQUAL_-1205976622'), (u'CALL_-1205977655', u'INDIRECT_-1205976744'), ('const-417', u'LOAD_-1205977673'), (u'CALL_-1205977570', u'INDIRECT_-1205976401'), (u'LOAD_-1205977681', u'CALL_-1205977602'), (u'INT_ADD_-1205977700', u'CALL_-1205977688'), (u'CALL_-1205977684', u'CALL_-1205977591'), ('const-417', u'LOAD_-1205977631'), (u'INDIRECT_-1205976641', u'MULTIEQUAL_-1205976615'), (u'INDIRECT_-1205976389', u'COPY_-1205976442'), ('const-4', u'PTRADD_-1205975503'), (u'INT_ADD_-1205977744', u'MULTIEQUAL_-1205977499'), ('tmp_8352', u'PTRADD_-1205975994'), (u'INDIRECT_-1205976349', u'MULTIEQUAL_-1205976647'), (u'CALL_-1205977612', u'INDIRECT_-1205976551'), ('const-80144', u'INT_ADD_-1205978788'), (u'CALL_-1205977612', u'INDIRECT_-1205976167'), ('const-4', u'PTRADD_-1205976003'), ('const-0', u'INT_EQUAL_-1205978861'), (u'CALL_-1205977553', u'INDIRECT_-1205976761'), (u'INDIRECT_-1205976719', u'MULTIEQUAL_-1205976686'), ('const-417', u'LOAD_-1205978430'), ('const-4', u'PTRADD_-1205975662'), (u'CALL_-1205978722', u'INDIRECT_-1205976922'), (u'PTRADD_-1205975653', u'LOAD_-1205977663'), (u'INDIRECT_-1205976761', u'COPY_-1205976816'), (u'INDIRECT_-1205976756', u'MULTIEQUAL_-1205976878'), (u'LOAD_-1205977645', u'CALL_-1205977548'), (u'CALL_-1205976989', u'INDIRECT_-1205975848'), ('const-1', u'CALL_-1205978668'), ('tmp_8352', u'PTRADD_-1205975573'), (u'INDIRECT_-1205976739', u'COPY_-1205976793'), (u'CALL_-1205977602', u'INDIRECT_-1205976221'), (u'INDIRECT_-1205976239', u'MULTIEQUAL_-1205976807'), ('tmp_1857', u'BRANCH_-1205977600'), (u'CALL_-1205977655', u'INDIRECT_-1205976456'), (u'CALL_-1205977548', u'INDIRECT_-1205975919'), ('const-417', u'LOAD_-1205977685'), (u'CALL_-1205977570', u'INDIRECT_-1205976305'), (u'CALL_-1205977548', u'INDIRECT_-1205976143'), (u'CALL_-1205977588', u'INDIRECT_-1205976491'), ('const-5', u'CALL_-1205978431'), (u'INDIRECT_-1205976665', u'COPY_-1205976720'), (u'CALL_-1205978297', u'INDIRECT_-1205976897'), (u'INDIRECT_-1205975887', u'MULTIEQUAL_-1205976455'), (u'INDIRECT_-1205976271', u'MULTIEQUAL_-1205976839'), (u'CALL_-1205977655', u'INDIRECT_-1205976392'), ('tmp_8352', u'PTRADD_-1205975672'), ('const-0', u'CALL_-1205977688'), (u'CALL_-1205976989', u'INDIRECT_-1205975752'), (u'CALL_-1205978351', u'INDIRECT_-1205976820'), (u'CALL_-1205977574', u'INDIRECT_-1205976387'), (u'CALL_-1205977570', u'INDIRECT_-1205976209'), (u'INDIRECT_-1205976515', u'COPY_-1205976569'), (u'CALL_-1205977655', u'INDIRECT_-1205976424'), ('const-417', u'LOAD_-1205977609'), (u'CALL_-1205978614', u'INDIRECT_-1205976676'), (u'PTRADD_-1205975738', u'LOAD_-1205977679'), ('const-417', u'LOAD_-1205977679'), ('const-3', u'PTRADD_-1205975377'), (u'CALL_-1205976989', u'INDIRECT_-1205976232'), (u'CALL_-1205978351', u'INDIRECT_-1205976788'), (u'INDIRECT_-1205975880', u'COPY_-1205975935'), (u'PTRADD_-1205975985', u'LOAD_-1205978370'), (u'PTRADD_-1205975592', u'LOAD_-1205977685'), (u'INDIRECT_-1205975919', u'MULTIEQUAL_-1205976487'), (u'INDIRECT_-1205976145', u'MULTIEQUAL_-1205976615'), ('const-1', u'CALL_-1205978351'), (u'INDIRECT_-1205976573', u'MULTIEQUAL_-1205976871'), (u'CALL_-1205977588', u'INDIRECT_-1205976107'), (u'LOAD_-1205977633', u'CALL_-1205977612'), (u'INT_ADD_-1205978734', u'CALL_-1205978722'), (u'CALL_-1205977655', u'INDIRECT_-1205976680'), (u'CALL_-1205977588', u'INDIRECT_-1205975979'), ('tmp_8352', u'PTRADD_-1205975985'), (u'CALL_-1205977612', u'INDIRECT_-1205976359'), (u'CALL_-1205977688', u'INDIRECT_-1205976466'), (u'INDIRECT_-1205976417', u'MULTIEQUAL_-1205976391'), (u'INDIRECT_-1205976453', u'COPY_-1205976506'), (u'CALL_-1205977553', u'INDIRECT_-1205976377'), ('const-417', u'LOAD_-1205977626'), ('const-4', u'PTRADD_-1205975484'), ('const-4', u'PTRADD_-1205976026'), (u'CALL_-1205977548', u'INDIRECT_-1205976303'), ('tmp_8355', u'INT_ADD_-1205978788'), (u'CALL_-1205977688', u'INDIRECT_-1205976178'), (u'PTRADD_-1205975564', u'LOAD_-1205977649'), (u'LOAD_-1205978370', u'CALL_-1205978297'), (u'INDIRECT_-1205976537', u'COPY_-1205976592'), ('tmp_8352', u'PTRADD_-1205975653'), ('const-80748', u'INT_ADD_-1205977698'), (u'PTRADD_-1205975400', u'LOAD_-1205977663'), ('const-80540', u'INT_ADD_-1205977696'), ('tmp_8352', u'PTRADD_-1205976031'), (u'CALL_-1205978722', u'INDIRECT_-1205976698'), (u'INDIRECT_-1205977071', u'MULTIEQUAL_-1205977038'), ('const-1', u'CALL_-1205977612'), ('const-4', u'PTRADD_-1205975743'), (u'CALL_-1205977688', u'INDIRECT_-1205976114'), (u'CALL_-1205976989', u'INDIRECT_-1205975976'), (u'CALL_-1205978603', u'INDIRECT_-1205976635'), (u'CALL_-1205977548', u'INDIRECT_-1205976111'), (u'CALL_-1205977688', u'INDIRECT_-1205976338'), (u'CALL_-1205978603', u'INDIRECT_-1205976731'), ('const-2', u'PTRADD_-1205975738'), (u'INDIRECT_-1205977050', u'INT_ADD_-1205978695'), (u'CALL_-1205977688', u'INDIRECT_-1205976242'), ('const-6', u'PTRADD_-1205976021'), (u'INDIRECT_-1205976419', u'COPY_-1205976473'), (u'PTRADD_-1205975498', u'LOAD_-1205977673'), ('const-417', u'LOAD_-1205977633'), (u'CALL_-1205977684', u'INDIRECT_-1205976370'), (u'INDIRECT_-1205976413', u'MULTIEQUAL_-1205976711'), ('const-3', u'PTRADD_-1205975667'), ('const-417', u'LOAD_-1205977679'), (u'CALL_-1205977591', u'INDIRECT_-1205976613'), (u'CALL_-1205978603', u'INDIRECT_-1205976571'), (u'PTRADD_-1205975587', u'LOAD_-1205977679'), (u'CALL_-1205977548', u'INDIRECT_-1205975951'), (u'INDIRECT_-1205975921', u'MULTIEQUAL_-1205976391'), (u'INDIRECT_-1205976135', u'MULTIEQUAL_-1205976359'), ('const-3', u'PTRADD_-1205975743'), (u'INDIRECT_-1205976647', u'MULTIEQUAL_-1205976871'), ('const-4', u'PTRADD_-1205975985'), (u'INDIRECT_-1205976852', u'MULTIEQUAL_-1205976974'), (u'INDIRECT_-1205976943', u'MULTIEQUAL_-1205976910'), (u'CALL_-1205978297', u'INDIRECT_-1205976513'), (u'MULTIEQUAL_-1205976359', u'COPY_-1205976419'), (u'CALL_-1205978776', u'INDIRECT_-1205977103'), (u'CALL_-1205978297', u'INDIRECT_-1205976417'), ('const-1', u'CALL_-1205977591'), (u'CALL_-1205978668', u'INDIRECT_-1205977113'), ('const-417', u'LOAD_-1205977657'), (u'MULTIEQUAL_-1205976871', u'COPY_-1205976931'), (u'INDIRECT_-1205976577', u'MULTIEQUAL_-1205976551'), ('const-417', u'LOAD_-1205977663'), (u'INDIRECT_-1205975823', u'MULTIEQUAL_-1205976391'), (u'CALL_-1205977684', u'INDIRECT_-1205976594'), (u'CALL_-1205978603', u'INDIRECT_-1205976667'), (u'INDIRECT_-1205976387', u'COPY_-1205976441'), (u'LOAD_-1205978711', u'CALL_-1205978668'), (u'CALL_-1205977553', u'INDIRECT_-1205976633'), (u'CALL_-1205978722', u'INDIRECT_-1205977082'), (u'CALL_-1205977612', u'INDIRECT_-1205976647'), ('const-417', u'LOAD_-1205978418'), (u'CALL_-1205978668', u'INDIRECT_-1205976793'), (u'MULTIEQUAL_-1205977499', u'CALL_-1205978431'), ('const-7', u'PTRADD_-1205975405'), ('const-0', u'CALL_-1205977684'), (u'CALL_-1205977553', u'INDIRECT_-1205976601'), (u'MULTIEQUAL_-1205976455', u'COPY_-1205976515'), (u'CALL_-1205978431', u'INDIRECT_-1205976566'), ('tmp_8352', u'PTRADD_-1205975395'), (u'INDIRECT_-1205976221', u'MULTIEQUAL_-1205976519'), ('const-5', u'CALL_-1205977622'), ('const-417', u'LOAD_-1205977663'), (u'CALL_-1205978351', u'INDIRECT_-1205976948'), (u'CALL_-1205977591', u'INDIRECT_-1205976581'), (u'CALL_-1205977574', u'INDIRECT_-1205976259'), (u'CALL_-1205977686', u'INDIRECT_-1205976180'), (u'INDIRECT_-1205976264', u'COPY_-1205976319'), (u'CALL_-1205977686', u'INDIRECT_-1205976564'), (u'INDIRECT_-1205976545', u'MULTIEQUAL_-1205976519'), (u'CALL_-1205978351', u'INDIRECT_-1205976916'), (u'LOAD_-1205978418', u'CALL_-1205978297'), ('tmp_4836', u'CALL_-1205977588'), (u'CALL_-1205978297', u'INDIRECT_-1205976385'), (u'CALL_-1205977570', u'INDIRECT_-1205975889'), (u'INDIRECT_-1205975791', u'MULTIEQUAL_-1205976359'), (u'INDIRECT_-1205975983', u'MULTIEQUAL_-1205976551'), (u'CALL_-1205978776', u'INDIRECT_-1205976975'), (u'CALL_-1205977686', u'INDIRECT_-1205976244'), (u'INDIRECT_-1205976263', u'MULTIEQUAL_-1205976487'), (u'CALL_-1205977686', u'INDIRECT_-1205976136'), ('tmp_8354', u'INT_ADD_-1205978347'), (u'INDIRECT_-1205976611', u'COPY_-1205976665'), ('const-80324', u'INT_ADD_-1205978303'), (u'CALL_-1205977684', u'INDIRECT_-1205976434'), (u'CALL_-1205977686', u'INDIRECT_-1205976520'), (u'INDIRECT_-1205976125', u'MULTIEQUAL_-1205976423'), (u'CALL_-1205976989', u'INDIRECT_-1205976264'), (u'CALL_-1205977686', u'INDIRECT_-1205976660'), (u'INDIRECT_-1205976769', u'MULTIEQUAL_-1205976743'), ('tmp_4836', u'CALL_-1205978297'), (u'CALL_-1205977602', u'INDIRECT_-1205976349'), (u'CALL_-1205977670', u'INDIRECT_-1205976252'), (u'LOAD_-1205977687', u'CALL_-1205977602'), (u'CALL_-1205977655', u'INDIRECT_-1205976552'), (u'CALL_-1205976989', u'INDIRECT_-1205976008'), (u'CALL_-1205977574', u'INDIRECT_-1205976739'), (u'CALL_-1205977570', u'INDIRECT_-1205976049'), (u'CALL_-1205977686', u'CALL_-1205977588'), ('const-80304', u'INT_ADD_-1205978347'), (u'CALL_-1205977670', u'INDIRECT_-1205975932'), (u'INDIRECT_-1205976660', u'MULTIEQUAL_-1205976782'), (u'CALL_-1205978722', u'INDIRECT_-1205977114'), (u'CALL_-1205978668', u'INDIRECT_-1205976889'), (u'CALL_-1205977686', u'INDIRECT_-1205976340'), (u'CALL_-1205978614', u'INDIRECT_-1205976964'), (u'CALL_-1205977686', u'INDIRECT_-1205976296'), ('const-417', u'LOAD_-1205978711'), ('const-80924', u'INT_ADD_-1205977682'), (u'CALL_-1205978431', u'INDIRECT_-1205976662'), (u'INDIRECT_-1205976079', u'MULTIEQUAL_-1205976647'), (u'CAST_-1205976151', u'LOAD_-1205978711'), (u'LOAD_-1205977673', u'CALL_-1205977612'), (u'CALL_-1205978603', u'INDIRECT_-1205976699'), ('tmp_4835', u'INT_EQUAL_-1205978861'), (u'CALL_-1205977570', u'INDIRECT_-1205975921'), (u'INDIRECT_-1205976801', u'MULTIEQUAL_-1205976775'), (u'INDIRECT_-1205976423', u'MULTIEQUAL_-1205976647'), (u'INT_ADD_-1205978303', u'MULTIEQUAL_-1205977499'), (u'CALL_-1205978297', u'INDIRECT_-1205976705'), ('tmp_8352', u'PTRADD_-1205975582'), ('tmp_8352', u'PTRADD_-1205975503'), (u'CALL_-1205977686', u'INDIRECT_-1205976104'), (u'CALL_-1205977588', u'INDIRECT_-1205976139'), ('const-1', u'RETURN_-1205976984'), (u'INDIRECT_-1205976136', u'COPY_-1205976191'), ('const-0', u'CALL_-1205977680'), (u'INDIRECT_-1205976401', u'MULTIEQUAL_-1205976871'), ('const-4', u'PTRADD_-1205975359'), (u'INT_ADD_-1205977682', u'CALL_-1205977670'), (u'INDIRECT_-1205976911', u'MULTIEQUAL_-1205976878'), ('tmp_8352', u'LOAD_-1205977609'), (u'INDIRECT_-1205975944', u'COPY_-1205975999'), (u'CALL_-1205978722', u'INDIRECT_-1205977050'), (u'CALL_-1205977688', u'INDIRECT_-1205976626'), (u'INDIRECT_-1205976200', u'COPY_-1205976255'), (u'CALL_-1205977602', u'INDIRECT_-1205976285'), (u'INDIRECT_-1205976305', u'MULTIEQUAL_-1205976775'), (u'CALL_-1205977680', u'INDIRECT_-1205976374'), ('tmp_8352', u'PTRADD_-1205976003'), (u'CALL_-1205978431', u'CALL_-1205978297'), ('const-1', u'CALL_-1205977570'), (u'CALL_-1205976989', u'INDIRECT_-1205976136'), (u'CALL_-1205978722', u'INDIRECT_-1205976986'), (u'CALL_-1205978431', u'INDIRECT_-1205976886'), (u'LOAD_-1205978424', u'CALL_-1205978297'), (u'CALL_-1205978668', u'INDIRECT_-1205976921'), (u'CALL_-1205978431', u'INDIRECT_-1205976630'), (u'LOAD_-1205977673', u'CALL_-1205977588'), (u'INDIRECT_-1205976783', u'MULTIEQUAL_-1205976750'), (u'CALL_-1205978668', u'INDIRECT_-1205976697'), (u'LOAD_-1205977643', u'CALL_-1205977570'), (u'CALL_-1205977670', u'INDIRECT_-1205975996'), (u'CALL_-1205977548', u'INDIRECT_-1205976239'), (u'CALL_-1205978351', u'INDIRECT_-1205976724'), ('const-1', u'PTRADD_-1205975564'), (u'CALL_-1205977570', u'INDIRECT_-1205976241'), (u'LOAD_-1205977626', u'CALL_-1205977574'), (u'CALL_-1205977684', u'INDIRECT_-1205976562'), (u'CALL_-1205977553', u'INDIRECT_-1205976409'), ('const-2', u'PTRADD_-1205975985'), (u'INDIRECT_-1205976491', u'MULTIEQUAL_-1205976871'), (u'LOAD_-1205977591', u'CALL_-1205977570'), (u'INDIRECT_-1205976677', u'COPY_-1205976730'), (u'INDIRECT_-1205976167', u'MULTIEQUAL_-1205976391'), (u'INT_ADD_-1205977667', u'CALL_-1205977655'), ('tmp_4836', u'CALL_-1205977574'), (u'CALL_-1205977688', u'INDIRECT_-1205976402'), (u'LOAD_-1205977623', u'CALL_-1205977602'), ('const-417', u'LOAD_-1205978370'), (u'CALL_-1205978297', u'INDIRECT_-1205976577'), (u'MULTIEQUAL_-1205976647', u'COPY_-1205976707'), (u'INDIRECT_-1205976707', u'COPY_-1205976761'), ('const-1', u'PTRADD_-1205975359'), (u'CALL_-1205977602', u'INDIRECT_-1205976125'), (u'CALL_-1205977574', u'INDIRECT_-1205976483'), (u'CALL_-1205977686', u'INDIRECT_-1205976360'), (u'CALL_-1205977684', u'INDIRECT_-1205976274'), (u'INDIRECT_-1205976532', u'MULTIEQUAL_-1205976654'), (u'CALL_-1205976989', u'INDIRECT_-1205976168'), (u'INDIRECT_-1205975985', u'MULTIEQUAL_-1205976455'), (u'CALL_-1205977612', u'INDIRECT_-1205976135'), (u'INDIRECT_-1205976231', u'MULTIEQUAL_-1205976455'), (u'CALL_-1205977588', u'INDIRECT_-1205976235'), (u'INDIRECT_-1205976455', u'MULTIEQUAL_-1205976679'), (u'CALL_-1205978776', u'INDIRECT_-1205976687'), (u'INT_ADD_-1205977692', u'CALL_-1205977680'), (u'CALL_-1205977612', u'INDIRECT_-1205976423'), (u'LOAD_-1205977657', u'CALL_-1205977548'), (u'CALL_-1205977553', u'INDIRECT_-1205976473'), ('tmp_8352', u'LOAD_-1205977591'), ('const-4', u'PTRADD_-1205975368'), ('const-8', u'PTRADD_-1205976031'), (u'CALL_-1205977670', u'INDIRECT_-1205975868'), (u'INT_ADD_-1205978788', u'CALL_-1205978776'), ('tmp_8352', u'PTRADD_-1205976026'), (u'CALL_-1205978603', u'INDIRECT_-1205977051'), (u'INDIRECT_-1205976645', u'COPY_-1205976698'), ('const-5', u'PTRADD_-1205975498'), (u'CALL_-1205978722', u'INDIRECT_-1205976634'), (u'INDIRECT_-1205976699', u'INT_ADD_-1205977700'), ('tmp_8352', u'LOAD_-1205977643'), (u'PTRADD_-1205975405', u'LOAD_-1205977669'), ('const-417', u'LOAD_-1205977673'), ('const-80164', u'INT_ADD_-1205978734'), (u'CALL_-1205978722', u'INDIRECT_-1205977018'), ('const-0', u'CALL_-1205978722'), ('tmp_8352', u'PTRADD_-1205975493'), ('const-417', u'LOAD_-1205978394'), (u'CALL_-1205977680', u'INDIRECT_-1205976278'), (u'INDIRECT_-1205976859', u'INT_ADD_-1205978303'), (u'CALL_-1205977655', u'INDIRECT_-1205976584'), (u'CALL_-1205977680', u'INDIRECT_-1205976470'), (u'CALL_-1205978603', u'INDIRECT_-1205976891'), (u'INDIRECT_-1205976509', u'MULTIEQUAL_-1205976807'), (u'INDIRECT_-1205975951', u'MULTIEQUAL_-1205976519'), (u'CALL_-1205977602', u'INDIRECT_-1205976189'), (u'CALL_-1205978614', u'INDIRECT_-1205976580'), ('const-1', u'CALL_-1205977553'), (u'CALL_-1205978431', u'INDIRECT_-1205976982'), (u'CALL_-1205978431', u'INDIRECT_-1205976598'), (u'CALL_-1205977591', u'INDIRECT_-1205976389'), (u'CALL_-1205977548', u'INDIRECT_-1205976175'), (u'CALL_-1205977655', u'INDIRECT_-1205976648'), (u'CALL_-1205977574', u'INDIRECT_-1205976707'), ('tmp_8352', u'PTRADD_-1205975498'), (u'LOAD_-1205977679', u'CALL_-1205977612'), (u'MULTIEQUAL_-1205976711', u'COPY_-1205976771'), (u'PTRADD_-1205975466', u'LOAD_-1205977631'), (u'CALL_-1205977588', u'INDIRECT_-1205976075'), (u'CALL_-1205976989', u'INDIRECT_-1205975784'), (u'CALL_-1205978603', u'INDIRECT_-1205976859'), ('const-417', u'LOAD_-1205977623'), (u'CALL_-1205978722', u'INDIRECT_-1205976666'), ('tmp_4836', u'CALL_-1205978776'), (u'INDIRECT_-1205975953', u'MULTIEQUAL_-1205976423'), ('const-4', u'PTRADD_-1205976031'), (u'INDIRECT_-1205976449', u'MULTIEQUAL_-1205976423'), (u'INDIRECT_-1205976692', u'MULTIEQUAL_-1205976814'), (u'CALL_-1205977548', u'INDIRECT_-1205976047'), (u'CALL_-1205977670', u'INDIRECT_-1205976316'), (u'CALL_-1205978431', u'INDIRECT_-1205976758'), (u'CALL_-1205977688', u'INDIRECT_-1205976306'), ('tmp_4836', u'CALL_-1205978603'), ('const-3', u'PTRADD_-1205975582'), (u'INDIRECT_-1205976409', u'COPY_-1205976464'), (u'INDIRECT_-1205976445', u'MULTIEQUAL_-1205976743'), ('const-3', u'PTRADD_-1205975994'), (u'CALL_-1205977612', u'INDIRECT_-1205976487'), (u'PTRADD_-1205975573', u'LOAD_-1205977661'), ('const-5', u'CALL_-1205977680'), (u'PTRADD_-1205976031', u'LOAD_-1205978430'), (u'CALL_-1205977591', u'INDIRECT_-1205976293'), (u'CALL_-1205977688', u'INDIRECT_-1205976530'), (u'INDIRECT_-1205977103', u'MULTIEQUAL_-1205977070'), ('const-417', u'LOAD_-1205978406'), (u'INDIRECT_-1205976093', u'MULTIEQUAL_-1205976391'), (u'CALL_-1205977686', u'INDIRECT_-1205976404'), (u'CALL_-1205978297', u'INDIRECT_-1205976449'), (u'CALL_-1205978297', u'INDIRECT_-1205976545'), ('tmp_4838', u'CALL_-1205978351'), (u'CALL_-1205977688', u'INDIRECT_-1205976594'), ('const-417', u'LOAD_-1205977675'), (u'INDIRECT_-1205976072', u'COPY_-1205976127'), ('const-5', u'CALL_-1205978722'), (u'INDIRECT_-1205976421', u'COPY_-1205976474'), ('const-2', u'PTRADD_-1205975475'), (u'CALL_-1205976989', u'INDIRECT_-1205975816'), ('const-5', u'CALL_-1205977655'), (u'INDIRECT_-1205976047', u'MULTIEQUAL_-1205976615'), (u'INDIRECT_-1205976569', u'COPY_-1205976624'), (u'INDIRECT_-1205976043', u'MULTIEQUAL_-1205976423'), ('tmp_8353', u'BRANCHIND_-1205978560'), (u'CALL_-1205977622', u'INDIRECT_-1205976758'), (u'INDIRECT_-1205976547', u'COPY_-1205976601'), (u'CALL_-1205977588', u'INDIRECT_-1205976299'), ('tmp_8352', u'PTRADD_-1205975405'), (u'INDIRECT_-1205975976', u'COPY_-1205976031'), (u'PTRADD_-1205976026', u'LOAD_-1205978424'), (u'CALL_-1205977591', u'INDIRECT_-1205976421'), (u'CALL_-1205977680', u'INDIRECT_-1205975990'), (u'LOAD_-1205977633', u'CALL_-1205977548'), ('const-0', u'RETURN_-1205977549'), ('tmp_8351', u'INT_ADD_-1205978840'), (u'CALL_-1205977602', u'INDIRECT_-1205976573'), ('tmp_8352', u'PTRADD_-1205975475'), (u'CALL_-1205977688', u'INDIRECT_-1205976210'), (u'LOAD_-1205977663', u'CALL_-1205977548'), ('const-4', u'PTRADD_-1205975672'), ('tmp_8352', u'PTRADD_-1205975386'), (u'INDIRECT_-1205976157', u'MULTIEQUAL_-1205976455'), ('const-1', u'PTRADD_-1205975733'), ('tmp_1251', u'BRANCH_-1205977546'), ('tmp_8352', u'PTRADD_-1205975667'), (u'CALL_-1205976989', u'INDIRECT_-1205976040'), (u'INDIRECT_-1205976325', u'COPY_-1205976378'), ('const-417', u'LOAD_-1205978382'), (u'INDIRECT_-1205976793', u'COPY_-1205976848'), (u'CALL_-1205977680', u'INDIRECT_-1205976054'), (u'INT_ADD_-1205977698', u'CALL_-1205977686'), (u'INT_ADD_-1205977698', u'CALL_-1205977686'), ('tmp_8352', u'LOAD_-1205977605'), (u'CALL_-1205977670', u'INDIRECT_-1205976156'), (u'CALL_-1205978614', u'INDIRECT_-1205977028'), (u'CALL_-1205977570', u'INDIRECT_-1205976017'), (u'CALL_-1205978297', u'INDIRECT_-1205976865'), ('const-4', u'PTRADD_-1205975653'), (u'LOAD_-1205977675', u'CALL_-1205977602'), (u'INDIRECT_-1205976763', u'INT_ADD_-1205977696'), (u'CALL_-1205977688', u'INDIRECT_-1205976370'), (u'CALL_-1205977553', u'INDIRECT_-1205976537'), (u'LOAD_-1205977669', u'CALL_-1205977548'), (u'CALL_-1205977574', u'INDIRECT_-1205976451'), (u'CALL_-1205977622', u'INDIRECT_-1205976566'), (u'CALL_-1205976989', u'INDIRECT_-1205976072'), (u'INDIRECT_-1205976209', u'MULTIEQUAL_-1205976679'), (u'INDIRECT_-1205976337', u'MULTIEQUAL_-1205976807'), (u'CALL_-1205977655', u'INDIRECT_-1205976616'), ('const-4', u'PTRADD_-1205975466'), ('const-417', u'LOAD_-1205977591'), (u'CALL_-1205978431', u'INDIRECT_-1205976534'), (u'CALL_-1205977602', u'INDIRECT_-1205976541'), ('const-4', u'PTRADD_-1205975493'), (u'INDIRECT_-1205976633', u'COPY_-1205976688'), (u'INDIRECT_-1205976705', u'MULTIEQUAL_-1205976679'), (u'INDIRECT_-1205976833', u'MULTIEQUAL_-1205976807'), ('const-5', u'PTRADD_-1205975592'), (u'LOAD_-1205977679', u'CALL_-1205977588'), (u'CALL_-1205977553', u'INDIRECT_-1205976793'), (u'INDIRECT_-1205976143', u'MULTIEQUAL_-1205976711'), (u'CALL_-1205977622', u'INDIRECT_-1205976406'), (u'CALL_-1205978603', u'INDIRECT_-1205977083'), (u'CALL_-1205978722', u'INDIRECT_-1205976858'), (u'CALL_-1205977680', u'INDIRECT_-1205976150'), (u'INDIRECT_-1205976884', u'MULTIEQUAL_-1205977006'), (u'INDIRECT_-1205976427', u'MULTIEQUAL_-1205976807'), ('tmp_8352', u'PTRADD_-1205975733'), ('tmp_1667', u'BRANCH_-1205977586'), (u'INDIRECT_-1205976299', u'MULTIEQUAL_-1205976679'), (u'CALL_-1205977588', u'INDIRECT_-1205976267'), ('tmp_8352', u'PTRADD_-1205976012'), (u'INDIRECT_-1205977135', u'MULTIEQUAL_-1205977102'), (u'INDIRECT_-1205976303', u'MULTIEQUAL_-1205976871'), (u'LOAD_-1205978358', u'CALL_-1205978297'), (u'CALL_-1205978668', u'INDIRECT_-1205976857'), ('const-417', u'LOAD_-1205978318'), (u'CALL_-1205977686', u'CALL_-1205977612'), (u'INDIRECT_-1205976459', u'MULTIEQUAL_-1205976839'), (u'CALL_-1205977612', u'INDIRECT_-1205976327'), (u'CALL_-1205977680', u'CALL_-1205977570'), (u'INDIRECT_-1205975752', u'COPY_-1205975807'), (u'INDIRECT_-1205976731', u'INT_ADD_-1205977698'), (u'PTRADD_-1205975976', u'LOAD_-1205978358'), (u'INDIRECT_-1205976897', u'MULTIEQUAL_-1205976871'), ('const-0', u'RETURN_-1205977570'), ('const-81024', u'INT_ADD_-1205977744'), ('tmp_8352', u'LOAD_-1205977623'), ('tmp_8352', u'PTRADD_-1205975743'), (u'INDIRECT_-1205976385', u'MULTIEQUAL_-1205976359'), ('const-4', u'PTRADD_-1205975386'), (u'INDIRECT_-1205975912', u'COPY_-1205975967'), (u'INDIRECT_-1205976345', u'COPY_-1205976400'), (u'CALL_-1205978776', u'INDIRECT_-1205977135'), (u'INDIRECT_-1205976323', u'COPY_-1205976377'), (u'CALL_-1205977588', u'INDIRECT_-1205976171'), (u'CALL_-1205977612', u'INDIRECT_-1205976263'), ('const-80672', u'INT_ADD_-1205977700'), ('const-4', u'PTRADD_-1205976003'), (u'CALL_-1205978431', u'INDIRECT_-1205976726'), (u'PTRADD_-1205975475', u'LOAD_-1205977643'), (u'INDIRECT_-1205976111', u'MULTIEQUAL_-1205976679'), (u'CALL_-1205977553', u'INDIRECT_-1205976441'), (u'INDIRECT_-1205976232', u'COPY_-1205976287'), (u'INDIRECT_-1205976477', u'MULTIEQUAL_-1205976775'), (u'INDIRECT_-1205976357', u'COPY_-1205976410'), (u'CALL_-1205978668', u'INDIRECT_-1205976953'), (u'INDIRECT_-1205976229', u'COPY_-1205976282'), (u'PTRADD_-1205975582', u'LOAD_-1205977673'), (u'CALL_-1205976989', u'INDIRECT_-1205976200'), (u'CALL_-1205977570', u'INDIRECT_-1205976369'), (u'CALL_-1205977670', u'INDIRECT_-1205976124'), (u'CALL_-1205977684', u'INDIRECT_-1205976402'), (u'CALL_-1205977680', u'INDIRECT_-1205976086'), ('tmp_2035', u'BRANCH_-1205977610'), (u'INDIRECT_-1205976199', u'MULTIEQUAL_-1205976423'), (u'LOAD_-1205977685', u'CALL_-1205977588'), (u'INDIRECT_-1205976355', u'COPY_-1205976409'), ('tmp_1465', u'BRANCH_-1205977568'), (u'CALL_-1205978351', u'INDIRECT_-1205976564'), (u'CALL_-1205977688', u'INDIRECT_-1205976146'), (u'CALL_-1205977655', u'CALL_-1205977574'), (u'INDIRECT_-1205976189', u'MULTIEQUAL_-1205976487'), (u'LOAD_-1205977685', u'CALL_-1205977612'), (u'CALL_-1205978776', u'INDIRECT_-1205977167'), (u'INDIRECT_-1205976285', u'MULTIEQUAL_-1205976583'), (u'CALL_-1205978722', u'INDIRECT_-1205977146'), (u'INDIRECT_-1205976667', u'INT_ADD_-1205977698'), (u'CALL_-1205977686', u'INDIRECT_-1205976372'), ('tmp_4837', u'CALL_-1205978776'), (u'CALL_-1205978351', u'INDIRECT_-1205976692'), (u'CALL_-1205977680', u'INDIRECT_-1205976214'), (u'INDIRECT_-1205976709', u'COPY_-1205976762'), ('tmp_8352', u'PTRADD_-1205975564'), (u'PTRADD_-1205975368', u'LOAD_-1205977621'), (u'CALL_-1205977588', u'INDIRECT_-1205976331'), (u'CALL_-1205977570', u'INDIRECT_-1205975953'), (u'CALL_-1205977670', u'INDIRECT_-1205976284'), (u'CALL_-1205977548', u'INDIRECT_-1205975983'), ('const-4', u'PTRADD_-1205976021'), (u'INDIRECT_-1205975889', u'MULTIEQUAL_-1205976359'), (u'CALL_-1205977553', u'INDIRECT_-1205976345'), (u'INDIRECT_-1205976847', u'MULTIEQUAL_-1205976814'), (u'INDIRECT_-1205976571', u'INT_ADD_-1205977744'), (u'CALL_-1205978614', u'INDIRECT_-1205976612'), (u'INDIRECT_-1205976377', u'COPY_-1205976432'), (u'CALL_-1205977655', u'INDIRECT_-1205976360'), (u'PTRADD_-1205975484', u'LOAD_-1205977655'), (u'CALL_-1205977574', u'INDIRECT_-1205976419'), (u'CALL_-1205978722', u'INDIRECT_-1205976954'), (u'CALL_-1205978668', u'INDIRECT_-1205976985'), ('const-1', u'CALL_-1205977574'), (u'INDIRECT_-1205976643', u'COPY_-1205976697'), (u'CALL_-1205977680', u'INDIRECT_-1205976310'), (u'CALL_-1205977574', u'INDIRECT_-1205976579'), (u'CALL_-1205976989', u'INDIRECT_-1205976104'), (u'CALL_-1205977548', u'INDIRECT_-1205975855'), (u'INDIRECT_-1205976011', u'MULTIEQUAL_-1205976391'), (u'PTRADD_-1205975503', u'LOAD_-1205977679'), (u'CALL_-1205977670', u'INDIRECT_-1205975964'), (u'CALL_-1205977688', u'INDIRECT_-1205976434'), (u'CALL_-1205977686', u'INDIRECT_-1205976264'), ('const-417', u'LOAD_-1205977687'), (u'INDIRECT_-1205976487', u'MULTIEQUAL_-1205976711'), ('const-5', u'CALL_-1205977684'), (u'CALL_-1205977553', u'INDIRECT_-1205976697'), ('const-417', u'LOAD_-1205977609'), (u'CALL_-1205977612', u'INDIRECT_-1205976455'), ('const-80484', u'INT_ADD_-1205977667'), (u'CALL_-1205978614', u'INDIRECT_-1205977060'), (u'INT_EQUAL_-1205978861', u'CBRANCH_-1205978830'), (u'CALL_-1205978776', u'INDIRECT_-1205976719'), (u'CALL_-1205977570', u'INDIRECT_-1205976145'), ('const-417', u'LOAD_-1205978358'), ('tmp_8352', u'PTRADD_-1205975484'), (u'INDIRECT_-1205976168', u'COPY_-1205976223'), ('const-417', u'LOAD_-1205977655'), ('const-0', u'CALL_-1205977655'), ('const-417', u'LOAD_-1205977643'), (u'INDIRECT_-1205976483', u'COPY_-1205976537'), ('const-80436', u'INT_ADD_-1205977634'), (u'INDIRECT_-1205976175', u'MULTIEQUAL_-1205976743'), (u'INDIRECT_-1205976628', u'MULTIEQUAL_-1205976750'), (u'CALL_-1205977574', u'INDIRECT_-1205976547'), ('const-4', u'PTRADD_-1205975377'), (u'CALL_-1205977612', u'INDIRECT_-1205976519'), (u'CALL_-1205978351', u'INDIRECT_-1205976756'), (u'CALL_-1205978614', u'INDIRECT_-1205976996'), (u'INDIRECT_-1205976473', u'COPY_-1205976528'), (u'INDIRECT_-1205976481', u'MULTIEQUAL_-1205976455'), ('tmp_4836', u'CALL_-1205978351'), (u'CALL_-1205977655', u'INDIRECT_-1205976808'), (u'CALL_-1205977670', u'INDIRECT_-1205976092'), (u'CALL_-1205978431', u'INDIRECT_-1205976502'), (u'INDIRECT_-1205976075', u'MULTIEQUAL_-1205976455'), (u'LOAD_-1205977661', u'CALL_-1205977588'), (u'CALL_-1205977553', u'INDIRECT_-1205976729'), (u'CALL_-1205977612', u'INDIRECT_-1205976615'), (u'CALL_-1205978776', u'INDIRECT_-1205976879'), (u'CALL_-1205977684', u'INDIRECT_-1205976242'), (u'INDIRECT_-1205976295', u'MULTIEQUAL_-1205976519'), (u'INDIRECT_-1205976107', u'MULTIEQUAL_-1205976487'), (u'CALL_-1205977655', u'INDIRECT_-1205976776'), (u'CALL_-1205978603', u'INDIRECT_-1205976763'), ('const-417', u'LOAD_-1205977681'), (u'INDIRECT_-1205976879', u'MULTIEQUAL_-1205976846'), (u'CALL_-1205978614', u'INDIRECT_-1205976932'), (u'CALL_-1205977684', u'INDIRECT_-1205976306'), (u'CALL_-1205978776', u'INDIRECT_-1205976943'), (u'PTRADD_-1205976003', u'LOAD_-1205978394'), (u'CALL_-1205977680', u'INDIRECT_-1205976182'), (u'CALL_-1205977622', u'INDIRECT_-1205976630'), (u'CALL_-1205977591', u'INDIRECT_-1205976197'), (u'INDIRECT_-1205977012', u'MULTIEQUAL_-1205977134'), (u'CALL_-1205977655', u'INDIRECT_-1205976488'), (u'CALL_-1205977591', u'INDIRECT_-1205976645'), ('tmp_4836', u'CALL_-1205978668'), ('const-80216', u'INT_ADD_-1205978626'), (u'MULTIEQUAL_-1205976679', u'COPY_-1205976739'), ('const-1', u'CALL_-1205978297'), (u'CALL_-1205978351', u'INDIRECT_-1205976884'), (u'CALL_-1205977548', u'INDIRECT_-1205976207'), (u'CALL_-1205977688', u'CALL_-1205977602'), ('const-6', u'PTRADD_-1205975400'), (u'CALL_-1205978603', u'INDIRECT_-1205976795'), (u'INDIRECT_-1205976601', u'COPY_-1205976656'), (u'INDIRECT_-1205976675', u'COPY_-1205976729'), (u'CALL_-1205977591', u'INDIRECT_-1205976357'), (u'LOAD_-1205977621', u'CALL_-1205977548'), ('const-80112', u'INT_ADD_-1205978840'), (u'INT_ADD_-1205978695', u'CAST_-1205976151'), (u'INDIRECT_-1205976359', u'MULTIEQUAL_-1205976583'), (u'PTRADD_-1205975395', u'LOAD_-1205977657'), ('tmp_8352', u'LOAD_-1205977569'), (u'INDIRECT_-1205976953', u'INT_ADD_-1205978626'), (u'CALL_-1205978722', u'INDIRECT_-1205976890'), (u'INDIRECT_-1205976655', u'MULTIEQUAL_-1205976622'), (u'CALL_-1205978431', u'INDIRECT_-1205976790'), ('const-0', u'CALL_-1205977670'), (u'CALL_-1205977670', u'INDIRECT_-1205976028'), (u'INDIRECT_-1205976261', u'COPY_-1205976314'), (u'MULTIEQUAL_-1205976743', u'COPY_-1205976803'), ('tmp_8352', u'PTRADD_-1205975359'), ('const-417', u'LOAD_-1205977643'), (u'CALL_-1205977684', u'INDIRECT_-1205976466'), (u'INDIRECT_-1205976948', u'MULTIEQUAL_-1205977070'), (u'CALL_-1205978603', u'INDIRECT_-1205976923'), (u'CALL_-1205977553', u'INDIRECT_-1205976825'), (u'INDIRECT_-1205976788', u'MULTIEQUAL_-1205976910'), (u'CALL_-1205977684', u'INDIRECT_-1205976658'), (u'CALL_-1205977622', u'INDIRECT_-1205976854'), ('const-4', u'PTRADD_-1205975733'), (u'MULTIEQUAL_-1205976775', u'COPY_-1205976835'), ('const-4', u'PTRADD_-1205975587'), (u'INDIRECT_-1205977039', u'MULTIEQUAL_-1205977006'), ('tmp_8352', u'PTRADD_-1205975662'), ('const-7', u'PTRADD_-1205976026'), (u'CALL_-1205978722', u'INDIRECT_-1205976826'), (u'CALL_-1205977622', u'INDIRECT_-1205976438'), (u'MULTIEQUAL_-1205976423', u'COPY_-1205976483'), (u'CALL_-1205977602', u'INDIRECT_-1205976093'), (u'LOAD_-1205977605', u'CALL_-1205977553'), ('tmp_4836', u'CALL_-1205977570'), (u'LOAD_-1205978382', u'CALL_-1205978297'), (u'INDIRECT_-1205976293', u'COPY_-1205976346'), ('const-2', u'PTRADD_-1205975573'), (u'CALL_-1205977686', u'INDIRECT_-1205976200'), ('const-4', u'PTRADD_-1205975976'), (u'INDIRECT_-1205976613', u'COPY_-1205976666'), (u'CALL_-1205977602', u'INDIRECT_-1205976061'), ('const-3', u'PTRADD_-1205975484'), ('tmp_4836', u'CALL_-1205977602'), (u'INDIRECT_-1205977167', u'MULTIEQUAL_-1205977134'), (u'CALL_-1205977684', u'INDIRECT_-1205976498'), ('const-417', u'LOAD_-1205977661'), (u'INDIRECT_-1205976513', u'MULTIEQUAL_-1205976487'), (u'CALL_-1205978603', u'INDIRECT_-1205976603'), (u'CALL_-1205977574', u'INDIRECT_-1205976291'), (u'PTRADD_-1205975359', u'LOAD_-1205977609'), (u'CALL_-1205977570', u'INDIRECT_-1205976113'), (u'LOAD_-1205977663', u'CALL_-1205977602'), (u'CALL_-1205977622', u'INDIRECT_-1205976790'), (u'CALL_-1205978431', u'INDIRECT_-1205976950'), (u'CALL_-1205977591', u'INDIRECT_-1205976453'), (u'CALL_-1205978776', u'INDIRECT_-1205976847'), ('tmp_8352', u'PTRADD_-1205975976'), (u'CALL_-1205978431', u'INDIRECT_-1205976822'), (u'CALL_-1205977686', u'INDIRECT_-1205976456'), (u'CALL_-1205977570', u'INDIRECT_-1205976177'), (u'CALL_-1205977622', u'INDIRECT_-1205976342'), ('const-1', u'CALL_-1205977548'), (u'INDIRECT_-1205976737', u'MULTIEQUAL_-1205976711'), (u'CALL_-1205977686', u'INDIRECT_-1205976628'), (u'INDIRECT_-1205975784', u'COPY_-1205975839'), (u'INDIRECT_-1205976203', u'MULTIEQUAL_-1205976583'), (u'CALL_-1205977588', u'INDIRECT_-1205976043'), (u'INDIRECT_-1205976267', u'MULTIEQUAL_-1205976647'), (u'INDIRECT_-1205975848', u'COPY_-1205975903'), ('const-1', u'PTRADD_-1205975653'), (u'LOAD_-1205978406', u'CALL_-1205978297'), (u'CALL_-1205977622', u'INDIRECT_-1205976694'), (u'INDIRECT_-1205976485', u'COPY_-1205976538'), (u'CALL_-1205977688', u'INDIRECT_-1205976274'), ('const-417', u'LOAD_-1205977667'), (u'CALL_-1205976989', u'INDIRECT_-1205975880'), (u'CALL_-1205977622', u'INDIRECT_-1205976598'), (u'CALL_-1205978668', u'INDIRECT_-1205977049'), (u'INDIRECT_-1205976395', u'MULTIEQUAL_-1205976775'), (u'LOAD_-1205978394', u'CALL_-1205978297'), (u'INDIRECT_-1205976235', u'MULTIEQUAL_-1205976615'), (u'CALL_-1205977686', u'INDIRECT_-1205976276'), (u'CALL_-1205978722', u'INDIRECT_-1205976794'), (u'CALL_-1205978614', u'INDIRECT_-1205976868'), (u'CALL_-1205978668', u'INDIRECT_-1205977081'), (u'INDIRECT_-1205976596', u'MULTIEQUAL_-1205976718'), (u'INDIRECT_-1205976008', u'COPY_-1205976063'), (u'CALL_-1205978614', u'INDIRECT_-1205976804'), ('const-2', u'PTRADD_-1205975662'), (u'LOAD_-1205977655', u'CALL_-1205977570'), ('const-5', u'PTRADD_-1205976012'), (u'LOAD_-1205977673', u'CALL_-1205977570'), (u'CALL_-1205977680', u'INDIRECT_-1205976438'), ('const-0', u'CALL_-1205977686'), (u'CALL_-1205977686', u'INDIRECT_-1205976436'), ('const-4', u'PTRADD_-1205975493'), (u'CALL_-1205977570', u'INDIRECT_-1205976337'), (u'CALL_-1205978351', u'INDIRECT_-1205976852'), (u'INDIRECT_-1205976177', u'MULTIEQUAL_-1205976647'), (u'CAST_-1205976110', u'CALL_-1205978603'), (u'INDIRECT_-1205976363', u'MULTIEQUAL_-1205976743'), (u'MULTIEQUAL_-1205976551', u'COPY_-1205976611'), (u'CALL_-1205977574', u'INDIRECT_-1205976515'), (u'CALL_-1205977670', u'INDIRECT_-1205976220'), (u'INDIRECT_-1205975816', u'COPY_-1205975871'), (u'INDIRECT_-1205976505', u'COPY_-1205976560'), (u'CALL_-1205977622', u'INDIRECT_-1205976726'), (u'CALL_-1205977591', u'INDIRECT_-1205976229'), ('const-417', u'LOAD_-1205977673'), ('const-4', u'PTRADD_-1205975405'), (u'CALL_-1205977670', u'INDIRECT_-1205976060'), ('const-0', u'CALL_-1205978431'), (u'PTRADD_-1205976012', u'LOAD_-1205978406'), (u'CALL_-1205977548', u'INDIRECT_-1205976015'), (u'CALL_-1205977574', u'INDIRECT_-1205976675'), (u'CALL_-1205977670', u'CALL_-1205977548'), ('const-5', u'CALL_-1205977688'), (u'CALL_-1205978668', u'INDIRECT_-1205976825'), (u'CALL_-1205977686', u'INDIRECT_-1205976308'), ('const-417', u'LOAD_-1205977649'), (u'CALL_-1205978297', u'INDIRECT_-1205976737'), (u'INDIRECT_-1205976369', u'MULTIEQUAL_-1205976839'), (u'INDIRECT_-1205976697', u'COPY_-1205976752'), (u'INDIRECT_-1205976865', u'MULTIEQUAL_-1205976839'), (u'CALL_-1205978668', u'INDIRECT_-1205976601'), (u'CALL_-1205977622', u'CALL_-1205977553'), ('const-1', u'CALL_-1205977588'), ('const-80832', u'INT_ADD_-1205977692'), (u'CALL_-1205977553', u'INDIRECT_-1205976569'), (u'CALL_-1205978668', u'INDIRECT_-1205976761'), (u'INDIRECT_-1205976541', u'MULTIEQUAL_-1205976839'), (u'INDIRECT_-1205976729', u'COPY_-1205976784'), (u'MULTIEQUAL_-1205976583', u'COPY_-1205976643'), (u'INDIRECT_-1205976975', u'MULTIEQUAL_-1205976942'), (u'INT_ADD_-1205977634', u'CALL_-1205977622'), (u'CALL_-1205977655', u'INDIRECT_-1205976296'), (u'CALL_-1205977591', u'INDIRECT_-1205976325'), (u'CALL_-1205977686', u'INDIRECT_-1205976468'), (u'CALL_-1205977591', u'INDIRECT_-1205976709'), ('tmp_4836', u'CALL_-1205977612'), ('const-4', u'PTRADD_-1205975498'), (u'CALL_-1205977570', u'INDIRECT_-1205976273'), (u'INDIRECT_-1205976253', u'MULTIEQUAL_-1205976551'), (u'CALL_-1205977622', u'INDIRECT_-1205976502'), (u'CALL_-1205978603', u'INDIRECT_-1205976827'), (u'CALL_-1205977686', u'INDIRECT_-1205976596'), (u'CALL_-1205978614', u'INDIRECT_-1205976644'), (u'CALL_-1205977588', u'INDIRECT_-1205976459'), (u'INDIRECT_-1205977007', u'MULTIEQUAL_-1205976974'), (u'INDIRECT_-1205976549', u'COPY_-1205976602'), (u'CALL_-1205977686', u'INDIRECT_-1205976552'), (u'CALL_-1205977548', u'INDIRECT_-1205976271'), ('tmp_4836', u'CALL_-1205977548'), (u'PTRADD_-1205975994', u'LOAD_-1205978382'), ('const-417', u'LOAD_-1205977569'), (u'CALL_-1205977684', u'INDIRECT_-1205976754'), (u'CALL_-1205978603', u'INDIRECT_-1205977019'), (u'PTRADD_-1205976021', u'LOAD_-1205978418'), (u'INDIRECT_-1205976673', u'MULTIEQUAL_-1205976647'), (u'CALL_-1205977622', u'INDIRECT_-1205976662'), (u'INDIRECT_-1205976820', u'MULTIEQUAL_-1205976942'), (u'INDIRECT_-1205976207', u'MULTIEQUAL_-1205976775'), (u'CALL_-1205978614', u'INDIRECT_-1205976836'), (u'CALL_-1205977686', u'INDIRECT_-1205976328'), (u'INDIRECT_-1205976724', u'MULTIEQUAL_-1205976846'), (u'PTRADD_-1205975733', u'LOAD_-1205977673'), (u'CALL_-1205977602', u'INDIRECT_-1205976509'), (u'CALL_-1205977548', u'INDIRECT_-1205975887'), (u'CALL_-1205977622', u'INDIRECT_-1205976534'), ('const-417', u'LOAD_-1205977605'), (u'LOAD_-1205977609', u'CALL_-1205977588'), (u'MULTIEQUAL_-1205976391', u'COPY_-1205976451'), (u'PTRADD_-1205975672', u'LOAD_-1205977687'), (u'LOAD_-1205977667', u'CALL_-1205977570'), (u'CALL_-1205977602', u'INDIRECT_-1205976445'), (u'CALL_-1205977570', u'INDIRECT_-1205976081'), (u'CALL_-1205977588', u'INDIRECT_-1205976395'), ('const-417', u'LOAD_-1205977685'), (u'CALL_-1205977670', u'INDIRECT_-1205976348'), ('const-0', u'RETURN_-1205978257'), (u'CALL_-1205977548', u'INDIRECT_-1205976079'), ('const-80604', u'INT_ADD_-1205977698'), (u'MULTIEQUAL_-1205976807', u'COPY_-1205976867'), (u'CALL_-1205977574', u'INDIRECT_-1205976611'), ('const-4', u'PTRADD_-1205975587'), ('const-4', u'PTRADD_-1205975667'), ('tmp_153', u'CBRANCH_-1205978830'), (u'CALL_-1205977612', u'INDIRECT_-1205976231'), (u'CALL_-1205977622', u'INDIRECT_-1205976374'), (u'CALL_-1205977553', u'INDIRECT_-1205976505'), (u'CALL_-1205977686', u'INDIRECT_-1205976212'), ('const-4', u'PTRADD_-1205975592'), (u'CALL_-1205977622', u'INDIRECT_-1205976470'), (u'INDIRECT_-1205976980', u'MULTIEQUAL_-1205977102'), (u'CALL_-1205977574', u'INDIRECT_-1205976323'), (u'INDIRECT_-1205976331', u'MULTIEQUAL_-1205976711'), (u'CALL_-1205978668', u'INDIRECT_-1205976729'), (u'CALL_-1205978722', u'INDIRECT_-1205976730'), ('tmp_4836', u'CALL_-1205977553'), ('const-417', u'LOAD_-1205977621'), (u'CALL_-1205978297', u'INDIRECT_-1205976833'), ('tmp_8352', u'PTRADD_-1205975377'), ('const-417', u'LOAD_-1205977669'), (u'CALL_-1205977570', u'INDIRECT_-1205975985'), (u'CALL_-1205977548', u'INDIRECT_-1205975823'), (u'CALL_-1205978614', u'INDIRECT_-1205976772'), (u'CALL_-1205978431', u'INDIRECT_-1205976470'), (u'CALL_-1205977688', u'INDIRECT_-1205976498'), ('const-4', u'PTRADD_-1205975564'), ('const-5', u'CALL_-1205977686'), (u'CALL_-1205976989', u'INDIRECT_-1205975912'), (u'INDIRECT_-1205976751', u'MULTIEQUAL_-1205976718'), (u'LOAD_-1205977631', u'CALL_-1205977570'), (u'LOAD_-1205977649', u'CALL_-1205977588'), (u'CALL_-1205977553', u'INDIRECT_-1205976313'), ('const-0', u'CALL_-1205977686'), (u'LOAD_-1205978318', u'CALL_-1205978297'), (u'INDIRECT_-1205976519', u'MULTIEQUAL_-1205976743'), ('tmp_637', u'BRANCH_-1205977752'), (u'CALL_-1205977553', u'INDIRECT_-1205976665'), (u'INDIRECT_-1205976564', u'MULTIEQUAL_-1205976686'), ('tmp_8352', u'LOAD_-1205978318'), ('const-0', u'CALL_-1205978614'), ('const-417', u'LOAD_-1205977679'), (u'CALL_-1205977684', u'INDIRECT_-1205976530'), (u'INDIRECT_-1205976259', u'COPY_-1205976313'), (u'CALL_-1205977602', u'INDIRECT_-1205976381'), (u'INDIRECT_-1205976603', u'INT_ADD_-1205977682'), (u'CALL_-1205977686', u'INDIRECT_-1205976488'), (u'LOAD_-1205977679', u'CALL_-1205977570'), (u'CALL_-1205977591', u'INDIRECT_-1205976677'), (u'CALL_-1205977588', u'INDIRECT_-1205976203'), ('tmp_8352', u'PTRADD_-1205976021'), (u'CALL_-1205978776', u'INDIRECT_-1205976815'), (u'CALL_-1205977591', u'INDIRECT_-1205976549'), (u'LOAD_-1205977609', u'CALL_-1205977548'), (u'CALL_-1205978351', u'INDIRECT_-1205976980'), (u'INDIRECT_-1205976313', u'COPY_-1205976368'), (u'INDIRECT_-1205976635', u'INT_ADD_-1205977692'), ('const-1', u'PTRADD_-1205975976'), ('const-1', u'CALL_-1205977602'), (u'CALL_-1205978351', u'INDIRECT_-1205976532'), (u'CALL_-1205978603', u'INDIRECT_-1205976955'), (u'CALL_-1205978297', u'INDIRECT_-1205976609'), (u'PTRADD_-1205975493', u'LOAD_-1205977667'), ('const-4', u'PTRADD_-1205975672'), (u'MULTIEQUAL_-1205977070', u'INT_ADD_-1205978734'), (u'INDIRECT_-1205976061', u'MULTIEQUAL_-1205976359'), (u'CALL_-1205977684', u'INDIRECT_-1205976722'), (u'PTRADD_-1205975662', u'LOAD_-1205977675'), (u'INDIRECT_-1205976441', u'COPY_-1205976496'), (u'CALL_-1205977680', u'INDIRECT_-1205976246'), (u'CALL_-1205978431', u'INDIRECT_-1205976694'), (u'CALL_-1205977612', u'INDIRECT_-1205976295'), (u'INDIRECT_-1205976771', u'COPY_-1205976825'), ('const-417', u'LOAD_-1205978424'), ('tmp_8352', u'PTRADD_-1205975368'), (u'PTRADD_-1205975667', u'LOAD_-1205977681'), (u'INDIRECT_-1205976327', u'MULTIEQUAL_-1205976551'), (u'MULTIEQUAL_-1205976615', u'COPY_-1205976675'), (u'CALL_-1205978431', u'INDIRECT_-1205976918'), (u'MULTIEQUAL_-1205976487', u'COPY_-1205976547'), (u'INDIRECT_-1205976795', u'INT_ADD_-1205977667'), (u'INDIRECT_-1205976581', u'COPY_-1205976634'), (u'CALL_-1205977680', u'INDIRECT_-1205976406'), (u'INDIRECT_-1205976171', u'MULTIEQUAL_-1205976551'), (u'INDIRECT_-1205976040', u'COPY_-1205976095'), (u'CALL_-1205977588', u'INDIRECT_-1205976427'), ('const-4', u'PTRADD_-1205975738'), (u'CALL_-1205977686', u'INDIRECT_-1205976232'), (u'CALL_-1205978351', u'INDIRECT_-1205977012'), (u'CALL_-1205977655', u'INDIRECT_-1205976520'), (u'CALL_-1205977588', u'INDIRECT_-1205976011'), ('const-1', u'PTRADD_-1205975466'), (u'CALL_-1205977602', u'INDIRECT_-1205976253'), (u'INDIRECT_-1205976139', u'MULTIEQUAL_-1205976519'), (u'CALL_-1205977686', u'INDIRECT_-1205976072'), ('tmp_8352', u'PTRADD_-1205975466'), (u'CALL_-1205978776', u'INDIRECT_-1205976751'), (u'INDIRECT_-1205976081', u'MULTIEQUAL_-1205976551'), (u'INDIRECT_-1205976381', u'MULTIEQUAL_-1205976679'), (u'CALL_-1205977591', u'INDIRECT_-1205976485'), ('tmp_4837', u'CALL_-1205978351'), (u'CALL_-1205978351', u'INDIRECT_-1205976628'), (u'MULTIEQUAL_-1205976519', u'COPY_-1205976579'), (u'CALL_-1205977574', u'INDIRECT_-1205976355'), ('const-0', u'RETURN_-1205977587'), ('const-5', u'PTRADD_-1205975395'), (u'CALL_-1205977686', u'INDIRECT_-1205976532'), (u'CALL_-1205977670', u'INDIRECT_-1205975900'), ('const-1', u'CALL_-1205978776'), (u'CALL_-1205977686', u'INDIRECT_-1205976692'), (u'CALL_-1205978603', u'INDIRECT_-1205976987'), (u'CALL_-1205978614', u'INDIRECT_-1205976740'), (u'INDIRECT_-1205976687', u'MULTIEQUAL_-1205976654'), (u'INDIRECT_-1205976551', u'MULTIEQUAL_-1205976775'), (u'PTRADD_-1205975386', u'LOAD_-1205977645'), (u'INT_ADD_-1205978347', u'CALL_-1205978351'), (u'INDIRECT_-1205976241', u'MULTIEQUAL_-1205976711'), (u'CALL_-1205977684', u'INDIRECT_-1205976338'), (u'INDIRECT_-1205976815', u'MULTIEQUAL_-1205976782'), (u'INT_ADD_-1205978626', u'CALL_-1205978614'), (u'CALL_-1205978431', u'INDIRECT_-1205976854'), (u'INDIRECT_-1205976825', u'COPY_-1205976880'), (u'CALL_-1205977588', u'INDIRECT_-1205976363'), (u'CALL_-1205978668', u'INDIRECT_-1205977017'), (u'CALL_-1205978776', u'INDIRECT_-1205976655'), (u'CALL_-1205978351', u'INDIRECT_-1205976596'), (u'INDIRECT_-1205976317', u'MULTIEQUAL_-1205976615'), (u'INDIRECT_-1205976583', u'MULTIEQUAL_-1205976807'), (u'PTRADD_-1205975743', u'LOAD_-1205977685'), (u'INT_ADD_-1205977696', u'CALL_-1205977684'), ('const-0', u'CALL_-1205977622'), (u'CALL_-1205977680', u'INDIRECT_-1205975958'), (u'INDIRECT_-1205976197', u'COPY_-1205976250'), ('tmp_8352', u'LOAD_-1205977633'), ('const-2', u'PTRADD_-1205975368'), ('const-417', u'LOAD_-1205977633'), ('tmp_4835', u'CALL_-1205978776'), (u'INDIRECT_-1205976916', u'MULTIEQUAL_-1205977038'), (u'CALL_-1205978351', u'INDIRECT_-1205976500'), (u'CALL_-1205977680', u'INDIRECT_-1205976342'), ('tmp_8352', u'PTRADD_-1205975400'), (u'INDIRECT_-1205977018', u'CALL_-1205978668'), ('tmp_4836', u'CALL_-1205977591'), (u'CALL_-1205977602', u'INDIRECT_-1205976317'), (u'CALL_-1205978614', u'INDIRECT_-1205976708'), (u'CALL_-1205978668', u'INDIRECT_-1205976633'), (u'LOAD_-1205977569', u'CALL_-1205977548'), (u'INDIRECT_-1205976015', u'MULTIEQUAL_-1205976583'), (u'INDIRECT_-1205976827', u'INT_ADD_-1205977634'), ('const-4', u'PTRADD_-1205975994'), (u'CALL_-1205978297', u'INDIRECT_-1205976801'), (u'INDIRECT_-1205976049', u'MULTIEQUAL_-1205976519'), ('const-4', u'PTRADD_-1205975475'), (u'CALL_-1205977680', u'INDIRECT_-1205976118'), (u'CALL_-1205978776', u'INDIRECT_-1205977039'), (u'CALL_-1205978351', u'INDIRECT_-1205976660'), (u'INDIRECT_-1205976273', u'MULTIEQUAL_-1205976743'), (u'CALL_-1205977591', u'INDIRECT_-1205976517'), (u'CALL_-1205977686', u'INDIRECT_-1205976168'), (u'CALL_-1205978776', u'INDIRECT_-1205976911'), ('tmp_8352', u'LOAD_-1205977626'), (u'CALL_-1205978722', u'INDIRECT_-1205976762'), ('const-4', u'PTRADD_-1205975582'), (u'CALL_-1205977655', u'INDIRECT_-1205976712'), ('const-417', u'LOAD_-1205977645'), (u'INT_ADD_-1205978840', u'INT_ADD_-1205978695'), (u'INDIRECT_-1205976017', u'MULTIEQUAL_-1205976487'), (u'CALL_-1205977670', u'INDIRECT_-1205976188'), (u'INDIRECT_-1205976391', u'MULTIEQUAL_-1205976615'), (u'CALL_-1205977655', u'INDIRECT_-1205976328'), (u'INDIRECT_-1205976451', u'COPY_-1205976505'), (u'INDIRECT_-1205976291', u'COPY_-1205976345'), (u'CALL_-1205977670', u'INDIRECT_-1205976380'), (u'CALL_-1205978776', u'INDIRECT_-1205977007'), ('tmp_8352', u'PTRADD_-1205975587')]
null
null
000138d8
arm
O2
(translation_unit "void FUN_000138d8(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6)\n\n{\n undefined4 uVar1;\n char *__s;\n int iVar2;\n \n iVar2 = DAT_00013c84 + 0x138f0;\n if (param_2 == 0) {\n __fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);\n }\n uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);\n __fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);\n __s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);\n fputs_unlocked(__s,param_1);\n switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);\n }\n return;\n}\n\n" (function_definition "void FUN_000138d8(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6)\n\n{\n undefined4 uVar1;\n char *__s;\n int iVar2;\n \n iVar2 = DAT_00013c84 + 0x138f0;\n if (param_2 == 0) {\n __fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);\n }\n uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);\n __fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);\n __s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);\n fputs_unlocked(__s,param_1);\n switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);\n }\n return;\n}" primitive_type (function_declarator "FUN_000138d8(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6)" identifier (parameter_list "(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "undefined4 param_6" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n char *__s;\n int iVar2;\n \n iVar2 = DAT_00013c84 + 0x138f0;\n if (param_2 == 0) {\n __fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);\n }\n uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);\n __fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);\n __s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);\n fputs_unlocked(__s,param_1);\n switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);\n }\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "iVar2 = DAT_00013c84 + 0x138f0;" (assignment_expression "iVar2 = DAT_00013c84 + 0x138f0" identifier = (binary_expression "DAT_00013c84 + 0x138f0" identifier + number_literal)) ;) (if_statement "if (param_2 == 0) {\n __fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,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,DAT_00013c9c + 0x139b0,param_3,param_4);\n }" { (expression_statement "__fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4);" (call_expression "__fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4)" identifier (argument_list "(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4)" ( identifier , number_literal , (binary_expression "DAT_00013c9c + 0x139b0" identifier + number_literal) , identifier , identifier ))) ;) }) (else_clause "else {\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);\n }" else (compound_statement "{\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);\n }" { (expression_statement "__fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);" (call_expression "__fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4)" identifier (argument_list "(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4)" ( identifier , number_literal , (binary_expression "DAT_00013c88 + 0x13910" identifier + number_literal) , identifier , identifier , identifier ))) ;) }))) (expression_statement "uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5)" identifier = (call_expression "dcgettext(0,DAT_00013c8c + 0x13924,5)" identifier (argument_list "(0,DAT_00013c8c + 0x13924,5)" ( number_literal , (binary_expression "DAT_00013c8c + 0x13924" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);" (call_expression "__fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94)" identifier (argument_list "(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94)" ( identifier , number_literal , (pointer_expression "*(undefined4 *)(iVar2 + DAT_00013c90)" * (cast_expression "(undefined4 *)(iVar2 + DAT_00013c90)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + DAT_00013c90)" ( (binary_expression "iVar2 + DAT_00013c90" identifier + identifier) )))) , identifier , identifier ))) ;) (expression_statement "__s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);" (assignment_expression "__s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5)" identifier = (cast_expression "(char *)dcgettext(0,DAT_00013c98 + 0x13958,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,DAT_00013c98 + 0x13958,5)" identifier (argument_list "(0,DAT_00013c98 + 0x13958,5)" ( number_literal , (binary_expression "DAT_00013c98 + 0x13958" identifier + number_literal) , number_literal ))))) ;) (expression_statement "fputs_unlocked(__s,param_1);" (call_expression "fputs_unlocked(__s,param_1)" identifier (argument_list "(__s,param_1)" ( identifier , identifier ))) ;) (switch_statement "switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);\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 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);\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 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5)" identifier = (call_expression "dcgettext(0,DAT_00013ca4 + 0x13a34,5)" identifier (argument_list "(0,DAT_00013ca4 + 0x13a34,5)" ( number_literal , (binary_expression "DAT_00013ca4 + 0x13a34" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5)" identifier (argument_list "(param_1,1,uVar1,*param_5)" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) ))) ;) (return_statement "return;" return ;)) (case_statement "case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5)" identifier = (call_expression "dcgettext(0,DAT_00013ca8 + 0x13a64,5)" identifier (argument_list "(0,DAT_00013ca8 + 0x13a64,5)" ( number_literal , (binary_expression "DAT_00013ca8 + 0x13a64" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5)" identifier (argument_list "(param_1,1,uVar1,*param_5)" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) ))) ;) (return_statement "return;" return ;)) (case_statement "case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5)" identifier = (call_expression "dcgettext(0,DAT_00013cac + 0x13a9c,5)" identifier (argument_list "(0,DAT_00013cac + 0x13a9c,5)" ( number_literal , (binary_expression "DAT_00013cac + 0x13a9c" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5)" identifier (argument_list "(param_1,1,uVar1,*param_5)" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) ))) ;) (return_statement "return;" return ;)) (case_statement "case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5)" identifier = (call_expression "dcgettext(0,DAT_00013cb0 + 0x13adc,5)" identifier (argument_list "(0,DAT_00013cb0 + 0x13adc,5)" ( number_literal , (binary_expression "DAT_00013cb0 + 0x13adc" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3])" identifier (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3])" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (subscript_expression "param_5[2]" identifier [ number_literal ]) , (subscript_expression "param_5[3]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5)" identifier = (call_expression "dcgettext(0,DAT_00013cb4 + 0x13b20,5)" identifier (argument_list "(0,DAT_00013cb4 + 0x13b20,5)" ( number_literal , (binary_expression "DAT_00013cb4 + 0x13b20" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4])" identifier (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4])" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (subscript_expression "param_5[2]" identifier [ number_literal ]) , (subscript_expression "param_5[3]" identifier [ number_literal ]) , (subscript_expression "param_5[4]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5)" identifier = (call_expression "dcgettext(0,DAT_00013cb8 + 0x13b6c,5)" identifier (argument_list "(0,DAT_00013cb8 + 0x13b6c,5)" ( number_literal , (binary_expression "DAT_00013cb8 + 0x13b6c" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5])" identifier (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5])" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (subscript_expression "param_5[2]" identifier [ number_literal ]) , (subscript_expression "param_5[3]" identifier [ number_literal ]) , (subscript_expression "param_5[4]" identifier [ number_literal ]) , (subscript_expression "param_5[5]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5)" identifier = (call_expression "dcgettext(0,DAT_00013cbc + 0x13bc0,5)" identifier (argument_list "(0,DAT_00013cbc + 0x13bc0,5)" ( number_literal , (binary_expression "DAT_00013cbc + 0x13bc0" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6])" identifier (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6])" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (subscript_expression "param_5[2]" identifier [ number_literal ]) , (subscript_expression "param_5[3]" identifier [ number_literal ]) , (subscript_expression "param_5[4]" identifier [ number_literal ]) , (subscript_expression "param_5[5]" identifier [ number_literal ]) , (subscript_expression "param_5[6]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5)" identifier = (call_expression "dcgettext(0,DAT_00013cc0 + 0x13c1c,5)" identifier (argument_list "(0,DAT_00013cc0 + 0x13c1c,5)" ( number_literal , (binary_expression "DAT_00013cc0 + 0x13c1c" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7])" identifier (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7])" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (subscript_expression "param_5[2]" identifier [ number_literal ]) , (subscript_expression "param_5[3]" identifier [ number_literal ]) , (subscript_expression "param_5[4]" identifier [ number_literal ]) , (subscript_expression "param_5[5]" identifier [ number_literal ]) , (subscript_expression "param_5[6]" identifier [ number_literal ]) , (subscript_expression "param_5[7]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;" case number_literal : (expression_statement "iVar2 = DAT_00013ca0 + 0x139c4;" (assignment_expression "iVar2 = DAT_00013ca0 + 0x139c4" identifier = (binary_expression "DAT_00013ca0 + 0x139c4" identifier + number_literal)) ;) (goto_statement "goto LAB_000139c0;" goto statement_identifier ;)) (case_statement "default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);" default : (expression_statement "iVar2 = DAT_00013cc4 + 0x13c80;" (assignment_expression "iVar2 = DAT_00013cc4 + 0x13c80" identifier = (binary_expression "DAT_00013cc4 + 0x13c80" identifier + number_literal)) ;) (labeled_statement "LAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);" statement_identifier : (expression_statement "uVar1 = dcgettext(0,iVar2,5);" (assignment_expression "uVar1 = dcgettext(0,iVar2,5)" identifier = (call_expression "dcgettext(0,iVar2,5)" identifier (argument_list "(0,iVar2,5)" ( number_literal , identifier , number_literal )))) ;)) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8])" identifier (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8])" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (subscript_expression "param_5[2]" identifier [ number_literal ]) , (subscript_expression "param_5[3]" identifier [ number_literal ]) , (subscript_expression "param_5[4]" identifier [ number_literal ]) , (subscript_expression "param_5[5]" identifier [ number_literal ]) , (subscript_expression "param_5[6]" identifier [ number_literal ]) , (subscript_expression "param_5[7]" identifier [ number_literal ]) , (subscript_expression "param_5[8]" identifier [ number_literal ]) ))) ;)) })) (return_statement "return;" return ;) })))
(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 undefined4 uVar1;\n char *__s;\n int iVar2;\n \n iVar2 = DAT_00013c84 + 0x138f0;\n if (command_name == (char *)0x0) {\n __fprintf_chk(stream,1,DAT_00013c9c + 0x139b0,package,version);\n }\n else {\n __fprintf_chk(stream,1,DAT_00013c88 + 0x13910,command_name,package,version);\n }\n uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);\n __fprintf_chk(stream,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);\n __s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);\n fputs_unlocked(__s,(FILE *)stream);\n switch(n_authors) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7],authors[8]);\n }\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 undefined4 uVar1;\n char *__s;\n int iVar2;\n \n iVar2 = DAT_00013c84 + 0x138f0;\n if (command_name == (char *)0x0) {\n __fprintf_chk(stream,1,DAT_00013c9c + 0x139b0,package,version);\n }\n else {\n __fprintf_chk(stream,1,DAT_00013c88 + 0x13910,command_name,package,version);\n }\n uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);\n __fprintf_chk(stream,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);\n __s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);\n fputs_unlocked(__s,(FILE *)stream);\n switch(n_authors) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7],authors[8]);\n }\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 undefined4 uVar1;\n char *__s;\n int iVar2;\n \n iVar2 = DAT_00013c84 + 0x138f0;\n if (command_name == (char *)0x0) {\n __fprintf_chk(stream,1,DAT_00013c9c + 0x139b0,package,version);\n }\n else {\n __fprintf_chk(stream,1,DAT_00013c88 + 0x13910,command_name,package,version);\n }\n uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);\n __fprintf_chk(stream,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);\n __s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);\n fputs_unlocked(__s,(FILE *)stream);\n switch(n_authors) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7],authors[8]);\n }\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "iVar2 = DAT_00013c84 + 0x138f0;" (assignment_expression "iVar2 = DAT_00013c84 + 0x138f0" identifier = (binary_expression "DAT_00013c84 + 0x138f0" identifier + number_literal)) ;) (if_statement "if (command_name == (char *)0x0) {\n __fprintf_chk(stream,1,DAT_00013c9c + 0x139b0,package,version);\n }\n else {\n __fprintf_chk(stream,1,DAT_00013c88 + 0x13910,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,DAT_00013c9c + 0x139b0,package,version);\n }" { (expression_statement "__fprintf_chk(stream,1,DAT_00013c9c + 0x139b0,package,version);" (call_expression "__fprintf_chk(stream,1,DAT_00013c9c + 0x139b0,package,version)" identifier (argument_list "(stream,1,DAT_00013c9c + 0x139b0,package,version)" ( identifier , number_literal , (binary_expression "DAT_00013c9c + 0x139b0" identifier + number_literal) , identifier , identifier ))) ;) }) (else_clause "else {\n __fprintf_chk(stream,1,DAT_00013c88 + 0x13910,command_name,package,version);\n }" else (compound_statement "{\n __fprintf_chk(stream,1,DAT_00013c88 + 0x13910,command_name,package,version);\n }" { (expression_statement "__fprintf_chk(stream,1,DAT_00013c88 + 0x13910,command_name,package,version);" (call_expression "__fprintf_chk(stream,1,DAT_00013c88 + 0x13910,command_name,package,version)" identifier (argument_list "(stream,1,DAT_00013c88 + 0x13910,command_name,package,version)" ( identifier , number_literal , (binary_expression "DAT_00013c88 + 0x13910" identifier + number_literal) , identifier , identifier , identifier ))) ;) }))) (expression_statement "uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5)" identifier = (call_expression "dcgettext(0,DAT_00013c8c + 0x13924,5)" identifier (argument_list "(0,DAT_00013c8c + 0x13924,5)" ( number_literal , (binary_expression "DAT_00013c8c + 0x13924" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(stream,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);" (call_expression "__fprintf_chk(stream,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94)" identifier (argument_list "(stream,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94)" ( identifier , number_literal , (pointer_expression "*(undefined4 *)(iVar2 + DAT_00013c90)" * (cast_expression "(undefined4 *)(iVar2 + DAT_00013c90)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + DAT_00013c90)" ( (binary_expression "iVar2 + DAT_00013c90" identifier + identifier) )))) , identifier , identifier ))) ;) (expression_statement "__s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);" (assignment_expression "__s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5)" identifier = (cast_expression "(char *)dcgettext(0,DAT_00013c98 + 0x13958,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,DAT_00013c98 + 0x13958,5)" identifier (argument_list "(0,DAT_00013c98 + 0x13958,5)" ( number_literal , (binary_expression "DAT_00013c98 + 0x13958" identifier + number_literal) , number_literal ))))) ;) (expression_statement "fputs_unlocked(__s,(FILE *)stream);" (call_expression "fputs_unlocked(__s,(FILE *)stream)" identifier (argument_list "(__s,(FILE *)stream)" ( identifier , (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 uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7],authors[8]);\n }" switch (parenthesized_expression "(n_authors)" ( identifier )) (compound_statement "{\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7],authors[8]);\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 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5)" identifier = (call_expression "dcgettext(0,DAT_00013ca4 + 0x13a34,5)" identifier (argument_list "(0,DAT_00013ca4 + 0x13a34,5)" ( number_literal , (binary_expression "DAT_00013ca4 + 0x13a34" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(stream,1,uVar1,*authors);" (call_expression "__fprintf_chk(stream,1,uVar1,*authors)" identifier (argument_list "(stream,1,uVar1,*authors)" ( identifier , number_literal , identifier , (pointer_expression "*authors" * identifier) ))) ;) (return_statement "return;" return ;)) (case_statement "case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5)" identifier = (call_expression "dcgettext(0,DAT_00013ca8 + 0x13a64,5)" identifier (argument_list "(0,DAT_00013ca8 + 0x13a64,5)" ( number_literal , (binary_expression "DAT_00013ca8 + 0x13a64" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(stream,1,uVar1,*authors);" (call_expression "__fprintf_chk(stream,1,uVar1,*authors)" identifier (argument_list "(stream,1,uVar1,*authors)" ( identifier , number_literal , identifier , (pointer_expression "*authors" * identifier) ))) ;) (return_statement "return;" return ;)) (case_statement "case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(stream,1,uVar1,*authors);\n return;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5)" identifier = (call_expression "dcgettext(0,DAT_00013cac + 0x13a9c,5)" identifier (argument_list "(0,DAT_00013cac + 0x13a9c,5)" ( number_literal , (binary_expression "DAT_00013cac + 0x13a9c" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(stream,1,uVar1,*authors);" (call_expression "__fprintf_chk(stream,1,uVar1,*authors)" identifier (argument_list "(stream,1,uVar1,*authors)" ( identifier , number_literal , identifier , (pointer_expression "*authors" * identifier) ))) ;) (return_statement "return;" return ;)) (case_statement "case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5)" identifier = (call_expression "dcgettext(0,DAT_00013cb0 + 0x13adc,5)" identifier (argument_list "(0,DAT_00013cb0 + 0x13adc,5)" ( number_literal , (binary_expression "DAT_00013cb0 + 0x13adc" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3]);" (call_expression "__fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3])" identifier (argument_list "(stream,1,uVar1,*authors,authors[1],authors[2],authors[3])" ( identifier , number_literal , identifier , (pointer_expression "*authors" * identifier) , (subscript_expression "authors[1]" identifier [ number_literal ]) , (subscript_expression "authors[2]" identifier [ number_literal ]) , (subscript_expression "authors[3]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5)" identifier = (call_expression "dcgettext(0,DAT_00013cb4 + 0x13b20,5)" identifier (argument_list "(0,DAT_00013cb4 + 0x13b20,5)" ( number_literal , (binary_expression "DAT_00013cb4 + 0x13b20" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4]);" (call_expression "__fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4])" identifier (argument_list "(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4])" ( identifier , number_literal , identifier , (pointer_expression "*authors" * identifier) , (subscript_expression "authors[1]" identifier [ number_literal ]) , (subscript_expression "authors[2]" identifier [ number_literal ]) , (subscript_expression "authors[3]" identifier [ number_literal ]) , (subscript_expression "authors[4]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5)" identifier = (call_expression "dcgettext(0,DAT_00013cb8 + 0x13b6c,5)" identifier (argument_list "(0,DAT_00013cb8 + 0x13b6c,5)" ( number_literal , (binary_expression "DAT_00013cb8 + 0x13b6c" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5]);" (call_expression "__fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5])" identifier (argument_list "(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5])" ( identifier , number_literal , identifier , (pointer_expression "*authors" * identifier) , (subscript_expression "authors[1]" identifier [ number_literal ]) , (subscript_expression "authors[2]" identifier [ number_literal ]) , (subscript_expression "authors[3]" identifier [ number_literal ]) , (subscript_expression "authors[4]" identifier [ number_literal ]) , (subscript_expression "authors[5]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5)" identifier = (call_expression "dcgettext(0,DAT_00013cbc + 0x13bc0,5)" identifier (argument_list "(0,DAT_00013cbc + 0x13bc0,5)" ( number_literal , (binary_expression "DAT_00013cbc + 0x13bc0" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6]);" (call_expression "__fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6])" identifier (argument_list "(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6])" ( identifier , number_literal , identifier , (pointer_expression "*authors" * identifier) , (subscript_expression "authors[1]" identifier [ number_literal ]) , (subscript_expression "authors[2]" identifier [ number_literal ]) , (subscript_expression "authors[3]" identifier [ number_literal ]) , (subscript_expression "authors[4]" identifier [ number_literal ]) , (subscript_expression "authors[5]" identifier [ number_literal ]) , (subscript_expression "authors[6]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5)" identifier = (call_expression "dcgettext(0,DAT_00013cc0 + 0x13c1c,5)" identifier (argument_list "(0,DAT_00013cc0 + 0x13c1c,5)" ( number_literal , (binary_expression "DAT_00013cc0 + 0x13c1c" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7]);" (call_expression "__fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7])" identifier (argument_list "(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7])" ( identifier , number_literal , identifier , (pointer_expression "*authors" * identifier) , (subscript_expression "authors[1]" identifier [ number_literal ]) , (subscript_expression "authors[2]" identifier [ number_literal ]) , (subscript_expression "authors[3]" identifier [ number_literal ]) , (subscript_expression "authors[4]" identifier [ number_literal ]) , (subscript_expression "authors[5]" identifier [ number_literal ]) , (subscript_expression "authors[6]" identifier [ number_literal ]) , (subscript_expression "authors[7]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;" case number_literal : (expression_statement "iVar2 = DAT_00013ca0 + 0x139c4;" (assignment_expression "iVar2 = DAT_00013ca0 + 0x139c4" identifier = (binary_expression "DAT_00013ca0 + 0x139c4" identifier + number_literal)) ;) (goto_statement "goto LAB_000139c0;" goto statement_identifier ;)) (case_statement "default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7],authors[8]);" default : (expression_statement "iVar2 = DAT_00013cc4 + 0x13c80;" (assignment_expression "iVar2 = DAT_00013cc4 + 0x13c80" identifier = (binary_expression "DAT_00013cc4 + 0x13c80" identifier + number_literal)) ;) (labeled_statement "LAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);" statement_identifier : (expression_statement "uVar1 = dcgettext(0,iVar2,5);" (assignment_expression "uVar1 = dcgettext(0,iVar2,5)" identifier = (call_expression "dcgettext(0,iVar2,5)" identifier (argument_list "(0,iVar2,5)" ( number_literal , identifier , number_literal )))) ;)) (expression_statement "__fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7],authors[8]);" (call_expression "__fprintf_chk(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7],authors[8])" identifier (argument_list "(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5],\n authors[6],authors[7],authors[8])" ( identifier , number_literal , identifier , (pointer_expression "*authors" * identifier) , (subscript_expression "authors[1]" identifier [ number_literal ]) , (subscript_expression "authors[2]" identifier [ number_literal ]) , (subscript_expression "authors[3]" identifier [ number_literal ]) , (subscript_expression "authors[4]" identifier [ number_literal ]) , (subscript_expression "authors[5]" identifier [ number_literal ]) , (subscript_expression "authors[6]" identifier [ number_literal ]) , (subscript_expression "authors[7]" identifier [ number_literal ]) , (subscript_expression "authors[8]" identifier [ number_literal ]) ))) ;)) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_000138d8(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6)\n\n{\n undefined4 uVar1;\n char *__s;\n int iVar2;\n \n iVar2 = DAT_00013c84 + 0x138f0;\n if (param_2 == 0) {\n __fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);\n }\n uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);\n __fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);\n __s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);\n fputs_unlocked(__s,param_1);\n switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);\n }\n return;\n}\n\n" (function_definition "void FUN_000138d8(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6)\n\n{\n undefined4 uVar1;\n char *__s;\n int iVar2;\n \n iVar2 = DAT_00013c84 + 0x138f0;\n if (param_2 == 0) {\n __fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);\n }\n uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);\n __fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);\n __s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);\n fputs_unlocked(__s,param_1);\n switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);\n }\n return;\n}" primitive_type (function_declarator "FUN_000138d8(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6)" identifier (parameter_list "(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "undefined4 param_6" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n char *__s;\n int iVar2;\n \n iVar2 = DAT_00013c84 + 0x138f0;\n if (param_2 == 0) {\n __fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);\n }\n uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);\n __fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);\n __s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);\n fputs_unlocked(__s,param_1);\n switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);\n }\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "iVar2 = DAT_00013c84 + 0x138f0;" (assignment_expression "iVar2 = DAT_00013c84 + 0x138f0" identifier = (binary_expression "DAT_00013c84 + 0x138f0" identifier + number_literal)) ;) (if_statement "if (param_2 == 0) {\n __fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,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,DAT_00013c9c + 0x139b0,param_3,param_4);\n }" { (expression_statement "__fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4);" (call_expression "__fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4)" identifier (argument_list "(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4)" ( identifier , number_literal , (binary_expression "DAT_00013c9c + 0x139b0" identifier + number_literal) , identifier , identifier ))) ;) }) (else_clause "else {\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);\n }" else (compound_statement "{\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);\n }" { (expression_statement "__fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);" (call_expression "__fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4)" identifier (argument_list "(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4)" ( identifier , number_literal , (binary_expression "DAT_00013c88 + 0x13910" identifier + number_literal) , identifier , identifier , identifier ))) ;) }))) (expression_statement "uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5)" identifier = (call_expression "dcgettext(0,DAT_00013c8c + 0x13924,5)" identifier (argument_list "(0,DAT_00013c8c + 0x13924,5)" ( number_literal , (binary_expression "DAT_00013c8c + 0x13924" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);" (call_expression "__fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94)" identifier (argument_list "(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94)" ( identifier , number_literal , (pointer_expression "*(undefined4 *)(iVar2 + DAT_00013c90)" * (cast_expression "(undefined4 *)(iVar2 + DAT_00013c90)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + DAT_00013c90)" ( (binary_expression "iVar2 + DAT_00013c90" identifier + identifier) )))) , identifier , identifier ))) ;) (expression_statement "__s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);" (assignment_expression "__s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5)" identifier = (cast_expression "(char *)dcgettext(0,DAT_00013c98 + 0x13958,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,DAT_00013c98 + 0x13958,5)" identifier (argument_list "(0,DAT_00013c98 + 0x13958,5)" ( number_literal , (binary_expression "DAT_00013c98 + 0x13958" identifier + number_literal) , number_literal ))))) ;) (expression_statement "fputs_unlocked(__s,param_1);" (call_expression "fputs_unlocked(__s,param_1)" identifier (argument_list "(__s,param_1)" ( identifier , identifier ))) ;) (switch_statement "switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);\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 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);\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 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5)" identifier = (call_expression "dcgettext(0,DAT_00013ca4 + 0x13a34,5)" identifier (argument_list "(0,DAT_00013ca4 + 0x13a34,5)" ( number_literal , (binary_expression "DAT_00013ca4 + 0x13a34" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5)" identifier (argument_list "(param_1,1,uVar1,*param_5)" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) ))) ;) (return_statement "return;" return ;)) (case_statement "case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5)" identifier = (call_expression "dcgettext(0,DAT_00013ca8 + 0x13a64,5)" identifier (argument_list "(0,DAT_00013ca8 + 0x13a64,5)" ( number_literal , (binary_expression "DAT_00013ca8 + 0x13a64" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5)" identifier (argument_list "(param_1,1,uVar1,*param_5)" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) ))) ;) (return_statement "return;" return ;)) (case_statement "case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5)" identifier = (call_expression "dcgettext(0,DAT_00013cac + 0x13a9c,5)" identifier (argument_list "(0,DAT_00013cac + 0x13a9c,5)" ( number_literal , (binary_expression "DAT_00013cac + 0x13a9c" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5)" identifier (argument_list "(param_1,1,uVar1,*param_5)" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) ))) ;) (return_statement "return;" return ;)) (case_statement "case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5)" identifier = (call_expression "dcgettext(0,DAT_00013cb0 + 0x13adc,5)" identifier (argument_list "(0,DAT_00013cb0 + 0x13adc,5)" ( number_literal , (binary_expression "DAT_00013cb0 + 0x13adc" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3])" identifier (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3])" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (subscript_expression "param_5[2]" identifier [ number_literal ]) , (subscript_expression "param_5[3]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5)" identifier = (call_expression "dcgettext(0,DAT_00013cb4 + 0x13b20,5)" identifier (argument_list "(0,DAT_00013cb4 + 0x13b20,5)" ( number_literal , (binary_expression "DAT_00013cb4 + 0x13b20" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4])" identifier (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4])" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (subscript_expression "param_5[2]" identifier [ number_literal ]) , (subscript_expression "param_5[3]" identifier [ number_literal ]) , (subscript_expression "param_5[4]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5)" identifier = (call_expression "dcgettext(0,DAT_00013cb8 + 0x13b6c,5)" identifier (argument_list "(0,DAT_00013cb8 + 0x13b6c,5)" ( number_literal , (binary_expression "DAT_00013cb8 + 0x13b6c" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5])" identifier (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5])" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (subscript_expression "param_5[2]" identifier [ number_literal ]) , (subscript_expression "param_5[3]" identifier [ number_literal ]) , (subscript_expression "param_5[4]" identifier [ number_literal ]) , (subscript_expression "param_5[5]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5)" identifier = (call_expression "dcgettext(0,DAT_00013cbc + 0x13bc0,5)" identifier (argument_list "(0,DAT_00013cbc + 0x13bc0,5)" ( number_literal , (binary_expression "DAT_00013cbc + 0x13bc0" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6])" identifier (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6])" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (subscript_expression "param_5[2]" identifier [ number_literal ]) , (subscript_expression "param_5[3]" identifier [ number_literal ]) , (subscript_expression "param_5[4]" identifier [ number_literal ]) , (subscript_expression "param_5[5]" identifier [ number_literal ]) , (subscript_expression "param_5[6]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;" case number_literal : (expression_statement "uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5)" identifier = (call_expression "dcgettext(0,DAT_00013cc0 + 0x13c1c,5)" identifier (argument_list "(0,DAT_00013cc0 + 0x13c1c,5)" ( number_literal , (binary_expression "DAT_00013cc0 + 0x13c1c" identifier + number_literal) , number_literal )))) ;) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7])" identifier (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7])" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (subscript_expression "param_5[2]" identifier [ number_literal ]) , (subscript_expression "param_5[3]" identifier [ number_literal ]) , (subscript_expression "param_5[4]" identifier [ number_literal ]) , (subscript_expression "param_5[5]" identifier [ number_literal ]) , (subscript_expression "param_5[6]" identifier [ number_literal ]) , (subscript_expression "param_5[7]" identifier [ number_literal ]) ))) ;) (break_statement "break;" break ;)) (case_statement "case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;" case number_literal : (expression_statement "iVar2 = DAT_00013ca0 + 0x139c4;" (assignment_expression "iVar2 = DAT_00013ca0 + 0x139c4" identifier = (binary_expression "DAT_00013ca0 + 0x139c4" identifier + number_literal)) ;) (goto_statement "goto LAB_000139c0;" goto statement_identifier ;)) (case_statement "default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);" default : (expression_statement "iVar2 = DAT_00013cc4 + 0x13c80;" (assignment_expression "iVar2 = DAT_00013cc4 + 0x13c80" identifier = (binary_expression "DAT_00013cc4 + 0x13c80" identifier + number_literal)) ;) (labeled_statement "LAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);" statement_identifier : (expression_statement "uVar1 = dcgettext(0,iVar2,5);" (assignment_expression "uVar1 = dcgettext(0,iVar2,5)" identifier = (call_expression "dcgettext(0,iVar2,5)" identifier (argument_list "(0,iVar2,5)" ( number_literal , identifier , number_literal )))) ;)) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8])" identifier (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8])" ( identifier , number_literal , identifier , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (subscript_expression "param_5[2]" identifier [ number_literal ]) , (subscript_expression "param_5[3]" identifier [ number_literal ]) , (subscript_expression "param_5[4]" identifier [ number_literal ]) , (subscript_expression "param_5[5]" identifier [ number_literal ]) , (subscript_expression "param_5[6]" identifier [ number_literal ]) , (subscript_expression "param_5[7]" identifier [ number_literal ]) , (subscript_expression "param_5[8]" identifier [ number_literal ]) ))) ;)) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , (binary_expression IDENT + LIT) , IDENT , IDENT ))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , (binary_expression IDENT + LIT) , IDENT , IDENT , IDENT ))) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (switch_statement switch (parenthesized_expression ( IDENT )) (compound_statement { (case_statement case LIT : comment (expression_statement (call_expression IDENT (argument_list ( ))) ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , (pointer_expression * IDENT) ))) ;) (return_statement return ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , (pointer_expression * IDENT) ))) ;) (return_statement return ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , (pointer_expression * IDENT) ))) ;) (return_statement return ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) ))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) ))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) ))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) ))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) ))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (goto_statement goto statement_identifier ;)) (case_statement default : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (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 , LIT , IDENT , (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) ))) ;)) })) (return_statement return ;) })))
(function_definition "void FUN_000138d8(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6)\n\n{\n undefined4 uVar1;\n char *__s;\n int iVar2;\n \n iVar2 = DAT_00013c84 + 0x138f0;\n if (param_2 == 0) {\n __fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);\n }\n uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);\n __fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);\n __s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);\n fputs_unlocked(__s,param_1);\n switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_000138d8(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6)" (identifier "FUN_000138d8") (parameter_list "(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6)" (( "(") (parameter_declaration "FILE *param_1" (type_identifier "FILE") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (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") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n char *__s;\n int iVar2;\n \n iVar2 = DAT_00013c84 + 0x138f0;\n if (param_2 == 0) {\n __fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);\n }\n uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);\n __fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);\n __s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);\n fputs_unlocked(__s,param_1);\n switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);\n }\n return;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (expression_statement "iVar2 = DAT_00013c84 + 0x138f0;" (assignment_expression "iVar2 = DAT_00013c84 + 0x138f0" (identifier "iVar2") (= "=") (binary_expression "DAT_00013c84 + 0x138f0" (identifier "DAT_00013c84") (+ "+") (number_literal "0x138f0"))) (; ";")) (if_statement "if (param_2 == 0) {\n __fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,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,DAT_00013c9c + 0x139b0,param_3,param_4);\n }" ({ "{") (expression_statement "__fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4);" (call_expression "__fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4)" (identifier "__fprintf_chk") (argument_list "(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4)" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (binary_expression "DAT_00013c9c + 0x139b0" (identifier "DAT_00013c9c") (+ "+") (number_literal "0x139b0")) (, ",") (identifier "param_3") (, ",") (identifier "param_4") () ")"))) (; ";")) (} "}")) (else_clause "else {\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);\n }" (else "else") (compound_statement "{\n __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);\n }" ({ "{") (expression_statement "__fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4);" (call_expression "__fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4)" (identifier "__fprintf_chk") (argument_list "(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4)" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (binary_expression "DAT_00013c88 + 0x13910" (identifier "DAT_00013c88") (+ "+") (number_literal "0x13910")) (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") () ")"))) (; ";")) (} "}")))) (expression_statement "uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,DAT_00013c8c + 0x13924,5)" (identifier "dcgettext") (argument_list "(0,DAT_00013c8c + 0x13924,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00013c8c + 0x13924" (identifier "DAT_00013c8c") (+ "+") (number_literal "0x13924")) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "__fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94);" (call_expression "__fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94)" (identifier "__fprintf_chk") (argument_list "(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94)" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (pointer_expression "*(undefined4 *)(iVar2 + DAT_00013c90)" (* "*") (cast_expression "(undefined4 *)(iVar2 + DAT_00013c90)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + DAT_00013c90)" (( "(") (binary_expression "iVar2 + DAT_00013c90" (identifier "iVar2") (+ "+") (identifier "DAT_00013c90")) () ")")))) (, ",") (identifier "uVar1") (, ",") (identifier "DAT_00013c94") () ")"))) (; ";")) (expression_statement "__s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5);" (assignment_expression "__s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5)" (identifier "__s") (= "=") (cast_expression "(char *)dcgettext(0,DAT_00013c98 + 0x13958,5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,DAT_00013c98 + 0x13958,5)" (identifier "dcgettext") (argument_list "(0,DAT_00013c98 + 0x13958,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00013c98 + 0x13958" (identifier "DAT_00013c98") (+ "+") (number_literal "0x13958")) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fputs_unlocked(__s,param_1);" (call_expression "fputs_unlocked(__s,param_1)" (identifier "fputs_unlocked") (argument_list "(__s,param_1)" (( "(") (identifier "__s") (, ",") (identifier "param_1") () ")"))) (; ";")) (switch_statement "switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);\n }" (switch "switch") (parenthesized_expression "(param_6)" (( "(") (identifier "param_6") () ")")) (compound_statement "{\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;\n case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;\n case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;\n case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;\n case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;\n case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;\n case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;\n default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);\n }" ({ "{") (case_statement "case 0:\n /* WARNING: Subroutine does not return */\n abort();" (case "case") (number_literal "0") (: ":") (comment "/* WARNING: Subroutine does not return */") (expression_statement "abort();" (call_expression "abort()" (identifier "abort") (argument_list "()" (( "(") () ")"))) (; ";"))) (case_statement "case 1:\n uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;" (case "case") (number_literal "1") (: ":") (expression_statement "uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,DAT_00013ca4 + 0x13a34,5)" (identifier "dcgettext") (argument_list "(0,DAT_00013ca4 + 0x13a34,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00013ca4 + 0x13a34" (identifier "DAT_00013ca4") (+ "+") (number_literal "0x13a34")) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5)" (identifier "__fprintf_chk") (argument_list "(param_1,1,uVar1,*param_5)" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (identifier "uVar1") (, ",") (pointer_expression "*param_5" (* "*") (identifier "param_5")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";"))) (case_statement "case 2:\n uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;" (case "case") (number_literal "2") (: ":") (expression_statement "uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,DAT_00013ca8 + 0x13a64,5)" (identifier "dcgettext") (argument_list "(0,DAT_00013ca8 + 0x13a64,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00013ca8 + 0x13a64" (identifier "DAT_00013ca8") (+ "+") (number_literal "0x13a64")) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5)" (identifier "__fprintf_chk") (argument_list "(param_1,1,uVar1,*param_5)" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (identifier "uVar1") (, ",") (pointer_expression "*param_5" (* "*") (identifier "param_5")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";"))) (case_statement "case 3:\n uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5);\n return;" (case "case") (number_literal "3") (: ":") (expression_statement "uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,DAT_00013cac + 0x13a9c,5)" (identifier "dcgettext") (argument_list "(0,DAT_00013cac + 0x13a9c,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00013cac + 0x13a9c" (identifier "DAT_00013cac") (+ "+") (number_literal "0x13a9c")) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5)" (identifier "__fprintf_chk") (argument_list "(param_1,1,uVar1,*param_5)" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (identifier "uVar1") (, ",") (pointer_expression "*param_5" (* "*") (identifier "param_5")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";"))) (case_statement "case 4:\n uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);\n break;" (case "case") (number_literal "4") (: ":") (expression_statement "uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,DAT_00013cb0 + 0x13adc,5)" (identifier "dcgettext") (argument_list "(0,DAT_00013cb0 + 0x13adc,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00013cb0 + 0x13adc" (identifier "DAT_00013cb0") (+ "+") (number_literal "0x13adc")) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3])" (identifier "__fprintf_chk") (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3])" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (identifier "uVar1") (, ",") (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") (] "]")) (, ",") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]")) () ")"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 5:\n uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);\n break;" (case "case") (number_literal "5") (: ":") (expression_statement "uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,DAT_00013cb4 + 0x13b20,5)" (identifier "dcgettext") (argument_list "(0,DAT_00013cb4 + 0x13b20,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00013cb4 + 0x13b20" (identifier "DAT_00013cb4") (+ "+") (number_literal "0x13b20")) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4])" (identifier "__fprintf_chk") (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4])" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (identifier "uVar1") (, ",") (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") (] "]")) (, ",") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]")) (, ",") (subscript_expression "param_5[4]" (identifier "param_5") ([ "[") (number_literal "4") (] "]")) () ")"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 6:\n uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);\n break;" (case "case") (number_literal "6") (: ":") (expression_statement "uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,DAT_00013cb8 + 0x13b6c,5)" (identifier "dcgettext") (argument_list "(0,DAT_00013cb8 + 0x13b6c,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00013cb8 + 0x13b6c" (identifier "DAT_00013cb8") (+ "+") (number_literal "0x13b6c")) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5])" (identifier "__fprintf_chk") (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5])" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (identifier "uVar1") (, ",") (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") (] "]")) (, ",") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]")) (, ",") (subscript_expression "param_5[4]" (identifier "param_5") ([ "[") (number_literal "4") (] "]")) (, ",") (subscript_expression "param_5[5]" (identifier "param_5") ([ "[") (number_literal "5") (] "]")) () ")"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 7:\n uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);\n break;" (case "case") (number_literal "7") (: ":") (expression_statement "uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,DAT_00013cbc + 0x13bc0,5)" (identifier "dcgettext") (argument_list "(0,DAT_00013cbc + 0x13bc0,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00013cbc + 0x13bc0" (identifier "DAT_00013cbc") (+ "+") (number_literal "0x13bc0")) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6])" (identifier "__fprintf_chk") (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6])" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (identifier "uVar1") (, ",") (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") (] "]")) (, ",") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]")) (, ",") (subscript_expression "param_5[4]" (identifier "param_5") ([ "[") (number_literal "4") (] "]")) (, ",") (subscript_expression "param_5[5]" (identifier "param_5") ([ "[") (number_literal "5") (] "]")) (, ",") (subscript_expression "param_5[6]" (identifier "param_5") ([ "[") (number_literal "6") (] "]")) () ")"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 8:\n uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);\n break;" (case "case") (number_literal "8") (: ":") (expression_statement "uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5);" (assignment_expression "uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,DAT_00013cc0 + 0x13c1c,5)" (identifier "dcgettext") (argument_list "(0,DAT_00013cc0 + 0x13c1c,5)" (( "(") (number_literal "0") (, ",") (binary_expression "DAT_00013cc0 + 0x13c1c" (identifier "DAT_00013cc0") (+ "+") (number_literal "0x13c1c")) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7])" (identifier "__fprintf_chk") (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7])" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (identifier "uVar1") (, ",") (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") (] "]")) (, ",") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]")) (, ",") (subscript_expression "param_5[4]" (identifier "param_5") ([ "[") (number_literal "4") (] "]")) (, ",") (subscript_expression "param_5[5]" (identifier "param_5") ([ "[") (number_literal "5") (] "]")) (, ",") (subscript_expression "param_5[6]" (identifier "param_5") ([ "[") (number_literal "6") (] "]")) (, ",") (subscript_expression "param_5[7]" (identifier "param_5") ([ "[") (number_literal "7") (] "]")) () ")"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 9:\n iVar2 = DAT_00013ca0 + 0x139c4;\n goto LAB_000139c0;" (case "case") (number_literal "9") (: ":") (expression_statement "iVar2 = DAT_00013ca0 + 0x139c4;" (assignment_expression "iVar2 = DAT_00013ca0 + 0x139c4" (identifier "iVar2") (= "=") (binary_expression "DAT_00013ca0 + 0x139c4" (identifier "DAT_00013ca0") (+ "+") (number_literal "0x139c4"))) (; ";")) (goto_statement "goto LAB_000139c0;" (goto "goto") (statement_identifier "LAB_000139c0") (; ";"))) (case_statement "default:\n iVar2 = DAT_00013cc4 + 0x13c80;\nLAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);\n __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);" (default "default") (: ":") (expression_statement "iVar2 = DAT_00013cc4 + 0x13c80;" (assignment_expression "iVar2 = DAT_00013cc4 + 0x13c80" (identifier "iVar2") (= "=") (binary_expression "DAT_00013cc4 + 0x13c80" (identifier "DAT_00013cc4") (+ "+") (number_literal "0x13c80"))) (; ";")) (labeled_statement "LAB_000139c0:\n uVar1 = dcgettext(0,iVar2,5);" (statement_identifier "LAB_000139c0") (: ":") (expression_statement "uVar1 = dcgettext(0,iVar2,5);" (assignment_expression "uVar1 = dcgettext(0,iVar2,5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,iVar2,5)" (identifier "dcgettext") (argument_list "(0,iVar2,5)" (( "(") (number_literal "0") (, ",") (identifier "iVar2") (, ",") (number_literal "5") () ")")))) (; ";"))) (expression_statement "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8]);" (call_expression "__fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8])" (identifier "__fprintf_chk") (argument_list "(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5],\n param_5[6],param_5[7],param_5[8])" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (identifier "uVar1") (, ",") (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") (] "]")) (, ",") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]")) (, ",") (subscript_expression "param_5[4]" (identifier "param_5") ([ "[") (number_literal "4") (] "]")) (, ",") (subscript_expression "param_5[5]" (identifier "param_5") ([ "[") (number_literal "5") (] "]")) (, ",") (subscript_expression "param_5[6]" (identifier "param_5") ([ "[") (number_literal "6") (] "]")) (, ",") (subscript_expression "param_5[7]" (identifier "param_5") ([ "[") (number_literal "7") (] "]")) (, ",") (subscript_expression "param_5[8]" (identifier "param_5") ([ "[") (number_literal "8") (] "]")) () ")"))) (; ";"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *stream,char *var_2,char *package,char *version,char **authors, size_t n_authors) { type_2 uVar1; char *__s; int var_8; var_8 = var_1 + 0x138f0; if (var_2 == (char *)0x0) { var_3(stream,1,var_4 + 0x139b0,package,version); } else { var_3(stream,1,var_5 + 0x13910,var_2,package,version); } uVar1 = var_6(0,var_7 + 0x13924,5); var_3(stream,1,*(type_2 *)(var_8 + var_9),uVar1,DAT_00013c94); __s = (char *)var_6(0,var_10 + 0x13958,5); var_11(__s,(type_1 *)stream); switch(n_authors) { case 0: /* WARNING: Subroutine does not return */ var_12(); case 1: uVar1 = var_6(0,var_13 + 0x13a34,5); var_3(stream,1,uVar1,*authors); return; case 2: uVar1 = var_6(0,var_14 + 0x13a64,5); var_3(stream,1,uVar1,*authors); return; case 3: uVar1 = var_6(0,var_15 + 0x13a9c,5); var_3(stream,1,uVar1,*authors); return; case 4: uVar1 = var_6(0,var_16 + 0x13adc,5); var_3(stream,1,uVar1,*authors,authors[1],authors[2],authors[3]); break; case 5: uVar1 = var_6(0,var_17 + 0x13b20,5); var_3(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4]); break; case 6: uVar1 = var_6(0,var_18 + 0x13b6c,5); var_3(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5]); break; case 7: uVar1 = var_6(0,var_19 + 0x13bc0,5); var_3(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5], authors[6]); break; case 8: uVar1 = var_6(0,var_20 + 0x13c1c,5); var_3(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5], authors[6],authors[7]); break; case 9: var_8 = var_21 + 0x139c4; goto LAB_000139c0; default: var_8 = var_22 + 0x13c80; LAB_000139c0: uVar1 = var_6(0,var_8,5); var_3(stream,1,uVar1,*authors,authors[1],authors[2],authors[3],authors[4],authors[5], authors[6],authors[7],authors[8]); } return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier) (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) (identifier) (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) (binary_expression left: (identifier) right: (number_literal)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (switch_statement condition: (parenthesized_expression (identifier)) body: (compound_statement (case_statement value: (number_literal) (comment) (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 (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (pointer_expression argument: (identifier))))) (return_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (pointer_expression argument: (identifier))))) (return_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (pointer_expression argument: (identifier))))) (return_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal))))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal))))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal))))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal))))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal))))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (goto_statement label: (statement_identifier))) (case_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)))))))) (return_statement))))
void MASKED(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4, undefined4 *param_5,undefined4 param_6) { undefined4 uVar1; char *__s; int iVar2; iVar2 = DAT_00013c84 + 0x138f0; if (param_2 == 0) { __fprintf_chk(param_1,1,DAT_00013c9c + 0x139b0,param_3,param_4); } else { __fprintf_chk(param_1,1,DAT_00013c88 + 0x13910,param_2,param_3,param_4); } uVar1 = dcgettext(0,DAT_00013c8c + 0x13924,5); __fprintf_chk(param_1,1,*(undefined4 *)(iVar2 + DAT_00013c90),uVar1,DAT_00013c94); __s = (char *)dcgettext(0,DAT_00013c98 + 0x13958,5); fputs_unlocked(__s,param_1); switch(param_6) { case 0: /* WARNING: Subroutine does not return */ abort(); case 1: uVar1 = dcgettext(0,DAT_00013ca4 + 0x13a34,5); __fprintf_chk(param_1,1,uVar1,*param_5); return; case 2: uVar1 = dcgettext(0,DAT_00013ca8 + 0x13a64,5); __fprintf_chk(param_1,1,uVar1,*param_5); return; case 3: uVar1 = dcgettext(0,DAT_00013cac + 0x13a9c,5); __fprintf_chk(param_1,1,uVar1,*param_5); return; case 4: uVar1 = dcgettext(0,DAT_00013cb0 + 0x13adc,5); __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3]); break; case 5: uVar1 = dcgettext(0,DAT_00013cb4 + 0x13b20,5); __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4]); break; case 6: uVar1 = dcgettext(0,DAT_00013cb8 + 0x13b6c,5); __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5]); break; case 7: uVar1 = dcgettext(0,DAT_00013cbc + 0x13bc0,5); __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5], param_5[6]); break; case 8: uVar1 = dcgettext(0,DAT_00013cc0 + 0x13c1c,5); __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5], param_5[6],param_5[7]); break; case 9: iVar2 = DAT_00013ca0 + 0x139c4; goto LAB_000139c0; default: iVar2 = DAT_00013cc4 + 0x13c80; LAB_000139c0: uVar1 = dcgettext(0,iVar2,5); __fprintf_chk(param_1,1,uVar1,*param_5,param_5[1],param_5[2],param_5[3],param_5[4],param_5[5], param_5[6],param_5[7],param_5[8]); } return; }
1,097
2425_arm-linux-gnueabi-dwp_and_arm-linux-gnueabi-dwp_strip.c
sort_before
FUN_00121754
/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */ /* WARNING: Struct "Output_section": ignoring overlapping field "name_" */ /* DWARF original prototype: bool sort_before(Output_reloc<4,_false,_64,_false> * this, Output_reloc<4,_false,_64,_false> * r2) */ bool __thiscall gold::Output_reloc<4,_false,_64,_false>::sort_before (Output_reloc<4,_false,_64,_false> *this,Output_reloc<4,_false,_64,_false> *r2) { undefined1 uVar1; int iVar2; uint uVar3; uint uVar4; uint uVar5; bool bVar6; iVar2 = Output_reloc<9,_false,_64,_false>::compare(&this->rel_,&r2->rel_); if (iVar2 < 0) { return true; } if (iVar2 != 0) { return false; } uVar3 = (uint)this->addend_; uVar4 = *(uint *)((int)&this->addend_ + 4); uVar5 = *(uint *)((int)&r2->addend_ + 4); bVar6 = uVar5 <= uVar4; if (uVar4 == uVar5) { bVar6 = (uint)r2->addend_ <= uVar3; } if (!bVar6) { uVar3 = 1; } uVar1 = (undefined1)uVar3; if (bVar6) { uVar1 = 0; } return (bool)uVar1; }
bool FUN_00121754(int param_1,int param_2) { int iVar1; bool bVar2; iVar1 = FUN_001216a0(); if (iVar1 < 0) { return true; } if (iVar1 == 0) { bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24); if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) { bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20); } return !bVar2; } return false; }
stmdb sp!,{r4,r5,r6,lr} cpy r5,r0 cpy r4,r1 bl 0x001216a0 cmp r0,#0x0 blt 0x00121794 beq 0x00121778 mov r0,#0x0 ldmia sp!,{r4,r5,r6,pc} ldrd r0,r1,[r5,#0x20] ldrd r2,r3,[r4,#0x20] cmp r1,r3 cmpeq r0,r2 movcc r0,#0x1 movcs r0,#0x0 ldmia sp!,{r4,r5,r6,pc} mov r0,#0x1 ldmia sp!,{r4,r5,r6,pc}
null
null
null
null
[(u'PTRSUB_-1207101289', u'CALL_-1207101580'), (u'SUBPIECE_-1207101270', u'MULTIEQUAL_-1207101315'), ('tmp_438', u'PTRSUB_-1207101288'), (u'SUBPIECE_-1207101270', u'INT_LESSEQUAL_-1207101467'), (u'BOOL_NEGATE_-1207101288', u'CBRANCH_-1207101463'), (u'PTRSUB_-1207101265', u'CAST_-1207101259'), (u'LOAD_-1207101503', u'INT_LESSEQUAL_-1207101483'), (u'LOAD_-1207101505', u'SUBPIECE_-1207101265'), (u'MULTIEQUAL_-1207101308', u'CBRANCH_-1207101445'), (u'COPY_-1207101373', u'RETURN_-1207101409'), (u'COPY_-1207101402', u'RETURN_-1207101511'), (u'PTRSUB_-1207101288', u'CALL_-1207101580'), (u'CALL_-1207101580', u'INT_SLESS_-1207101559'), (u'CALL_-1207101580', u'INT_NOTEQUAL_-1207101559'), ('tmp_213', u'CBRANCH_-1207101480'), ('const-0', u'SUBPIECE_-1207101270'), (u'INT_LESSEQUAL_-1207101467', u'MULTIEQUAL_-1207101308'), (u'MULTIEQUAL_-1207101315', u'SUBPIECE_-1207101267'), ('tmp_438', u'PTRSUB_-1207101266'), (u'INT_ADD_-1207101318', u'CAST_-1207101264'), ('const-0', u'SUBPIECE_-1207101267'), (u'CAST_-1207101258', u'LOAD_-1207101503'), (u'LOAD_-1207101511', u'INT_LESSEQUAL_-1207101483'), (u'CAST_-1207101264', u'LOAD_-1207101511'), ('const-0', u'RETURN_-1207101409'), (u'MULTIEQUAL_-1207101264', u'CAST_-1207101237'), (u'MULTIEQUAL_-1207101308', u'BOOL_NEGATE_-1207101288'), (u'INT_EQUAL_-1207101484', u'CBRANCH_-1207101480'), (u'PTRSUB_-1207101266', u'LOAD_-1207101505'), ('const-4', u'INT_ADD_-1207101311'), (u'COPY_-1207101364', u'RETURN_-1207101374'), ('const-4', u'INT_ADD_-1207101318'), (u'COPY_-1207101328', u'MULTIEQUAL_-1207101264'), ('const-0', u'COPY_-1207101402'), ('const-1', u'COPY_-1207101364'), ('const-417', u'LOAD_-1207101513'), ('tmp_281', u'CBRANCH_-1207101445'), (u'COPY_-1207101459', u'MULTIEQUAL_-1207101315'), ('tmp_87', u'CBRANCH_-1207101551'), ('const-0', u'RETURN_-1207101511'), (u'PTRSUB_-1207101272', u'CAST_-1207101265'), ('tmp_438', u'PTRSUB_-1207101265'), ('const-32', u'PTRSUB_-1207101266'), ('const-0', u'COPY_-1207101328'), (u'INT_LESSEQUAL_-1207101483', u'MULTIEQUAL_-1207101308'), (u'CAST_-1207101259', u'INT_ADD_-1207101311'), (u'SUBPIECE_-1207101265', u'INT_LESSEQUAL_-1207101467'), ('const-0', u'PTRSUB_-1207101288'), ('const-0', u'INT_SLESS_-1207101559'), ('const-0', u'PTRSUB_-1207101289'), ('const-417', u'LOAD_-1207101511'), ('const-417', u'LOAD_-1207101503'), ('const-32', u'PTRSUB_-1207101272'), ('tmp_437', u'PTRSUB_-1207101289'), (u'PTRSUB_-1207101273', u'LOAD_-1207101513'), ('tmp_437', u'PTRSUB_-1207101272'), ('tmp_244', u'CBRANCH_-1207101463'), (u'LOAD_-1207101503', u'INT_EQUAL_-1207101484'), ('const-1', u'COPY_-1207101459'), (u'LOAD_-1207101513', u'SUBPIECE_-1207101270'), (u'CAST_-1207101237', u'COPY_-1207101373'), (u'INT_SLESS_-1207101559', u'CBRANCH_-1207101556'), (u'SUBPIECE_-1207101267', u'MULTIEQUAL_-1207101264'), (u'CAST_-1207101265', u'INT_ADD_-1207101318'), ('tmp_85', u'CBRANCH_-1207101556'), ('const-0', u'SUBPIECE_-1207101265'), ('const-417', u'LOAD_-1207101505'), ('tmp_437', u'PTRSUB_-1207101273'), ('const-0', u'INT_NOTEQUAL_-1207101559'), (u'INT_ADD_-1207101311', u'CAST_-1207101258'), ('const-32', u'PTRSUB_-1207101273'), (u'LOAD_-1207101511', u'INT_EQUAL_-1207101484'), ('const-0', u'RETURN_-1207101374'), ('const-32', u'PTRSUB_-1207101265'), (u'INT_NOTEQUAL_-1207101559', u'CBRANCH_-1207101551')]
[(u'INT_ADD_-1207101495', u'CAST_-1207101274'), (u'COPY_-1207101314', u'RETURN_-1207101374'), (u'LOAD_-1207101503', u'INT_LESSEQUAL_-1207101483'), (u'CALL_-1207101580', u'INT_SLESS_-1207101559'), ('tmp_614', u'INT_ADD_-1207101487'), ('tmp_213', u'CBRANCH_-1207101480'), ('const-32', u'INT_ADD_-1207101489'), ('const-36', u'INT_ADD_-1207101487'), (u'BOOL_NEGATE_-1207101293', u'COPY_-1207101319'), (u'LOAD_-1207101511', u'INT_LESSEQUAL_-1207101483'), (u'INT_ADD_-1207101497', u'CAST_-1207101275'), (u'CALL_-1207101580', u'INT_EQUAL_-1207101560'), ('const-0', u'RETURN_-1207101409'), ('const-417', u'LOAD_-1207101503'), (u'INT_EQUAL_-1207101560', u'CBRANCH_-1207101551'), ('const-417', u'LOAD_-1207101511'), (u'CAST_-1207101268', u'LOAD_-1207101503'), (u'INT_EQUAL_-1207101484', u'CBRANCH_-1207101480'), (u'CAST_-1207101269', u'LOAD_-1207101505'), ('const-0', u'COPY_-1207101349'), (u'COPY_-1207101319', u'RETURN_-1207101409'), (u'INT_ADD_-1207101487', u'CAST_-1207101268'), ('const-36', u'INT_ADD_-1207101495'), ('tmp_613', u'INT_ADD_-1207101495'), ('const-0', u'RETURN_-1207101511'), ('tmp_87', u'CBRANCH_-1207101551'), (u'INT_LESSEQUAL_-1207101483', u'MULTIEQUAL_-1207101310'), ('const-0', u'INT_SLESS_-1207101559'), ('tmp_613', u'INT_ADD_-1207101497'), ('const-0', u'INT_EQUAL_-1207101560'), (u'LOAD_-1207101505', u'INT_LESSEQUAL_-1207101467'), (u'LOAD_-1207101503', u'INT_EQUAL_-1207101484'), (u'CAST_-1207101275', u'LOAD_-1207101513'), (u'LOAD_-1207101513', u'INT_LESSEQUAL_-1207101467'), ('tmp_614', u'INT_ADD_-1207101489'), (u'INT_SLESS_-1207101559', u'CBRANCH_-1207101556'), (u'CAST_-1207101274', u'LOAD_-1207101511'), (u'INT_ADD_-1207101489', u'CAST_-1207101269'), ('const-1', u'COPY_-1207101314'), ('tmp_85', u'CBRANCH_-1207101556'), (u'INT_LESSEQUAL_-1207101467', u'MULTIEQUAL_-1207101310'), ('const-417', u'LOAD_-1207101513'), (u'LOAD_-1207101511', u'INT_EQUAL_-1207101484'), (u'COPY_-1207101349', u'RETURN_-1207101511'), ('const-417', u'LOAD_-1207101505'), ('const-0', u'RETURN_-1207101374'), ('const-32', u'INT_ADD_-1207101497'), (u'MULTIEQUAL_-1207101310', u'BOOL_NEGATE_-1207101293')]
null
null
00121754
arm
O2
(translation_unit "bool FUN_00121754(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001216a0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}\n\n" (function_definition "bool FUN_00121754(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001216a0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}" primitive_type (function_declarator "FUN_00121754(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001216a0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (expression_statement "iVar1 = FUN_001216a0();" (assignment_expression "iVar1 = FUN_001216a0()" identifier = (call_expression "FUN_001216a0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar1 < 0) {\n return true;\n }" if (parenthesized_expression "(iVar1 < 0)" ( (binary_expression "iVar1 < 0" identifier < number_literal) )) (compound_statement "{\n return true;\n }" { (return_statement "return true;" return true ;) })) (if_statement "if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }" { (expression_statement "bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);" (assignment_expression "bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24)" identifier = (binary_expression "*(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24)" (pointer_expression "*(uint *)(param_2 + 0x24)" * (cast_expression "(uint *)(param_2 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x24)" ( (binary_expression "param_2 + 0x24" identifier + number_literal) )))) <= (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))))) ;) (if_statement "if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }" if (parenthesized_expression "(*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24))" ( (binary_expression "*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)" (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))) == (pointer_expression "*(uint *)(param_2 + 0x24)" * (cast_expression "(uint *)(param_2 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x24)" ( (binary_expression "param_2 + 0x24" identifier + number_literal) ))))) )) (compound_statement "{\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }" { (expression_statement "bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);" (assignment_expression "bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20)" identifier = (binary_expression "*(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20)" (pointer_expression "*(uint *)(param_2 + 0x20)" * (cast_expression "(uint *)(param_2 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) <= (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) )))))) ;) })) (return_statement "return !bVar2;" return (unary_expression "!bVar2" ! identifier) ;) })) (return_statement "return false;" return false ;) })))
(translation_unit "/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */\n/* WARNING: Struct "Output_section": ignoring overlapping field "name_" */\n/* DWARF original prototype: bool sort_before(Output_reloc<4,_false,_64,_false> * this,\n Output_reloc<4,_false,_64,_false> * r2) */\n\nbool __thiscall\ngold::Output_reloc<4,_false,_64,_false>::sort_before\n (Output_reloc<4,_false,_64,_false> *this,Output_reloc<4,_false,_64,_false> *r2)\n\n{\n undefined1 uVar1;\n int iVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n bool bVar6;\n \n iVar2 = Output_reloc<9,_false,_64,_false>::compare(&this->rel_,&r2->rel_);\n if (iVar2 < 0) {\n return true;\n }\n if (iVar2 != 0) {\n return false;\n }\n uVar3 = (uint)this->addend_;\n uVar4 = *(uint *)((int)&this->addend_ + 4);\n uVar5 = *(uint *)((int)&r2->addend_ + 4);\n bVar6 = uVar5 <= uVar4;\n if (uVar4 == uVar5) {\n bVar6 = (uint)r2->addend_ <= uVar3;\n }\n if (!bVar6) {\n uVar3 = 1;\n }\n uVar1 = (undefined1)uVar3;\n if (bVar6) {\n uVar1 = 0;\n }\n return (bool)uVar1;\n}\n\n" comment comment comment (declaration "bool __thiscall\ngold::Output_reloc<4,_false,_64,_false>::sort_before\n (Output_reloc<4,_false,_64,_false> *this,Output_reloc<4,_false,_64,_false> *r2)\n\n{\n undefined1 uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_false>::sort_before\n (Output_reloc<4,_false,_64,_false> *this,Output_reloc<4,_false,_64,_false> *r2)\n\n{\n undefined1" identifier > : : (function_declarator "sort_before\n (Output_reloc<4,_false,_64,_false> *this,Output_reloc<4,_false,_64,_false> *r2)" identifier (parameter_list "(Output_reloc<4,_false,_64,_false> *this,Output_reloc<4,_false,_64,_false> *r2)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *r2" type_identifier (ERROR ">" >) (pointer_declarator "*r2" * identifier)) ))) { identifier) identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (expression_statement "iVar2 = Output_reloc<9,_false,_64,_false>::compare(&this->rel_,&r2->rel_);" (update_expression "iVar2 = Output_reloc<9,_false,_64,_false>::compare(&this->rel_,&r2->rel_)" (binary_expression "iVar2 = Output_reloc<9,_false,_64,_false>::compare(&this->rel_,&r2->rel_)" (assignment_expression "iVar2 = Output_reloc<9" identifier = (binary_expression "Output_reloc<9" identifier < number_literal)) (ERROR ",_false,_64,_false" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "compare(&this->rel_,&r2->rel_)" identifier (argument_list "(&this->rel_,&r2->rel_)" ( (pointer_expression "&this->rel_" & (field_expression "this->rel_" identifier -> field_identifier)) , (pointer_expression "&r2->rel_" & (field_expression "r2->rel_" identifier -> field_identifier)) )))) --) ;) (if_statement "if (iVar2 < 0) {\n return true;\n }" if (parenthesized_expression "(iVar2 < 0)" ( (binary_expression "iVar2 < 0" identifier < number_literal) )) (compound_statement "{\n return true;\n }" { (return_statement "return true;" return true ;) })) (if_statement "if (iVar2 != 0) {\n return false;\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) })) (expression_statement "uVar3 = (uint)this->addend_;" (assignment_expression "uVar3 = (uint)this->addend_" identifier = (cast_expression "(uint)this->addend_" ( (type_descriptor "uint" type_identifier) ) (field_expression "this->addend_" identifier -> field_identifier))) ;) (expression_statement "uVar4 = *(uint *)((int)&this->addend_ + 4);" (assignment_expression "uVar4 = *(uint *)((int)&this->addend_ + 4)" identifier = (pointer_expression "*(uint *)((int)&this->addend_ + 4)" * (cast_expression "(uint *)((int)&this->addend_ + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&this->addend_ + 4)" ( (binary_expression "(int)&this->addend_ + 4" (cast_expression "(int)&this->addend_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&this->addend_" & (field_expression "this->addend_" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "uVar5 = *(uint *)((int)&r2->addend_ + 4);" (assignment_expression "uVar5 = *(uint *)((int)&r2->addend_ + 4)" identifier = (pointer_expression "*(uint *)((int)&r2->addend_ + 4)" * (cast_expression "(uint *)((int)&r2->addend_ + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&r2->addend_ + 4)" ( (binary_expression "(int)&r2->addend_ + 4" (cast_expression "(int)&r2->addend_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&r2->addend_" & (field_expression "r2->addend_" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "bVar6 = uVar5 <= uVar4;" (assignment_expression "bVar6 = uVar5 <= uVar4" identifier = (binary_expression "uVar5 <= uVar4" identifier <= identifier)) ;) (if_statement "if (uVar4 == uVar5) {\n bVar6 = (uint)r2->addend_ <= uVar3;\n }" if (parenthesized_expression "(uVar4 == uVar5)" ( (binary_expression "uVar4 == uVar5" identifier == identifier) )) (compound_statement "{\n bVar6 = (uint)r2->addend_ <= uVar3;\n }" { (expression_statement "bVar6 = (uint)r2->addend_ <= uVar3;" (assignment_expression "bVar6 = (uint)r2->addend_ <= uVar3" identifier = (binary_expression "(uint)r2->addend_ <= uVar3" (cast_expression "(uint)r2->addend_" ( (type_descriptor "uint" type_identifier) ) (field_expression "r2->addend_" identifier -> field_identifier)) <= identifier)) ;) })) (if_statement "if (!bVar6) {\n uVar3 = 1;\n }" if (parenthesized_expression "(!bVar6)" ( (unary_expression "!bVar6" ! identifier) )) (compound_statement "{\n uVar3 = 1;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) })) (expression_statement "uVar1 = (undefined1)uVar3;" (assignment_expression "uVar1 = (undefined1)uVar3" identifier = (cast_expression "(undefined1)uVar3" ( (type_descriptor "undefined1" type_identifier) ) identifier)) ;) (if_statement "if (bVar6) {\n uVar1 = 0;\n }" if (parenthesized_expression "(bVar6)" ( identifier )) (compound_statement "{\n uVar1 = 0;\n }" { (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) })) (return_statement "return (bool)uVar1;" return (cast_expression "(bool)uVar1" ( (type_descriptor "bool" primitive_type) ) identifier) ;) (ERROR "}" }))
(translation_unit "bool FUN_00121754(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001216a0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}\n\n" (function_definition "bool FUN_00121754(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001216a0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}" primitive_type (function_declarator "FUN_00121754(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001216a0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (expression_statement "iVar1 = FUN_001216a0();" (assignment_expression "iVar1 = FUN_001216a0()" identifier = (call_expression "FUN_001216a0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar1 < 0) {\n return true;\n }" if (parenthesized_expression "(iVar1 < 0)" ( (binary_expression "iVar1 < 0" identifier < number_literal) )) (compound_statement "{\n return true;\n }" { (return_statement "return true;" return true ;) })) (if_statement "if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }" { (expression_statement "bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);" (assignment_expression "bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24)" identifier = (binary_expression "*(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24)" (pointer_expression "*(uint *)(param_2 + 0x24)" * (cast_expression "(uint *)(param_2 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x24)" ( (binary_expression "param_2 + 0x24" identifier + number_literal) )))) <= (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))))) ;) (if_statement "if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }" if (parenthesized_expression "(*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24))" ( (binary_expression "*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)" (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))) == (pointer_expression "*(uint *)(param_2 + 0x24)" * (cast_expression "(uint *)(param_2 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x24)" ( (binary_expression "param_2 + 0x24" identifier + number_literal) ))))) )) (compound_statement "{\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }" { (expression_statement "bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);" (assignment_expression "bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20)" identifier = (binary_expression "*(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20)" (pointer_expression "*(uint *)(param_2 + 0x20)" * (cast_expression "(uint *)(param_2 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) <= (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) )))))) ;) })) (return_statement "return !bVar2;" return (unary_expression "!bVar2" ! identifier) ;) })) (return_statement "return false;" return false ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (return_statement return BOOL ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) })) (return_statement return (unary_expression ! IDENT) ;) })) (return_statement return BOOL ;) })))
(function_definition "bool FUN_00121754(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001216a0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}" (primitive_type "bool") (function_declarator "FUN_00121754(int param_1,int param_2)" (identifier "FUN_00121754") (parameter_list "(int param_1,int param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001216a0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "bool bVar2;" (primitive_type "bool") (identifier "bVar2") (; ";")) (expression_statement "iVar1 = FUN_001216a0();" (assignment_expression "iVar1 = FUN_001216a0()" (identifier "iVar1") (= "=") (call_expression "FUN_001216a0()" (identifier "FUN_001216a0") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar1 < 0) {\n return true;\n }" (if "if") (parenthesized_expression "(iVar1 < 0)" (( "(") (binary_expression "iVar1 < 0" (identifier "iVar1") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n return true;\n }" ({ "{") (return_statement "return true;" (return "return") (true "true") (; ";")) (} "}"))) (if_statement "if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }" ({ "{") (expression_statement "bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);" (assignment_expression "bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24)" (identifier "bVar2") (= "=") (binary_expression "*(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24)" (pointer_expression "*(uint *)(param_2 + 0x24)" (* "*") (cast_expression "(uint *)(param_2 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x24)" (( "(") (binary_expression "param_2 + 0x24" (identifier "param_2") (+ "+") (number_literal "0x24")) () ")")))) (<= "<=") (pointer_expression "*(uint *)(param_1 + 0x24)" (* "*") (cast_expression "(uint *)(param_1 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x24)" (( "(") (binary_expression "param_1 + 0x24" (identifier "param_1") (+ "+") (number_literal "0x24")) () ")")))))) (; ";")) (if_statement "if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }" (if "if") (parenthesized_expression "(*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24))" (( "(") (binary_expression "*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)" (pointer_expression "*(uint *)(param_1 + 0x24)" (* "*") (cast_expression "(uint *)(param_1 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x24)" (( "(") (binary_expression "param_1 + 0x24" (identifier "param_1") (+ "+") (number_literal "0x24")) () ")")))) (== "==") (pointer_expression "*(uint *)(param_2 + 0x24)" (* "*") (cast_expression "(uint *)(param_2 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x24)" (( "(") (binary_expression "param_2 + 0x24" (identifier "param_2") (+ "+") (number_literal "0x24")) () ")"))))) () ")")) (compound_statement "{\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }" ({ "{") (expression_statement "bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);" (assignment_expression "bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20)" (identifier "bVar2") (= "=") (binary_expression "*(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20)" (pointer_expression "*(uint *)(param_2 + 0x20)" (* "*") (cast_expression "(uint *)(param_2 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")")))) (<= "<=") (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")) () ")")))))) (; ";")) (} "}"))) (return_statement "return !bVar2;" (return "return") (unary_expression "!bVar2" (! "!") (identifier "bVar2")) (; ";")) (} "}"))) (return_statement "return false;" (return "return") (false "false") (; ";")) (} "}")))
/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */ /* WARNING: Struct "Output_section": ignoring overlapping field "name_" */ /* DWARF original prototype: bool sort_before(Output_reloc<4,_false,_64,_false> * this, Output_reloc<4,_false,_64,_false> * r2) */ bool __thiscall gold::var_1<4,_false,_64,_false>::sort_before (var_1<4,_false,_64,_false> *this,var_1<4,_false,_64,_false> *r2) { type_2 uVar1; int var_3; type_1 var_6; type_1 var_5; type_1 var_4; bool bVar6; var_3 = var_1<9,_false,_64,_false>::var_2(&this->rel_,&r2->rel_); if (var_3 < 0) { return true; } if (var_3 != 0) { return false; } var_6 = (type_1)this->addend_; var_5 = *(type_1 *)((int)&this->addend_ + 4); var_4 = *(type_1 *)((int)&r2->addend_ + 4); bVar6 = var_4 <= var_5; if (var_5 == var_4) { bVar6 = (type_1)r2->addend_ <= var_6; } if (!bVar6) { var_6 = 1; } uVar1 = (type_2)var_6; if (bVar6) { uVar1 = 0; } return (bool)uVar1; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (true)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_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 (unary_expression argument: (identifier))))) (return_statement (false)))))
bool MASKED(int param_1,int param_2) { int iVar1; bool bVar2; iVar1 = FUN_001216a0(); if (iVar1 < 0) { return true; } if (iVar1 == 0) { bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24); if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) { bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20); } return !bVar2; } return false; }
83,137
793_libMagickWand-7.Q16HDRI.so.8.0_and_libMagickWand-7.Q16HDRI.so.8.0_strip.c
MagickGetImageRegion
MagickGetImageRegion
/* WARNING: Enum "GravityType": Some values do not have unique names */ /* WARNING: Enum "DisposeType": Some values do not have unique names */ /* WARNING: Enum "ChannelType": Some values do not have unique names */ /* WARNING: Enum "PixelChannel": Some values do not have unique names */ /* WARNING: Enum "ExceptionType": Some values do not have unique names */ MagickWand * MagickGetImageRegion(MagickWand *wand,size_t width,size_t height,ssize_t x,ssize_t y) { Image *images; MagickWand *pMVar1; int iVar2; int *piVar3; RectangleInfo region; piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414); iVar2 = *piVar3; if (wand == (MagickWand *)0x0) { /* WARNING: Subroutine does not return */ __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438, (char *)(DAT_0007f42c + 0x7e978)); } if (wand->signature != DAT_0007f418) { /* WARNING: Subroutine does not return */ __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c), DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0)); } if (wand->debug != MagickFalse) { /* WARNING: Subroutine does not return */ LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428, DAT_0007f420 + 0x7f3a0,wand->name); } if (wand->images != (Image *)0x0) { region.y = y; region.width = width; region.height = height; region.x = x; images = (Image *)CropImage(wand->images,&region,wand->exception); if (images != (Image *)0x0) { pMVar1 = CloneMagickWandFromImages(wand,images); goto LAB_0007f368; } } pMVar1 = (MagickWand *)0x0; LAB_0007f368: if (iVar2 == *piVar3) { return pMVar1; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
void MagickGetImageRegion (int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5) { int iVar1; undefined4 uVar2; int *piVar3; undefined4 local_34; undefined4 local_30; undefined4 local_2c; undefined4 local_28; int local_24; piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414); local_24 = *piVar3; if (param_1 == 0) { /* WARNING: Subroutine does not return */ __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438, (char *)(DAT_0007f42c + 0x7e978)); } if (*(int *)(param_1 + 0x101c) != DAT_0007f418) { /* WARNING: Subroutine does not return */ __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c), DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0)); } if (*(int *)(param_1 + 0x1018) != 0) { LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428, DAT_0007f420 + 0x7f3a0,param_1 + 4); } if (*(int *)(param_1 + 0x1004) != 0) { local_28 = param_5; local_34 = param_2; local_30 = param_3; local_2c = param_4; iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c)); if (iVar1 != 0) { uVar2 = FUN_000730bc(param_1); goto LAB_0007f368; } } uVar2 = 0; LAB_0007f368: if (local_24 == *piVar3) { return; } /* WARNING: Subroutine does not return */ __stack_chk_fail(uVar2); }
stmdb sp!,{r4,r5,r6,r7,r8,r9,lr} ldr r12,[0x7f410] ldr lr,[0x7f414] add r12,pc,r12 ldr r6,[r12,lr] cpy r8,r1 ldr r1,[r6,#0x0] sub sp,sp,#0x24 subs r5,r0,#0x0 str r1,[sp,#0x1c] cpy r0,r12 beq 0x0007f3c4 add r4,r5,#0x1000 cpy r9,r2 cpy r7,r3 ldr r2,[r4,#0x1c] ldr r3,[0x7f418] cmp r2,r3 bne 0x0007f3ec ldr r3,[r4,#0x18] cmp r3,#0x0 bne 0x0007f380 ldr r0,[r4,#0x4] cmp r0,#0x0 beq 0x0007f3bc ldr r3,[sp,#0x40] add r1,sp,#0xc ldr r2,[r4,#0xc] str r8,[sp,#0xc] str r9,[sp,#0x10] str r7,[sp,#0x14] str r3,[sp,#0x18] bl 0x0001d660 subs r1,r0,#0x0 beq 0x0007f3bc cpy r0,r5 bl 0x000730bc ldr r2,[sp,#0x1c] ldr r3,[r6,#0x0] cmp r2,r3 bne 0x0007f3e8 add sp,sp,#0x24 ldmia sp!,{r4,r5,r6,r7,r8,r9,pc} ldr r2,[0x7f41c] add r1,r5,#0x4 ldr r3,[0x7f420] str r1,[sp,#0x4] add r2,pc,r2 ldr r1,[0x7f424] add r3,pc,r3 sub r2,r2,#0xa40 str r3,[sp,#0x0] sub r2,r2,#0x8 ldr r3,[0x7f428] add r1,pc,r1 mov r0,#0x40000 bl 0x0001d3a8 b 0x0007f32c mov r0,#0x0 b 0x0007f368 ldr r3,[0x7f42c] ldr r1,[0x7f430] ldr r0,[0x7f434] add r3,pc,r3 ldr r2,[0x7f438] sub r3,r3,#0xa60 add r1,pc,r1 add r0,pc,r0 bl 0x0001cc4c bl 0x0001d6b4 ldr r3,[0x7f43c] ldr r1,[0x7f440] ldr r0,[0x7f444] add r3,pc,r3 ldr r2,[0x7f448] sub r3,r3,#0xa60 add r1,pc,r1 add r0,pc,r0 bl 0x0001cc4c
null
null
null
null
[(u'MULTIEQUAL_-1206323643', u'COPY_-1206323687'), (u'MULTIEQUAL_-1206323571', u'MULTIEQUAL_-1206323656'), (u'CALL_-1206323844', u'INDIRECT_-1206323384'), (u'INDIRECT_-1206323566', u'MULTIEQUAL_-1206323454'), (u'CALL_-1206324198', u'INDIRECT_-1206323653'), (u'INT_ADD_-1206324471', u'INT_ADD_-1206324464'), (u'CALL_-1206324198', u'INDIRECT_-1206323478'), ('tmp_1128', u'PTRSUB_-1206323439'), ('tmp_2820', u'CALL_-1206323843'), (u'INDIRECT_-1206323497', u'COPY_-1206323551'), (u'LOAD_-1206324480', u'LOAD_-1206324469'), ('tmp_2818', u'MULTIEQUAL_-1206323506'), (u'CALL_-1206324198', u'INDIRECT_-1206323679'), ('tmp_2827', u'INT_ADD_-1206323851'), ('tmp_2828', u'MULTIEQUAL_-1206323441'), (u'INDIRECT_-1206323471', u'COPY_-1206323525'), (u'CALL_-1206324198', u'INDIRECT_-1206323666'), ('tmp_2819', u'MULTIEQUAL_-1206323493'), (u'CALL_-1206324198', u'MULTIEQUAL_-1206323879'), (u'MULTIEQUAL_-1206323630', u'COPY_-1206323674'), (u'INDIRECT_-1206323514', u'COPY_-1206323566'), (u'INDIRECT_-1206323692', u'MULTIEQUAL_-1206323682'), ('tmp_1128', u'INT_EQUAL_-1206324428'), (u'INDIRECT_-1206323487', u'MULTIEQUAL_-1206323380'), (u'CAST_-1206323251', u'CALL_-1206323843'), (u'INDIRECT_-1206323503', u'MULTIEQUAL_-1206323396'), (u'CALL_-1206324234', u'INDIRECT_-1206323683'), (u'MULTIEQUAL_-1206323380', u'MULTIEQUAL_-1206323465'), (u'MULTIEQUAL_-1206323372', u'MULTIEQUAL_-1206323457'), ('const-417', u'LOAD_-1206324385'), (u'MULTIEQUAL_-1206323506', u'MULTIEQUAL_-1206323591'), ('tmp_2818', u'INT_ADD_-1206323850'), (u'INDIRECT_-1206323546', u'COPY_-1206323604'), ('const-4100', u'PTRSUB_-1206323439'), (u'INDIRECT_-1206323462', u'MULTIEQUAL_-1206323457'), (u'CALL_-1206323844', u'INDIRECT_-1206323423'), (u'LOAD_-1206324322', u'CALL_-1206324234'), (u'PTRSUB_-1206323439', u'LOAD_-1206324322'), (u'CALL_-1206324198', u'INDIRECT_-1206323614'), (u'INDIRECT_-1206323455', u'COPY_-1206323513'), (u'COPY_-1206324055', u'MULTIEQUAL_-1206323879'), (u'LOAD_-1206324191', u'INT_EQUAL_-1206324172'), (u'INDIRECT_-1206323484', u'COPY_-1206323538'), (u'INT_NOTEQUAL_-1206324296', u'CBRANCH_-1206324294'), (u'CALL_-1206323843', u'INDIRECT_-1206323412'), ('tmp_2828', u'INT_ADD_-1206323840'), (u'MULTIEQUAL_-1206323591', u'COPY_-1206323635'), (u'CALL_-1206323844', u'INDIRECT_-1206323540'), ('tmp_1129', u'COPY_-1206323460'), (u'CAST_-1206323386', u'CALL_-1206324198'), ('const-521232', u'PTRSUB_-1206323222'), (u'INDIRECT_-1206323494', u'COPY_-1206323552'), (u'CAST_-1206323207', u'CALL_-1206323844'), ('tmp_2825', u'MULTIEQUAL_-1206323532'), (u'INDIRECT_-1206323540', u'MULTIEQUAL_-1206323428'), (u'CALL_-1206323843', u'INDIRECT_-1206323438'), (u'INDIRECT_-1206323438', u'COPY_-1206323488'), (u'MULTIEQUAL_-1206323578', u'COPY_-1206323622'), ('const-417', u'LOAD_-1206324191'), (u'CALL_-1206323843', u'INDIRECT_-1206323490'), ('tmp_2816', u'MULTIEQUAL_-1206323597'), (u'INT_NOTEQUAL_-1206324328', u'CBRANCH_-1206324325'), (u'MULTIEQUAL_-1206323617', u'COPY_-1206323661'), (u'INDIRECT_-1206323390', u'COPY_-1206323448'), ('const-0', u'INT_NOTEQUAL_-1206324213'), (u'MULTIEQUAL_-1206323480', u'MULTIEQUAL_-1206323565'), (u'INDIRECT_-1206323605', u'MULTIEQUAL_-1206323493'), (u'CALL_-1206323843', u'INDIRECT_-1206323529'), (u'INT_EQUAL_-1206324172', u'CBRANCH_-1206324168'), (u'INDIRECT_-1206323425', u'COPY_-1206323475'), (u'INDIRECT_-1206323666', u'MULTIEQUAL_-1206323656'), (u'INDIRECT_-1206323486', u'MULTIEQUAL_-1206323481'), ('const-521188', u'INT_ADD_-1206323850'), ('tmp_664', u'BRANCH_-1206324043'), (u'INDIRECT_-1206323451', u'COPY_-1206323501'), (u'CALL_-1206323844', u'INDIRECT_-1206323475'), (u'LOAD_-1206324385', u'INT_NOTEQUAL_-1206324360'), (u'CALL_-1206324015', u'INDIRECT_-1206323546'), (u'INDIRECT_-1206323501', u'COPY_-1206323553'), (u'LOAD_-1206324269', u'CALL_-1206324234'), (u'INDIRECT_-1206323520', u'COPY_-1206323578'), ('tmp_1130', u'COPY_-1206323459'), (u'INT_ADD_-1206323985', u'CALL_-1206323973'), (u'CALL_-1206324015', u'INDIRECT_-1206323507'), (u'MULTIEQUAL_-1206323493', u'MULTIEQUAL_-1206323578'), (u'INDIRECT_-1206323477', u'COPY_-1206323527'), (u'CALL_-1206323843', u'INDIRECT_-1206323568'), (u'MULTIEQUAL_-1206323467', u'MULTIEQUAL_-1206323552'), ('tmp_529', u'CBRANCH_-1206324168'), ('tmp_1128', u'CALL_-1206324198'), (u'CALL_-1206324015', u'INDIRECT_-1206323329'), (u'INDIRECT_-1206323468', u'COPY_-1206323526'), ('const-0', u'RETURN_-1206324122'), (u'CALL_-1206324015', u'INDIRECT_-1206323559'), (u'INDIRECT_-1206323536', u'COPY_-1206323590'), ('tmp_2824', u'INT_ADD_-1206323985'), (u'MULTIEQUAL_-1206323539', u'COPY_-1206323583'), (u'CAST_-1206323386', u'INT_NOTEQUAL_-1206324213'), (u'INDIRECT_-1206323579', u'MULTIEQUAL_-1206323467'), (u'CALL_-1206324234', u'INDIRECT_-1206323553'), (u'CALL_-1206323973', u'INDIRECT_-1206323562'), ('tmp_2815', u'MULTIEQUAL_-1206323610'), (u'CALL_-1206323843', u'INDIRECT_-1206323425'), ('const-417', u'LOAD_-1206324354'), ('tmp_2835', u'MULTIEQUAL_-1206323380'), (u'INDIRECT_-1206323481', u'COPY_-1206323539'), (u'CALL_-1206323843', u'INDIRECT_-1206323399'), (u'INDIRECT_-1206323657', u'MULTIEQUAL_-1206323545'), (u'INDIRECT_-1206323371', u'COPY_-1206323423'), (u'MULTIEQUAL_-1206323532', u'MULTIEQUAL_-1206323617'), (u'MULTIEQUAL_-1206323584', u'MULTIEQUAL_-1206323669'), (u'CALL_-1206323973', u'INDIRECT_-1206323627'), (u'PTRSUB_-1206323452', u'LOAD_-1206324354'), (u'CALL_-1206323973', u'INDIRECT_-1206323536'), (u'INDIRECT_-1206323618', u'MULTIEQUAL_-1206323506'), (u'INDIRECT_-1206323410', u'COPY_-1206323462'), (u'MULTIEQUAL_-1206323526', u'COPY_-1206323570'), ('const-4294967244', u'PTRSUB_-1206323422'), (u'INT_EQUAL_-1206324428', u'CBRANCH_-1206324414'), (u'MULTIEQUAL_-1206323610', u'MULTIEQUAL_-1206323695'), (u'INDIRECT_-1206323464', u'COPY_-1206323514'), (u'CALL_-1206324234', u'INDIRECT_-1206323631'), (u'CALL_-1206324234', u'INDIRECT_-1206323479'), ('const-4', u'PTRSUB_-1206323348'), (u'CALL_-1206323973', u'INDIRECT_-1206323497'), ('tmp_2821', u'MULTIEQUAL_-1206323584'), (u'CALL_-1206324234', u'INDIRECT_-1206323487'), (u'INDIRECT_-1206323507', u'COPY_-1206323565'), (u'INDIRECT_-1206323540', u'COPY_-1206323592'), (u'CALL_-1206324198', u'INDIRECT_-1206323470'), (u'CALL_-1206323844', u'INDIRECT_-1206323462'), (u'CALL_-1206324234', u'INDIRECT_-1206323670'), (u'INDIRECT_-1206323549', u'MULTIEQUAL_-1206323539'), (u'INDIRECT_-1206323470', u'MULTIEQUAL_-1206323465'), (u'CALL_-1206323973', u'INDIRECT_-1206323601'), (u'CALL_-1206324198', u'INDIRECT_-1206323562'), (u'CALL_-1206324015', u'INDIRECT_-1206323572'), ('const-417', u'LOAD_-1206324480'), (u'INDIRECT_-1206323575', u'COPY_-1206323629'), (u'MULTIEQUAL_-1206323669', u'COPY_-1206323713'), (u'INDIRECT_-1206323670', u'MULTIEQUAL_-1206323558'), (u'MULTIEQUAL_-1206323396', u'MULTIEQUAL_-1206323481'), (u'INDIRECT_-1206323562', u'MULTIEQUAL_-1206323552'), (u'CALL_-1206323844', u'INDIRECT_-1206323488'), (u'MULTIEQUAL_-1206323879', u'RETURN_-1206324122'), ('const-417', u'LOAD_-1206324269'), (u'LOAD_-1206324480', u'LOAD_-1206324191'), (u'CALL_-1206323973', u'INDIRECT_-1206323549'), (u'INT_ADD_-1206323839', u'CAST_-1206323251'), (u'CALL_-1206323844', u'INDIRECT_-1206323436'), (u'CALL_-1206324234', u'INDIRECT_-1206323503'), (u'INDIRECT_-1206323653', u'MULTIEQUAL_-1206323643'), (u'CALL_-1206324015', u'INDIRECT_-1206323468'), (u'CALL_-1206323973', u'INDIRECT_-1206323575'), (u'INDIRECT_-1206323683', u'MULTIEQUAL_-1206323571'), ('tmp_2822', u'MULTIEQUAL_-1206323571'), ('tmp_2821', u'INT_NOTEQUAL_-1206324360'), (u'MULTIEQUAL_-1206323682', u'COPY_-1206323726'), (u'INDIRECT_-1206323572', u'COPY_-1206323630'), (u'CALL_-1206323844', u'INDIRECT_-1206323410'), ('const-4108', u'PTRSUB_-1206323417'), (u'INDIRECT_-1206323631', u'MULTIEQUAL_-1206323519'), (u'INDIRECT_-1206323592', u'MULTIEQUAL_-1206323480'), (u'CALL_-1206324015', u'INDIRECT_-1206323337'), (u'INDIRECT_-1206323601', u'MULTIEQUAL_-1206323591'), (u'CALL_-1206323973', u'INDIRECT_-1206323484'), (u'INT_ADD_-1206324464', u'CAST_-1206323506'), (u'CALL_-1206323973', u'INDIRECT_-1206323445'), (u'CALL_-1206324198', u'INDIRECT_-1206323486'), (u'INDIRECT_-1206323640', u'MULTIEQUAL_-1206323630'), (u'CALL_-1206324234', u'INDIRECT_-1206323495'), (u'INDIRECT_-1206323581', u'COPY_-1206323631'), (u'CALL_-1206324015', u'INDIRECT_-1206323533'), (u'CALL_-1206324234', u'INDIRECT_-1206323696'), (u'INDIRECT_-1206323614', u'COPY_-1206323668'), ('tmp_482', u'CBRANCH_-1206324211'), (u'MULTIEQUAL_-1206323656', u'COPY_-1206323700'), (u'INDIRECT_-1206323436', u'COPY_-1206323488'), (u'CALL_-1206323844', u'INDIRECT_-1206323449'), (u'INDIRECT_-1206323449', u'COPY_-1206323501'), ('const-4124', u'PTRSUB_-1206323469'), ('tmp_2836', u'MULTIEQUAL_-1206323372'), ('const-521140', u'INT_ADD_-1206323985'), ('tmp_2822', u'INT_ADD_-1206324001'), (u'CALL_-1206324015', u'INDIRECT_-1206323353'), (u'INDIRECT_-1206323627', u'COPY_-1206323681'), (u'MULTIEQUAL_-1206323428', u'MULTIEQUAL_-1206323513'), (u'INT_NOTEQUAL_-1206324213', u'CBRANCH_-1206324211'), (u'INT_ADD_-1206323861', u'CAST_-1206323261'), ('tmp_2823', u'MULTIEQUAL_-1206323558'), (u'CALL_-1206323843', u'INDIRECT_-1206323542'), (u'MULTIEQUAL_-1206323695', u'COPY_-1206323739'), (u'INDIRECT_-1206323503', u'COPY_-1206323553'), ('tmp_1128', u'PTRSUB_-1206323452'), ('tmp_1128', u'PTRSUB_-1206323348'), (u'INDIRECT_-1206323510', u'COPY_-1206323564'), (u'INDIRECT_-1206323523', u'MULTIEQUAL_-1206323513'), ('tmp_2827', u'MULTIEQUAL_-1206323454'), ('const-518560', u'INT_ADD_-1206323862'), (u'CALL_-1206324015', u'INDIRECT_-1206323345'), (u'CALL_-1206324234', u'INDIRECT_-1206323592'), (u'INDIRECT_-1206323588', u'COPY_-1206323642'), ('tmp_2826', u'MULTIEQUAL_-1206323467'), (u'CAST_-1206323506', u'LOAD_-1206324480'), (u'INDIRECT_-1206323559', u'COPY_-1206323617'), (u'PTRSUB_-1206323417', u'LOAD_-1206324269'), (u'PTRSUB_-1206323222', u'CAST_-1206323208'), ('const-521192', u'INT_ADD_-1206323839'), ('tmp_2829', u'CALL_-1206323844'), ('tmp_176', u'CBRANCH_-1206324414'), ('tmp_2815', u'INT_ADD_-1206324471'), (u'INDIRECT_-1206323562', u'COPY_-1206323616'), (u'CALL_-1206324234', u'INDIRECT_-1206323540'), ('tmp_1128', u'PTRSUB_-1206323469'), (u'MULTIEQUAL_-1206323604', u'COPY_-1206323648'), ('tmp_1705', u'PTRSUB_-1206323422'), (u'CALL_-1206324015', u'INDIRECT_-1206323416'), (u'CALL_-1206323844', u'INDIRECT_-1206323501'), (u'CAST_-1206323256', u'CALL_-1206323843'), (u'INDIRECT_-1206323568', u'COPY_-1206323618'), (u'CALL_-1206324234', u'INDIRECT_-1206323657'), (u'CALL_-1206324198', u'INDIRECT_-1206323549'), (u'INDIRECT_-1206323527', u'COPY_-1206323579'), (u'INDIRECT_-1206323479', u'MULTIEQUAL_-1206323372'), (u'INDIRECT_-1206323529', u'COPY_-1206323579'), (u'CALL_-1206323844', u'INDIRECT_-1206323397'), (u'INDIRECT_-1206323403', u'COPY_-1206323461'), (u'INDIRECT_-1206323423', u'COPY_-1206323475'), (u'CALL_-1206323843', u'INDIRECT_-1206323503'), (u'CALL_-1206324015', u'INDIRECT_-1206323442'), (u'CALL_-1206324198', u'INDIRECT_-1206323627'), ('const-4120', u'PTRSUB_-1206323452'), (u'INDIRECT_-1206323523', u'COPY_-1206323577'), (u'CALL_-1206323843', u'INDIRECT_-1206323516'), (u'INT_NOTEQUAL_-1206324360', u'CBRANCH_-1206324357'), (u'CAST_-1206323213', u'CALL_-1206323844'), (u'INT_ADD_-1206324039', u'CALL_-1206323973'), ('const-417', u'LOAD_-1206324469'), (u'INDIRECT_-1206323722', u'MULTIEQUAL_-1206323610'), ('tmp_1128', u'PTRSUB_-1206323417'), (u'INDIRECT_-1206323644', u'MULTIEQUAL_-1206323532'), ('const-1', u'RETURN_-1206323839'), (u'INDIRECT_-1206323458', u'COPY_-1206323512'), (u'CALL_-1206323843', u'INDIRECT_-1206323477'), (u'MULTIEQUAL_-1206323441', u'MULTIEQUAL_-1206323526'), (u'PTRSUB_-1206323469', u'LOAD_-1206324385'), (u'CALL_-1206324234', u'INDIRECT_-1206323579'), ('const-0', u'PTRSUB_-1206323222'), (u'CALL_-1206324198', u'INDIRECT_-1206323692'), (u'INT_ADD_-1206323850', u'CAST_-1206323256'), (u'CALL_-1206324234', u'INDIRECT_-1206323722'), (u'INDIRECT_-1206323575', u'MULTIEQUAL_-1206323565'), (u'INDIRECT_-1206323588', u'MULTIEQUAL_-1206323578'), ('const-1', u'RETURN_-1206324010'), (u'MULTIEQUAL_-1206323552', u'COPY_-1206323596'), (u'CALL_-1206324015', u'INDIRECT_-1206323494'), ('tmp_1131', u'COPY_-1206323458'), (u'CALL_-1206324234', u'CAST_-1206323386'), (u'PTRSUB_-1206323348', u'CALL_-1206323973'), (u'CALL_-1206324198', u'INDIRECT_-1206323536'), (u'INDIRECT_-1206323516', u'COPY_-1206323566'), (u'INDIRECT_-1206323475', u'COPY_-1206323527'), (u'INDIRECT_-1206323358', u'COPY_-1206323410'), (u'CALL_-1206324198', u'INDIRECT_-1206323588'), ('tmp_2817', u'MULTIEQUAL_-1206323519'), (u'INT_ADD_-1206324001', u'CALL_-1206323973'), ('const-417', u'LOAD_-1206324322'), (u'CALL_-1206324198', u'INDIRECT_-1206323705'), (u'INDIRECT_-1206323536', u'MULTIEQUAL_-1206323526'), ('tmp_2823', u'INT_ADD_-1206324039'), (u'INDIRECT_-1206323553', u'MULTIEQUAL_-1206323441'), (u'INDIRECT_-1206323601', u'COPY_-1206323655'), (u'CALL_-1206323843', u'INDIRECT_-1206323464'), ('const-1', u'RETURN_-1206323838'), ('const-520936', u'INT_ADD_-1206324471'), (u'CALL_-1206324015', u'INDIRECT_-1206323390'), (u'INDIRECT_-1206323442', u'COPY_-1206323500'), (u'MULTIEQUAL_-1206323558', u'MULTIEQUAL_-1206323643'), ('tmp_2834', u'MULTIEQUAL_-1206323388'), (u'INDIRECT_-1206323416', u'COPY_-1206323474'), (u'CALL_-1206324015', u'INDIRECT_-1206323429'), (u'MULTIEQUAL_-1206323519', u'MULTIEQUAL_-1206323604'), (u'PTRSUB_-1206323422', u'CALL_-1206324234'), ('const-262144', u'CALL_-1206323973'), ('tmp_2825', u'CALL_-1206323973'), (u'INDIRECT_-1206323462', u'COPY_-1206323514'), (u'INDIRECT_-1206323705', u'MULTIEQUAL_-1206323695'), ('tmp_2829', u'MULTIEQUAL_-1206323428'), ('tmp_2826', u'INT_ADD_-1206323862'), (u'MULTIEQUAL_-1206323565', u'COPY_-1206323609'), (u'CALL_-1206323843', u'INDIRECT_-1206323555'), ('const-518480', u'INT_ADD_-1206324001'), (u'INDIRECT_-1206323429', u'COPY_-1206323487'), (u'MULTIEQUAL_-1206323513', u'COPY_-1206323557'), ('tmp_2820', u'MULTIEQUAL_-1206323480'), (u'LOAD_-1206324469', u'INT_EQUAL_-1206324172'), (u'CAST_-1206323261', u'CALL_-1206323843'), ('const-0', u'INT_NOTEQUAL_-1206324328'), ('tmp_308', u'CBRANCH_-1206324325'), (u'INDIRECT_-1206323445', u'COPY_-1206323499'), (u'INDIRECT_-1206323542', u'COPY_-1206323592'), (u'CALL_-1206324015', u'INDIRECT_-1206323403'), (u'CALL_-1206324198', u'INDIRECT_-1206323640'), (u'MULTIEQUAL_-1206323454', u'MULTIEQUAL_-1206323539'), (u'CALL_-1206323973', u'INDIRECT_-1206323523'), (u'LOAD_-1206324354', u'INT_NOTEQUAL_-1206324328'), (u'CALL_-1206323843', u'INDIRECT_-1206323581'), (u'INDIRECT_-1206323397', u'COPY_-1206323449'), (u'CAST_-1206323218', u'CALL_-1206323844'), ('tmp_254', u'CBRANCH_-1206324357'), (u'INDIRECT_-1206323627', u'MULTIEQUAL_-1206323617'), (u'INDIRECT_-1206323399', u'COPY_-1206323449'), ('const-521120', u'INT_ADD_-1206324039'), (u'CALL_-1206323844', u'INDIRECT_-1206323371'), (u'CALL_-1206324234', u'INDIRECT_-1206323605'), (u'INDIRECT_-1206323679', u'MULTIEQUAL_-1206323669'), (u'CALL_-1206323844', u'INDIRECT_-1206323527'), ('tmp_1132', u'COPY_-1206324246'), (u'CALL_-1206324234', u'INDIRECT_-1206323644'), (u'CALL_-1206324015', u'INDIRECT_-1206323455'), (u'CALL_-1206323844', u'INDIRECT_-1206323514'), ('const-1', u'RETURN_-1206323968'), ('const-0', u'INT_NOTEQUAL_-1206324296'), (u'CALL_-1206324198', u'INDIRECT_-1206323575'), (u'INDIRECT_-1206323549', u'COPY_-1206323603'), (u'INDIRECT_-1206323614', u'MULTIEQUAL_-1206323604'), (u'CALL_-1206324234', u'INDIRECT_-1206323618'), (u'CALL_-1206323973', u'INDIRECT_-1206323510'), (u'INT_ADD_-1206323851', u'CAST_-1206323213'), (u'MULTIEQUAL_-1206323597', u'MULTIEQUAL_-1206323682'), (u'CALL_-1206323973', u'INDIRECT_-1206323458'), (u'CALL_-1206324234', u'INDIRECT_-1206323709'), (u'INDIRECT_-1206323696', u'MULTIEQUAL_-1206323584'), (u'INDIRECT_-1206323495', u'MULTIEQUAL_-1206323388'), (u'CALL_-1206323973', u'INDIRECT_-1206323588'), ('const-521228', u'INT_ADD_-1206323851'), ('tmp_2819', u'INT_ADD_-1206323839'), (u'INDIRECT_-1206323709', u'MULTIEQUAL_-1206323597'), (u'CALL_-1206324015', u'INDIRECT_-1206323520'), (u'CALL_-1206323973', u'INDIRECT_-1206323471'), (u'CALL_-1206324198', u'INDIRECT_-1206323601'), (u'MULTIEQUAL_-1206323388', u'MULTIEQUAL_-1206323473'), ('tmp_2824', u'MULTIEQUAL_-1206323545'), ('const-0', u'COPY_-1206324055'), (u'INDIRECT_-1206323555', u'COPY_-1206323605'), (u'INDIRECT_-1206323533', u'COPY_-1206323591'), (u'INT_ADD_-1206323840', u'CAST_-1206323207'), (u'INDIRECT_-1206323488', u'COPY_-1206323540'), ('tmp_2817', u'INT_ADD_-1206323861'), (u'CALL_-1206324015', u'INDIRECT_-1206323481'), (u'CALL_-1206323844', u'INDIRECT_-1206323358'), (u'LOAD_-1206324322', u'INT_NOTEQUAL_-1206324296'), (u'CALL_-1206323843', u'INDIRECT_-1206323451'), ('const-0', u'INT_EQUAL_-1206324428'), ('const-518520', u'INT_ADD_-1206323861'), (u'INDIRECT_-1206323478', u'MULTIEQUAL_-1206323473'), (u'CALL_-1206324198', u'INDIRECT_-1206323462'), (u'MULTIEQUAL_-1206323545', u'MULTIEQUAL_-1206323630'), (u'CAST_-1206323208', u'INT_ADD_-1206323840'), ('tmp_2816', u'INT_ADD_-1206324464'), (u'CALL_-1206324234', u'INDIRECT_-1206323566'), (u'INDIRECT_-1206323490', u'COPY_-1206323540'), ('tmp_360', u'CBRANCH_-1206324294'), (u'INDIRECT_-1206323412', u'COPY_-1206323462'), ('tmp_2833', u'MULTIEQUAL_-1206323396'), (u'CALL_-1206324198', u'INDIRECT_-1206323523'), (u'CALL_-1206323973', u'INDIRECT_-1206323614'), (u'INDIRECT_-1206323384', u'COPY_-1206323436'), (u'INT_ADD_-1206323862', u'CAST_-1206323218')]
[('tmp_2988', u'CALL_-1206323845'), (u'INDIRECT_-1206323453', u'COPY_-1206323511'), (u'MULTIEQUAL_-1206323648', u'MULTIEQUAL_-1206323505'), (u'LOAD_-1206324480', u'LOAD_-1206324469'), (u'CALL_-1206323845', u'INDIRECT_-1206323330'), (u'MULTIEQUAL_-1206323479', u'MULTIEQUAL_-1206323564'), (u'CALL_-1206323973', u'INDIRECT_-1206323508'), (u'INDIRECT_-1206323668', u'MULTIEQUAL_-1206323557'), (u'CALL_-1206323973', u'INDIRECT_-1206323359'), (u'CALL_-1206324234', u'INDIRECT_-1206323616'), (u'INDIRECT_-1206323544', u'COPY_-1206323602'), (u'MULTIEQUAL_-1206323577', u'COPY_-1206323620'), (u'CAST_-1206323399', u'LOAD_-1206324354'), (u'INDIRECT_-1206323445', u'MULTIEQUAL_-1206323338'), (u'CALL_-1206324015', u'INDIRECT_-1206323440'), (u'MULTIEQUAL_-1206323609', u'MULTIEQUAL_-1206323466'), (u'INDIRECT_-1206323388', u'COPY_-1206323446'), (u'MULTIEQUAL_-1206323642', u'COPY_-1206323685'), ('tmp_1798', u'INT_ADD_-1206324306'), (u'CALL_-1206324198', u'INDIRECT_-1206323612'), (u'CALL_-1206323844', u'INDIRECT_-1206323423'), (u'CALL_-1206324015', u'INDIRECT_-1206323322'), (u'INDIRECT_-1206323564', u'MULTIEQUAL_-1206323453'), (u'MULTIEQUAL_-1206323531', u'MULTIEQUAL_-1206323616'), ('const-0', u'INT_NOTEQUAL_-1206324328'), (u'MULTIEQUAL_-1206323570', u'MULTIEQUAL_-1206323427'), (u'LOAD_-1206324322', u'CALL_-1206324234'), (u'CALL_-1206323844', u'INDIRECT_-1206323540'), ('tmp_2984', u'MULTIEQUAL_-1206323648'), (u'INDIRECT_-1206323482', u'MULTIEQUAL_-1206323609'), ('tmp_1798', u'INT_ADD_-1206324338'), (u'MULTIEQUAL_-1206323512', u'COPY_-1206323555'), (u'INDIRECT_-1206323514', u'COPY_-1206323565'), (u'INT_ADD_-1206324464', u'CAST_-1206323468'), (u'INT_ADD_-1206323841', u'CAST_-1206323168'), (u'INDIRECT_-1206323384', u'COPY_-1206323435'), (u'MULTIEQUAL_-1206323427', u'MULTIEQUAL_-1206323512'), (u'CALL_-1206324234', u'INDIRECT_-1206323603'), (u'INT_NOTEQUAL_-1206324328', u'CBRANCH_-1206324325'), (u'CALL_-1206324234', u'INDIRECT_-1206323445'), (u'CALL_-1206324015', u'INDIRECT_-1206323531'), ('tmp_2976', u'MULTIEQUAL_-1206323635'), (u'CALL_-1206324198', u'INDIRECT_-1206323599'), (u'INDIRECT_-1206323401', u'COPY_-1206323459'), (u'CALL_-1206323844', u'INDIRECT_-1206323475'), (u'INT_ADD_-1206324306', u'CAST_-1206323386'), (u'CALL_-1206324015', u'INDIRECT_-1206323388'), (u'MULTIEQUAL_-1206323525', u'COPY_-1206323568'), (u'INT_ADD_-1206323985', u'CALL_-1206323973'), ('tmp_2981', u'MULTIEQUAL_-1206323687'), (u'CALL_-1206324198', u'INDIRECT_-1206323573'), (u'INDIRECT_-1206323495', u'MULTIEQUAL_-1206323486'), (u'MULTIEQUAL_-1206323629', u'COPY_-1206323672'), (u'CALL_-1206324198', u'INDIRECT_-1206323625'), (u'INDIRECT_-1206323638', u'MULTIEQUAL_-1206323629'), (u'INDIRECT_-1206323397', u'COPY_-1206323448'), (u'CALL_-1206324015', u'INDIRECT_-1206323453'), ('tmp_2983', u'MULTIEQUAL_-1206323661'), (u'CALL_-1206323973', u'INDIRECT_-1206323443'), (u'CALL_-1206323845', u'INDIRECT_-1206323254'), (u'CALL_-1206324198', u'INDIRECT_-1206323508'), ('const-4120', u'INT_ADD_-1206324338'), (u'COPY_-1206324055', u'MULTIEQUAL_-1206323871'), ('const-4', u'INT_ADD_-1206324077'), (u'MULTIEQUAL_-1206323655', u'COPY_-1206323698'), (u'CALL_-1206324234', u'INDIRECT_-1206323655'), (u'INT_EQUAL_-1206324428', u'CBRANCH_-1206324414'), (u'MULTIEQUAL_-1206323596', u'MULTIEQUAL_-1206323453'), (u'CALL_-1206324198', u'INDIRECT_-1206323677'), (u'INT_ADD_-1206324077', u'CALL_-1206323973'), (u'INDIRECT_-1206323534', u'MULTIEQUAL_-1206323525'), (u'MULTIEQUAL_-1206323401', u'MULTIEQUAL_-1206323486'), ('tmp_2975', u'INT_ADD_-1206324464'), (u'CALL_-1206324234', u'INDIRECT_-1206323525'), (u'CALL_-1206323844', u'INDIRECT_-1206323462'), ('const-262144', u'CALL_-1206323973'), ('const-4100', u'INT_ADD_-1206324306'), ('tmp_2980', u'INT_NOTEQUAL_-1206324360'), (u'CALL_-1206324234', u'INDIRECT_-1206323564'), (u'INDIRECT_-1206323586', u'MULTIEQUAL_-1206323577'), ('tmp_1798', u'INT_ADD_-1206324369'), (u'INT_ADD_-1206323840', u'CAST_-1206323213'), (u'INDIRECT_-1206323573', u'MULTIEQUAL_-1206323700'), ('tmp_2986', u'MULTIEQUAL_-1206323570'), (u'CALL_-1206323844', u'INDIRECT_-1206323488'), (u'LOAD_-1206324480', u'LOAD_-1206324191'), (u'INDIRECT_-1206323603', u'MULTIEQUAL_-1206323492'), (u'CALL_-1206324198', u'INDIRECT_-1206323419'), (u'INDIRECT_-1206323560', u'MULTIEQUAL_-1206323687'), ('const-417', u'LOAD_-1206324322'), (u'CALL_-1206323844', u'INDIRECT_-1206323410'), ('tmp_2988', u'MULTIEQUAL_-1206323544'), (u'INDIRECT_-1206323664', u'MULTIEQUAL_-1206323655'), (u'INDIRECT_-1206323495', u'MULTIEQUAL_-1206323622'), (u'MULTIEQUAL_-1206323538', u'COPY_-1206323581'), (u'INDIRECT_-1206323629', u'MULTIEQUAL_-1206323518'), ('tmp_2987', u'INT_ADD_-1206323841'), (u'INDIRECT_-1206323410', u'COPY_-1206323461'), (u'CALL_-1206323973', u'INDIRECT_-1206323417'), (u'CALL_-1206324234', u'INDIRECT_-1206323577'), (u'CAST_-1206323223', u'CALL_-1206323844'), (u'CALL_-1206323845', u'INDIRECT_-1206323382'), (u'INT_NOTEQUAL_-1206324213', u'CBRANCH_-1206324211'), (u'CALL_-1206324015', u'INDIRECT_-1206323505'), (u'CALL_-1206324015', u'INDIRECT_-1206323492'), (u'CALL_-1206324234', u'INDIRECT_-1206323642'), (u'CALL_-1206324198', u'INDIRECT_-1206323560'), (u'MULTIEQUAL_-1206323603', u'COPY_-1206323646'), ('const-417', u'LOAD_-1206324191'), (u'INDIRECT_-1206323551', u'MULTIEQUAL_-1206323440'), (u'CALL_-1206323845', u'INDIRECT_-1206323356'), (u'INDIRECT_-1206323512', u'MULTIEQUAL_-1206323401'), (u'INDIRECT_-1206323655', u'MULTIEQUAL_-1206323544'), (u'CALL_-1206323973', u'INDIRECT_-1206323430'), (u'INDIRECT_-1206323417', u'MULTIEQUAL_-1206323544'), (u'INDIRECT_-1206323456', u'MULTIEQUAL_-1206323583'), (u'INDIRECT_-1206323472', u'MULTIEQUAL_-1206323365'), (u'CALL_-1206323845', u'INDIRECT_-1206323512'), (u'INDIRECT_-1206323553', u'COPY_-1206323604'), ('const-521120', u'INT_ADD_-1206324039'), (u'CAST_-1206323365', u'LOAD_-1206324269'), (u'INT_ADD_-1206323852', u'CAST_-1206323174'), (u'CALL_-1206323973', u'INDIRECT_-1206323521'), ('tmp_2982', u'MULTIEQUAL_-1206323674'), (u'INDIRECT_-1206323382', u'COPY_-1206323435'), ('tmp_176', u'CBRANCH_-1206324414'), ('tmp_2977', u'MULTIEQUAL_-1206323622'), (u'CALL_-1206323973', u'INDIRECT_-1206323377'), (u'CALL_-1206323844', u'INDIRECT_-1206323501'), ('const-417', u'LOAD_-1206324385'), (u'INDIRECT_-1206323469', u'MULTIEQUAL_-1206323596'), (u'CALL_-1206323844', u'INDIRECT_-1206323397'), ('tmp_1798', u'INT_ADD_-1206324077'), (u'MULTIEQUAL_-1206323490', u'MULTIEQUAL_-1206323347'), (u'MULTIEQUAL_-1206323365', u'MULTIEQUAL_-1206323450'), (u'INDIRECT_-1206323531', u'COPY_-1206323589'), (u'INDIRECT_-1206323430', u'MULTIEQUAL_-1206323557'), ('tmp_2985', u'INT_ADD_-1206323863'), (u'CALL_-1206323973', u'INDIRECT_-1206323368'), ('tmp_2979', u'MULTIEQUAL_-1206323596'), (u'CAST_-1206323179', u'CALL_-1206323845'), (u'CALL_-1206323844', u'INDIRECT_-1206323295'), (u'INDIRECT_-1206323547', u'MULTIEQUAL_-1206323538'), ('const-1', u'RETURN_-1206324010'), (u'INDIRECT_-1206323466', u'COPY_-1206323524'), (u'CAST_-1206323420', u'LOAD_-1206324385'), (u'INT_ADD_-1206324001', u'CALL_-1206323973'), (u'MULTIEQUAL_-1206323329', u'MULTIEQUAL_-1206323414'), (u'MULTIEQUAL_-1206323635', u'MULTIEQUAL_-1206323492'), ('tmp_2976', u'INT_ADD_-1206323862'), (u'MULTIEQUAL_-1206323440', u'MULTIEQUAL_-1206323525'), (u'INT_ADD_-1206324253', u'CAST_-1206323365'), (u'INDIRECT_-1206323377', u'MULTIEQUAL_-1206323508'), (u'CALL_-1206324234', u'INT_NOTEQUAL_-1206324213'), ('const-0', u'PTRSUB_-1206323179'), (u'CALL_-1206323845', u'INDIRECT_-1206323460'), ('tmp_2985', u'MULTIEQUAL_-1206323583'), ('const-521192', u'INT_ADD_-1206323840'), (u'INDIRECT_-1206323427', u'COPY_-1206323485'), (u'CALL_-1206324234', u'INDIRECT_-1206323629'), (u'MULTIEQUAL_-1206323499', u'MULTIEQUAL_-1206323356'), (u'CALL_-1206323844', u'INDIRECT_-1206323553'), (u'INDIRECT_-1206323371', u'COPY_-1206323422'), (u'MULTIEQUAL_-1206323338', u'MULTIEQUAL_-1206323423'), ('tmp_2978', u'MULTIEQUAL_-1206323609'), (u'INDIRECT_-1206323479', u'COPY_-1206323537'), (u'INDIRECT_-1206323443', u'MULTIEQUAL_-1206323570'), (u'MULTIEQUAL_-1206323700', u'MULTIEQUAL_-1206323557'), (u'CAST_-1206323386', u'LOAD_-1206324322'), ('tmp_308', u'CBRANCH_-1206324325'), (u'LOAD_-1206324354', u'INT_NOTEQUAL_-1206324328'), ('tmp_2979', u'CALL_-1206323844'), (u'INDIRECT_-1206323375', u'COPY_-1206323433'), (u'CALL_-1206324198', u'INDIRECT_-1206323547'), (u'INDIRECT_-1206323341', u'MULTIEQUAL_-1206323472'), (u'INDIRECT_-1206323436', u'COPY_-1206323487'), ('tmp_254', u'CBRANCH_-1206324357'), (u'INDIRECT_-1206323508', u'MULTIEQUAL_-1206323635'), (u'INT_ADD_-1206324338', u'CAST_-1206323399'), ('tmp_1803', u'COPY_-1206323420'), (u'CALL_-1206324234', u'INDIRECT_-1206323463'), (u'CALL_-1206323844', u'INDIRECT_-1206323514'), (u'CALL_-1206324234', u'INDIRECT_-1206323681'), (u'CALL_-1206323973', u'INDIRECT_-1206323482'), (u'INDIRECT_-1206323525', u'MULTIEQUAL_-1206323414'), (u'INDIRECT_-1206323423', u'COPY_-1206323474'), (u'INDIRECT_-1206323505', u'COPY_-1206323563'), (u'MULTIEQUAL_-1206323713', u'MULTIEQUAL_-1206323570'), (u'CALL_-1206324015', u'INDIRECT_-1206323304'), ('const-1', u'RETURN_-1206323839'), ('const-518480', u'INT_ADD_-1206324001'), (u'INDIRECT_-1206323518', u'COPY_-1206323576'), (u'CALL_-1206324198', u'INDIRECT_-1206323446'), (u'INDIRECT_-1206323499', u'COPY_-1206323552'), (u'INT_ADD_-1206323851', u'CAST_-1206323218'), (u'CALL_-1206323973', u'INDIRECT_-1206323599'), (u'MULTIEQUAL_-1206323544', u'MULTIEQUAL_-1206323401'), (u'INDIRECT_-1206323534', u'MULTIEQUAL_-1206323661'), (u'INDIRECT_-1206323488', u'COPY_-1206323539'), (u'PTRSUB_-1206323382', u'CALL_-1206324234'), (u'INDIRECT_-1206323492', u'COPY_-1206323550'), (u'CALL_-1206324234', u'INDIRECT_-1206323694'), (u'INDIRECT_-1206323573', u'MULTIEQUAL_-1206323564'), (u'CALL_-1206324234', u'INDIRECT_-1206323551'), (u'CALL_-1206324015', u'INDIRECT_-1206323375'), (u'INT_ADD_-1206323862', u'CAST_-1206323223'), ('tmp_1798', u'INT_ADD_-1206324253'), (u'INDIRECT_-1206323538', u'MULTIEQUAL_-1206323427'), (u'MULTIEQUAL_-1206323347', u'MULTIEQUAL_-1206323432'), ('tmp_1797', u'COPY_-1206323422'), ('const-0', u'INT_EQUAL_-1206324428'), (u'MULTIEQUAL_-1206323414', u'MULTIEQUAL_-1206323499'), ('const-417', u'LOAD_-1206324354'), ('tmp_360', u'CBRANCH_-1206324294'), ('const-417', u'LOAD_-1206324480'), (u'INDIRECT_-1206323475', u'COPY_-1206323526'), (u'CALL_-1206323844', u'INDIRECT_-1206323384'), (u'MULTIEQUAL_-1206323622', u'MULTIEQUAL_-1206323479'), ('const-0', u'INT_NOTEQUAL_-1206324296'), (u'INT_ADD_-1206324471', u'INT_ADD_-1206324464'), (u'CALL_-1206324234', u'INDIRECT_-1206323590'), ('tmp_2986', u'INT_ADD_-1206323852'), (u'CALL_-1206323973', u'INDIRECT_-1206323573'), ('const-521188', u'INT_ADD_-1206323851'), (u'CALL_-1206323973', u'INDIRECT_-1206323534'), (u'CALL_-1206324015', u'INDIRECT_-1206323427'), (u'INDIRECT_-1206323642', u'MULTIEQUAL_-1206323531'), ('const-521232', u'PTRSUB_-1206323179'), (u'MULTIEQUAL_-1206323466', u'MULTIEQUAL_-1206323551'), (u'INDIRECT_-1206323455', u'MULTIEQUAL_-1206323450'), (u'CALL_-1206324015', u'INDIRECT_-1206323544'), (u'CALL_-1206323845', u'INDIRECT_-1206323395'), (u'INDIRECT_-1206323462', u'COPY_-1206323513'), ('const-1', u'RETURN_-1206323840'), (u'INDIRECT_-1206323612', u'MULTIEQUAL_-1206323603'), ('tmp_2975', u'MULTIEQUAL_-1206323713'), ('const-521140', u'INT_ADD_-1206323985'), (u'LOAD_-1206324191', u'INT_EQUAL_-1206324172'), (u'INDIRECT_-1206323540', u'COPY_-1206323591'), (u'INDIRECT_-1206323625', u'MULTIEQUAL_-1206323616'), (u'INT_NOTEQUAL_-1206324296', u'CBRANCH_-1206324294'), (u'MULTIEQUAL_-1206323551', u'COPY_-1206323594'), (u'CAST_-1206323174', u'CALL_-1206323845'), ('const-518520', u'INT_ADD_-1206323862'), (u'INDIRECT_-1206323599', u'MULTIEQUAL_-1206323726'), (u'CALL_-1206324234', u'INDIRECT_-1206323436'), (u'CALL_-1206324234', u'INDIRECT_-1206323538'), ('tmp_2974', u'MULTIEQUAL_-1206323726'), (u'INDIRECT_-1206323560', u'MULTIEQUAL_-1206323551'), (u'INDIRECT_-1206323343', u'COPY_-1206323396'), ('const-4124', u'INT_ADD_-1206324369'), (u'MULTIEQUAL_-1206323505', u'MULTIEQUAL_-1206323590'), (u'INDIRECT_-1206323681', u'MULTIEQUAL_-1206323570'), ('const-0', u'INT_NOTEQUAL_-1206324213'), (u'MULTIEQUAL_-1206323668', u'COPY_-1206323711'), (u'INDIRECT_-1206323447', u'COPY_-1206323500'), (u'INT_EQUAL_-1206324172', u'CBRANCH_-1206324168'), ('tmp_664', u'BRANCH_-1206324043'), (u'LOAD_-1206324385', u'INT_NOTEQUAL_-1206324360'), (u'INDIRECT_-1206323586', u'MULTIEQUAL_-1206323713'), (u'LOAD_-1206324269', u'CALL_-1206324234'), (u'MULTIEQUAL_-1206323544', u'MULTIEQUAL_-1206323629'), (u'CALL_-1206324015', u'INDIRECT_-1206323362'), (u'INDIRECT_-1206323437', u'MULTIEQUAL_-1206323432'), ('const-0', u'RETURN_-1206324122'), (u'MULTIEQUAL_-1206323871', u'CALL_-1206324015'), (u'CALL_-1206323973', u'INDIRECT_-1206323495'), (u'CAST_-1206323168', u'CALL_-1206323845'), ('tmp_529', u'CBRANCH_-1206324168'), (u'MULTIEQUAL_-1206323492', u'MULTIEQUAL_-1206323577'), ('tmp_894', u'BRANCH_-1206323971'), (u'CAST_-1206323169', u'INT_ADD_-1206323841'), (u'INDIRECT_-1206323350', u'MULTIEQUAL_-1206323481'), (u'MULTIEQUAL_-1206323481', u'MULTIEQUAL_-1206323338'), ('const-4294967244', u'PTRSUB_-1206323382'), ('const-518560', u'INT_ADD_-1206323863'), (u'INDIRECT_-1206323440', u'COPY_-1206323498'), (u'CALL_-1206323845', u'INDIRECT_-1206323447'), (u'CALL_-1206323845', u'INDIRECT_-1206323421'), (u'INDIRECT_-1206323460', u'COPY_-1206323513'), (u'MULTIEQUAL_-1206323726', u'MULTIEQUAL_-1206323583'), (u'INDIRECT_-1206323616', u'MULTIEQUAL_-1206323505'), (u'MULTIEQUAL_-1206323508', u'MULTIEQUAL_-1206323365'), ('tmp_2977', u'INT_ADD_-1206323851'), (u'MULTIEQUAL_-1206323453', u'MULTIEQUAL_-1206323538'), (u'INDIRECT_-1206323436', u'MULTIEQUAL_-1206323329'), (u'INDIRECT_-1206323599', u'MULTIEQUAL_-1206323590'), (u'CALL_-1206323973', u'INDIRECT_-1206323456'), (u'INDIRECT_-1206323330', u'COPY_-1206323383'), (u'MULTIEQUAL_-1206323674', u'MULTIEQUAL_-1206323531'), (u'CALL_-1206324015', u'INDIRECT_-1206323466'), (u'INDIRECT_-1206323369', u'COPY_-1206323422'), (u'CALL_-1206324198', u'INDIRECT_-1206323437'), (u'CALL_-1206324234', u'INDIRECT_-1206323512'), ('tmp_2993', u'MULTIEQUAL_-1206323499'), ('tmp_1798', u'CALL_-1206324198'), (u'CALL_-1206323845', u'INDIRECT_-1206323343'), ('tmp_2978', u'INT_ADD_-1206323840'), (u'MULTIEQUAL_-1206323518', u'MULTIEQUAL_-1206323603'), (u'MULTIEQUAL_-1206323616', u'COPY_-1206323659'), (u'INDIRECT_-1206323486', u'COPY_-1206323539'), (u'MULTIEQUAL_-1206323356', u'MULTIEQUAL_-1206323441'), (u'INT_ADD_-1206324369', u'CAST_-1206323420'), (u'CALL_-1206324198', u'INDIRECT_-1206323534'), (u'CALL_-1206323973', u'INDIRECT_-1206323586'), ('tmp_2984', u'CALL_-1206323973'), (u'CALL_-1206323844', u'INDIRECT_-1206323436'), ('const-4108', u'INT_ADD_-1206324253'), (u'INDIRECT_-1206323368', u'MULTIEQUAL_-1206323499'), (u'CALL_-1206324234', u'INDIRECT_-1206323472'), (u'PTRSUB_-1206323179', u'CAST_-1206323169'), (u'CALL_-1206324015', u'INDIRECT_-1206323414'), (u'INDIRECT_-1206323434', u'COPY_-1206323487'), (u'INDIRECT_-1206323677', u'MULTIEQUAL_-1206323668'), (u'CALL_-1206324015', u'INDIRECT_-1206323313'), ('const-521228', u'INT_ADD_-1206323852'), (u'CALL_-1206323973', u'INDIRECT_-1206323350'), ('tmp_482', u'CBRANCH_-1206324211'), (u'CALL_-1206324234', u'INDIRECT_-1206323668'), (u'CALL_-1206323844', u'INDIRECT_-1206323449'), (u'MULTIEQUAL_-1206323570', u'MULTIEQUAL_-1206323655'), ('tmp_2989', u'COPY_-1206324246'), (u'INDIRECT_-1206323359', u'MULTIEQUAL_-1206323490'), ('const-520936', u'INT_ADD_-1206324471'), (u'INDIRECT_-1206323473', u'COPY_-1206323526'), (u'MULTIEQUAL_-1206323557', u'MULTIEQUAL_-1206323642'), (u'CALL_-1206324015', u'INDIRECT_-1206323286'), (u'INDIRECT_-1206323449', u'COPY_-1206323500'), (u'CALL_-1206324015', u'INDIRECT_-1206323295'), (u'INDIRECT_-1206323446', u'MULTIEQUAL_-1206323441'), (u'INDIRECT_-1206323414', u'COPY_-1206323472'), (u'CALL_-1206323845', u'INDIRECT_-1206323369'), ('tmp_2992', u'MULTIEQUAL_-1206323508'), (u'MULTIEQUAL_-1206323590', u'COPY_-1206323633'), (u'CALL_-1206324015', u'INDIRECT_-1206323479'), (u'INDIRECT_-1206323512', u'COPY_-1206323565'), (u'INDIRECT_-1206323408', u'COPY_-1206323461'), (u'CALL_-1206323973', u'INDIRECT_-1206323560'), ('const-417', u'LOAD_-1206324469'), (u'INDIRECT_-1206323694', u'MULTIEQUAL_-1206323583'), (u'CALL_-1206324198', u'INDIRECT_-1206323428'), (u'INT_NOTEQUAL_-1206324360', u'CBRANCH_-1206324357'), (u'CAST_-1206323213', u'CALL_-1206323844'), ('tmp_1798', u'INT_EQUAL_-1206324428'), (u'INT_ADD_-1206324039', u'CALL_-1206323973'), (u'CALL_-1206323973', u'INDIRECT_-1206323547'), (u'CALL_-1206324198', u'INDIRECT_-1206323495'), (u'MULTIEQUAL_-1206323557', u'MULTIEQUAL_-1206323414'), (u'INDIRECT_-1206323419', u'MULTIEQUAL_-1206323414'), (u'INDIRECT_-1206323501', u'COPY_-1206323552'), (u'CALL_-1206324198', u'INDIRECT_-1206323521'), (u'MULTIEQUAL_-1206323414', u'INT_EQUAL_-1206324172'), (u'MULTIEQUAL_-1206323564', u'COPY_-1206323607'), (u'INDIRECT_-1206323577', u'MULTIEQUAL_-1206323466'), (u'MULTIEQUAL_-1206323583', u'MULTIEQUAL_-1206323668'), ('const-417', u'LOAD_-1206324269'), (u'CALL_-1206323845', u'INDIRECT_-1206323473'), (u'CALL_-1206323845', u'INDIRECT_-1206323486'), (u'INDIRECT_-1206323527', u'COPY_-1206323578'), (u'CALL_-1206324015', u'INDIRECT_-1206323518'), (u'CALL_-1206324015', u'INDIRECT_-1206323401'), (u'CALL_-1206324198', u'INDIRECT_-1206323651'), (u'CALL_-1206324198', u'INDIRECT_-1206323638'), (u'INDIRECT_-1206323463', u'MULTIEQUAL_-1206323356'), (u'INDIRECT_-1206323547', u'MULTIEQUAL_-1206323674'), (u'MULTIEQUAL_-1206323499', u'COPY_-1206323542'), (u'INDIRECT_-1206323454', u'MULTIEQUAL_-1206323347'), (u'CALL_-1206324198', u'INDIRECT_-1206323455'), ('tmp_2981', u'INT_ADD_-1206324001'), (u'CALL_-1206323973', u'INDIRECT_-1206323341'), (u'MULTIEQUAL_-1206323687', u'MULTIEQUAL_-1206323544'), (u'CALL_-1206323845', u'INDIRECT_-1206323408'), (u'INDIRECT_-1206323421', u'COPY_-1206323474'), (u'CALL_-1206324234', u'INDIRECT_-1206323454'), (u'CALL_-1206323973', u'INDIRECT_-1206323469'), (u'INDIRECT_-1206323590', u'MULTIEQUAL_-1206323479'), (u'INDIRECT_-1206323508', u'MULTIEQUAL_-1206323499'), (u'CALL_-1206324198', u'MULTIEQUAL_-1206323871'), (u'MULTIEQUAL_-1206323472', u'MULTIEQUAL_-1206323329'), ('tmp_2994', u'MULTIEQUAL_-1206323490'), ('tmp_2974', u'INT_ADD_-1206324471'), ('tmp_2987', u'MULTIEQUAL_-1206323557'), (u'MULTIEQUAL_-1206323583', u'MULTIEQUAL_-1206323440'), (u'CAST_-1206323218', u'CALL_-1206323844'), ('tmp_1788', u'PTRSUB_-1206323382'), ('tmp_2980', u'MULTIEQUAL_-1206323700'), (u'CALL_-1206324198', u'INDIRECT_-1206323664'), (u'CALL_-1206323844', u'INDIRECT_-1206323371'), (u'CALL_-1206323844', u'INDIRECT_-1206323527'), (u'CALL_-1206323845', u'INDIRECT_-1206323434'), (u'INDIRECT_-1206323428', u'MULTIEQUAL_-1206323423'), ('tmp_2995', u'MULTIEQUAL_-1206323481'), (u'CALL_-1206323845', u'INDIRECT_-1206323499'), ('tmp_2982', u'INT_ADD_-1206324039'), (u'MULTIEQUAL_-1206323486', u'COPY_-1206323529'), ('tmp_1802', u'COPY_-1206323421'), (u'CALL_-1206324198', u'INDIRECT_-1206323586'), (u'LOAD_-1206324469', u'MULTIEQUAL_-1206323472'), (u'INDIRECT_-1206323356', u'COPY_-1206323409'), (u'INDIRECT_-1206323521', u'MULTIEQUAL_-1206323512'), (u'CAST_-1206323468', u'LOAD_-1206324480'), (u'INT_ADD_-1206323863', u'CAST_-1206323179'), (u'INDIRECT_-1206323521', u'MULTIEQUAL_-1206323648'), ('const-0', u'COPY_-1206324055'), (u'INDIRECT_-1206323395', u'COPY_-1206323448'), (u'MULTIEQUAL_-1206323661', u'MULTIEQUAL_-1206323518'), (u'LOAD_-1206324322', u'INT_NOTEQUAL_-1206324296'), ('tmp_2983', u'INT_ADD_-1206323985'), (u'INDIRECT_-1206323362', u'COPY_-1206323420'), (u'INDIRECT_-1206323651', u'MULTIEQUAL_-1206323642')]
null
null
0007f2d4
arm
O2
(translation_unit "void MagickGetImageRegion\n (int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n undefined4 uVar2;\n int *piVar3;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);\n local_24 = *piVar3;\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }\n if (*(int *)(param_1 + 0x101c) != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }\n if (*(int *)(param_1 + 0x1018) != 0) {\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);\n }\n if (*(int *)(param_1 + 0x1004) != 0) {\n local_28 = param_5;\n local_34 = param_2;\n local_30 = param_3;\n local_2c = param_4;\n iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));\n if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }\n }\n uVar2 = 0;\nLAB_0007f368:\n if (local_24 == *piVar3) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar2);\n}\n\n" (function_definition "void MagickGetImageRegion\n (int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n undefined4 uVar2;\n int *piVar3;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);\n local_24 = *piVar3;\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }\n if (*(int *)(param_1 + 0x101c) != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }\n if (*(int *)(param_1 + 0x1018) != 0) {\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);\n }\n if (*(int *)(param_1 + 0x1004) != 0) {\n local_28 = param_5;\n local_34 = param_2;\n local_30 = param_3;\n local_2c = param_4;\n iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));\n if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }\n }\n uVar2 = 0;\nLAB_0007f368:\n if (local_24 == *piVar3) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar2);\n}" primitive_type (function_declarator "MagickGetImageRegion\n (int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" identifier (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n int *piVar3;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);\n local_24 = *piVar3;\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }\n if (*(int *)(param_1 + 0x101c) != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }\n if (*(int *)(param_1 + 0x1018) != 0) {\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);\n }\n if (*(int *)(param_1 + 0x1004) != 0) {\n local_28 = param_5;\n local_34 = param_2;\n local_30 = param_3;\n local_2c = param_4;\n iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));\n if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }\n }\n uVar2 = 0;\nLAB_0007f368:\n if (local_24 == *piVar3) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar2);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined4 local_30;" type_identifier identifier ;) (declaration "undefined4 local_2c;" type_identifier identifier ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "int local_24;" primitive_type identifier ;) (expression_statement "piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);" (assignment_expression "piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" identifier = (pointer_expression "*(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" * (cast_expression "(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" ( (binary_expression "DAT_0007f410 + 0x7f2e8 + DAT_0007f414" (binary_expression "DAT_0007f410 + 0x7f2e8" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_24 = *piVar3;" (assignment_expression "local_24 = *piVar3" identifier = (pointer_expression "*piVar3" * identifier)) ;) (if_statement "if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\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((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }" { comment (expression_statement "__assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));" (call_expression "__assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978))" identifier (argument_list "((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978))" ( (cast_expression "(char *)(DAT_0007f434 + 0x7f3e8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f434 + 0x7f3e8)" ( (binary_expression "DAT_0007f434 + 0x7f3e8" identifier + number_literal) ))) , (cast_expression "(char *)(DAT_0007f430 + 0x7f3e4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f430 + 0x7f3e4)" ( (binary_expression "DAT_0007f430 + 0x7f3e4" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_0007f42c + 0x7e978)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f42c + 0x7e978)" ( (binary_expression "DAT_0007f42c + 0x7e978" identifier + number_literal) ))) ))) ;) })) (if_statement "if (*(int *)(param_1 + 0x101c) != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x101c) != DAT_0007f418)" ( (binary_expression "*(int *)(param_1 + 0x101c) != DAT_0007f418" (pointer_expression "*(int *)(param_1 + 0x101c)" * (cast_expression "(int *)(param_1 + 0x101c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x101c)" ( (binary_expression "param_1 + 0x101c" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }" { comment (expression_statement "__assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));" (call_expression "__assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0))" identifier (argument_list "((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0))" ( (cast_expression "(char *)((int)&DAT_0007f410 + DAT_0007f444)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_0007f410 + DAT_0007f444)" ( (binary_expression "(int)&DAT_0007f410 + DAT_0007f444" (cast_expression "(int)&DAT_0007f410" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_0007f410" & identifier)) + identifier) ))) , (cast_expression "(char *)(DAT_0007f440 + 0x7f40c)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f440 + 0x7f40c)" ( (binary_expression "DAT_0007f440 + 0x7f40c" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_0007f43c + 0x7e9a0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f43c + 0x7e9a0)" ( (binary_expression "DAT_0007f43c + 0x7e9a0" identifier + number_literal) ))) ))) ;) })) (if_statement "if (*(int *)(param_1 + 0x1018) != 0) {\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x1018) != 0)" ( (binary_expression "*(int *)(param_1 + 0x1018) != 0" (pointer_expression "*(int *)(param_1 + 0x1018)" * (cast_expression "(int *)(param_1 + 0x1018)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1018)" ( (binary_expression "param_1 + 0x1018" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);\n }" { (expression_statement "LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);" (call_expression "LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4)" identifier (argument_list "(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4)" ( number_literal , (binary_expression "DAT_0007f424 + 0x7f3b4" identifier + number_literal) , (binary_expression "DAT_0007f41c + 0x7e950" identifier + number_literal) , identifier , (binary_expression "DAT_0007f420 + 0x7f3a0" identifier + number_literal) , (binary_expression "param_1 + 4" identifier + number_literal) ))) ;) })) (if_statement "if (*(int *)(param_1 + 0x1004) != 0) {\n local_28 = param_5;\n local_34 = param_2;\n local_30 = param_3;\n local_2c = param_4;\n iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));\n if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x1004) != 0)" ( (binary_expression "*(int *)(param_1 + 0x1004) != 0" (pointer_expression "*(int *)(param_1 + 0x1004)" * (cast_expression "(int *)(param_1 + 0x1004)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1004)" ( (binary_expression "param_1 + 0x1004" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n local_28 = param_5;\n local_34 = param_2;\n local_30 = param_3;\n local_2c = param_4;\n iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));\n if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }\n }" { (expression_statement "local_28 = param_5;" (assignment_expression "local_28 = param_5" identifier = identifier) ;) (expression_statement "local_34 = param_2;" (assignment_expression "local_34 = param_2" identifier = identifier) ;) (expression_statement "local_30 = param_3;" (assignment_expression "local_30 = param_3" identifier = identifier) ;) (expression_statement "local_2c = param_4;" (assignment_expression "local_2c = param_4" identifier = identifier) ;) (expression_statement "iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));" (assignment_expression "iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c))" identifier = (call_expression "CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c))" identifier (argument_list "(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c))" ( (pointer_expression "*(int *)(param_1 + 0x1004)" * (cast_expression "(int *)(param_1 + 0x1004)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1004)" ( (binary_expression "param_1 + 0x1004" identifier + number_literal) )))) , (pointer_expression "&local_34" & identifier) , (pointer_expression "*(undefined4 *)(param_1 + 0x100c)" * (cast_expression "(undefined4 *)(param_1 + 0x100c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x100c)" ( (binary_expression "param_1 + 0x100c" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }" { (expression_statement "uVar2 = FUN_000730bc(param_1);" (assignment_expression "uVar2 = FUN_000730bc(param_1)" identifier = (call_expression "FUN_000730bc(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (goto_statement "goto LAB_0007f368;" goto statement_identifier ;) })) })) (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;) (labeled_statement "LAB_0007f368:\n if (local_24 == *piVar3) {\n return;\n }" statement_identifier : (if_statement "if (local_24 == *piVar3) {\n return;\n }" if (parenthesized_expression "(local_24 == *piVar3)" ( (binary_expression "local_24 == *piVar3" identifier == (pointer_expression "*piVar3" * identifier)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) }))) comment (expression_statement "__stack_chk_fail(uVar2);" (call_expression "__stack_chk_fail(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) })))
(translation_unit "/* WARNING: Enum "GravityType": Some values do not have unique names */\n/* WARNING: Enum "DisposeType": Some values do not have unique names */\n/* WARNING: Enum "ChannelType": Some values do not have unique names */\n/* WARNING: Enum "PixelChannel": Some values do not have unique names */\n/* WARNING: Enum "ExceptionType": Some values do not have unique names */\n\nMagickWand * MagickGetImageRegion(MagickWand *wand,size_t width,size_t height,ssize_t x,ssize_t y)\n\n{\n Image *images;\n MagickWand *pMVar1;\n int iVar2;\n int *piVar3;\n RectangleInfo region;\n \n piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);\n iVar2 = *piVar3;\n if (wand == (MagickWand *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }\n if (wand->signature != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }\n if (wand->debug != MagickFalse) {\n /* WARNING: Subroutine does not return */\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,wand->name);\n }\n if (wand->images != (Image *)0x0) {\n region.y = y;\n region.width = width;\n region.height = height;\n region.x = x;\n images = (Image *)CropImage(wand->images,&region,wand->exception);\n if (images != (Image *)0x0) {\n pMVar1 = CloneMagickWandFromImages(wand,images);\n goto LAB_0007f368;\n }\n }\n pMVar1 = (MagickWand *)0x0;\nLAB_0007f368:\n if (iVar2 == *piVar3) {\n return pMVar1;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" comment comment comment comment comment (function_definition "MagickWand * MagickGetImageRegion(MagickWand *wand,size_t width,size_t height,ssize_t x,ssize_t y)\n\n{\n Image *images;\n MagickWand *pMVar1;\n int iVar2;\n int *piVar3;\n RectangleInfo region;\n \n piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);\n iVar2 = *piVar3;\n if (wand == (MagickWand *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }\n if (wand->signature != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }\n if (wand->debug != MagickFalse) {\n /* WARNING: Subroutine does not return */\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,wand->name);\n }\n if (wand->images != (Image *)0x0) {\n region.y = y;\n region.width = width;\n region.height = height;\n region.x = x;\n images = (Image *)CropImage(wand->images,&region,wand->exception);\n if (images != (Image *)0x0) {\n pMVar1 = CloneMagickWandFromImages(wand,images);\n goto LAB_0007f368;\n }\n }\n pMVar1 = (MagickWand *)0x0;\nLAB_0007f368:\n if (iVar2 == *piVar3) {\n return pMVar1;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" type_identifier (pointer_declarator "* MagickGetImageRegion(MagickWand *wand,size_t width,size_t height,ssize_t x,ssize_t y)" * (function_declarator "MagickGetImageRegion(MagickWand *wand,size_t width,size_t height,ssize_t x,ssize_t y)" identifier (parameter_list "(MagickWand *wand,size_t width,size_t height,ssize_t x,ssize_t y)" ( (parameter_declaration "MagickWand *wand" type_identifier (pointer_declarator "*wand" * identifier)) , (parameter_declaration "size_t width" primitive_type identifier) , (parameter_declaration "size_t height" primitive_type identifier) , (parameter_declaration "ssize_t x" primitive_type identifier) , (parameter_declaration "ssize_t y" primitive_type identifier) )))) (compound_statement "{\n Image *images;\n MagickWand *pMVar1;\n int iVar2;\n int *piVar3;\n RectangleInfo region;\n \n piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);\n iVar2 = *piVar3;\n if (wand == (MagickWand *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }\n if (wand->signature != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }\n if (wand->debug != MagickFalse) {\n /* WARNING: Subroutine does not return */\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,wand->name);\n }\n if (wand->images != (Image *)0x0) {\n region.y = y;\n region.width = width;\n region.height = height;\n region.x = x;\n images = (Image *)CropImage(wand->images,&region,wand->exception);\n if (images != (Image *)0x0) {\n pMVar1 = CloneMagickWandFromImages(wand,images);\n goto LAB_0007f368;\n }\n }\n pMVar1 = (MagickWand *)0x0;\nLAB_0007f368:\n if (iVar2 == *piVar3) {\n return pMVar1;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "Image *images;" type_identifier (pointer_declarator "*images" * identifier) ;) (declaration "MagickWand *pMVar1;" type_identifier (pointer_declarator "*pMVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "RectangleInfo region;" type_identifier identifier ;) (expression_statement "piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);" (assignment_expression "piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" identifier = (pointer_expression "*(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" * (cast_expression "(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" ( (binary_expression "DAT_0007f410 + 0x7f2e8 + DAT_0007f414" (binary_expression "DAT_0007f410 + 0x7f2e8" identifier + number_literal) + identifier) ))))) ;) (expression_statement "iVar2 = *piVar3;" (assignment_expression "iVar2 = *piVar3" identifier = (pointer_expression "*piVar3" * identifier)) ;) (if_statement "if (wand == (MagickWand *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }" if (parenthesized_expression "(wand == (MagickWand *)0x0)" ( (binary_expression "wand == (MagickWand *)0x0" identifier == (cast_expression "(MagickWand *)0x0" ( (type_descriptor "MagickWand *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }" { comment (expression_statement "__assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));" (call_expression "__assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978))" identifier (argument_list "((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978))" ( (cast_expression "(char *)(DAT_0007f434 + 0x7f3e8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f434 + 0x7f3e8)" ( (binary_expression "DAT_0007f434 + 0x7f3e8" identifier + number_literal) ))) , (cast_expression "(char *)(DAT_0007f430 + 0x7f3e4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f430 + 0x7f3e4)" ( (binary_expression "DAT_0007f430 + 0x7f3e4" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_0007f42c + 0x7e978)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f42c + 0x7e978)" ( (binary_expression "DAT_0007f42c + 0x7e978" identifier + number_literal) ))) ))) ;) })) (if_statement "if (wand->signature != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }" if (parenthesized_expression "(wand->signature != DAT_0007f418)" ( (binary_expression "wand->signature != DAT_0007f418" (field_expression "wand->signature" identifier -> field_identifier) != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }" { comment (expression_statement "__assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));" (call_expression "__assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0))" identifier (argument_list "((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0))" ( (cast_expression "(char *)((int)&DAT_0007f410 + DAT_0007f444)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_0007f410 + DAT_0007f444)" ( (binary_expression "(int)&DAT_0007f410 + DAT_0007f444" (cast_expression "(int)&DAT_0007f410" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_0007f410" & identifier)) + identifier) ))) , (cast_expression "(char *)(DAT_0007f440 + 0x7f40c)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f440 + 0x7f40c)" ( (binary_expression "DAT_0007f440 + 0x7f40c" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_0007f43c + 0x7e9a0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f43c + 0x7e9a0)" ( (binary_expression "DAT_0007f43c + 0x7e9a0" identifier + number_literal) ))) ))) ;) })) (if_statement "if (wand->debug != MagickFalse) {\n /* WARNING: Subroutine does not return */\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,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 /* WARNING: Subroutine does not return */\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,wand->name);\n }" { comment (expression_statement "LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,wand->name);" (call_expression "LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,wand->name)" identifier (argument_list "(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,wand->name)" ( number_literal , (binary_expression "DAT_0007f424 + 0x7f3b4" identifier + number_literal) , (binary_expression "DAT_0007f41c + 0x7e950" identifier + number_literal) , identifier , (binary_expression "DAT_0007f420 + 0x7f3a0" identifier + number_literal) , (field_expression "wand->name" identifier -> field_identifier) ))) ;) })) (if_statement "if (wand->images != (Image *)0x0) {\n region.y = y;\n region.width = width;\n region.height = height;\n region.x = x;\n images = (Image *)CropImage(wand->images,&region,wand->exception);\n if (images != (Image *)0x0) {\n pMVar1 = CloneMagickWandFromImages(wand,images);\n goto LAB_0007f368;\n }\n }" if (parenthesized_expression "(wand->images != (Image *)0x0)" ( (binary_expression "wand->images != (Image *)0x0" (field_expression "wand->images" identifier -> field_identifier) != (cast_expression "(Image *)0x0" ( (type_descriptor "Image *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n region.y = y;\n region.width = width;\n region.height = height;\n region.x = x;\n images = (Image *)CropImage(wand->images,&region,wand->exception);\n if (images != (Image *)0x0) {\n pMVar1 = CloneMagickWandFromImages(wand,images);\n goto LAB_0007f368;\n }\n }" { (expression_statement "region.y = y;" (assignment_expression "region.y = y" (field_expression "region.y" identifier . field_identifier) = identifier) ;) (expression_statement "region.width = width;" (assignment_expression "region.width = width" (field_expression "region.width" identifier . field_identifier) = identifier) ;) (expression_statement "region.height = height;" (assignment_expression "region.height = height" (field_expression "region.height" identifier . field_identifier) = identifier) ;) (expression_statement "region.x = x;" (assignment_expression "region.x = x" (field_expression "region.x" identifier . field_identifier) = identifier) ;) (expression_statement "images = (Image *)CropImage(wand->images,&region,wand->exception);" (assignment_expression "images = (Image *)CropImage(wand->images,&region,wand->exception)" identifier = (cast_expression "(Image *)CropImage(wand->images,&region,wand->exception)" ( (type_descriptor "Image *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CropImage(wand->images,&region,wand->exception)" identifier (argument_list "(wand->images,&region,wand->exception)" ( (field_expression "wand->images" identifier -> field_identifier) , (pointer_expression "&region" & identifier) , (field_expression "wand->exception" identifier -> field_identifier) ))))) ;) (if_statement "if (images != (Image *)0x0) {\n pMVar1 = CloneMagickWandFromImages(wand,images);\n goto LAB_0007f368;\n }" if (parenthesized_expression "(images != (Image *)0x0)" ( (binary_expression "images != (Image *)0x0" identifier != (cast_expression "(Image *)0x0" ( (type_descriptor "Image *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pMVar1 = CloneMagickWandFromImages(wand,images);\n goto LAB_0007f368;\n }" { (expression_statement "pMVar1 = CloneMagickWandFromImages(wand,images);" (assignment_expression "pMVar1 = CloneMagickWandFromImages(wand,images)" identifier = (call_expression "CloneMagickWandFromImages(wand,images)" identifier (argument_list "(wand,images)" ( identifier , identifier )))) ;) (goto_statement "goto LAB_0007f368;" goto statement_identifier ;) })) })) (expression_statement "pMVar1 = (MagickWand *)0x0;" (assignment_expression "pMVar1 = (MagickWand *)0x0" identifier = (cast_expression "(MagickWand *)0x0" ( (type_descriptor "MagickWand *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (labeled_statement "LAB_0007f368:\n if (iVar2 == *piVar3) {\n return pMVar1;\n }" statement_identifier : (if_statement "if (iVar2 == *piVar3) {\n return pMVar1;\n }" if (parenthesized_expression "(iVar2 == *piVar3)" ( (binary_expression "iVar2 == *piVar3" identifier == (pointer_expression "*piVar3" * identifier)) )) (compound_statement "{\n return pMVar1;\n }" { (return_statement "return pMVar1;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void MagickGetImageRegion\n (int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n undefined4 uVar2;\n int *piVar3;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);\n local_24 = *piVar3;\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }\n if (*(int *)(param_1 + 0x101c) != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }\n if (*(int *)(param_1 + 0x1018) != 0) {\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);\n }\n if (*(int *)(param_1 + 0x1004) != 0) {\n local_28 = param_5;\n local_34 = param_2;\n local_30 = param_3;\n local_2c = param_4;\n iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));\n if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }\n }\n uVar2 = 0;\nLAB_0007f368:\n if (local_24 == *piVar3) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar2);\n}\n\n" (function_definition "void MagickGetImageRegion\n (int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n undefined4 uVar2;\n int *piVar3;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);\n local_24 = *piVar3;\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }\n if (*(int *)(param_1 + 0x101c) != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }\n if (*(int *)(param_1 + 0x1018) != 0) {\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);\n }\n if (*(int *)(param_1 + 0x1004) != 0) {\n local_28 = param_5;\n local_34 = param_2;\n local_30 = param_3;\n local_2c = param_4;\n iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));\n if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }\n }\n uVar2 = 0;\nLAB_0007f368:\n if (local_24 == *piVar3) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar2);\n}" primitive_type (function_declarator "MagickGetImageRegion\n (int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" identifier (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n int *piVar3;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);\n local_24 = *piVar3;\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }\n if (*(int *)(param_1 + 0x101c) != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }\n if (*(int *)(param_1 + 0x1018) != 0) {\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);\n }\n if (*(int *)(param_1 + 0x1004) != 0) {\n local_28 = param_5;\n local_34 = param_2;\n local_30 = param_3;\n local_2c = param_4;\n iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));\n if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }\n }\n uVar2 = 0;\nLAB_0007f368:\n if (local_24 == *piVar3) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar2);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined4 local_30;" type_identifier identifier ;) (declaration "undefined4 local_2c;" type_identifier identifier ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "int local_24;" primitive_type identifier ;) (expression_statement "piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);" (assignment_expression "piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" identifier = (pointer_expression "*(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" * (cast_expression "(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" ( (binary_expression "DAT_0007f410 + 0x7f2e8 + DAT_0007f414" (binary_expression "DAT_0007f410 + 0x7f2e8" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_24 = *piVar3;" (assignment_expression "local_24 = *piVar3" identifier = (pointer_expression "*piVar3" * identifier)) ;) (if_statement "if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\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((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }" { comment (expression_statement "__assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));" (call_expression "__assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978))" identifier (argument_list "((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978))" ( (cast_expression "(char *)(DAT_0007f434 + 0x7f3e8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f434 + 0x7f3e8)" ( (binary_expression "DAT_0007f434 + 0x7f3e8" identifier + number_literal) ))) , (cast_expression "(char *)(DAT_0007f430 + 0x7f3e4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f430 + 0x7f3e4)" ( (binary_expression "DAT_0007f430 + 0x7f3e4" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_0007f42c + 0x7e978)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f42c + 0x7e978)" ( (binary_expression "DAT_0007f42c + 0x7e978" identifier + number_literal) ))) ))) ;) })) (if_statement "if (*(int *)(param_1 + 0x101c) != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x101c) != DAT_0007f418)" ( (binary_expression "*(int *)(param_1 + 0x101c) != DAT_0007f418" (pointer_expression "*(int *)(param_1 + 0x101c)" * (cast_expression "(int *)(param_1 + 0x101c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x101c)" ( (binary_expression "param_1 + 0x101c" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }" { comment (expression_statement "__assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));" (call_expression "__assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0))" identifier (argument_list "((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0))" ( (cast_expression "(char *)((int)&DAT_0007f410 + DAT_0007f444)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_0007f410 + DAT_0007f444)" ( (binary_expression "(int)&DAT_0007f410 + DAT_0007f444" (cast_expression "(int)&DAT_0007f410" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_0007f410" & identifier)) + identifier) ))) , (cast_expression "(char *)(DAT_0007f440 + 0x7f40c)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f440 + 0x7f40c)" ( (binary_expression "DAT_0007f440 + 0x7f40c" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_0007f43c + 0x7e9a0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007f43c + 0x7e9a0)" ( (binary_expression "DAT_0007f43c + 0x7e9a0" identifier + number_literal) ))) ))) ;) })) (if_statement "if (*(int *)(param_1 + 0x1018) != 0) {\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x1018) != 0)" ( (binary_expression "*(int *)(param_1 + 0x1018) != 0" (pointer_expression "*(int *)(param_1 + 0x1018)" * (cast_expression "(int *)(param_1 + 0x1018)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1018)" ( (binary_expression "param_1 + 0x1018" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);\n }" { (expression_statement "LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);" (call_expression "LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4)" identifier (argument_list "(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4)" ( number_literal , (binary_expression "DAT_0007f424 + 0x7f3b4" identifier + number_literal) , (binary_expression "DAT_0007f41c + 0x7e950" identifier + number_literal) , identifier , (binary_expression "DAT_0007f420 + 0x7f3a0" identifier + number_literal) , (binary_expression "param_1 + 4" identifier + number_literal) ))) ;) })) (if_statement "if (*(int *)(param_1 + 0x1004) != 0) {\n local_28 = param_5;\n local_34 = param_2;\n local_30 = param_3;\n local_2c = param_4;\n iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));\n if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x1004) != 0)" ( (binary_expression "*(int *)(param_1 + 0x1004) != 0" (pointer_expression "*(int *)(param_1 + 0x1004)" * (cast_expression "(int *)(param_1 + 0x1004)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1004)" ( (binary_expression "param_1 + 0x1004" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n local_28 = param_5;\n local_34 = param_2;\n local_30 = param_3;\n local_2c = param_4;\n iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));\n if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }\n }" { (expression_statement "local_28 = param_5;" (assignment_expression "local_28 = param_5" identifier = identifier) ;) (expression_statement "local_34 = param_2;" (assignment_expression "local_34 = param_2" identifier = identifier) ;) (expression_statement "local_30 = param_3;" (assignment_expression "local_30 = param_3" identifier = identifier) ;) (expression_statement "local_2c = param_4;" (assignment_expression "local_2c = param_4" identifier = identifier) ;) (expression_statement "iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));" (assignment_expression "iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c))" identifier = (call_expression "CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c))" identifier (argument_list "(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c))" ( (pointer_expression "*(int *)(param_1 + 0x1004)" * (cast_expression "(int *)(param_1 + 0x1004)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1004)" ( (binary_expression "param_1 + 0x1004" identifier + number_literal) )))) , (pointer_expression "&local_34" & identifier) , (pointer_expression "*(undefined4 *)(param_1 + 0x100c)" * (cast_expression "(undefined4 *)(param_1 + 0x100c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x100c)" ( (binary_expression "param_1 + 0x100c" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }" { (expression_statement "uVar2 = FUN_000730bc(param_1);" (assignment_expression "uVar2 = FUN_000730bc(param_1)" identifier = (call_expression "FUN_000730bc(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (goto_statement "goto LAB_0007f368;" goto statement_identifier ;) })) })) (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;) (labeled_statement "LAB_0007f368:\n if (local_24 == *piVar3) {\n return;\n }" statement_identifier : (if_statement "if (local_24 == *piVar3) {\n return;\n }" if (parenthesized_expression "(local_24 == *piVar3)" ( (binary_expression "local_24 == *piVar3" identifier == (pointer_expression "*piVar3" * identifier)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) }))) comment (expression_statement "__stack_chk_fail(uVar2);" (call_expression "__stack_chk_fail(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (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 ;) (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 + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (pointer_expression & IDENT)) + IDENT) ))) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , (binary_expression IDENT + LIT) , IDENT , (binary_expression IDENT + LIT) , (binary_expression IDENT + LIT) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (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 = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression & IDENT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (goto_statement goto statement_identifier ;) })) })) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * IDENT)) )) (compound_statement { (return_statement return ;) }))) comment (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })))
(function_definition "void MagickGetImageRegion\n (int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n undefined4 uVar2;\n int *piVar3;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);\n local_24 = *piVar3;\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }\n if (*(int *)(param_1 + 0x101c) != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }\n if (*(int *)(param_1 + 0x1018) != 0) {\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);\n }\n if (*(int *)(param_1 + 0x1004) != 0) {\n local_28 = param_5;\n local_34 = param_2;\n local_30 = param_3;\n local_2c = param_4;\n iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));\n if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }\n }\n uVar2 = 0;\nLAB_0007f368:\n if (local_24 == *piVar3) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar2);\n}" (primitive_type "void") (function_declarator "MagickGetImageRegion\n (int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" (identifier "MagickGetImageRegion") (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) () ")"))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n int *piVar3;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);\n local_24 = *piVar3;\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }\n if (*(int *)(param_1 + 0x101c) != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }\n if (*(int *)(param_1 + 0x1018) != 0) {\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);\n }\n if (*(int *)(param_1 + 0x1004) != 0) {\n local_28 = param_5;\n local_34 = param_2;\n local_30 = param_3;\n local_2c = param_4;\n iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));\n if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }\n }\n uVar2 = 0;\nLAB_0007f368:\n if (local_24 == *piVar3) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar2);\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "int *piVar3;" (primitive_type "int") (pointer_declarator "*piVar3" (* "*") (identifier "piVar3")) (; ";")) (declaration "undefined4 local_34;" (type_identifier "undefined4") (identifier "local_34") (; ";")) (declaration "undefined4 local_30;" (type_identifier "undefined4") (identifier "local_30") (; ";")) (declaration "undefined4 local_2c;" (type_identifier "undefined4") (identifier "local_2c") (; ";")) (declaration "undefined4 local_28;" (type_identifier "undefined4") (identifier "local_28") (; ";")) (declaration "int local_24;" (primitive_type "int") (identifier "local_24") (; ";")) (expression_statement "piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414);" (assignment_expression "piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" (identifier "piVar3") (= "=") (pointer_expression "*(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" (* "*") (cast_expression "(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0007f410 + 0x7f2e8 + DAT_0007f414)" (( "(") (binary_expression "DAT_0007f410 + 0x7f2e8 + DAT_0007f414" (binary_expression "DAT_0007f410 + 0x7f2e8" (identifier "DAT_0007f410") (+ "+") (number_literal "0x7f2e8")) (+ "+") (identifier "DAT_0007f414")) () ")"))))) (; ";")) (expression_statement "local_24 = *piVar3;" (assignment_expression "local_24 = *piVar3" (identifier "local_24") (= "=") (pointer_expression "*piVar3" (* "*") (identifier "piVar3"))) (; ";")) (if_statement "if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }" (if "if") (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "__assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978));" (call_expression "__assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978))" (identifier "__assert_fail") (argument_list "((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438,\n (char *)(DAT_0007f42c + 0x7e978))" (( "(") (cast_expression "(char *)(DAT_0007f434 + 0x7f3e8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0007f434 + 0x7f3e8)" (( "(") (binary_expression "DAT_0007f434 + 0x7f3e8" (identifier "DAT_0007f434") (+ "+") (number_literal "0x7f3e8")) () ")"))) (, ",") (cast_expression "(char *)(DAT_0007f430 + 0x7f3e4)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0007f430 + 0x7f3e4)" (( "(") (binary_expression "DAT_0007f430 + 0x7f3e4" (identifier "DAT_0007f430") (+ "+") (number_literal "0x7f3e4")) () ")"))) (, ",") (identifier "DAT_0007f438") (, ",") (cast_expression "(char *)(DAT_0007f42c + 0x7e978)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0007f42c + 0x7e978)" (( "(") (binary_expression "DAT_0007f42c + 0x7e978" (identifier "DAT_0007f42c") (+ "+") (number_literal "0x7e978")) () ")"))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(param_1 + 0x101c) != DAT_0007f418) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x101c) != DAT_0007f418)" (( "(") (binary_expression "*(int *)(param_1 + 0x101c) != DAT_0007f418" (pointer_expression "*(int *)(param_1 + 0x101c)" (* "*") (cast_expression "(int *)(param_1 + 0x101c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x101c)" (( "(") (binary_expression "param_1 + 0x101c" (identifier "param_1") (+ "+") (number_literal "0x101c")) () ")")))) (!= "!=") (identifier "DAT_0007f418")) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "__assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0));" (call_expression "__assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0))" (identifier "__assert_fail") (argument_list "((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c),\n DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0))" (( "(") (cast_expression "(char *)((int)&DAT_0007f410 + DAT_0007f444)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)&DAT_0007f410 + DAT_0007f444)" (( "(") (binary_expression "(int)&DAT_0007f410 + DAT_0007f444" (cast_expression "(int)&DAT_0007f410" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "&DAT_0007f410" (& "&") (identifier "DAT_0007f410"))) (+ "+") (identifier "DAT_0007f444")) () ")"))) (, ",") (cast_expression "(char *)(DAT_0007f440 + 0x7f40c)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0007f440 + 0x7f40c)" (( "(") (binary_expression "DAT_0007f440 + 0x7f40c" (identifier "DAT_0007f440") (+ "+") (number_literal "0x7f40c")) () ")"))) (, ",") (identifier "DAT_0007f448") (, ",") (cast_expression "(char *)(DAT_0007f43c + 0x7e9a0)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0007f43c + 0x7e9a0)" (( "(") (binary_expression "DAT_0007f43c + 0x7e9a0" (identifier "DAT_0007f43c") (+ "+") (number_literal "0x7e9a0")) () ")"))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(param_1 + 0x1018) != 0) {\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x1018) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x1018) != 0" (pointer_expression "*(int *)(param_1 + 0x1018)" (* "*") (cast_expression "(int *)(param_1 + 0x1018)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1018)" (( "(") (binary_expression "param_1 + 0x1018" (identifier "param_1") (+ "+") (number_literal "0x1018")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);\n }" ({ "{") (expression_statement "LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4);" (call_expression "LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4)" (identifier "LogMagickEvent") (argument_list "(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428,\n DAT_0007f420 + 0x7f3a0,param_1 + 4)" (( "(") (number_literal "0x40000") (, ",") (binary_expression "DAT_0007f424 + 0x7f3b4" (identifier "DAT_0007f424") (+ "+") (number_literal "0x7f3b4")) (, ",") (binary_expression "DAT_0007f41c + 0x7e950" (identifier "DAT_0007f41c") (+ "+") (number_literal "0x7e950")) (, ",") (identifier "DAT_0007f428") (, ",") (binary_expression "DAT_0007f420 + 0x7f3a0" (identifier "DAT_0007f420") (+ "+") (number_literal "0x7f3a0")) (, ",") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(param_1 + 0x1004) != 0) {\n local_28 = param_5;\n local_34 = param_2;\n local_30 = param_3;\n local_2c = param_4;\n iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));\n if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x1004) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x1004) != 0" (pointer_expression "*(int *)(param_1 + 0x1004)" (* "*") (cast_expression "(int *)(param_1 + 0x1004)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1004)" (( "(") (binary_expression "param_1 + 0x1004" (identifier "param_1") (+ "+") (number_literal "0x1004")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n local_28 = param_5;\n local_34 = param_2;\n local_30 = param_3;\n local_2c = param_4;\n iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));\n if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }\n }" ({ "{") (expression_statement "local_28 = param_5;" (assignment_expression "local_28 = param_5" (identifier "local_28") (= "=") (identifier "param_5")) (; ";")) (expression_statement "local_34 = param_2;" (assignment_expression "local_34 = param_2" (identifier "local_34") (= "=") (identifier "param_2")) (; ";")) (expression_statement "local_30 = param_3;" (assignment_expression "local_30 = param_3" (identifier "local_30") (= "=") (identifier "param_3")) (; ";")) (expression_statement "local_2c = param_4;" (assignment_expression "local_2c = param_4" (identifier "local_2c") (= "=") (identifier "param_4")) (; ";")) (expression_statement "iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c));" (assignment_expression "iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c))" (identifier "iVar1") (= "=") (call_expression "CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c))" (identifier "CropImage") (argument_list "(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c))" (( "(") (pointer_expression "*(int *)(param_1 + 0x1004)" (* "*") (cast_expression "(int *)(param_1 + 0x1004)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1004)" (( "(") (binary_expression "param_1 + 0x1004" (identifier "param_1") (+ "+") (number_literal "0x1004")) () ")")))) (, ",") (pointer_expression "&local_34" (& "&") (identifier "local_34")) (, ",") (pointer_expression "*(undefined4 *)(param_1 + 0x100c)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x100c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x100c)" (( "(") (binary_expression "param_1 + 0x100c" (identifier "param_1") (+ "+") (number_literal "0x100c")) () ")")))) () ")")))) (; ";")) (if_statement "if (iVar1 != 0) {\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar2 = FUN_000730bc(param_1);\n goto LAB_0007f368;\n }" ({ "{") (expression_statement "uVar2 = FUN_000730bc(param_1);" (assignment_expression "uVar2 = FUN_000730bc(param_1)" (identifier "uVar2") (= "=") (call_expression "FUN_000730bc(param_1)" (identifier "FUN_000730bc") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (goto_statement "goto LAB_0007f368;" (goto "goto") (statement_identifier "LAB_0007f368") (; ";")) (} "}"))) (} "}"))) (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" (identifier "uVar2") (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_0007f368:\n if (local_24 == *piVar3) {\n return;\n }" (statement_identifier "LAB_0007f368") (: ":") (if_statement "if (local_24 == *piVar3) {\n return;\n }" (if "if") (parenthesized_expression "(local_24 == *piVar3)" (( "(") (binary_expression "local_24 == *piVar3" (identifier "local_24") (== "==") (pointer_expression "*piVar3" (* "*") (identifier "piVar3"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}")))) (comment "/* WARNING: Subroutine does not return */") (expression_statement "__stack_chk_fail(uVar2);" (call_expression "__stack_chk_fail(uVar2)" (identifier "__stack_chk_fail") (argument_list "(uVar2)" (( "(") (identifier "uVar2") () ")"))) (; ";")) (} "}")))
/* WARNING: Enum "GravityType": Some values do not have unique names */ /* WARNING: Enum "DisposeType": Some values do not have unique names */ /* WARNING: Enum "ChannelType": Some values do not have unique names */ /* WARNING: Enum "PixelChannel": Some values do not have unique names */ /* WARNING: Enum "ExceptionType": Some values do not have unique names */ type_1 * function_1(type_1 *var_3,size_t width,size_t height,ssize_t x,ssize_t y) { type_2 *var_18; type_1 *pMVar1; int var_20; int *piVar3; type_3 region; piVar3 = *(int **)(var_1 + 0x7f2e8 + var_2); var_20 = *piVar3; if (var_3 == (type_1 *)0x0) { /* WARNING: Subroutine does not return */ var_4((char *)(var_5 + 0x7f3e8),(char *)(var_6 + 0x7f3e4),DAT_0007f438, (char *)(var_7 + 0x7e978)); } if (var_3->signature != var_8) { /* WARNING: Subroutine does not return */ var_4((char *)((int)&var_1 + var_9),(char *)(var_10 + 0x7f40c), DAT_0007f448,(char *)(var_11 + 0x7e9a0)); } if (var_3->debug != var_12) { /* WARNING: Subroutine does not return */ var_13(0x40000,var_14 + 0x7f3b4,var_15 + 0x7e950,DAT_0007f428, var_16 + 0x7f3a0,var_3->name); } if (var_3->var_18 != (type_2 *)0x0) { region.y = y; region.width = width; region.height = height; region.x = x; var_18 = (type_2 *)var_17(var_3->var_18,&region,var_3->exception); if (var_18 != (type_2 *)0x0) { pMVar1 = var_19(var_3,var_18); goto LAB_0007f368; } } pMVar1 = (type_1 *)0x0; LAB_0007f368: if (var_20 == *piVar3) { return pMVar1; } /* WARNING: Subroutine does not return */ var_21(); }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (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: (number_literal)) right: (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 (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (identifier) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))) right: (identifier)))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (identifier) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (binary_expression left: (identifier) right: (number_literal)) (identifier) (binary_expression left: (identifier) right: (number_literal)) (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (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 (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (identifier)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (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))))) (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (return_statement)))) (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))))
void MASKED (int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5) { int iVar1; undefined4 uVar2; int *piVar3; undefined4 local_34; undefined4 local_30; undefined4 local_2c; undefined4 local_28; int local_24; piVar3 = *(int **)(DAT_0007f410 + 0x7f2e8 + DAT_0007f414); local_24 = *piVar3; if (param_1 == 0) { /* WARNING: Subroutine does not return */ __assert_fail((char *)(DAT_0007f434 + 0x7f3e8),(char *)(DAT_0007f430 + 0x7f3e4),DAT_0007f438, (char *)(DAT_0007f42c + 0x7e978)); } if (*(int *)(param_1 + 0x101c) != DAT_0007f418) { /* WARNING: Subroutine does not return */ __assert_fail((char *)((int)&DAT_0007f410 + DAT_0007f444),(char *)(DAT_0007f440 + 0x7f40c), DAT_0007f448,(char *)(DAT_0007f43c + 0x7e9a0)); } if (*(int *)(param_1 + 0x1018) != 0) { LogMagickEvent(0x40000,DAT_0007f424 + 0x7f3b4,DAT_0007f41c + 0x7e950,DAT_0007f428, DAT_0007f420 + 0x7f3a0,param_1 + 4); } if (*(int *)(param_1 + 0x1004) != 0) { local_28 = param_5; local_34 = param_2; local_30 = param_3; local_2c = param_4; iVar1 = CropImage(*(int *)(param_1 + 0x1004),&local_34,*(undefined4 *)(param_1 + 0x100c)); if (iVar1 != 0) { uVar2 = FUN_000730bc(param_1); goto LAB_0007f368; } } uVar2 = 0; LAB_0007f368: if (local_24 == *piVar3) { return; } /* WARNING: Subroutine does not return */ __stack_chk_fail(uVar2); }
54,002
809_puttytel_and_puttytel_strip.c
count234
FUN_000465c0
int count234(tree234 *t) { int iVar1; if (t->root == (node234_conflict *)0x0) { return 0; } iVar1 = countnode234(t->root); return iVar1; }
void FUN_000465c0(int *param_1) { if (*param_1 == 0) { return; } FUN_000456c8(); return; }
ldr r0,[r0,#0x0] cmp r0,#0x0 bxeq lr b 0x000456c8
null
null
null
null
[('tmp_74', u'PTRSUB_-1206163920'), ('const-0', u'PTRSUB_-1206163920'), ('tmp_52', u'CBRANCH_-1206164000'), ('const-0', u'RETURN_-1206163990'), (u'LOAD_-1206164029', u'CALL_-1206163988'), (u'CALL_-1206163988', u'RETURN_-1206163984'), ('const-417', u'LOAD_-1206164029'), (u'INT_EQUAL_-1206164004', u'CBRANCH_-1206164000'), ('const-0', u'RETURN_-1206163990'), (u'LOAD_-1206164029', u'INT_EQUAL_-1206164004'), (u'PTRSUB_-1206163920', u'LOAD_-1206164029'), ('const-0', u'RETURN_-1206163984'), ('const-0', u'INT_EQUAL_-1206164004')]
[('tmp_52', u'CBRANCH_-1206164000'), ('const-0', u'INT_EQUAL_-1206164004'), ('const-417', u'LOAD_-1206164029'), (u'INT_EQUAL_-1206164004', u'CBRANCH_-1206164000'), ('const-0', u'RETURN_-1206163990'), ('tmp_125', u'LOAD_-1206164029'), (u'LOAD_-1206164029', u'INT_EQUAL_-1206164004'), ('const-0', u'RETURN_-1206163984')]
null
null
000465c0
arm
O2
(translation_unit "void FUN_000465c0(int *param_1)\n\n{\n if (*param_1 == 0) {\n return;\n }\n FUN_000456c8();\n return;\n}\n\n" (function_definition "void FUN_000465c0(int *param_1)\n\n{\n if (*param_1 == 0) {\n return;\n }\n FUN_000456c8();\n return;\n}" primitive_type (function_declarator "FUN_000465c0(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n if (*param_1 == 0) {\n return;\n }\n FUN_000456c8();\n return;\n}" { (if_statement "if (*param_1 == 0) {\n return;\n }" if (parenthesized_expression "(*param_1 == 0)" ( (binary_expression "*param_1 == 0" (pointer_expression "*param_1" * identifier) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_000456c8();" (call_expression "FUN_000456c8()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "int count234(tree234 *t)\n\n{\n int iVar1;\n \n if (t->root == (node234_conflict *)0x0) {\n return 0;\n }\n iVar1 = countnode234(t->root);\n return iVar1;\n}\n\n" (function_definition "int count234(tree234 *t)\n\n{\n int iVar1;\n \n if (t->root == (node234_conflict *)0x0) {\n return 0;\n }\n iVar1 = countnode234(t->root);\n return iVar1;\n}" primitive_type (function_declarator "count234(tree234 *t)" identifier (parameter_list "(tree234 *t)" ( (parameter_declaration "tree234 *t" type_identifier (pointer_declarator "*t" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n if (t->root == (node234_conflict *)0x0) {\n return 0;\n }\n iVar1 = countnode234(t->root);\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (if_statement "if (t->root == (node234_conflict *)0x0) {\n return 0;\n }" if (parenthesized_expression "(t->root == (node234_conflict *)0x0)" ( (binary_expression "t->root == (node234_conflict *)0x0" (field_expression "t->root" identifier -> field_identifier) == (cast_expression "(node234_conflict *)0x0" ( (type_descriptor "node234_conflict *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "iVar1 = countnode234(t->root);" (assignment_expression "iVar1 = countnode234(t->root)" identifier = (call_expression "countnode234(t->root)" identifier (argument_list "(t->root)" ( (field_expression "t->root" identifier -> field_identifier) )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "void FUN_000465c0(int *param_1)\n\n{\n if (*param_1 == 0) {\n return;\n }\n FUN_000456c8();\n return;\n}\n\n" (function_definition "void FUN_000465c0(int *param_1)\n\n{\n if (*param_1 == 0) {\n return;\n }\n FUN_000456c8();\n return;\n}" primitive_type (function_declarator "FUN_000465c0(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n if (*param_1 == 0) {\n return;\n }\n FUN_000456c8();\n return;\n}" { (if_statement "if (*param_1 == 0) {\n return;\n }" if (parenthesized_expression "(*param_1 == 0)" ( (binary_expression "*param_1 == 0" (pointer_expression "*param_1" * identifier) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_000456c8();" (call_expression "FUN_000456c8()" 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 { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void FUN_000465c0(int *param_1)\n\n{\n if (*param_1 == 0) {\n return;\n }\n FUN_000456c8();\n return;\n}" (primitive_type "void") (function_declarator "FUN_000465c0(int *param_1)" (identifier "FUN_000465c0") (parameter_list "(int *param_1)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n if (*param_1 == 0) {\n return;\n }\n FUN_000456c8();\n return;\n}" ({ "{") (if_statement "if (*param_1 == 0) {\n return;\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 return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_000456c8();" (call_expression "FUN_000456c8()" (identifier "FUN_000456c8") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
int function_1(type_1 *t) { int iVar1; if (t->root == (type_2 *)0x0) { return 0; } iVar1 = var_1(t->root); return iVar1; }
(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 (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
void MASKED(int *param_1) { if (*param_1 == 0) { return; } FUN_000456c8(); return; }
60,627
227_sqldiff_and_sqldiff_strip.c
memjrnlRead
FUN_00021650
int memjrnlRead(sqlite3_file *pJfd,void *zBuf,int iAmt,sqlite_int64 iOfst) { int iVar1; sqlite3_io_methods *psVar2; sqlite3_io_methods *psVar3; int iVar4; sqlite3_io_methods *psVar5; sqlite3_io_methods *psVar6; psVar5 = pJfd[1].pMethods; iVar1 = (int)psVar5 >> 0x1f; if (((iOfst == 0 || iOfst != CONCAT44(pJfd[0xb].pMethods,pJfd[10].pMethods)) && (psVar6 = pJfd[4].pMethods, psVar6 != (sqlite3_io_methods *)0x0)) && (psVar3 = psVar5, iVar4 = iVar1, (int)(iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5))) < 0 == (SBORROW4(iOfst._4_4_,iVar1) != SBORROW4(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5))))) { do { psVar6 = (sqlite3_io_methods *)psVar6->iVersion; if (psVar6 == (sqlite3_io_methods *)0x0) break; psVar2 = (sqlite3_io_methods *)((int)&psVar5->iVersion + (int)&psVar3->iVersion); iVar4 = iVar4 + iVar1 + (uint)CARRY4((uint)psVar3,(uint)psVar5); psVar3 = psVar2; } while ((int)(iOfst._4_4_ - (iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2))) < 0 == (SBORROW4(iOfst._4_4_,iVar4) != SBORROW4(iOfst._4_4_ - iVar4,(uint)((sqlite3_io_methods *)iOfst < psVar2)))); } /* WARNING: Subroutine does not return */ __aeabi_ldivmod((sqlite3_io_methods *)iOfst,iOfst._4_4_); }
undefined4 FUN_00021650(int param_1,void *param_2,uint param_3,undefined4 param_4,uint param_5,int param_6) { uint uVar1; uint uVar2; uint uVar3; size_t sVar4; int *piVar5; int iVar6; int iVar7; size_t __n; uVar3 = *(uint *)(param_1 + 4); iVar6 = (int)uVar3 >> 0x1f; if (param_5 == 0 && param_6 == 0 || (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)) { piVar5 = *(int **)(param_1 + 0x10); if ((piVar5 != (int *)0x0) && (uVar1 = uVar3, iVar7 = iVar6, (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 == (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) { do { piVar5 = (int *)*piVar5; if (piVar5 == (int *)0x0) break; uVar2 = uVar1 + uVar3; iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3); uVar1 = uVar2; } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 == (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2)))); } } else { piVar5 = *(int **)(param_1 + 0x30); } uVar1 = uVar3; FUN_000f7f64(param_5,param_6); uVar2 = param_3; while( true ) { sVar4 = uVar3 - uVar1; __n = uVar2; if ((int)sVar4 <= (int)uVar2) { __n = sVar4; } memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n); uVar2 = uVar2 - sVar4; param_2 = (void *)((int)param_2 + __n); if ((int)uVar2 < 0) break; piVar5 = (int *)*piVar5; uVar1 = 0; if (piVar5 == (int *)0x0) goto LAB_0002176c; if (uVar2 == 0) goto LAB_0002174c; uVar3 = *(uint *)(param_1 + 4); } if (piVar5 == (int *)0x0) { LAB_0002176c: iVar6 = 0; iVar7 = 0; goto LAB_00021758; } LAB_0002174c: iVar6 = param_5 + param_3; iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3); LAB_00021758: *(int *)(param_1 + 0x28) = iVar6; *(int *)(param_1 + 0x2c) = iVar7; *(int **)(param_1 + 0x30) = piVar5; return 0; }
stmdb sp!,{r4,r5,r6,r7,r8,r9,r10,r11,lr} sub sp,sp,#0xc ldrd r6,r7,[r0,#0x28] ldrd r8,r9,[sp,#0x30] ldr r5,[r0,#0x4] cmp r7,r9 cmpeq r6,r8 cpy r10,r0 cpy r0,r8 movne r3,#0x1 moveq r3,#0x0 orrs r0,r0,r9 moveq r3,#0x1 cmp r3,#0x0 str r2,[sp,#0x4] cpy r7,r1 cpy r2,r5 mov r3,r5, asr #0x1f beq 0x00021778 ldr r6,[r10,#0x10] cmp r6,#0x0 beq 0x000216e0 cmp r8,r5 sbcs r1,r9,r3 blt 0x000216e0 cpy r0,r5 cpy r1,r3 b 0x000216d4 adds r0,r0,r2 adc r1,r1,r3 cmp r8,r0 sbcs r12,r9,r1 blt 0x000216e0 ldr r6,[r6,#0x0] cmp r6,#0x0 bne 0x000216c0 cpy r0,r8 cpy r1,r9 bl 0x000f7f64 ldr r4,[sp,#0x4] cpy r0,r2 b 0x00021714 ldr r6,[r6,#0x0] mov r0,#0x0 cmp r6,r0 beq 0x0002176c cmp r4,r0 beq 0x0002174c ldr r5,[r10,#0x4] sub r5,r5,r0 cmp r4,r5 cpylt r11,r4 cpyge r11,r5 add r1,r6,#0x4 add r1,r1,r0 cpy r2,r11 cpy r0,r7 bl 0x00013e44 subs r4,r4,r5 add r7,r7,r11 bpl 0x000216f8 cmp r6,#0x0 beq 0x0002176c ldr r3,[sp,#0x4] adds r8,r8,r3 adc r9,r9,r3, asr #0x1f mov r0,#0x0 strd r8,r9,[r10,#0x28] str r6,[r10,#0x30] add sp,sp,#0xc ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,r11,pc} mov r8,#0x0 mov r9,#0x0 b 0x00021758 ldr r6,[r10,#0x30] b 0x000216e0
null
null
null
null
[(u'PTRSUB_-1206052711', u'LOAD_-1206053251'), (u'LOAD_-1206053237', u'CAST_-1206052585'), (u'PTRSUB_-1206052639', u'LOAD_-1206053067'), (u'INT_EQUAL_-1206052931', u'CBRANCH_-1206052927'), ('const-4', u'PTRADD_-1206052715'), (u'INT_ADD_-1206052646', u'CAST_-1206052582'), (u'LOAD_-1206053067', u'MULTIEQUAL_-1206052719'), (u'INT_LESS_-1206052905', u'INT_ZEXT_-1206052882'), (u'LOAD_-1206053237', u'INT_LESS_-1206053023'), (u'INT_ADD_-1206052875', u'INT_SUB_-1206052873'), (u'INT_ZEXT_-1206052882', u'INT_SBORROW_-1206052875'), (u'INT_ADD_-1206052911', u'INT_ADD_-1206052909'), (u'INT_NOTEQUAL_-1206052885', u'INT_EQUAL_-1206052871'), ('tmp_766', u'INT_NOTEQUAL_-1206052689'), ('tmp_453', u'CBRANCH_-1206053039'), (u'INT_SUB_-1206052886', u'INT_SBORROW_-1206052875'), ('const-417', u'LOAD_-1206053237'), (u'SUBPIECE_-1206052762', u'INT_SUB_-1206053004'), (u'SUBPIECE_-1206052762', u'CALL_-1206052909'), (u'CAST_-1206052583', u'INT_ADD_-1206052646'), ('const-0', u'PTRSUB_-1206052711'), (u'LOAD_-1206053251', u'PIECE_-1206052700'), ('const-11', u'PTRADD_-1206052713'), (u'CAST_-1206052569', u'INT_SLESS_-1206052879'), (u'LOAD_-1206052956', u'CAST_-1206052567'), (u'MULTIEQUAL_-1206052726', u'INT_ADD_-1206052911'), (u'CAST_-1206052582', u'INT_LESS_-1206052905'), (u'INT_ADD_-1206052993', u'INT_SUB_-1206052991'), (u'INT_SBORROW_-1206052878', u'INT_NOTEQUAL_-1206052885'), ('const-0', u'SUBPIECE_-1206052763'), (u'CAST_-1206052585', u'INT_CARRY_-1206052931'), (u'INT_SBORROW_-1206052993', u'INT_NOTEQUAL_-1206053003'), ('const-0', u'INT_SLESS_-1206052879'), (u'PTRADD_-1206052715', u'PTRSUB_-1206052713'), (u'MULTIEQUAL_-1206052719', u'PTRSUB_-1206052578'), ('const-31', u'INT_SRIGHT_-1206053054'), (u'INT_ADD_-1206052909', u'INT_SUB_-1206052886'), ('tmp_766', u'INT_EQUAL_-1206052737'), ('const-417', u'LOAD_-1206053067'), (u'CAST_-1206052586', u'INT_CARRY_-1206052931'), (u'INT_NOTEQUAL_-1206053041', u'CBRANCH_-1206053039'), ('const-4', u'SUBPIECE_-1206052762'), (u'INT_NOTEQUAL_-1206052689', u'BOOL_OR_-1206052663'), (u'INT_SUB_-1206053004', u'INT_SBORROW_-1206052993'), (u'INT_SRIGHT_-1206053054', u'COPY_-1206052669'), ('tmp_595', u'CBRANCH_-1206052927'), (u'PTRSUB_-1206052600', u'CAST_-1206052584'), (u'SUBPIECE_-1206052763', u'INT_LESS_-1206052905'), ('const-0', u'PTRSUB_-1206052578'), (u'INT_SLESS_-1206052997', u'INT_EQUAL_-1206052989'), ('tmp_752', u'CBRANCH_-1206052876'), ('const-0', u'PTRSUB_-1206052639'), ('const-0', u'PTRSUB_-1206052600'), (u'SUBPIECE_-1206052762', u'INT_SBORROW_-1206052878'), (u'PTRSUB_-1206052578', u'LOAD_-1206052956'), ('const-1', u'PTRADD_-1206052703'), ('const-10', u'PTRADD_-1206052715'), (u'MULTIEQUAL_-1206052729', u'CAST_-1206052586'), (u'SUBPIECE_-1206052762', u'INT_SUB_-1206052873'), (u'INT_NOTEQUAL_-1206053003', u'INT_EQUAL_-1206052989'), (u'LOAD_-1206053067', u'INT_NOTEQUAL_-1206053041'), (u'INT_SUB_-1206052991', u'CAST_-1206052608'), (u'MULTIEQUAL_-1206052729', u'PTRSUB_-1206052602'), (u'INT_ZEXT_-1206052878', u'INT_ADD_-1206052875'), (u'INT_LESS_-1206052905', u'INT_ZEXT_-1206052878'), (u'INT_ZEXT_-1206052912', u'INT_ADD_-1206052909'), ('const-0', u'INT_SLESS_-1206052997'), (u'INT_ADD_-1206052909', u'INT_ADD_-1206052875'), (u'LOAD_-1206053237', u'CAST_-1206052633'), (u'COPY_-1206052669', u'MULTIEQUAL_-1206052726'), ('const-0', u'INT_EQUAL_-1206052737'), (u'SUBPIECE_-1206052762', u'INT_SBORROW_-1206052996'), (u'COPY_-1206052638', u'MULTIEQUAL_-1206052726'), (u'INT_LESS_-1206053023', u'INT_ZEXT_-1206052996'), (u'INT_EQUAL_-1206052737', u'BOOL_OR_-1206052663'), ('const-4', u'PTRADD_-1206052641'), (u'SUBPIECE_-1206052763', u'CALL_-1206052909'), (u'INT_SRIGHT_-1206053054', u'INT_SBORROW_-1206052996'), (u'CAST_-1206052567', u'MULTIEQUAL_-1206052719'), (u'PTRSUB_-1206052713', u'LOAD_-1206053253'), (u'INT_SLESS_-1206052879', u'INT_EQUAL_-1206052871'), (u'CAST_-1206052567', u'INT_EQUAL_-1206052931'), (u'PIECE_-1206052700', u'INT_NOTEQUAL_-1206052689'), ('const-4', u'PTRADD_-1206052703'), (u'INT_SUB_-1206052873', u'CAST_-1206052569'), ('tmp_766', u'SUBPIECE_-1206052762'), (u'INT_SBORROW_-1206052996', u'INT_NOTEQUAL_-1206053003'), (u'INT_SRIGHT_-1206053054', u'INT_ADD_-1206052911'), (u'CAST_-1206052584', u'INT_ADD_-1206052646'), (u'CAST_-1206052633', u'INT_SRIGHT_-1206053054'), (u'INT_SRIGHT_-1206053054', u'INT_ADD_-1206052993'), (u'INT_EQUAL_-1206052871', u'CBRANCH_-1206052876'), (u'PTRADD_-1206052713', u'PTRSUB_-1206052711'), (u'INT_ADD_-1206052909', u'INT_SBORROW_-1206052878'), (u'PTRADD_-1206052641', u'PTRSUB_-1206052639'), (u'SUBPIECE_-1206052762', u'INT_SUB_-1206052991'), ('const-417', u'LOAD_-1206053251'), (u'INT_ZEXT_-1206053000', u'INT_SBORROW_-1206052993'), ('const-0', u'INT_NOTEQUAL_-1206053041'), (u'BOOL_OR_-1206052663', u'CBRANCH_-1206053070'), (u'INT_SRIGHT_-1206053054', u'INT_SUB_-1206053004'), (u'LOAD_-1206053253', u'PIECE_-1206052700'), (u'INT_LESS_-1206053023', u'INT_ZEXT_-1206053000'), ('tmp_763', u'PTRADD_-1206052713'), (u'INT_SBORROW_-1206052875', u'INT_NOTEQUAL_-1206052885'), (u'INT_EQUAL_-1206052989', u'CBRANCH_-1206052994'), (u'INT_ZEXT_-1206052996', u'INT_ADD_-1206052993'), (u'CAST_-1206052608', u'INT_SLESS_-1206052997'), (u'INT_ADD_-1206052909', u'COPY_-1206052638'), ('tmp_766', u'SUBPIECE_-1206052763'), (u'SUBPIECE_-1206052763', u'INT_LESS_-1206053023'), ('const-0', u'PTRSUB_-1206052602'), (u'PTRSUB_-1206052701', u'LOAD_-1206053237'), ('const-417', u'LOAD_-1206052956'), ('const-0', u'PTRSUB_-1206052713'), (u'CAST_-1206052582', u'COPY_-1206052640'), (u'LOAD_-1206053237', u'PTRSUB_-1206052600'), ('const-1', u'RETURN_-1206052904'), ('const-4', u'PTRADD_-1206052713'), (u'COPY_-1206052671', u'MULTIEQUAL_-1206052729'), ('const-0', u'INT_EQUAL_-1206052931'), ('tmp_763', u'PTRADD_-1206052641'), (u'COPY_-1206052640', u'MULTIEQUAL_-1206052729'), (u'SUBPIECE_-1206052762', u'INT_SUB_-1206052886'), ('const-417', u'LOAD_-1206053253'), ('const-4', u'PTRADD_-1206052641'), ('tmp_763', u'PTRADD_-1206052703'), ('const-0', u'PTRSUB_-1206052701'), ('tmp_401', u'CBRANCH_-1206053070'), ('tmp_536', u'CBRANCH_-1206052994'), (u'INT_CARRY_-1206052931', u'INT_ZEXT_-1206052912'), (u'LOAD_-1206053237', u'COPY_-1206052671'), (u'PTRADD_-1206052703', u'PTRSUB_-1206052701'), (u'PTRSUB_-1206052602', u'CAST_-1206052583'), ('tmp_763', u'PTRADD_-1206052715')]
[('const-0', u'COPY_-1206052680'), ('const-417', u'LOAD_-1206053253'), ('tmp_2693', u'INT_SUB_-1206052641'), (u'COPY_-1206052680', u'RETURN_-1206052607'), (u'INT_ADD_-1206052677', u'INT_SBORROW_-1206052646'), ('const-417', u'LOAD_-1206053237'), ('const-417', u'LOAD_-1206052956'), (u'INT_EQUAL_-1206052931', u'CBRANCH_-1206052927'), (u'INT_ZEXT_-1206052679', u'INT_ADD_-1206052676'), ('tmp_2693', u'INT_EQUAL_-1206052414'), (u'LOAD_-1206053237', u'INT_LESS_-1206053023'), ('tmp_2693', u'INT_SUB_-1206052654'), (u'INT_ADD_-1206052653', u'CAST_-1206052031'), (u'LOAD_-1206052700', u'CAST_-1206052133'), (u'INT_EQUAL_-1206052415', u'BOOL_AND_-1206052312'), (u'INT_SUB_-1206052762', u'MULTIEQUAL_-1206052360'), (u'INT_ADD_-1206052679', u'INT_ADD_-1206052677'), (u'CAST_-1206052133', u'MULTIEQUAL_-1206052356'), ('tmp_453', u'CBRANCH_-1206053039'), ('const-0', u'INT_EQUAL_-1206052415'), ('tmp_1200', u'CBRANCH_-1206052662'), ('const-48', u'INT_ADD_-1206052461'), ('tmp_661', u'CBRANCH_-1206052836'), ('tmp_2409', u'CAST_-1206052040'), (u'INT_ZEXT_-1206052650', u'INT_SBORROW_-1206052643'), (u'INT_ADD_-1206052789', u'CAST_-1206052089'), (u'CAST_-1206052309', u'LOAD_-1206053253'), (u'INT_LESS_-1206052673', u'INT_ZEXT_-1206052646'), (u'CAST_-1206052089', u'CALL_-1206052783'), (u'MULTIEQUAL_-1206052333', u'INT_ADD_-1206052749'), ('const-0', u'INT_SLESS_-1206052647'), (u'CAST_-1206052133', u'MULTIEQUAL_-1206052270'), (u'CAST_-1206052103', u'INT_SLESSEQUAL_-1206052829'), (u'INT_SUB_-1206052762', u'CAST_-1206052072'), ('const-0', u'INT_EQUAL_-1206052646'), (u'INT_SBORROW_-1206052993', u'INT_NOTEQUAL_-1206053003'), (u'CAST_-1206052066', u'MULTIEQUAL_-1206052352'), ('tmp_2407', u'INT_ADD_-1206053237'), (u'INT_EQUAL_-1206052733', u'CBRANCH_-1206052730'), ('const-0', u'RETURN_-1206052607'), ('const-31', u'INT_SRIGHT_-1206053054'), ('const-0', u'COPY_-1206052588'), (u'INT_NOTEQUAL_-1206053041', u'CBRANCH_-1206053039'), (u'INT_SUB_-1206053004', u'INT_SBORROW_-1206052993'), (u'CAST_-1206052104', u'LOAD_-1206052640'), (u'INT_ZEXT_-1206052646', u'INT_ADD_-1206052643'), (u'INT_EQUAL_-1206052646', u'CBRANCH_-1206052643'), (u'BOOL_AND_-1206052312', u'BOOL_OR_-1206052314'), (u'COPY_-1206052291', u'MULTIEQUAL_-1206052440'), (u'INT_SLESS_-1206052997', u'INT_EQUAL_-1206052989'), (u'MULTIEQUAL_-1206052440', u'INT_CARRY_-1206052699'), (u'MULTIEQUAL_-1206052440', u'INT_ADD_-1206052699'), (u'INT_ADD_-1206052644', u'CAST_-1206052025'), (u'LOAD_-1206053237', u'CAST_-1206052246'), (u'MULTIEQUAL_-1206052287', u'STORE_-1206052659'), (u'LOAD_-1206053237', u'INT_CARRY_-1206052699'), (u'LOAD_-1206053237', u'INT_ADD_-1206052699'), (u'MULTIEQUAL_-1206052283', u'STORE_-1206052667'), (u'COPY_-1206052258', u'MULTIEQUAL_-1206052436'), (u'INT_ADD_-1206052699', u'COPY_-1206052260'), (u'MULTIEQUAL_-1206052356', u'MULTIEQUAL_-1206052301'), ('tmp_2407', u'INT_ADD_-1206053235'), ('const-417', u'LOAD_-1206053067'), (u'MULTIEQUAL_-1206052379', u'INT_ADD_-1206052156'), (u'CAST_-1206052178', u'INT_EQUAL_-1206052931'), (u'COPY_-1206052219', u'MULTIEQUAL_-1206052360'), (u'LOAD_-1206052477', u'MULTIEQUAL_-1206052406'), ('tmp_2407', u'INT_ADD_-1206053051'), (u'INT_ZEXT_-1206052680', u'INT_ADD_-1206052677'), (u'INT_EQUAL_-1206052414', u'BOOL_AND_-1206052312'), (u'INT_CARRY_-1206052702', u'INT_ZEXT_-1206052679'), (u'BOOL_OR_-1206052314', u'CBRANCH_-1206053070'), (u'INT_SBORROW_-1206052643', u'INT_NOTEQUAL_-1206052653'), (u'COPY_-1206052588', u'MULTIEQUAL_-1206052282'), (u'LOAD_-1206052640', u'MULTIEQUAL_-1206052359'), (u'MULTIEQUAL_-1206052282', u'STORE_-1206052665'), (u'INT_LESS_-1206053023', u'INT_ZEXT_-1206052996'), ('tmp_2407', u'INT_ADD_-1206052624'), (u'MULTIEQUAL_-1206052417', u'LOAD_-1206052956'), (u'CAST_-1206052219', u'INT_SLESS_-1206052997'), ('const-417', u'LOAD_-1206053251'), (u'CAST_-1206052031', u'STORE_-1206052667'), (u'CAST_-1206052025', u'STORE_-1206052659'), (u'INT_ADD_-1206052677', u'COPY_-1206052258'), (u'MULTIEQUAL_-1206052356', u'INT_EQUAL_-1206052733'), (u'INT_ADD_-1206052749', u'CAST_-1206052066'), (u'INT_ADD_-1206052678', u'INT_ADD_-1206052676'), (u'INT_ADD_-1206052677', u'INT_ADD_-1206052643'), ('const-40', u'INT_ADD_-1206052653'), (u'LOAD_-1206052956', u'CAST_-1206052178'), ('const-417', u'STORE_-1206052659'), (u'INT_SRIGHT_-1206053054', u'INT_ADD_-1206052993'), ('tmp_2407', u'INT_ADD_-1206052650'), (u'CAST_-1206052072', u'INT_SLESS_-1206052768'), ('tmp_2693', u'INT_NOTEQUAL_-1206053217'), (u'INDIRECT_-1206052413', u'MULTIEQUAL_-1206052379'), (u'INT_SRIGHT_-1206053054', u'INT_SUB_-1206053004'), (u'INT_LESS_-1206053023', u'INT_ZEXT_-1206053000'), (u'COPY_-1206052177', u'MULTIEQUAL_-1206052333'), ('const-0', u'COPY_-1206052604'), (u'INT_EQUAL_-1206052989', u'CBRANCH_-1206052994'), (u'INT_SUB_-1206052762', u'INT_EQUAL_-1206052646'), (u'INT_ZEXT_-1206052996', u'INT_ADD_-1206052993'), ('tmp_2692', u'CALL_-1206052909'), (u'BOOL_OR_-1206052310', u'BOOL_OR_-1206052314'), (u'CALL_-1206052909', u'INDIRECT_-1206052413'), (u'INT_ADD_-1206052676', u'MULTIEQUAL_-1206052282'), (u'INT_EQUAL_-1206052665', u'CBRANCH_-1206052662'), ('tmp_779', u'CBRANCH_-1206052755'), ('const-4', u'INT_ADD_-1206053221'), ('const-4', u'INT_ADD_-1206052624'), ('tmp_1380', u'CBRANCH_-1206052644'), ('tmp_1227', u'CBRANCH_-1206052643'), ('tmp_825', u'CBRANCH_-1206052730'), ('tmp_2407', u'INT_ADD_-1206052644'), (u'INT_SUB_-1206052844', u'COPY_-1206052174'), (u'INT_NOTEQUAL_-1206052419', u'BOOL_OR_-1206052310'), ('tmp_536', u'CBRANCH_-1206052994'), (u'CAST_-1206052067', u'INT_ADD_-1206052749'), ('const-417', u'LOAD_-1206052700'), (u'MULTIEQUAL_-1206052301', u'MULTIEQUAL_-1206052287'), ('const-0', u'INT_EQUAL_-1206052414'), ('const-31', u'INT_SRIGHT_-1206052675'), ('const-417', u'LOAD_-1206052477'), (u'MULTIEQUAL_-1206052360', u'COPY_-1206052177'), ('tmp_2692', u'INT_NOTEQUAL_-1206052419'), (u'COPY_-1206052174', u'MULTIEQUAL_-1206052333'), (u'INT_ADD_-1206053051', u'CAST_-1206052236'), ('const-0', u'INT_EQUAL_-1206052931'), (u'CAST_-1206052178', u'MULTIEQUAL_-1206052417'), (u'MULTIEQUAL_-1206052356', u'LOAD_-1206052700'), (u'MULTIEQUAL_-1206052359', u'INT_SUB_-1206052844'), (u'INT_SBORROW_-1206052646', u'INT_NOTEQUAL_-1206052653'), (u'INT_ADD_-1206052156', u'INT_ADD_-1206052789'), ('tmp_613', u'BRANCH_-1206052896'), (u'CAST_-1206052133', u'MULTIEQUAL_-1206052301'), (u'COPY_-1206052689', u'MULTIEQUAL_-1206052379'), (u'INT_SLESSEQUAL_-1206052829', u'CBRANCH_-1206052836'), (u'INT_EQUAL_-1206052639', u'CBRANCH_-1206052644'), ('tmp_2410', u'MULTIEQUAL_-1206052352'), (u'COPY_-1206052604', u'MULTIEQUAL_-1206052283'), (u'INT_ADD_-1206052993', u'INT_SUB_-1206052991'), ('const-4', u'INT_ADD_-1206052156'), ('tmp_2409', u'COPY_-1206052219'), (u'CAST_-1206052040', u'INT_SRIGHT_-1206052675'), (u'CAST_-1206052178', u'MULTIEQUAL_-1206052406'), (u'INT_LESS_-1206052673', u'INT_ZEXT_-1206052650'), (u'INT_ADD_-1206053221', u'CAST_-1206052299'), ('const-44', u'INT_ADD_-1206053235'), ('tmp_2407', u'INT_ADD_-1206053221'), (u'INT_ADD_-1206052643', u'INT_SUB_-1206052641'), (u'MULTIEQUAL_-1206052406', u'MULTIEQUAL_-1206052356'), (u'INT_ADD_-1206052677', u'INT_SUB_-1206052654'), ('const-0', u'INT_NOTEQUAL_-1206053041'), ('const-40', u'INT_ADD_-1206053237'), ('tmp_595', u'CBRANCH_-1206052927'), (u'LOAD_-1206053067', u'MULTIEQUAL_-1206052406'), ('tmp_2692', u'INT_LESS_-1206052673'), (u'INT_ADD_-1206053237', u'CAST_-1206052309'), (u'INT_SUB_-1206052991', u'CAST_-1206052219'), ('tmp_2692', u'INT_LESS_-1206053023'), ('tmp_2693', u'INT_SBORROW_-1206052996'), (u'INT_CARRY_-1206052699', u'INT_ZEXT_-1206052680'), (u'CAST_-1206052308', u'LOAD_-1206053251'), (u'MULTIEQUAL_-1206052352', u'CALL_-1206052783'), ('tmp_2693', u'INT_SBORROW_-1206052646'), (u'LOAD_-1206053237', u'MULTIEQUAL_-1206052359'), (u'INT_NOTEQUAL_-1206053003', u'INT_EQUAL_-1206052989'), (u'CAST_-1206052185', u'INT_SLESS_-1206052647'), ('const-417', u'STORE_-1206052667'), (u'LOAD_-1206053067', u'INT_NOTEQUAL_-1206053041'), ('const-417', u'LOAD_-1206052640'), ('const-0', u'INT_SLESS_-1206052997'), (u'INT_ADD_-1206052624', u'CAST_-1206052104'), (u'MULTIEQUAL_-1206052360', u'CAST_-1206052103'), ('const-48', u'INT_ADD_-1206052644'), ('const-0', u'INT_EQUAL_-1206052733'), (u'INT_ADD_-1206053235', u'CAST_-1206052308'), (u'INT_SRIGHT_-1206053054', u'INT_SBORROW_-1206052996'), ('tmp_2407', u'INT_ADD_-1206052653'), (u'INT_ADD_-1206052702', u'MULTIEQUAL_-1206052283'), (u'INT_SUB_-1206052844', u'INT_SUB_-1206052762'), (u'MULTIEQUAL_-1206052333', u'CALL_-1206052783'), (u'CAST_-1206052017', u'LOAD_-1206052477'), (u'LOAD_-1206053253', u'INT_NOTEQUAL_-1206052419'), (u'INT_ADD_-1206052699', u'INT_LESS_-1206052673'), ('const-417', u'STORE_-1206052665'), (u'MULTIEQUAL_-1206052379', u'INT_SUB_-1206052844'), ('const-44', u'INT_ADD_-1206052650'), (u'INT_SBORROW_-1206052996', u'INT_NOTEQUAL_-1206053003'), (u'LOAD_-1206053237', u'COPY_-1206052291'), ('tmp_2693', u'INT_SUB_-1206053004'), ('tmp_2407', u'INT_ADD_-1206052461'), (u'INT_ADD_-1206052650', u'CAST_-1206052030'), (u'LOAD_-1206053251', u'INT_NOTEQUAL_-1206053217'), ('tmp_2409', u'INT_CARRY_-1206052702'), ('tmp_2409', u'INT_ADD_-1206052702'), (u'LOAD_-1206053067', u'MULTIEQUAL_-1206052417'), ('tmp_1388', u'BRANCH_-1206052470'), (u'INT_ADD_-1206052461', u'CAST_-1206052017'), ('tmp_2692', u'INT_EQUAL_-1206052415'), (u'INT_SRIGHT_-1206052675', u'INT_ADD_-1206052678'), (u'INT_ZEXT_-1206053000', u'INT_SBORROW_-1206052993'), (u'CAST_-1206052133', u'INT_EQUAL_-1206052665'), ('tmp_2693', u'INT_ADD_-1206052678'), ('tmp_1135', u'BRANCH_-1206052576'), (u'INT_SUB_-1206052654', u'INT_SBORROW_-1206052643'), (u'COPY_-1206052260', u'MULTIEQUAL_-1206052440'), (u'CAST_-1206052299', u'LOAD_-1206053237'), (u'INT_SRIGHT_-1206053054', u'INT_ADD_-1206052679'), (u'INT_SUB_-1206052844', u'CAST_-1206052104'), (u'MULTIEQUAL_-1206052436', u'INT_ADD_-1206052679'), (u'COPY_-1206052289', u'MULTIEQUAL_-1206052436'), ('const-0', u'INT_SLESS_-1206052768'), (u'MULTIEQUAL_-1206052356', u'MULTIEQUAL_-1206052270'), (u'INT_SRIGHT_-1206053054', u'COPY_-1206052289'), ('tmp_2692', u'INT_CARRY_-1206052702'), ('tmp_2692', u'INT_ADD_-1206052702'), ('tmp_2693', u'INT_SUB_-1206052991'), (u'MULTIEQUAL_-1206052356', u'CAST_-1206052090'), ('tmp_2693', u'CALL_-1206052909'), ('const-16', u'INT_ADD_-1206053051'), ('const-0', u'COPY_-1206052689'), ('const-0', u'INT_EQUAL_-1206052665'), (u'CAST_-1206052246', u'INT_SRIGHT_-1206053054'), (u'INT_SLESS_-1206052768', u'CBRANCH_-1206052755'), (u'MULTIEQUAL_-1206052352', u'CAST_-1206052067'), (u'CAST_-1206052090', u'INT_ADD_-1206052789'), (u'CAST_-1206052104', u'INT_SLESSEQUAL_-1206052829'), (u'CAST_-1206052236', u'LOAD_-1206053067'), (u'INT_SLESS_-1206052647', u'INT_EQUAL_-1206052639'), ('tmp_401', u'CBRANCH_-1206053070'), (u'INT_SUB_-1206052641', u'CAST_-1206052185'), (u'INT_NOTEQUAL_-1206053217', u'BOOL_OR_-1206052310'), (u'MULTIEQUAL_-1206052270', u'MULTIEQUAL_-1206052287'), (u'CAST_-1206052030', u'STORE_-1206052665'), (u'INT_NOTEQUAL_-1206052653', u'INT_EQUAL_-1206052639'), (u'LOAD_-1206053237', u'COPY_-1206052232'), (u'MULTIEQUAL_-1206052360', u'INT_SUB_-1206052762')]
null
null
00021650
arm
O2
(translation_unit "undefined4\nFUN_00021650(int param_1,void *param_2,uint param_3,undefined4 param_4,uint param_5,int param_6)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n size_t sVar4;\n int *piVar5;\n int iVar6;\n int iVar7;\n size_t __n;\n \n uVar3 = *(uint *)(param_1 + 4);\n iVar6 = (int)uVar3 >> 0x1f;\n if (param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)) {\n piVar5 = *(int **)(param_1 + 0x10);\n if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }\n }\n else {\n piVar5 = *(int **)(param_1 + 0x30);\n }\n uVar1 = uVar3;\n FUN_000f7f64(param_5,param_6);\n uVar2 = param_3;\n while( true ) {\n sVar4 = uVar3 - uVar1;\n __n = uVar2;\n if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }\n memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);\n uVar2 = uVar2 - sVar4;\n param_2 = (void *)((int)param_2 + __n);\n if ((int)uVar2 < 0) break;\n piVar5 = (int *)*piVar5;\n uVar1 = 0;\n if (piVar5 == (int *)0x0) goto LAB_0002176c;\n if (uVar2 == 0) goto LAB_0002174c;\n uVar3 = *(uint *)(param_1 + 4);\n }\n if (piVar5 == (int *)0x0) {\nLAB_0002176c:\n iVar6 = 0;\n iVar7 = 0;\n goto LAB_00021758;\n }\nLAB_0002174c:\n iVar6 = param_5 + param_3;\n iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3);\nLAB_00021758:\n *(int *)(param_1 + 0x28) = iVar6;\n *(int *)(param_1 + 0x2c) = iVar7;\n *(int **)(param_1 + 0x30) = piVar5;\n return 0;\n}\n\n" (function_definition "undefined4\nFUN_00021650(int param_1,void *param_2,uint param_3,undefined4 param_4,uint param_5,int param_6)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n size_t sVar4;\n int *piVar5;\n int iVar6;\n int iVar7;\n size_t __n;\n \n uVar3 = *(uint *)(param_1 + 4);\n iVar6 = (int)uVar3 >> 0x1f;\n if (param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)) {\n piVar5 = *(int **)(param_1 + 0x10);\n if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }\n }\n else {\n piVar5 = *(int **)(param_1 + 0x30);\n }\n uVar1 = uVar3;\n FUN_000f7f64(param_5,param_6);\n uVar2 = param_3;\n while( true ) {\n sVar4 = uVar3 - uVar1;\n __n = uVar2;\n if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }\n memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);\n uVar2 = uVar2 - sVar4;\n param_2 = (void *)((int)param_2 + __n);\n if ((int)uVar2 < 0) break;\n piVar5 = (int *)*piVar5;\n uVar1 = 0;\n if (piVar5 == (int *)0x0) goto LAB_0002176c;\n if (uVar2 == 0) goto LAB_0002174c;\n uVar3 = *(uint *)(param_1 + 4);\n }\n if (piVar5 == (int *)0x0) {\nLAB_0002176c:\n iVar6 = 0;\n iVar7 = 0;\n goto LAB_00021758;\n }\nLAB_0002174c:\n iVar6 = param_5 + param_3;\n iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3);\nLAB_00021758:\n *(int *)(param_1 + 0x28) = iVar6;\n *(int *)(param_1 + 0x2c) = iVar7;\n *(int **)(param_1 + 0x30) = piVar5;\n return 0;\n}" type_identifier (function_declarator "FUN_00021650(int param_1,void *param_2,uint param_3,undefined4 param_4,uint param_5,int param_6)" identifier (parameter_list "(int param_1,void *param_2,uint param_3,undefined4 param_4,uint param_5,int param_6)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "uint param_5" type_identifier identifier) , (parameter_declaration "int param_6" primitive_type identifier) ))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n size_t sVar4;\n int *piVar5;\n int iVar6;\n int iVar7;\n size_t __n;\n \n uVar3 = *(uint *)(param_1 + 4);\n iVar6 = (int)uVar3 >> 0x1f;\n if (param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)) {\n piVar5 = *(int **)(param_1 + 0x10);\n if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }\n }\n else {\n piVar5 = *(int **)(param_1 + 0x30);\n }\n uVar1 = uVar3;\n FUN_000f7f64(param_5,param_6);\n uVar2 = param_3;\n while( true ) {\n sVar4 = uVar3 - uVar1;\n __n = uVar2;\n if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }\n memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);\n uVar2 = uVar2 - sVar4;\n param_2 = (void *)((int)param_2 + __n);\n if ((int)uVar2 < 0) break;\n piVar5 = (int *)*piVar5;\n uVar1 = 0;\n if (piVar5 == (int *)0x0) goto LAB_0002176c;\n if (uVar2 == 0) goto LAB_0002174c;\n uVar3 = *(uint *)(param_1 + 4);\n }\n if (piVar5 == (int *)0x0) {\nLAB_0002176c:\n iVar6 = 0;\n iVar7 = 0;\n goto LAB_00021758;\n }\nLAB_0002174c:\n iVar6 = param_5 + param_3;\n iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3);\nLAB_00021758:\n *(int *)(param_1 + 0x28) = iVar6;\n *(int *)(param_1 + 0x2c) = iVar7;\n *(int **)(param_1 + 0x30) = piVar5;\n return 0;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "size_t sVar4;" primitive_type identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (expression_statement "uVar3 = *(uint *)(param_1 + 4);" (assignment_expression "uVar3 = *(uint *)(param_1 + 4)" identifier = (pointer_expression "*(uint *)(param_1 + 4)" * (cast_expression "(uint *)(param_1 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (expression_statement "iVar6 = (int)uVar3 >> 0x1f;" (assignment_expression "iVar6 = (int)uVar3 >> 0x1f" identifier = (binary_expression "(int)uVar3 >> 0x1f" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal)) ;) (if_statement "if (param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)) {\n piVar5 = *(int **)(param_1 + 0x10);\n if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }\n }\n else {\n piVar5 = *(int **)(param_1 + 0x30);\n }" if (parenthesized_expression "(param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5))" ( (binary_expression "param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)" (binary_expression "param_5 == 0 && param_6 == 0" (binary_expression "param_5 == 0" identifier == number_literal) && (binary_expression "param_6 == 0" identifier == number_literal)) || (parenthesized_expression "(*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)" ( (binary_expression "*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5" (binary_expression "*(int *)(param_1 + 0x2c) != param_6" (pointer_expression "*(int *)(param_1 + 0x2c)" * (cast_expression "(int *)(param_1 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x2c)" ( (binary_expression "param_1 + 0x2c" identifier + number_literal) )))) != identifier) || (binary_expression "*(uint *)(param_1 + 0x28) != param_5" (pointer_expression "*(uint *)(param_1 + 0x28)" * (cast_expression "(uint *)(param_1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) != identifier)) ))) )) (compound_statement "{\n piVar5 = *(int **)(param_1 + 0x10);\n if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }\n }" { (expression_statement "piVar5 = *(int **)(param_1 + 0x10);" (assignment_expression "piVar5 = *(int **)(param_1 + 0x10)" identifier = (pointer_expression "*(int **)(param_1 + 0x10)" * (cast_expression "(int **)(param_1 + 0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }" if (parenthesized_expression "((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))))" ( (binary_expression "(piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))" (parenthesized_expression "(piVar5 != (int *)0x0)" ( (binary_expression "piVar5 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))" ( (comma_expression "uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))" (assignment_expression "uVar1 = uVar3" identifier = identifier) , (comma_expression "iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))" (assignment_expression "iVar7 = iVar6" identifier = identifier) , (binary_expression "(int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))" (binary_expression "(int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0" (cast_expression "(int)(param_6 - (iVar6 + (uint)(param_5 < uVar3)))" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_6 - (iVar6 + (uint)(param_5 < uVar3)))" ( (binary_expression "param_6 - (iVar6 + (uint)(param_5 < uVar3))" identifier - (parenthesized_expression "(iVar6 + (uint)(param_5 < uVar3))" ( (binary_expression "iVar6 + (uint)(param_5 < uVar3)" identifier + (call_expression "(uint)(param_5 < uVar3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_5 < uVar3)" ( (binary_expression "param_5 < uVar3" identifier < identifier) )))) ))) ))) < number_literal) == (parenthesized_expression "(SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))" ( (binary_expression "SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))" (call_expression "SBORROW4(param_6,iVar6)" identifier (argument_list "(param_6,iVar6)" ( identifier , identifier ))) != (call_expression "SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))" identifier (argument_list "(param_6 - iVar6,(uint)(param_5 < uVar3))" ( (binary_expression "param_6 - iVar6" identifier - identifier) , (call_expression "(uint)(param_5 < uVar3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_5 < uVar3)" ( (binary_expression "param_5 < uVar3" identifier < identifier) ))) )))) ))))) ))) )) (compound_statement "{\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }" { (do_statement "do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));" do (compound_statement "{\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n }" { (expression_statement "piVar5 = (int *)*piVar5;" (assignment_expression "piVar5 = (int *)*piVar5" identifier = (cast_expression "(int *)*piVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar5" * identifier))) ;) (if_statement "if (piVar5 == (int *)0x0) break;" if (parenthesized_expression "(piVar5 == (int *)0x0)" ( (binary_expression "piVar5 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "uVar2 = uVar1 + uVar3;" (assignment_expression "uVar2 = uVar1 + uVar3" identifier = (binary_expression "uVar1 + uVar3" identifier + identifier)) ;) (expression_statement "iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);" (assignment_expression "iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3)" identifier = (binary_expression "iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3)" (binary_expression "iVar7 + iVar6" identifier + identifier) + (cast_expression "(uint)CARRY4(uVar1,uVar3)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar1,uVar3)" identifier (argument_list "(uVar1,uVar3)" ( identifier , identifier )))))) ;) (expression_statement "uVar1 = uVar2;" (assignment_expression "uVar1 = uVar2" identifier = identifier) ;) }) while (parenthesized_expression "((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))))" ( (binary_expression "(int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2)))" (binary_expression "(int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0" (cast_expression "(int)(param_6 - (iVar7 + (uint)(param_5 < uVar2)))" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_6 - (iVar7 + (uint)(param_5 < uVar2)))" ( (binary_expression "param_6 - (iVar7 + (uint)(param_5 < uVar2))" identifier - (parenthesized_expression "(iVar7 + (uint)(param_5 < uVar2))" ( (binary_expression "iVar7 + (uint)(param_5 < uVar2)" identifier + (call_expression "(uint)(param_5 < uVar2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_5 < uVar2)" ( (binary_expression "param_5 < uVar2" identifier < identifier) )))) ))) ))) < number_literal) == (parenthesized_expression "(SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2)))" ( (binary_expression "SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))" (call_expression "SBORROW4(param_6,iVar7)" identifier (argument_list "(param_6,iVar7)" ( identifier , identifier ))) != (call_expression "SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))" identifier (argument_list "(param_6 - iVar7,(uint)(param_5 < uVar2))" ( (binary_expression "param_6 - iVar7" identifier - identifier) , (call_expression "(uint)(param_5 < uVar2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_5 < uVar2)" ( (binary_expression "param_5 < uVar2" identifier < identifier) ))) )))) ))) )) ;) })) }) (else_clause "else {\n piVar5 = *(int **)(param_1 + 0x30);\n }" else (compound_statement "{\n piVar5 = *(int **)(param_1 + 0x30);\n }" { (expression_statement "piVar5 = *(int **)(param_1 + 0x30);" (assignment_expression "piVar5 = *(int **)(param_1 + 0x30)" identifier = (pointer_expression "*(int **)(param_1 + 0x30)" * (cast_expression "(int **)(param_1 + 0x30)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) }))) (expression_statement "uVar1 = uVar3;" (assignment_expression "uVar1 = uVar3" identifier = identifier) ;) (expression_statement "FUN_000f7f64(param_5,param_6);" (call_expression "FUN_000f7f64(param_5,param_6)" identifier (argument_list "(param_5,param_6)" ( identifier , identifier ))) ;) (expression_statement "uVar2 = param_3;" (assignment_expression "uVar2 = param_3" identifier = identifier) ;) (while_statement "while( true ) {\n sVar4 = uVar3 - uVar1;\n __n = uVar2;\n if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }\n memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);\n uVar2 = uVar2 - sVar4;\n param_2 = (void *)((int)param_2 + __n);\n if ((int)uVar2 < 0) break;\n piVar5 = (int *)*piVar5;\n uVar1 = 0;\n if (piVar5 == (int *)0x0) goto LAB_0002176c;\n if (uVar2 == 0) goto LAB_0002174c;\n uVar3 = *(uint *)(param_1 + 4);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n sVar4 = uVar3 - uVar1;\n __n = uVar2;\n if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }\n memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);\n uVar2 = uVar2 - sVar4;\n param_2 = (void *)((int)param_2 + __n);\n if ((int)uVar2 < 0) break;\n piVar5 = (int *)*piVar5;\n uVar1 = 0;\n if (piVar5 == (int *)0x0) goto LAB_0002176c;\n if (uVar2 == 0) goto LAB_0002174c;\n uVar3 = *(uint *)(param_1 + 4);\n }" { (expression_statement "sVar4 = uVar3 - uVar1;" (assignment_expression "sVar4 = uVar3 - uVar1" identifier = (binary_expression "uVar3 - uVar1" identifier - identifier)) ;) (expression_statement "__n = uVar2;" (assignment_expression "__n = uVar2" identifier = identifier) ;) (if_statement "if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }" if (parenthesized_expression "((int)sVar4 <= (int)uVar2)" ( (binary_expression "(int)sVar4 <= (int)uVar2" (cast_expression "(int)sVar4" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n __n = sVar4;\n }" { (expression_statement "__n = sVar4;" (assignment_expression "__n = sVar4" identifier = identifier) ;) })) (expression_statement "memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);" (call_expression "memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n)" identifier (argument_list "(param_2,(void *)((int)piVar5 + uVar1 + 4),__n)" ( identifier , (cast_expression "(void *)((int)piVar5 + uVar1 + 4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + uVar1 + 4)" ( (binary_expression "(int)piVar5 + uVar1 + 4" (binary_expression "(int)piVar5 + uVar1" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) ))) , identifier ))) ;) (expression_statement "uVar2 = uVar2 - sVar4;" (assignment_expression "uVar2 = uVar2 - sVar4" identifier = (binary_expression "uVar2 - sVar4" identifier - identifier)) ;) (expression_statement "param_2 = (void *)((int)param_2 + __n);" (assignment_expression "param_2 = (void *)((int)param_2 + __n)" identifier = (cast_expression "(void *)((int)param_2 + __n)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_2 + __n)" ( (binary_expression "(int)param_2 + __n" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (if_statement "if ((int)uVar2 < 0) break;" if (parenthesized_expression "((int)uVar2 < 0)" ( (binary_expression "(int)uVar2 < 0" (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (break_statement "break;" break ;)) (expression_statement "piVar5 = (int *)*piVar5;" (assignment_expression "piVar5 = (int *)*piVar5" identifier = (cast_expression "(int *)*piVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar5" * identifier))) ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (if_statement "if (piVar5 == (int *)0x0) goto LAB_0002176c;" if (parenthesized_expression "(piVar5 == (int *)0x0)" ( (binary_expression "piVar5 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0002176c;" goto statement_identifier ;)) (if_statement "if (uVar2 == 0) goto LAB_0002174c;" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0002174c;" goto statement_identifier ;)) (expression_statement "uVar3 = *(uint *)(param_1 + 4);" (assignment_expression "uVar3 = *(uint *)(param_1 + 4)" identifier = (pointer_expression "*(uint *)(param_1 + 4)" * (cast_expression "(uint *)(param_1 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) })) (if_statement "if (piVar5 == (int *)0x0) {\nLAB_0002176c:\n iVar6 = 0;\n iVar7 = 0;\n goto LAB_00021758;\n }" if (parenthesized_expression "(piVar5 == (int *)0x0)" ( (binary_expression "piVar5 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_0002176c:\n iVar6 = 0;\n iVar7 = 0;\n goto LAB_00021758;\n }" { (labeled_statement "LAB_0002176c:\n iVar6 = 0;" statement_identifier : (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;)) (expression_statement "iVar7 = 0;" (assignment_expression "iVar7 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_00021758;" goto statement_identifier ;) })) (labeled_statement "LAB_0002174c:\n iVar6 = param_5 + param_3;" statement_identifier : (expression_statement "iVar6 = param_5 + param_3;" (assignment_expression "iVar6 = param_5 + param_3" identifier = (binary_expression "param_5 + param_3" identifier + identifier)) ;)) (expression_statement "iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3);" (assignment_expression "iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3)" identifier = (binary_expression "param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3)" (binary_expression "param_6 + ((int)param_3 >> 0x1f)" identifier + (parenthesized_expression "((int)param_3 >> 0x1f)" ( (binary_expression "(int)param_3 >> 0x1f" (cast_expression "(int)param_3" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) + (cast_expression "(uint)CARRY4(param_5,param_3)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(param_5,param_3)" identifier (argument_list "(param_5,param_3)" ( identifier , identifier )))))) ;) (labeled_statement "LAB_00021758:\n *(int *)(param_1 + 0x28) = iVar6;" statement_identifier : (expression_statement "*(int *)(param_1 + 0x28) = iVar6;" (assignment_expression "*(int *)(param_1 + 0x28) = iVar6" (pointer_expression "*(int *)(param_1 + 0x28)" * (cast_expression "(int *)(param_1 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = identifier) ;)) (expression_statement "*(int *)(param_1 + 0x2c) = iVar7;" (assignment_expression "*(int *)(param_1 + 0x2c) = iVar7" (pointer_expression "*(int *)(param_1 + 0x2c)" * (cast_expression "(int *)(param_1 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x2c)" ( (binary_expression "param_1 + 0x2c" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int **)(param_1 + 0x30) = piVar5;" (assignment_expression "*(int **)(param_1 + 0x30) = piVar5" (pointer_expression "*(int **)(param_1 + 0x30)" * (cast_expression "(int **)(param_1 + 0x30)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) = identifier) ;) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "int memjrnlRead(sqlite3_file *pJfd,void *zBuf,int iAmt,sqlite_int64 iOfst)\n\n{\n int iVar1;\n sqlite3_io_methods *psVar2;\n sqlite3_io_methods *psVar3;\n int iVar4;\n sqlite3_io_methods *psVar5;\n sqlite3_io_methods *psVar6;\n \n psVar5 = pJfd[1].pMethods;\n iVar1 = (int)psVar5 >> 0x1f;\n if (((iOfst == 0 || iOfst != CONCAT44(pJfd[0xb].pMethods,pJfd[10].pMethods)) &&\n (psVar6 = pJfd[4].pMethods, psVar6 != (sqlite3_io_methods *)0x0)) &&\n (psVar3 = psVar5, iVar4 = iVar1,\n (int)(iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar1) !=\n SBORROW4(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5))))) {\n do {\n psVar6 = (sqlite3_io_methods *)psVar6->iVersion;\n if (psVar6 == (sqlite3_io_methods *)0x0) break;\n psVar2 = (sqlite3_io_methods *)((int)&psVar5->iVersion + (int)&psVar3->iVersion);\n iVar4 = iVar4 + iVar1 + (uint)CARRY4((uint)psVar3,(uint)psVar5);\n psVar3 = psVar2;\n } while ((int)(iOfst._4_4_ - (iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar4) !=\n SBORROW4(iOfst._4_4_ - iVar4,(uint)((sqlite3_io_methods *)iOfst < psVar2))));\n }\n /* WARNING: Subroutine does not return */\n __aeabi_ldivmod((sqlite3_io_methods *)iOfst,iOfst._4_4_);\n}\n\n" (function_definition "int memjrnlRead(sqlite3_file *pJfd,void *zBuf,int iAmt,sqlite_int64 iOfst)\n\n{\n int iVar1;\n sqlite3_io_methods *psVar2;\n sqlite3_io_methods *psVar3;\n int iVar4;\n sqlite3_io_methods *psVar5;\n sqlite3_io_methods *psVar6;\n \n psVar5 = pJfd[1].pMethods;\n iVar1 = (int)psVar5 >> 0x1f;\n if (((iOfst == 0 || iOfst != CONCAT44(pJfd[0xb].pMethods,pJfd[10].pMethods)) &&\n (psVar6 = pJfd[4].pMethods, psVar6 != (sqlite3_io_methods *)0x0)) &&\n (psVar3 = psVar5, iVar4 = iVar1,\n (int)(iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar1) !=\n SBORROW4(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5))))) {\n do {\n psVar6 = (sqlite3_io_methods *)psVar6->iVersion;\n if (psVar6 == (sqlite3_io_methods *)0x0) break;\n psVar2 = (sqlite3_io_methods *)((int)&psVar5->iVersion + (int)&psVar3->iVersion);\n iVar4 = iVar4 + iVar1 + (uint)CARRY4((uint)psVar3,(uint)psVar5);\n psVar3 = psVar2;\n } while ((int)(iOfst._4_4_ - (iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar4) !=\n SBORROW4(iOfst._4_4_ - iVar4,(uint)((sqlite3_io_methods *)iOfst < psVar2))));\n }\n /* WARNING: Subroutine does not return */\n __aeabi_ldivmod((sqlite3_io_methods *)iOfst,iOfst._4_4_);\n}" primitive_type (function_declarator "memjrnlRead(sqlite3_file *pJfd,void *zBuf,int iAmt,sqlite_int64 iOfst)" identifier (parameter_list "(sqlite3_file *pJfd,void *zBuf,int iAmt,sqlite_int64 iOfst)" ( (parameter_declaration "sqlite3_file *pJfd" type_identifier (pointer_declarator "*pJfd" * identifier)) , (parameter_declaration "void *zBuf" primitive_type (pointer_declarator "*zBuf" * identifier)) , (parameter_declaration "int iAmt" primitive_type identifier) , (parameter_declaration "sqlite_int64 iOfst" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n sqlite3_io_methods *psVar2;\n sqlite3_io_methods *psVar3;\n int iVar4;\n sqlite3_io_methods *psVar5;\n sqlite3_io_methods *psVar6;\n \n psVar5 = pJfd[1].pMethods;\n iVar1 = (int)psVar5 >> 0x1f;\n if (((iOfst == 0 || iOfst != CONCAT44(pJfd[0xb].pMethods,pJfd[10].pMethods)) &&\n (psVar6 = pJfd[4].pMethods, psVar6 != (sqlite3_io_methods *)0x0)) &&\n (psVar3 = psVar5, iVar4 = iVar1,\n (int)(iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar1) !=\n SBORROW4(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5))))) {\n do {\n psVar6 = (sqlite3_io_methods *)psVar6->iVersion;\n if (psVar6 == (sqlite3_io_methods *)0x0) break;\n psVar2 = (sqlite3_io_methods *)((int)&psVar5->iVersion + (int)&psVar3->iVersion);\n iVar4 = iVar4 + iVar1 + (uint)CARRY4((uint)psVar3,(uint)psVar5);\n psVar3 = psVar2;\n } while ((int)(iOfst._4_4_ - (iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar4) !=\n SBORROW4(iOfst._4_4_ - iVar4,(uint)((sqlite3_io_methods *)iOfst < psVar2))));\n }\n /* WARNING: Subroutine does not return */\n __aeabi_ldivmod((sqlite3_io_methods *)iOfst,iOfst._4_4_);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "sqlite3_io_methods *psVar2;" type_identifier (pointer_declarator "*psVar2" * identifier) ;) (declaration "sqlite3_io_methods *psVar3;" type_identifier (pointer_declarator "*psVar3" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "sqlite3_io_methods *psVar5;" type_identifier (pointer_declarator "*psVar5" * identifier) ;) (declaration "sqlite3_io_methods *psVar6;" type_identifier (pointer_declarator "*psVar6" * identifier) ;) (expression_statement "psVar5 = pJfd[1].pMethods;" (assignment_expression "psVar5 = pJfd[1].pMethods" identifier = (field_expression "pJfd[1].pMethods" (subscript_expression "pJfd[1]" identifier [ number_literal ]) . field_identifier)) ;) (expression_statement "iVar1 = (int)psVar5 >> 0x1f;" (assignment_expression "iVar1 = (int)psVar5 >> 0x1f" identifier = (binary_expression "(int)psVar5 >> 0x1f" (cast_expression "(int)psVar5" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal)) ;) (if_statement "if (((iOfst == 0 || iOfst != CONCAT44(pJfd[0xb].pMethods,pJfd[10].pMethods)) &&\n (psVar6 = pJfd[4].pMethods, psVar6 != (sqlite3_io_methods *)0x0)) &&\n (psVar3 = psVar5, iVar4 = iVar1,\n (int)(iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar1) !=\n SBORROW4(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5))))) {\n do {\n psVar6 = (sqlite3_io_methods *)psVar6->iVersion;\n if (psVar6 == (sqlite3_io_methods *)0x0) break;\n psVar2 = (sqlite3_io_methods *)((int)&psVar5->iVersion + (int)&psVar3->iVersion);\n iVar4 = iVar4 + iVar1 + (uint)CARRY4((uint)psVar3,(uint)psVar5);\n psVar3 = psVar2;\n } while ((int)(iOfst._4_4_ - (iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar4) !=\n SBORROW4(iOfst._4_4_ - iVar4,(uint)((sqlite3_io_methods *)iOfst < psVar2))));\n }" if (parenthesized_expression "(((iOfst == 0 || iOfst != CONCAT44(pJfd[0xb].pMethods,pJfd[10].pMethods)) &&\n (psVar6 = pJfd[4].pMethods, psVar6 != (sqlite3_io_methods *)0x0)) &&\n (psVar3 = psVar5, iVar4 = iVar1,\n (int)(iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar1) !=\n SBORROW4(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5)))))" ( (binary_expression "((iOfst == 0 || iOfst != CONCAT44(pJfd[0xb].pMethods,pJfd[10].pMethods)) &&\n (psVar6 = pJfd[4].pMethods, psVar6 != (sqlite3_io_methods *)0x0)) &&\n (psVar3 = psVar5, iVar4 = iVar1,\n (int)(iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar1) !=\n SBORROW4(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5))))" (parenthesized_expression "((iOfst == 0 || iOfst != CONCAT44(pJfd[0xb].pMethods,pJfd[10].pMethods)) &&\n (psVar6 = pJfd[4].pMethods, psVar6 != (sqlite3_io_methods *)0x0))" ( (binary_expression "(iOfst == 0 || iOfst != CONCAT44(pJfd[0xb].pMethods,pJfd[10].pMethods)) &&\n (psVar6 = pJfd[4].pMethods, psVar6 != (sqlite3_io_methods *)0x0)" (parenthesized_expression "(iOfst == 0 || iOfst != CONCAT44(pJfd[0xb].pMethods,pJfd[10].pMethods))" ( (binary_expression "iOfst == 0 || iOfst != CONCAT44(pJfd[0xb].pMethods,pJfd[10].pMethods)" (binary_expression "iOfst == 0" identifier == number_literal) || (binary_expression "iOfst != CONCAT44(pJfd[0xb].pMethods,pJfd[10].pMethods)" identifier != (call_expression "CONCAT44(pJfd[0xb].pMethods,pJfd[10].pMethods)" identifier (argument_list "(pJfd[0xb].pMethods,pJfd[10].pMethods)" ( (field_expression "pJfd[0xb].pMethods" (subscript_expression "pJfd[0xb]" identifier [ number_literal ]) . field_identifier) , (field_expression "pJfd[10].pMethods" (subscript_expression "pJfd[10]" identifier [ number_literal ]) . field_identifier) ))))) )) && (parenthesized_expression "(psVar6 = pJfd[4].pMethods, psVar6 != (sqlite3_io_methods *)0x0)" ( (comma_expression "psVar6 = pJfd[4].pMethods, psVar6 != (sqlite3_io_methods *)0x0" (assignment_expression "psVar6 = pJfd[4].pMethods" identifier = (field_expression "pJfd[4].pMethods" (subscript_expression "pJfd[4]" identifier [ number_literal ]) . field_identifier)) , (binary_expression "psVar6 != (sqlite3_io_methods *)0x0" identifier != (cast_expression "(sqlite3_io_methods *)0x0" ( (type_descriptor "sqlite3_io_methods *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) && (parenthesized_expression "(psVar3 = psVar5, iVar4 = iVar1,\n (int)(iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar1) !=\n SBORROW4(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5))))" ( (comma_expression "psVar3 = psVar5, iVar4 = iVar1,\n (int)(iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar1) !=\n SBORROW4(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5)))" (assignment_expression "psVar3 = psVar5" identifier = identifier) , (comma_expression "iVar4 = iVar1,\n (int)(iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar1) !=\n SBORROW4(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5)))" (assignment_expression "iVar4 = iVar1" identifier = identifier) , (binary_expression "(int)(iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar1) !=\n SBORROW4(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5)))" (binary_expression "(int)(iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5))) < 0" (cast_expression "(int)(iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5)))" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5)))" ( (binary_expression "iOfst._4_4_ - (iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5))" (field_expression "iOfst._4_4_" identifier . field_identifier) - (parenthesized_expression "(iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5))" ( (binary_expression "iVar1 + (uint)((sqlite3_io_methods *)iOfst < psVar5)" identifier + (call_expression "(uint)((sqlite3_io_methods *)iOfst < psVar5)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((sqlite3_io_methods *)iOfst < psVar5)" ( (binary_expression "(sqlite3_io_methods *)iOfst < psVar5" (cast_expression "(sqlite3_io_methods *)iOfst" ( (type_descriptor "sqlite3_io_methods *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) < identifier) )))) ))) ))) < number_literal) == (parenthesized_expression "(SBORROW4(iOfst._4_4_,iVar1) !=\n SBORROW4(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5)))" ( (binary_expression "SBORROW4(iOfst._4_4_,iVar1) !=\n SBORROW4(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5))" (call_expression "SBORROW4(iOfst._4_4_,iVar1)" identifier (argument_list "(iOfst._4_4_,iVar1)" ( (field_expression "iOfst._4_4_" identifier . field_identifier) , identifier ))) != (call_expression "SBORROW4(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5))" identifier (argument_list "(iOfst._4_4_ - iVar1,(uint)((sqlite3_io_methods *)iOfst < psVar5))" ( (binary_expression "iOfst._4_4_ - iVar1" (field_expression "iOfst._4_4_" identifier . field_identifier) - identifier) , (call_expression "(uint)((sqlite3_io_methods *)iOfst < psVar5)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((sqlite3_io_methods *)iOfst < psVar5)" ( (binary_expression "(sqlite3_io_methods *)iOfst < psVar5" (cast_expression "(sqlite3_io_methods *)iOfst" ( (type_descriptor "sqlite3_io_methods *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) < identifier) ))) )))) ))))) ))) )) (compound_statement "{\n do {\n psVar6 = (sqlite3_io_methods *)psVar6->iVersion;\n if (psVar6 == (sqlite3_io_methods *)0x0) break;\n psVar2 = (sqlite3_io_methods *)((int)&psVar5->iVersion + (int)&psVar3->iVersion);\n iVar4 = iVar4 + iVar1 + (uint)CARRY4((uint)psVar3,(uint)psVar5);\n psVar3 = psVar2;\n } while ((int)(iOfst._4_4_ - (iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar4) !=\n SBORROW4(iOfst._4_4_ - iVar4,(uint)((sqlite3_io_methods *)iOfst < psVar2))));\n }" { (do_statement "do {\n psVar6 = (sqlite3_io_methods *)psVar6->iVersion;\n if (psVar6 == (sqlite3_io_methods *)0x0) break;\n psVar2 = (sqlite3_io_methods *)((int)&psVar5->iVersion + (int)&psVar3->iVersion);\n iVar4 = iVar4 + iVar1 + (uint)CARRY4((uint)psVar3,(uint)psVar5);\n psVar3 = psVar2;\n } while ((int)(iOfst._4_4_ - (iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar4) !=\n SBORROW4(iOfst._4_4_ - iVar4,(uint)((sqlite3_io_methods *)iOfst < psVar2))));" do (compound_statement "{\n psVar6 = (sqlite3_io_methods *)psVar6->iVersion;\n if (psVar6 == (sqlite3_io_methods *)0x0) break;\n psVar2 = (sqlite3_io_methods *)((int)&psVar5->iVersion + (int)&psVar3->iVersion);\n iVar4 = iVar4 + iVar1 + (uint)CARRY4((uint)psVar3,(uint)psVar5);\n psVar3 = psVar2;\n }" { (expression_statement "psVar6 = (sqlite3_io_methods *)psVar6->iVersion;" (assignment_expression "psVar6 = (sqlite3_io_methods *)psVar6->iVersion" identifier = (cast_expression "(sqlite3_io_methods *)psVar6->iVersion" ( (type_descriptor "sqlite3_io_methods *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "psVar6->iVersion" identifier -> field_identifier))) ;) (if_statement "if (psVar6 == (sqlite3_io_methods *)0x0) break;" if (parenthesized_expression "(psVar6 == (sqlite3_io_methods *)0x0)" ( (binary_expression "psVar6 == (sqlite3_io_methods *)0x0" identifier == (cast_expression "(sqlite3_io_methods *)0x0" ( (type_descriptor "sqlite3_io_methods *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "psVar2 = (sqlite3_io_methods *)((int)&psVar5->iVersion + (int)&psVar3->iVersion);" (assignment_expression "psVar2 = (sqlite3_io_methods *)((int)&psVar5->iVersion + (int)&psVar3->iVersion)" identifier = (cast_expression "(sqlite3_io_methods *)((int)&psVar5->iVersion + (int)&psVar3->iVersion)" ( (type_descriptor "sqlite3_io_methods *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&psVar5->iVersion + (int)&psVar3->iVersion)" ( (binary_expression "(int)&psVar5->iVersion + (int)&psVar3->iVersion" (cast_expression "(int)&psVar5->iVersion" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&psVar5->iVersion" & (field_expression "psVar5->iVersion" identifier -> field_identifier))) + (cast_expression "(int)&psVar3->iVersion" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&psVar3->iVersion" & (field_expression "psVar3->iVersion" identifier -> field_identifier)))) )))) ;) (expression_statement "iVar4 = iVar4 + iVar1 + (uint)CARRY4((uint)psVar3,(uint)psVar5);" (assignment_expression "iVar4 = iVar4 + iVar1 + (uint)CARRY4((uint)psVar3,(uint)psVar5)" identifier = (binary_expression "iVar4 + iVar1 + (uint)CARRY4((uint)psVar3,(uint)psVar5)" (binary_expression "iVar4 + iVar1" identifier + identifier) + (cast_expression "(uint)CARRY4((uint)psVar3,(uint)psVar5)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4((uint)psVar3,(uint)psVar5)" identifier (argument_list "((uint)psVar3,(uint)psVar5)" ( (cast_expression "(uint)psVar3" ( (type_descriptor "uint" type_identifier) ) identifier) , (cast_expression "(uint)psVar5" ( (type_descriptor "uint" type_identifier) ) identifier) )))))) ;) (expression_statement "psVar3 = psVar2;" (assignment_expression "psVar3 = psVar2" identifier = identifier) ;) }) while (parenthesized_expression "((int)(iOfst._4_4_ - (iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar4) !=\n SBORROW4(iOfst._4_4_ - iVar4,(uint)((sqlite3_io_methods *)iOfst < psVar2))))" ( (binary_expression "(int)(iOfst._4_4_ - (iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2))) < 0 ==\n (SBORROW4(iOfst._4_4_,iVar4) !=\n SBORROW4(iOfst._4_4_ - iVar4,(uint)((sqlite3_io_methods *)iOfst < psVar2)))" (binary_expression "(int)(iOfst._4_4_ - (iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2))) < 0" (cast_expression "(int)(iOfst._4_4_ - (iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2)))" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iOfst._4_4_ - (iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2)))" ( (binary_expression "iOfst._4_4_ - (iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2))" (field_expression "iOfst._4_4_" identifier . field_identifier) - (parenthesized_expression "(iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2))" ( (binary_expression "iVar4 + (uint)((sqlite3_io_methods *)iOfst < psVar2)" identifier + (call_expression "(uint)((sqlite3_io_methods *)iOfst < psVar2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((sqlite3_io_methods *)iOfst < psVar2)" ( (binary_expression "(sqlite3_io_methods *)iOfst < psVar2" (cast_expression "(sqlite3_io_methods *)iOfst" ( (type_descriptor "sqlite3_io_methods *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) < identifier) )))) ))) ))) < number_literal) == (parenthesized_expression "(SBORROW4(iOfst._4_4_,iVar4) !=\n SBORROW4(iOfst._4_4_ - iVar4,(uint)((sqlite3_io_methods *)iOfst < psVar2)))" ( (binary_expression "SBORROW4(iOfst._4_4_,iVar4) !=\n SBORROW4(iOfst._4_4_ - iVar4,(uint)((sqlite3_io_methods *)iOfst < psVar2))" (call_expression "SBORROW4(iOfst._4_4_,iVar4)" identifier (argument_list "(iOfst._4_4_,iVar4)" ( (field_expression "iOfst._4_4_" identifier . field_identifier) , identifier ))) != (call_expression "SBORROW4(iOfst._4_4_ - iVar4,(uint)((sqlite3_io_methods *)iOfst < psVar2))" identifier (argument_list "(iOfst._4_4_ - iVar4,(uint)((sqlite3_io_methods *)iOfst < psVar2))" ( (binary_expression "iOfst._4_4_ - iVar4" (field_expression "iOfst._4_4_" identifier . field_identifier) - identifier) , (call_expression "(uint)((sqlite3_io_methods *)iOfst < psVar2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((sqlite3_io_methods *)iOfst < psVar2)" ( (binary_expression "(sqlite3_io_methods *)iOfst < psVar2" (cast_expression "(sqlite3_io_methods *)iOfst" ( (type_descriptor "sqlite3_io_methods *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) < identifier) ))) )))) ))) )) ;) })) comment (expression_statement "__aeabi_ldivmod((sqlite3_io_methods *)iOfst,iOfst._4_4_);" (call_expression "__aeabi_ldivmod((sqlite3_io_methods *)iOfst,iOfst._4_4_)" identifier (argument_list "((sqlite3_io_methods *)iOfst,iOfst._4_4_)" ( (cast_expression "(sqlite3_io_methods *)iOfst" ( (type_descriptor "sqlite3_io_methods *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (field_expression "iOfst._4_4_" identifier . field_identifier) ))) ;) })))
(translation_unit "undefined4\nFUN_00021650(int param_1,void *param_2,uint param_3,undefined4 param_4,uint param_5,int param_6)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n size_t sVar4;\n int *piVar5;\n int iVar6;\n int iVar7;\n size_t __n;\n \n uVar3 = *(uint *)(param_1 + 4);\n iVar6 = (int)uVar3 >> 0x1f;\n if (param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)) {\n piVar5 = *(int **)(param_1 + 0x10);\n if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }\n }\n else {\n piVar5 = *(int **)(param_1 + 0x30);\n }\n uVar1 = uVar3;\n FUN_000f7f64(param_5,param_6);\n uVar2 = param_3;\n while( true ) {\n sVar4 = uVar3 - uVar1;\n __n = uVar2;\n if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }\n memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);\n uVar2 = uVar2 - sVar4;\n param_2 = (void *)((int)param_2 + __n);\n if ((int)uVar2 < 0) break;\n piVar5 = (int *)*piVar5;\n uVar1 = 0;\n if (piVar5 == (int *)0x0) goto LAB_0002176c;\n if (uVar2 == 0) goto LAB_0002174c;\n uVar3 = *(uint *)(param_1 + 4);\n }\n if (piVar5 == (int *)0x0) {\nLAB_0002176c:\n iVar6 = 0;\n iVar7 = 0;\n goto LAB_00021758;\n }\nLAB_0002174c:\n iVar6 = param_5 + param_3;\n iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3);\nLAB_00021758:\n *(int *)(param_1 + 0x28) = iVar6;\n *(int *)(param_1 + 0x2c) = iVar7;\n *(int **)(param_1 + 0x30) = piVar5;\n return 0;\n}\n\n" (function_definition "undefined4\nFUN_00021650(int param_1,void *param_2,uint param_3,undefined4 param_4,uint param_5,int param_6)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n size_t sVar4;\n int *piVar5;\n int iVar6;\n int iVar7;\n size_t __n;\n \n uVar3 = *(uint *)(param_1 + 4);\n iVar6 = (int)uVar3 >> 0x1f;\n if (param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)) {\n piVar5 = *(int **)(param_1 + 0x10);\n if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }\n }\n else {\n piVar5 = *(int **)(param_1 + 0x30);\n }\n uVar1 = uVar3;\n FUN_000f7f64(param_5,param_6);\n uVar2 = param_3;\n while( true ) {\n sVar4 = uVar3 - uVar1;\n __n = uVar2;\n if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }\n memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);\n uVar2 = uVar2 - sVar4;\n param_2 = (void *)((int)param_2 + __n);\n if ((int)uVar2 < 0) break;\n piVar5 = (int *)*piVar5;\n uVar1 = 0;\n if (piVar5 == (int *)0x0) goto LAB_0002176c;\n if (uVar2 == 0) goto LAB_0002174c;\n uVar3 = *(uint *)(param_1 + 4);\n }\n if (piVar5 == (int *)0x0) {\nLAB_0002176c:\n iVar6 = 0;\n iVar7 = 0;\n goto LAB_00021758;\n }\nLAB_0002174c:\n iVar6 = param_5 + param_3;\n iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3);\nLAB_00021758:\n *(int *)(param_1 + 0x28) = iVar6;\n *(int *)(param_1 + 0x2c) = iVar7;\n *(int **)(param_1 + 0x30) = piVar5;\n return 0;\n}" type_identifier (function_declarator "FUN_00021650(int param_1,void *param_2,uint param_3,undefined4 param_4,uint param_5,int param_6)" identifier (parameter_list "(int param_1,void *param_2,uint param_3,undefined4 param_4,uint param_5,int param_6)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "uint param_5" type_identifier identifier) , (parameter_declaration "int param_6" primitive_type identifier) ))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n size_t sVar4;\n int *piVar5;\n int iVar6;\n int iVar7;\n size_t __n;\n \n uVar3 = *(uint *)(param_1 + 4);\n iVar6 = (int)uVar3 >> 0x1f;\n if (param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)) {\n piVar5 = *(int **)(param_1 + 0x10);\n if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }\n }\n else {\n piVar5 = *(int **)(param_1 + 0x30);\n }\n uVar1 = uVar3;\n FUN_000f7f64(param_5,param_6);\n uVar2 = param_3;\n while( true ) {\n sVar4 = uVar3 - uVar1;\n __n = uVar2;\n if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }\n memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);\n uVar2 = uVar2 - sVar4;\n param_2 = (void *)((int)param_2 + __n);\n if ((int)uVar2 < 0) break;\n piVar5 = (int *)*piVar5;\n uVar1 = 0;\n if (piVar5 == (int *)0x0) goto LAB_0002176c;\n if (uVar2 == 0) goto LAB_0002174c;\n uVar3 = *(uint *)(param_1 + 4);\n }\n if (piVar5 == (int *)0x0) {\nLAB_0002176c:\n iVar6 = 0;\n iVar7 = 0;\n goto LAB_00021758;\n }\nLAB_0002174c:\n iVar6 = param_5 + param_3;\n iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3);\nLAB_00021758:\n *(int *)(param_1 + 0x28) = iVar6;\n *(int *)(param_1 + 0x2c) = iVar7;\n *(int **)(param_1 + 0x30) = piVar5;\n return 0;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "size_t sVar4;" primitive_type identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (expression_statement "uVar3 = *(uint *)(param_1 + 4);" (assignment_expression "uVar3 = *(uint *)(param_1 + 4)" identifier = (pointer_expression "*(uint *)(param_1 + 4)" * (cast_expression "(uint *)(param_1 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (expression_statement "iVar6 = (int)uVar3 >> 0x1f;" (assignment_expression "iVar6 = (int)uVar3 >> 0x1f" identifier = (binary_expression "(int)uVar3 >> 0x1f" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal)) ;) (if_statement "if (param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)) {\n piVar5 = *(int **)(param_1 + 0x10);\n if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }\n }\n else {\n piVar5 = *(int **)(param_1 + 0x30);\n }" if (parenthesized_expression "(param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5))" ( (binary_expression "param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)" (binary_expression "param_5 == 0 && param_6 == 0" (binary_expression "param_5 == 0" identifier == number_literal) && (binary_expression "param_6 == 0" identifier == number_literal)) || (parenthesized_expression "(*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)" ( (binary_expression "*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5" (binary_expression "*(int *)(param_1 + 0x2c) != param_6" (pointer_expression "*(int *)(param_1 + 0x2c)" * (cast_expression "(int *)(param_1 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x2c)" ( (binary_expression "param_1 + 0x2c" identifier + number_literal) )))) != identifier) || (binary_expression "*(uint *)(param_1 + 0x28) != param_5" (pointer_expression "*(uint *)(param_1 + 0x28)" * (cast_expression "(uint *)(param_1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) != identifier)) ))) )) (compound_statement "{\n piVar5 = *(int **)(param_1 + 0x10);\n if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }\n }" { (expression_statement "piVar5 = *(int **)(param_1 + 0x10);" (assignment_expression "piVar5 = *(int **)(param_1 + 0x10)" identifier = (pointer_expression "*(int **)(param_1 + 0x10)" * (cast_expression "(int **)(param_1 + 0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }" if (parenthesized_expression "((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))))" ( (binary_expression "(piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))" (parenthesized_expression "(piVar5 != (int *)0x0)" ( (binary_expression "piVar5 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))" ( (comma_expression "uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))" (assignment_expression "uVar1 = uVar3" identifier = identifier) , (comma_expression "iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))" (assignment_expression "iVar7 = iVar6" identifier = identifier) , (binary_expression "(int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))" (binary_expression "(int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0" (cast_expression "(int)(param_6 - (iVar6 + (uint)(param_5 < uVar3)))" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_6 - (iVar6 + (uint)(param_5 < uVar3)))" ( (binary_expression "param_6 - (iVar6 + (uint)(param_5 < uVar3))" identifier - (parenthesized_expression "(iVar6 + (uint)(param_5 < uVar3))" ( (binary_expression "iVar6 + (uint)(param_5 < uVar3)" identifier + (call_expression "(uint)(param_5 < uVar3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_5 < uVar3)" ( (binary_expression "param_5 < uVar3" identifier < identifier) )))) ))) ))) < number_literal) == (parenthesized_expression "(SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))" ( (binary_expression "SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))" (call_expression "SBORROW4(param_6,iVar6)" identifier (argument_list "(param_6,iVar6)" ( identifier , identifier ))) != (call_expression "SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))" identifier (argument_list "(param_6 - iVar6,(uint)(param_5 < uVar3))" ( (binary_expression "param_6 - iVar6" identifier - identifier) , (call_expression "(uint)(param_5 < uVar3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_5 < uVar3)" ( (binary_expression "param_5 < uVar3" identifier < identifier) ))) )))) ))))) ))) )) (compound_statement "{\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }" { (do_statement "do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));" do (compound_statement "{\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n }" { (expression_statement "piVar5 = (int *)*piVar5;" (assignment_expression "piVar5 = (int *)*piVar5" identifier = (cast_expression "(int *)*piVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar5" * identifier))) ;) (if_statement "if (piVar5 == (int *)0x0) break;" if (parenthesized_expression "(piVar5 == (int *)0x0)" ( (binary_expression "piVar5 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "uVar2 = uVar1 + uVar3;" (assignment_expression "uVar2 = uVar1 + uVar3" identifier = (binary_expression "uVar1 + uVar3" identifier + identifier)) ;) (expression_statement "iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);" (assignment_expression "iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3)" identifier = (binary_expression "iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3)" (binary_expression "iVar7 + iVar6" identifier + identifier) + (cast_expression "(uint)CARRY4(uVar1,uVar3)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar1,uVar3)" identifier (argument_list "(uVar1,uVar3)" ( identifier , identifier )))))) ;) (expression_statement "uVar1 = uVar2;" (assignment_expression "uVar1 = uVar2" identifier = identifier) ;) }) while (parenthesized_expression "((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))))" ( (binary_expression "(int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2)))" (binary_expression "(int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0" (cast_expression "(int)(param_6 - (iVar7 + (uint)(param_5 < uVar2)))" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_6 - (iVar7 + (uint)(param_5 < uVar2)))" ( (binary_expression "param_6 - (iVar7 + (uint)(param_5 < uVar2))" identifier - (parenthesized_expression "(iVar7 + (uint)(param_5 < uVar2))" ( (binary_expression "iVar7 + (uint)(param_5 < uVar2)" identifier + (call_expression "(uint)(param_5 < uVar2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_5 < uVar2)" ( (binary_expression "param_5 < uVar2" identifier < identifier) )))) ))) ))) < number_literal) == (parenthesized_expression "(SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2)))" ( (binary_expression "SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))" (call_expression "SBORROW4(param_6,iVar7)" identifier (argument_list "(param_6,iVar7)" ( identifier , identifier ))) != (call_expression "SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))" identifier (argument_list "(param_6 - iVar7,(uint)(param_5 < uVar2))" ( (binary_expression "param_6 - iVar7" identifier - identifier) , (call_expression "(uint)(param_5 < uVar2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_5 < uVar2)" ( (binary_expression "param_5 < uVar2" identifier < identifier) ))) )))) ))) )) ;) })) }) (else_clause "else {\n piVar5 = *(int **)(param_1 + 0x30);\n }" else (compound_statement "{\n piVar5 = *(int **)(param_1 + 0x30);\n }" { (expression_statement "piVar5 = *(int **)(param_1 + 0x30);" (assignment_expression "piVar5 = *(int **)(param_1 + 0x30)" identifier = (pointer_expression "*(int **)(param_1 + 0x30)" * (cast_expression "(int **)(param_1 + 0x30)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) }))) (expression_statement "uVar1 = uVar3;" (assignment_expression "uVar1 = uVar3" identifier = identifier) ;) (expression_statement "FUN_000f7f64(param_5,param_6);" (call_expression "FUN_000f7f64(param_5,param_6)" identifier (argument_list "(param_5,param_6)" ( identifier , identifier ))) ;) (expression_statement "uVar2 = param_3;" (assignment_expression "uVar2 = param_3" identifier = identifier) ;) (while_statement "while( true ) {\n sVar4 = uVar3 - uVar1;\n __n = uVar2;\n if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }\n memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);\n uVar2 = uVar2 - sVar4;\n param_2 = (void *)((int)param_2 + __n);\n if ((int)uVar2 < 0) break;\n piVar5 = (int *)*piVar5;\n uVar1 = 0;\n if (piVar5 == (int *)0x0) goto LAB_0002176c;\n if (uVar2 == 0) goto LAB_0002174c;\n uVar3 = *(uint *)(param_1 + 4);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n sVar4 = uVar3 - uVar1;\n __n = uVar2;\n if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }\n memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);\n uVar2 = uVar2 - sVar4;\n param_2 = (void *)((int)param_2 + __n);\n if ((int)uVar2 < 0) break;\n piVar5 = (int *)*piVar5;\n uVar1 = 0;\n if (piVar5 == (int *)0x0) goto LAB_0002176c;\n if (uVar2 == 0) goto LAB_0002174c;\n uVar3 = *(uint *)(param_1 + 4);\n }" { (expression_statement "sVar4 = uVar3 - uVar1;" (assignment_expression "sVar4 = uVar3 - uVar1" identifier = (binary_expression "uVar3 - uVar1" identifier - identifier)) ;) (expression_statement "__n = uVar2;" (assignment_expression "__n = uVar2" identifier = identifier) ;) (if_statement "if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }" if (parenthesized_expression "((int)sVar4 <= (int)uVar2)" ( (binary_expression "(int)sVar4 <= (int)uVar2" (cast_expression "(int)sVar4" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n __n = sVar4;\n }" { (expression_statement "__n = sVar4;" (assignment_expression "__n = sVar4" identifier = identifier) ;) })) (expression_statement "memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);" (call_expression "memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n)" identifier (argument_list "(param_2,(void *)((int)piVar5 + uVar1 + 4),__n)" ( identifier , (cast_expression "(void *)((int)piVar5 + uVar1 + 4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + uVar1 + 4)" ( (binary_expression "(int)piVar5 + uVar1 + 4" (binary_expression "(int)piVar5 + uVar1" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) ))) , identifier ))) ;) (expression_statement "uVar2 = uVar2 - sVar4;" (assignment_expression "uVar2 = uVar2 - sVar4" identifier = (binary_expression "uVar2 - sVar4" identifier - identifier)) ;) (expression_statement "param_2 = (void *)((int)param_2 + __n);" (assignment_expression "param_2 = (void *)((int)param_2 + __n)" identifier = (cast_expression "(void *)((int)param_2 + __n)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_2 + __n)" ( (binary_expression "(int)param_2 + __n" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (if_statement "if ((int)uVar2 < 0) break;" if (parenthesized_expression "((int)uVar2 < 0)" ( (binary_expression "(int)uVar2 < 0" (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (break_statement "break;" break ;)) (expression_statement "piVar5 = (int *)*piVar5;" (assignment_expression "piVar5 = (int *)*piVar5" identifier = (cast_expression "(int *)*piVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar5" * identifier))) ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (if_statement "if (piVar5 == (int *)0x0) goto LAB_0002176c;" if (parenthesized_expression "(piVar5 == (int *)0x0)" ( (binary_expression "piVar5 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0002176c;" goto statement_identifier ;)) (if_statement "if (uVar2 == 0) goto LAB_0002174c;" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0002174c;" goto statement_identifier ;)) (expression_statement "uVar3 = *(uint *)(param_1 + 4);" (assignment_expression "uVar3 = *(uint *)(param_1 + 4)" identifier = (pointer_expression "*(uint *)(param_1 + 4)" * (cast_expression "(uint *)(param_1 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) })) (if_statement "if (piVar5 == (int *)0x0) {\nLAB_0002176c:\n iVar6 = 0;\n iVar7 = 0;\n goto LAB_00021758;\n }" if (parenthesized_expression "(piVar5 == (int *)0x0)" ( (binary_expression "piVar5 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_0002176c:\n iVar6 = 0;\n iVar7 = 0;\n goto LAB_00021758;\n }" { (labeled_statement "LAB_0002176c:\n iVar6 = 0;" statement_identifier : (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;)) (expression_statement "iVar7 = 0;" (assignment_expression "iVar7 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_00021758;" goto statement_identifier ;) })) (labeled_statement "LAB_0002174c:\n iVar6 = param_5 + param_3;" statement_identifier : (expression_statement "iVar6 = param_5 + param_3;" (assignment_expression "iVar6 = param_5 + param_3" identifier = (binary_expression "param_5 + param_3" identifier + identifier)) ;)) (expression_statement "iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3);" (assignment_expression "iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3)" identifier = (binary_expression "param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3)" (binary_expression "param_6 + ((int)param_3 >> 0x1f)" identifier + (parenthesized_expression "((int)param_3 >> 0x1f)" ( (binary_expression "(int)param_3 >> 0x1f" (cast_expression "(int)param_3" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) + (cast_expression "(uint)CARRY4(param_5,param_3)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(param_5,param_3)" identifier (argument_list "(param_5,param_3)" ( identifier , identifier )))))) ;) (labeled_statement "LAB_00021758:\n *(int *)(param_1 + 0x28) = iVar6;" statement_identifier : (expression_statement "*(int *)(param_1 + 0x28) = iVar6;" (assignment_expression "*(int *)(param_1 + 0x28) = iVar6" (pointer_expression "*(int *)(param_1 + 0x28)" * (cast_expression "(int *)(param_1 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = identifier) ;)) (expression_statement "*(int *)(param_1 + 0x2c) = iVar7;" (assignment_expression "*(int *)(param_1 + 0x2c) = iVar7" (pointer_expression "*(int *)(param_1 + 0x2c)" * (cast_expression "(int *)(param_1 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x2c)" ( (binary_expression "param_1 + 0x2c" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int **)(param_1 + 0x30) = piVar5;" (assignment_expression "*(int **)(param_1 + 0x30) = piVar5" (pointer_expression "*(int **)(param_1 + 0x30)" * (cast_expression "(int **)(param_1 + 0x30)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) = identifier) ;) (return_statement "return 0;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT == LIT) && (binary_expression IDENT == LIT)) || (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) || (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - (parenthesized_expression ( (binary_expression IDENT + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT < IDENT) )))) ))) ))) < LIT) == (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( IDENT , IDENT ))) != (call_expression IDENT (argument_list ( (binary_expression IDENT - IDENT) , (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT < IDENT) ))) )))) ))))) ))) )) (compound_statement { (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 == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + IDENT) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , IDENT )))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - (parenthesized_expression ( (binary_expression IDENT + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT < IDENT) )))) ))) ))) < LIT) == (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( IDENT , IDENT ))) != (call_expression IDENT (argument_list ( (binary_expression IDENT - IDENT) , (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT < IDENT) ))) )))) ))) )) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }))) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) ))) , 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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (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 = LIT) ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;)) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) ))) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , IDENT )))))) ;) (labeled_statement statement_identifier : (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 (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (return_statement return LIT ;) })))
(function_definition "undefined4\nFUN_00021650(int param_1,void *param_2,uint param_3,undefined4 param_4,uint param_5,int param_6)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n size_t sVar4;\n int *piVar5;\n int iVar6;\n int iVar7;\n size_t __n;\n \n uVar3 = *(uint *)(param_1 + 4);\n iVar6 = (int)uVar3 >> 0x1f;\n if (param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)) {\n piVar5 = *(int **)(param_1 + 0x10);\n if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }\n }\n else {\n piVar5 = *(int **)(param_1 + 0x30);\n }\n uVar1 = uVar3;\n FUN_000f7f64(param_5,param_6);\n uVar2 = param_3;\n while( true ) {\n sVar4 = uVar3 - uVar1;\n __n = uVar2;\n if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }\n memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);\n uVar2 = uVar2 - sVar4;\n param_2 = (void *)((int)param_2 + __n);\n if ((int)uVar2 < 0) break;\n piVar5 = (int *)*piVar5;\n uVar1 = 0;\n if (piVar5 == (int *)0x0) goto LAB_0002176c;\n if (uVar2 == 0) goto LAB_0002174c;\n uVar3 = *(uint *)(param_1 + 4);\n }\n if (piVar5 == (int *)0x0) {\nLAB_0002176c:\n iVar6 = 0;\n iVar7 = 0;\n goto LAB_00021758;\n }\nLAB_0002174c:\n iVar6 = param_5 + param_3;\n iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3);\nLAB_00021758:\n *(int *)(param_1 + 0x28) = iVar6;\n *(int *)(param_1 + 0x2c) = iVar7;\n *(int **)(param_1 + 0x30) = piVar5;\n return 0;\n}" (type_identifier "undefined4") (function_declarator "FUN_00021650(int param_1,void *param_2,uint param_3,undefined4 param_4,uint param_5,int param_6)" (identifier "FUN_00021650") (parameter_list "(int param_1,void *param_2,uint param_3,undefined4 param_4,uint param_5,int param_6)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "void *param_2" (primitive_type "void") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "uint param_5" (type_identifier "uint") (identifier "param_5")) (, ",") (parameter_declaration "int param_6" (primitive_type "int") (identifier "param_6")) () ")"))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n size_t sVar4;\n int *piVar5;\n int iVar6;\n int iVar7;\n size_t __n;\n \n uVar3 = *(uint *)(param_1 + 4);\n iVar6 = (int)uVar3 >> 0x1f;\n if (param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)) {\n piVar5 = *(int **)(param_1 + 0x10);\n if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }\n }\n else {\n piVar5 = *(int **)(param_1 + 0x30);\n }\n uVar1 = uVar3;\n FUN_000f7f64(param_5,param_6);\n uVar2 = param_3;\n while( true ) {\n sVar4 = uVar3 - uVar1;\n __n = uVar2;\n if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }\n memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);\n uVar2 = uVar2 - sVar4;\n param_2 = (void *)((int)param_2 + __n);\n if ((int)uVar2 < 0) break;\n piVar5 = (int *)*piVar5;\n uVar1 = 0;\n if (piVar5 == (int *)0x0) goto LAB_0002176c;\n if (uVar2 == 0) goto LAB_0002174c;\n uVar3 = *(uint *)(param_1 + 4);\n }\n if (piVar5 == (int *)0x0) {\nLAB_0002176c:\n iVar6 = 0;\n iVar7 = 0;\n goto LAB_00021758;\n }\nLAB_0002174c:\n iVar6 = param_5 + param_3;\n iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3);\nLAB_00021758:\n *(int *)(param_1 + 0x28) = iVar6;\n *(int *)(param_1 + 0x2c) = iVar7;\n *(int **)(param_1 + 0x30) = piVar5;\n return 0;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "size_t sVar4;" (primitive_type "size_t") (identifier "sVar4") (; ";")) (declaration "int *piVar5;" (primitive_type "int") (pointer_declarator "*piVar5" (* "*") (identifier "piVar5")) (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "int iVar7;" (primitive_type "int") (identifier "iVar7") (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (expression_statement "uVar3 = *(uint *)(param_1 + 4);" (assignment_expression "uVar3 = *(uint *)(param_1 + 4)" (identifier "uVar3") (= "=") (pointer_expression "*(uint *)(param_1 + 4)" (* "*") (cast_expression "(uint *)(param_1 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "iVar6 = (int)uVar3 >> 0x1f;" (assignment_expression "iVar6 = (int)uVar3 >> 0x1f" (identifier "iVar6") (= "=") (binary_expression "(int)uVar3 >> 0x1f" (cast_expression "(int)uVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar3")) (>> ">>") (number_literal "0x1f"))) (; ";")) (if_statement "if (param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)) {\n piVar5 = *(int **)(param_1 + 0x10);\n if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }\n }\n else {\n piVar5 = *(int **)(param_1 + 0x30);\n }" (if "if") (parenthesized_expression "(param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5))" (( "(") (binary_expression "param_5 == 0 && param_6 == 0 ||\n (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)" (binary_expression "param_5 == 0 && param_6 == 0" (binary_expression "param_5 == 0" (identifier "param_5") (== "==") (number_literal "0")) (&& "&&") (binary_expression "param_6 == 0" (identifier "param_6") (== "==") (number_literal "0"))) (|| "||") (parenthesized_expression "(*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)" (( "(") (binary_expression "*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5" (binary_expression "*(int *)(param_1 + 0x2c) != param_6" (pointer_expression "*(int *)(param_1 + 0x2c)" (* "*") (cast_expression "(int *)(param_1 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x2c)" (( "(") (binary_expression "param_1 + 0x2c" (identifier "param_1") (+ "+") (number_literal "0x2c")) () ")")))) (!= "!=") (identifier "param_6")) (|| "||") (binary_expression "*(uint *)(param_1 + 0x28) != param_5" (pointer_expression "*(uint *)(param_1 + 0x28)" (* "*") (cast_expression "(uint *)(param_1 + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (!= "!=") (identifier "param_5"))) () ")"))) () ")")) (compound_statement "{\n piVar5 = *(int **)(param_1 + 0x10);\n if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }\n }" ({ "{") (expression_statement "piVar5 = *(int **)(param_1 + 0x10);" (assignment_expression "piVar5 = *(int **)(param_1 + 0x10)" (identifier "piVar5") (= "=") (pointer_expression "*(int **)(param_1 + 0x10)" (* "*") (cast_expression "(int **)(param_1 + 0x10)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (if_statement "if ((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) {\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }" (if "if") (parenthesized_expression "((piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))))" (( "(") (binary_expression "(piVar5 != (int *)0x0) &&\n (uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))" (parenthesized_expression "(piVar5 != (int *)0x0)" (( "(") (binary_expression "piVar5 != (int *)0x0" (identifier "piVar5") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))" (( "(") (comma_expression "uVar1 = uVar3, iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))" (assignment_expression "uVar1 = uVar3" (identifier "uVar1") (= "=") (identifier "uVar3")) (, ",") (comma_expression "iVar7 = iVar6,\n (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))" (assignment_expression "iVar7 = iVar6" (identifier "iVar7") (= "=") (identifier "iVar6")) (, ",") (binary_expression "(int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 ==\n (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))" (binary_expression "(int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0" (cast_expression "(int)(param_6 - (iVar6 + (uint)(param_5 < uVar3)))" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(param_6 - (iVar6 + (uint)(param_5 < uVar3)))" (( "(") (binary_expression "param_6 - (iVar6 + (uint)(param_5 < uVar3))" (identifier "param_6") (- "-") (parenthesized_expression "(iVar6 + (uint)(param_5 < uVar3))" (( "(") (binary_expression "iVar6 + (uint)(param_5 < uVar3)" (identifier "iVar6") (+ "+") (call_expression "(uint)(param_5 < uVar3)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_5 < uVar3)" (( "(") (binary_expression "param_5 < uVar3" (identifier "param_5") (< "<") (identifier "uVar3")) () ")")))) () ")"))) () ")"))) (< "<") (number_literal "0")) (== "==") (parenthesized_expression "(SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3)))" (( "(") (binary_expression "SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))" (call_expression "SBORROW4(param_6,iVar6)" (identifier "SBORROW4") (argument_list "(param_6,iVar6)" (( "(") (identifier "param_6") (, ",") (identifier "iVar6") () ")"))) (!= "!=") (call_expression "SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))" (identifier "SBORROW4") (argument_list "(param_6 - iVar6,(uint)(param_5 < uVar3))" (( "(") (binary_expression "param_6 - iVar6" (identifier "param_6") (- "-") (identifier "iVar6")) (, ",") (call_expression "(uint)(param_5 < uVar3)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_5 < uVar3)" (( "(") (binary_expression "param_5 < uVar3" (identifier "param_5") (< "<") (identifier "uVar3")) () ")"))) () ")")))) () ")"))))) () ")"))) () ")")) (compound_statement "{\n do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));\n }" ({ "{") (do_statement "do {\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))));" (do "do") (compound_statement "{\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) break;\n uVar2 = uVar1 + uVar3;\n iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);\n uVar1 = uVar2;\n }" ({ "{") (expression_statement "piVar5 = (int *)*piVar5;" (assignment_expression "piVar5 = (int *)*piVar5" (identifier "piVar5") (= "=") (cast_expression "(int *)*piVar5" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar5" (* "*") (identifier "piVar5")))) (; ";")) (if_statement "if (piVar5 == (int *)0x0) break;" (if "if") (parenthesized_expression "(piVar5 == (int *)0x0)" (( "(") (binary_expression "piVar5 == (int *)0x0" (identifier "piVar5") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "uVar2 = uVar1 + uVar3;" (assignment_expression "uVar2 = uVar1 + uVar3" (identifier "uVar2") (= "=") (binary_expression "uVar1 + uVar3" (identifier "uVar1") (+ "+") (identifier "uVar3"))) (; ";")) (expression_statement "iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3);" (assignment_expression "iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3)" (identifier "iVar7") (= "=") (binary_expression "iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3)" (binary_expression "iVar7 + iVar6" (identifier "iVar7") (+ "+") (identifier "iVar6")) (+ "+") (cast_expression "(uint)CARRY4(uVar1,uVar3)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar1,uVar3)" (identifier "CARRY4") (argument_list "(uVar1,uVar3)" (( "(") (identifier "uVar1") (, ",") (identifier "uVar3") () ")")))))) (; ";")) (expression_statement "uVar1 = uVar2;" (assignment_expression "uVar1 = uVar2" (identifier "uVar1") (= "=") (identifier "uVar2")) (; ";")) (} "}")) (while "while") (parenthesized_expression "((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))))" (( "(") (binary_expression "(int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 ==\n (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2)))" (binary_expression "(int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0" (cast_expression "(int)(param_6 - (iVar7 + (uint)(param_5 < uVar2)))" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(param_6 - (iVar7 + (uint)(param_5 < uVar2)))" (( "(") (binary_expression "param_6 - (iVar7 + (uint)(param_5 < uVar2))" (identifier "param_6") (- "-") (parenthesized_expression "(iVar7 + (uint)(param_5 < uVar2))" (( "(") (binary_expression "iVar7 + (uint)(param_5 < uVar2)" (identifier "iVar7") (+ "+") (call_expression "(uint)(param_5 < uVar2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_5 < uVar2)" (( "(") (binary_expression "param_5 < uVar2" (identifier "param_5") (< "<") (identifier "uVar2")) () ")")))) () ")"))) () ")"))) (< "<") (number_literal "0")) (== "==") (parenthesized_expression "(SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2)))" (( "(") (binary_expression "SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))" (call_expression "SBORROW4(param_6,iVar7)" (identifier "SBORROW4") (argument_list "(param_6,iVar7)" (( "(") (identifier "param_6") (, ",") (identifier "iVar7") () ")"))) (!= "!=") (call_expression "SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2))" (identifier "SBORROW4") (argument_list "(param_6 - iVar7,(uint)(param_5 < uVar2))" (( "(") (binary_expression "param_6 - iVar7" (identifier "param_6") (- "-") (identifier "iVar7")) (, ",") (call_expression "(uint)(param_5 < uVar2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_5 < uVar2)" (( "(") (binary_expression "param_5 < uVar2" (identifier "param_5") (< "<") (identifier "uVar2")) () ")"))) () ")")))) () ")"))) () ")")) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n piVar5 = *(int **)(param_1 + 0x30);\n }" (else "else") (compound_statement "{\n piVar5 = *(int **)(param_1 + 0x30);\n }" ({ "{") (expression_statement "piVar5 = *(int **)(param_1 + 0x30);" (assignment_expression "piVar5 = *(int **)(param_1 + 0x30)" (identifier "piVar5") (= "=") (pointer_expression "*(int **)(param_1 + 0x30)" (* "*") (cast_expression "(int **)(param_1 + 0x30)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (} "}")))) (expression_statement "uVar1 = uVar3;" (assignment_expression "uVar1 = uVar3" (identifier "uVar1") (= "=") (identifier "uVar3")) (; ";")) (expression_statement "FUN_000f7f64(param_5,param_6);" (call_expression "FUN_000f7f64(param_5,param_6)" (identifier "FUN_000f7f64") (argument_list "(param_5,param_6)" (( "(") (identifier "param_5") (, ",") (identifier "param_6") () ")"))) (; ";")) (expression_statement "uVar2 = param_3;" (assignment_expression "uVar2 = param_3" (identifier "uVar2") (= "=") (identifier "param_3")) (; ";")) (while_statement "while( true ) {\n sVar4 = uVar3 - uVar1;\n __n = uVar2;\n if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }\n memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);\n uVar2 = uVar2 - sVar4;\n param_2 = (void *)((int)param_2 + __n);\n if ((int)uVar2 < 0) break;\n piVar5 = (int *)*piVar5;\n uVar1 = 0;\n if (piVar5 == (int *)0x0) goto LAB_0002176c;\n if (uVar2 == 0) goto LAB_0002174c;\n uVar3 = *(uint *)(param_1 + 4);\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n sVar4 = uVar3 - uVar1;\n __n = uVar2;\n if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }\n memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);\n uVar2 = uVar2 - sVar4;\n param_2 = (void *)((int)param_2 + __n);\n if ((int)uVar2 < 0) break;\n piVar5 = (int *)*piVar5;\n uVar1 = 0;\n if (piVar5 == (int *)0x0) goto LAB_0002176c;\n if (uVar2 == 0) goto LAB_0002174c;\n uVar3 = *(uint *)(param_1 + 4);\n }" ({ "{") (expression_statement "sVar4 = uVar3 - uVar1;" (assignment_expression "sVar4 = uVar3 - uVar1" (identifier "sVar4") (= "=") (binary_expression "uVar3 - uVar1" (identifier "uVar3") (- "-") (identifier "uVar1"))) (; ";")) (expression_statement "__n = uVar2;" (assignment_expression "__n = uVar2" (identifier "__n") (= "=") (identifier "uVar2")) (; ";")) (if_statement "if ((int)sVar4 <= (int)uVar2) {\n __n = sVar4;\n }" (if "if") (parenthesized_expression "((int)sVar4 <= (int)uVar2)" (( "(") (binary_expression "(int)sVar4 <= (int)uVar2" (cast_expression "(int)sVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "sVar4")) (<= "<=") (cast_expression "(int)uVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar2"))) () ")")) (compound_statement "{\n __n = sVar4;\n }" ({ "{") (expression_statement "__n = sVar4;" (assignment_expression "__n = sVar4" (identifier "__n") (= "=") (identifier "sVar4")) (; ";")) (} "}"))) (expression_statement "memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n);" (call_expression "memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n)" (identifier "memcpy") (argument_list "(param_2,(void *)((int)piVar5 + uVar1 + 4),__n)" (( "(") (identifier "param_2") (, ",") (cast_expression "(void *)((int)piVar5 + uVar1 + 4)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + uVar1 + 4)" (( "(") (binary_expression "(int)piVar5 + uVar1 + 4" (binary_expression "(int)piVar5 + uVar1" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (identifier "uVar1")) (+ "+") (number_literal "4")) () ")"))) (, ",") (identifier "__n") () ")"))) (; ";")) (expression_statement "uVar2 = uVar2 - sVar4;" (assignment_expression "uVar2 = uVar2 - sVar4" (identifier "uVar2") (= "=") (binary_expression "uVar2 - sVar4" (identifier "uVar2") (- "-") (identifier "sVar4"))) (; ";")) (expression_statement "param_2 = (void *)((int)param_2 + __n);" (assignment_expression "param_2 = (void *)((int)param_2 + __n)" (identifier "param_2") (= "=") (cast_expression "(void *)((int)param_2 + __n)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_2 + __n)" (( "(") (binary_expression "(int)param_2 + __n" (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2")) (+ "+") (identifier "__n")) () ")")))) (; ";")) (if_statement "if ((int)uVar2 < 0) break;" (if "if") (parenthesized_expression "((int)uVar2 < 0)" (( "(") (binary_expression "(int)uVar2 < 0" (cast_expression "(int)uVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar2")) (< "<") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "piVar5 = (int *)*piVar5;" (assignment_expression "piVar5 = (int *)*piVar5" (identifier "piVar5") (= "=") (cast_expression "(int *)*piVar5" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar5" (* "*") (identifier "piVar5")))) (; ";")) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" (identifier "uVar1") (= "=") (number_literal "0")) (; ";")) (if_statement "if (piVar5 == (int *)0x0) goto LAB_0002176c;" (if "if") (parenthesized_expression "(piVar5 == (int *)0x0)" (( "(") (binary_expression "piVar5 == (int *)0x0" (identifier "piVar5") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0002176c;" (goto "goto") (statement_identifier "LAB_0002176c") (; ";"))) (if_statement "if (uVar2 == 0) goto LAB_0002174c;" (if "if") (parenthesized_expression "(uVar2 == 0)" (( "(") (binary_expression "uVar2 == 0" (identifier "uVar2") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0002174c;" (goto "goto") (statement_identifier "LAB_0002174c") (; ";"))) (expression_statement "uVar3 = *(uint *)(param_1 + 4);" (assignment_expression "uVar3 = *(uint *)(param_1 + 4)" (identifier "uVar3") (= "=") (pointer_expression "*(uint *)(param_1 + 4)" (* "*") (cast_expression "(uint *)(param_1 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (} "}"))) (if_statement "if (piVar5 == (int *)0x0) {\nLAB_0002176c:\n iVar6 = 0;\n iVar7 = 0;\n goto LAB_00021758;\n }" (if "if") (parenthesized_expression "(piVar5 == (int *)0x0)" (( "(") (binary_expression "piVar5 == (int *)0x0" (identifier "piVar5") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nLAB_0002176c:\n iVar6 = 0;\n iVar7 = 0;\n goto LAB_00021758;\n }" ({ "{") (labeled_statement "LAB_0002176c:\n iVar6 = 0;" (statement_identifier "LAB_0002176c") (: ":") (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" (identifier "iVar6") (= "=") (number_literal "0")) (; ";"))) (expression_statement "iVar7 = 0;" (assignment_expression "iVar7 = 0" (identifier "iVar7") (= "=") (number_literal "0")) (; ";")) (goto_statement "goto LAB_00021758;" (goto "goto") (statement_identifier "LAB_00021758") (; ";")) (} "}"))) (labeled_statement "LAB_0002174c:\n iVar6 = param_5 + param_3;" (statement_identifier "LAB_0002174c") (: ":") (expression_statement "iVar6 = param_5 + param_3;" (assignment_expression "iVar6 = param_5 + param_3" (identifier "iVar6") (= "=") (binary_expression "param_5 + param_3" (identifier "param_5") (+ "+") (identifier "param_3"))) (; ";"))) (expression_statement "iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3);" (assignment_expression "iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3)" (identifier "iVar7") (= "=") (binary_expression "param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3)" (binary_expression "param_6 + ((int)param_3 >> 0x1f)" (identifier "param_6") (+ "+") (parenthesized_expression "((int)param_3 >> 0x1f)" (( "(") (binary_expression "(int)param_3 >> 0x1f" (cast_expression "(int)param_3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_3")) (>> ">>") (number_literal "0x1f")) () ")"))) (+ "+") (cast_expression "(uint)CARRY4(param_5,param_3)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(param_5,param_3)" (identifier "CARRY4") (argument_list "(param_5,param_3)" (( "(") (identifier "param_5") (, ",") (identifier "param_3") () ")")))))) (; ";")) (labeled_statement "LAB_00021758:\n *(int *)(param_1 + 0x28) = iVar6;" (statement_identifier "LAB_00021758") (: ":") (expression_statement "*(int *)(param_1 + 0x28) = iVar6;" (assignment_expression "*(int *)(param_1 + 0x28) = iVar6" (pointer_expression "*(int *)(param_1 + 0x28)" (* "*") (cast_expression "(int *)(param_1 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (identifier "iVar6")) (; ";"))) (expression_statement "*(int *)(param_1 + 0x2c) = iVar7;" (assignment_expression "*(int *)(param_1 + 0x2c) = iVar7" (pointer_expression "*(int *)(param_1 + 0x2c)" (* "*") (cast_expression "(int *)(param_1 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x2c)" (( "(") (binary_expression "param_1 + 0x2c" (identifier "param_1") (+ "+") (number_literal "0x2c")) () ")")))) (= "=") (identifier "iVar7")) (; ";")) (expression_statement "*(int **)(param_1 + 0x30) = piVar5;" (assignment_expression "*(int **)(param_1 + 0x30) = piVar5" (pointer_expression "*(int **)(param_1 + 0x30)" (* "*") (cast_expression "(int **)(param_1 + 0x30)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (identifier "piVar5")) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
int function_1(type_1 *pJfd,void *zBuf,int iAmt,type_2 var_1) { int var_4; type_3 *var_9; type_3 *psVar3; int var_7; type_3 *var_5; type_3 *var_3; var_5 = pJfd[1].pMethods; var_4 = (int)var_5 >> 0x1f; if (((var_1 == 0 || var_1 != var_2(pJfd[0xb].pMethods,pJfd[10].pMethods)) && (var_3 = pJfd[4].pMethods, var_3 != (type_3 *)0x0)) && (psVar3 = var_5, var_7 = var_4, (int)(var_1._4_4_ - (var_4 + (type_4)((type_3 *)var_1 < var_5))) < 0 == (var_6(var_1._4_4_,var_4) != var_6(var_1._4_4_ - var_4,(type_4)((type_3 *)var_1 < var_5))))) { do { var_3 = (type_3 *)var_3->iVersion; if (var_3 == (type_3 *)0x0) break; var_9 = (type_3 *)((int)&var_5->iVersion + (int)&psVar3->iVersion); var_7 = var_7 + var_4 + (type_4)var_8((type_4)psVar3,(type_4)var_5); psVar3 = var_9; } while ((int)(var_1._4_4_ - (var_7 + (type_4)((type_3 *)var_1 < var_9))) < 0 == (var_6(var_1._4_4_,var_7) != var_6(var_1._4_4_ - var_7,(type_4)((type_3 *)var_1 < var_9)))); } /* WARNING: Subroutine does not return */ var_10((type_3 *)var_1,var_1._4_4_); }
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) 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: (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: (identifier)) right: (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (identifier))))))))) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)))))))))))))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (identifier))))))))) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)))))))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (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: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal)))) (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (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))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (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: (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: (binary_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement (number_literal)))))
undefined4 MASKED(int param_1,void *param_2,uint param_3,undefined4 param_4,uint param_5,int param_6) { uint uVar1; uint uVar2; uint uVar3; size_t sVar4; int *piVar5; int iVar6; int iVar7; size_t __n; uVar3 = *(uint *)(param_1 + 4); iVar6 = (int)uVar3 >> 0x1f; if (param_5 == 0 && param_6 == 0 || (*(int *)(param_1 + 0x2c) != param_6 || *(uint *)(param_1 + 0x28) != param_5)) { piVar5 = *(int **)(param_1 + 0x10); if ((piVar5 != (int *)0x0) && (uVar1 = uVar3, iVar7 = iVar6, (int)(param_6 - (iVar6 + (uint)(param_5 < uVar3))) < 0 == (SBORROW4(param_6,iVar6) != SBORROW4(param_6 - iVar6,(uint)(param_5 < uVar3))))) { do { piVar5 = (int *)*piVar5; if (piVar5 == (int *)0x0) break; uVar2 = uVar1 + uVar3; iVar7 = iVar7 + iVar6 + (uint)CARRY4(uVar1,uVar3); uVar1 = uVar2; } while ((int)(param_6 - (iVar7 + (uint)(param_5 < uVar2))) < 0 == (SBORROW4(param_6,iVar7) != SBORROW4(param_6 - iVar7,(uint)(param_5 < uVar2)))); } } else { piVar5 = *(int **)(param_1 + 0x30); } uVar1 = uVar3; FUN_000f7f64(param_5,param_6); uVar2 = param_3; while( true ) { sVar4 = uVar3 - uVar1; __n = uVar2; if ((int)sVar4 <= (int)uVar2) { __n = sVar4; } memcpy(param_2,(void *)((int)piVar5 + uVar1 + 4),__n); uVar2 = uVar2 - sVar4; param_2 = (void *)((int)param_2 + __n); if ((int)uVar2 < 0) break; piVar5 = (int *)*piVar5; uVar1 = 0; if (piVar5 == (int *)0x0) goto LAB_0002176c; if (uVar2 == 0) goto LAB_0002174c; uVar3 = *(uint *)(param_1 + 4); } if (piVar5 == (int *)0x0) { LAB_0002176c: iVar6 = 0; iVar7 = 0; goto LAB_00021758; } LAB_0002174c: iVar6 = param_5 + param_3; iVar7 = param_6 + ((int)param_3 >> 0x1f) + (uint)CARRY4(param_5,param_3); LAB_00021758: *(int *)(param_1 + 0x28) = iVar6; *(int *)(param_1 + 0x2c) = iVar7; *(int **)(param_1 + 0x30) = piVar5; return 0; }
69,737
4_dd_and_dd_strip.c
raise
raise
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int raise(int __sig) { int iVar1; iVar1 = (*(code *)PTR_raise_00030014)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int raise(int __sig) { int iVar1; iVar1 = (*(code *)PTR_raise_00030014)(); return iVar1; }
adr r12,0x11164 add r12,r12,#0x1e000 ldr pc,[r12,#0xeb0]!
null
null
null
null
[('tmp_120', u'CAST_-1205988918'), (u'CALLIND_-1205988993', u'RETURN_-1205988990'), (u'CAST_-1205988918', u'CALLIND_-1205988993'), ('const-0', u'RETURN_-1205988990'), (u'CALLIND_-1205988993', u'INDIRECT_-1205988923'), (u'INDIRECT_-1205988923', u'COPY_-1205988982')]
[('tmp_120', u'CAST_-1205988918'), (u'CALLIND_-1205988993', u'RETURN_-1205988990'), (u'CAST_-1205988918', u'CALLIND_-1205988993'), ('const-0', u'RETURN_-1205988990'), (u'CALLIND_-1205988993', u'INDIRECT_-1205988923'), (u'INDIRECT_-1205988923', u'COPY_-1205988982')]
null
null
0001115c
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint raise(int __sig)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_raise_00030014)();\n return iVar1;\n}\n\n" comment (function_definition "int raise(int __sig)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_raise_00030014)();\n return iVar1;\n}" primitive_type (function_declarator "raise(int __sig)" identifier (parameter_list "(int __sig)" ( (parameter_declaration "int __sig" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_raise_00030014)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_raise_00030014)();" (assignment_expression "iVar1 = (*(code *)PTR_raise_00030014)()" identifier = (call_expression "(*(code *)PTR_raise_00030014)()" (parenthesized_expression "(*(code *)PTR_raise_00030014)" ( (pointer_expression "*(code *)PTR_raise_00030014" * (cast_expression "(code *)PTR_raise_00030014" ( (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 raise(int __sig)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_raise_00030014)();\n return iVar1;\n}\n\n" comment (function_definition "int raise(int __sig)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_raise_00030014)();\n return iVar1;\n}" primitive_type (function_declarator "raise(int __sig)" identifier (parameter_list "(int __sig)" ( (parameter_declaration "int __sig" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_raise_00030014)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_raise_00030014)();" (assignment_expression "iVar1 = (*(code *)PTR_raise_00030014)()" identifier = (call_expression "(*(code *)PTR_raise_00030014)()" (parenthesized_expression "(*(code *)PTR_raise_00030014)" ( (pointer_expression "*(code *)PTR_raise_00030014" * (cast_expression "(code *)PTR_raise_00030014" ( (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 raise(int __sig)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_raise_00030014)();\n return iVar1;\n}\n\n" comment (function_definition "int raise(int __sig)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_raise_00030014)();\n return iVar1;\n}" primitive_type (function_declarator "raise(int __sig)" identifier (parameter_list "(int __sig)" ( (parameter_declaration "int __sig" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_raise_00030014)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_raise_00030014)();" (assignment_expression "iVar1 = (*(code *)PTR_raise_00030014)()" identifier = (call_expression "(*(code *)PTR_raise_00030014)()" (parenthesized_expression "(*(code *)PTR_raise_00030014)" ( (pointer_expression "*(code *)PTR_raise_00030014" * (cast_expression "(code *)PTR_raise_00030014" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (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 ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int raise(int __sig)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_raise_00030014)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "raise(int __sig)" (identifier "raise") (parameter_list "(int __sig)" (( "(") (parameter_declaration "int __sig" (primitive_type "int") (identifier "__sig")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_raise_00030014)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_raise_00030014)();" (assignment_expression "iVar1 = (*(code *)PTR_raise_00030014)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_raise_00030014)()" (parenthesized_expression "(*(code *)PTR_raise_00030014)" (( "(") (pointer_expression "*(code *)PTR_raise_00030014" (* "*") (cast_expression "(code *)PTR_raise_00030014" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_raise_00030014"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __sig) { int iVar1; iVar1 = (*(type_1 *)PTR_raise_00030014)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (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)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __sig) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00030014)(); return iVar1; }
21,641
73_sg_write_x_and_sg_write_x_strip.c
__udivsi3
FUN_00016268
uint __udivsi3(uint param_1,uint param_2) { uint uVar1; int iVar2; bool bVar3; bool bVar4; bool bVar5; bool bVar6; bool bVar7; bool bVar8; bool bVar9; bool bVar10; bool bVar11; bool bVar12; bool bVar13; bool bVar14; bool bVar15; bool bVar16; bool bVar17; bool bVar18; bool bVar19; bool bVar20; bool bVar21; bool bVar22; bool bVar23; bool bVar24; bool bVar25; bool bVar26; bool bVar27; bool bVar28; bool bVar29; bool bVar30; bool bVar31; bool bVar32; bool bVar33; if (param_2 - 1 == 0) { return param_1; } if (param_2 == 0) { if (param_1 != 0) { param_1 = 0xffffffff; } uVar1 = __aeabi_ldiv0(param_1); return uVar1; } if (param_1 <= param_2) { return (uint)(param_1 == param_2); } if ((param_2 & param_2 - 1) == 0) { return param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff); } iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1)); if (iVar2 == 0) { bVar3 = param_2 << 0x1f <= param_1; if (bVar3) { param_1 = param_1 + param_2 * -0x80000000; } bVar4 = param_2 << 0x1e <= param_1; if (bVar4) { param_1 = param_1 + param_2 * -0x40000000; } bVar5 = param_2 << 0x1d <= param_1; if (bVar5) { param_1 = param_1 + param_2 * -0x20000000; } bVar6 = param_2 << 0x1c <= param_1; if (bVar6) { param_1 = param_1 + param_2 * -0x10000000; } bVar7 = param_2 << 0x1b <= param_1; if (bVar7) { param_1 = param_1 + param_2 * -0x8000000; } bVar8 = param_2 << 0x1a <= param_1; if (bVar8) { param_1 = param_1 + param_2 * -0x4000000; } bVar9 = param_2 << 0x19 <= param_1; if (bVar9) { param_1 = param_1 + param_2 * -0x2000000; } bVar10 = param_2 << 0x18 <= param_1; if (bVar10) { param_1 = param_1 + param_2 * -0x1000000; } bVar11 = param_2 << 0x17 <= param_1; if (bVar11) { param_1 = param_1 + param_2 * -0x800000; } bVar12 = param_2 << 0x16 <= param_1; if (bVar12) { param_1 = param_1 + param_2 * -0x400000; } bVar13 = param_2 << 0x15 <= param_1; if (bVar13) { param_1 = param_1 + param_2 * -0x200000; } bVar14 = param_2 << 0x14 <= param_1; if (bVar14) { param_1 = param_1 + param_2 * -0x100000; } bVar15 = param_2 << 0x13 <= param_1; if (bVar15) { param_1 = param_1 + param_2 * -0x80000; } bVar16 = param_2 << 0x12 <= param_1; if (bVar16) { param_1 = param_1 + param_2 * -0x40000; } bVar17 = param_2 << 0x11 <= param_1; if (bVar17) { param_1 = param_1 + param_2 * -0x20000; } bVar18 = param_2 << 0x10 <= param_1; if (bVar18) { param_1 = param_1 + param_2 * -0x10000; } bVar19 = param_2 << 0xf <= param_1; if (bVar19) { param_1 = param_1 + param_2 * -0x8000; } bVar20 = param_2 << 0xe <= param_1; if (bVar20) { param_1 = param_1 + param_2 * -0x4000; } bVar21 = param_2 << 0xd <= param_1; if (bVar21) { param_1 = param_1 + param_2 * -0x2000; } bVar22 = param_2 << 0xc <= param_1; if (bVar22) { param_1 = param_1 + param_2 * -0x1000; } bVar23 = param_2 << 0xb <= param_1; if (bVar23) { param_1 = param_1 + param_2 * -0x800; } bVar24 = param_2 << 10 <= param_1; if (bVar24) { param_1 = param_1 + param_2 * -0x400; } bVar25 = param_2 << 9 <= param_1; if (bVar25) { param_1 = param_1 + param_2 * -0x200; } bVar26 = param_2 << 8 <= param_1; if (bVar26) { param_1 = param_1 + param_2 * -0x100; } bVar27 = param_2 << 7 <= param_1; if (bVar27) { param_1 = param_1 + param_2 * -0x80; } bVar28 = param_2 << 6 <= param_1; if (bVar28) { param_1 = param_1 + param_2 * -0x40; } bVar29 = param_2 << 5 <= param_1; if (bVar29) { param_1 = param_1 + param_2 * -0x20; } bVar30 = param_2 << 4 <= param_1; if (bVar30) { param_1 = param_1 + param_2 * -0x10; } bVar31 = param_2 << 3 <= param_1; if (bVar31) { param_1 = param_1 + param_2 * -8; } bVar32 = param_2 << 2 <= param_1; if (bVar32) { param_1 = param_1 + param_2 * -4; } bVar33 = param_2 << 1 <= param_1; if (bVar33) { param_1 = param_1 + param_2 * -2; } return (((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 + (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 + (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 + (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 + (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 + (uint)bVar33) * 2 + (uint)(param_2 <= param_1); } /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */ /* WARNING: Treating indirect jump as call */ uVar1 = (*(code *)(iVar2 * 0xc + 0x162a4))(); return uVar1; }
ulonglong FUN_00016268(uint param_1,uint param_2) { uint uVar1; int iVar2; bool bVar3; bool bVar4; bool bVar5; bool bVar6; bool bVar7; bool bVar8; bool bVar9; bool bVar10; bool bVar11; bool bVar12; bool bVar13; bool bVar14; bool bVar15; bool bVar16; bool bVar17; bool bVar18; bool bVar19; bool bVar20; bool bVar21; bool bVar22; bool bVar23; bool bVar24; bool bVar25; bool bVar26; bool bVar27; bool bVar28; bool bVar29; bool bVar30; bool bVar31; bool bVar32; bool bVar33; ulonglong uVar34; if (param_2 - 1 == 0) { return CONCAT44(param_2,param_1); } if (param_2 == 0) { uVar1 = raise(8); return (ulonglong)uVar1; } if (param_1 <= param_2) { return CONCAT44(param_2,(uint)(param_1 == param_2)); } if ((param_2 & param_2 - 1) == 0) { return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff)); } iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1)); if (iVar2 == 0) { bVar3 = param_2 << 0x1f <= param_1; if (bVar3) { param_1 = param_1 + param_2 * -0x80000000; } bVar4 = param_2 << 0x1e <= param_1; if (bVar4) { param_1 = param_1 + param_2 * -0x40000000; } bVar5 = param_2 << 0x1d <= param_1; if (bVar5) { param_1 = param_1 + param_2 * -0x20000000; } bVar6 = param_2 << 0x1c <= param_1; if (bVar6) { param_1 = param_1 + param_2 * -0x10000000; } bVar7 = param_2 << 0x1b <= param_1; if (bVar7) { param_1 = param_1 + param_2 * -0x8000000; } bVar8 = param_2 << 0x1a <= param_1; if (bVar8) { param_1 = param_1 + param_2 * -0x4000000; } bVar9 = param_2 << 0x19 <= param_1; if (bVar9) { param_1 = param_1 + param_2 * -0x2000000; } bVar10 = param_2 << 0x18 <= param_1; if (bVar10) { param_1 = param_1 + param_2 * -0x1000000; } bVar11 = param_2 << 0x17 <= param_1; if (bVar11) { param_1 = param_1 + param_2 * -0x800000; } bVar12 = param_2 << 0x16 <= param_1; if (bVar12) { param_1 = param_1 + param_2 * -0x400000; } bVar13 = param_2 << 0x15 <= param_1; if (bVar13) { param_1 = param_1 + param_2 * -0x200000; } bVar14 = param_2 << 0x14 <= param_1; if (bVar14) { param_1 = param_1 + param_2 * -0x100000; } bVar15 = param_2 << 0x13 <= param_1; if (bVar15) { param_1 = param_1 + param_2 * -0x80000; } bVar16 = param_2 << 0x12 <= param_1; if (bVar16) { param_1 = param_1 + param_2 * -0x40000; } bVar17 = param_2 << 0x11 <= param_1; if (bVar17) { param_1 = param_1 + param_2 * -0x20000; } bVar18 = param_2 << 0x10 <= param_1; if (bVar18) { param_1 = param_1 + param_2 * -0x10000; } bVar19 = param_2 << 0xf <= param_1; if (bVar19) { param_1 = param_1 + param_2 * -0x8000; } bVar20 = param_2 << 0xe <= param_1; if (bVar20) { param_1 = param_1 + param_2 * -0x4000; } bVar21 = param_2 << 0xd <= param_1; if (bVar21) { param_1 = param_1 + param_2 * -0x2000; } bVar22 = param_2 << 0xc <= param_1; if (bVar22) { param_1 = param_1 + param_2 * -0x1000; } bVar23 = param_2 << 0xb <= param_1; if (bVar23) { param_1 = param_1 + param_2 * -0x800; } bVar24 = param_2 << 10 <= param_1; if (bVar24) { param_1 = param_1 + param_2 * -0x400; } bVar25 = param_2 << 9 <= param_1; if (bVar25) { param_1 = param_1 + param_2 * -0x200; } bVar26 = param_2 << 8 <= param_1; if (bVar26) { param_1 = param_1 + param_2 * -0x100; } bVar27 = param_2 << 7 <= param_1; if (bVar27) { param_1 = param_1 + param_2 * -0x80; } bVar28 = param_2 << 6 <= param_1; if (bVar28) { param_1 = param_1 + param_2 * -0x40; } bVar29 = param_2 << 5 <= param_1; if (bVar29) { param_1 = param_1 + param_2 * -0x20; } bVar30 = param_2 << 4 <= param_1; if (bVar30) { param_1 = param_1 + param_2 * -0x10; } bVar31 = param_2 << 3 <= param_1; if (bVar31) { param_1 = param_1 + param_2 * -8; } bVar32 = param_2 << 2 <= param_1; if (bVar32) { param_1 = param_1 + param_2 * -4; } bVar33 = param_2 << 1 <= param_1; if (bVar33) { param_1 = param_1 + param_2 * -2; } return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 + (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 + (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 + (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15 ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 + (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 + (uint)bVar33) * 2 + (uint)(param_2 <= param_1)); } /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */ /* WARNING: Treating indirect jump as call */ uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))(); return uVar34; }
subs r2,r1,#0x1 bxeq lr bcc 0x00016448 cmp r0,r1 bls 0x0001642c tst r1,r2 beq 0x00016438 clz r3,r0 clz r2,r1 sub r3,r2,r3 rsbs r3,r3,#0x1f addne r3,r3,r3, lsl #0x1 mov r2,#0x0 addne pc,pc,r3, lsl #0x2 cpy r0,r0 cmp r0,r1, lsl #0x1f adc r2,r2,r2 subcs r0,r0,r1, lsl #0x1f cmp r0,r1, lsl #0x1e adc r2,r2,r2 subcs r0,r0,r1, lsl #0x1e cmp r0,r1, lsl #0x1d adc r2,r2,r2 subcs r0,r0,r1, lsl #0x1d cmp r0,r1, lsl #0x1c adc r2,r2,r2 subcs r0,r0,r1, lsl #0x1c cmp r0,r1, lsl #0x1b adc r2,r2,r2 subcs r0,r0,r1, lsl #0x1b cmp r0,r1, lsl #0x1a adc r2,r2,r2 subcs r0,r0,r1, lsl #0x1a cmp r0,r1, lsl #0x19 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x19 cmp r0,r1, lsl #0x18 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x18 cmp r0,r1, lsl #0x17 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x17 cmp r0,r1, lsl #0x16 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x16 cmp r0,r1, lsl #0x15 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x15 cmp r0,r1, lsl #0x14 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x14 cmp r0,r1, lsl #0x13 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x13 cmp r0,r1, lsl #0x12 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x12 cmp r0,r1, lsl #0x11 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x11 cmp r0,r1, lsl #0x10 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x10 cmp r0,r1, lsl #0xf adc r2,r2,r2 subcs r0,r0,r1, lsl #0xf cmp r0,r1, lsl #0xe adc r2,r2,r2 subcs r0,r0,r1, lsl #0xe cmp r0,r1, lsl #0xd adc r2,r2,r2 subcs r0,r0,r1, lsl #0xd cmp r0,r1, lsl #0xc adc r2,r2,r2 subcs r0,r0,r1, lsl #0xc cmp r0,r1, lsl #0xb adc r2,r2,r2 subcs r0,r0,r1, lsl #0xb cmp r0,r1, lsl #0xa adc r2,r2,r2 subcs r0,r0,r1, lsl #0xa cmp r0,r1, lsl #0x9 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x9 cmp r0,r1, lsl #0x8 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x8 cmp r0,r1, lsl #0x7 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x7 cmp r0,r1, lsl #0x6 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x6 cmp r0,r1, lsl #0x5 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x5 cmp r0,r1, lsl #0x4 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x4 cmp r0,r1, lsl #0x3 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x3 cmp r0,r1, lsl #0x2 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x2 cmp r0,r1, lsl #0x1 adc r2,r2,r2 subcs r0,r0,r1, lsl #0x1 cmp r0,r1 adc r2,r2,r2 subcs r0,r0,r1 cpy r0,r2 bx lr moveq r0,#0x1 movne r0,#0x0 bx lr clz r2,r1 rsb r2,r2,#0x1f mov r0,r0, lsr r2 bx lr cmp r0,#0x0 mvnne r0,#0x0 b 0x00016474
null
null
null
null
[(u'INT_ADD_-1205967986', u'MULTIEQUAL_-1205966455'), (u'INT_LEFT_-1205967497', u'INT_LESSEQUAL_-1205967509'), (u'INT_ZEXT_-1205967589', u'INT_ADD_-1205967586'), (u'INT_ADD_-1205967466', u'MULTIEQUAL_-1205966345'), (u'INT_MULT_-1205966092', u'INT_ADD_-1205967362'), ('tmp_1719', u'CBRANCH_-1205967436'), (u'INT_MULT_-1205966125', u'INT_ADD_-1205967482'), (u'INT_LEFT_-1205966717', u'INT_LESSEQUAL_-1205966729'), (u'INT_ZEXT_-1205967901', u'INT_ADD_-1205967898'), ('tmp_5349', u'INT_LESSEQUAL_-1205968212'), ('const-1', u'INT_SUB_-1205968251'), (u'INT_MULT_-1205966111', u'INT_ADD_-1205967430'), ('tmp_5350', u'MULTIEQUAL_-1205966466'), (u'INT_MULT_-1205966064', u'INT_ADD_-1205967258'), (u'INT_MULT_-1205965957', u'INT_ADD_-1205966858'), ('tmp_5349', u'INT_LEFT_-1205966665'), (u'INT_ZEXT_-1205967173', u'INT_ADD_-1205967170'), ('const-4294950912', u'INT_MULT_-1205966036'), (u'INT_ADD_-1205967362', u'MULTIEQUAL_-1205966323'), (u'MULTIEQUAL_-1205966422', u'MULTIEQUAL_-1205966411'), (u'MULTIEQUAL_-1205966213', u'MULTIEQUAL_-1205966202'), (u'MULTIEQUAL_-1205966224', u'INT_LESSEQUAL_-1205966885'), (u'MULTIEQUAL_-1205966257', u'INT_ADD_-1205966998'), (u'INT_LESSEQUAL_-1205967353', u'CBRANCH_-1205967332'), (u'INT_LESSEQUAL_-1205966833', u'CBRANCH_-1205966812'), (u'INT_ADD_-1205966598', u'INT_MULT_-1205965873'), ('tmp_5349', u'INT_LEFT_-1205967497'), (u'MULTIEQUAL_-1205966433', u'INT_ADD_-1205967830'), (u'INT_MULT_-1205966274', u'INT_ADD_-1205968038'), ('const-4294965248', u'INT_MULT_-1205965994'), (u'INT_ADD_-1205966946', u'MULTIEQUAL_-1205966235'), ('tmp_2052', u'CBRANCH_-1205967280'), ('tmp_5349', u'INT_MULT_-1205965910'), (u'INT_ADD_-1205966806', u'INT_MULT_-1205965929'), ('tmp_5350', u'LZCOUNT_-1205968130'), (u'MULTIEQUAL_-1205966312', u'INT_ADD_-1205967258'), ('const-2', u'INT_MULT_-1205965957'), ('const-4294967040', u'INT_MULT_-1205965952'), (u'INT_MULT_-1205965896', u'INT_ADD_-1205966634'), (u'INT_SUB_-1205968251', u'INT_AND_-1205968194'), (u'INT_LEFT_-1205966821', u'INT_LESSEQUAL_-1205966833'), ('tmp_5349', u'INT_LEFT_-1205967393'), (u'INT_LESSEQUAL_-1205967093', u'INT_ZEXT_-1205967069'), (u'INT_ADD_-1205967674', u'MULTIEQUAL_-1205966389'), (u'INT_LESSEQUAL_-1205968081', u'INT_ZEXT_-1205968057'), ('tmp_5349', u'INT_LEFT_-1205967133'), ('tmp_2607', u'CBRANCH_-1205967020'), ('tmp_5349', u'INT_LEFT_-1205967081'), ('const-28', u'INT_LEFT_-1205967913'), ('tmp_5349', u'INT_MULT_-1205965952'), ('const-9', u'INT_LEFT_-1205966925'), ('tmp_5349', u'INT_MULT_-1205966246'), (u'MULTIEQUAL_-1205966466', u'INT_LESSEQUAL_-1205968029'), ('const-2147483648', u'INT_MULT_-1205966274'), (u'INT_ADD_-1205966446', u'COPY_-1205966445'), (u'MULTIEQUAL_-1205966323', u'INT_ADD_-1205967310'), (u'INT_MULT_-1205966153', u'INT_ADD_-1205967586'), (u'INT_LESSEQUAL_-1205967457', u'CBRANCH_-1205967436'), (u'INT_ZEXT_-1205967017', u'INT_ADD_-1205967014'), ('const-2', u'INT_MULT_-1205965985'), (u'MULTIEQUAL_-1205966367', u'INT_LESSEQUAL_-1205967561'), (u'MULTIEQUAL_-1205966169', u'INT_LESSEQUAL_-1205966625'), (u'MULTIEQUAL_-1205966047', u'CALL_-1205966290'), ('const-24', u'INT_LEFT_-1205967705'), ('tmp_5349', u'INT_MULT_-1205966064'), (u'INT_ADD_-1205967378', u'INT_MULT_-1205966083'), (u'INT_LEFT_-1205967809', u'INT_LESSEQUAL_-1205967821'), (u'MULTIEQUAL_-1205966389', u'INT_LESSEQUAL_-1205967665'), ('const-4294967288', u'INT_MULT_-1205965882'), (u'CAST_-1205966151', u'CALLIND_-1205968104'), ('const-16', u'INT_LEFT_-1205967289'), ('const-10', u'INT_LEFT_-1205966977'), (u'MULTIEQUAL_-1205966268', u'MULTIEQUAL_-1205966257'), (u'INT_LESSEQUAL_-1205966573', u'INT_ZEXT_-1205966549'), (u'MULTIEQUAL_-1205966136', u'INT_LESSEQUAL_-1205966473'), (u'INT_ADD_-1205967154', u'MULTIEQUAL_-1205966279'), (u'MULTIEQUAL_-1205966235', u'MULTIEQUAL_-1205966224'), (u'MULTIEQUAL_-1205966191', u'INT_ADD_-1205966686'), ('tmp_5349', u'LZCOUNT_-1205966347'), (u'INT_LESSEQUAL_-1205968029', u'INT_ZEXT_-1205968005'), (u'INT_MULT_-1205965929', u'INT_ADD_-1205966754'), ('tmp_5349', u'INT_MULT_-1205966106'), (u'INT_LESSEQUAL_-1205967249', u'INT_ZEXT_-1205967225'), (u'INT_ZEXT_-1205966809', u'INT_ADD_-1205966806'), (u'MULTIEQUAL_-1205966466', u'INT_ADD_-1205967986'), (u'INT_LEFT_-1205966561', u'INT_LESSEQUAL_-1205966573'), ('const-4294966784', u'INT_MULT_-1205965966'), ('const-4294967280', u'INT_MULT_-1205965896'), (u'INT_MULT_-1205966162', u'INT_ADD_-1205967622'), (u'INT_MULT_-1205965868', u'INT_ADD_-1205966530'), ('const-255', u'INT_AND_-1205966372'), ('const-0', u'INT_NOTEQUAL_-1205966313'), (u'INT_ADD_-1205967430', u'INT_MULT_-1205966097'), ('const-17', u'INT_LEFT_-1205967341'), ('tmp_5349', u'INT_MULT_-1205965994'), ('const-4294967168', u'INT_MULT_-1205965938'), ('tmp_5350', u'INT_RIGHT_-1205966359'), (u'INT_MULT_-1205966083', u'INT_ADD_-1205967326'), (u'MULTIEQUAL_-1205966411', u'INT_LESSEQUAL_-1205967769'), ('const-4294901760', u'INT_MULT_-1205966064'), ('tmp_1497', u'CBRANCH_-1205967540'), ('const-27', u'INT_LEFT_-1205967861'), (u'INT_SUB_-1205968170', u'INT_SUB_-1205968154'), ('const-21', u'INT_LEFT_-1205967549'), (u'INT_LESSEQUAL_-1205967301', u'CBRANCH_-1205967280'), ('tmp_5349', u'INT_LEFT_-1205967237'), (u'INT_LESSEQUAL_-1205966625', u'INT_ZEXT_-1205966601'), (u'MULTIEQUAL_-1205966378', u'INT_LESSEQUAL_-1205967613'), (u'MULTIEQUAL_-1205966191', u'MULTIEQUAL_-1205966180'), (u'INT_LESSEQUAL_-1205966885', u'CBRANCH_-1205966864'), (u'MULTIEQUAL_-1205966246', u'INT_LESSEQUAL_-1205966989'), ('tmp_5350', u'INT_ADD_-1205968038'), ('const-0', u'RETURN_-1205966365'), (u'MULTIEQUAL_-1205966147', u'INT_LESSEQUAL_-1205966521'), (u'INT_SUB_-1205968154', u'INT_MULT_-1205968090'), (u'INT_LEFT_-1205967185', u'INT_LESSEQUAL_-1205967197'), ('tmp_5349', u'INT_LEFT_-1205968069'), ('tmp_3384', u'CBRANCH_-1205966656'), (u'INT_ADD_-1205968002', u'INT_MULT_-1205966251'), ('const-3758096384', u'INT_MULT_-1205966246'), (u'MULTIEQUAL_-1205966158', u'INT_LESSEQUAL_-1205966573'), (u'INT_MULT_-1205965845', u'INT_ADD_-1205966446'), ('tmp_3495', u'CBRANCH_-1205966604'), ('const-4227858432', u'INT_MULT_-1205966204'), ('tmp_5349', u'INT_MULT_-1205966022'), (u'INT_AND_-1205966372', u'INT_RIGHT_-1205966359'), ('tmp_5349', u'INT_MULT_-1205966218'), ('const-2', u'INT_MULT_-1205965901'), (u'MULTIEQUAL_-1205966455', u'INT_LESSEQUAL_-1205967977'), (u'MULTIEQUAL_-1205966268', u'INT_LESSEQUAL_-1205967093'), (u'INT_MULT_-1205966232', u'INT_ADD_-1205967882'), (u'INT_ADD_-1205967274', u'INT_MULT_-1205966055'), ('const-11', u'INT_LEFT_-1205967029'), (u'MULTIEQUAL_-1205966433', u'MULTIEQUAL_-1205966422'), (u'INT_EQUAL_-1205968227', u'INT_ZEXT_-1205966120'), (u'INT_ADD_-1205966790', u'MULTIEQUAL_-1205966202'), (u'INT_ADD_-1205967726', u'MULTIEQUAL_-1205966400'), ('tmp_5349', u'INT_MULT_-1205966134'), (u'MULTIEQUAL_-1205966422', u'INT_ADD_-1205967778'), (u'MULTIEQUAL_-1205966334', u'MULTIEQUAL_-1205966323'), ('const-30', u'INT_LEFT_-1205968017'), (u'MULTIEQUAL_-1205966213', u'INT_LESSEQUAL_-1205966833'), (u'INT_ZEXT_-1205966913', u'INT_ADD_-1205966910'), ('tmp_5349', u'INT_LEFT_-1205967029'), ('tmp_5349', u'INT_EQUAL_-1205968227'), ('const-22', u'INT_LEFT_-1205967601'), ('const-4294963200', u'INT_MULT_-1205966008'), (u'INT_LESSEQUAL_-1205966729', u'INT_ZEXT_-1205966705'), (u'INT_LESSEQUAL_-1205967249', u'CBRANCH_-1205967228'), (u'INT_LESSEQUAL_-1205967769', u'INT_ZEXT_-1205967745'), (u'INT_ZEXT_-1205966705', u'INT_ADD_-1205966702'), (u'INT_LESSEQUAL_-1205966677', u'CBRANCH_-1205966656'), (u'MULTIEQUAL_-1205966279', u'INT_ADD_-1205967102'), (u'INT_LESSEQUAL_-1205966521', u'CBRANCH_-1205966500'), (u'MULTIEQUAL_-1205966158', u'MULTIEQUAL_-1205966147'), (u'INT_ADD_-1205967118', u'INT_MULT_-1205966013'), ('tmp_5349', u'INT_MULT_-1205966162'), (u'INT_ZEXT_-1205967433', u'INT_ADD_-1205967430'), ('tmp_5349', u'INT_LEFT_-1205967705'), (u'INT_MULT_-1205965985', u'INT_ADD_-1205966962'), ('tmp_5350', u'MULTIEQUAL_-1205966047'), ('const-8', u'INT_LEFT_-1205966873'), (u'INT_ZEXT_-1205966601', u'INT_ADD_-1205966598'), ('const-0', u'INT_EQUAL_-1205968258'), (u'INT_ADD_-1205967014', u'INT_MULT_-1205965985'), (u'MULTIEQUAL_-1205966290', u'INT_LESSEQUAL_-1205967197'), ('tmp_387', u'CBRANCH_-1205968060'), ('tmp_5349', u'INT_MULT_-1205965980'), (u'INT_MULT_-1205965854', u'INT_ADD_-1205966478'), ('const-29', u'INT_LEFT_-1205967965'), (u'MULTIEQUAL_-1205966323', u'INT_LESSEQUAL_-1205967353'), (u'MULTIEQUAL_-1205966455', u'MULTIEQUAL_-1205966444'), (u'INT_ADD_-1205967690', u'INT_MULT_-1205966167'), ('const-0', u'RETURN_-1205966286'), (u'INT_MULT_-1205966237', u'INT_ADD_-1205967898'), (u'INT_LESSEQUAL_-1205966729', u'CBRANCH_-1205966708'), (u'INT_ADD_-1205967102', u'MULTIEQUAL_-1205966268'), ('tmp_5350', u'INT_LESSEQUAL_-1205968081'), ('const-4290772992', u'INT_MULT_-1205966148'), (u'INT_MULT_-1205966209', u'INT_ADD_-1205967794'), (u'INT_LESSEQUAL_-1205967821', u'INT_ZEXT_-1205967797'), (u'MULTIEQUAL_-1205966411', u'MULTIEQUAL_-1205966400'), (u'MULTIEQUAL_-1205966279', u'MULTIEQUAL_-1205966268'), (u'INT_LEFT_-1205967653', u'INT_LESSEQUAL_-1205967665'), ('const-4292870144', u'INT_MULT_-1205966134'), ('tmp_3162', u'CBRANCH_-1205966760'), (u'INT_ADD_-1205966686', u'MULTIEQUAL_-1205966180'), (u'INT_ADD_-1205967066', u'INT_MULT_-1205965999'), ('tmp_5349', u'INT_LEFT_-1205967185'), (u'INT_LESSEQUAL_-1205966833', u'INT_ZEXT_-1205966809'), ('const-0', u'RETURN_-1205966347'), (u'MULTIEQUAL_-1205966169', u'MULTIEQUAL_-1205966158'), ('const-4294967232', u'INT_MULT_-1205965924'), ('tmp_5350', u'INT_NOTEQUAL_-1205966313'), ('tmp_5349', u'INT_LEFT_-1205966925'), ('tmp_5349', u'INT_LEFT_-1205967913'), (u'MULTIEQUAL_-1205966444', u'INT_LESSEQUAL_-1205967925'), (u'INT_LESSEQUAL_-1205967405', u'CBRANCH_-1205967384'), ('const-4294966272', u'INT_MULT_-1205965980'), (u'INT_LEFT_-1205967237', u'INT_LESSEQUAL_-1205967249'), (u'INT_LESSEQUAL_-1205967925', u'CBRANCH_-1205967904'), (u'INT_ADD_-1205966962', u'INT_MULT_-1205965971'), (u'INT_ADD_-1205968100', u'CAST_-1205966151'), (u'INT_ZEXT_-1205966861', u'INT_ADD_-1205966858'), (u'MULTIEQUAL_-1205966191', u'INT_LESSEQUAL_-1205966729'), (u'INT_MULT_-1205965901', u'INT_ADD_-1205966650'), ('tmp_119', u'CBRANCH_-1205968203'), ('const-3', u'INT_LEFT_-1205966613'), ('tmp_5349', u'INT_LEFT_-1205966509'), ('tmp_46', u'CBRANCH_-1205968254'), (u'INT_LEFT_-1205966925', u'INT_LESSEQUAL_-1205966937'), (u'MULTIEQUAL_-1205966444', u'MULTIEQUAL_-1205966433'), (u'INT_MULT_-1205965882', u'INT_ADD_-1205966582'), (u'INT_MULT_-1205965915', u'INT_ADD_-1205966702'), (u'INT_MULT_-1205965999', u'INT_ADD_-1205967014'), ('tmp_5349', u'INT_MULT_-1205965966'), ('const-2', u'INT_MULT_-1205966251'), (u'INT_LEFT_-1205967133', u'INT_LESSEQUAL_-1205967145'), ('tmp_5349', u'INT_LEFT_-1205966821'), (u'MULTIEQUAL_-1205966433', u'INT_LESSEQUAL_-1205967873'), (u'INT_LESSEQUAL_-1205967717', u'INT_ZEXT_-1205967693'), (u'INT_LEFT_-1205967081', u'INT_LESSEQUAL_-1205967093'), (u'INT_MULT_-1205965873', u'INT_ADD_-1205966546'), (u'INT_ADD_-1205967310', u'MULTIEQUAL_-1205966312'), (u'INT_ADD_-1205966494', u'INT_MULT_-1205965845'), (u'MULTIEQUAL_-1205966400', u'MULTIEQUAL_-1205966389'), (u'LZCOUNT_-1205968125', u'INT_SUB_-1205968170'), (u'INT_LESSEQUAL_-1205967145', u'CBRANCH_-1205967124'), (u'MULTIEQUAL_-1205966444', u'INT_ADD_-1205967882'), ('const-18', u'INT_LEFT_-1205967393'), (u'INT_MULT_-1205968090', u'INT_ADD_-1205968100'), (u'INT_LESSEQUAL_-1205967613', u'INT_ZEXT_-1205967589'), (u'INT_AND_-1205968194', u'INT_EQUAL_-1205968206'), ('const-4294967292', u'INT_MULT_-1205965868'), ('const-2', u'INT_MULT_-1205966181'), (u'MULTIEQUAL_-1205966367', u'INT_ADD_-1205967518'), (u'MULTIEQUAL_-1205966147', u'INT_ADD_-1205966478'), ('tmp_5349', u'INT_MULT_-1205966036'), ('const-0', u'RETURN_-1205966427'), ('tmp_5349', u'INT_LEFT_-1205967445'), (u'INT_MULT_-1205966069', u'INT_ADD_-1205967274'), ('const-1', u'RETURN_-1205966721'), (u'INT_LEFT_-1205966977', u'INT_LESSEQUAL_-1205966989'), (u'MULTIEQUAL_-1205966246', u'MULTIEQUAL_-1205966235'), ('tmp_5349', u'INT_LEFT_-1205967653'), (u'MULTIEQUAL_-1205966323', u'MULTIEQUAL_-1205966312'), (u'MULTIEQUAL_-1205966268', u'INT_ADD_-1205967050'), (u'INT_ADD_-1205966894', u'MULTIEQUAL_-1205966224'), (u'INT_LEFT_-1205967861', u'INT_LESSEQUAL_-1205967873'), ('tmp_5349', u'INT_LEFT_-1205967549'), (u'INT_MULT_-1205966176', u'INT_ADD_-1205967674'), (u'MULTIEQUAL_-1205966345', u'INT_LESSEQUAL_-1205967457'), (u'MULTIEQUAL_-1205966147', u'MULTIEQUAL_-1205966136'), ('const-4160749568', u'INT_MULT_-1205966218'), (u'INT_ADD_-1205967742', u'INT_MULT_-1205966181'), ('tmp_5349', u'INT_MULT_-1205966176'), (u'INT_LEFT_-1205966509', u'INT_LESSEQUAL_-1205966521'), (u'MULTIEQUAL_-1205966312', u'MULTIEQUAL_-1205966301'), (u'MULTIEQUAL_-1205966180', u'MULTIEQUAL_-1205966169'), (u'INT_MULT_-1205965971', u'INT_ADD_-1205966910'), ('const-2', u'INT_MULT_-1205966195'), (u'INT_MULT_-1205966078', u'INT_ADD_-1205967310'), (u'INT_LEFT_-1205968017', u'INT_LESSEQUAL_-1205968029'), ('tmp_5349', u'LZCOUNT_-1205968125'), (u'INT_MULT_-1205966050', u'INT_ADD_-1205967206'), (u'MULTIEQUAL_-1205966345', u'INT_ADD_-1205967414'), ('const-14', u'INT_LEFT_-1205967185'), (u'INT_EQUAL_-1205968262', u'CBRANCH_-1205968243'), ('tmp_5349', u'INT_LEFT_-1205966769'), ('const-20', u'INT_LEFT_-1205967497'), ('const-4294836224', u'INT_MULT_-1205966078'), (u'INT_ZEXT_-1205966120', u'RETURN_-1205966347'), (u'INT_MULT_-1205966022', u'INT_ADD_-1205967102'), ('tmp_5349', u'INT_MULT_-1205966260'), (u'MULTIEQUAL_-1205966180', u'INT_ADD_-1205966634'), (u'INT_ZEXT_-1205967069', u'INT_ADD_-1205967066'), ('const-0', u'INT_EQUAL_-1205968262'), ('const-2', u'INT_LEFT_-1205966561'), (u'INT_LESSEQUAL_-1205966521', u'INT_ZEXT_-1205966497'), (u'INT_EQUAL_-1205968258', u'CBRANCH_-1205968254'), ('tmp_5349', u'INT_LEFT_-1205966613'), (u'INT_LESSEQUAL_-1205966473', u'INT_ZEXT_-1205966449'), ('const-2', u'INT_MULT_-1205965845'), (u'INT_MULT_-1205966013', u'INT_ADD_-1205967066'), (u'MULTIEQUAL_-1205966246', u'INT_ADD_-1205966946'), (u'MULTIEQUAL_-1205966334', u'INT_LESSEQUAL_-1205967405'), ('tmp_5349', u'INT_LEFT_-1205966717'), (u'MULTIEQUAL_-1205966422', u'INT_LESSEQUAL_-1205967821'), (u'INT_ZEXT_-1205967537', u'INT_ADD_-1205967534'), (u'INT_LEFT_-1205967393', u'INT_LESSEQUAL_-1205967405'), ('const-2', u'INT_MULT_-1205965915'), (u'INT_ZEXT_-1205967277', u'INT_ADD_-1205967274'), ('const-15', u'INT_LEFT_-1205967237'), (u'INT_LESSEQUAL_-1205967041', u'CBRANCH_-1205967020'), (u'INT_LESSEQUAL_-1205968081', u'CBRANCH_-1205968060'), (u'INT_ADD_-1205967934', u'MULTIEQUAL_-1205966444'), ('tmp_5349', u'INT_MULT_-1205966190'), ('const-2', u'INT_MULT_-1205966097'), (u'INT_LEFT_-1205967445', u'INT_LESSEQUAL_-1205967457'), (u'INT_ZEXT_-1205967641', u'INT_ADD_-1205967638'), ('tmp_2163', u'CBRANCH_-1205967228'), ('const-12', u'INT_MULT_-1205968090'), (u'INT_ADD_-1205967482', u'INT_MULT_-1205966111'), ('tmp_1608', u'CBRANCH_-1205967488'), (u'MULTIEQUAL_-1205966356', u'INT_ADD_-1205967466'), (u'INT_LESSEQUAL_-1205966781', u'INT_ZEXT_-1205966757'), ('tmp_5349', u'INT_LESSEQUAL_-1205966473'), ('tmp_5349', u'INT_LEFT_-1205967341'), ('const-2', u'INT_MULT_-1205965943'), ('const-90788', u'INT_ADD_-1205968100'), (u'INT_LEFT_-1205967341', u'INT_LESSEQUAL_-1205967353'), ('tmp_5349', u'INT_MULT_-1205966050'), (u'INT_ZEXT_-1205966549', u'INT_ADD_-1205966546'), (u'INT_ADD_-1205967846', u'INT_MULT_-1205966209'), (u'INT_LESSEQUAL_-1205968029', u'CBRANCH_-1205968008'), ('tmp_5349', u'INT_MULT_-1205965938'), ('tmp_5349', u'INT_LEFT_-1205966977'), (u'INT_NOTEQUAL_-1205966313', u'CBRANCH_-1205966309'), ('const-2', u'INT_MULT_-1205966237'), ('const-4293918720', u'INT_MULT_-1205966120'), (u'MULTIEQUAL_-1205966224', u'MULTIEQUAL_-1205966213'), (u'INT_ZEXT_-1205967381', u'INT_ADD_-1205967378'), (u'INT_MULT_-1205965994', u'INT_ADD_-1205966998'), (u'INT_ZEXT_-1205967745', u'INT_ADD_-1205967742'), ('const-2', u'INT_MULT_-1205966027'), ('const-4294705152', u'INT_MULT_-1205966092'), ('tmp_2385', u'CBRANCH_-1205967124'), ('tmp_3717', u'CBRANCH_-1205966500'), (u'INT_LESSEQUAL_-1205967977', u'INT_ZEXT_-1205967953'), ('const-2', u'INT_MULT_-1205965971'), (u'INT_LESSEQUAL_-1205967509', u'CBRANCH_-1205967488'), ('tmp_5349', u'INT_MULT_-1205966078'), (u'MULTIEQUAL_-1205966169', u'INT_ADD_-1205966582'), (u'INT_ADD_-1205966582', u'MULTIEQUAL_-1205966158'), (u'INT_LESSEQUAL_-1205966937', u'CBRANCH_-1205966916'), (u'INT_LEFT_-1205966769', u'INT_LESSEQUAL_-1205966781'), (u'INT_LESSEQUAL_-1205967873', u'INT_ZEXT_-1205967849'), (u'MULTIEQUAL_-1205966279', u'INT_LESSEQUAL_-1205967145'), ('const-4294959104', u'INT_MULT_-1205966022'), (u'COPY_-1205966305', u'MULTIEQUAL_-1205966047'), (u'MULTIEQUAL_-1205966235', u'INT_LESSEQUAL_-1205966937'), (u'INT_LESSEQUAL_-1205966573', u'CBRANCH_-1205966552'), (u'INT_ADD_-1205967586', u'INT_MULT_-1205966139'), (u'INT_LESSEQUAL_-1205966781', u'CBRANCH_-1205966760'), (u'INT_LESSEQUAL_-1205967405', u'INT_ZEXT_-1205967381'), (u'INT_ZEXT_-1205967849', u'INT_ADD_-1205967846'), (u'INT_ADD_-1205968038', u'MULTIEQUAL_-1205966466'), (u'INT_LESSEQUAL_-1205967925', u'INT_ZEXT_-1205967901'), ('const-12', u'INT_LEFT_-1205967081'), ('const-2', u'INT_MULT_-1205966223'), (u'INT_LESSEQUAL_-1205968212', u'CBRANCH_-1205968222'), (u'MULTIEQUAL_-1205966224', u'INT_ADD_-1205966842'), ('const-26', u'INT_LEFT_-1205967809'), ('const-4294443008', u'INT_MULT_-1205966106'), (u'INT_MULT_-1205965910', u'INT_ADD_-1205966686'), (u'INT_MULT_-1205966139', u'INT_ADD_-1205967534'), (u'MULTIEQUAL_-1205966202', u'INT_LESSEQUAL_-1205966781'), (u'INT_ADD_-1205967518', u'MULTIEQUAL_-1205966356'), ('const-2', u'INT_MULT_-1205965859'), ('const-13', u'INT_LEFT_-1205967133'), (u'INT_ADD_-1205966634', u'MULTIEQUAL_-1205966169'), ('const-7', u'INT_LEFT_-1205966821'), ('const-4261412864', u'INT_MULT_-1205966190'), (u'INT_LEFT_-1205966665', u'INT_LESSEQUAL_-1205966677'), (u'INT_LEFT_-1205967549', u'INT_LESSEQUAL_-1205967561'), (u'INT_ADD_-1205967206', u'MULTIEQUAL_-1205966290'), ('tmp_5349', u'INT_LEFT_-1205967809'), (u'INT_LEFT_-1205967965', u'INT_LESSEQUAL_-1205967977'), ('const-4026531840', u'INT_MULT_-1205966232'), (u'INT_LESSEQUAL_-1205967197', u'CBRANCH_-1205967176'), (u'CALLIND_-1205968104', u'RETURN_-1205966721'), ('tmp_190', u'CBRANCH_-1205968156'), ('const-4294967294', u'INT_MULT_-1205965854'), ('tmp_1053', u'CBRANCH_-1205967748'), ('tmp_5349', u'INT_MULT_-1205966008'), (u'INT_ADD_-1205966650', u'INT_MULT_-1205965887'), (u'MULTIEQUAL_-1205966158', u'INT_ADD_-1205966530'), ('const-31', u'INT_LEFT_-1205968069'), ('tmp_1275', u'CBRANCH_-1205967644'), (u'INT_ADD_-1205967534', u'INT_MULT_-1205966125'), (u'MULTIEQUAL_-1205966290', u'MULTIEQUAL_-1205966279'), (u'INT_MULT_-1205966106', u'INT_ADD_-1205967414'), ('tmp_2496', u'CBRANCH_-1205967072'), (u'INT_LESSEQUAL_-1205967977', u'CBRANCH_-1205967956'), (u'INT_LEFT_-1205967601', u'INT_LESSEQUAL_-1205967613'), (u'INT_SUB_-1205968251', u'INT_EQUAL_-1205968258'), (u'INT_LEFT_-1205968069', u'INT_LESSEQUAL_-1205968081'), (u'INT_MULT_-1205965938', u'INT_ADD_-1205966790'), ('const-23', u'INT_LEFT_-1205967653'), (u'INT_LEFT_-1205967705', u'INT_LESSEQUAL_-1205967717'), (u'INT_ZEXT_-1205966653', u'INT_ADD_-1205966650'), (u'INT_ADD_-1205967414', u'MULTIEQUAL_-1205966334'), (u'INT_EQUAL_-1205968206', u'CBRANCH_-1205968203'), ('const-2', u'INT_MULT_-1205965873'), (u'INT_LESSEQUAL_-1205967717', u'CBRANCH_-1205967696'), ('tmp_1830', u'CBRANCH_-1205967384'), (u'MULTIEQUAL_-1205966257', u'INT_LESSEQUAL_-1205967041'), ('tmp_5349', u'INT_LEFT_-1205967757'), (u'INT_ZEXT_-1205967485', u'INT_ADD_-1205967482'), (u'LZCOUNT_-1205968130', u'INT_SUB_-1205968170'), (u'INT_ZEXT_-1205967329', u'INT_ADD_-1205967326'), (u'INT_MULT_-1205965887', u'INT_ADD_-1205966598'), (u'CALL_-1205966290', u'RETURN_-1205966286'), (u'INT_LESSEQUAL_-1205967821', u'CBRANCH_-1205967800'), ('tmp_5349', u'INT_MULT_-1205965854'), (u'INT_ZEXT_-1205967121', u'INT_ADD_-1205967118'), (u'MULTIEQUAL_-1205966400', u'INT_LESSEQUAL_-1205967717'), (u'INT_SUB_-1205968154', u'INT_EQUAL_-1205968161'), ('const-4294967264', u'INT_MULT_-1205965910'), (u'MULTIEQUAL_-1205966400', u'INT_ADD_-1205967674'), (u'MULTIEQUAL_-1205966301', u'INT_ADD_-1205967206'), ('tmp_5349', u'INT_LEFT_-1205966873'), (u'MULTIEQUAL_-1205966466', u'MULTIEQUAL_-1205966455'), (u'INT_LESSEQUAL_-1205967353', u'INT_ZEXT_-1205967329'), (u'MULTIEQUAL_-1205966180', u'INT_LESSEQUAL_-1205966677'), ('const-0', u'INT_EQUAL_-1205968206'), (u'MULTIEQUAL_-1205966378', u'MULTIEQUAL_-1205966367'), (u'INT_LEFT_-1205966613', u'INT_LESSEQUAL_-1205966625'), ('const-31', u'INT_SUB_-1205968154'), (u'INT_LESSEQUAL_-1205967769', u'CBRANCH_-1205967748'), ('tmp_5349', u'INT_LEFT_-1205966561'), (u'INT_LESSEQUAL_-1205967301', u'INT_ZEXT_-1205967277'), (u'MULTIEQUAL_-1205966389', u'MULTIEQUAL_-1205966378'), ('const-4', u'INT_LEFT_-1205966665'), (u'MULTIEQUAL_-1205966455', u'INT_ADD_-1205967934'), ('tmp_4079', u'CBRANCH_-1205966309'), (u'INT_ZEXT_-1205968005', u'INT_ADD_-1205968002'), (u'INT_LESSEQUAL_-1205967457', u'INT_ZEXT_-1205967433'), (u'INT_ADD_-1205967622', u'MULTIEQUAL_-1205966378'), ('const-2', u'INT_MULT_-1205966111'), ('const-4294967295', u'COPY_-1205966305'), ('tmp_3273', u'CBRANCH_-1205966708'), (u'MULTIEQUAL_-1205966367', u'MULTIEQUAL_-1205966356'), (u'INT_ADD_-1205967898', u'INT_MULT_-1205966223'), (u'INT_ADD_-1205966702', u'INT_MULT_-1205965901'), (u'INT_LESSEQUAL_-1205966625', u'CBRANCH_-1205966604'), ('const-4294934528', u'INT_MULT_-1205966050'), (u'INT_ZEXT_-1205966497', u'INT_ADD_-1205966494'), (u'LZCOUNT_-1205966347', u'INT_SUB_-1205966386'), (u'MULTIEQUAL_-1205966334', u'INT_ADD_-1205967362'), (u'INT_LESSEQUAL_-1205967873', u'CBRANCH_-1205967852'), ('tmp_720', u'CBRANCH_-1205967904'), (u'INT_LESSEQUAL_-1205966989', u'CBRANCH_-1205966968'), ('const-2', u'INT_MULT_-1205965887'), (u'INT_ADD_-1205967778', u'MULTIEQUAL_-1205966411'), (u'INT_ADD_-1205967950', u'INT_MULT_-1205966237'), ('const-2', u'INT_MULT_-1205966013'), (u'MULTIEQUAL_-1205966257', u'MULTIEQUAL_-1205966246'), ('tmp_5349', u'INT_MULT_-1205966092'), ('const-2', u'INT_MULT_-1205966069'), ('const-31', u'INT_SUB_-1205966386'), (u'INT_ZEXT_-1205968057', u'INT_MULT_-1205966265'), ('const-3221225472', u'INT_MULT_-1205966260'), (u'INT_ADD_-1205967882', u'MULTIEQUAL_-1205966433'), ('const-2', u'INT_MULT_-1205966209'), ('tmp_1941', u'CBRANCH_-1205967332'), ('const-4278190080', u'INT_MULT_-1205966176'), (u'INT_LESSEQUAL_-1205967665', u'INT_ZEXT_-1205967641'), ('tmp_5349', u'INT_MULT_-1205966148'), (u'INT_ADD_-1205966842', u'MULTIEQUAL_-1205966213'), (u'MULTIEQUAL_-1205966411', u'INT_ADD_-1205967726'), (u'INT_LEFT_-1205967289', u'INT_LESSEQUAL_-1205967301'), (u'INT_SUB_-1205966386', u'INT_AND_-1205966372'), (u'MULTIEQUAL_-1205966312', u'INT_LESSEQUAL_-1205967301'), (u'INT_ADD_-1205967170', u'INT_MULT_-1205966027'), (u'INT_MULT_-1205966097', u'INT_ADD_-1205967378'), ('const-2', u'INT_MULT_-1205966083'), (u'INT_MULT_-1205966204', u'INT_ADD_-1205967778'), (u'MULTIEQUAL_-1205966389', u'INT_ADD_-1205967622'), (u'INT_LESSEQUAL_-1205967145', u'INT_ZEXT_-1205967121'), (u'INT_MULT_-1205966251', u'INT_ADD_-1205967950'), (u'MULTIEQUAL_-1205966356', u'MULTIEQUAL_-1205966345'), (u'INT_ADD_-1205967222', u'INT_MULT_-1205966041'), ('tmp_5349', u'INT_MULT_-1205966120'), (u'INT_LESSEQUAL_-1205966885', u'INT_ZEXT_-1205966861'), ('tmp_5349', u'INT_MULT_-1205966232'), ('const-2', u'INT_MULT_-1205966041'), ('tmp_2829', u'CBRANCH_-1205966916'), (u'INT_ZEXT_-1205966965', u'INT_ADD_-1205966962'), (u'MULTIEQUAL_-1205966378', u'INT_ADD_-1205967570'), (u'MULTIEQUAL_-1205966345', u'MULTIEQUAL_-1205966334'), (u'INT_ZEXT_-1205967693', u'INT_ADD_-1205967690'), ('const-2', u'INT_MULT_-1205966153'), (u'INT_LESSEQUAL_-1205967665', u'CBRANCH_-1205967644'), (u'MULTIEQUAL_-1205966202', u'MULTIEQUAL_-1205966191'), (u'INT_MULT_-1205965924', u'INT_ADD_-1205966738'), (u'INT_MULT_-1205965859', u'INT_ADD_-1205966494'), (u'INT_MULT_-1205966148', u'INT_ADD_-1205967570'), (u'INT_LESSEQUAL_-1205967093', u'CBRANCH_-1205967072'), ('tmp_942', u'CBRANCH_-1205967800'), ('tmp_5350', u'INT_EQUAL_-1205968227'), (u'INT_MULT_-1205966260', u'INT_ADD_-1205967986'), (u'INT_LESSEQUAL_-1205966677', u'INT_ZEXT_-1205966653'), (u'MULTIEQUAL_-1205966301', u'MULTIEQUAL_-1205966290'), ('const-2', u'INT_MULT_-1205965999'), ('tmp_5349', u'INT_MULT_-1205965924'), ('tmp_5350', u'RETURN_-1205968244'), (u'INT_LESSEQUAL_-1205967561', u'INT_ZEXT_-1205967537'), ('tmp_5349', u'INT_EQUAL_-1205968262'), (u'MULTIEQUAL_-1205966202', u'INT_ADD_-1205966738'), (u'INT_MULT_-1205966246', u'INT_ADD_-1205967934'), (u'INT_MULT_-1205966120', u'INT_ADD_-1205967466'), (u'INT_MULT_-1205966167', u'INT_ADD_-1205967638'), ('tmp_3051', u'CBRANCH_-1205966812'), (u'INT_ADD_-1205966478', u'MULTIEQUAL_-1205966136'), (u'INT_LEFT_-1205966873', u'INT_LESSEQUAL_-1205966885'), (u'INT_ADD_-1205966910', u'INT_MULT_-1205965957'), (u'INT_MULT_-1205966134', u'INT_ADD_-1205967518'), (u'INT_LESSEQUAL_-1205967197', u'INT_ZEXT_-1205967173'), ('tmp_5350', u'INT_LESSEQUAL_-1205968212'), ('const-2', u'INT_MULT_-1205966055'), (u'INT_LESSEQUAL_-1205967613', u'CBRANCH_-1205967592'), (u'INT_ADD_-1205966754', u'INT_MULT_-1205965915'), (u'MULTIEQUAL_-1205966356', u'INT_LESSEQUAL_-1205967509'), (u'INT_ZEXT_-1205966449', u'INT_ADD_-1205966446'), ('const-2', u'INT_MULT_-1205966167'), (u'COPY_-1205966387', u'RETURN_-1205966365'), (u'INT_MULT_-1205966265', u'INT_ADD_-1205968002'), ('tmp_5349', u'INT_LEFT_-1205968017'), ('const-0', u'RETURN_-1205968244'), (u'INT_LEFT_-1205967029', u'INT_LESSEQUAL_-1205967041'), ('const-2', u'INT_MULT_-1205966265'), (u'INT_MULT_-1205966223', u'INT_ADD_-1205967846'), ('tmp_1386', u'CBRANCH_-1205967592'), (u'INT_ADD_-1205967638', u'INT_MULT_-1205966153'), (u'INT_MULT_-1205966055', u'INT_ADD_-1205967222'), ('tmp_1164', u'CBRANCH_-1205967696'), (u'INT_MULT_-1205966008', u'INT_ADD_-1205967050'), (u'INT_ADD_-1205967570', u'MULTIEQUAL_-1205966367'), (u'INT_MULT_-1205965952', u'INT_ADD_-1205966842'), (u'INT_MULT_-1205966027', u'INT_ADD_-1205967118'), (u'MULTIEQUAL_-1205966213', u'INT_ADD_-1205966790'), ('tmp_5349', u'INT_LEFT_-1205967965'), (u'INT_ADD_-1205967830', u'MULTIEQUAL_-1205966422'), ('const-2', u'INT_MULT_-1205965929'), (u'INT_LESSEQUAL_-1205967041', u'INT_ZEXT_-1205967017'), ('const-0', u'INT_EQUAL_-1205968161'), ('tmp_5349', u'INT_LEFT_-1205967601'), (u'INT_LEFT_-1205967913', u'INT_LESSEQUAL_-1205967925'), (u'MULTIEQUAL_-1205966235', u'INT_ADD_-1205966894'), ('tmp_5349', u'INT_MULT_-1205965896'), ('tmp_2718', u'CBRANCH_-1205966968'), ('tmp_5349', u'INT_MULT_-1205965882'), (u'INT_MULT_-1205966218', u'INT_ADD_-1205967830'), (u'INT_ZEXT_-1205967797', u'INT_ADD_-1205967794'), ('tmp_94', u'CBRANCH_-1205968222'), (u'INT_MULT_-1205965943', u'INT_ADD_-1205966806'), ('tmp_5349', u'INT_MULT_-1205965868'), ('tmp_831', u'CBRANCH_-1205967852'), ('tmp_5349', u'INT_LEFT_-1205967861'), (u'INT_MULT_-1205966036', u'INT_ADD_-1205967154'), ('const-5', u'INT_LEFT_-1205966717'), (u'INT_ADD_-1205967326', u'INT_MULT_-1205966069'), (u'INT_ADD_-1205967050', u'MULTIEQUAL_-1205966257'), ('tmp_5349', u'INT_AND_-1205968194'), (u'INT_MULT_-1205966195', u'INT_ADD_-1205967742'), (u'INT_LESSEQUAL_-1205966989', u'INT_ZEXT_-1205966965'), (u'INT_MULT_-1205966181', u'INT_ADD_-1205967690'), (u'INT_MULT_-1205965980', u'INT_ADD_-1205966946'), ('const-19', u'INT_LEFT_-1205967445'), ('const-25', u'INT_LEFT_-1205967757'), ('tmp_5349', u'INT_MULT_-1205966204'), (u'INT_ADD_-1205966530', u'MULTIEQUAL_-1205966147'), (u'MULTIEQUAL_-1205966301', u'INT_LESSEQUAL_-1205967249'), (u'INT_RIGHT_-1205966359', u'COPY_-1205966387'), ('tmp_2940', u'CBRANCH_-1205966864'), ('const-1', u'INT_LEFT_-1205966509'), (u'INT_MULT_-1205966041', u'INT_ADD_-1205967170'), (u'INT_LESSEQUAL_-1205967509', u'INT_ZEXT_-1205967485'), (u'INT_MULT_-1205966190', u'INT_ADD_-1205967726'), ('tmp_5349', u'INT_MULT_-1205966274'), (u'MULTIEQUAL_-1205966290', u'INT_ADD_-1205967154'), (u'INT_LESSEQUAL_-1205966937', u'INT_ZEXT_-1205966913'), (u'INT_ADD_-1205967794', u'INT_MULT_-1205966195'), (u'INT_ADD_-1205966738', u'MULTIEQUAL_-1205966191'), ('const-4286578688', u'INT_MULT_-1205966162'), ('tmp_5349', u'INT_LEFT_-1205967289'), ('tmp_3606', u'CBRANCH_-1205966552'), (u'INT_ZEXT_-1205967225', u'INT_ADD_-1205967222'), (u'INT_ZEXT_-1205967953', u'INT_ADD_-1205967950'), ('tmp_2274', u'CBRANCH_-1205967176'), ('const-2', u'INT_MULT_-1205966139'), ('const-6', u'INT_LEFT_-1205966769'), ('const-2', u'INT_MULT_-1205966125'), ('tmp_5349', u'INT_SUB_-1205968251'), (u'INT_ADD_-1205966998', u'MULTIEQUAL_-1205966246'), ('tmp_62', u'CBRANCH_-1205968243'), (u'INT_ADD_-1205966546', u'INT_MULT_-1205965859'), (u'INT_LEFT_-1205967757', u'INT_LESSEQUAL_-1205967769'), (u'INT_ZEXT_-1205966757', u'INT_ADD_-1205966754'), (u'COPY_-1205966445', u'RETURN_-1205966427'), (u'INT_ADD_-1205966858', u'INT_MULT_-1205965943'), (u'INT_ADD_-1205967258', u'MULTIEQUAL_-1205966301'), (u'INT_EQUAL_-1205968161', u'CBRANCH_-1205968156'), (u'INT_LESSEQUAL_-1205967561', u'CBRANCH_-1205967540'), ('tmp_498', u'CBRANCH_-1205968008'), ('tmp_609', u'CBRANCH_-1205967956'), (u'INT_MULT_-1205965966', u'INT_ADD_-1205966894')]
[('tmp_5432', u'INT_LEFT_-1205967705'), (u'INT_LEFT_-1205967497', u'INT_LESSEQUAL_-1205967509'), ('tmp_5432', u'PIECE_-1205965823'), (u'INT_MULT_-1205965859', u'INT_ADD_-1205966634'), (u'INT_ZEXT_-1205967589', u'INT_ADD_-1205967586'), ('tmp_1719', u'CBRANCH_-1205967436'), ('const-2', u'INT_MULT_-1205965836'), (u'INT_LEFT_-1205966717', u'INT_LESSEQUAL_-1205966729'), (u'INT_ZEXT_-1205967901', u'INT_ADD_-1205967898'), ('tmp_5432', u'INT_MULT_-1205965845'), (u'INT_ADD_-1205966702', u'INT_MULT_-1205965864'), ('tmp_5432', u'INT_MULT_-1205965929'), ('const-2', u'INT_MULT_-1205965906'), (u'INT_MULT_-1205966125', u'INT_ADD_-1205967622'), (u'INT_ZEXT_-1205967173', u'INT_ADD_-1205967170'), (u'MULTIEQUAL_-1205966305', u'INT_LESSEQUAL_-1205967405'), (u'MULTIEQUAL_-1205966162', u'INT_ADD_-1205966686'), ('const-2', u'INT_MULT_-1205965878'), ('tmp_5432', u'INT_LEFT_-1205967809'), ('const-2', u'INT_MULT_-1205966144'), ('tmp_5432', u'INT_MULT_-1205965985'), (u'INT_MULT_-1205965999', u'INT_ADD_-1205967154'), (u'INT_ADD_-1205967778', u'MULTIEQUAL_-1205966382'), (u'INT_LESSEQUAL_-1205967353', u'CBRANCH_-1205967332'), (u'INT_LESSEQUAL_-1205966833', u'CBRANCH_-1205966812'), (u'INT_MULT_-1205965831', u'INT_ADD_-1205966530'), (u'INT_MULT_-1205965892', u'INT_ADD_-1205966754'), ('tmp_2052', u'CBRANCH_-1205967280'), ('tmp_5432', u'PIECE_-1205965837'), ('const-0', u'RETURN_-1205968244'), (u'INT_ADD_-1205967898', u'INT_MULT_-1205966186'), (u'INT_MULT_-1205966144', u'INT_ADD_-1205967690'), ('tmp_5432', u'INT_MULT_-1205966181'), ('const-1', u'RETURN_-1205966691'), (u'INT_MULT_-1205965817', u'INT_ADD_-1205966478'), (u'INT_SUB_-1205968251', u'INT_AND_-1205968194'), (u'INT_LEFT_-1205966821', u'INT_LESSEQUAL_-1205966833'), (u'INT_LESSEQUAL_-1205967093', u'INT_ZEXT_-1205967069'), (u'INT_MULT_-1205966018', u'INT_ADD_-1205967222'), ('tmp_5433', u'INT_LESSEQUAL_-1205968081'), (u'INT_MULT_-1205965948', u'INT_ADD_-1205966962'), (u'MULTIEQUAL_-1205966294', u'MULTIEQUAL_-1205966283'), ('const-4293918720', u'INT_MULT_-1205966083'), (u'INT_LESSEQUAL_-1205968081', u'INT_ZEXT_-1205968057'), ('tmp_2607', u'CBRANCH_-1205967020'), ('const-4286578688', u'INT_MULT_-1205966125'), ('const-0', u'RETURN_-1205966365'), ('const-28', u'INT_LEFT_-1205967913'), (u'MULTIEQUAL_-1205966349', u'MULTIEQUAL_-1205966338'), ('const-9', u'INT_LEFT_-1205966925'), (u'INT_MULT_-1205966153', u'INT_ADD_-1205967726'), ('const-4294967168', u'INT_MULT_-1205965901'), (u'MULTIEQUAL_-1205966305', u'MULTIEQUAL_-1205966294'), (u'INT_LESSEQUAL_-1205967457', u'CBRANCH_-1205967436'), (u'INT_ZEXT_-1205967017', u'INT_ADD_-1205967014'), ('tmp_5433', u'INT_RIGHT_-1205966359'), (u'MULTIEQUAL_-1205966206', u'MULTIEQUAL_-1205966195'), ('const-24', u'INT_LEFT_-1205967705'), (u'MULTIEQUAL_-1205966129', u'INT_LESSEQUAL_-1205966573'), (u'INT_MULT_-1205965962', u'INT_ADD_-1205967014'), (u'INT_MULT_-1205966209', u'INT_ADD_-1205967934'), (u'INT_LEFT_-1205967809', u'INT_LESSEQUAL_-1205967821'), ('const-16', u'INT_LEFT_-1205967289'), ('const-10', u'INT_LEFT_-1205966977'), (u'INT_LESSEQUAL_-1205966573', u'INT_ZEXT_-1205966549'), ('tmp_5432', u'INT_MULT_-1205965859'), (u'INT_LESSEQUAL_-1205968029', u'INT_ZEXT_-1205968005'), ('const-2', u'INT_MULT_-1205966004'), (u'INT_LESSEQUAL_-1205967249', u'INT_ZEXT_-1205967225'), ('const-4294705152', u'INT_MULT_-1205966055'), (u'MULTIEQUAL_-1205966184', u'INT_LESSEQUAL_-1205966833'), (u'INT_ZEXT_-1205966809', u'INT_ADD_-1205966806'), ('tmp_5432', u'INT_LEFT_-1205967861'), (u'INT_ADD_-1205966598', u'INT_MULT_-1205965836'), (u'INT_ADD_-1205967882', u'MULTIEQUAL_-1205966404'), (u'INT_LEFT_-1205966561', u'INT_LESSEQUAL_-1205966573'), (u'MULTIEQUAL_-1205966415', u'MULTIEQUAL_-1205966404'), ('const-255', u'INT_AND_-1205966372'), ('const-17', u'INT_LEFT_-1205967341'), ('tmp_5432', u'INT_MULT_-1205966069'), ('tmp_5432', u'INT_MULT_-1205966153'), (u'MULTIEQUAL_-1205966107', u'INT_LESSEQUAL_-1205966473'), (u'INT_ADD_-1205968100', u'CAST_-1205966107'), (u'INT_ADD_-1205967742', u'INT_MULT_-1205966144'), ('tmp_5432', u'INT_LEFT_-1205967289'), ('const-4294967040', u'INT_MULT_-1205965915'), (u'MULTIEQUAL_-1205966437', u'INT_ADD_-1205967986'), ('tmp_1497', u'CBRANCH_-1205967540'), ('const-27', u'INT_LEFT_-1205967861'), (u'INT_SUB_-1205968170', u'INT_SUB_-1205968154'), ('const-21', u'INT_LEFT_-1205967549'), (u'INT_LESSEQUAL_-1205967301', u'CBRANCH_-1205967280'), ('tmp_5432', u'INT_LEFT_-1205966925'), (u'INT_MULT_-1205965864', u'INT_ADD_-1205966650'), (u'MULTIEQUAL_-1205966294', u'INT_LESSEQUAL_-1205967353'), (u'MULTIEQUAL_-1205966162', u'INT_LESSEQUAL_-1205966729'), ('tmp_5432', u'INT_MULT_-1205966041'), (u'INT_LESSEQUAL_-1205966625', u'INT_ZEXT_-1205966601'), (u'INT_MULT_-1205966027', u'INT_ADD_-1205967258'), (u'INT_LESSEQUAL_-1205966885', u'CBRANCH_-1205966864'), (u'INT_ADD_-1205967206', u'MULTIEQUAL_-1205966261'), (u'INT_ADD_-1205966582', u'MULTIEQUAL_-1205966129'), ('const-31', u'INT_SUB_-1205966386'), (u'INT_SUB_-1205968154', u'INT_MULT_-1205968090'), (u'INT_MULT_-1205965808', u'INT_ADD_-1205966446'), ('tmp_5432', u'LZCOUNT_-1205966347'), (u'INT_LEFT_-1205967185', u'INT_LESSEQUAL_-1205967197'), ('tmp_3384', u'CBRANCH_-1205966656'), (u'MULTIEQUAL_-1205966327', u'INT_ADD_-1205967466'), ('tmp_5432', u'INT_LEFT_-1205967341'), ('tmp_5432', u'INT_LEFT_-1205967601'), (u'INT_MULT_-1205966055', u'INT_ADD_-1205967362'), ('tmp_3495', u'CBRANCH_-1205966604'), (u'INT_ADD_-1205967534', u'INT_MULT_-1205966088'), (u'MULTIEQUAL_-1205966140', u'INT_LESSEQUAL_-1205966625'), (u'MULTIEQUAL_-1205966382', u'INT_LESSEQUAL_-1205967769'), (u'MULTIEQUAL_-1205966327', u'INT_LESSEQUAL_-1205967509'), (u'INT_ADD_-1205967326', u'INT_MULT_-1205966032'), ('const-2', u'INT_MULT_-1205965808'), (u'INT_AND_-1205966372', u'INT_RIGHT_-1205966359'), (u'MULTIEQUAL_-1205966316', u'INT_ADD_-1205967414'), ('const-11', u'INT_LEFT_-1205967029'), ('tmp_5432', u'PIECE_-1205965808'), ('const-2', u'INT_MULT_-1205966102'), (u'INT_MULT_-1205966186', u'INT_ADD_-1205967846'), ('tmp_5432', u'INT_LEFT_-1205966873'), (u'INT_ADD_-1205967482', u'INT_MULT_-1205966074'), ('const-30', u'INT_LEFT_-1205968017'), (u'INT_ZEXT_-1205966913', u'INT_ADD_-1205966910'), (u'MULTIEQUAL_-1205966437', u'MULTIEQUAL_-1205966426'), (u'INT_MULT_-1205965976', u'INT_ADD_-1205967066'), (u'MULTIEQUAL_-1205966305', u'INT_ADD_-1205967362'), ('const-22', u'INT_LEFT_-1205967601'), (u'INT_LESSEQUAL_-1205966729', u'INT_ZEXT_-1205966705'), (u'CAST_-1205966107', u'CALLIND_-1205968104'), (u'INT_LESSEQUAL_-1205967249', u'CBRANCH_-1205967228'), (u'INT_LESSEQUAL_-1205967769', u'INT_ZEXT_-1205967745'), (u'INT_ZEXT_-1205966705', u'INT_ADD_-1205966702'), (u'INT_LESSEQUAL_-1205966677', u'CBRANCH_-1205966656'), ('const-2', u'INT_MULT_-1205966228'), ('tmp_5432', u'INT_MULT_-1205965943'), (u'INT_MULT_-1205966139', u'INT_ADD_-1205967674'), (u'INT_MULT_-1205965836', u'INT_ADD_-1205966546'), (u'INT_ADD_-1205967050', u'MULTIEQUAL_-1205966228'), (u'INT_LESSEQUAL_-1205966521', u'CBRANCH_-1205966500'), (u'MULTIEQUAL_-1205966404', u'INT_ADD_-1205967830'), (u'MULTIEQUAL_-1205966184', u'INT_ADD_-1205966790'), (u'INT_ZEXT_-1205967433', u'INT_ADD_-1205967430'), (u'MULTIEQUAL_-1205966239', u'MULTIEQUAL_-1205966228'), ('const-8', u'INT_LEFT_-1205966873'), (u'INT_MULT_-1205965906', u'INT_ADD_-1205966806'), (u'INT_ZEXT_-1205966601', u'INT_ADD_-1205966598'), ('const-0', u'INT_EQUAL_-1205968258'), ('tmp_387', u'CBRANCH_-1205968060'), (u'INT_ADD_-1205968038', u'MULTIEQUAL_-1205966437'), ('const-2', u'INT_MULT_-1205966158'), (u'INT_ADD_-1205967466', u'MULTIEQUAL_-1205966316'), ('tmp_5432', u'INT_MULT_-1205965957'), ('const-29', u'INT_LEFT_-1205967965'), (u'MULTIEQUAL_-1205966316', u'INT_LESSEQUAL_-1205967457'), (u'INT_LESSEQUAL_-1205966729', u'CBRANCH_-1205966708'), (u'MULTIEQUAL_-1205966250', u'INT_LESSEQUAL_-1205967145'), (u'INT_MULT_-1205966046', u'INT_ADD_-1205967326'), (u'INT_LESSEQUAL_-1205967821', u'INT_ZEXT_-1205967797'), (u'INT_LEFT_-1205967653', u'INT_LESSEQUAL_-1205967665'), (u'INT_MULT_-1205966116', u'INT_ADD_-1205967586'), ('const-4294967294', u'INT_MULT_-1205965817'), ('tmp_5432', u'INT_SUB_-1205968251'), ('const-2', u'INT_MULT_-1205965990'), ('tmp_3162', u'CBRANCH_-1205966760'), ('tmp_5432', u'INT_LESSEQUAL_-1205966473'), ('tmp_5432', u'INT_MULT_-1205965915'), (u'INT_LESSEQUAL_-1205966833', u'INT_ZEXT_-1205966809'), ('tmp_5432', u'INT_MULT_-1205966111'), (u'INT_ADD_-1205967986', u'MULTIEQUAL_-1205966426'), (u'MULTIEQUAL_-1205966217', u'MULTIEQUAL_-1205966206'), ('const-0', u'RETURN_-1205966347'), (u'MULTIEQUAL_-1205966426', u'INT_LESSEQUAL_-1205967977'), ('const-4294967232', u'INT_MULT_-1205965887'), ('const-0', u'RETURN_-1205966427'), (u'INT_ADD_-1205967414', u'MULTIEQUAL_-1205966305'), ('tmp_5432', u'INT_EQUAL_-1205968227'), (u'INT_LESSEQUAL_-1205967405', u'CBRANCH_-1205967384'), (u'INT_LEFT_-1205967237', u'INT_LESSEQUAL_-1205967249'), (u'MULTIEQUAL_-1205966360', u'INT_ADD_-1205967622'), (u'INT_ADD_-1205966962', u'INT_MULT_-1205965934'), (u'INT_LESSEQUAL_-1205967925', u'CBRANCH_-1205967904'), (u'MULTIEQUAL_-1205966151', u'MULTIEQUAL_-1205966140'), (u'INT_ADD_-1205966754', u'INT_MULT_-1205965878'), (u'MULTIEQUAL_-1205966195', u'MULTIEQUAL_-1205966184'), (u'INT_MULT_-1205965934', u'INT_ADD_-1205966910'), (u'INT_ADD_-1205966894', u'MULTIEQUAL_-1205966195'), (u'INT_ZEXT_-1205966861', u'INT_ADD_-1205966858'), (u'PIECE_-1205965837', u'RETURN_-1205966427'), (u'MULTIEQUAL_-1205966382', u'MULTIEQUAL_-1205966371'), (u'INT_ADD_-1205967726', u'MULTIEQUAL_-1205966371'), ('tmp_119', u'CBRANCH_-1205968203'), ('const-3', u'INT_LEFT_-1205966613'), (u'MULTIEQUAL_-1205966129', u'MULTIEQUAL_-1205966118'), (u'INT_MULT_-1205965985', u'INT_ADD_-1205967102'), (u'INT_MULT_-1205966083', u'INT_ADD_-1205967466'), ('tmp_46', u'CBRANCH_-1205968254'), ('tmp_5432', u'INT_LEFT_-1205966821'), (u'INT_MULT_-1205966200', u'INT_ADD_-1205967898'), ('tmp_5433', u'LZCOUNT_-1205968130'), (u'INT_LEFT_-1205966925', u'INT_LESSEQUAL_-1205966937'), (u'INT_ADD_-1205967102', u'MULTIEQUAL_-1205966239'), (u'INT_LEFT_-1205967133', u'INT_LESSEQUAL_-1205967145'), (u'INT_LESSEQUAL_-1205967717', u'INT_ZEXT_-1205967693'), (u'INT_LEFT_-1205967081', u'INT_LESSEQUAL_-1205967093'), ('tmp_5432', u'INT_MULT_-1205965901'), (u'LZCOUNT_-1205968125', u'INT_SUB_-1205968170'), (u'MULTIEQUAL_-1205966228', u'MULTIEQUAL_-1205966217'), (u'INT_LESSEQUAL_-1205967145', u'CBRANCH_-1205967124'), ('const-2', u'INT_MULT_-1205965892'), (u'MULTIEQUAL_-1205966371', u'INT_LESSEQUAL_-1205967717'), ('const-18', u'INT_LEFT_-1205967393'), ('const-0', u'INT_EQUAL_-1205968262'), (u'INT_MULT_-1205968090', u'INT_ADD_-1205968100'), (u'INT_LESSEQUAL_-1205967613', u'INT_ZEXT_-1205967589'), (u'INT_AND_-1205968194', u'INT_EQUAL_-1205968206'), ('tmp_5432', u'INT_LEFT_-1205967133'), (u'CALL_-1205966226', u'INT_ZEXT_-1205965791'), (u'INT_MULT_-1205966060', u'INT_ADD_-1205967378'), ('const-2', u'INT_MULT_-1205965962'), (u'INT_LEFT_-1205966977', u'INT_LESSEQUAL_-1205966989'), (u'INT_MULT_-1205965878', u'INT_ADD_-1205966702'), ('const-4294901760', u'INT_MULT_-1205966027'), (u'INT_ADD_-1205966738', u'MULTIEQUAL_-1205966162'), (u'INT_ADD_-1205967950', u'INT_MULT_-1205966200'), (u'MULTIEQUAL_-1205966261', u'INT_LESSEQUAL_-1205967197'), (u'INT_MULT_-1205965915', u'INT_ADD_-1205966842'), (u'MULTIEQUAL_-1205966217', u'INT_ADD_-1205966946'), (u'INT_MULT_-1205966041', u'INT_ADD_-1205967310'), (u'INT_LEFT_-1205967861', u'INT_LESSEQUAL_-1205967873'), ('tmp_5433', u'INT_EQUAL_-1205968227'), ('const-4294443008', u'INT_MULT_-1205966069'), ('tmp_5432', u'INT_LEFT_-1205967237'), (u'MULTIEQUAL_-1205966118', u'INT_LESSEQUAL_-1205966521'), ('const-0', u'RETURN_-1205966208'), (u'INT_LEFT_-1205966509', u'INT_LESSEQUAL_-1205966521'), (u'MULTIEQUAL_-1205966228', u'INT_LESSEQUAL_-1205967041'), ('const-4227858432', u'INT_MULT_-1205966167'), (u'MULTIEQUAL_-1205966415', u'INT_ADD_-1205967882'), ('tmp_5432', u'INT_LEFT_-1205967653'), (u'MULTIEQUAL_-1205966272', u'MULTIEQUAL_-1205966261'), (u'INT_ADD_-1205966806', u'INT_MULT_-1205965892'), (u'MULTIEQUAL_-1205966151', u'INT_ADD_-1205966634'), (u'INT_LEFT_-1205968017', u'INT_LESSEQUAL_-1205968029'), (u'INT_ADD_-1205967570', u'MULTIEQUAL_-1205966338'), ('const-14', u'INT_LEFT_-1205967185'), (u'INT_MULT_-1205965971', u'INT_ADD_-1205967050'), (u'MULTIEQUAL_-1205966283', u'INT_LESSEQUAL_-1205967301'), ('const-4294967264', u'INT_MULT_-1205965873'), ('const-2', u'INT_MULT_-1205966200'), (u'INT_EQUAL_-1205968262', u'CBRANCH_-1205968243'), (u'MULTIEQUAL_-1205966404', u'MULTIEQUAL_-1205966393'), ('const-20', u'INT_LEFT_-1205967497'), (u'INT_ADD_-1205966910', u'INT_MULT_-1205965920'), ('const-4026531840', u'INT_MULT_-1205966195'), (u'INT_ADD_-1205967430', u'INT_MULT_-1205966060'), (u'MULTIEQUAL_-1205966426', u'INT_ADD_-1205967934'), (u'INT_ZEXT_-1205967069', u'INT_ADD_-1205967066'), ('const-3221225472', u'INT_MULT_-1205966223'), ('const-2', u'INT_LEFT_-1205966561'), (u'INT_LESSEQUAL_-1205966521', u'INT_ZEXT_-1205966497'), (u'INT_EQUAL_-1205968258', u'CBRANCH_-1205968254'), (u'INT_LESSEQUAL_-1205966473', u'INT_ZEXT_-1205966449'), ('tmp_5432', u'INT_MULT_-1205965817'), (u'INT_ZEXT_-1205967537', u'INT_ADD_-1205967534'), (u'INT_ADD_-1205966650', u'INT_MULT_-1205965850'), (u'MULTIEQUAL_-1205966239', u'INT_ADD_-1205967050'), (u'INT_LEFT_-1205967393', u'INT_LESSEQUAL_-1205967405'), (u'INT_ADD_-1205966998', u'MULTIEQUAL_-1205966217'), (u'INT_MULT_-1205965957', u'INT_ADD_-1205966998'), ('tmp_5432', u'INT_MULT_-1205966125'), (u'INT_ZEXT_-1205967277', u'INT_ADD_-1205967274'), ('const-15', u'INT_LEFT_-1205967237'), (u'INT_MULT_-1205965920', u'INT_ADD_-1205966858'), ('tmp_5432', u'INT_MULT_-1205966237'), (u'INT_MULT_-1205966074', u'INT_ADD_-1205967430'), (u'INT_LESSEQUAL_-1205967041', u'CBRANCH_-1205967020'), (u'INT_LESSEQUAL_-1205968081', u'CBRANCH_-1205968060'), ('const-2', u'INT_MULT_-1205965920'), (u'INT_LEFT_-1205967445', u'INT_LESSEQUAL_-1205967457'), (u'INT_ZEXT_-1205967641', u'INT_ADD_-1205967638'), ('tmp_2163', u'CBRANCH_-1205967228'), (u'INT_MULT_-1205966223', u'INT_ADD_-1205967986'), ('tmp_5432', u'INT_MULT_-1205966027'), ('tmp_1608', u'CBRANCH_-1205967488'), (u'MULTIEQUAL_-1205966338', u'INT_ADD_-1205967518'), (u'MULTIEQUAL_-1205966250', u'INT_ADD_-1205967102'), (u'INT_MULT_-1205965929', u'INT_ADD_-1205966894'), (u'INT_LESSEQUAL_-1205966781', u'INT_ZEXT_-1205966757'), (u'INT_LEFT_-1205967341', u'INT_LESSEQUAL_-1205967353'), (u'INT_ZEXT_-1205966549', u'INT_ADD_-1205966546'), (u'INT_ADD_-1205967622', u'MULTIEQUAL_-1205966349'), (u'INT_LESSEQUAL_-1205968029', u'CBRANCH_-1205968008'), ('const-2', u'INT_MULT_-1205966060'), ('const-4294966784', u'INT_MULT_-1205965929'), ('tmp_5432', u'LZCOUNT_-1205968125'), ('const-2', u'INT_MULT_-1205965850'), (u'INT_ADD_-1205967690', u'INT_MULT_-1205966130'), (u'PIECE_-1205965823', u'RETURN_-1205966347'), (u'INT_ZEXT_-1205967381', u'INT_ADD_-1205967378'), (u'INT_ZEXT_-1205967745', u'INT_ADD_-1205967742'), ('const-4294959104', u'INT_MULT_-1205965985'), ('tmp_2385', u'CBRANCH_-1205967124'), ('tmp_3717', u'CBRANCH_-1205966500'), (u'INT_LESSEQUAL_-1205967977', u'INT_ZEXT_-1205967953'), ('tmp_5432', u'INT_LEFT_-1205967029'), (u'MULTIEQUAL_-1205966239', u'INT_LESSEQUAL_-1205967093'), (u'INT_LESSEQUAL_-1205967509', u'CBRANCH_-1205967488'), ('tmp_5432', u'INT_LEFT_-1205966613'), ('const-2147483648', u'INT_MULT_-1205966237'), (u'INT_LESSEQUAL_-1205966937', u'CBRANCH_-1205966916'), (u'INT_ADD_-1205967274', u'INT_MULT_-1205966018'), (u'INT_MULT_-1205965990', u'INT_ADD_-1205967118'), (u'INT_LEFT_-1205966769', u'INT_LESSEQUAL_-1205966781'), (u'INT_LESSEQUAL_-1205967873', u'INT_ZEXT_-1205967849'), (u'MULTIEQUAL_-1205966404', u'INT_LESSEQUAL_-1205967873'), (u'MULTIEQUAL_-1205966316', u'MULTIEQUAL_-1205966305'), (u'INT_LESSEQUAL_-1205966573', u'CBRANCH_-1205966552'), ('tmp_5432', u'INT_LEFT_-1205967445'), (u'INT_LESSEQUAL_-1205966781', u'CBRANCH_-1205966760'), (u'INT_LESSEQUAL_-1205967405', u'INT_ZEXT_-1205967381'), (u'INT_ZEXT_-1205967849', u'INT_ADD_-1205967846'), ('const-2', u'INT_MULT_-1205966018'), (u'INT_LESSEQUAL_-1205967925', u'INT_ZEXT_-1205967901'), ('const-12', u'INT_LEFT_-1205967081'), (u'INT_LESSEQUAL_-1205968212', u'CBRANCH_-1205968222'), (u'INT_ADD_-1205967170', u'INT_MULT_-1205965990'), ('const-26', u'INT_LEFT_-1205967809'), (u'INT_ADD_-1205967518', u'MULTIEQUAL_-1205966327'), (u'INT_MULT_-1205965822', u'INT_ADD_-1205966494'), ('const-4294966272', u'INT_MULT_-1205965943'), (u'INT_ADD_-1205967118', u'INT_MULT_-1205965976'), ('const-13', u'INT_LEFT_-1205967133'), ('const-1', u'INT_SUB_-1205968251'), ('tmp_5432', u'INT_MULT_-1205965873'), (u'MULTIEQUAL_-1205966184', u'MULTIEQUAL_-1205966173'), ('tmp_5432', u'INT_MULT_-1205965831'), ('const-7', u'INT_LEFT_-1205966821'), ('tmp_5432', u'INT_MULT_-1205966097'), (u'MULTIEQUAL_-1205966140', u'INT_ADD_-1205966582'), (u'INT_ADD_-1205967846', u'INT_MULT_-1205966172'), (u'INT_LEFT_-1205966665', u'INT_LESSEQUAL_-1205966677'), ('tmp_5432', u'INT_MULT_-1205966209'), (u'INT_MULT_-1205966167', u'INT_ADD_-1205967778'), (u'INT_LEFT_-1205967549', u'INT_LESSEQUAL_-1205967561'), ('tmp_5432', u'INT_LEFT_-1205967081'), ('tmp_5432', u'INT_LEFT_-1205966977'), (u'MULTIEQUAL_-1205966206', u'INT_LESSEQUAL_-1205966937'), (u'INT_ADD_-1205966842', u'MULTIEQUAL_-1205966184'), (u'INT_RIGHT_-1205966359', u'PIECE_-1205965808'), (u'INT_LEFT_-1205967965', u'INT_LESSEQUAL_-1205967977'), ('const-4294950912', u'INT_MULT_-1205965999'), (u'INT_MULT_-1205966228', u'INT_ADD_-1205968002'), ('tmp_5432', u'INT_LEFT_-1205966665'), (u'INT_LESSEQUAL_-1205967197', u'CBRANCH_-1205967176'), (u'INT_ADD_-1205967638', u'INT_MULT_-1205966116'), ('const-2', u'INT_MULT_-1205965976'), ('tmp_190', u'CBRANCH_-1205968156'), ('tmp_5432', u'INT_LEFT_-1205968069'), ('tmp_1053', u'CBRANCH_-1205967748'), (u'MULTIEQUAL_-1205966173', u'INT_LESSEQUAL_-1205966781'), ('tmp_5432', u'INT_LEFT_-1205966561'), ('tmp_5432', u'INT_LEFT_-1205966717'), (u'MULTIEQUAL_-1205966437', u'INT_LESSEQUAL_-1205968029'), ('const-31', u'INT_LEFT_-1205968069'), (u'INT_ADD_-1205967222', u'INT_MULT_-1205966004'), ('tmp_1275', u'CBRANCH_-1205967644'), (u'MULTIEQUAL_-1205966162', u'MULTIEQUAL_-1205966151'), (u'MULTIEQUAL_-1205966393', u'MULTIEQUAL_-1205966382'), ('tmp_2496', u'CBRANCH_-1205967072'), ('tmp_5432', u'INT_LEFT_-1205966509'), (u'INT_LESSEQUAL_-1205967977', u'CBRANCH_-1205967956'), (u'INT_LEFT_-1205967601', u'INT_LESSEQUAL_-1205967613'), (u'INT_MULT_-1205966088', u'INT_ADD_-1205967482'), (u'INT_SUB_-1205968251', u'INT_EQUAL_-1205968258'), ('const-4278190080', u'INT_MULT_-1205966139'), (u'INT_LEFT_-1205968069', u'INT_LESSEQUAL_-1205968081'), ('const-90788', u'INT_ADD_-1205968100'), (u'MULTIEQUAL_-1205966272', u'INT_ADD_-1205967206'), ('tmp_5432', u'INT_MULT_-1205966083'), ('const-23', u'INT_LEFT_-1205967653'), (u'INT_LEFT_-1205967705', u'INT_LESSEQUAL_-1205967717'), (u'INT_ZEXT_-1205966653', u'INT_ADD_-1205966650'), (u'INT_EQUAL_-1205968206', u'CBRANCH_-1205968203'), (u'MULTIEQUAL_-1205966360', u'MULTIEQUAL_-1205966349'), ('tmp_5433', u'INT_LESSEQUAL_-1205968212'), ('tmp_5433', u'INT_ADD_-1205968038'), (u'INT_LESSEQUAL_-1205967717', u'CBRANCH_-1205967696'), ('tmp_1830', u'CBRANCH_-1205967384'), (u'INT_ADD_-1205967674', u'MULTIEQUAL_-1205966360'), (u'INT_MULT_-1205966004', u'INT_ADD_-1205967170'), ('const-2', u'INT_MULT_-1205965934'), (u'MULTIEQUAL_-1205966118', u'INT_ADD_-1205966478'), (u'INT_ZEXT_-1205967485', u'INT_ADD_-1205967482'), (u'LZCOUNT_-1205968130', u'INT_SUB_-1205968170'), ('const-2', u'INT_MULT_-1205966214'), (u'INT_ZEXT_-1205967329', u'INT_ADD_-1205967326'), (u'INT_LESSEQUAL_-1205967821', u'CBRANCH_-1205967800'), ('const-4292870144', u'INT_MULT_-1205966097'), (u'INT_ZEXT_-1205966091', u'PIECE_-1205965823'), ('tmp_5432', u'INT_LEFT_-1205967913'), (u'MULTIEQUAL_-1205966393', u'INT_ADD_-1205967778'), (u'INT_ZEXT_-1205967121', u'INT_ADD_-1205967118'), ('tmp_5432', u'INT_MULT_-1205965887'), (u'INT_SUB_-1205968154', u'INT_EQUAL_-1205968161'), (u'MULTIEQUAL_-1205966173', u'MULTIEQUAL_-1205966162'), (u'INT_MULT_-1205965845', u'INT_ADD_-1205966582'), ('const-2', u'INT_MULT_-1205966186'), (u'INT_ADD_-1205967310', u'MULTIEQUAL_-1205966283'), ('const-2', u'INT_MULT_-1205966130'), (u'INT_LESSEQUAL_-1205967353', u'INT_ZEXT_-1205967329'), ('const-2', u'INT_MULT_-1205966032'), (u'INT_MULT_-1205966181', u'INT_ADD_-1205967830'), ('tmp_5432', u'INT_LEFT_-1205967185'), (u'INT_MULT_-1205966097', u'INT_ADD_-1205967518'), ('tmp_5432', u'INT_LEFT_-1205967965'), ('const-0', u'INT_EQUAL_-1205968206'), (u'MULTIEQUAL_-1205966250', u'MULTIEQUAL_-1205966239'), ('const-4160749568', u'INT_MULT_-1205966181'), ('tmp_5432', u'INT_LEFT_-1205967393'), (u'INT_LEFT_-1205966613', u'INT_LESSEQUAL_-1205966625'), (u'INT_LESSEQUAL_-1205967769', u'CBRANCH_-1205967748'), (u'MULTIEQUAL_-1205966371', u'MULTIEQUAL_-1205966360'), (u'MULTIEQUAL_-1205966272', u'INT_LESSEQUAL_-1205967249'), (u'INT_ADD_-1205966546', u'INT_MULT_-1205965822'), (u'INT_LESSEQUAL_-1205967301', u'INT_ZEXT_-1205967277'), ('const-4', u'INT_LEFT_-1205966665'), (u'INT_MULT_-1205965887', u'INT_ADD_-1205966738'), (u'INT_ZEXT_-1205968005', u'INT_ADD_-1205968002'), (u'MULTIEQUAL_-1205966382', u'INT_ADD_-1205967726'), (u'INT_LESSEQUAL_-1205967457', u'INT_ZEXT_-1205967433'), (u'INT_MULT_-1205966172', u'INT_ADD_-1205967794'), ('tmp_3273', u'CBRANCH_-1205966708'), (u'INT_ADD_-1205966478', u'MULTIEQUAL_-1205966107'), (u'MULTIEQUAL_-1205966261', u'INT_ADD_-1205967154'), (u'INT_LESSEQUAL_-1205966625', u'CBRANCH_-1205966604'), (u'INT_ZEXT_-1205966497', u'INT_ADD_-1205966494'), (u'LZCOUNT_-1205966347', u'INT_SUB_-1205966386'), ('const-4294836224', u'INT_MULT_-1205966041'), (u'MULTIEQUAL_-1205966283', u'MULTIEQUAL_-1205966272'), (u'INT_MULT_-1205965873', u'INT_ADD_-1205966686'), (u'INT_LESSEQUAL_-1205967873', u'CBRANCH_-1205967852'), ('const-4290772992', u'INT_MULT_-1205966111'), (u'INT_ADD_-1205967362', u'MULTIEQUAL_-1205966294'), (u'PIECE_-1205965808', u'RETURN_-1205966365'), ('tmp_720', u'CBRANCH_-1205967904'), (u'INT_MULT_-1205966158', u'INT_ADD_-1205967742'), (u'INT_LESSEQUAL_-1205966989', u'CBRANCH_-1205966968'), ('const-4294965248', u'INT_MULT_-1205965957'), (u'INT_ADD_-1205966446', u'PIECE_-1205965837'), (u'INT_ADD_-1205967014', u'INT_MULT_-1205965948'), ('const-4294963200', u'INT_MULT_-1205965971'), ('tmp_5432', u'INT_LEFT_-1205967497'), (u'INT_ADD_-1205966634', u'MULTIEQUAL_-1205966140'), (u'INT_MULT_-1205965850', u'INT_ADD_-1205966598'), (u'INT_MULT_-1205966214', u'INT_ADD_-1205967950'), (u'INT_ZEXT_-1205965791', u'RETURN_-1205966208'), ('tmp_5432', u'INT_LEFT_-1205967757'), ('tmp_5432', u'INT_MULT_-1205966055'), (u'INT_MULT_-1205966111', u'INT_ADD_-1205967570'), ('tmp_1941', u'CBRANCH_-1205967332'), (u'INT_MULT_-1205965901', u'INT_ADD_-1205966790'), (u'INT_ADD_-1205967154', u'MULTIEQUAL_-1205966250'), (u'INT_LESSEQUAL_-1205967665', u'INT_ZEXT_-1205967641'), (u'INT_ADD_-1205968002', u'INT_MULT_-1205966214'), ('const-4294967288', u'INT_MULT_-1205965845'), ('const-2', u'INT_MULT_-1205965822'), ('const-2', u'INT_MULT_-1205966116'), (u'INT_LEFT_-1205967289', u'INT_LESSEQUAL_-1205967301'), (u'INT_SUB_-1205966386', u'INT_AND_-1205966372'), ('const-8', u'CALL_-1205966226'), (u'MULTIEQUAL_-1205966206', u'INT_ADD_-1205966894'), ('tmp_5432', u'INT_MULT_-1205966223'), (u'MULTIEQUAL_-1205966228', u'INT_ADD_-1205966998'), (u'INT_LESSEQUAL_-1205967145', u'INT_ZEXT_-1205967121'), (u'INT_MULT_-1205966032', u'INT_ADD_-1205967274'), (u'MULTIEQUAL_-1205966283', u'INT_ADD_-1205967258'), (u'INT_ZEXT_-1205968057', u'INT_MULT_-1205966228'), (u'INT_LESSEQUAL_-1205966885', u'INT_ZEXT_-1205966861'), ('tmp_5432', u'INT_MULT_-1205966195'), ('tmp_2829', u'CBRANCH_-1205966916'), (u'INT_ZEXT_-1205966965', u'INT_ADD_-1205966962'), (u'INT_ZEXT_-1205967693', u'INT_ADD_-1205967690'), ('const-2', u'INT_MULT_-1205966074'), (u'INT_LESSEQUAL_-1205967665', u'CBRANCH_-1205967644'), (u'INT_ADD_-1205967378', u'INT_MULT_-1205966046'), ('tmp_5432', u'INT_MULT_-1205966013'), (u'INT_LESSEQUAL_-1205967093', u'CBRANCH_-1205967072'), (u'INT_MULT_-1205965943', u'INT_ADD_-1205966946'), ('tmp_942', u'CBRANCH_-1205967800'), (u'MULTIEQUAL_-1205966349', u'INT_ADD_-1205967570'), ('const-2', u'INT_MULT_-1205966046'), (u'INT_LESSEQUAL_-1205966677', u'INT_ZEXT_-1205966653'), ('const-3758096384', u'INT_MULT_-1205966209'), (u'CALLIND_-1205968104', u'RETURN_-1205966691'), (u'MULTIEQUAL_-1205966360', u'INT_LESSEQUAL_-1205967665'), (u'INT_MULT_-1205966237', u'INT_ADD_-1205968038'), (u'INT_LESSEQUAL_-1205967561', u'INT_ZEXT_-1205967537'), (u'INT_ADD_-1205966686', u'MULTIEQUAL_-1205966151'), (u'MULTIEQUAL_-1205966195', u'INT_ADD_-1205966842'), ('tmp_5432', u'INT_AND_-1205968194'), ('const-2', u'INT_MULT_-1205966172'), ('tmp_5433', u'PIECE_-1205966282'), ('tmp_5432', u'INT_LESSEQUAL_-1205968212'), (u'INT_MULT_-1205966195', u'INT_ADD_-1205967882'), (u'MULTIEQUAL_-1205966261', u'MULTIEQUAL_-1205966250'), ('tmp_3051', u'CBRANCH_-1205966812'), (u'INT_LEFT_-1205966873', u'INT_LESSEQUAL_-1205966885'), ('tmp_5432', u'INT_LEFT_-1205967549'), (u'PIECE_-1205966282', u'RETURN_-1205968244'), ('const-4294967280', u'INT_MULT_-1205965859'), ('tmp_5433', u'MULTIEQUAL_-1205966437'), (u'INT_LESSEQUAL_-1205967197', u'INT_ZEXT_-1205967173'), (u'INT_ADD_-1205966946', u'MULTIEQUAL_-1205966206'), (u'MULTIEQUAL_-1205966195', u'INT_LESSEQUAL_-1205966885'), ('const-4294934528', u'INT_MULT_-1205966013'), ('tmp_5432', u'INT_MULT_-1205965999'), ('const-4261412864', u'INT_MULT_-1205966153'), (u'INT_LESSEQUAL_-1205967613', u'CBRANCH_-1205967592'), (u'MULTIEQUAL_-1205966118', u'MULTIEQUAL_-1205966107'), (u'INT_ZEXT_-1205966449', u'INT_ADD_-1205966446'), ('tmp_5432', u'INT_MULT_-1205966167'), (u'INT_ADD_-1205966790', u'MULTIEQUAL_-1205966173'), (u'INT_MULT_-1205966013', u'INT_ADD_-1205967206'), (u'INT_ADD_-1205967830', u'MULTIEQUAL_-1205966393'), (u'INT_EQUAL_-1205968227', u'INT_ZEXT_-1205966091'), ('tmp_5432', u'INT_MULT_-1205965971'), (u'INT_LEFT_-1205967029', u'INT_LESSEQUAL_-1205967041'), (u'INT_ADD_-1205967258', u'MULTIEQUAL_-1205966272'), ('tmp_1386', u'CBRANCH_-1205967592'), ('tmp_1164', u'CBRANCH_-1205967696'), ('tmp_5432', u'INT_LEFT_-1205968017'), (u'MULTIEQUAL_-1205966327', u'MULTIEQUAL_-1205966316'), (u'INT_LESSEQUAL_-1205967041', u'INT_ZEXT_-1205967017'), ('const-0', u'INT_EQUAL_-1205968161'), (u'INT_LEFT_-1205967913', u'INT_LESSEQUAL_-1205967925'), (u'MULTIEQUAL_-1205966294', u'INT_ADD_-1205967310'), ('const-2', u'INT_MULT_-1205966088'), ('tmp_2718', u'CBRANCH_-1205966968'), ('tmp_5432', u'INT_MULT_-1205966139'), (u'MULTIEQUAL_-1205966140', u'MULTIEQUAL_-1205966129'), ('const-4294967292', u'INT_MULT_-1205965831'), (u'INT_ZEXT_-1205967797', u'INT_ADD_-1205967794'), ('const-31', u'INT_SUB_-1205968154'), ('tmp_94', u'CBRANCH_-1205968222'), ('tmp_831', u'CBRANCH_-1205967852'), ('const-5', u'INT_LEFT_-1205966717'), (u'MULTIEQUAL_-1205966393', u'INT_LESSEQUAL_-1205967821'), (u'INT_ADD_-1205966494', u'INT_MULT_-1205965808'), (u'INT_ADD_-1205967794', u'INT_MULT_-1205966158'), (u'MULTIEQUAL_-1205966338', u'INT_LESSEQUAL_-1205967561'), (u'INT_LESSEQUAL_-1205966989', u'INT_ZEXT_-1205966965'), ('tmp_5432', u'INT_EQUAL_-1205968262'), ('tmp_5432', u'PIECE_-1205966282'), (u'MULTIEQUAL_-1205966338', u'MULTIEQUAL_-1205966327'), ('const-2', u'INT_MULT_-1205965864'), (u'INT_MULT_-1205966102', u'INT_ADD_-1205967534'), (u'MULTIEQUAL_-1205966129', u'INT_ADD_-1205966530'), (u'INT_ADD_-1205967934', u'MULTIEQUAL_-1205966415'), (u'INT_MULT_-1205966069', u'INT_ADD_-1205967414'), ('const-19', u'INT_LEFT_-1205967445'), ('const-25', u'INT_LEFT_-1205967757'), ('const-2', u'INT_MULT_-1205965948'), ('tmp_2940', u'CBRANCH_-1205966864'), ('const-1', u'INT_LEFT_-1205966509'), (u'INT_LESSEQUAL_-1205967509', u'INT_ZEXT_-1205967485'), (u'MULTIEQUAL_-1205966426', u'MULTIEQUAL_-1205966415'), (u'INT_MULT_-1205966130', u'INT_ADD_-1205967638'), (u'MULTIEQUAL_-1205966173', u'INT_ADD_-1205966738'), (u'INT_LESSEQUAL_-1205966937', u'INT_ZEXT_-1205966913'), ('tmp_3606', u'CBRANCH_-1205966552'), (u'INT_ZEXT_-1205967225', u'INT_ADD_-1205967222'), (u'INT_ZEXT_-1205967953', u'INT_ADD_-1205967950'), ('tmp_2274', u'CBRANCH_-1205967176'), ('const-6', u'INT_LEFT_-1205966769'), ('tmp_62', u'CBRANCH_-1205968243'), (u'INT_ADD_-1205966530', u'MULTIEQUAL_-1205966118'), ('const-12', u'INT_MULT_-1205968090'), (u'INT_ADD_-1205967066', u'INT_MULT_-1205965962'), (u'INT_ADD_-1205966858', u'INT_MULT_-1205965906'), (u'MULTIEQUAL_-1205966371', u'INT_ADD_-1205967674'), (u'MULTIEQUAL_-1205966217', u'INT_LESSEQUAL_-1205966989'), (u'INT_LEFT_-1205967757', u'INT_LESSEQUAL_-1205967769'), ('tmp_5432', u'INT_LEFT_-1205966769'), (u'INT_ZEXT_-1205966757', u'INT_ADD_-1205966754'), (u'MULTIEQUAL_-1205966349', u'INT_LESSEQUAL_-1205967613'), (u'INT_EQUAL_-1205968161', u'CBRANCH_-1205968156'), (u'INT_LESSEQUAL_-1205967561', u'CBRANCH_-1205967540'), (u'MULTIEQUAL_-1205966151', u'INT_LESSEQUAL_-1205966677'), ('tmp_498', u'CBRANCH_-1205968008'), (u'MULTIEQUAL_-1205966415', u'INT_LESSEQUAL_-1205967925'), (u'INT_ADD_-1205967586', u'INT_MULT_-1205966102'), ('tmp_609', u'CBRANCH_-1205967956')]
null
null
00016268
arm
O2
(translation_unit "ulonglong FUN_00016268(uint param_1,uint param_2)\n\n{\n uint uVar1;\n int iVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n bool bVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n bool bVar12;\n bool bVar13;\n bool bVar14;\n bool bVar15;\n bool bVar16;\n bool bVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n bool bVar21;\n bool bVar22;\n bool bVar23;\n bool bVar24;\n bool bVar25;\n bool bVar26;\n bool bVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n bool bVar31;\n bool bVar32;\n bool bVar33;\n ulonglong uVar34;\n \n if (param_2 - 1 == 0) {\n return CONCAT44(param_2,param_1);\n }\n if (param_2 == 0) {\n uVar1 = raise(8);\n return (ulonglong)uVar1;\n }\n if (param_1 <= param_2) {\n return CONCAT44(param_2,(uint)(param_1 == param_2));\n }\n if ((param_2 & param_2 - 1) == 0) {\n return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));\n }\n iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));\n if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));\n }\n /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))();\n return uVar34;\n}\n\n" (function_definition "ulonglong FUN_00016268(uint param_1,uint param_2)\n\n{\n uint uVar1;\n int iVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n bool bVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n bool bVar12;\n bool bVar13;\n bool bVar14;\n bool bVar15;\n bool bVar16;\n bool bVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n bool bVar21;\n bool bVar22;\n bool bVar23;\n bool bVar24;\n bool bVar25;\n bool bVar26;\n bool bVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n bool bVar31;\n bool bVar32;\n bool bVar33;\n ulonglong uVar34;\n \n if (param_2 - 1 == 0) {\n return CONCAT44(param_2,param_1);\n }\n if (param_2 == 0) {\n uVar1 = raise(8);\n return (ulonglong)uVar1;\n }\n if (param_1 <= param_2) {\n return CONCAT44(param_2,(uint)(param_1 == param_2));\n }\n if ((param_2 & param_2 - 1) == 0) {\n return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));\n }\n iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));\n if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));\n }\n /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))();\n return uVar34;\n}" type_identifier (function_declarator "FUN_00016268(uint param_1,uint param_2)" identifier (parameter_list "(uint param_1,uint param_2)" ( (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n int iVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n bool bVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n bool bVar12;\n bool bVar13;\n bool bVar14;\n bool bVar15;\n bool bVar16;\n bool bVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n bool bVar21;\n bool bVar22;\n bool bVar23;\n bool bVar24;\n bool bVar25;\n bool bVar26;\n bool bVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n bool bVar31;\n bool bVar32;\n bool bVar33;\n ulonglong uVar34;\n \n if (param_2 - 1 == 0) {\n return CONCAT44(param_2,param_1);\n }\n if (param_2 == 0) {\n uVar1 = raise(8);\n return (ulonglong)uVar1;\n }\n if (param_1 <= param_2) {\n return CONCAT44(param_2,(uint)(param_1 == param_2));\n }\n if ((param_2 & param_2 - 1) == 0) {\n return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));\n }\n iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));\n if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));\n }\n /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))();\n return uVar34;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "bool bVar7;" primitive_type identifier ;) (declaration "bool bVar8;" primitive_type identifier ;) (declaration "bool bVar9;" primitive_type identifier ;) (declaration "bool bVar10;" primitive_type identifier ;) (declaration "bool bVar11;" primitive_type identifier ;) (declaration "bool bVar12;" primitive_type identifier ;) (declaration "bool bVar13;" primitive_type identifier ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "bool bVar15;" primitive_type identifier ;) (declaration "bool bVar16;" primitive_type identifier ;) (declaration "bool bVar17;" primitive_type identifier ;) (declaration "bool bVar18;" primitive_type identifier ;) (declaration "bool bVar19;" primitive_type identifier ;) (declaration "bool bVar20;" primitive_type identifier ;) (declaration "bool bVar21;" primitive_type identifier ;) (declaration "bool bVar22;" primitive_type identifier ;) (declaration "bool bVar23;" primitive_type identifier ;) (declaration "bool bVar24;" primitive_type identifier ;) (declaration "bool bVar25;" primitive_type identifier ;) (declaration "bool bVar26;" primitive_type identifier ;) (declaration "bool bVar27;" primitive_type identifier ;) (declaration "bool bVar28;" primitive_type identifier ;) (declaration "bool bVar29;" primitive_type identifier ;) (declaration "bool bVar30;" primitive_type identifier ;) (declaration "bool bVar31;" primitive_type identifier ;) (declaration "bool bVar32;" primitive_type identifier ;) (declaration "bool bVar33;" primitive_type identifier ;) (declaration "ulonglong uVar34;" type_identifier identifier ;) (if_statement "if (param_2 - 1 == 0) {\n return CONCAT44(param_2,param_1);\n }" if (parenthesized_expression "(param_2 - 1 == 0)" ( (binary_expression "param_2 - 1 == 0" (binary_expression "param_2 - 1" identifier - number_literal) == number_literal) )) (compound_statement "{\n return CONCAT44(param_2,param_1);\n }" { (return_statement "return CONCAT44(param_2,param_1);" return (call_expression "CONCAT44(param_2,param_1)" identifier (argument_list "(param_2,param_1)" ( identifier , identifier ))) ;) })) (if_statement "if (param_2 == 0) {\n uVar1 = raise(8);\n return (ulonglong)uVar1;\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar1 = raise(8);\n return (ulonglong)uVar1;\n }" { (expression_statement "uVar1 = raise(8);" (assignment_expression "uVar1 = raise(8)" identifier = (call_expression "raise(8)" identifier (argument_list "(8)" ( number_literal )))) ;) (return_statement "return (ulonglong)uVar1;" return (cast_expression "(ulonglong)uVar1" ( (type_descriptor "ulonglong" type_identifier) ) identifier) ;) })) (if_statement "if (param_1 <= param_2) {\n return CONCAT44(param_2,(uint)(param_1 == param_2));\n }" if (parenthesized_expression "(param_1 <= param_2)" ( (binary_expression "param_1 <= param_2" identifier <= identifier) )) (compound_statement "{\n return CONCAT44(param_2,(uint)(param_1 == param_2));\n }" { (return_statement "return CONCAT44(param_2,(uint)(param_1 == param_2));" return (call_expression "CONCAT44(param_2,(uint)(param_1 == param_2))" identifier (argument_list "(param_2,(uint)(param_1 == param_2))" ( identifier , (call_expression "(uint)(param_1 == param_2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_1 == param_2)" ( (binary_expression "param_1 == param_2" identifier == identifier) ))) ))) ;) })) (if_statement "if ((param_2 & param_2 - 1) == 0) {\n return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));\n }" if (parenthesized_expression "((param_2 & param_2 - 1) == 0)" ( (binary_expression "(param_2 & param_2 - 1) == 0" (parenthesized_expression "(param_2 & param_2 - 1)" ( (binary_expression "param_2 & param_2 - 1" identifier & (binary_expression "param_2 - 1" identifier - number_literal)) )) == number_literal) )) (compound_statement "{\n return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));\n }" { (return_statement "return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));" return (call_expression "CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff))" identifier (argument_list "(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff))" ( identifier , (binary_expression "param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff)" identifier >> (parenthesized_expression "(0x1fU - LZCOUNT(param_2) & 0xff)" ( (binary_expression "0x1fU - LZCOUNT(param_2) & 0xff" (binary_expression "0x1fU - LZCOUNT(param_2)" number_literal - (call_expression "LZCOUNT(param_2)" identifier (argument_list "(param_2)" ( identifier )))) & number_literal) ))) ))) ;) })) (expression_statement "iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));" (assignment_expression "iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1))" identifier = (binary_expression "0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1))" number_literal - (parenthesized_expression "(LZCOUNT(param_2) - LZCOUNT(param_1))" ( (binary_expression "LZCOUNT(param_2) - LZCOUNT(param_1)" (call_expression "LZCOUNT(param_2)" identifier (argument_list "(param_2)" ( identifier ))) - (call_expression "LZCOUNT(param_1)" identifier (argument_list "(param_1)" ( identifier )))) )))) ;) (if_statement "if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));\n }" { (expression_statement "bVar3 = param_2 << 0x1f <= param_1;" (assignment_expression "bVar3 = param_2 << 0x1f <= param_1" identifier = (binary_expression "param_2 << 0x1f <= param_1" (binary_expression "param_2 << 0x1f" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }" if (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x80000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x80000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x80000000" identifier = (binary_expression "param_1 + param_2 * -0x80000000" identifier + (binary_expression "param_2 * -0x80000000" identifier * number_literal))) ;) })) (expression_statement "bVar4 = param_2 << 0x1e <= param_1;" (assignment_expression "bVar4 = param_2 << 0x1e <= param_1" identifier = (binary_expression "param_2 << 0x1e <= param_1" (binary_expression "param_2 << 0x1e" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x40000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x40000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x40000000" identifier = (binary_expression "param_1 + param_2 * -0x40000000" identifier + (binary_expression "param_2 * -0x40000000" identifier * number_literal))) ;) })) (expression_statement "bVar5 = param_2 << 0x1d <= param_1;" (assignment_expression "bVar5 = param_2 << 0x1d <= param_1" identifier = (binary_expression "param_2 << 0x1d <= param_1" (binary_expression "param_2 << 0x1d" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }" if (parenthesized_expression "(bVar5)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x20000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x20000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x20000000" identifier = (binary_expression "param_1 + param_2 * -0x20000000" identifier + (binary_expression "param_2 * -0x20000000" identifier * number_literal))) ;) })) (expression_statement "bVar6 = param_2 << 0x1c <= param_1;" (assignment_expression "bVar6 = param_2 << 0x1c <= param_1" identifier = (binary_expression "param_2 << 0x1c <= param_1" (binary_expression "param_2 << 0x1c" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }" if (parenthesized_expression "(bVar6)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x10000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x10000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x10000000" identifier = (binary_expression "param_1 + param_2 * -0x10000000" identifier + (binary_expression "param_2 * -0x10000000" identifier * number_literal))) ;) })) (expression_statement "bVar7 = param_2 << 0x1b <= param_1;" (assignment_expression "bVar7 = param_2 << 0x1b <= param_1" identifier = (binary_expression "param_2 << 0x1b <= param_1" (binary_expression "param_2 << 0x1b" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }" if (parenthesized_expression "(bVar7)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x8000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x8000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x8000000" identifier = (binary_expression "param_1 + param_2 * -0x8000000" identifier + (binary_expression "param_2 * -0x8000000" identifier * number_literal))) ;) })) (expression_statement "bVar8 = param_2 << 0x1a <= param_1;" (assignment_expression "bVar8 = param_2 << 0x1a <= param_1" identifier = (binary_expression "param_2 << 0x1a <= param_1" (binary_expression "param_2 << 0x1a" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }" if (parenthesized_expression "(bVar8)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x4000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x4000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x4000000" identifier = (binary_expression "param_1 + param_2 * -0x4000000" identifier + (binary_expression "param_2 * -0x4000000" identifier * number_literal))) ;) })) (expression_statement "bVar9 = param_2 << 0x19 <= param_1;" (assignment_expression "bVar9 = param_2 << 0x19 <= param_1" identifier = (binary_expression "param_2 << 0x19 <= param_1" (binary_expression "param_2 << 0x19" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }" if (parenthesized_expression "(bVar9)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x2000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x2000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x2000000" identifier = (binary_expression "param_1 + param_2 * -0x2000000" identifier + (binary_expression "param_2 * -0x2000000" identifier * number_literal))) ;) })) (expression_statement "bVar10 = param_2 << 0x18 <= param_1;" (assignment_expression "bVar10 = param_2 << 0x18 <= param_1" identifier = (binary_expression "param_2 << 0x18 <= param_1" (binary_expression "param_2 << 0x18" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }" if (parenthesized_expression "(bVar10)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x1000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x1000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x1000000" identifier = (binary_expression "param_1 + param_2 * -0x1000000" identifier + (binary_expression "param_2 * -0x1000000" identifier * number_literal))) ;) })) (expression_statement "bVar11 = param_2 << 0x17 <= param_1;" (assignment_expression "bVar11 = param_2 << 0x17 <= param_1" identifier = (binary_expression "param_2 << 0x17 <= param_1" (binary_expression "param_2 << 0x17" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }" if (parenthesized_expression "(bVar11)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x800000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x800000;" (assignment_expression "param_1 = param_1 + param_2 * -0x800000" identifier = (binary_expression "param_1 + param_2 * -0x800000" identifier + (binary_expression "param_2 * -0x800000" identifier * number_literal))) ;) })) (expression_statement "bVar12 = param_2 << 0x16 <= param_1;" (assignment_expression "bVar12 = param_2 << 0x16 <= param_1" identifier = (binary_expression "param_2 << 0x16 <= param_1" (binary_expression "param_2 << 0x16" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }" if (parenthesized_expression "(bVar12)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x400000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x400000;" (assignment_expression "param_1 = param_1 + param_2 * -0x400000" identifier = (binary_expression "param_1 + param_2 * -0x400000" identifier + (binary_expression "param_2 * -0x400000" identifier * number_literal))) ;) })) (expression_statement "bVar13 = param_2 << 0x15 <= param_1;" (assignment_expression "bVar13 = param_2 << 0x15 <= param_1" identifier = (binary_expression "param_2 << 0x15 <= param_1" (binary_expression "param_2 << 0x15" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }" if (parenthesized_expression "(bVar13)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x200000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x200000;" (assignment_expression "param_1 = param_1 + param_2 * -0x200000" identifier = (binary_expression "param_1 + param_2 * -0x200000" identifier + (binary_expression "param_2 * -0x200000" identifier * number_literal))) ;) })) (expression_statement "bVar14 = param_2 << 0x14 <= param_1;" (assignment_expression "bVar14 = param_2 << 0x14 <= param_1" identifier = (binary_expression "param_2 << 0x14 <= param_1" (binary_expression "param_2 << 0x14" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }" if (parenthesized_expression "(bVar14)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x100000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x100000;" (assignment_expression "param_1 = param_1 + param_2 * -0x100000" identifier = (binary_expression "param_1 + param_2 * -0x100000" identifier + (binary_expression "param_2 * -0x100000" identifier * number_literal))) ;) })) (expression_statement "bVar15 = param_2 << 0x13 <= param_1;" (assignment_expression "bVar15 = param_2 << 0x13 <= param_1" identifier = (binary_expression "param_2 << 0x13 <= param_1" (binary_expression "param_2 << 0x13" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }" if (parenthesized_expression "(bVar15)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x80000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x80000;" (assignment_expression "param_1 = param_1 + param_2 * -0x80000" identifier = (binary_expression "param_1 + param_2 * -0x80000" identifier + (binary_expression "param_2 * -0x80000" identifier * number_literal))) ;) })) (expression_statement "bVar16 = param_2 << 0x12 <= param_1;" (assignment_expression "bVar16 = param_2 << 0x12 <= param_1" identifier = (binary_expression "param_2 << 0x12 <= param_1" (binary_expression "param_2 << 0x12" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }" if (parenthesized_expression "(bVar16)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x40000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x40000;" (assignment_expression "param_1 = param_1 + param_2 * -0x40000" identifier = (binary_expression "param_1 + param_2 * -0x40000" identifier + (binary_expression "param_2 * -0x40000" identifier * number_literal))) ;) })) (expression_statement "bVar17 = param_2 << 0x11 <= param_1;" (assignment_expression "bVar17 = param_2 << 0x11 <= param_1" identifier = (binary_expression "param_2 << 0x11 <= param_1" (binary_expression "param_2 << 0x11" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }" if (parenthesized_expression "(bVar17)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x20000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x20000;" (assignment_expression "param_1 = param_1 + param_2 * -0x20000" identifier = (binary_expression "param_1 + param_2 * -0x20000" identifier + (binary_expression "param_2 * -0x20000" identifier * number_literal))) ;) })) (expression_statement "bVar18 = param_2 << 0x10 <= param_1;" (assignment_expression "bVar18 = param_2 << 0x10 <= param_1" identifier = (binary_expression "param_2 << 0x10 <= param_1" (binary_expression "param_2 << 0x10" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }" if (parenthesized_expression "(bVar18)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x10000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x10000;" (assignment_expression "param_1 = param_1 + param_2 * -0x10000" identifier = (binary_expression "param_1 + param_2 * -0x10000" identifier + (binary_expression "param_2 * -0x10000" identifier * number_literal))) ;) })) (expression_statement "bVar19 = param_2 << 0xf <= param_1;" (assignment_expression "bVar19 = param_2 << 0xf <= param_1" identifier = (binary_expression "param_2 << 0xf <= param_1" (binary_expression "param_2 << 0xf" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }" if (parenthesized_expression "(bVar19)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x8000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x8000;" (assignment_expression "param_1 = param_1 + param_2 * -0x8000" identifier = (binary_expression "param_1 + param_2 * -0x8000" identifier + (binary_expression "param_2 * -0x8000" identifier * number_literal))) ;) })) (expression_statement "bVar20 = param_2 << 0xe <= param_1;" (assignment_expression "bVar20 = param_2 << 0xe <= param_1" identifier = (binary_expression "param_2 << 0xe <= param_1" (binary_expression "param_2 << 0xe" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }" if (parenthesized_expression "(bVar20)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x4000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x4000;" (assignment_expression "param_1 = param_1 + param_2 * -0x4000" identifier = (binary_expression "param_1 + param_2 * -0x4000" identifier + (binary_expression "param_2 * -0x4000" identifier * number_literal))) ;) })) (expression_statement "bVar21 = param_2 << 0xd <= param_1;" (assignment_expression "bVar21 = param_2 << 0xd <= param_1" identifier = (binary_expression "param_2 << 0xd <= param_1" (binary_expression "param_2 << 0xd" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }" if (parenthesized_expression "(bVar21)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x2000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x2000;" (assignment_expression "param_1 = param_1 + param_2 * -0x2000" identifier = (binary_expression "param_1 + param_2 * -0x2000" identifier + (binary_expression "param_2 * -0x2000" identifier * number_literal))) ;) })) (expression_statement "bVar22 = param_2 << 0xc <= param_1;" (assignment_expression "bVar22 = param_2 << 0xc <= param_1" identifier = (binary_expression "param_2 << 0xc <= param_1" (binary_expression "param_2 << 0xc" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }" if (parenthesized_expression "(bVar22)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x1000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x1000;" (assignment_expression "param_1 = param_1 + param_2 * -0x1000" identifier = (binary_expression "param_1 + param_2 * -0x1000" identifier + (binary_expression "param_2 * -0x1000" identifier * number_literal))) ;) })) (expression_statement "bVar23 = param_2 << 0xb <= param_1;" (assignment_expression "bVar23 = param_2 << 0xb <= param_1" identifier = (binary_expression "param_2 << 0xb <= param_1" (binary_expression "param_2 << 0xb" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }" if (parenthesized_expression "(bVar23)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x800;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x800;" (assignment_expression "param_1 = param_1 + param_2 * -0x800" identifier = (binary_expression "param_1 + param_2 * -0x800" identifier + (binary_expression "param_2 * -0x800" identifier * number_literal))) ;) })) (expression_statement "bVar24 = param_2 << 10 <= param_1;" (assignment_expression "bVar24 = param_2 << 10 <= param_1" identifier = (binary_expression "param_2 << 10 <= param_1" (binary_expression "param_2 << 10" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }" if (parenthesized_expression "(bVar24)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x400;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x400;" (assignment_expression "param_1 = param_1 + param_2 * -0x400" identifier = (binary_expression "param_1 + param_2 * -0x400" identifier + (binary_expression "param_2 * -0x400" identifier * number_literal))) ;) })) (expression_statement "bVar25 = param_2 << 9 <= param_1;" (assignment_expression "bVar25 = param_2 << 9 <= param_1" identifier = (binary_expression "param_2 << 9 <= param_1" (binary_expression "param_2 << 9" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }" if (parenthesized_expression "(bVar25)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x200;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x200;" (assignment_expression "param_1 = param_1 + param_2 * -0x200" identifier = (binary_expression "param_1 + param_2 * -0x200" identifier + (binary_expression "param_2 * -0x200" identifier * number_literal))) ;) })) (expression_statement "bVar26 = param_2 << 8 <= param_1;" (assignment_expression "bVar26 = param_2 << 8 <= param_1" identifier = (binary_expression "param_2 << 8 <= param_1" (binary_expression "param_2 << 8" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }" if (parenthesized_expression "(bVar26)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x100;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x100;" (assignment_expression "param_1 = param_1 + param_2 * -0x100" identifier = (binary_expression "param_1 + param_2 * -0x100" identifier + (binary_expression "param_2 * -0x100" identifier * number_literal))) ;) })) (expression_statement "bVar27 = param_2 << 7 <= param_1;" (assignment_expression "bVar27 = param_2 << 7 <= param_1" identifier = (binary_expression "param_2 << 7 <= param_1" (binary_expression "param_2 << 7" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }" if (parenthesized_expression "(bVar27)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x80;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x80;" (assignment_expression "param_1 = param_1 + param_2 * -0x80" identifier = (binary_expression "param_1 + param_2 * -0x80" identifier + (binary_expression "param_2 * -0x80" identifier * number_literal))) ;) })) (expression_statement "bVar28 = param_2 << 6 <= param_1;" (assignment_expression "bVar28 = param_2 << 6 <= param_1" identifier = (binary_expression "param_2 << 6 <= param_1" (binary_expression "param_2 << 6" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }" if (parenthesized_expression "(bVar28)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x40;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x40;" (assignment_expression "param_1 = param_1 + param_2 * -0x40" identifier = (binary_expression "param_1 + param_2 * -0x40" identifier + (binary_expression "param_2 * -0x40" identifier * number_literal))) ;) })) (expression_statement "bVar29 = param_2 << 5 <= param_1;" (assignment_expression "bVar29 = param_2 << 5 <= param_1" identifier = (binary_expression "param_2 << 5 <= param_1" (binary_expression "param_2 << 5" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }" if (parenthesized_expression "(bVar29)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x20;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x20;" (assignment_expression "param_1 = param_1 + param_2 * -0x20" identifier = (binary_expression "param_1 + param_2 * -0x20" identifier + (binary_expression "param_2 * -0x20" identifier * number_literal))) ;) })) (expression_statement "bVar30 = param_2 << 4 <= param_1;" (assignment_expression "bVar30 = param_2 << 4 <= param_1" identifier = (binary_expression "param_2 << 4 <= param_1" (binary_expression "param_2 << 4" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }" if (parenthesized_expression "(bVar30)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x10;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x10;" (assignment_expression "param_1 = param_1 + param_2 * -0x10" identifier = (binary_expression "param_1 + param_2 * -0x10" identifier + (binary_expression "param_2 * -0x10" identifier * number_literal))) ;) })) (expression_statement "bVar31 = param_2 << 3 <= param_1;" (assignment_expression "bVar31 = param_2 << 3 <= param_1" identifier = (binary_expression "param_2 << 3 <= param_1" (binary_expression "param_2 << 3" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }" if (parenthesized_expression "(bVar31)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -8;\n }" { (expression_statement "param_1 = param_1 + param_2 * -8;" (assignment_expression "param_1 = param_1 + param_2 * -8" identifier = (binary_expression "param_1 + param_2 * -8" identifier + (binary_expression "param_2 * -8" identifier * number_literal))) ;) })) (expression_statement "bVar32 = param_2 << 2 <= param_1;" (assignment_expression "bVar32 = param_2 << 2 <= param_1" identifier = (binary_expression "param_2 << 2 <= param_1" (binary_expression "param_2 << 2" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }" if (parenthesized_expression "(bVar32)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -4;\n }" { (expression_statement "param_1 = param_1 + param_2 * -4;" (assignment_expression "param_1 = param_1 + param_2 * -4" identifier = (binary_expression "param_1 + param_2 * -4" identifier + (binary_expression "param_2 * -4" identifier * number_literal))) ;) })) (expression_statement "bVar33 = param_2 << 1 <= param_1;" (assignment_expression "bVar33 = param_2 << 1 <= param_1" identifier = (binary_expression "param_2 << 1 <= param_1" (binary_expression "param_2 << 1" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }" if (parenthesized_expression "(bVar33)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -2;\n }" { (expression_statement "param_1 = param_1 + param_2 * -2;" (assignment_expression "param_1 = param_1 + param_2 * -2" identifier = (binary_expression "param_1 + param_2 * -2" identifier + (binary_expression "param_2 * -2" identifier * number_literal))) ;) })) (return_statement "return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));" return (call_expression "CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1))" identifier (argument_list "(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1))" ( identifier , (binary_expression "(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1)" (binary_expression "(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2" (parenthesized_expression "(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33)" ( (binary_expression "((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33" (binary_expression "((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2" (parenthesized_expression "((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32)" ( (binary_expression "(((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32" (binary_expression "(((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2" (parenthesized_expression "(((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31)" ( (binary_expression "((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31" (binary_expression "((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2" (parenthesized_expression "((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30)" ( (binary_expression "(((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30" (binary_expression "(((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2" (parenthesized_expression "(((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29)" ( (binary_expression "((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29" (binary_expression "((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2" (parenthesized_expression "((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28)" ( (binary_expression "(((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28" (binary_expression "(((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2" (parenthesized_expression "(((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27)" ( (binary_expression "((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27" (binary_expression "((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2" (parenthesized_expression "((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26)" ( (binary_expression "(((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26" (binary_expression "(((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2" (parenthesized_expression "(((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25)" ( (binary_expression "((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25" (binary_expression "((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2" (parenthesized_expression "((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24)" ( (binary_expression "(((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24" (binary_expression "(((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2" (parenthesized_expression "(((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23)" ( (binary_expression "((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23" (binary_expression "((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2" (parenthesized_expression "((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22)" ( (binary_expression "(((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22" (binary_expression "(((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2" (parenthesized_expression "(((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21)" ( (binary_expression "((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21" (binary_expression "((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2" (parenthesized_expression "((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20)" ( (binary_expression "(((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20" (binary_expression "(((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2" (parenthesized_expression "(((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19)" ( (binary_expression "((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19" (binary_expression "((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2" (parenthesized_expression "((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18)" ( (binary_expression "(((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18" (binary_expression "(((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2" (parenthesized_expression "(((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17)" ( (binary_expression "((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17" (binary_expression "((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2" (parenthesized_expression "((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16)" ( (binary_expression "(((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16" (binary_expression "(((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2" (parenthesized_expression "(((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n )" ( (binary_expression "((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15" (binary_expression "((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2" (parenthesized_expression "((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14)" ( (binary_expression "(((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14" (binary_expression "(((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2" (parenthesized_expression "(((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13)" ( (binary_expression "((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13" (binary_expression "((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2" (parenthesized_expression "((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12)" ( (binary_expression "(((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12" (binary_expression "(((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2" (parenthesized_expression "(((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11)" ( (binary_expression "((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11" (binary_expression "((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2" (parenthesized_expression "((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10)" ( (binary_expression "(((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10" (binary_expression "(((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2" (parenthesized_expression "(((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9)" ( (binary_expression "((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9" (binary_expression "((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2" (parenthesized_expression "((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8)" ( (binary_expression "(((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8" (binary_expression "(((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2" (parenthesized_expression "(((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7)" ( (binary_expression "((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7" (binary_expression "((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2" (parenthesized_expression "((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6)" ( (binary_expression "(((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6" (binary_expression "(((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2" (parenthesized_expression "(((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5)" ( (binary_expression "((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5" (binary_expression "((uint)bVar3 * 2 + (uint)bVar4) * 2" (parenthesized_expression "((uint)bVar3 * 2 + (uint)bVar4)" ( (binary_expression "(uint)bVar3 * 2 + (uint)bVar4" (binary_expression "(uint)bVar3 * 2" (cast_expression "(uint)bVar3" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal) + (cast_expression "(uint)bVar4" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar5" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar6" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar7" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar9" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar11" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar12" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar13" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar14" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar15" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar17" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar18" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar19" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar20" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar21" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar22" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar23" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar24" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar25" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar26" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar27" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar28" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar29" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar30" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar32" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar33" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (call_expression "(uint)(param_2 <= param_1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 <= param_1)" ( (binary_expression "param_2 <= param_1" identifier <= identifier) )))) ))) ;) })) comment comment (expression_statement "uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))();" (assignment_expression "uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))()" identifier = (call_expression "(*(code *)(iVar2 * 0xc + 0x162a4))()" (parenthesized_expression "(*(code *)(iVar2 * 0xc + 0x162a4))" ( (pointer_expression "*(code *)(iVar2 * 0xc + 0x162a4)" * (cast_expression "(code *)(iVar2 * 0xc + 0x162a4)" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 * 0xc + 0x162a4)" ( (binary_expression "iVar2 * 0xc + 0x162a4" (binary_expression "iVar2 * 0xc" identifier * number_literal) + number_literal) )))) )) (argument_list "()" ( )))) ;) (return_statement "return uVar34;" return identifier ;) })))
(translation_unit "uint __udivsi3(uint param_1,uint param_2)\n\n{\n uint uVar1;\n int iVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n bool bVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n bool bVar12;\n bool bVar13;\n bool bVar14;\n bool bVar15;\n bool bVar16;\n bool bVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n bool bVar21;\n bool bVar22;\n bool bVar23;\n bool bVar24;\n bool bVar25;\n bool bVar26;\n bool bVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n bool bVar31;\n bool bVar32;\n bool bVar33;\n \n if (param_2 - 1 == 0) {\n return param_1;\n }\n if (param_2 == 0) {\n if (param_1 != 0) {\n param_1 = 0xffffffff;\n }\n uVar1 = __aeabi_ldiv0(param_1);\n return uVar1;\n }\n if (param_1 <= param_2) {\n return (uint)(param_1 == param_2);\n }\n if ((param_2 & param_2 - 1) == 0) {\n return param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff);\n }\n iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));\n if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return (((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1);\n }\n /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*(code *)(iVar2 * 0xc + 0x162a4))();\n return uVar1;\n}\n\n" (function_definition "uint __udivsi3(uint param_1,uint param_2)\n\n{\n uint uVar1;\n int iVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n bool bVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n bool bVar12;\n bool bVar13;\n bool bVar14;\n bool bVar15;\n bool bVar16;\n bool bVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n bool bVar21;\n bool bVar22;\n bool bVar23;\n bool bVar24;\n bool bVar25;\n bool bVar26;\n bool bVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n bool bVar31;\n bool bVar32;\n bool bVar33;\n \n if (param_2 - 1 == 0) {\n return param_1;\n }\n if (param_2 == 0) {\n if (param_1 != 0) {\n param_1 = 0xffffffff;\n }\n uVar1 = __aeabi_ldiv0(param_1);\n return uVar1;\n }\n if (param_1 <= param_2) {\n return (uint)(param_1 == param_2);\n }\n if ((param_2 & param_2 - 1) == 0) {\n return param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff);\n }\n iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));\n if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return (((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1);\n }\n /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*(code *)(iVar2 * 0xc + 0x162a4))();\n return uVar1;\n}" type_identifier (function_declarator "__udivsi3(uint param_1,uint param_2)" identifier (parameter_list "(uint param_1,uint param_2)" ( (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n int iVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n bool bVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n bool bVar12;\n bool bVar13;\n bool bVar14;\n bool bVar15;\n bool bVar16;\n bool bVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n bool bVar21;\n bool bVar22;\n bool bVar23;\n bool bVar24;\n bool bVar25;\n bool bVar26;\n bool bVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n bool bVar31;\n bool bVar32;\n bool bVar33;\n \n if (param_2 - 1 == 0) {\n return param_1;\n }\n if (param_2 == 0) {\n if (param_1 != 0) {\n param_1 = 0xffffffff;\n }\n uVar1 = __aeabi_ldiv0(param_1);\n return uVar1;\n }\n if (param_1 <= param_2) {\n return (uint)(param_1 == param_2);\n }\n if ((param_2 & param_2 - 1) == 0) {\n return param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff);\n }\n iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));\n if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return (((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1);\n }\n /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*(code *)(iVar2 * 0xc + 0x162a4))();\n return uVar1;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "bool bVar7;" primitive_type identifier ;) (declaration "bool bVar8;" primitive_type identifier ;) (declaration "bool bVar9;" primitive_type identifier ;) (declaration "bool bVar10;" primitive_type identifier ;) (declaration "bool bVar11;" primitive_type identifier ;) (declaration "bool bVar12;" primitive_type identifier ;) (declaration "bool bVar13;" primitive_type identifier ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "bool bVar15;" primitive_type identifier ;) (declaration "bool bVar16;" primitive_type identifier ;) (declaration "bool bVar17;" primitive_type identifier ;) (declaration "bool bVar18;" primitive_type identifier ;) (declaration "bool bVar19;" primitive_type identifier ;) (declaration "bool bVar20;" primitive_type identifier ;) (declaration "bool bVar21;" primitive_type identifier ;) (declaration "bool bVar22;" primitive_type identifier ;) (declaration "bool bVar23;" primitive_type identifier ;) (declaration "bool bVar24;" primitive_type identifier ;) (declaration "bool bVar25;" primitive_type identifier ;) (declaration "bool bVar26;" primitive_type identifier ;) (declaration "bool bVar27;" primitive_type identifier ;) (declaration "bool bVar28;" primitive_type identifier ;) (declaration "bool bVar29;" primitive_type identifier ;) (declaration "bool bVar30;" primitive_type identifier ;) (declaration "bool bVar31;" primitive_type identifier ;) (declaration "bool bVar32;" primitive_type identifier ;) (declaration "bool bVar33;" primitive_type identifier ;) (if_statement "if (param_2 - 1 == 0) {\n return param_1;\n }" if (parenthesized_expression "(param_2 - 1 == 0)" ( (binary_expression "param_2 - 1 == 0" (binary_expression "param_2 - 1" identifier - number_literal) == number_literal) )) (compound_statement "{\n return param_1;\n }" { (return_statement "return param_1;" return identifier ;) })) (if_statement "if (param_2 == 0) {\n if (param_1 != 0) {\n param_1 = 0xffffffff;\n }\n uVar1 = __aeabi_ldiv0(param_1);\n return uVar1;\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_1 != 0) {\n param_1 = 0xffffffff;\n }\n uVar1 = __aeabi_ldiv0(param_1);\n return uVar1;\n }" { (if_statement "if (param_1 != 0) {\n param_1 = 0xffffffff;\n }" if (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) (compound_statement "{\n param_1 = 0xffffffff;\n }" { (expression_statement "param_1 = 0xffffffff;" (assignment_expression "param_1 = 0xffffffff" identifier = number_literal) ;) })) (expression_statement "uVar1 = __aeabi_ldiv0(param_1);" (assignment_expression "uVar1 = __aeabi_ldiv0(param_1)" identifier = (call_expression "__aeabi_ldiv0(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (return_statement "return uVar1;" return identifier ;) })) (if_statement "if (param_1 <= param_2) {\n return (uint)(param_1 == param_2);\n }" if (parenthesized_expression "(param_1 <= param_2)" ( (binary_expression "param_1 <= param_2" identifier <= identifier) )) (compound_statement "{\n return (uint)(param_1 == param_2);\n }" { (return_statement "return (uint)(param_1 == param_2);" return (call_expression "(uint)(param_1 == param_2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_1 == param_2)" ( (binary_expression "param_1 == param_2" identifier == identifier) ))) ;) })) (if_statement "if ((param_2 & param_2 - 1) == 0) {\n return param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff);\n }" if (parenthesized_expression "((param_2 & param_2 - 1) == 0)" ( (binary_expression "(param_2 & param_2 - 1) == 0" (parenthesized_expression "(param_2 & param_2 - 1)" ( (binary_expression "param_2 & param_2 - 1" identifier & (binary_expression "param_2 - 1" identifier - number_literal)) )) == number_literal) )) (compound_statement "{\n return param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff);\n }" { (return_statement "return param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff);" return (binary_expression "param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff)" identifier >> (parenthesized_expression "(0x1fU - LZCOUNT(param_2) & 0xff)" ( (binary_expression "0x1fU - LZCOUNT(param_2) & 0xff" (binary_expression "0x1fU - LZCOUNT(param_2)" number_literal - (call_expression "LZCOUNT(param_2)" identifier (argument_list "(param_2)" ( identifier )))) & number_literal) ))) ;) })) (expression_statement "iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));" (assignment_expression "iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1))" identifier = (binary_expression "0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1))" number_literal - (parenthesized_expression "(LZCOUNT(param_2) - LZCOUNT(param_1))" ( (binary_expression "LZCOUNT(param_2) - LZCOUNT(param_1)" (call_expression "LZCOUNT(param_2)" identifier (argument_list "(param_2)" ( identifier ))) - (call_expression "LZCOUNT(param_1)" identifier (argument_list "(param_1)" ( identifier )))) )))) ;) (if_statement "if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return (((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1);\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return (((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1);\n }" { (expression_statement "bVar3 = param_2 << 0x1f <= param_1;" (assignment_expression "bVar3 = param_2 << 0x1f <= param_1" identifier = (binary_expression "param_2 << 0x1f <= param_1" (binary_expression "param_2 << 0x1f" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }" if (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x80000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x80000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x80000000" identifier = (binary_expression "param_1 + param_2 * -0x80000000" identifier + (binary_expression "param_2 * -0x80000000" identifier * number_literal))) ;) })) (expression_statement "bVar4 = param_2 << 0x1e <= param_1;" (assignment_expression "bVar4 = param_2 << 0x1e <= param_1" identifier = (binary_expression "param_2 << 0x1e <= param_1" (binary_expression "param_2 << 0x1e" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x40000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x40000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x40000000" identifier = (binary_expression "param_1 + param_2 * -0x40000000" identifier + (binary_expression "param_2 * -0x40000000" identifier * number_literal))) ;) })) (expression_statement "bVar5 = param_2 << 0x1d <= param_1;" (assignment_expression "bVar5 = param_2 << 0x1d <= param_1" identifier = (binary_expression "param_2 << 0x1d <= param_1" (binary_expression "param_2 << 0x1d" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }" if (parenthesized_expression "(bVar5)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x20000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x20000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x20000000" identifier = (binary_expression "param_1 + param_2 * -0x20000000" identifier + (binary_expression "param_2 * -0x20000000" identifier * number_literal))) ;) })) (expression_statement "bVar6 = param_2 << 0x1c <= param_1;" (assignment_expression "bVar6 = param_2 << 0x1c <= param_1" identifier = (binary_expression "param_2 << 0x1c <= param_1" (binary_expression "param_2 << 0x1c" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }" if (parenthesized_expression "(bVar6)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x10000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x10000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x10000000" identifier = (binary_expression "param_1 + param_2 * -0x10000000" identifier + (binary_expression "param_2 * -0x10000000" identifier * number_literal))) ;) })) (expression_statement "bVar7 = param_2 << 0x1b <= param_1;" (assignment_expression "bVar7 = param_2 << 0x1b <= param_1" identifier = (binary_expression "param_2 << 0x1b <= param_1" (binary_expression "param_2 << 0x1b" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }" if (parenthesized_expression "(bVar7)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x8000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x8000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x8000000" identifier = (binary_expression "param_1 + param_2 * -0x8000000" identifier + (binary_expression "param_2 * -0x8000000" identifier * number_literal))) ;) })) (expression_statement "bVar8 = param_2 << 0x1a <= param_1;" (assignment_expression "bVar8 = param_2 << 0x1a <= param_1" identifier = (binary_expression "param_2 << 0x1a <= param_1" (binary_expression "param_2 << 0x1a" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }" if (parenthesized_expression "(bVar8)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x4000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x4000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x4000000" identifier = (binary_expression "param_1 + param_2 * -0x4000000" identifier + (binary_expression "param_2 * -0x4000000" identifier * number_literal))) ;) })) (expression_statement "bVar9 = param_2 << 0x19 <= param_1;" (assignment_expression "bVar9 = param_2 << 0x19 <= param_1" identifier = (binary_expression "param_2 << 0x19 <= param_1" (binary_expression "param_2 << 0x19" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }" if (parenthesized_expression "(bVar9)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x2000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x2000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x2000000" identifier = (binary_expression "param_1 + param_2 * -0x2000000" identifier + (binary_expression "param_2 * -0x2000000" identifier * number_literal))) ;) })) (expression_statement "bVar10 = param_2 << 0x18 <= param_1;" (assignment_expression "bVar10 = param_2 << 0x18 <= param_1" identifier = (binary_expression "param_2 << 0x18 <= param_1" (binary_expression "param_2 << 0x18" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }" if (parenthesized_expression "(bVar10)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x1000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x1000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x1000000" identifier = (binary_expression "param_1 + param_2 * -0x1000000" identifier + (binary_expression "param_2 * -0x1000000" identifier * number_literal))) ;) })) (expression_statement "bVar11 = param_2 << 0x17 <= param_1;" (assignment_expression "bVar11 = param_2 << 0x17 <= param_1" identifier = (binary_expression "param_2 << 0x17 <= param_1" (binary_expression "param_2 << 0x17" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }" if (parenthesized_expression "(bVar11)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x800000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x800000;" (assignment_expression "param_1 = param_1 + param_2 * -0x800000" identifier = (binary_expression "param_1 + param_2 * -0x800000" identifier + (binary_expression "param_2 * -0x800000" identifier * number_literal))) ;) })) (expression_statement "bVar12 = param_2 << 0x16 <= param_1;" (assignment_expression "bVar12 = param_2 << 0x16 <= param_1" identifier = (binary_expression "param_2 << 0x16 <= param_1" (binary_expression "param_2 << 0x16" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }" if (parenthesized_expression "(bVar12)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x400000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x400000;" (assignment_expression "param_1 = param_1 + param_2 * -0x400000" identifier = (binary_expression "param_1 + param_2 * -0x400000" identifier + (binary_expression "param_2 * -0x400000" identifier * number_literal))) ;) })) (expression_statement "bVar13 = param_2 << 0x15 <= param_1;" (assignment_expression "bVar13 = param_2 << 0x15 <= param_1" identifier = (binary_expression "param_2 << 0x15 <= param_1" (binary_expression "param_2 << 0x15" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }" if (parenthesized_expression "(bVar13)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x200000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x200000;" (assignment_expression "param_1 = param_1 + param_2 * -0x200000" identifier = (binary_expression "param_1 + param_2 * -0x200000" identifier + (binary_expression "param_2 * -0x200000" identifier * number_literal))) ;) })) (expression_statement "bVar14 = param_2 << 0x14 <= param_1;" (assignment_expression "bVar14 = param_2 << 0x14 <= param_1" identifier = (binary_expression "param_2 << 0x14 <= param_1" (binary_expression "param_2 << 0x14" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }" if (parenthesized_expression "(bVar14)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x100000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x100000;" (assignment_expression "param_1 = param_1 + param_2 * -0x100000" identifier = (binary_expression "param_1 + param_2 * -0x100000" identifier + (binary_expression "param_2 * -0x100000" identifier * number_literal))) ;) })) (expression_statement "bVar15 = param_2 << 0x13 <= param_1;" (assignment_expression "bVar15 = param_2 << 0x13 <= param_1" identifier = (binary_expression "param_2 << 0x13 <= param_1" (binary_expression "param_2 << 0x13" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }" if (parenthesized_expression "(bVar15)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x80000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x80000;" (assignment_expression "param_1 = param_1 + param_2 * -0x80000" identifier = (binary_expression "param_1 + param_2 * -0x80000" identifier + (binary_expression "param_2 * -0x80000" identifier * number_literal))) ;) })) (expression_statement "bVar16 = param_2 << 0x12 <= param_1;" (assignment_expression "bVar16 = param_2 << 0x12 <= param_1" identifier = (binary_expression "param_2 << 0x12 <= param_1" (binary_expression "param_2 << 0x12" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }" if (parenthesized_expression "(bVar16)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x40000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x40000;" (assignment_expression "param_1 = param_1 + param_2 * -0x40000" identifier = (binary_expression "param_1 + param_2 * -0x40000" identifier + (binary_expression "param_2 * -0x40000" identifier * number_literal))) ;) })) (expression_statement "bVar17 = param_2 << 0x11 <= param_1;" (assignment_expression "bVar17 = param_2 << 0x11 <= param_1" identifier = (binary_expression "param_2 << 0x11 <= param_1" (binary_expression "param_2 << 0x11" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }" if (parenthesized_expression "(bVar17)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x20000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x20000;" (assignment_expression "param_1 = param_1 + param_2 * -0x20000" identifier = (binary_expression "param_1 + param_2 * -0x20000" identifier + (binary_expression "param_2 * -0x20000" identifier * number_literal))) ;) })) (expression_statement "bVar18 = param_2 << 0x10 <= param_1;" (assignment_expression "bVar18 = param_2 << 0x10 <= param_1" identifier = (binary_expression "param_2 << 0x10 <= param_1" (binary_expression "param_2 << 0x10" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }" if (parenthesized_expression "(bVar18)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x10000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x10000;" (assignment_expression "param_1 = param_1 + param_2 * -0x10000" identifier = (binary_expression "param_1 + param_2 * -0x10000" identifier + (binary_expression "param_2 * -0x10000" identifier * number_literal))) ;) })) (expression_statement "bVar19 = param_2 << 0xf <= param_1;" (assignment_expression "bVar19 = param_2 << 0xf <= param_1" identifier = (binary_expression "param_2 << 0xf <= param_1" (binary_expression "param_2 << 0xf" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }" if (parenthesized_expression "(bVar19)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x8000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x8000;" (assignment_expression "param_1 = param_1 + param_2 * -0x8000" identifier = (binary_expression "param_1 + param_2 * -0x8000" identifier + (binary_expression "param_2 * -0x8000" identifier * number_literal))) ;) })) (expression_statement "bVar20 = param_2 << 0xe <= param_1;" (assignment_expression "bVar20 = param_2 << 0xe <= param_1" identifier = (binary_expression "param_2 << 0xe <= param_1" (binary_expression "param_2 << 0xe" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }" if (parenthesized_expression "(bVar20)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x4000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x4000;" (assignment_expression "param_1 = param_1 + param_2 * -0x4000" identifier = (binary_expression "param_1 + param_2 * -0x4000" identifier + (binary_expression "param_2 * -0x4000" identifier * number_literal))) ;) })) (expression_statement "bVar21 = param_2 << 0xd <= param_1;" (assignment_expression "bVar21 = param_2 << 0xd <= param_1" identifier = (binary_expression "param_2 << 0xd <= param_1" (binary_expression "param_2 << 0xd" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }" if (parenthesized_expression "(bVar21)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x2000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x2000;" (assignment_expression "param_1 = param_1 + param_2 * -0x2000" identifier = (binary_expression "param_1 + param_2 * -0x2000" identifier + (binary_expression "param_2 * -0x2000" identifier * number_literal))) ;) })) (expression_statement "bVar22 = param_2 << 0xc <= param_1;" (assignment_expression "bVar22 = param_2 << 0xc <= param_1" identifier = (binary_expression "param_2 << 0xc <= param_1" (binary_expression "param_2 << 0xc" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }" if (parenthesized_expression "(bVar22)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x1000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x1000;" (assignment_expression "param_1 = param_1 + param_2 * -0x1000" identifier = (binary_expression "param_1 + param_2 * -0x1000" identifier + (binary_expression "param_2 * -0x1000" identifier * number_literal))) ;) })) (expression_statement "bVar23 = param_2 << 0xb <= param_1;" (assignment_expression "bVar23 = param_2 << 0xb <= param_1" identifier = (binary_expression "param_2 << 0xb <= param_1" (binary_expression "param_2 << 0xb" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }" if (parenthesized_expression "(bVar23)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x800;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x800;" (assignment_expression "param_1 = param_1 + param_2 * -0x800" identifier = (binary_expression "param_1 + param_2 * -0x800" identifier + (binary_expression "param_2 * -0x800" identifier * number_literal))) ;) })) (expression_statement "bVar24 = param_2 << 10 <= param_1;" (assignment_expression "bVar24 = param_2 << 10 <= param_1" identifier = (binary_expression "param_2 << 10 <= param_1" (binary_expression "param_2 << 10" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }" if (parenthesized_expression "(bVar24)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x400;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x400;" (assignment_expression "param_1 = param_1 + param_2 * -0x400" identifier = (binary_expression "param_1 + param_2 * -0x400" identifier + (binary_expression "param_2 * -0x400" identifier * number_literal))) ;) })) (expression_statement "bVar25 = param_2 << 9 <= param_1;" (assignment_expression "bVar25 = param_2 << 9 <= param_1" identifier = (binary_expression "param_2 << 9 <= param_1" (binary_expression "param_2 << 9" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }" if (parenthesized_expression "(bVar25)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x200;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x200;" (assignment_expression "param_1 = param_1 + param_2 * -0x200" identifier = (binary_expression "param_1 + param_2 * -0x200" identifier + (binary_expression "param_2 * -0x200" identifier * number_literal))) ;) })) (expression_statement "bVar26 = param_2 << 8 <= param_1;" (assignment_expression "bVar26 = param_2 << 8 <= param_1" identifier = (binary_expression "param_2 << 8 <= param_1" (binary_expression "param_2 << 8" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }" if (parenthesized_expression "(bVar26)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x100;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x100;" (assignment_expression "param_1 = param_1 + param_2 * -0x100" identifier = (binary_expression "param_1 + param_2 * -0x100" identifier + (binary_expression "param_2 * -0x100" identifier * number_literal))) ;) })) (expression_statement "bVar27 = param_2 << 7 <= param_1;" (assignment_expression "bVar27 = param_2 << 7 <= param_1" identifier = (binary_expression "param_2 << 7 <= param_1" (binary_expression "param_2 << 7" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }" if (parenthesized_expression "(bVar27)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x80;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x80;" (assignment_expression "param_1 = param_1 + param_2 * -0x80" identifier = (binary_expression "param_1 + param_2 * -0x80" identifier + (binary_expression "param_2 * -0x80" identifier * number_literal))) ;) })) (expression_statement "bVar28 = param_2 << 6 <= param_1;" (assignment_expression "bVar28 = param_2 << 6 <= param_1" identifier = (binary_expression "param_2 << 6 <= param_1" (binary_expression "param_2 << 6" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }" if (parenthesized_expression "(bVar28)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x40;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x40;" (assignment_expression "param_1 = param_1 + param_2 * -0x40" identifier = (binary_expression "param_1 + param_2 * -0x40" identifier + (binary_expression "param_2 * -0x40" identifier * number_literal))) ;) })) (expression_statement "bVar29 = param_2 << 5 <= param_1;" (assignment_expression "bVar29 = param_2 << 5 <= param_1" identifier = (binary_expression "param_2 << 5 <= param_1" (binary_expression "param_2 << 5" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }" if (parenthesized_expression "(bVar29)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x20;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x20;" (assignment_expression "param_1 = param_1 + param_2 * -0x20" identifier = (binary_expression "param_1 + param_2 * -0x20" identifier + (binary_expression "param_2 * -0x20" identifier * number_literal))) ;) })) (expression_statement "bVar30 = param_2 << 4 <= param_1;" (assignment_expression "bVar30 = param_2 << 4 <= param_1" identifier = (binary_expression "param_2 << 4 <= param_1" (binary_expression "param_2 << 4" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }" if (parenthesized_expression "(bVar30)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x10;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x10;" (assignment_expression "param_1 = param_1 + param_2 * -0x10" identifier = (binary_expression "param_1 + param_2 * -0x10" identifier + (binary_expression "param_2 * -0x10" identifier * number_literal))) ;) })) (expression_statement "bVar31 = param_2 << 3 <= param_1;" (assignment_expression "bVar31 = param_2 << 3 <= param_1" identifier = (binary_expression "param_2 << 3 <= param_1" (binary_expression "param_2 << 3" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }" if (parenthesized_expression "(bVar31)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -8;\n }" { (expression_statement "param_1 = param_1 + param_2 * -8;" (assignment_expression "param_1 = param_1 + param_2 * -8" identifier = (binary_expression "param_1 + param_2 * -8" identifier + (binary_expression "param_2 * -8" identifier * number_literal))) ;) })) (expression_statement "bVar32 = param_2 << 2 <= param_1;" (assignment_expression "bVar32 = param_2 << 2 <= param_1" identifier = (binary_expression "param_2 << 2 <= param_1" (binary_expression "param_2 << 2" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }" if (parenthesized_expression "(bVar32)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -4;\n }" { (expression_statement "param_1 = param_1 + param_2 * -4;" (assignment_expression "param_1 = param_1 + param_2 * -4" identifier = (binary_expression "param_1 + param_2 * -4" identifier + (binary_expression "param_2 * -4" identifier * number_literal))) ;) })) (expression_statement "bVar33 = param_2 << 1 <= param_1;" (assignment_expression "bVar33 = param_2 << 1 <= param_1" identifier = (binary_expression "param_2 << 1 <= param_1" (binary_expression "param_2 << 1" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }" if (parenthesized_expression "(bVar33)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -2;\n }" { (expression_statement "param_1 = param_1 + param_2 * -2;" (assignment_expression "param_1 = param_1 + param_2 * -2" identifier = (binary_expression "param_1 + param_2 * -2" identifier + (binary_expression "param_2 * -2" identifier * number_literal))) ;) })) (return_statement "return (((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1);" return (binary_expression "(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1)" (binary_expression "(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2" (parenthesized_expression "(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33)" ( (binary_expression "((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33" (binary_expression "((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2" (parenthesized_expression "((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32)" ( (binary_expression "(((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32" (binary_expression "(((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2" (parenthesized_expression "(((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31)" ( (binary_expression "((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31" (binary_expression "((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30) * 2" (parenthesized_expression "((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30)" ( (binary_expression "(((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2 + (uint)bVar30" (binary_expression "(((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29) * 2" (parenthesized_expression "(((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29)" ( (binary_expression "((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 +\n (uint)bVar29" (binary_expression "((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2" (parenthesized_expression "((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28)" ( (binary_expression "(((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28" (binary_expression "(((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2" (parenthesized_expression "(((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27)" ( (binary_expression "((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27" (binary_expression "((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26) * 2" (parenthesized_expression "((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26)" ( (binary_expression "(((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2 + (uint)bVar26" (binary_expression "(((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25) * 2" (parenthesized_expression "(((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25)" ( (binary_expression "((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 +\n (uint)bVar25" (binary_expression "((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2" (parenthesized_expression "((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24)" ( (binary_expression "(((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24" (binary_expression "(((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2" (parenthesized_expression "(((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23)" ( (binary_expression "((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2 + (uint)bVar23" (binary_expression "((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22) * 2" (parenthesized_expression "((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22)" ( (binary_expression "(((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2 + (uint)bVar22" (binary_expression "(((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)\n * 2" (parenthesized_expression "(((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21)" ( (binary_expression "((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21" (binary_expression "((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2" (parenthesized_expression "((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20)" ( (binary_expression "(((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20" (binary_expression "(((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2" (parenthesized_expression "(((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19)" ( (binary_expression "((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19" (binary_expression "((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2" (parenthesized_expression "((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18)" ( (binary_expression "(((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18" (binary_expression "(((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2" (parenthesized_expression "(((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17)" ( (binary_expression "((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2 + (uint)bVar17" (binary_expression "((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16) * 2" (parenthesized_expression "((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16)" ( (binary_expression "(((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2 + (uint)bVar16" (binary_expression "(((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15) * 2" (parenthesized_expression "(((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15)" ( (binary_expression "((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 +\n (uint)bVar15" (binary_expression "((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2" (parenthesized_expression "((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14)" ( (binary_expression "(((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14" (binary_expression "(((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13) * 2" (parenthesized_expression "(((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13)" ( (binary_expression "((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2 + (uint)bVar13" (binary_expression "((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12) * 2" (parenthesized_expression "((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12)" ( (binary_expression "(((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 +\n (uint)bVar12" (binary_expression "(((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2" (parenthesized_expression "(((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11)" ( (binary_expression "((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11" (binary_expression "((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2" (parenthesized_expression "((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10)" ( (binary_expression "(((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10" (binary_expression "(((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2" (parenthesized_expression "(((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9)" ( (binary_expression "((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9" (binary_expression "((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2" (parenthesized_expression "((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8)" ( (binary_expression "(((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8" (binary_expression "(((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7) * 2" (parenthesized_expression "(((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7)" ( (binary_expression "((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2 + (uint)bVar7" (binary_expression "((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6) * 2" (parenthesized_expression "((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6)" ( (binary_expression "(((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 +\n (uint)bVar6" (binary_expression "(((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2" (parenthesized_expression "(((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5)" ( (binary_expression "((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5" (binary_expression "((uint)bVar3 * 2 + (uint)bVar4) * 2" (parenthesized_expression "((uint)bVar3 * 2 + (uint)bVar4)" ( (binary_expression "(uint)bVar3 * 2 + (uint)bVar4" (binary_expression "(uint)bVar3 * 2" (cast_expression "(uint)bVar3" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal) + (cast_expression "(uint)bVar4" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar5" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar6" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar7" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar9" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar11" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar12" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar13" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar14" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar15" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar17" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar18" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar19" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar20" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar21" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar22" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar23" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar24" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar25" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar26" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar27" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar28" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar29" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar30" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar32" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar33" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (call_expression "(uint)(param_2 <= param_1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 <= param_1)" ( (binary_expression "param_2 <= param_1" identifier <= identifier) )))) ;) })) comment comment (expression_statement "uVar1 = (*(code *)(iVar2 * 0xc + 0x162a4))();" (assignment_expression "uVar1 = (*(code *)(iVar2 * 0xc + 0x162a4))()" identifier = (call_expression "(*(code *)(iVar2 * 0xc + 0x162a4))()" (parenthesized_expression "(*(code *)(iVar2 * 0xc + 0x162a4))" ( (pointer_expression "*(code *)(iVar2 * 0xc + 0x162a4)" * (cast_expression "(code *)(iVar2 * 0xc + 0x162a4)" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 * 0xc + 0x162a4)" ( (binary_expression "iVar2 * 0xc + 0x162a4" (binary_expression "iVar2 * 0xc" identifier * number_literal) + number_literal) )))) )) (argument_list "()" ( )))) ;) (return_statement "return uVar1;" return identifier ;) })))
(translation_unit "ulonglong FUN_00016268(uint param_1,uint param_2)\n\n{\n uint uVar1;\n int iVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n bool bVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n bool bVar12;\n bool bVar13;\n bool bVar14;\n bool bVar15;\n bool bVar16;\n bool bVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n bool bVar21;\n bool bVar22;\n bool bVar23;\n bool bVar24;\n bool bVar25;\n bool bVar26;\n bool bVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n bool bVar31;\n bool bVar32;\n bool bVar33;\n ulonglong uVar34;\n \n if (param_2 - 1 == 0) {\n return CONCAT44(param_2,param_1);\n }\n if (param_2 == 0) {\n uVar1 = raise(8);\n return (ulonglong)uVar1;\n }\n if (param_1 <= param_2) {\n return CONCAT44(param_2,(uint)(param_1 == param_2));\n }\n if ((param_2 & param_2 - 1) == 0) {\n return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));\n }\n iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));\n if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));\n }\n /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))();\n return uVar34;\n}\n\n" (function_definition "ulonglong FUN_00016268(uint param_1,uint param_2)\n\n{\n uint uVar1;\n int iVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n bool bVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n bool bVar12;\n bool bVar13;\n bool bVar14;\n bool bVar15;\n bool bVar16;\n bool bVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n bool bVar21;\n bool bVar22;\n bool bVar23;\n bool bVar24;\n bool bVar25;\n bool bVar26;\n bool bVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n bool bVar31;\n bool bVar32;\n bool bVar33;\n ulonglong uVar34;\n \n if (param_2 - 1 == 0) {\n return CONCAT44(param_2,param_1);\n }\n if (param_2 == 0) {\n uVar1 = raise(8);\n return (ulonglong)uVar1;\n }\n if (param_1 <= param_2) {\n return CONCAT44(param_2,(uint)(param_1 == param_2));\n }\n if ((param_2 & param_2 - 1) == 0) {\n return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));\n }\n iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));\n if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));\n }\n /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))();\n return uVar34;\n}" type_identifier (function_declarator "FUN_00016268(uint param_1,uint param_2)" identifier (parameter_list "(uint param_1,uint param_2)" ( (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n int iVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n bool bVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n bool bVar12;\n bool bVar13;\n bool bVar14;\n bool bVar15;\n bool bVar16;\n bool bVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n bool bVar21;\n bool bVar22;\n bool bVar23;\n bool bVar24;\n bool bVar25;\n bool bVar26;\n bool bVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n bool bVar31;\n bool bVar32;\n bool bVar33;\n ulonglong uVar34;\n \n if (param_2 - 1 == 0) {\n return CONCAT44(param_2,param_1);\n }\n if (param_2 == 0) {\n uVar1 = raise(8);\n return (ulonglong)uVar1;\n }\n if (param_1 <= param_2) {\n return CONCAT44(param_2,(uint)(param_1 == param_2));\n }\n if ((param_2 & param_2 - 1) == 0) {\n return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));\n }\n iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));\n if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));\n }\n /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))();\n return uVar34;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "bool bVar7;" primitive_type identifier ;) (declaration "bool bVar8;" primitive_type identifier ;) (declaration "bool bVar9;" primitive_type identifier ;) (declaration "bool bVar10;" primitive_type identifier ;) (declaration "bool bVar11;" primitive_type identifier ;) (declaration "bool bVar12;" primitive_type identifier ;) (declaration "bool bVar13;" primitive_type identifier ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "bool bVar15;" primitive_type identifier ;) (declaration "bool bVar16;" primitive_type identifier ;) (declaration "bool bVar17;" primitive_type identifier ;) (declaration "bool bVar18;" primitive_type identifier ;) (declaration "bool bVar19;" primitive_type identifier ;) (declaration "bool bVar20;" primitive_type identifier ;) (declaration "bool bVar21;" primitive_type identifier ;) (declaration "bool bVar22;" primitive_type identifier ;) (declaration "bool bVar23;" primitive_type identifier ;) (declaration "bool bVar24;" primitive_type identifier ;) (declaration "bool bVar25;" primitive_type identifier ;) (declaration "bool bVar26;" primitive_type identifier ;) (declaration "bool bVar27;" primitive_type identifier ;) (declaration "bool bVar28;" primitive_type identifier ;) (declaration "bool bVar29;" primitive_type identifier ;) (declaration "bool bVar30;" primitive_type identifier ;) (declaration "bool bVar31;" primitive_type identifier ;) (declaration "bool bVar32;" primitive_type identifier ;) (declaration "bool bVar33;" primitive_type identifier ;) (declaration "ulonglong uVar34;" type_identifier identifier ;) (if_statement "if (param_2 - 1 == 0) {\n return CONCAT44(param_2,param_1);\n }" if (parenthesized_expression "(param_2 - 1 == 0)" ( (binary_expression "param_2 - 1 == 0" (binary_expression "param_2 - 1" identifier - number_literal) == number_literal) )) (compound_statement "{\n return CONCAT44(param_2,param_1);\n }" { (return_statement "return CONCAT44(param_2,param_1);" return (call_expression "CONCAT44(param_2,param_1)" identifier (argument_list "(param_2,param_1)" ( identifier , identifier ))) ;) })) (if_statement "if (param_2 == 0) {\n uVar1 = raise(8);\n return (ulonglong)uVar1;\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar1 = raise(8);\n return (ulonglong)uVar1;\n }" { (expression_statement "uVar1 = raise(8);" (assignment_expression "uVar1 = raise(8)" identifier = (call_expression "raise(8)" identifier (argument_list "(8)" ( number_literal )))) ;) (return_statement "return (ulonglong)uVar1;" return (cast_expression "(ulonglong)uVar1" ( (type_descriptor "ulonglong" type_identifier) ) identifier) ;) })) (if_statement "if (param_1 <= param_2) {\n return CONCAT44(param_2,(uint)(param_1 == param_2));\n }" if (parenthesized_expression "(param_1 <= param_2)" ( (binary_expression "param_1 <= param_2" identifier <= identifier) )) (compound_statement "{\n return CONCAT44(param_2,(uint)(param_1 == param_2));\n }" { (return_statement "return CONCAT44(param_2,(uint)(param_1 == param_2));" return (call_expression "CONCAT44(param_2,(uint)(param_1 == param_2))" identifier (argument_list "(param_2,(uint)(param_1 == param_2))" ( identifier , (call_expression "(uint)(param_1 == param_2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_1 == param_2)" ( (binary_expression "param_1 == param_2" identifier == identifier) ))) ))) ;) })) (if_statement "if ((param_2 & param_2 - 1) == 0) {\n return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));\n }" if (parenthesized_expression "((param_2 & param_2 - 1) == 0)" ( (binary_expression "(param_2 & param_2 - 1) == 0" (parenthesized_expression "(param_2 & param_2 - 1)" ( (binary_expression "param_2 & param_2 - 1" identifier & (binary_expression "param_2 - 1" identifier - number_literal)) )) == number_literal) )) (compound_statement "{\n return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));\n }" { (return_statement "return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));" return (call_expression "CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff))" identifier (argument_list "(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff))" ( identifier , (binary_expression "param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff)" identifier >> (parenthesized_expression "(0x1fU - LZCOUNT(param_2) & 0xff)" ( (binary_expression "0x1fU - LZCOUNT(param_2) & 0xff" (binary_expression "0x1fU - LZCOUNT(param_2)" number_literal - (call_expression "LZCOUNT(param_2)" identifier (argument_list "(param_2)" ( identifier )))) & number_literal) ))) ))) ;) })) (expression_statement "iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));" (assignment_expression "iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1))" identifier = (binary_expression "0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1))" number_literal - (parenthesized_expression "(LZCOUNT(param_2) - LZCOUNT(param_1))" ( (binary_expression "LZCOUNT(param_2) - LZCOUNT(param_1)" (call_expression "LZCOUNT(param_2)" identifier (argument_list "(param_2)" ( identifier ))) - (call_expression "LZCOUNT(param_1)" identifier (argument_list "(param_1)" ( identifier )))) )))) ;) (if_statement "if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));\n }" { (expression_statement "bVar3 = param_2 << 0x1f <= param_1;" (assignment_expression "bVar3 = param_2 << 0x1f <= param_1" identifier = (binary_expression "param_2 << 0x1f <= param_1" (binary_expression "param_2 << 0x1f" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }" if (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x80000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x80000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x80000000" identifier = (binary_expression "param_1 + param_2 * -0x80000000" identifier + (binary_expression "param_2 * -0x80000000" identifier * number_literal))) ;) })) (expression_statement "bVar4 = param_2 << 0x1e <= param_1;" (assignment_expression "bVar4 = param_2 << 0x1e <= param_1" identifier = (binary_expression "param_2 << 0x1e <= param_1" (binary_expression "param_2 << 0x1e" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x40000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x40000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x40000000" identifier = (binary_expression "param_1 + param_2 * -0x40000000" identifier + (binary_expression "param_2 * -0x40000000" identifier * number_literal))) ;) })) (expression_statement "bVar5 = param_2 << 0x1d <= param_1;" (assignment_expression "bVar5 = param_2 << 0x1d <= param_1" identifier = (binary_expression "param_2 << 0x1d <= param_1" (binary_expression "param_2 << 0x1d" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }" if (parenthesized_expression "(bVar5)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x20000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x20000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x20000000" identifier = (binary_expression "param_1 + param_2 * -0x20000000" identifier + (binary_expression "param_2 * -0x20000000" identifier * number_literal))) ;) })) (expression_statement "bVar6 = param_2 << 0x1c <= param_1;" (assignment_expression "bVar6 = param_2 << 0x1c <= param_1" identifier = (binary_expression "param_2 << 0x1c <= param_1" (binary_expression "param_2 << 0x1c" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }" if (parenthesized_expression "(bVar6)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x10000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x10000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x10000000" identifier = (binary_expression "param_1 + param_2 * -0x10000000" identifier + (binary_expression "param_2 * -0x10000000" identifier * number_literal))) ;) })) (expression_statement "bVar7 = param_2 << 0x1b <= param_1;" (assignment_expression "bVar7 = param_2 << 0x1b <= param_1" identifier = (binary_expression "param_2 << 0x1b <= param_1" (binary_expression "param_2 << 0x1b" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }" if (parenthesized_expression "(bVar7)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x8000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x8000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x8000000" identifier = (binary_expression "param_1 + param_2 * -0x8000000" identifier + (binary_expression "param_2 * -0x8000000" identifier * number_literal))) ;) })) (expression_statement "bVar8 = param_2 << 0x1a <= param_1;" (assignment_expression "bVar8 = param_2 << 0x1a <= param_1" identifier = (binary_expression "param_2 << 0x1a <= param_1" (binary_expression "param_2 << 0x1a" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }" if (parenthesized_expression "(bVar8)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x4000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x4000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x4000000" identifier = (binary_expression "param_1 + param_2 * -0x4000000" identifier + (binary_expression "param_2 * -0x4000000" identifier * number_literal))) ;) })) (expression_statement "bVar9 = param_2 << 0x19 <= param_1;" (assignment_expression "bVar9 = param_2 << 0x19 <= param_1" identifier = (binary_expression "param_2 << 0x19 <= param_1" (binary_expression "param_2 << 0x19" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }" if (parenthesized_expression "(bVar9)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x2000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x2000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x2000000" identifier = (binary_expression "param_1 + param_2 * -0x2000000" identifier + (binary_expression "param_2 * -0x2000000" identifier * number_literal))) ;) })) (expression_statement "bVar10 = param_2 << 0x18 <= param_1;" (assignment_expression "bVar10 = param_2 << 0x18 <= param_1" identifier = (binary_expression "param_2 << 0x18 <= param_1" (binary_expression "param_2 << 0x18" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }" if (parenthesized_expression "(bVar10)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x1000000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x1000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x1000000" identifier = (binary_expression "param_1 + param_2 * -0x1000000" identifier + (binary_expression "param_2 * -0x1000000" identifier * number_literal))) ;) })) (expression_statement "bVar11 = param_2 << 0x17 <= param_1;" (assignment_expression "bVar11 = param_2 << 0x17 <= param_1" identifier = (binary_expression "param_2 << 0x17 <= param_1" (binary_expression "param_2 << 0x17" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }" if (parenthesized_expression "(bVar11)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x800000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x800000;" (assignment_expression "param_1 = param_1 + param_2 * -0x800000" identifier = (binary_expression "param_1 + param_2 * -0x800000" identifier + (binary_expression "param_2 * -0x800000" identifier * number_literal))) ;) })) (expression_statement "bVar12 = param_2 << 0x16 <= param_1;" (assignment_expression "bVar12 = param_2 << 0x16 <= param_1" identifier = (binary_expression "param_2 << 0x16 <= param_1" (binary_expression "param_2 << 0x16" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }" if (parenthesized_expression "(bVar12)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x400000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x400000;" (assignment_expression "param_1 = param_1 + param_2 * -0x400000" identifier = (binary_expression "param_1 + param_2 * -0x400000" identifier + (binary_expression "param_2 * -0x400000" identifier * number_literal))) ;) })) (expression_statement "bVar13 = param_2 << 0x15 <= param_1;" (assignment_expression "bVar13 = param_2 << 0x15 <= param_1" identifier = (binary_expression "param_2 << 0x15 <= param_1" (binary_expression "param_2 << 0x15" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }" if (parenthesized_expression "(bVar13)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x200000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x200000;" (assignment_expression "param_1 = param_1 + param_2 * -0x200000" identifier = (binary_expression "param_1 + param_2 * -0x200000" identifier + (binary_expression "param_2 * -0x200000" identifier * number_literal))) ;) })) (expression_statement "bVar14 = param_2 << 0x14 <= param_1;" (assignment_expression "bVar14 = param_2 << 0x14 <= param_1" identifier = (binary_expression "param_2 << 0x14 <= param_1" (binary_expression "param_2 << 0x14" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }" if (parenthesized_expression "(bVar14)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x100000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x100000;" (assignment_expression "param_1 = param_1 + param_2 * -0x100000" identifier = (binary_expression "param_1 + param_2 * -0x100000" identifier + (binary_expression "param_2 * -0x100000" identifier * number_literal))) ;) })) (expression_statement "bVar15 = param_2 << 0x13 <= param_1;" (assignment_expression "bVar15 = param_2 << 0x13 <= param_1" identifier = (binary_expression "param_2 << 0x13 <= param_1" (binary_expression "param_2 << 0x13" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }" if (parenthesized_expression "(bVar15)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x80000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x80000;" (assignment_expression "param_1 = param_1 + param_2 * -0x80000" identifier = (binary_expression "param_1 + param_2 * -0x80000" identifier + (binary_expression "param_2 * -0x80000" identifier * number_literal))) ;) })) (expression_statement "bVar16 = param_2 << 0x12 <= param_1;" (assignment_expression "bVar16 = param_2 << 0x12 <= param_1" identifier = (binary_expression "param_2 << 0x12 <= param_1" (binary_expression "param_2 << 0x12" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }" if (parenthesized_expression "(bVar16)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x40000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x40000;" (assignment_expression "param_1 = param_1 + param_2 * -0x40000" identifier = (binary_expression "param_1 + param_2 * -0x40000" identifier + (binary_expression "param_2 * -0x40000" identifier * number_literal))) ;) })) (expression_statement "bVar17 = param_2 << 0x11 <= param_1;" (assignment_expression "bVar17 = param_2 << 0x11 <= param_1" identifier = (binary_expression "param_2 << 0x11 <= param_1" (binary_expression "param_2 << 0x11" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }" if (parenthesized_expression "(bVar17)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x20000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x20000;" (assignment_expression "param_1 = param_1 + param_2 * -0x20000" identifier = (binary_expression "param_1 + param_2 * -0x20000" identifier + (binary_expression "param_2 * -0x20000" identifier * number_literal))) ;) })) (expression_statement "bVar18 = param_2 << 0x10 <= param_1;" (assignment_expression "bVar18 = param_2 << 0x10 <= param_1" identifier = (binary_expression "param_2 << 0x10 <= param_1" (binary_expression "param_2 << 0x10" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }" if (parenthesized_expression "(bVar18)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x10000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x10000;" (assignment_expression "param_1 = param_1 + param_2 * -0x10000" identifier = (binary_expression "param_1 + param_2 * -0x10000" identifier + (binary_expression "param_2 * -0x10000" identifier * number_literal))) ;) })) (expression_statement "bVar19 = param_2 << 0xf <= param_1;" (assignment_expression "bVar19 = param_2 << 0xf <= param_1" identifier = (binary_expression "param_2 << 0xf <= param_1" (binary_expression "param_2 << 0xf" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }" if (parenthesized_expression "(bVar19)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x8000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x8000;" (assignment_expression "param_1 = param_1 + param_2 * -0x8000" identifier = (binary_expression "param_1 + param_2 * -0x8000" identifier + (binary_expression "param_2 * -0x8000" identifier * number_literal))) ;) })) (expression_statement "bVar20 = param_2 << 0xe <= param_1;" (assignment_expression "bVar20 = param_2 << 0xe <= param_1" identifier = (binary_expression "param_2 << 0xe <= param_1" (binary_expression "param_2 << 0xe" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }" if (parenthesized_expression "(bVar20)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x4000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x4000;" (assignment_expression "param_1 = param_1 + param_2 * -0x4000" identifier = (binary_expression "param_1 + param_2 * -0x4000" identifier + (binary_expression "param_2 * -0x4000" identifier * number_literal))) ;) })) (expression_statement "bVar21 = param_2 << 0xd <= param_1;" (assignment_expression "bVar21 = param_2 << 0xd <= param_1" identifier = (binary_expression "param_2 << 0xd <= param_1" (binary_expression "param_2 << 0xd" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }" if (parenthesized_expression "(bVar21)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x2000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x2000;" (assignment_expression "param_1 = param_1 + param_2 * -0x2000" identifier = (binary_expression "param_1 + param_2 * -0x2000" identifier + (binary_expression "param_2 * -0x2000" identifier * number_literal))) ;) })) (expression_statement "bVar22 = param_2 << 0xc <= param_1;" (assignment_expression "bVar22 = param_2 << 0xc <= param_1" identifier = (binary_expression "param_2 << 0xc <= param_1" (binary_expression "param_2 << 0xc" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }" if (parenthesized_expression "(bVar22)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x1000;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x1000;" (assignment_expression "param_1 = param_1 + param_2 * -0x1000" identifier = (binary_expression "param_1 + param_2 * -0x1000" identifier + (binary_expression "param_2 * -0x1000" identifier * number_literal))) ;) })) (expression_statement "bVar23 = param_2 << 0xb <= param_1;" (assignment_expression "bVar23 = param_2 << 0xb <= param_1" identifier = (binary_expression "param_2 << 0xb <= param_1" (binary_expression "param_2 << 0xb" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }" if (parenthesized_expression "(bVar23)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x800;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x800;" (assignment_expression "param_1 = param_1 + param_2 * -0x800" identifier = (binary_expression "param_1 + param_2 * -0x800" identifier + (binary_expression "param_2 * -0x800" identifier * number_literal))) ;) })) (expression_statement "bVar24 = param_2 << 10 <= param_1;" (assignment_expression "bVar24 = param_2 << 10 <= param_1" identifier = (binary_expression "param_2 << 10 <= param_1" (binary_expression "param_2 << 10" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }" if (parenthesized_expression "(bVar24)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x400;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x400;" (assignment_expression "param_1 = param_1 + param_2 * -0x400" identifier = (binary_expression "param_1 + param_2 * -0x400" identifier + (binary_expression "param_2 * -0x400" identifier * number_literal))) ;) })) (expression_statement "bVar25 = param_2 << 9 <= param_1;" (assignment_expression "bVar25 = param_2 << 9 <= param_1" identifier = (binary_expression "param_2 << 9 <= param_1" (binary_expression "param_2 << 9" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }" if (parenthesized_expression "(bVar25)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x200;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x200;" (assignment_expression "param_1 = param_1 + param_2 * -0x200" identifier = (binary_expression "param_1 + param_2 * -0x200" identifier + (binary_expression "param_2 * -0x200" identifier * number_literal))) ;) })) (expression_statement "bVar26 = param_2 << 8 <= param_1;" (assignment_expression "bVar26 = param_2 << 8 <= param_1" identifier = (binary_expression "param_2 << 8 <= param_1" (binary_expression "param_2 << 8" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }" if (parenthesized_expression "(bVar26)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x100;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x100;" (assignment_expression "param_1 = param_1 + param_2 * -0x100" identifier = (binary_expression "param_1 + param_2 * -0x100" identifier + (binary_expression "param_2 * -0x100" identifier * number_literal))) ;) })) (expression_statement "bVar27 = param_2 << 7 <= param_1;" (assignment_expression "bVar27 = param_2 << 7 <= param_1" identifier = (binary_expression "param_2 << 7 <= param_1" (binary_expression "param_2 << 7" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }" if (parenthesized_expression "(bVar27)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x80;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x80;" (assignment_expression "param_1 = param_1 + param_2 * -0x80" identifier = (binary_expression "param_1 + param_2 * -0x80" identifier + (binary_expression "param_2 * -0x80" identifier * number_literal))) ;) })) (expression_statement "bVar28 = param_2 << 6 <= param_1;" (assignment_expression "bVar28 = param_2 << 6 <= param_1" identifier = (binary_expression "param_2 << 6 <= param_1" (binary_expression "param_2 << 6" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }" if (parenthesized_expression "(bVar28)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x40;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x40;" (assignment_expression "param_1 = param_1 + param_2 * -0x40" identifier = (binary_expression "param_1 + param_2 * -0x40" identifier + (binary_expression "param_2 * -0x40" identifier * number_literal))) ;) })) (expression_statement "bVar29 = param_2 << 5 <= param_1;" (assignment_expression "bVar29 = param_2 << 5 <= param_1" identifier = (binary_expression "param_2 << 5 <= param_1" (binary_expression "param_2 << 5" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }" if (parenthesized_expression "(bVar29)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x20;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x20;" (assignment_expression "param_1 = param_1 + param_2 * -0x20" identifier = (binary_expression "param_1 + param_2 * -0x20" identifier + (binary_expression "param_2 * -0x20" identifier * number_literal))) ;) })) (expression_statement "bVar30 = param_2 << 4 <= param_1;" (assignment_expression "bVar30 = param_2 << 4 <= param_1" identifier = (binary_expression "param_2 << 4 <= param_1" (binary_expression "param_2 << 4" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }" if (parenthesized_expression "(bVar30)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -0x10;\n }" { (expression_statement "param_1 = param_1 + param_2 * -0x10;" (assignment_expression "param_1 = param_1 + param_2 * -0x10" identifier = (binary_expression "param_1 + param_2 * -0x10" identifier + (binary_expression "param_2 * -0x10" identifier * number_literal))) ;) })) (expression_statement "bVar31 = param_2 << 3 <= param_1;" (assignment_expression "bVar31 = param_2 << 3 <= param_1" identifier = (binary_expression "param_2 << 3 <= param_1" (binary_expression "param_2 << 3" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }" if (parenthesized_expression "(bVar31)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -8;\n }" { (expression_statement "param_1 = param_1 + param_2 * -8;" (assignment_expression "param_1 = param_1 + param_2 * -8" identifier = (binary_expression "param_1 + param_2 * -8" identifier + (binary_expression "param_2 * -8" identifier * number_literal))) ;) })) (expression_statement "bVar32 = param_2 << 2 <= param_1;" (assignment_expression "bVar32 = param_2 << 2 <= param_1" identifier = (binary_expression "param_2 << 2 <= param_1" (binary_expression "param_2 << 2" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }" if (parenthesized_expression "(bVar32)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -4;\n }" { (expression_statement "param_1 = param_1 + param_2 * -4;" (assignment_expression "param_1 = param_1 + param_2 * -4" identifier = (binary_expression "param_1 + param_2 * -4" identifier + (binary_expression "param_2 * -4" identifier * number_literal))) ;) })) (expression_statement "bVar33 = param_2 << 1 <= param_1;" (assignment_expression "bVar33 = param_2 << 1 <= param_1" identifier = (binary_expression "param_2 << 1 <= param_1" (binary_expression "param_2 << 1" identifier << number_literal) <= identifier)) ;) (if_statement "if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }" if (parenthesized_expression "(bVar33)" ( identifier )) (compound_statement "{\n param_1 = param_1 + param_2 * -2;\n }" { (expression_statement "param_1 = param_1 + param_2 * -2;" (assignment_expression "param_1 = param_1 + param_2 * -2" identifier = (binary_expression "param_1 + param_2 * -2" identifier + (binary_expression "param_2 * -2" identifier * number_literal))) ;) })) (return_statement "return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));" return (call_expression "CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1))" identifier (argument_list "(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1))" ( identifier , (binary_expression "(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1)" (binary_expression "(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2" (parenthesized_expression "(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33)" ( (binary_expression "((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33" (binary_expression "((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2" (parenthesized_expression "((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32)" ( (binary_expression "(((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32" (binary_expression "(((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2" (parenthesized_expression "(((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31)" ( (binary_expression "((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31" (binary_expression "((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2" (parenthesized_expression "((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30)" ( (binary_expression "(((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30" (binary_expression "(((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2" (parenthesized_expression "(((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29)" ( (binary_expression "((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29" (binary_expression "((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2" (parenthesized_expression "((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28)" ( (binary_expression "(((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28" (binary_expression "(((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2" (parenthesized_expression "(((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27)" ( (binary_expression "((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27" (binary_expression "((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2" (parenthesized_expression "((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26)" ( (binary_expression "(((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26" (binary_expression "(((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2" (parenthesized_expression "(((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25)" ( (binary_expression "((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25" (binary_expression "((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2" (parenthesized_expression "((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24)" ( (binary_expression "(((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24" (binary_expression "(((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2" (parenthesized_expression "(((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23)" ( (binary_expression "((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23" (binary_expression "((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2" (parenthesized_expression "((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22)" ( (binary_expression "(((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22" (binary_expression "(((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2" (parenthesized_expression "(((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21)" ( (binary_expression "((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21" (binary_expression "((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2" (parenthesized_expression "((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20)" ( (binary_expression "(((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20" (binary_expression "(((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2" (parenthesized_expression "(((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19)" ( (binary_expression "((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19" (binary_expression "((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2" (parenthesized_expression "((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18)" ( (binary_expression "(((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18" (binary_expression "(((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2" (parenthesized_expression "(((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17)" ( (binary_expression "((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17" (binary_expression "((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2" (parenthesized_expression "((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16)" ( (binary_expression "(((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16" (binary_expression "(((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2" (parenthesized_expression "(((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n )" ( (binary_expression "((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15" (binary_expression "((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2" (parenthesized_expression "((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14)" ( (binary_expression "(((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14" (binary_expression "(((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2" (parenthesized_expression "(((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13)" ( (binary_expression "((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13" (binary_expression "((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2" (parenthesized_expression "((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12)" ( (binary_expression "(((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12" (binary_expression "(((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2" (parenthesized_expression "(((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11)" ( (binary_expression "((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11" (binary_expression "((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2" (parenthesized_expression "((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10)" ( (binary_expression "(((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10" (binary_expression "(((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2" (parenthesized_expression "(((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9)" ( (binary_expression "((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9" (binary_expression "((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2" (parenthesized_expression "((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8)" ( (binary_expression "(((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8" (binary_expression "(((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2" (parenthesized_expression "(((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7)" ( (binary_expression "((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7" (binary_expression "((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2" (parenthesized_expression "((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6)" ( (binary_expression "(((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6" (binary_expression "(((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2" (parenthesized_expression "(((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5)" ( (binary_expression "((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5" (binary_expression "((uint)bVar3 * 2 + (uint)bVar4) * 2" (parenthesized_expression "((uint)bVar3 * 2 + (uint)bVar4)" ( (binary_expression "(uint)bVar3 * 2 + (uint)bVar4" (binary_expression "(uint)bVar3 * 2" (cast_expression "(uint)bVar3" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal) + (cast_expression "(uint)bVar4" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar5" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar6" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar7" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar9" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar11" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar12" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar13" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar14" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar15" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar17" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar18" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar19" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar20" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar21" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar22" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar23" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar24" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar25" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar26" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar27" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar28" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar29" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar30" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar32" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (cast_expression "(uint)bVar33" ( (type_descriptor "uint" type_identifier) ) identifier)) )) * number_literal) + (call_expression "(uint)(param_2 <= param_1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 <= param_1)" ( (binary_expression "param_2 <= param_1" identifier <= identifier) )))) ))) ;) })) comment comment (expression_statement "uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))();" (assignment_expression "uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))()" identifier = (call_expression "(*(code *)(iVar2 * 0xc + 0x162a4))()" (parenthesized_expression "(*(code *)(iVar2 * 0xc + 0x162a4))" ( (pointer_expression "*(code *)(iVar2 * 0xc + 0x162a4)" * (cast_expression "(code *)(iVar2 * 0xc + 0x162a4)" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 * 0xc + 0x162a4)" ( (binary_expression "iVar2 * 0xc + 0x162a4" (binary_expression "iVar2 * 0xc" identifier * number_literal) + number_literal) )))) )) (argument_list "()" ( )))) ;) (return_statement "return uVar34;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (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 ;) (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 ;) (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 (binary_expression IDENT - LIT) == LIT) )) (compound_statement { (return_statement return (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT )))) ;) (return_statement return (cast_expression ( (type_descriptor TYPE) ) IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (return_statement return (call_expression IDENT (argument_list ( IDENT , (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT == IDENT) ))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & (binary_expression IDENT - LIT)) )) == LIT) )) (compound_statement { (return_statement return (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT >> (parenthesized_expression ( (binary_expression (binary_expression LIT - (call_expression IDENT (argument_list ( IDENT )))) & LIT) ))) ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression LIT - (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( IDENT ))) - (call_expression IDENT (argument_list ( IDENT )))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) <= IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (return_statement return (call_expression IDENT (argument_list ( IDENT , (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) * LIT) + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT <= IDENT) )))) ))) ;) })) comment comment (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT * LIT) + LIT) )))) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
(function_definition "ulonglong FUN_00016268(uint param_1,uint param_2)\n\n{\n uint uVar1;\n int iVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n bool bVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n bool bVar12;\n bool bVar13;\n bool bVar14;\n bool bVar15;\n bool bVar16;\n bool bVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n bool bVar21;\n bool bVar22;\n bool bVar23;\n bool bVar24;\n bool bVar25;\n bool bVar26;\n bool bVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n bool bVar31;\n bool bVar32;\n bool bVar33;\n ulonglong uVar34;\n \n if (param_2 - 1 == 0) {\n return CONCAT44(param_2,param_1);\n }\n if (param_2 == 0) {\n uVar1 = raise(8);\n return (ulonglong)uVar1;\n }\n if (param_1 <= param_2) {\n return CONCAT44(param_2,(uint)(param_1 == param_2));\n }\n if ((param_2 & param_2 - 1) == 0) {\n return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));\n }\n iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));\n if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));\n }\n /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))();\n return uVar34;\n}" (type_identifier "ulonglong") (function_declarator "FUN_00016268(uint param_1,uint param_2)" (identifier "FUN_00016268") (parameter_list "(uint param_1,uint param_2)" (( "(") (parameter_declaration "uint param_1" (type_identifier "uint") (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n uint uVar1;\n int iVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n bool bVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n bool bVar12;\n bool bVar13;\n bool bVar14;\n bool bVar15;\n bool bVar16;\n bool bVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n bool bVar21;\n bool bVar22;\n bool bVar23;\n bool bVar24;\n bool bVar25;\n bool bVar26;\n bool bVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n bool bVar31;\n bool bVar32;\n bool bVar33;\n ulonglong uVar34;\n \n if (param_2 - 1 == 0) {\n return CONCAT44(param_2,param_1);\n }\n if (param_2 == 0) {\n uVar1 = raise(8);\n return (ulonglong)uVar1;\n }\n if (param_1 <= param_2) {\n return CONCAT44(param_2,(uint)(param_1 == param_2));\n }\n if ((param_2 & param_2 - 1) == 0) {\n return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));\n }\n iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));\n if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));\n }\n /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))();\n return uVar34;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "bool bVar3;" (primitive_type "bool") (identifier "bVar3") (; ";")) (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 "bool bVar7;" (primitive_type "bool") (identifier "bVar7") (; ";")) (declaration "bool bVar8;" (primitive_type "bool") (identifier "bVar8") (; ";")) (declaration "bool bVar9;" (primitive_type "bool") (identifier "bVar9") (; ";")) (declaration "bool bVar10;" (primitive_type "bool") (identifier "bVar10") (; ";")) (declaration "bool bVar11;" (primitive_type "bool") (identifier "bVar11") (; ";")) (declaration "bool bVar12;" (primitive_type "bool") (identifier "bVar12") (; ";")) (declaration "bool bVar13;" (primitive_type "bool") (identifier "bVar13") (; ";")) (declaration "bool bVar14;" (primitive_type "bool") (identifier "bVar14") (; ";")) (declaration "bool bVar15;" (primitive_type "bool") (identifier "bVar15") (; ";")) (declaration "bool bVar16;" (primitive_type "bool") (identifier "bVar16") (; ";")) (declaration "bool bVar17;" (primitive_type "bool") (identifier "bVar17") (; ";")) (declaration "bool bVar18;" (primitive_type "bool") (identifier "bVar18") (; ";")) (declaration "bool bVar19;" (primitive_type "bool") (identifier "bVar19") (; ";")) (declaration "bool bVar20;" (primitive_type "bool") (identifier "bVar20") (; ";")) (declaration "bool bVar21;" (primitive_type "bool") (identifier "bVar21") (; ";")) (declaration "bool bVar22;" (primitive_type "bool") (identifier "bVar22") (; ";")) (declaration "bool bVar23;" (primitive_type "bool") (identifier "bVar23") (; ";")) (declaration "bool bVar24;" (primitive_type "bool") (identifier "bVar24") (; ";")) (declaration "bool bVar25;" (primitive_type "bool") (identifier "bVar25") (; ";")) (declaration "bool bVar26;" (primitive_type "bool") (identifier "bVar26") (; ";")) (declaration "bool bVar27;" (primitive_type "bool") (identifier "bVar27") (; ";")) (declaration "bool bVar28;" (primitive_type "bool") (identifier "bVar28") (; ";")) (declaration "bool bVar29;" (primitive_type "bool") (identifier "bVar29") (; ";")) (declaration "bool bVar30;" (primitive_type "bool") (identifier "bVar30") (; ";")) (declaration "bool bVar31;" (primitive_type "bool") (identifier "bVar31") (; ";")) (declaration "bool bVar32;" (primitive_type "bool") (identifier "bVar32") (; ";")) (declaration "bool bVar33;" (primitive_type "bool") (identifier "bVar33") (; ";")) (declaration "ulonglong uVar34;" (type_identifier "ulonglong") (identifier "uVar34") (; ";")) (if_statement "if (param_2 - 1 == 0) {\n return CONCAT44(param_2,param_1);\n }" (if "if") (parenthesized_expression "(param_2 - 1 == 0)" (( "(") (binary_expression "param_2 - 1 == 0" (binary_expression "param_2 - 1" (identifier "param_2") (- "-") (number_literal "1")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return CONCAT44(param_2,param_1);\n }" ({ "{") (return_statement "return CONCAT44(param_2,param_1);" (return "return") (call_expression "CONCAT44(param_2,param_1)" (identifier "CONCAT44") (argument_list "(param_2,param_1)" (( "(") (identifier "param_2") (, ",") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (if_statement "if (param_2 == 0) {\n uVar1 = raise(8);\n return (ulonglong)uVar1;\n }" (if "if") (parenthesized_expression "(param_2 == 0)" (( "(") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar1 = raise(8);\n return (ulonglong)uVar1;\n }" ({ "{") (expression_statement "uVar1 = raise(8);" (assignment_expression "uVar1 = raise(8)" (identifier "uVar1") (= "=") (call_expression "raise(8)" (identifier "raise") (argument_list "(8)" (( "(") (number_literal "8") () ")")))) (; ";")) (return_statement "return (ulonglong)uVar1;" (return "return") (cast_expression "(ulonglong)uVar1" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar1")) (; ";")) (} "}"))) (if_statement "if (param_1 <= param_2) {\n return CONCAT44(param_2,(uint)(param_1 == param_2));\n }" (if "if") (parenthesized_expression "(param_1 <= param_2)" (( "(") (binary_expression "param_1 <= param_2" (identifier "param_1") (<= "<=") (identifier "param_2")) () ")")) (compound_statement "{\n return CONCAT44(param_2,(uint)(param_1 == param_2));\n }" ({ "{") (return_statement "return CONCAT44(param_2,(uint)(param_1 == param_2));" (return "return") (call_expression "CONCAT44(param_2,(uint)(param_1 == param_2))" (identifier "CONCAT44") (argument_list "(param_2,(uint)(param_1 == param_2))" (( "(") (identifier "param_2") (, ",") (call_expression "(uint)(param_1 == param_2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_1 == param_2)" (( "(") (binary_expression "param_1 == param_2" (identifier "param_1") (== "==") (identifier "param_2")) () ")"))) () ")"))) (; ";")) (} "}"))) (if_statement "if ((param_2 & param_2 - 1) == 0) {\n return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));\n }" (if "if") (parenthesized_expression "((param_2 & param_2 - 1) == 0)" (( "(") (binary_expression "(param_2 & param_2 - 1) == 0" (parenthesized_expression "(param_2 & param_2 - 1)" (( "(") (binary_expression "param_2 & param_2 - 1" (identifier "param_2") (& "&") (binary_expression "param_2 - 1" (identifier "param_2") (- "-") (number_literal "1"))) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));\n }" ({ "{") (return_statement "return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff));" (return "return") (call_expression "CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff))" (identifier "CONCAT44") (argument_list "(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff))" (( "(") (identifier "param_2") (, ",") (binary_expression "param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff)" (identifier "param_1") (>> ">>") (parenthesized_expression "(0x1fU - LZCOUNT(param_2) & 0xff)" (( "(") (binary_expression "0x1fU - LZCOUNT(param_2) & 0xff" (binary_expression "0x1fU - LZCOUNT(param_2)" (number_literal "0x1fU") (- "-") (call_expression "LZCOUNT(param_2)" (identifier "LZCOUNT") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (& "&") (number_literal "0xff")) () ")"))) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1));" (assignment_expression "iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1))" (identifier "iVar2") (= "=") (binary_expression "0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1))" (number_literal "0x1f") (- "-") (parenthesized_expression "(LZCOUNT(param_2) - LZCOUNT(param_1))" (( "(") (binary_expression "LZCOUNT(param_2) - LZCOUNT(param_1)" (call_expression "LZCOUNT(param_2)" (identifier "LZCOUNT") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")"))) (- "-") (call_expression "LZCOUNT(param_1)" (identifier "LZCOUNT") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) () ")")))) (; ";")) (if_statement "if (iVar2 == 0) {\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n bVar3 = param_2 << 0x1f <= param_1;\n if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }\n bVar4 = param_2 << 0x1e <= param_1;\n if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }\n bVar5 = param_2 << 0x1d <= param_1;\n if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }\n bVar6 = param_2 << 0x1c <= param_1;\n if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }\n bVar7 = param_2 << 0x1b <= param_1;\n if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }\n bVar8 = param_2 << 0x1a <= param_1;\n if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }\n bVar9 = param_2 << 0x19 <= param_1;\n if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }\n bVar10 = param_2 << 0x18 <= param_1;\n if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }\n bVar11 = param_2 << 0x17 <= param_1;\n if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }\n bVar12 = param_2 << 0x16 <= param_1;\n if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }\n bVar13 = param_2 << 0x15 <= param_1;\n if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }\n bVar14 = param_2 << 0x14 <= param_1;\n if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }\n bVar15 = param_2 << 0x13 <= param_1;\n if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }\n bVar16 = param_2 << 0x12 <= param_1;\n if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }\n bVar17 = param_2 << 0x11 <= param_1;\n if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }\n bVar18 = param_2 << 0x10 <= param_1;\n if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }\n bVar19 = param_2 << 0xf <= param_1;\n if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }\n bVar20 = param_2 << 0xe <= param_1;\n if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }\n bVar21 = param_2 << 0xd <= param_1;\n if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }\n bVar22 = param_2 << 0xc <= param_1;\n if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }\n bVar23 = param_2 << 0xb <= param_1;\n if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }\n bVar24 = param_2 << 10 <= param_1;\n if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }\n bVar25 = param_2 << 9 <= param_1;\n if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }\n bVar26 = param_2 << 8 <= param_1;\n if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }\n bVar27 = param_2 << 7 <= param_1;\n if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }\n bVar28 = param_2 << 6 <= param_1;\n if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }\n bVar29 = param_2 << 5 <= param_1;\n if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }\n bVar30 = param_2 << 4 <= param_1;\n if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }\n bVar31 = param_2 << 3 <= param_1;\n if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }\n bVar32 = param_2 << 2 <= param_1;\n if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }\n bVar33 = param_2 << 1 <= param_1;\n if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }\n return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));\n }" ({ "{") (expression_statement "bVar3 = param_2 << 0x1f <= param_1;" (assignment_expression "bVar3 = param_2 << 0x1f <= param_1" (identifier "bVar3") (= "=") (binary_expression "param_2 << 0x1f <= param_1" (binary_expression "param_2 << 0x1f" (identifier "param_2") (<< "<<") (number_literal "0x1f")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar3) {\n param_1 = param_1 + param_2 * -0x80000000;\n }" (if "if") (parenthesized_expression "(bVar3)" (( "(") (identifier "bVar3") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x80000000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x80000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x80000000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x80000000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x80000000" (identifier "param_2") (* "*") (number_literal "-0x80000000")))) (; ";")) (} "}"))) (expression_statement "bVar4 = param_2 << 0x1e <= param_1;" (assignment_expression "bVar4 = param_2 << 0x1e <= param_1" (identifier "bVar4") (= "=") (binary_expression "param_2 << 0x1e <= param_1" (binary_expression "param_2 << 0x1e" (identifier "param_2") (<< "<<") (number_literal "0x1e")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar4) {\n param_1 = param_1 + param_2 * -0x40000000;\n }" (if "if") (parenthesized_expression "(bVar4)" (( "(") (identifier "bVar4") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x40000000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x40000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x40000000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x40000000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x40000000" (identifier "param_2") (* "*") (number_literal "-0x40000000")))) (; ";")) (} "}"))) (expression_statement "bVar5 = param_2 << 0x1d <= param_1;" (assignment_expression "bVar5 = param_2 << 0x1d <= param_1" (identifier "bVar5") (= "=") (binary_expression "param_2 << 0x1d <= param_1" (binary_expression "param_2 << 0x1d" (identifier "param_2") (<< "<<") (number_literal "0x1d")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar5) {\n param_1 = param_1 + param_2 * -0x20000000;\n }" (if "if") (parenthesized_expression "(bVar5)" (( "(") (identifier "bVar5") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x20000000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x20000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x20000000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x20000000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x20000000" (identifier "param_2") (* "*") (number_literal "-0x20000000")))) (; ";")) (} "}"))) (expression_statement "bVar6 = param_2 << 0x1c <= param_1;" (assignment_expression "bVar6 = param_2 << 0x1c <= param_1" (identifier "bVar6") (= "=") (binary_expression "param_2 << 0x1c <= param_1" (binary_expression "param_2 << 0x1c" (identifier "param_2") (<< "<<") (number_literal "0x1c")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar6) {\n param_1 = param_1 + param_2 * -0x10000000;\n }" (if "if") (parenthesized_expression "(bVar6)" (( "(") (identifier "bVar6") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x10000000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x10000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x10000000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x10000000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x10000000" (identifier "param_2") (* "*") (number_literal "-0x10000000")))) (; ";")) (} "}"))) (expression_statement "bVar7 = param_2 << 0x1b <= param_1;" (assignment_expression "bVar7 = param_2 << 0x1b <= param_1" (identifier "bVar7") (= "=") (binary_expression "param_2 << 0x1b <= param_1" (binary_expression "param_2 << 0x1b" (identifier "param_2") (<< "<<") (number_literal "0x1b")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar7) {\n param_1 = param_1 + param_2 * -0x8000000;\n }" (if "if") (parenthesized_expression "(bVar7)" (( "(") (identifier "bVar7") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x8000000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x8000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x8000000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x8000000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x8000000" (identifier "param_2") (* "*") (number_literal "-0x8000000")))) (; ";")) (} "}"))) (expression_statement "bVar8 = param_2 << 0x1a <= param_1;" (assignment_expression "bVar8 = param_2 << 0x1a <= param_1" (identifier "bVar8") (= "=") (binary_expression "param_2 << 0x1a <= param_1" (binary_expression "param_2 << 0x1a" (identifier "param_2") (<< "<<") (number_literal "0x1a")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar8) {\n param_1 = param_1 + param_2 * -0x4000000;\n }" (if "if") (parenthesized_expression "(bVar8)" (( "(") (identifier "bVar8") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x4000000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x4000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x4000000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x4000000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x4000000" (identifier "param_2") (* "*") (number_literal "-0x4000000")))) (; ";")) (} "}"))) (expression_statement "bVar9 = param_2 << 0x19 <= param_1;" (assignment_expression "bVar9 = param_2 << 0x19 <= param_1" (identifier "bVar9") (= "=") (binary_expression "param_2 << 0x19 <= param_1" (binary_expression "param_2 << 0x19" (identifier "param_2") (<< "<<") (number_literal "0x19")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar9) {\n param_1 = param_1 + param_2 * -0x2000000;\n }" (if "if") (parenthesized_expression "(bVar9)" (( "(") (identifier "bVar9") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x2000000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x2000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x2000000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x2000000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x2000000" (identifier "param_2") (* "*") (number_literal "-0x2000000")))) (; ";")) (} "}"))) (expression_statement "bVar10 = param_2 << 0x18 <= param_1;" (assignment_expression "bVar10 = param_2 << 0x18 <= param_1" (identifier "bVar10") (= "=") (binary_expression "param_2 << 0x18 <= param_1" (binary_expression "param_2 << 0x18" (identifier "param_2") (<< "<<") (number_literal "0x18")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar10) {\n param_1 = param_1 + param_2 * -0x1000000;\n }" (if "if") (parenthesized_expression "(bVar10)" (( "(") (identifier "bVar10") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x1000000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x1000000;" (assignment_expression "param_1 = param_1 + param_2 * -0x1000000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x1000000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x1000000" (identifier "param_2") (* "*") (number_literal "-0x1000000")))) (; ";")) (} "}"))) (expression_statement "bVar11 = param_2 << 0x17 <= param_1;" (assignment_expression "bVar11 = param_2 << 0x17 <= param_1" (identifier "bVar11") (= "=") (binary_expression "param_2 << 0x17 <= param_1" (binary_expression "param_2 << 0x17" (identifier "param_2") (<< "<<") (number_literal "0x17")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar11) {\n param_1 = param_1 + param_2 * -0x800000;\n }" (if "if") (parenthesized_expression "(bVar11)" (( "(") (identifier "bVar11") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x800000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x800000;" (assignment_expression "param_1 = param_1 + param_2 * -0x800000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x800000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x800000" (identifier "param_2") (* "*") (number_literal "-0x800000")))) (; ";")) (} "}"))) (expression_statement "bVar12 = param_2 << 0x16 <= param_1;" (assignment_expression "bVar12 = param_2 << 0x16 <= param_1" (identifier "bVar12") (= "=") (binary_expression "param_2 << 0x16 <= param_1" (binary_expression "param_2 << 0x16" (identifier "param_2") (<< "<<") (number_literal "0x16")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar12) {\n param_1 = param_1 + param_2 * -0x400000;\n }" (if "if") (parenthesized_expression "(bVar12)" (( "(") (identifier "bVar12") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x400000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x400000;" (assignment_expression "param_1 = param_1 + param_2 * -0x400000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x400000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x400000" (identifier "param_2") (* "*") (number_literal "-0x400000")))) (; ";")) (} "}"))) (expression_statement "bVar13 = param_2 << 0x15 <= param_1;" (assignment_expression "bVar13 = param_2 << 0x15 <= param_1" (identifier "bVar13") (= "=") (binary_expression "param_2 << 0x15 <= param_1" (binary_expression "param_2 << 0x15" (identifier "param_2") (<< "<<") (number_literal "0x15")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar13) {\n param_1 = param_1 + param_2 * -0x200000;\n }" (if "if") (parenthesized_expression "(bVar13)" (( "(") (identifier "bVar13") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x200000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x200000;" (assignment_expression "param_1 = param_1 + param_2 * -0x200000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x200000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x200000" (identifier "param_2") (* "*") (number_literal "-0x200000")))) (; ";")) (} "}"))) (expression_statement "bVar14 = param_2 << 0x14 <= param_1;" (assignment_expression "bVar14 = param_2 << 0x14 <= param_1" (identifier "bVar14") (= "=") (binary_expression "param_2 << 0x14 <= param_1" (binary_expression "param_2 << 0x14" (identifier "param_2") (<< "<<") (number_literal "0x14")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar14) {\n param_1 = param_1 + param_2 * -0x100000;\n }" (if "if") (parenthesized_expression "(bVar14)" (( "(") (identifier "bVar14") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x100000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x100000;" (assignment_expression "param_1 = param_1 + param_2 * -0x100000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x100000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x100000" (identifier "param_2") (* "*") (number_literal "-0x100000")))) (; ";")) (} "}"))) (expression_statement "bVar15 = param_2 << 0x13 <= param_1;" (assignment_expression "bVar15 = param_2 << 0x13 <= param_1" (identifier "bVar15") (= "=") (binary_expression "param_2 << 0x13 <= param_1" (binary_expression "param_2 << 0x13" (identifier "param_2") (<< "<<") (number_literal "0x13")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar15) {\n param_1 = param_1 + param_2 * -0x80000;\n }" (if "if") (parenthesized_expression "(bVar15)" (( "(") (identifier "bVar15") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x80000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x80000;" (assignment_expression "param_1 = param_1 + param_2 * -0x80000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x80000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x80000" (identifier "param_2") (* "*") (number_literal "-0x80000")))) (; ";")) (} "}"))) (expression_statement "bVar16 = param_2 << 0x12 <= param_1;" (assignment_expression "bVar16 = param_2 << 0x12 <= param_1" (identifier "bVar16") (= "=") (binary_expression "param_2 << 0x12 <= param_1" (binary_expression "param_2 << 0x12" (identifier "param_2") (<< "<<") (number_literal "0x12")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar16) {\n param_1 = param_1 + param_2 * -0x40000;\n }" (if "if") (parenthesized_expression "(bVar16)" (( "(") (identifier "bVar16") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x40000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x40000;" (assignment_expression "param_1 = param_1 + param_2 * -0x40000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x40000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x40000" (identifier "param_2") (* "*") (number_literal "-0x40000")))) (; ";")) (} "}"))) (expression_statement "bVar17 = param_2 << 0x11 <= param_1;" (assignment_expression "bVar17 = param_2 << 0x11 <= param_1" (identifier "bVar17") (= "=") (binary_expression "param_2 << 0x11 <= param_1" (binary_expression "param_2 << 0x11" (identifier "param_2") (<< "<<") (number_literal "0x11")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar17) {\n param_1 = param_1 + param_2 * -0x20000;\n }" (if "if") (parenthesized_expression "(bVar17)" (( "(") (identifier "bVar17") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x20000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x20000;" (assignment_expression "param_1 = param_1 + param_2 * -0x20000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x20000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x20000" (identifier "param_2") (* "*") (number_literal "-0x20000")))) (; ";")) (} "}"))) (expression_statement "bVar18 = param_2 << 0x10 <= param_1;" (assignment_expression "bVar18 = param_2 << 0x10 <= param_1" (identifier "bVar18") (= "=") (binary_expression "param_2 << 0x10 <= param_1" (binary_expression "param_2 << 0x10" (identifier "param_2") (<< "<<") (number_literal "0x10")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar18) {\n param_1 = param_1 + param_2 * -0x10000;\n }" (if "if") (parenthesized_expression "(bVar18)" (( "(") (identifier "bVar18") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x10000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x10000;" (assignment_expression "param_1 = param_1 + param_2 * -0x10000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x10000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x10000" (identifier "param_2") (* "*") (number_literal "-0x10000")))) (; ";")) (} "}"))) (expression_statement "bVar19 = param_2 << 0xf <= param_1;" (assignment_expression "bVar19 = param_2 << 0xf <= param_1" (identifier "bVar19") (= "=") (binary_expression "param_2 << 0xf <= param_1" (binary_expression "param_2 << 0xf" (identifier "param_2") (<< "<<") (number_literal "0xf")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar19) {\n param_1 = param_1 + param_2 * -0x8000;\n }" (if "if") (parenthesized_expression "(bVar19)" (( "(") (identifier "bVar19") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x8000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x8000;" (assignment_expression "param_1 = param_1 + param_2 * -0x8000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x8000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x8000" (identifier "param_2") (* "*") (number_literal "-0x8000")))) (; ";")) (} "}"))) (expression_statement "bVar20 = param_2 << 0xe <= param_1;" (assignment_expression "bVar20 = param_2 << 0xe <= param_1" (identifier "bVar20") (= "=") (binary_expression "param_2 << 0xe <= param_1" (binary_expression "param_2 << 0xe" (identifier "param_2") (<< "<<") (number_literal "0xe")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar20) {\n param_1 = param_1 + param_2 * -0x4000;\n }" (if "if") (parenthesized_expression "(bVar20)" (( "(") (identifier "bVar20") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x4000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x4000;" (assignment_expression "param_1 = param_1 + param_2 * -0x4000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x4000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x4000" (identifier "param_2") (* "*") (number_literal "-0x4000")))) (; ";")) (} "}"))) (expression_statement "bVar21 = param_2 << 0xd <= param_1;" (assignment_expression "bVar21 = param_2 << 0xd <= param_1" (identifier "bVar21") (= "=") (binary_expression "param_2 << 0xd <= param_1" (binary_expression "param_2 << 0xd" (identifier "param_2") (<< "<<") (number_literal "0xd")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar21) {\n param_1 = param_1 + param_2 * -0x2000;\n }" (if "if") (parenthesized_expression "(bVar21)" (( "(") (identifier "bVar21") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x2000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x2000;" (assignment_expression "param_1 = param_1 + param_2 * -0x2000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x2000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x2000" (identifier "param_2") (* "*") (number_literal "-0x2000")))) (; ";")) (} "}"))) (expression_statement "bVar22 = param_2 << 0xc <= param_1;" (assignment_expression "bVar22 = param_2 << 0xc <= param_1" (identifier "bVar22") (= "=") (binary_expression "param_2 << 0xc <= param_1" (binary_expression "param_2 << 0xc" (identifier "param_2") (<< "<<") (number_literal "0xc")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar22) {\n param_1 = param_1 + param_2 * -0x1000;\n }" (if "if") (parenthesized_expression "(bVar22)" (( "(") (identifier "bVar22") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x1000;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x1000;" (assignment_expression "param_1 = param_1 + param_2 * -0x1000" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x1000" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x1000" (identifier "param_2") (* "*") (number_literal "-0x1000")))) (; ";")) (} "}"))) (expression_statement "bVar23 = param_2 << 0xb <= param_1;" (assignment_expression "bVar23 = param_2 << 0xb <= param_1" (identifier "bVar23") (= "=") (binary_expression "param_2 << 0xb <= param_1" (binary_expression "param_2 << 0xb" (identifier "param_2") (<< "<<") (number_literal "0xb")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar23) {\n param_1 = param_1 + param_2 * -0x800;\n }" (if "if") (parenthesized_expression "(bVar23)" (( "(") (identifier "bVar23") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x800;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x800;" (assignment_expression "param_1 = param_1 + param_2 * -0x800" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x800" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x800" (identifier "param_2") (* "*") (number_literal "-0x800")))) (; ";")) (} "}"))) (expression_statement "bVar24 = param_2 << 10 <= param_1;" (assignment_expression "bVar24 = param_2 << 10 <= param_1" (identifier "bVar24") (= "=") (binary_expression "param_2 << 10 <= param_1" (binary_expression "param_2 << 10" (identifier "param_2") (<< "<<") (number_literal "10")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar24) {\n param_1 = param_1 + param_2 * -0x400;\n }" (if "if") (parenthesized_expression "(bVar24)" (( "(") (identifier "bVar24") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x400;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x400;" (assignment_expression "param_1 = param_1 + param_2 * -0x400" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x400" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x400" (identifier "param_2") (* "*") (number_literal "-0x400")))) (; ";")) (} "}"))) (expression_statement "bVar25 = param_2 << 9 <= param_1;" (assignment_expression "bVar25 = param_2 << 9 <= param_1" (identifier "bVar25") (= "=") (binary_expression "param_2 << 9 <= param_1" (binary_expression "param_2 << 9" (identifier "param_2") (<< "<<") (number_literal "9")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar25) {\n param_1 = param_1 + param_2 * -0x200;\n }" (if "if") (parenthesized_expression "(bVar25)" (( "(") (identifier "bVar25") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x200;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x200;" (assignment_expression "param_1 = param_1 + param_2 * -0x200" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x200" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x200" (identifier "param_2") (* "*") (number_literal "-0x200")))) (; ";")) (} "}"))) (expression_statement "bVar26 = param_2 << 8 <= param_1;" (assignment_expression "bVar26 = param_2 << 8 <= param_1" (identifier "bVar26") (= "=") (binary_expression "param_2 << 8 <= param_1" (binary_expression "param_2 << 8" (identifier "param_2") (<< "<<") (number_literal "8")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar26) {\n param_1 = param_1 + param_2 * -0x100;\n }" (if "if") (parenthesized_expression "(bVar26)" (( "(") (identifier "bVar26") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x100;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x100;" (assignment_expression "param_1 = param_1 + param_2 * -0x100" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x100" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x100" (identifier "param_2") (* "*") (number_literal "-0x100")))) (; ";")) (} "}"))) (expression_statement "bVar27 = param_2 << 7 <= param_1;" (assignment_expression "bVar27 = param_2 << 7 <= param_1" (identifier "bVar27") (= "=") (binary_expression "param_2 << 7 <= param_1" (binary_expression "param_2 << 7" (identifier "param_2") (<< "<<") (number_literal "7")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar27) {\n param_1 = param_1 + param_2 * -0x80;\n }" (if "if") (parenthesized_expression "(bVar27)" (( "(") (identifier "bVar27") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x80;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x80;" (assignment_expression "param_1 = param_1 + param_2 * -0x80" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x80" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x80" (identifier "param_2") (* "*") (number_literal "-0x80")))) (; ";")) (} "}"))) (expression_statement "bVar28 = param_2 << 6 <= param_1;" (assignment_expression "bVar28 = param_2 << 6 <= param_1" (identifier "bVar28") (= "=") (binary_expression "param_2 << 6 <= param_1" (binary_expression "param_2 << 6" (identifier "param_2") (<< "<<") (number_literal "6")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar28) {\n param_1 = param_1 + param_2 * -0x40;\n }" (if "if") (parenthesized_expression "(bVar28)" (( "(") (identifier "bVar28") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x40;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x40;" (assignment_expression "param_1 = param_1 + param_2 * -0x40" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x40" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x40" (identifier "param_2") (* "*") (number_literal "-0x40")))) (; ";")) (} "}"))) (expression_statement "bVar29 = param_2 << 5 <= param_1;" (assignment_expression "bVar29 = param_2 << 5 <= param_1" (identifier "bVar29") (= "=") (binary_expression "param_2 << 5 <= param_1" (binary_expression "param_2 << 5" (identifier "param_2") (<< "<<") (number_literal "5")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar29) {\n param_1 = param_1 + param_2 * -0x20;\n }" (if "if") (parenthesized_expression "(bVar29)" (( "(") (identifier "bVar29") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x20;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x20;" (assignment_expression "param_1 = param_1 + param_2 * -0x20" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x20" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x20" (identifier "param_2") (* "*") (number_literal "-0x20")))) (; ";")) (} "}"))) (expression_statement "bVar30 = param_2 << 4 <= param_1;" (assignment_expression "bVar30 = param_2 << 4 <= param_1" (identifier "bVar30") (= "=") (binary_expression "param_2 << 4 <= param_1" (binary_expression "param_2 << 4" (identifier "param_2") (<< "<<") (number_literal "4")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar30) {\n param_1 = param_1 + param_2 * -0x10;\n }" (if "if") (parenthesized_expression "(bVar30)" (( "(") (identifier "bVar30") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -0x10;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -0x10;" (assignment_expression "param_1 = param_1 + param_2 * -0x10" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -0x10" (identifier "param_1") (+ "+") (binary_expression "param_2 * -0x10" (identifier "param_2") (* "*") (number_literal "-0x10")))) (; ";")) (} "}"))) (expression_statement "bVar31 = param_2 << 3 <= param_1;" (assignment_expression "bVar31 = param_2 << 3 <= param_1" (identifier "bVar31") (= "=") (binary_expression "param_2 << 3 <= param_1" (binary_expression "param_2 << 3" (identifier "param_2") (<< "<<") (number_literal "3")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar31) {\n param_1 = param_1 + param_2 * -8;\n }" (if "if") (parenthesized_expression "(bVar31)" (( "(") (identifier "bVar31") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -8;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -8;" (assignment_expression "param_1 = param_1 + param_2 * -8" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -8" (identifier "param_1") (+ "+") (binary_expression "param_2 * -8" (identifier "param_2") (* "*") (number_literal "-8")))) (; ";")) (} "}"))) (expression_statement "bVar32 = param_2 << 2 <= param_1;" (assignment_expression "bVar32 = param_2 << 2 <= param_1" (identifier "bVar32") (= "=") (binary_expression "param_2 << 2 <= param_1" (binary_expression "param_2 << 2" (identifier "param_2") (<< "<<") (number_literal "2")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar32) {\n param_1 = param_1 + param_2 * -4;\n }" (if "if") (parenthesized_expression "(bVar32)" (( "(") (identifier "bVar32") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -4;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -4;" (assignment_expression "param_1 = param_1 + param_2 * -4" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -4" (identifier "param_1") (+ "+") (binary_expression "param_2 * -4" (identifier "param_2") (* "*") (number_literal "-4")))) (; ";")) (} "}"))) (expression_statement "bVar33 = param_2 << 1 <= param_1;" (assignment_expression "bVar33 = param_2 << 1 <= param_1" (identifier "bVar33") (= "=") (binary_expression "param_2 << 1 <= param_1" (binary_expression "param_2 << 1" (identifier "param_2") (<< "<<") (number_literal "1")) (<= "<=") (identifier "param_1"))) (; ";")) (if_statement "if (bVar33) {\n param_1 = param_1 + param_2 * -2;\n }" (if "if") (parenthesized_expression "(bVar33)" (( "(") (identifier "bVar33") () ")")) (compound_statement "{\n param_1 = param_1 + param_2 * -2;\n }" ({ "{") (expression_statement "param_1 = param_1 + param_2 * -2;" (assignment_expression "param_1 = param_1 + param_2 * -2" (identifier "param_1") (= "=") (binary_expression "param_1 + param_2 * -2" (identifier "param_1") (+ "+") (binary_expression "param_2 * -2" (identifier "param_2") (* "*") (number_literal "-2")))) (; ";")) (} "}"))) (return_statement "return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1));" (return "return") (call_expression "CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1))" (identifier "CONCAT44") (argument_list "(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1))" (( "(") (identifier "param_2") (, ",") (binary_expression "(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2 + (uint)(param_2 <= param_1)" (binary_expression "(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33) * 2" (parenthesized_expression "(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33)" (( "(") (binary_expression "((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 +\n (uint)bVar33" (binary_expression "((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2" (parenthesized_expression "((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32)" (( "(") (binary_expression "(((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32" (binary_expression "(((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31) * 2" (parenthesized_expression "(((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31)" (( "(") (binary_expression "((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2 + (uint)bVar31" (binary_expression "((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30) * 2" (parenthesized_expression "((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30)" (( "(") (binary_expression "(((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 +\n (uint)bVar30" (binary_expression "(((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2" (parenthesized_expression "(((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29)" (( "(") (binary_expression "((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29" (binary_expression "((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28) * 2" (parenthesized_expression "((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28)" (( "(") (binary_expression "(((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2 + (uint)bVar28" (binary_expression "(((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27) * 2" (parenthesized_expression "(((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27)" (( "(") (binary_expression "((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 +\n (uint)bVar27" (binary_expression "((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2" (parenthesized_expression "((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26)" (( "(") (binary_expression "(((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26" (binary_expression "(((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25) * 2" (parenthesized_expression "(((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25)" (( "(") (binary_expression "((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2 + (uint)bVar25" (binary_expression "((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24) * 2" (parenthesized_expression "((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24)" (( "(") (binary_expression "(((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2\n + (uint)bVar24" (binary_expression "(((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2" (parenthesized_expression "(((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23)" (( "(") (binary_expression "((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23" (binary_expression "((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22) * 2" (parenthesized_expression "((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22)" (( "(") (binary_expression "(((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2 + (uint)bVar22" (binary_expression "(((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21) * 2" (parenthesized_expression "(((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21)" (( "(") (binary_expression "((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2\n + (uint)bVar21" (binary_expression "((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2" (parenthesized_expression "((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20)" (( "(") (binary_expression "(((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20" (binary_expression "(((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19) * 2" (parenthesized_expression "(((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19)" (( "(") (binary_expression "((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2 + (uint)bVar19" (binary_expression "((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18) * 2" (parenthesized_expression "((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18)" (( "(") (binary_expression "(((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 +\n (uint)bVar18" (binary_expression "(((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2" (parenthesized_expression "(((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17)" (( "(") (binary_expression "((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2 + (uint)bVar17" (binary_expression "((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16) * 2" (parenthesized_expression "((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16)" (( "(") (binary_expression "(((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2 + (uint)bVar16" (binary_expression "(((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n ) * 2" (parenthesized_expression "(((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15\n )" (( "(") (binary_expression "((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15" (binary_expression "((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14) * 2" (parenthesized_expression "((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14)" (( "(") (binary_expression "(((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2 + (uint)bVar14" (binary_expression "(((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13) * 2" (parenthesized_expression "(((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13)" (( "(") (binary_expression "((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2 +\n (uint)bVar13" (binary_expression "((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12) * 2" (parenthesized_expression "((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12)" (( "(") (binary_expression "(((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2 + (uint)bVar12" (binary_expression "(((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11) * 2" (parenthesized_expression "(((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11)" (( "(") (binary_expression "((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2 +\n (uint)bVar11" (binary_expression "((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10) * 2" (parenthesized_expression "((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10)" (( "(") (binary_expression "(((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2 + (uint)bVar10" (binary_expression "(((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9) * 2" (parenthesized_expression "(((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9)" (( "(") (binary_expression "((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2 +\n (uint)bVar9" (binary_expression "((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8) * 2" (parenthesized_expression "((((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8)" (( "(") (binary_expression "(((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2 + (uint)bVar8" (binary_expression "(((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7) * 2" (parenthesized_expression "(((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7)" (( "(") (binary_expression "((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2 +\n (uint)bVar7" (binary_expression "((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6) * 2" (parenthesized_expression "((((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6)" (( "(") (binary_expression "(((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2 + (uint)bVar6" (binary_expression "(((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5) * 2" (parenthesized_expression "(((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5)" (( "(") (binary_expression "((uint)bVar3 * 2 + (uint)bVar4) * 2 +\n (uint)bVar5" (binary_expression "((uint)bVar3 * 2 + (uint)bVar4) * 2" (parenthesized_expression "((uint)bVar3 * 2 + (uint)bVar4)" (( "(") (binary_expression "(uint)bVar3 * 2 + (uint)bVar4" (binary_expression "(uint)bVar3 * 2" (cast_expression "(uint)bVar3" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar3")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar4" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar4"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar5" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar5"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar6" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar6"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar7" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar7"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar8" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar8"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar9" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar9"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar10" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar10"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar11" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar11"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar12" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar12"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar13" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar13"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar14" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar14"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar15" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar15"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar16" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar16"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar17" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar17"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar18" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar18"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar19" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar19"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar20" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar20"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar21" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar21"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar22" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar22"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar23" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar23"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar24" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar24"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar25" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar25"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar26" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar26"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar27" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar27"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar28" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar28"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar29" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar29"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar30" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar30"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar31" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar31"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar32" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar32"))) () ")")) (* "*") (number_literal "2")) (+ "+") (cast_expression "(uint)bVar33" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar33"))) () ")")) (* "*") (number_literal "2")) (+ "+") (call_expression "(uint)(param_2 <= param_1)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_2 <= param_1)" (( "(") (binary_expression "param_2 <= param_1" (identifier "param_2") (<= "<=") (identifier "param_1")) () ")")))) () ")"))) (; ";")) (} "}"))) (comment "/* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */") (comment "/* WARNING: Treating indirect jump as call */") (expression_statement "uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))();" (assignment_expression "uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))()" (identifier "uVar34") (= "=") (call_expression "(*(code *)(iVar2 * 0xc + 0x162a4))()" (parenthesized_expression "(*(code *)(iVar2 * 0xc + 0x162a4))" (( "(") (pointer_expression "*(code *)(iVar2 * 0xc + 0x162a4)" (* "*") (cast_expression "(code *)(iVar2 * 0xc + 0x162a4)" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 * 0xc + 0x162a4)" (( "(") (binary_expression "iVar2 * 0xc + 0x162a4" (binary_expression "iVar2 * 0xc" (identifier "iVar2") (* "*") (number_literal "0xc")) (+ "+") (number_literal "0x162a4")) () ")")))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return uVar34;" (return "return") (identifier "uVar34") (; ";")) (} "}")))
type_1 function_1(type_1 var_2,type_1 var_1) { type_1 uVar1; int var_5; bool bVar3; bool bVar4; bool bVar5; bool bVar6; bool bVar7; bool bVar8; bool bVar9; bool bVar10; bool bVar11; bool bVar12; bool bVar13; bool bVar14; bool bVar15; bool bVar16; bool bVar17; bool bVar18; bool bVar19; bool bVar20; bool bVar21; bool bVar22; bool bVar23; bool bVar24; bool bVar25; bool bVar26; bool bVar27; bool bVar28; bool bVar29; bool bVar30; bool bVar31; bool bVar32; bool bVar33; if (var_1 - 1 == 0) { return var_2; } if (var_1 == 0) { if (var_2 != 0) { var_2 = 0xffffffff; } uVar1 = var_3(var_2); return uVar1; } if (var_2 <= var_1) { return (type_1)(var_2 == var_1); } if ((var_1 & var_1 - 1) == 0) { return var_2 >> (0x1fU - var_4(var_1) & 0xff); } var_5 = 0x1f - (var_4(var_1) - var_4(var_2)); if (var_5 == 0) { bVar3 = var_1 << 0x1f <= var_2; if (bVar3) { var_2 = var_2 + var_1 * -0x80000000; } bVar4 = var_1 << 0x1e <= var_2; if (bVar4) { var_2 = var_2 + var_1 * -0x40000000; } bVar5 = var_1 << 0x1d <= var_2; if (bVar5) { var_2 = var_2 + var_1 * -0x20000000; } bVar6 = var_1 << 0x1c <= var_2; if (bVar6) { var_2 = var_2 + var_1 * -0x10000000; } bVar7 = var_1 << 0x1b <= var_2; if (bVar7) { var_2 = var_2 + var_1 * -0x8000000; } bVar8 = var_1 << 0x1a <= var_2; if (bVar8) { var_2 = var_2 + var_1 * -0x4000000; } bVar9 = var_1 << 0x19 <= var_2; if (bVar9) { var_2 = var_2 + var_1 * -0x2000000; } bVar10 = var_1 << 0x18 <= var_2; if (bVar10) { var_2 = var_2 + var_1 * -0x1000000; } bVar11 = var_1 << 0x17 <= var_2; if (bVar11) { var_2 = var_2 + var_1 * -0x800000; } bVar12 = var_1 << 0x16 <= var_2; if (bVar12) { var_2 = var_2 + var_1 * -0x400000; } bVar13 = var_1 << 0x15 <= var_2; if (bVar13) { var_2 = var_2 + var_1 * -0x200000; } bVar14 = var_1 << 0x14 <= var_2; if (bVar14) { var_2 = var_2 + var_1 * -0x100000; } bVar15 = var_1 << 0x13 <= var_2; if (bVar15) { var_2 = var_2 + var_1 * -0x80000; } bVar16 = var_1 << 0x12 <= var_2; if (bVar16) { var_2 = var_2 + var_1 * -0x40000; } bVar17 = var_1 << 0x11 <= var_2; if (bVar17) { var_2 = var_2 + var_1 * -0x20000; } bVar18 = var_1 << 0x10 <= var_2; if (bVar18) { var_2 = var_2 + var_1 * -0x10000; } bVar19 = var_1 << 0xf <= var_2; if (bVar19) { var_2 = var_2 + var_1 * -0x8000; } bVar20 = var_1 << 0xe <= var_2; if (bVar20) { var_2 = var_2 + var_1 * -0x4000; } bVar21 = var_1 << 0xd <= var_2; if (bVar21) { var_2 = var_2 + var_1 * -0x2000; } bVar22 = var_1 << 0xc <= var_2; if (bVar22) { var_2 = var_2 + var_1 * -0x1000; } bVar23 = var_1 << 0xb <= var_2; if (bVar23) { var_2 = var_2 + var_1 * -0x800; } bVar24 = var_1 << 10 <= var_2; if (bVar24) { var_2 = var_2 + var_1 * -0x400; } bVar25 = var_1 << 9 <= var_2; if (bVar25) { var_2 = var_2 + var_1 * -0x200; } bVar26 = var_1 << 8 <= var_2; if (bVar26) { var_2 = var_2 + var_1 * -0x100; } bVar27 = var_1 << 7 <= var_2; if (bVar27) { var_2 = var_2 + var_1 * -0x80; } bVar28 = var_1 << 6 <= var_2; if (bVar28) { var_2 = var_2 + var_1 * -0x40; } bVar29 = var_1 << 5 <= var_2; if (bVar29) { var_2 = var_2 + var_1 * -0x20; } bVar30 = var_1 << 4 <= var_2; if (bVar30) { var_2 = var_2 + var_1 * -0x10; } bVar31 = var_1 << 3 <= var_2; if (bVar31) { var_2 = var_2 + var_1 * -8; } bVar32 = var_1 << 2 <= var_2; if (bVar32) { var_2 = var_2 + var_1 * -4; } bVar33 = var_1 << 1 <= var_2; if (bVar33) { var_2 = var_2 + var_1 * -2; } return (((((((((((((((((((((((((((((((type_1)bVar3 * 2 + (type_1)bVar4) * 2 + (type_1)bVar5) * 2 + (type_1)bVar6) * 2 + (type_1)bVar7) * 2 + (type_1)bVar8) * 2 + (type_1)bVar9) * 2 + (type_1)bVar10) * 2 + (type_1)bVar11) * 2 + (type_1)bVar12) * 2 + (type_1)bVar13) * 2 + (type_1)bVar14) * 2 + (type_1)bVar15) * 2 + (type_1)bVar16) * 2 + (type_1)bVar17) * 2 + (type_1)bVar18) * 2 + (type_1)bVar19) * 2 + (type_1)bVar20) * 2 + (type_1)bVar21) * 2 + (type_1)bVar22) * 2 + (type_1)bVar23) * 2 + (type_1)bVar24) * 2 + (type_1)bVar25) * 2 + (type_1)bVar26) * 2 + (type_1)bVar27) * 2 + (type_1)bVar28) * 2 + (type_1)bVar29) * 2 + (type_1)bVar30) * 2 + (type_1)bVar31) * 2 + (type_1)bVar32) * 2 + (type_1)bVar33) * 2 + (type_1)(var_1 <= var_2); } /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */ /* WARNING: Treating indirect jump as call */ uVar1 = (*(type_2 *)(var_5 * 0xc + 0x162a4))(); return uVar1; }
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (return_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: (call_expression function: (identifier) arguments: (argument_list (number_literal))))) (return_statement (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (identifier))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal))) consequence: (compound_statement (return_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (binary_expression left: (number_literal) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (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: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (return_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)))))))))) (comment) (comment) (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: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)))))) arguments: (argument_list)))) (return_statement (identifier)))))
ulonglong MASKED(uint param_1,uint param_2) { uint uVar1; int iVar2; bool bVar3; bool bVar4; bool bVar5; bool bVar6; bool bVar7; bool bVar8; bool bVar9; bool bVar10; bool bVar11; bool bVar12; bool bVar13; bool bVar14; bool bVar15; bool bVar16; bool bVar17; bool bVar18; bool bVar19; bool bVar20; bool bVar21; bool bVar22; bool bVar23; bool bVar24; bool bVar25; bool bVar26; bool bVar27; bool bVar28; bool bVar29; bool bVar30; bool bVar31; bool bVar32; bool bVar33; ulonglong uVar34; if (param_2 - 1 == 0) { return CONCAT44(param_2,param_1); } if (param_2 == 0) { uVar1 = raise(8); return (ulonglong)uVar1; } if (param_1 <= param_2) { return CONCAT44(param_2,(uint)(param_1 == param_2)); } if ((param_2 & param_2 - 1) == 0) { return CONCAT44(param_2,param_1 >> (0x1fU - LZCOUNT(param_2) & 0xff)); } iVar2 = 0x1f - (LZCOUNT(param_2) - LZCOUNT(param_1)); if (iVar2 == 0) { bVar3 = param_2 << 0x1f <= param_1; if (bVar3) { param_1 = param_1 + param_2 * -0x80000000; } bVar4 = param_2 << 0x1e <= param_1; if (bVar4) { param_1 = param_1 + param_2 * -0x40000000; } bVar5 = param_2 << 0x1d <= param_1; if (bVar5) { param_1 = param_1 + param_2 * -0x20000000; } bVar6 = param_2 << 0x1c <= param_1; if (bVar6) { param_1 = param_1 + param_2 * -0x10000000; } bVar7 = param_2 << 0x1b <= param_1; if (bVar7) { param_1 = param_1 + param_2 * -0x8000000; } bVar8 = param_2 << 0x1a <= param_1; if (bVar8) { param_1 = param_1 + param_2 * -0x4000000; } bVar9 = param_2 << 0x19 <= param_1; if (bVar9) { param_1 = param_1 + param_2 * -0x2000000; } bVar10 = param_2 << 0x18 <= param_1; if (bVar10) { param_1 = param_1 + param_2 * -0x1000000; } bVar11 = param_2 << 0x17 <= param_1; if (bVar11) { param_1 = param_1 + param_2 * -0x800000; } bVar12 = param_2 << 0x16 <= param_1; if (bVar12) { param_1 = param_1 + param_2 * -0x400000; } bVar13 = param_2 << 0x15 <= param_1; if (bVar13) { param_1 = param_1 + param_2 * -0x200000; } bVar14 = param_2 << 0x14 <= param_1; if (bVar14) { param_1 = param_1 + param_2 * -0x100000; } bVar15 = param_2 << 0x13 <= param_1; if (bVar15) { param_1 = param_1 + param_2 * -0x80000; } bVar16 = param_2 << 0x12 <= param_1; if (bVar16) { param_1 = param_1 + param_2 * -0x40000; } bVar17 = param_2 << 0x11 <= param_1; if (bVar17) { param_1 = param_1 + param_2 * -0x20000; } bVar18 = param_2 << 0x10 <= param_1; if (bVar18) { param_1 = param_1 + param_2 * -0x10000; } bVar19 = param_2 << 0xf <= param_1; if (bVar19) { param_1 = param_1 + param_2 * -0x8000; } bVar20 = param_2 << 0xe <= param_1; if (bVar20) { param_1 = param_1 + param_2 * -0x4000; } bVar21 = param_2 << 0xd <= param_1; if (bVar21) { param_1 = param_1 + param_2 * -0x2000; } bVar22 = param_2 << 0xc <= param_1; if (bVar22) { param_1 = param_1 + param_2 * -0x1000; } bVar23 = param_2 << 0xb <= param_1; if (bVar23) { param_1 = param_1 + param_2 * -0x800; } bVar24 = param_2 << 10 <= param_1; if (bVar24) { param_1 = param_1 + param_2 * -0x400; } bVar25 = param_2 << 9 <= param_1; if (bVar25) { param_1 = param_1 + param_2 * -0x200; } bVar26 = param_2 << 8 <= param_1; if (bVar26) { param_1 = param_1 + param_2 * -0x100; } bVar27 = param_2 << 7 <= param_1; if (bVar27) { param_1 = param_1 + param_2 * -0x80; } bVar28 = param_2 << 6 <= param_1; if (bVar28) { param_1 = param_1 + param_2 * -0x40; } bVar29 = param_2 << 5 <= param_1; if (bVar29) { param_1 = param_1 + param_2 * -0x20; } bVar30 = param_2 << 4 <= param_1; if (bVar30) { param_1 = param_1 + param_2 * -0x10; } bVar31 = param_2 << 3 <= param_1; if (bVar31) { param_1 = param_1 + param_2 * -8; } bVar32 = param_2 << 2 <= param_1; if (bVar32) { param_1 = param_1 + param_2 * -4; } bVar33 = param_2 << 1 <= param_1; if (bVar33) { param_1 = param_1 + param_2 * -2; } return CONCAT44(param_2,(((((((((((((((((((((((((((((((uint)bVar3 * 2 + (uint)bVar4) * 2 + (uint)bVar5) * 2 + (uint)bVar6) * 2 + (uint)bVar7) * 2 + (uint)bVar8) * 2 + (uint)bVar9) * 2 + (uint)bVar10) * 2 + (uint)bVar11) * 2 + (uint)bVar12) * 2 + (uint)bVar13) * 2 + (uint)bVar14) * 2 + (uint)bVar15 ) * 2 + (uint)bVar16) * 2 + (uint)bVar17) * 2 + (uint)bVar18) * 2 + (uint)bVar19) * 2 + (uint)bVar20) * 2 + (uint)bVar21) * 2 + (uint)bVar22) * 2 + (uint)bVar23) * 2 + (uint)bVar24) * 2 + (uint)bVar25) * 2 + (uint)bVar26) * 2 + (uint)bVar27) * 2 + (uint)bVar28) * 2 + (uint)bVar29) * 2 + (uint)bVar30) * 2 + (uint)bVar31) * 2 + (uint)bVar32) * 2 + (uint)bVar33) * 2 + (uint)(param_2 <= param_1)); } /* WARNING: Could not recover jumptable at 0x0001629c. Too many branches */ /* WARNING: Treating indirect jump as call */ uVar34 = (*(code *)(iVar2 * 0xc + 0x162a4))(); return uVar34; }
28,488
1732_busybox_and_busybox_strip.c
save_string
FUN_000c8c64
wchar_t save_string(char *dst,wchar_t maxsize) { char cVar1; size_t sVar2; wchar_t wVar3; wchar_t *src; int iVar4; iVar4 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec); src = *(wchar_t **)(iVar4 + 0x20); if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') { sVar2 = bb_wcstombs(dst,src,maxsize + L'\xffffffff'); wVar3 = sVar2 & ~((int)sVar2 >> 0x1f); dst[wVar3] = '\0'; return wVar3; } cVar1 = (char)*src; *dst = cVar1; if (cVar1 != '\0') { wVar3 = L'\0'; do { wVar3 = wVar3 + L'\x01'; cVar1 = *(char *)(*(int *)(iVar4 + 0x20) + wVar3 * 4); dst = dst + 1; *dst = cVar1; } while (cVar1 != '\0'); return wVar3; } return L'\0'; }
void FUN_000c8c64(char *param_1,int param_2) { char cVar1; uint uVar2; int iVar3; char *pcVar4; int iVar5; iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec); pcVar4 = *(char **)(iVar5 + 0x20); if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') { uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1); param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0'; return; } cVar1 = *pcVar4; *param_1 = cVar1; if (cVar1 != '\0') { iVar3 = 0; do { iVar3 = iVar3 + 1; cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4); param_1 = param_1 + 1; *param_1 = cVar1; } while (cVar1 != '\0'); return; } return; }
ldr r3,[0xc8ce8] ldr r12,[0xc8cec] ldr r2,[0xc8cf0] add r3,pc,r3 ldr r12,[r3,r12] add r2,pc,r2 ldrb r2,[r2,#0x0] ldr r12,[r12,#0x0] cmp r2,#0x2 cpy r2,r1 cpy r3,r0 ldr r1,[r12,#0x20] bne 0x000c8cb8 stmdb sp!,{r4,lr} sub r2,r2,#0x1 cpy r4,r0 bl 0x000d03ec mov r3,#0x0 bic r0,r0,r0, asr #0x1f strb r3,[r4,r0] ldmia sp!,{r4,pc} ldrb r0,[r1,#0x0] strb r0,[r3,#0x0] cmp r0,#0x0 bxeq lr mov r0,#0x0 ldr r2,[r12,#0x20] add r0,r0,#0x1 ldrb r2,[r2,r0,lsl #0x2] strb r2,[r3,#0x1]! cmp r2,#0x0 bxeq lr b 0x000c8ccc
null
null
null
null
[('const-4', u'INT_MULT_-1206678125'), (u'CALL_-1206678291', u'INDIRECT_-1206678043'), ('const-0', u'RETURN_-1206678106'), (u'INT_AND_-1206678244', u'PTRADD_-1206678197'), ('const-417', u'LOAD_-1206678339'), (u'INDIRECT_-1206678022', u'COPY_-1206678077'), ('tmp_529', u'INT_ADD_-1206678292'), ('const-822392', u'INT_ADD_-1206678390'), (u'INDIRECT_-1206677993', u'MULTIEQUAL_-1206678005'), ('const-417', u'STORE_-1206678228'), (u'STORE_-1206678228', u'INDIRECT_-1206678014'), ('tmp_528', u'CALL_-1206678291'), (u'PTRADD_-1206678084', u'MULTIEQUAL_-1206678053'), (u'LOAD_-1206678176', u'INT_ADD_-1206678137'), ('const-0', u'RETURN_-1206678190'), (u'INDIRECT_-1206678001', u'COPY_-1206678056'), (u'STORE_-1206678228', u'INDIRECT_-1206678030'), (u'SUBPIECE_-1206678005', u'INT_NOTEQUAL_-1206678203'), ('tmp_528', u'STORE_-1206678228'), (u'CAST_-1206677970', u'LOAD_-1206678153'), ('tmp_350', u'CBRANCH_-1206678200'), (u'INDIRECT_-1206678001', u'MULTIEQUAL_-1206678013'), (u'INT_ADD_-1206678390', u'INT_ADD_-1206678383'), (u'LOAD_-1206678375', u'INT_ADD_-1206678160'), (u'CAST_-1206677979', u'LOAD_-1206678176'), ('tmp_800', u'INT_ADD_-1206678373'), ('const-417', u'LOAD_-1206678176'), ('const-1', u'PTRADD_-1206678084'), ('const-0', u'RETURN_-1206678235'), ('const-417', u'STORE_-1206678144'), ('tmp_798', u'INT_ADD_-1206678390'), (u'CALL_-1206678291', u'INDIRECT_-1206678051'), ('const-417', u'LOAD_-1206678153'), (u'LOAD_-1206678237', u'SUBPIECE_-1206678005'), (u'INT_MULT_-1206678125', u'INT_ADD_-1206678137'), (u'CAST_-1206678071', u'LOAD_-1206678399'), ('const-0', u'STORE_-1206678257'), ('const-32', u'INT_ADD_-1206678323'), (u'INT_ADD_-1206678137', u'CAST_-1206677970'), (u'INDIRECT_-1206678014', u'COPY_-1206678069'), ('const-31', u'INT_SRIGHT_-1206678242'), ('const-417', u'STORE_-1206678257'), (u'STORE_-1206678257', u'INDIRECT_-1206678027'), (u'INT_NEGATE_-1206678247', u'INT_AND_-1206678244'), (u'INT_SRIGHT_-1206678242', u'INT_NEGATE_-1206678247'), (u'STORE_-1206678228', u'INDIRECT_-1206678022'), ('const-4294967295', u'INT_ADD_-1206678292'), (u'INDIRECT_-1206677985', u'MULTIEQUAL_-1206677997'), (u'COPY_-1206678187', u'MULTIEQUAL_-1206678058'), (u'CAST_-1206678041', u'LOAD_-1206678339'), (u'LOAD_-1206678382', u'INT_EQUAL_-1206678350'), ('const-417', u'LOAD_-1206678237'), ('const-417', u'LOAD_-1206678399'), (u'INT_ADD_-1206678292', u'CALL_-1206678291'), (u'INT_ADD_-1206678145', u'MULTIEQUAL_-1206678058'), (u'STORE_-1206678144', u'INDIRECT_-1206677985'), (u'MULTIEQUAL_-1206678053', u'PTRADD_-1206678084'), (u'STORE_-1206678257', u'INDIRECT_-1206678035'), (u'LOAD_-1206678399', u'LOAD_-1206678375'), (u'STORE_-1206678257', u'INDIRECT_-1206678043'), (u'LOAD_-1206678153', u'INT_NOTEQUAL_-1206678119'), ('const-0', u'INT_NOTEQUAL_-1206678203'), (u'LOAD_-1206678339', u'CALL_-1206678291'), (u'INDIRECT_-1206678035', u'COPY_-1206678094'), (u'INT_NOTEQUAL_-1206678203', u'CBRANCH_-1206678200'), (u'INDIRECT_-1206678014', u'MULTIEQUAL_-1206677997'), ('const-0', u'SUBPIECE_-1206678005'), (u'INT_ADD_-1206678373', u'CAST_-1206678066'), ('const-417', u'LOAD_-1206678382'), (u'INDIRECT_-1206678030', u'COPY_-1206678085'), (u'PTRADD_-1206678197', u'STORE_-1206678257'), (u'LOAD_-1206678375', u'INT_ADD_-1206678323'), ('const-417', u'LOAD_-1206678375'), ('tmp_528', u'MULTIEQUAL_-1206678053'), (u'STORE_-1206678144', u'INDIRECT_-1206677993'), ('tmp_125', u'CBRANCH_-1206678330'), (u'CAST_-1206678066', u'LOAD_-1206678382'), ('tmp_799', u'INT_ADD_-1206678383'), (u'CALL_-1206678291', u'INDIRECT_-1206678059'), (u'PTRADD_-1206678084', u'STORE_-1206678144'), (u'INT_EQUAL_-1206678350', u'CBRANCH_-1206678330'), (u'LOAD_-1206678339', u'LOAD_-1206678237'), ('const-0', u'COPY_-1206678187'), ('const-32', u'INT_ADD_-1206678160'), ('const-822400', u'INT_ADD_-1206678373'), (u'INT_ADD_-1206678323', u'CAST_-1206678041'), ('const-1', u'PTRADD_-1206678197'), ('const-1', u'PTRADD_-1206678084'), (u'INDIRECT_-1206677993', u'COPY_-1206678048'), (u'INT_ADD_-1206678383', u'CAST_-1206678071'), ('const-2', u'INT_EQUAL_-1206678350'), (u'INT_AND_-1206678244', u'RETURN_-1206678235'), ('tmp_528', u'PTRADD_-1206678197'), ('const-0', u'INT_NOTEQUAL_-1206678119'), (u'INT_ADD_-1206678145', u'RETURN_-1206678106'), (u'LOAD_-1206678153', u'STORE_-1206678144'), (u'INT_NOTEQUAL_-1206678119', u'CBRANCH_-1206678116'), (u'CALL_-1206678291', u'CAST_-1206678012'), (u'INDIRECT_-1206678027', u'COPY_-1206678086'), ('tmp_505', u'CBRANCH_-1206678116'), (u'MULTIEQUAL_-1206678058', u'INT_ADD_-1206678145'), (u'INT_ADD_-1206678145', u'INT_MULT_-1206678125'), (u'INDIRECT_-1206678030', u'MULTIEQUAL_-1206678013'), (u'INDIRECT_-1206678022', u'MULTIEQUAL_-1206678005'), (u'INDIRECT_-1206677985', u'COPY_-1206678040'), (u'CALL_-1206678291', u'INT_AND_-1206678244'), (u'STORE_-1206678144', u'INDIRECT_-1206678001'), (u'SUBPIECE_-1206678005', u'STORE_-1206678228'), (u'INT_ADD_-1206678160', u'CAST_-1206677979'), (u'INDIRECT_-1206678043', u'COPY_-1206678102'), ('const-0', u'RETURN_-1206678190'), (u'CAST_-1206678012', u'INT_SRIGHT_-1206678242'), ('const-1', u'INT_ADD_-1206678145')]
[(u'CALL_-1206678291', u'INDIRECT_-1206678050'), ('const-417', u'LOAD_-1206678176'), ('const-0', u'RETURN_-1206678106'), (u'INDIRECT_-1206677992', u'MULTIEQUAL_-1206678004'), (u'STORE_-1206678228', u'INDIRECT_-1206678021'), ('const-4294967295', u'INT_ADD_-1206678292'), (u'INT_AND_-1206678244', u'PTRADD_-1206678197'), (u'INT_ADD_-1206678145', u'MULTIEQUAL_-1206678057'), (u'PTRADD_-1206678084', u'MULTIEQUAL_-1206678052'), ('const-0', u'INT_NOTEQUAL_-1206678203'), (u'INT_ADD_-1206678323', u'CAST_-1206678042'), (u'MULTIEQUAL_-1206678057', u'INT_ADD_-1206678145'), (u'INT_ADD_-1206678160', u'CAST_-1206677980'), ('tmp_677', u'PTRADD_-1206678197'), (u'INT_ADD_-1206678383', u'CAST_-1206678072'), (u'LOAD_-1206678176', u'INT_ADD_-1206678137'), ('const-0', u'RETURN_-1206678190'), (u'INDIRECT_-1206678021', u'COPY_-1206678076'), ('tmp_677', u'MULTIEQUAL_-1206678052'), (u'INT_ADD_-1206678137', u'CAST_-1206677971'), ('const-0', u'STORE_-1206678257'), ('tmp_805', u'INT_ADD_-1206678383'), (u'LOAD_-1206678237', u'STORE_-1206678228'), ('tmp_350', u'CBRANCH_-1206678200'), (u'INT_ADD_-1206678390', u'INT_ADD_-1206678383'), ('const-822392', u'INT_ADD_-1206678390'), (u'LOAD_-1206678375', u'INT_ADD_-1206678160'), (u'STORE_-1206678257', u'INDIRECT_-1206678026'), ('const-822400', u'INT_ADD_-1206678373'), (u'CAST_-1206677980', u'LOAD_-1206678176'), (u'COPY_-1206678187', u'MULTIEQUAL_-1206678057'), ('const-0', u'RETURN_-1206678235'), (u'LOAD_-1206678237', u'INT_NOTEQUAL_-1206678203'), (u'INT_MULT_-1206678125', u'INT_ADD_-1206678137'), (u'INDIRECT_-1206678029', u'MULTIEQUAL_-1206678012'), ('const-1', u'PTRADD_-1206678084'), (u'STORE_-1206678144', u'INDIRECT_-1206678000'), (u'INDIRECT_-1206677992', u'COPY_-1206678047'), (u'INDIRECT_-1206677984', u'COPY_-1206678039'), ('const-32', u'INT_ADD_-1206678323'), ('const-417', u'LOAD_-1206678339'), (u'INDIRECT_-1206678013', u'MULTIEQUAL_-1206677996'), ('const-31', u'INT_SRIGHT_-1206678242'), (u'INT_NEGATE_-1206678247', u'INT_AND_-1206678244'), (u'INT_SRIGHT_-1206678242', u'INT_NEGATE_-1206678247'), (u'LOAD_-1206678382', u'INT_EQUAL_-1206678350'), (u'STORE_-1206678228', u'INDIRECT_-1206678013'), (u'INT_ADD_-1206678292', u'CALL_-1206678291'), (u'STORE_-1206678144', u'INDIRECT_-1206677992'), ('tmp_806', u'INT_ADD_-1206678373'), ('const-2', u'INT_EQUAL_-1206678350'), (u'LOAD_-1206678399', u'LOAD_-1206678375'), (u'LOAD_-1206678153', u'INT_NOTEQUAL_-1206678119'), (u'LOAD_-1206678339', u'CALL_-1206678291'), ('tmp_677', u'STORE_-1206678228'), (u'INT_NOTEQUAL_-1206678203', u'CBRANCH_-1206678200'), (u'CAST_-1206678013', u'INT_SRIGHT_-1206678242'), ('const-417', u'LOAD_-1206678237'), (u'INDIRECT_-1206678000', u'MULTIEQUAL_-1206678012'), ('const-417', u'LOAD_-1206678153'), (u'CALL_-1206678291', u'CAST_-1206678013'), (u'CALL_-1206678291', u'INDIRECT_-1206678042'), (u'PTRADD_-1206678197', u'STORE_-1206678257'), (u'INT_ADD_-1206678373', u'CAST_-1206678067'), (u'LOAD_-1206678375', u'INT_ADD_-1206678323'), (u'STORE_-1206678228', u'INDIRECT_-1206678029'), (u'INDIRECT_-1206678034', u'COPY_-1206678093'), ('const-417', u'LOAD_-1206678399'), ('const-417', u'LOAD_-1206678382'), ('const-417', u'STORE_-1206678144'), ('tmp_125', u'CBRANCH_-1206678330'), (u'INDIRECT_-1206678013', u'COPY_-1206678068'), (u'INDIRECT_-1206678000', u'COPY_-1206678055'), (u'CALL_-1206678291', u'INDIRECT_-1206678058'), (u'PTRADD_-1206678084', u'STORE_-1206678144'), (u'INDIRECT_-1206678029', u'COPY_-1206678084'), (u'INT_EQUAL_-1206678350', u'CBRANCH_-1206678330'), (u'LOAD_-1206678339', u'LOAD_-1206678237'), ('const-0', u'COPY_-1206678187'), (u'INDIRECT_-1206678042', u'COPY_-1206678101'), ('const-32', u'INT_ADD_-1206678160'), (u'CAST_-1206677971', u'LOAD_-1206678153'), ('tmp_804', u'INT_ADD_-1206678390'), (u'STORE_-1206678257', u'INDIRECT_-1206678034'), ('const-1', u'PTRADD_-1206678084'), ('const-417', u'STORE_-1206678228'), ('const-1', u'PTRADD_-1206678197'), (u'CAST_-1206678067', u'LOAD_-1206678382'), ('tmp_676', u'INT_ADD_-1206678292'), (u'CAST_-1206678072', u'LOAD_-1206678399'), (u'INDIRECT_-1206678026', u'COPY_-1206678085'), ('const-0', u'INT_NOTEQUAL_-1206678119'), (u'STORE_-1206678257', u'INDIRECT_-1206678042'), (u'MULTIEQUAL_-1206678052', u'PTRADD_-1206678084'), ('const-4', u'INT_MULT_-1206678125'), (u'CAST_-1206678042', u'LOAD_-1206678339'), (u'STORE_-1206678144', u'INDIRECT_-1206677984'), ('tmp_677', u'CALL_-1206678291'), (u'LOAD_-1206678153', u'STORE_-1206678144'), (u'INT_NOTEQUAL_-1206678119', u'CBRANCH_-1206678116'), ('tmp_505', u'CBRANCH_-1206678116'), (u'INT_ADD_-1206678145', u'INT_MULT_-1206678125'), (u'CALL_-1206678291', u'INT_AND_-1206678244'), ('const-417', u'LOAD_-1206678375'), (u'INDIRECT_-1206677984', u'MULTIEQUAL_-1206677996'), ('const-417', u'STORE_-1206678257'), ('const-1', u'INT_ADD_-1206678145'), (u'INDIRECT_-1206678021', u'MULTIEQUAL_-1206678004')]
null
null
000c8c64
arm
O2
(translation_unit "void FUN_000c8c64(char *param_1,int param_2)\n\n{\n char cVar1;\n uint uVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n \n iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);\n pcVar4 = *(char **)(iVar5 + 0x20);\n if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);\n param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';\n return;\n }\n cVar1 = *pcVar4;\n *param_1 = cVar1;\n if (cVar1 != '\0') {\n iVar3 = 0;\n do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_000c8c64(char *param_1,int param_2)\n\n{\n char cVar1;\n uint uVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n \n iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);\n pcVar4 = *(char **)(iVar5 + 0x20);\n if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);\n param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';\n return;\n }\n cVar1 = *pcVar4;\n *param_1 = cVar1;\n if (cVar1 != '\0') {\n iVar3 = 0;\n do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_000c8c64(char *param_1,int param_2)" identifier (parameter_list "(char *param_1,int param_2)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n char cVar1;\n uint uVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n \n iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);\n pcVar4 = *(char **)(iVar5 + 0x20);\n if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);\n param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';\n return;\n }\n cVar1 = *pcVar4;\n *param_1 = cVar1;\n if (cVar1 != '\0') {\n iVar3 = 0;\n do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');\n return;\n }\n return;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (expression_statement "iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);" (assignment_expression "iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" identifier = (pointer_expression "**(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" * (pointer_expression "*(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" * (cast_expression "(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" ( (binary_expression "DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec" (binary_expression "DAT_000c8ce8 + 0xc8c78" identifier + number_literal) + identifier) )))))) ;) (expression_statement "pcVar4 = *(char **)(iVar5 + 0x20);" (assignment_expression "pcVar4 = *(char **)(iVar5 + 0x20)" identifier = (pointer_expression "*(char **)(iVar5 + 0x20)" * (cast_expression "(char **)(iVar5 + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar5 + 0x20)" ( (binary_expression "iVar5 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);\n param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';\n return;\n }" if (parenthesized_expression "(*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02')" ( (binary_expression "*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02'" (pointer_expression "*(char *)(DAT_000c8cf0 + 0xc8c80)" * (cast_expression "(char *)(DAT_000c8cf0 + 0xc8c80)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000c8cf0 + 0xc8c80)" ( (binary_expression "DAT_000c8cf0 + 0xc8c80" identifier + number_literal) )))) == (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);\n param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';\n return;\n }" { (expression_statement "uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);" (assignment_expression "uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1)" identifier = (call_expression "FUN_000d03ec(param_1,pcVar4,param_2 + -1)" identifier (argument_list "(param_1,pcVar4,param_2 + -1)" ( identifier , identifier , (binary_expression "param_2 + -1" identifier + number_literal) )))) ;) (expression_statement "param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';" (assignment_expression "param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0'" (subscript_expression "param_1[uVar2 & ~((int)uVar2 >> 0x1f)]" identifier [ (binary_expression "uVar2 & ~((int)uVar2 >> 0x1f)" identifier & (unary_expression "~((int)uVar2 >> 0x1f)" ~ (parenthesized_expression "((int)uVar2 >> 0x1f)" ( (binary_expression "(int)uVar2 >> 0x1f" (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) )))) ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (return_statement "return;" return ;) })) (expression_statement "cVar1 = *pcVar4;" (assignment_expression "cVar1 = *pcVar4" identifier = (pointer_expression "*pcVar4" * identifier)) ;) (expression_statement "*param_1 = cVar1;" (assignment_expression "*param_1 = cVar1" (pointer_expression "*param_1" * identifier) = identifier) ;) (if_statement "if (cVar1 != '\0') {\n iVar3 = 0;\n do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');\n return;\n }" if (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar3 = 0;\n do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');\n return;\n }" { (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');" do (compound_statement "{\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n }" { (expression_statement "iVar3 = iVar3 + 1;" (assignment_expression "iVar3 = iVar3 + 1" identifier = (binary_expression "iVar3 + 1" identifier + number_literal)) ;) (expression_statement "cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);" (assignment_expression "cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4)" identifier = (pointer_expression "*(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4)" * (cast_expression "(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar5 + 0x20) + iVar3 * 4)" ( (binary_expression "*(int *)(iVar5 + 0x20) + iVar3 * 4" (pointer_expression "*(int *)(iVar5 + 0x20)" * (cast_expression "(int *)(iVar5 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x20)" ( (binary_expression "iVar5 + 0x20" identifier + number_literal) )))) + (binary_expression "iVar3 * 4" identifier * number_literal)) ))))) ;) (expression_statement "param_1 = param_1 + 1;" (assignment_expression "param_1 = param_1 + 1" identifier = (binary_expression "param_1 + 1" identifier + number_literal)) ;) (expression_statement "*param_1 = cVar1;" (assignment_expression "*param_1 = cVar1" (pointer_expression "*param_1" * identifier) = identifier) ;) }) while (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "wchar_t save_string(char *dst,wchar_t maxsize)\n\n{\n char cVar1;\n size_t sVar2;\n wchar_t wVar3;\n wchar_t *src;\n int iVar4;\n \n iVar4 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);\n src = *(wchar_t **)(iVar4 + 0x20);\n if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n sVar2 = bb_wcstombs(dst,src,maxsize + L'\xffffffff');\n wVar3 = sVar2 & ~((int)sVar2 >> 0x1f);\n dst[wVar3] = '\0';\n return wVar3;\n }\n cVar1 = (char)*src;\n *dst = cVar1;\n if (cVar1 != '\0') {\n wVar3 = L'\0';\n do {\n wVar3 = wVar3 + L'\x01';\n cVar1 = *(char *)(*(int *)(iVar4 + 0x20) + wVar3 * 4);\n dst = dst + 1;\n *dst = cVar1;\n } while (cVar1 != '\0');\n return wVar3;\n }\n return L'\0';\n}\n\n" (function_definition "wchar_t save_string(char *dst,wchar_t maxsize)\n\n{\n char cVar1;\n size_t sVar2;\n wchar_t wVar3;\n wchar_t *src;\n int iVar4;\n \n iVar4 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);\n src = *(wchar_t **)(iVar4 + 0x20);\n if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n sVar2 = bb_wcstombs(dst,src,maxsize + L'\xffffffff');\n wVar3 = sVar2 & ~((int)sVar2 >> 0x1f);\n dst[wVar3] = '\0';\n return wVar3;\n }\n cVar1 = (char)*src;\n *dst = cVar1;\n if (cVar1 != '\0') {\n wVar3 = L'\0';\n do {\n wVar3 = wVar3 + L'\x01';\n cVar1 = *(char *)(*(int *)(iVar4 + 0x20) + wVar3 * 4);\n dst = dst + 1;\n *dst = cVar1;\n } while (cVar1 != '\0');\n return wVar3;\n }\n return L'\0';\n}" type_identifier (function_declarator "save_string(char *dst,wchar_t maxsize)" identifier (parameter_list "(char *dst,wchar_t maxsize)" ( (parameter_declaration "char *dst" primitive_type (pointer_declarator "*dst" * identifier)) , (parameter_declaration "wchar_t maxsize" type_identifier identifier) ))) (compound_statement "{\n char cVar1;\n size_t sVar2;\n wchar_t wVar3;\n wchar_t *src;\n int iVar4;\n \n iVar4 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);\n src = *(wchar_t **)(iVar4 + 0x20);\n if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n sVar2 = bb_wcstombs(dst,src,maxsize + L'\xffffffff');\n wVar3 = sVar2 & ~((int)sVar2 >> 0x1f);\n dst[wVar3] = '\0';\n return wVar3;\n }\n cVar1 = (char)*src;\n *dst = cVar1;\n if (cVar1 != '\0') {\n wVar3 = L'\0';\n do {\n wVar3 = wVar3 + L'\x01';\n cVar1 = *(char *)(*(int *)(iVar4 + 0x20) + wVar3 * 4);\n dst = dst + 1;\n *dst = cVar1;\n } while (cVar1 != '\0');\n return wVar3;\n }\n return L'\0';\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "wchar_t wVar3;" type_identifier identifier ;) (declaration "wchar_t *src;" type_identifier (pointer_declarator "*src" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (expression_statement "iVar4 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);" (assignment_expression "iVar4 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" identifier = (pointer_expression "**(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" * (pointer_expression "*(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" * (cast_expression "(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" ( (binary_expression "DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec" (binary_expression "DAT_000c8ce8 + 0xc8c78" identifier + number_literal) + identifier) )))))) ;) (expression_statement "src = *(wchar_t **)(iVar4 + 0x20);" (assignment_expression "src = *(wchar_t **)(iVar4 + 0x20)" identifier = (pointer_expression "*(wchar_t **)(iVar4 + 0x20)" * (cast_expression "(wchar_t **)(iVar4 + 0x20)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + 0x20)" ( (binary_expression "iVar4 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n sVar2 = bb_wcstombs(dst,src,maxsize + L'\xffffffff');\n wVar3 = sVar2 & ~((int)sVar2 >> 0x1f);\n dst[wVar3] = '\0';\n return wVar3;\n }" if (parenthesized_expression "(*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02')" ( (binary_expression "*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02'" (pointer_expression "*(char *)(DAT_000c8cf0 + 0xc8c80)" * (cast_expression "(char *)(DAT_000c8cf0 + 0xc8c80)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000c8cf0 + 0xc8c80)" ( (binary_expression "DAT_000c8cf0 + 0xc8c80" identifier + number_literal) )))) == (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n sVar2 = bb_wcstombs(dst,src,maxsize + L'\xffffffff');\n wVar3 = sVar2 & ~((int)sVar2 >> 0x1f);\n dst[wVar3] = '\0';\n return wVar3;\n }" { (expression_statement "sVar2 = bb_wcstombs(dst,src,maxsize + L'\xffffffff');" (assignment_expression "sVar2 = bb_wcstombs(dst,src,maxsize + L'\xffffffff')" identifier = (call_expression "bb_wcstombs(dst,src,maxsize + L'\xffffffff')" identifier (argument_list "(dst,src,maxsize + L'\xffffffff')" ( identifier , identifier , (binary_expression "maxsize + L'\xffffffff'" identifier + (char_literal "L'\xffffffff'" L' escape_sequence character character character character ')) )))) ;) (expression_statement "wVar3 = sVar2 & ~((int)sVar2 >> 0x1f);" (assignment_expression "wVar3 = sVar2 & ~((int)sVar2 >> 0x1f)" identifier = (binary_expression "sVar2 & ~((int)sVar2 >> 0x1f)" identifier & (unary_expression "~((int)sVar2 >> 0x1f)" ~ (parenthesized_expression "((int)sVar2 >> 0x1f)" ( (binary_expression "(int)sVar2 >> 0x1f" (cast_expression "(int)sVar2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))))) ;) (expression_statement "dst[wVar3] = '\0';" (assignment_expression "dst[wVar3] = '\0'" (subscript_expression "dst[wVar3]" identifier [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (return_statement "return wVar3;" return identifier ;) })) (expression_statement "cVar1 = (char)*src;" (assignment_expression "cVar1 = (char)*src" identifier = (cast_expression "(char)*src" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*src" * identifier))) ;) (expression_statement "*dst = cVar1;" (assignment_expression "*dst = cVar1" (pointer_expression "*dst" * identifier) = identifier) ;) (if_statement "if (cVar1 != '\0') {\n wVar3 = L'\0';\n do {\n wVar3 = wVar3 + L'\x01';\n cVar1 = *(char *)(*(int *)(iVar4 + 0x20) + wVar3 * 4);\n dst = dst + 1;\n *dst = cVar1;\n } while (cVar1 != '\0');\n return wVar3;\n }" if (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n wVar3 = L'\0';\n do {\n wVar3 = wVar3 + L'\x01';\n cVar1 = *(char *)(*(int *)(iVar4 + 0x20) + wVar3 * 4);\n dst = dst + 1;\n *dst = cVar1;\n } while (cVar1 != '\0');\n return wVar3;\n }" { (expression_statement "wVar3 = L'\0';" (assignment_expression "wVar3 = L'\0'" identifier = (char_literal "L'\0'" L' escape_sequence ')) ;) (do_statement "do {\n wVar3 = wVar3 + L'\x01';\n cVar1 = *(char *)(*(int *)(iVar4 + 0x20) + wVar3 * 4);\n dst = dst + 1;\n *dst = cVar1;\n } while (cVar1 != '\0');" do (compound_statement "{\n wVar3 = wVar3 + L'\x01';\n cVar1 = *(char *)(*(int *)(iVar4 + 0x20) + wVar3 * 4);\n dst = dst + 1;\n *dst = cVar1;\n }" { (expression_statement "wVar3 = wVar3 + L'\x01';" (assignment_expression "wVar3 = wVar3 + L'\x01'" identifier = (binary_expression "wVar3 + L'\x01'" identifier + (char_literal "L'\x01'" L' escape_sequence '))) ;) (expression_statement "cVar1 = *(char *)(*(int *)(iVar4 + 0x20) + wVar3 * 4);" (assignment_expression "cVar1 = *(char *)(*(int *)(iVar4 + 0x20) + wVar3 * 4)" identifier = (pointer_expression "*(char *)(*(int *)(iVar4 + 0x20) + wVar3 * 4)" * (cast_expression "(char *)(*(int *)(iVar4 + 0x20) + wVar3 * 4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar4 + 0x20) + wVar3 * 4)" ( (binary_expression "*(int *)(iVar4 + 0x20) + wVar3 * 4" (pointer_expression "*(int *)(iVar4 + 0x20)" * (cast_expression "(int *)(iVar4 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x20)" ( (binary_expression "iVar4 + 0x20" identifier + number_literal) )))) + (binary_expression "wVar3 * 4" identifier * number_literal)) ))))) ;) (expression_statement "dst = dst + 1;" (assignment_expression "dst = dst + 1" identifier = (binary_expression "dst + 1" identifier + number_literal)) ;) (expression_statement "*dst = cVar1;" (assignment_expression "*dst = cVar1" (pointer_expression "*dst" * identifier) = identifier) ;) }) while (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) ;) (return_statement "return wVar3;" return identifier ;) })) (return_statement "return L'\0';" return (char_literal "L'\0'" L' escape_sequence ') ;) })))
(translation_unit "void FUN_000c8c64(char *param_1,int param_2)\n\n{\n char cVar1;\n uint uVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n \n iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);\n pcVar4 = *(char **)(iVar5 + 0x20);\n if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);\n param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';\n return;\n }\n cVar1 = *pcVar4;\n *param_1 = cVar1;\n if (cVar1 != '\0') {\n iVar3 = 0;\n do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_000c8c64(char *param_1,int param_2)\n\n{\n char cVar1;\n uint uVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n \n iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);\n pcVar4 = *(char **)(iVar5 + 0x20);\n if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);\n param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';\n return;\n }\n cVar1 = *pcVar4;\n *param_1 = cVar1;\n if (cVar1 != '\0') {\n iVar3 = 0;\n do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_000c8c64(char *param_1,int param_2)" identifier (parameter_list "(char *param_1,int param_2)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n char cVar1;\n uint uVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n \n iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);\n pcVar4 = *(char **)(iVar5 + 0x20);\n if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);\n param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';\n return;\n }\n cVar1 = *pcVar4;\n *param_1 = cVar1;\n if (cVar1 != '\0') {\n iVar3 = 0;\n do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');\n return;\n }\n return;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (expression_statement "iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);" (assignment_expression "iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" identifier = (pointer_expression "**(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" * (pointer_expression "*(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" * (cast_expression "(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" ( (binary_expression "DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec" (binary_expression "DAT_000c8ce8 + 0xc8c78" identifier + number_literal) + identifier) )))))) ;) (expression_statement "pcVar4 = *(char **)(iVar5 + 0x20);" (assignment_expression "pcVar4 = *(char **)(iVar5 + 0x20)" identifier = (pointer_expression "*(char **)(iVar5 + 0x20)" * (cast_expression "(char **)(iVar5 + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar5 + 0x20)" ( (binary_expression "iVar5 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);\n param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';\n return;\n }" if (parenthesized_expression "(*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02')" ( (binary_expression "*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02'" (pointer_expression "*(char *)(DAT_000c8cf0 + 0xc8c80)" * (cast_expression "(char *)(DAT_000c8cf0 + 0xc8c80)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000c8cf0 + 0xc8c80)" ( (binary_expression "DAT_000c8cf0 + 0xc8c80" identifier + number_literal) )))) == (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);\n param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';\n return;\n }" { (expression_statement "uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);" (assignment_expression "uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1)" identifier = (call_expression "FUN_000d03ec(param_1,pcVar4,param_2 + -1)" identifier (argument_list "(param_1,pcVar4,param_2 + -1)" ( identifier , identifier , (binary_expression "param_2 + -1" identifier + number_literal) )))) ;) (expression_statement "param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';" (assignment_expression "param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0'" (subscript_expression "param_1[uVar2 & ~((int)uVar2 >> 0x1f)]" identifier [ (binary_expression "uVar2 & ~((int)uVar2 >> 0x1f)" identifier & (unary_expression "~((int)uVar2 >> 0x1f)" ~ (parenthesized_expression "((int)uVar2 >> 0x1f)" ( (binary_expression "(int)uVar2 >> 0x1f" (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) )))) ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (return_statement "return;" return ;) })) (expression_statement "cVar1 = *pcVar4;" (assignment_expression "cVar1 = *pcVar4" identifier = (pointer_expression "*pcVar4" * identifier)) ;) (expression_statement "*param_1 = cVar1;" (assignment_expression "*param_1 = cVar1" (pointer_expression "*param_1" * identifier) = identifier) ;) (if_statement "if (cVar1 != '\0') {\n iVar3 = 0;\n do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');\n return;\n }" if (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar3 = 0;\n do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');\n return;\n }" { (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');" do (compound_statement "{\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n }" { (expression_statement "iVar3 = iVar3 + 1;" (assignment_expression "iVar3 = iVar3 + 1" identifier = (binary_expression "iVar3 + 1" identifier + number_literal)) ;) (expression_statement "cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);" (assignment_expression "cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4)" identifier = (pointer_expression "*(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4)" * (cast_expression "(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar5 + 0x20) + iVar3 * 4)" ( (binary_expression "*(int *)(iVar5 + 0x20) + iVar3 * 4" (pointer_expression "*(int *)(iVar5 + 0x20)" * (cast_expression "(int *)(iVar5 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x20)" ( (binary_expression "iVar5 + 0x20" identifier + number_literal) )))) + (binary_expression "iVar3 * 4" identifier * number_literal)) ))))) ;) (expression_statement "param_1 = param_1 + 1;" (assignment_expression "param_1 = param_1 + 1" identifier = (binary_expression "param_1 + 1" identifier + number_literal)) ;) (expression_statement "*param_1 = cVar1;" (assignment_expression "*param_1 = cVar1" (pointer_expression "*param_1" * identifier) = identifier) ;) }) while (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) ;) (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 IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (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 = (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ (binary_expression IDENT & (unary_expression ~ (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ]) = (char_literal ' escape_sequence ')) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression IDENT * LIT)) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) ;) (return_statement return ;) })) (return_statement return ;) })))
(function_definition "void FUN_000c8c64(char *param_1,int param_2)\n\n{\n char cVar1;\n uint uVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n \n iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);\n pcVar4 = *(char **)(iVar5 + 0x20);\n if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);\n param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';\n return;\n }\n cVar1 = *pcVar4;\n *param_1 = cVar1;\n if (cVar1 != '\0') {\n iVar3 = 0;\n do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_000c8c64(char *param_1,int param_2)" (identifier "FUN_000c8c64") (parameter_list "(char *param_1,int param_2)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n char cVar1;\n uint uVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n \n iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);\n pcVar4 = *(char **)(iVar5 + 0x20);\n if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);\n param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';\n return;\n }\n cVar1 = *pcVar4;\n *param_1 = cVar1;\n if (cVar1 != '\0') {\n iVar3 = 0;\n do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');\n return;\n }\n return;\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "char *pcVar4;" (primitive_type "char") (pointer_declarator "*pcVar4" (* "*") (identifier "pcVar4")) (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (expression_statement "iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec);" (assignment_expression "iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" (identifier "iVar5") (= "=") (pointer_expression "**(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" (* "*") (pointer_expression "*(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" (* "*") (cast_expression "(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec)" (( "(") (binary_expression "DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec" (binary_expression "DAT_000c8ce8 + 0xc8c78" (identifier "DAT_000c8ce8") (+ "+") (number_literal "0xc8c78")) (+ "+") (identifier "DAT_000c8cec")) () ")")))))) (; ";")) (expression_statement "pcVar4 = *(char **)(iVar5 + 0x20);" (assignment_expression "pcVar4 = *(char **)(iVar5 + 0x20)" (identifier "pcVar4") (= "=") (pointer_expression "*(char **)(iVar5 + 0x20)" (* "*") (cast_expression "(char **)(iVar5 + 0x20)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar5 + 0x20)" (( "(") (binary_expression "iVar5 + 0x20" (identifier "iVar5") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (if_statement "if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') {\n uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);\n param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';\n return;\n }" (if "if") (parenthesized_expression "(*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02')" (( "(") (binary_expression "*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02'" (pointer_expression "*(char *)(DAT_000c8cf0 + 0xc8c80)" (* "*") (cast_expression "(char *)(DAT_000c8cf0 + 0xc8c80)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_000c8cf0 + 0xc8c80)" (( "(") (binary_expression "DAT_000c8cf0 + 0xc8c80" (identifier "DAT_000c8cf0") (+ "+") (number_literal "0xc8c80")) () ")")))) (== "==") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))) () ")")) (compound_statement "{\n uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);\n param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';\n return;\n }" ({ "{") (expression_statement "uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1);" (assignment_expression "uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1)" (identifier "uVar2") (= "=") (call_expression "FUN_000d03ec(param_1,pcVar4,param_2 + -1)" (identifier "FUN_000d03ec") (argument_list "(param_1,pcVar4,param_2 + -1)" (( "(") (identifier "param_1") (, ",") (identifier "pcVar4") (, ",") (binary_expression "param_2 + -1" (identifier "param_2") (+ "+") (number_literal "-1")) () ")")))) (; ";")) (expression_statement "param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0';" (assignment_expression "param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0'" (subscript_expression "param_1[uVar2 & ~((int)uVar2 >> 0x1f)]" (identifier "param_1") ([ "[") (binary_expression "uVar2 & ~((int)uVar2 >> 0x1f)" (identifier "uVar2") (& "&") (unary_expression "~((int)uVar2 >> 0x1f)" (~ "~") (parenthesized_expression "((int)uVar2 >> 0x1f)" (( "(") (binary_expression "(int)uVar2 >> 0x1f" (cast_expression "(int)uVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar2")) (>> ">>") (number_literal "0x1f")) () ")")))) (] "]")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "cVar1 = *pcVar4;" (assignment_expression "cVar1 = *pcVar4" (identifier "cVar1") (= "=") (pointer_expression "*pcVar4" (* "*") (identifier "pcVar4"))) (; ";")) (expression_statement "*param_1 = cVar1;" (assignment_expression "*param_1 = cVar1" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "cVar1")) (; ";")) (if_statement "if (cVar1 != '\0') {\n iVar3 = 0;\n do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');\n return;\n }" (if "if") (parenthesized_expression "(cVar1 != '\0')" (( "(") (binary_expression "cVar1 != '\0'" (identifier "cVar1") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n iVar3 = 0;\n do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');\n return;\n }" ({ "{") (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" (identifier "iVar3") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n } while (cVar1 != '\0');" (do "do") (compound_statement "{\n iVar3 = iVar3 + 1;\n cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);\n param_1 = param_1 + 1;\n *param_1 = cVar1;\n }" ({ "{") (expression_statement "iVar3 = iVar3 + 1;" (assignment_expression "iVar3 = iVar3 + 1" (identifier "iVar3") (= "=") (binary_expression "iVar3 + 1" (identifier "iVar3") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4);" (assignment_expression "cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4)" (identifier "cVar1") (= "=") (pointer_expression "*(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4)" (* "*") (cast_expression "(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar5 + 0x20) + iVar3 * 4)" (( "(") (binary_expression "*(int *)(iVar5 + 0x20) + iVar3 * 4" (pointer_expression "*(int *)(iVar5 + 0x20)" (* "*") (cast_expression "(int *)(iVar5 + 0x20)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x20)" (( "(") (binary_expression "iVar5 + 0x20" (identifier "iVar5") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (binary_expression "iVar3 * 4" (identifier "iVar3") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "param_1 = param_1 + 1;" (assignment_expression "param_1 = param_1 + 1" (identifier "param_1") (= "=") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*param_1 = cVar1;" (assignment_expression "*param_1 = cVar1" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "cVar1")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(cVar1 != '\0')" (( "(") (binary_expression "cVar1 != '\0'" (identifier "cVar1") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
type_1 function_1(char *var_10,type_1 var_6) { char var_8; size_t var_7; type_1 var_9; type_1 *src; int var_3; var_3 = **(int **)(var_1 + 0xc8c78 + var_2); src = *(type_1 **)(var_3 + 0x20); if (*(char *)(var_4 + 0xc8c80) == '\x02') { var_7 = var_5(var_10,src,var_6 + L'\xffffffff'); var_9 = var_7 & ~((int)var_7 >> 0x1f); var_10[var_9] = '\0'; return var_9; } var_8 = (char)*src; *var_10 = var_8; if (var_8 != '\0') { var_9 = L'\0'; do { var_9 = var_9 + L'\x01'; var_8 = *(char *)(*(int *)(var_3 + 0x20) + var_9 * 4); var_10 = var_10 + 1; *var_10 = var_8; } while (var_8 != '\0'); return var_9; } return L'\0'; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (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: (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: (pointer_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: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (unary_expression argument: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))) right: (char_literal (escape_sequence)))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (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: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))))))) (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)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence))))) (return_statement))) (return_statement))))
void MASKED(char *param_1,int param_2) { char cVar1; uint uVar2; int iVar3; char *pcVar4; int iVar5; iVar5 = **(int **)(DAT_000c8ce8 + 0xc8c78 + DAT_000c8cec); pcVar4 = *(char **)(iVar5 + 0x20); if (*(char *)(DAT_000c8cf0 + 0xc8c80) == '\x02') { uVar2 = FUN_000d03ec(param_1,pcVar4,param_2 + -1); param_1[uVar2 & ~((int)uVar2 >> 0x1f)] = '\0'; return; } cVar1 = *pcVar4; *param_1 = cVar1; if (cVar1 != '\0') { iVar3 = 0; do { iVar3 = iVar3 + 1; cVar1 = *(char *)(*(int *)(iVar5 + 0x20) + iVar3 * 4); param_1 = param_1 + 1; *param_1 = cVar1; } while (cVar1 != '\0'); return; } return; }
35,933
278_plink_and_plink_strip.c
wprefs
FUN_00020f08
void wprefs(void *sesskey,char *name,keyvalwhere *mapping,int nvals,Conf *conf,int primary) { keyvalwhere *pkVar1; int iVar2; int iVar3; int secondary; keyvalwhere *pkVar4; if (nvals < 1) { /* WARNING: Subroutine does not return */ safemalloc(1,1); } secondary = 0; do { iVar2 = conf_get_int_int(conf,primary,secondary); pkVar4 = mapping; if (iVar2 != mapping->v) { iVar3 = 0; pkVar1 = mapping + 1; do { pkVar4 = pkVar1; iVar3 = iVar3 + 1; if (nvals == iVar3) goto LAB_00020f7c; pkVar1 = pkVar4 + 1; } while (iVar2 != pkVar4->v); } if (pkVar4->s != (char *)0x0) { /* WARNING: Subroutine does not return */ strlen(pkVar4->s); } LAB_00020f7c: secondary = secondary + 1; if (nvals == secondary) { /* WARNING: Subroutine does not return */ safemalloc(1,1); } } while( true ); }
void FUN_00020f08(undefined4 param_1,undefined4 param_2,int *param_3,int param_4,undefined4 param_5, undefined4 param_6) { int *piVar1; int iVar2; size_t sVar3; undefined1 *puVar4; int iVar5; int iVar6; int iVar7; int iVar8; int iVar9; int iVar10; int iVar11; undefined1 *puVar12; int *piVar13; bool bVar14; if (0 < param_4) { iVar11 = 0; iVar9 = 0; do { iVar2 = FUN_000179fc(param_5,param_6); piVar13 = param_3; if (iVar2 != param_3[1]) { iVar6 = 0; piVar1 = param_3 + 4; do { piVar13 = piVar1; iVar6 = iVar6 + 1; if (param_4 == iVar6) goto joined_r0x00020f84; piVar1 = piVar13 + 4; } while (iVar2 != piVar13[1]); } if ((char *)*piVar13 != (char *)0x0) { sVar3 = strlen((char *)*piVar13); if (0 < iVar11) { iVar11 = iVar11 + 1; } iVar11 = iVar11 + sVar3; } joined_r0x00020f84: if (param_4 == iVar9 + 1) goto LAB_00020fbc; iVar9 = iVar9 + 1; } while( true ); } puVar12 = (undefined1 *)FUN_0001bbdc(1); puVar4 = puVar12; goto LAB_00021060; LAB_00020fbc: puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1); iVar2 = DAT_00021108 + 0x20fd8; iVar10 = 0; iVar6 = DAT_0002110c + 0x20fe8; iVar7 = DAT_00021110 + 0x20ff4; puVar12 = puVar4; do { while( true ) { iVar5 = FUN_000179fc(param_5,param_6); piVar13 = param_3; if (iVar5 != param_3[1]) { iVar8 = 0; piVar1 = param_3 + 4; do { piVar13 = piVar1; bVar14 = iVar9 == iVar8; iVar8 = iVar8 + 1; if (bVar14) goto LAB_00021044; piVar1 = piVar13 + 4; } while (iVar5 != piVar13[1]); } if (*piVar13 == 0) break; iVar5 = iVar6; if (puVar12 <= puVar4) { iVar5 = iVar7; } iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13); bVar14 = iVar9 == iVar10; iVar10 = iVar10 + 1; puVar12 = puVar12 + iVar5; if (bVar14) goto LAB_00021050; } LAB_00021044: bVar14 = iVar9 != iVar10; iVar10 = iVar10 + 1; } while (bVar14); LAB_00021050: if ((int)puVar12 - (int)puVar4 != iVar11) { /* WARNING: Subroutine does not return */ __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104), DAT_00021120,(char *)(DAT_00021114 + 0x210fc)); } LAB_00021060: *puVar12 = 0; FUN_00069598(param_1,param_2,puVar4); FUN_0001c4f4(puVar4); return; }
stmdb sp!,{r4,r5,r6,r7,r8,r9,r10,r11,lr} subs r5,r3,#0x0 sub sp,sp,#0x24 str r0,[sp,#0x14] str r1,[sp,#0x18] ldr r9,[sp,#0x48] ldr r10,[sp,#0x4c] ble 0x000210d0 mov r7,#0x0 cpy r6,r2 cpy r4,r7 cpy r2,r4 cpy r1,r10 cpy r0,r9 bl 0x000179fc ldr r3,[r6,#0x4] cmp r0,r3 addne r3,r6,#0x10 movne r2,#0x0 bne 0x00020f70 b 0x00020f90 cpy r12,r3 add r3,r3,#0x10 ldr r1,[r3,#-0xc] cmp r0,r1 beq 0x00020f94 add r2,r2,#0x1 cmp r5,r2 bne 0x00020f5c add r3,r4,#0x1 cmp r5,r3 beq 0x00020fbc cpy r4,r3 b 0x00020f34 cpy r12,r6 ldr r0,[r12,#0x0] cmp r0,#0x0 beq 0x00020f7c bl 0x000137ec add r3,r4,#0x1 cmp r7,#0x0 addgt r7,r7,#0x1 cmp r5,r3 add r7,r7,r0 bne 0x00020f88 mov r1,#0x1 add r0,r7,r1 bl 0x0001bbdc ldr r3,[0x21108] str r7,[sp,#0x1c] add r3,pc,r3 str r3,[sp,#0xc] ldr r3,[0x2110c] mov r5,#0x0 add r3,pc,r3 str r3,[sp,#0x10] ldr r3,[0x21110] add r3,pc,r3 cpy r7,r3 cpy r11,r0 cpy r8,r0 cpy r2,r5 cpy r1,r10 cpy r0,r9 bl 0x000179fc ldr r3,[r6,#0x4] cmp r0,r3 addne r2,r6,#0x10 movne r3,#0x0 bne 0x00021038 b 0x00021088 cpy r12,r2 add r2,r2,#0x10 ldr r1,[r2,#-0xc] cmp r0,r1 beq 0x0002108c cmp r4,r3 add r3,r3,#0x1 bne 0x00021024 cmp r4,r5 add r5,r5,#0x1 bne 0x00020ffc ldr r7,[sp,#0x1c] sub r3,r8,r11 cmp r3,r7 bne 0x000210e8 mov r3,#0x0 ldr r0,[sp,#0x14] ldr r1,[sp,#0x18] strb r3,[r8,#0x0] cpy r2,r11 bl 0x00069598 cpy r0,r11 add sp,sp,#0x24 ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,r11,lr} b 0x0001c4f4 cpy r12,r6 ldr r3,[r12,#0x0] cmp r3,#0x0 beq 0x00021044 cmp r11,r8 ldr r2,[sp,#0x10] cpycs r2,r7 stmia sp,{r2,r3} cpy r0,r8 ldr r3,[sp,#0xc] mvn r2,#0x0 mov r1,#0x1 bl 0x0001384c cmp r4,r5 add r5,r5,#0x1 add r8,r8,r0 bne 0x00020ffc b 0x00021050 mov r1,#0x1 cpy r0,r1 bl 0x0001bbdc cpy r8,r0 cpy r11,r0 b 0x00021060 ldr r3,[0x21114] ldr r1,[0x21118] ldr r0,[0x2111c] add r3,pc,r3 ldr r2,[0x21120] add r1,pc,r1 add r0,pc,r0 bl 0x00013ad4
null
null
null
null
[('const-1', u'CALL_-1206054431'), (u'MULTIEQUAL_-1206054705', u'INT_ADD_-1206054869'), ('const-16', u'PTRADD_-1206054482'), ('const-0', u'COPY_-1206055047'), (u'PTRADD_-1206054461', u'COPY_-1206054509'), ('tmp_701', u'CALL_-1206055020'), ('tmp_699', u'COPY_-1206054538'), ('tmp_702', u'CALL_-1206055020'), ('const-0', u'INT_NOTEQUAL_-1206054867'), (u'INT_SLESS_-1206055062', u'CBRANCH_-1206055069'), (u'COPY_-1206054507', u'MULTIEQUAL_-1206054604'), (u'INT_ADD_-1206054834', u'INT_EQUAL_-1206054830'), (u'MULTIEQUAL_-1206054650', u'COPY_-1206054504'), ('const-1', u'PTRADD_-1206054482'), ('tmp_699', u'PTRADD_-1206054482'), ('tmp_170', u'CBRANCH_-1206055069'), (u'PTRSUB_-1206054406', u'LOAD_-1206054893'), ('const-1', u'RETURN_-1206054769'), ('const-1', u'INT_SLESS_-1206055062'), ('tmp_700', u'INT_SLESS_-1206055062'), (u'COPY_-1206054538', u'MULTIEQUAL_-1206054650'), ('tmp_388', u'CBRANCH_-1206054865'), ('const-1', u'CALL_-1206054431'), ('const-1', u'RETURN_-1206054426'), ('tmp_700', u'INT_EQUAL_-1206054830'), (u'INT_NOTEQUAL_-1206054999', u'CBRANCH_-1206054995'), (u'PTRSUB_-1206054455', u'LOAD_-1206054834'), (u'INT_NOTEQUAL_-1206054867', u'CBRANCH_-1206054865'), (u'LOAD_-1206055019', u'INT_NOTEQUAL_-1206054999'), (u'COPY_-1206054972', u'MULTIEQUAL_-1206054658'), ('tmp_700', u'INT_EQUAL_-1206054865'), (u'INT_EQUAL_-1206054865', u'CBRANCH_-1206054862'), ('const-417', u'LOAD_-1206054834'), (u'INT_NOTEQUAL_-1206054814', u'CBRANCH_-1206054812'), ('const-1', u'CALL_-1206054774'), (u'LOAD_-1206054893', u'CALL_-1206054857'), (u'INT_ADD_-1206054869', u'INT_EQUAL_-1206054865'), ('const-0', u'PTRSUB_-1206054406'), ('const-417', u'LOAD_-1206054893'), (u'PTRADD_-1206054482', u'COPY_-1206054538'), (u'COPY_-1206055047', u'MULTIEQUAL_-1206054705'), (u'COPY_-1206054504', u'PTRSUB_-1206054455'), (u'LOAD_-1206054834', u'INT_NOTEQUAL_-1206054814'), (u'MULTIEQUAL_-1206054604', u'PTRSUB_-1206054406'), (u'MULTIEQUAL_-1206054658', u'INT_ADD_-1206054834'), ('const-1', u'PTRADD_-1206054461'), ('tmp_699', u'PTRSUB_-1206054490'), (u'COPY_-1206054509', u'MULTIEQUAL_-1206054650'), ('const-417', u'LOAD_-1206055019'), (u'MULTIEQUAL_-1206054705', u'CALL_-1206055020'), (u'INT_ADD_-1206054834', u'MULTIEQUAL_-1206054658'), ('tmp_581', u'CBRANCH_-1206054826'), ('tmp_254', u'CBRANCH_-1206054995'), ('const-1', u'RETURN_-1206054852'), ('const-0', u'COPY_-1206054972'), (u'CALL_-1206055020', u'INT_NOTEQUAL_-1206054814'), (u'INT_EQUAL_-1206054830', u'CBRANCH_-1206054826'), (u'COPY_-1206054504', u'COPY_-1206054507'), (u'COPY_-1206054504', u'PTRADD_-1206054461'), ('const-4', u'PTRSUB_-1206054455'), (u'CALL_-1206055020', u'INT_NOTEQUAL_-1206054999'), (u'COPY_-1206054538', u'MULTIEQUAL_-1206054604'), ('const-16', u'PTRADD_-1206054461'), (u'LOAD_-1206054893', u'INT_NOTEQUAL_-1206054867'), ('const-4', u'PTRSUB_-1206054490'), ('tmp_457', u'CBRANCH_-1206054862'), (u'PTRSUB_-1206054490', u'LOAD_-1206055019'), ('const-1', u'CALL_-1206054774'), (u'INT_ADD_-1206054869', u'MULTIEQUAL_-1206054705'), ('tmp_652', u'CBRANCH_-1206054812'), ('const-1', u'INT_ADD_-1206054834'), ('const-1', u'INT_ADD_-1206054869')]
[(u'CALL_-1206054620', u'INDIRECT_-1206053452'), (u'MULTIEQUAL_-1206053267', u'MULTIEQUAL_-1206053688'), (u'CALL_-1206054738', u'INDIRECT_-1206053575'), (u'CAST_-1206053215', u'INT_NOTEQUAL_-1206054867'), (u'INDIRECT_-1206053347', u'MULTIEQUAL_-1206053444'), (u'INDIRECT_-1206053365', u'MULTIEQUAL_-1206053547'), (u'INDIRECT_-1206053470', u'MULTIEQUAL_-1206053390'), (u'COPY_-1206053322', u'COPY_-1206053320'), ('tmp_3655', u'INT_EQUAL_-1206054396'), (u'COPY_-1206053024', u'MULTIEQUAL_-1206053753'), (u'MULTIEQUAL_-1206053271', u'MULTIEQUAL_-1206054075'), (u'INT_ADD_-1206054790', u'MULTIEQUAL_-1206053952'), (u'MULTIEQUAL_-1206054075', u'MULTIEQUAL_-1206053271'), (u'INDIRECT_-1206053257', u'MULTIEQUAL_-1206053439'), (u'CALL_-1206054330', u'INDIRECT_-1206053275'), (u'INT_SUB_-1206054380', u'INT_NOTEQUAL_-1206054376'), (u'INT_NOTEQUAL_-1206054999', u'CBRANCH_-1206054995'), (u'INDIRECT_-1206053648', u'MULTIEQUAL_-1206053270'), (u'MULTIEQUAL_-1206053462', u'MULTIEQUAL_-1206053445'), (u'CALL_-1206054275', u'INDIRECT_-1206053324'), (u'INT_EQUAL_-1206054420', u'CBRANCH_-1206054417'), ('const-417', u'LOAD_-1206054275'), (u'CALL_-1206054325', u'INDIRECT_-1206053341'), ('const-0', u'COPY_-1206054699'), (u'MULTIEQUAL_-1206053883', u'INT_NOTEQUAL_-1206054298'), (u'INDIRECT_-1206053630', u'MULTIEQUAL_-1206053269'), (u'INT_NOTEQUAL_-1206054376', u'CBRANCH_-1206054373'), ('tmp_5209', u'MULTIEQUAL_-1206053706'), (u'STORE_-1206054340', u'INDIRECT_-1206053399'), (u'CALL_-1206054275', u'INDIRECT_-1206053360'), (u'MULTIEQUAL_-1206054085', u'INT_EQUAL_-1206054316'), (u'LOAD_-1206054275', u'INT_NOTEQUAL_-1206054255'), (u'CALL_-1206054738', u'CAST_-1206053166'), (u'INDIRECT_-1206053329', u'MULTIEQUAL_-1206053426'), (u'MULTIEQUAL_-1206053771', u'CALL_-1206054325'), ('const-1', u'INT_ADD_-1206054290'), ('const-1', u'CALL_-1206054330'), (u'CAST_-1206052845', u'INT_ADD_-1206054115'), (u'INT_ADD_-1206054273', u'MULTIEQUAL_-1206053883'), (u'CALL_-1206054119', u'INDIRECT_-1206053234'), (u'PTRADD_-1206053079', u'LOAD_-1206054275'), ('tmp_1831', u'CBRANCH_-1206054378'), (u'CALL_-1206054330', u'INDIRECT_-1206053347'), (u'MULTIEQUAL_-1206053874', u'PTRADD_-1206054234'), (u'INDIRECT_-1206053434', u'MULTIEQUAL_-1206053354'), ('tmp_5208', u'MULTIEQUAL_-1206053688'), (u'CALL_-1206055020', u'INDIRECT_-1206053745'), (u'LOAD_-1206054619', u'INT_NOTEQUAL_-1206054599'), ('const-4', u'PTRADD_-1206053309'), (u'INDIRECT_-1206053452', u'MULTIEQUAL_-1206053372'), (u'INDIRECT_-1206053637', u'MULTIEQUAL_-1206053264'), ('tmp_3658', u'COPY_-1206053351'), (u'CALL_-1206053997', u'INDIRECT_-1206053266'), (u'MULTIEQUAL_-1206053753', u'CALL_-1206054330'), ('const-1', u'RETURN_-1206054114'), (u'INDIRECT_-1206053360', u'COPY_-1206053419'), ('const-4', u'PTRADD_-1206053288'), ('const-0', u'PTRSUB_-1206052874'), (u'MULTIEQUAL_-1206053444', u'MULTIEQUAL_-1206053427'), ('tmp_3655', u'INT_EQUAL_-1206054407'), (u'MULTIEQUAL_-1206053772', u'STORE_-1206054340'), ('const-417', u'LOAD_-1206054619'), ('const-4', u'PTRADD_-1206053079'), (u'CALL_-1206054620', u'INT_NOTEQUAL_-1206054599'), (u'INDIRECT_-1206053470', u'MULTIEQUAL_-1206053475'), (u'INDIRECT_-1206053557', u'MULTIEQUAL_-1206053493'), (u'CALL_-1206054620', u'INDIRECT_-1206053434'), ('const-417', u'LOAD_-1206055019'), (u'LOAD_-1206054445', u'INT_EQUAL_-1206054420'), ('tmp_5206', u'MULTIEQUAL_-1206053652'), ('const-0', u'COPY_-1206054572'), (u'COPY_-1206053084', u'MULTIEQUAL_-1206053771'), (u'CALL_-1206054620', u'INDIRECT_-1206053488'), ('const-0', u'RETURN_-1206054271'), ('tmp_5205', u'MULTIEQUAL_-1206053634'), (u'CALL_-1206054620', u'INDIRECT_-1206053542'), (u'CALL_-1206053997', u'INDIRECT_-1206053230'), ('tmp_1876', u'BRANCH_-1206053985'), ('const-1', u'INT_ADD_-1206054273'), (u'INDIRECT_-1206053306', u'COPY_-1206053365'), (u'INDIRECT_-1206053611', u'MULTIEQUAL_-1206053547'), (u'STORE_-1206054340', u'INDIRECT_-1206053327'), (u'INDIRECT_-1206053558', u'MULTIEQUAL_-1206053265'), ('tmp_1558', u'CBRANCH_-1206054267'), ('tmp_5198', u'CALL_-1206054620'), (u'INDIRECT_-1206053234', u'COPY_-1206053290'), (u'INT_ADD_-1206054142', u'CAST_-1206052859'), (u'MULTIEQUAL_-1206053957', u'LOAD_-1206054893'), (u'INDIRECT_-1206053542', u'MULTIEQUAL_-1206053547'), ('tmp_1138', u'CBRANCH_-1206054286'), (u'CALL_-1206053997', u'INDIRECT_-1206053302'), (u'STORE_-1206054340', u'INDIRECT_-1206053381'), (u'MULTIEQUAL_-1206053408', u'MULTIEQUAL_-1206053391'), (u'INT_EQUAL_-1206054316', u'CBRANCH_-1206054286'), (u'INT_ADD_-1206054668', u'COPY_-1206053025'), (u'MULTIEQUAL_-1206054085', u'INT_EQUAL_-1206054287'), (u'INDIRECT_-1206053593', u'MULTIEQUAL_-1206053529'), (u'INDIRECT_-1206053593', u'INT_ADD_-1206054668'), ('tmp_3656', u'CALL_-1206054325'), (u'CALL_-1206054119', u'INDIRECT_-1206053180'), (u'INDIRECT_-1206053745', u'MULTIEQUAL_-1206053270'), (u'INT_ADD_-1206054400', u'MULTIEQUAL_-1206054051'), ('const-4294967295', u'CALL_-1206054330'), (u'MULTIEQUAL_-1206054085', u'INT_ADD_-1206054411'), ('const-1', u'INT_ADD_-1206054734'), (u'INT_ADD_-1206054115', u'CAST_-1206052844'), (u'INDIRECT_-1206053270', u'COPY_-1206053326'), (u'INDIRECT_-1206053612', u'MULTIEQUAL_-1206053268'), (u'CALL_-1206054738', u'INDIRECT_-1206053611'), (u'PTRADD_-1206053318', u'LOAD_-1206055019'), ('const-0', u'STORE_-1206054340'), (u'INDIRECT_-1206053198', u'COPY_-1206053254'), ('tmp_3655', u'INT_SLESS_-1206055062'), (u'MULTIEQUAL_-1206053771', u'CALL_-1206054275'), (u'CAST_-1206053021', u'INT_SUB_-1206054380'), (u'CAST_-1206053020', u'INT_SUB_-1206054380'), ('const-417', u'LOAD_-1206054445'), (u'INDIRECT_-1206053506', u'MULTIEQUAL_-1206053426'), (u'MULTIEQUAL_-1206053271', u'INT_ADD_-1206054734'), (u'INT_NOTEQUAL_-1206054867', u'CBRANCH_-1206054865'), ('const-4', u'PTRADD_-1206053084'), (u'INT_ADD_-1206054126', u'CAST_-1206052850'), (u'MULTIEQUAL_-1206053952', u'INT_ADD_-1206054766'), (u'MULTIEQUAL_-1206053860', u'COPY_-1206053125'), ('tmp_3658', u'PTRADD_-1206053309'), (u'MULTIEQUAL_-1206053835', u'INT_ADD_-1206054261'), (u'CALL_-1206054330', u'INDIRECT_-1206053365'), (u'INDIRECT_-1206053414', u'COPY_-1206053473'), (u'MULTIEQUAL_-1206054075', u'MULTIEQUAL_-1206053952'), ('tmp_1493', u'CBRANCH_-1206054279'), ('tmp_3658', u'PTRADD_-1206053105'), (u'CALL_-1206054119', u'INDIRECT_-1206053270'), ('const-1', u'INT_ADD_-1206054261'), (u'STORE_-1206054340', u'INDIRECT_-1206053435'), (u'INDIRECT_-1206053180', u'COPY_-1206053236'), ('const-417', u'STORE_-1206054340'), (u'LOAD_-1206054445', u'CALL_-1206054330'), (u'CALL_-1206054330', u'INDIRECT_-1206053311'), (u'INDIRECT_-1206053540', u'MULTIEQUAL_-1206053264'), ('tmp_5207', u'MULTIEQUAL_-1206053670'), (u'COPY_-1206054972', u'MULTIEQUAL_-1206054051'), ('const-0', u'INT_SLESS_-1206055062'), ('tmp_1695', u'CBRANCH_-1206054404'), (u'COPY_-1206053025', u'MULTIEQUAL_-1206053753'), (u'INDIRECT_-1206053524', u'MULTIEQUAL_-1206053444'), ('tmp_1191', u'CBRANCH_-1206054373'), (u'CALL_-1206054325', u'INDIRECT_-1206053395'), (u'COPY_-1206053320', u'MULTIEQUAL_-1206053957'), ('const-1', u'PTRADD_-1206054234'), (u'CALL_-1206053997', u'INDIRECT_-1206053248'), ('const-135128', u'INT_ADD_-1206054706'), (u'INDIRECT_-1206053329', u'MULTIEQUAL_-1206053511'), (u'INT_ADD_-1206054411', u'INT_EQUAL_-1206054407'), (u'CALL_-1206054119', u'INDIRECT_-1206053252'), (u'CALL_-1206055020', u'INDIRECT_-1206053691'), (u'CALL_-1206055020', u'INDIRECT_-1206053727'), ('const-0', u'COPY_-1206055061'), ('const-0', u'INT_NOTEQUAL_-1206054867'), (u'INDIRECT_-1206053611', u'INT_ADD_-1206054706'), (u'INDIRECT_-1206053252', u'COPY_-1206053308'), ('const-417', u'LOAD_-1206054893'), (u'INDIRECT_-1206053293', u'MULTIEQUAL_-1206053475'), ('const-1', u'INT_ADD_-1206054400'), (u'INDIRECT_-1206053293', u'MULTIEQUAL_-1206053390'), (u'INT_NOTEQUAL_-1206054380', u'CBRANCH_-1206054378'), (u'CALL_-1206054330', u'INDIRECT_-1206053257'), ('const-1', u'PTRADD_-1206053079'), ('tmp_5199', u'CALL_-1206055020'), ('const-135432', u'PTRSUB_-1206052874'), (u'INDIRECT_-1206053275', u'MULTIEQUAL_-1206053372'), ('const-135144', u'INT_ADD_-1206054668'), ('const-4', u'PTRADD_-1206053105'), ('tmp_3658', u'PTRADD_-1206053318'), (u'MULTIEQUAL_-1206053715', u'LOAD_-1206054445'), (u'STORE_-1206054340', u'INDIRECT_-1206053417'), ('tmp_3658', u'PTRADD_-1206053114'), ('tmp_388', u'CBRANCH_-1206054865'), (u'CALL_-1206053997', u'INDIRECT_-1206053338'), (u'CALL_-1206055020', u'INDIRECT_-1206053655'), (u'CALL_-1206054119', u'INDIRECT_-1206053216'), (u'MULTIEQUAL_-1206053268', u'MULTIEQUAL_-1206053706'), (u'INDIRECT_-1206053524', u'MULTIEQUAL_-1206053529'), ('tmp_484', u'CBRANCH_-1206054814'), (u'CALL_-1206054330', u'PTRADD_-1206054234'), (u'CAST_-1206052850', u'CALL_-1206054119'), (u'CAST_-1206053166', u'INT_LESSEQUAL_-1206054400'), (u'COPY_-1206053130', u'MULTIEQUAL_-1206053860'), ('const-417', u'LOAD_-1206054400'), (u'INT_SLESS_-1206054807', u'CBRANCH_-1206054814'), ('const-4', u'PTRADD_-1206053084'), (u'CALL_-1206053997', u'INDIRECT_-1206053284'), (u'COPY_-1206053122', u'MULTIEQUAL_-1206053715'), (u'INDIRECT_-1206053288', u'COPY_-1206053344'), (u'COPY_-1206054572', u'MULTIEQUAL_-1206053835'), (u'INT_ADD_-1206054261', u'MULTIEQUAL_-1206053835'), (u'INDIRECT_-1206053655', u'MULTIEQUAL_-1206053265'), (u'INDIRECT_-1206053434', u'MULTIEQUAL_-1206053439'), (u'INT_NOTEQUAL_-1206054599', u'CBRANCH_-1206054595'), (u'CALL_-1206054275', u'INDIRECT_-1206053378'), ('const-0', u'INT_SLESS_-1206054807'), (u'CALL_-1206054857', u'INDIRECT_-1206053594'), (u'COPY_-1206053159', u'MULTIEQUAL_-1206053860'), (u'CALL_-1206054275', u'INDIRECT_-1206053342'), (u'INT_SLESS_-1206055062', u'CBRANCH_-1206055069'), (u'MULTIEQUAL_-1206053372', u'MULTIEQUAL_-1206053355'), (u'INDIRECT_-1206053378', u'COPY_-1206053437'), (u'INDIRECT_-1206053311', u'MULTIEQUAL_-1206053408'), (u'INDIRECT_-1206053709', u'MULTIEQUAL_-1206053268'), (u'INDIRECT_-1206053248', u'MULTIEQUAL_-1206053355'), (u'MULTIEQUAL_-1206053789', u'MULTIEQUAL_-1206053772'), (u'MULTIEQUAL_-1206053874', u'MULTIEQUAL_-1206053874'), (u'PTRADD_-1206054234', u'MULTIEQUAL_-1206053789'), ('const-1', u'PTRADD_-1206053114'), (u'LOAD_-1206054893', u'CAST_-1206053215'), (u'INT_ADD_-1206054766', u'MULTIEQUAL_-1206053271'), (u'INDIRECT_-1206053311', u'MULTIEQUAL_-1206053493'), (u'CALL_-1206054857', u'INT_ADD_-1206054766'), (u'CALL_-1206055020', u'INT_NOTEQUAL_-1206054380'), (u'INT_EQUAL_-1206054407', u'CBRANCH_-1206054404'), (u'INDIRECT_-1206053727', u'MULTIEQUAL_-1206053269'), (u'COPY_-1206053125', u'COPY_-1206053122'), ('const-1', u'INT_ADD_-1206054411'), ('tmp_5198', u'CALL_-1206055020'), (u'INDIRECT_-1206053320', u'MULTIEQUAL_-1206053427'), (u'INDIRECT_-1206053324', u'COPY_-1206053383'), (u'MULTIEQUAL_-1206054030', u'COPY_-1206053322'), ('tmp_3658', u'COPY_-1206053153'), (u'INDIRECT_-1206053576', u'MULTIEQUAL_-1206053266'), (u'MULTIEQUAL_-1206053270', u'MULTIEQUAL_-1206053742'), (u'INDIRECT_-1206053365', u'MULTIEQUAL_-1206053462'), ('const-0', u'COPY_-1206054972'), ('tmp_962', u'CBRANCH_-1206054391'), (u'PTRADD_-1206053309', u'COPY_-1206053356'), ('tmp_5211', u'MULTIEQUAL_-1206053742'), (u'CALL_-1206054275', u'INDIRECT_-1206053396'), (u'CALL_-1206054275', u'INDIRECT_-1206053306'), (u'CAST_-1206053166', u'COPY_-1206053084'), (u'INT_EQUAL_-1206054396', u'CBRANCH_-1206054392'), (u'MULTIEQUAL_-1206054075', u'INT_SLESS_-1206054807'), (u'CALL_-1206054620', u'INT_NOTEQUAL_-1206054255'), ('const-135420', u'INT_ADD_-1206054142'), (u'MULTIEQUAL_-1206053265', u'MULTIEQUAL_-1206053652'), (u'CAST_-1206052859', u'CALL_-1206054119'), (u'MULTIEQUAL_-1206053408', u'INT_ADD_-1206054142'), (u'CALL_-1206054330', u'INDIRECT_-1206053293'), (u'COPY_-1206053322', u'PTRADD_-1206053288'), (u'INDIRECT_-1206053302', u'MULTIEQUAL_-1206053409'), (u'CALL_-1206054325', u'INDIRECT_-1206053323'), (u'COPY_-1206053351', u'MULTIEQUAL_-1206053957'), (u'INT_ADD_-1206054646', u'COPY_-1206053024'), (u'INDIRECT_-1206053488', u'MULTIEQUAL_-1206053408'), ('tmp_5210', u'MULTIEQUAL_-1206053724'), (u'INDIRECT_-1206053452', u'MULTIEQUAL_-1206053457'), ('const-4', u'PTRADD_-1206053114'), (u'CALL_-1206054857', u'INDIRECT_-1206053630'), (u'CALL_-1206055020', u'INDIRECT_-1206053673'), ('const-1', u'CALL_-1206053997'), (u'MULTIEQUAL_-1206053354', u'CALL_-1206054119'), (u'INT_EQUAL_-1206054287', u'CBRANCH_-1206054267'), ('const-1', u'PTRADD_-1206053318'), ('const-1', u'INT_ADD_-1206054049'), ('tmp_793', u'CBRANCH_-1206054595'), (u'INDIRECT_-1206053503', u'MULTIEQUAL_-1206053439'), (u'CALL_-1206055020', u'INDIRECT_-1206053709'), (u'INT_NOTEQUAL_-1206054298', u'CBRANCH_-1206054279'), (u'PTRADD_-1206053114', u'LOAD_-1206054619'), (u'INDIRECT_-1206053542', u'MULTIEQUAL_-1206053462'), (u'CALL_-1206054857', u'INDIRECT_-1206053648'), (u'CALL_-1206054330', u'INDIRECT_-1206053329'), (u'INDIRECT_-1206053575', u'INT_ADD_-1206054646'), (u'INDIRECT_-1206053216', u'COPY_-1206053272'), (u'CAST_-1206052883', u'MULTIEQUAL_-1206053772'), (u'INT_ADD_-1206054290', u'MULTIEQUAL_-1206053883'), (u'COPY_-1206053356', u'MULTIEQUAL_-1206054030'), (u'MULTIEQUAL_-1206053883', u'INT_EQUAL_-1206054316'), ('tmp_1629', u'CBRANCH_-1206054253'), ('const-0', u'INT_EQUAL_-1206054420'), (u'INDIRECT_-1206053506', u'MULTIEQUAL_-1206053511'), ('const-1', u'PTRADD_-1206053283'), (u'CAST_-1206053166', u'COPY_-1206053185'), (u'CAST_-1206053215', u'CALL_-1206054857'), ('const-135156', u'INT_ADD_-1206054646'), (u'MULTIEQUAL_-1206053269', u'MULTIEQUAL_-1206053724'), (u'CALL_-1206054857', u'INDIRECT_-1206053612'), (u'COPY_-1206053153', u'MULTIEQUAL_-1206053715'), (u'LOAD_-1206054400', u'INT_NOTEQUAL_-1206054380'), (u'INT_LESSEQUAL_-1206054400', u'CBRANCH_-1206054391'), (u'MULTIEQUAL_-1206053266', u'MULTIEQUAL_-1206053670'), (u'INDIRECT_-1206053488', u'MULTIEQUAL_-1206053493'), (u'CALL_-1206054275', u'INDIRECT_-1206053414'), (u'CAST_-1206052844', u'CALL_-1206054119'), (u'MULTIEQUAL_-1206053390', u'INT_ADD_-1206054126'), (u'INDIRECT_-1206053673', u'MULTIEQUAL_-1206053266'), (u'INT_ADD_-1206054400', u'INT_EQUAL_-1206054396'), (u'INDIRECT_-1206053539', u'MULTIEQUAL_-1206053475'), (u'CALL_-1206054620', u'INDIRECT_-1206053524'), (u'CALL_-1206053997', u'CAST_-1206052883'), (u'STORE_-1206054340', u'INDIRECT_-1206053363'), (u'MULTIEQUAL_-1206053264', u'MULTIEQUAL_-1206053634'), (u'CALL_-1206054857', u'INDIRECT_-1206053576'), (u'CAST_-1206053166', u'CAST_-1206053020'), (u'PTRADD_-1206054234', u'MULTIEQUAL_-1206053874'), (u'COPY_-1206055061', u'MULTIEQUAL_-1206054075'), (u'INDIRECT_-1206053342', u'COPY_-1206053401'), ('tmp_927', u'CBRANCH_-1206054417'), ('const-4', u'PTRADD_-1206053288'), (u'PTRSUB_-1206052874', u'CAST_-1206052845'), (u'INDIRECT_-1206053594', u'MULTIEQUAL_-1206053267'), (u'COPY_-1206053125', u'PTRADD_-1206053084'), (u'LOAD_-1206055019', u'INT_NOTEQUAL_-1206054999'), (u'COPY_-1206054699', u'MULTIEQUAL_-1206053883'), (u'INDIRECT_-1206053521', u'MULTIEQUAL_-1206053457'), ('const-4', u'PTRADD_-1206053283'), (u'COPY_-1206053322', u'PTRADD_-1206053283'), ('const-4', u'PTRADD_-1206053309'), (u'MULTIEQUAL_-1206053874', u'CALL_-1206054330'), ('tmp_3657', u'CALL_-1206054325'), (u'CALL_-1206053997', u'INDIRECT_-1206053320'), ('const-4', u'PTRADD_-1206053105'), (u'PTRADD_-1206053283', u'LOAD_-1206054400'), (u'MULTIEQUAL_-1206053883', u'INT_ADD_-1206054273'), (u'STORE_-1206054340', u'INDIRECT_-1206053345'), ('const-135428', u'INT_ADD_-1206054126'), (u'COPY_-1206052947', u'MULTIEQUAL_-1206053771'), ('tmp_254', u'CBRANCH_-1206054995'), (u'COPY_-1206053185', u'MULTIEQUAL_-1206053874'), (u'COPY_-1206055047', u'MULTIEQUAL_-1206054085'), (u'INDIRECT_-1206053575', u'MULTIEQUAL_-1206053511'), (u'INDIRECT_-1206053266', u'MULTIEQUAL_-1206053373'), (u'CALL_-1206054738', u'INDIRECT_-1206053521'), (u'CALL_-1206055020', u'INT_NOTEQUAL_-1206054999'), (u'CALL_-1206054738', u'INDIRECT_-1206053593'), ('const-1', u'INT_ADD_-1206054790'), (u'INDIRECT_-1206053691', u'MULTIEQUAL_-1206053267'), (u'INT_ADD_-1206054706', u'CALL_-1206054330'), (u'INDIRECT_-1206053338', u'MULTIEQUAL_-1206053445'), ('const-4', u'PTRADD_-1206053318'), (u'CALL_-1206054620', u'INDIRECT_-1206053506'), (u'MULTIEQUAL_-1206053271', u'INT_NOTEQUAL_-1206054376'), (u'CAST_-1206052883', u'COPY_-1206052947'), (u'MULTIEQUAL_-1206053426', u'MULTIEQUAL_-1206053409'), (u'CALL_-1206054857', u'INDIRECT_-1206053540'), (u'CALL_-1206055020', u'INDIRECT_-1206053637'), (u'CALL_-1206054325', u'INDIRECT_-1206053431'), ('tmp_170', u'CBRANCH_-1206055069'), (u'COPY_-1206053125', u'PTRADD_-1206053079'), (u'MULTIEQUAL_-1206053789', u'CAST_-1206053021'), (u'MULTIEQUAL_-1206053874', u'MULTIEQUAL_-1206053789'), (u'MULTIEQUAL_-1206053372', u'INT_ADD_-1206054115'), (u'PTRADD_-1206053105', u'COPY_-1206053159'), (u'INDIRECT_-1206053396', u'COPY_-1206053455'), (u'MULTIEQUAL_-1206054075', u'INT_ADD_-1206054790'), (u'MULTIEQUAL_-1206053883', u'INT_ADD_-1206054290'), ('tmp_1633', u'BRANCH_-1206054420'), (u'CALL_-1206054325', u'INDIRECT_-1206053413'), (u'CALL_-1206054119', u'INDIRECT_-1206053288'), (u'MULTIEQUAL_-1206054085', u'INT_ADD_-1206054049'), (u'INDIRECT_-1206053275', u'MULTIEQUAL_-1206053457'), (u'CALL_-1206054325', u'INDIRECT_-1206053377'), (u'MULTIEQUAL_-1206053390', u'MULTIEQUAL_-1206053373'), (u'INT_ADD_-1206054734', u'CALL_-1206054738'), ('tmp_5199', u'CALL_-1206054620'), (u'PTRADD_-1206053084', u'COPY_-1206053130'), (u'MULTIEQUAL_-1206053835', u'INT_EQUAL_-1206054287'), (u'CALL_-1206054738', u'INDIRECT_-1206053557'), (u'CALL_-1206054119', u'INDIRECT_-1206053198'), (u'MULTIEQUAL_-1206054085', u'INT_NOTEQUAL_-1206054298'), (u'MULTIEQUAL_-1206053874', u'INT_LESSEQUAL_-1206054400'), (u'INT_NOTEQUAL_-1206054255', u'CBRANCH_-1206054253'), (u'INDIRECT_-1206053347', u'MULTIEQUAL_-1206053529'), ('tmp_1760', u'CBRANCH_-1206054392'), (u'COPY_-1206053327', u'MULTIEQUAL_-1206054030'), (u'CALL_-1206054857', u'INDIRECT_-1206053558'), (u'CALL_-1206054738', u'INDIRECT_-1206053539'), (u'INDIRECT_-1206053284', u'MULTIEQUAL_-1206053391'), (u'CALL_-1206054620', u'INDIRECT_-1206053470'), ('const-0', u'COPY_-1206055047'), (u'INDIRECT_-1206053230', u'MULTIEQUAL_-1206053337'), (u'CALL_-1206054325', u'INDIRECT_-1206053359'), (u'MULTIEQUAL_-1206054051', u'INT_ADD_-1206054400'), (u'INT_ADD_-1206054049', u'MULTIEQUAL_-1206054085'), (u'MULTIEQUAL_-1206053354', u'MULTIEQUAL_-1206053337'), (u'INDIRECT_-1206053257', u'MULTIEQUAL_-1206053354'), (u'PTRADD_-1206053288', u'COPY_-1206053327'), (u'CALL_-1206054738', u'INDIRECT_-1206053503')]
null
null
00020f08
arm
O2
(translation_unit "void FUN_00020f08(undefined4 param_1,undefined4 param_2,int *param_3,int param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n int *piVar1;\n int iVar2;\n size_t sVar3;\n undefined1 *puVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n undefined1 *puVar12;\n int *piVar13;\n bool bVar14;\n \n if (0 < param_4) {\n iVar11 = 0;\n iVar9 = 0;\n do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );\n }\n puVar12 = (undefined1 *)FUN_0001bbdc(1);\n puVar4 = puVar12;\n goto LAB_00021060;\nLAB_00020fbc:\n puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1);\n iVar2 = DAT_00021108 + 0x20fd8;\n iVar10 = 0;\n iVar6 = DAT_0002110c + 0x20fe8;\n iVar7 = DAT_00021110 + 0x20ff4;\n puVar12 = puVar4;\n do {\n while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }\nLAB_00021044:\n bVar14 = iVar9 != iVar10;\n iVar10 = iVar10 + 1;\n } while (bVar14);\nLAB_00021050:\n if ((int)puVar12 - (int)puVar4 != iVar11) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }\nLAB_00021060:\n *puVar12 = 0;\n FUN_00069598(param_1,param_2,puVar4);\n FUN_0001c4f4(puVar4);\n return;\n}\n\n" (function_definition "void FUN_00020f08(undefined4 param_1,undefined4 param_2,int *param_3,int param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n int *piVar1;\n int iVar2;\n size_t sVar3;\n undefined1 *puVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n undefined1 *puVar12;\n int *piVar13;\n bool bVar14;\n \n if (0 < param_4) {\n iVar11 = 0;\n iVar9 = 0;\n do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );\n }\n puVar12 = (undefined1 *)FUN_0001bbdc(1);\n puVar4 = puVar12;\n goto LAB_00021060;\nLAB_00020fbc:\n puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1);\n iVar2 = DAT_00021108 + 0x20fd8;\n iVar10 = 0;\n iVar6 = DAT_0002110c + 0x20fe8;\n iVar7 = DAT_00021110 + 0x20ff4;\n puVar12 = puVar4;\n do {\n while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }\nLAB_00021044:\n bVar14 = iVar9 != iVar10;\n iVar10 = iVar10 + 1;\n } while (bVar14);\nLAB_00021050:\n if ((int)puVar12 - (int)puVar4 != iVar11) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }\nLAB_00021060:\n *puVar12 = 0;\n FUN_00069598(param_1,param_2,puVar4);\n FUN_0001c4f4(puVar4);\n return;\n}" primitive_type (function_declarator "FUN_00020f08(undefined4 param_1,undefined4 param_2,int *param_3,int param_4,undefined4 param_5,\n undefined4 param_6)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int *param_3,int param_4,undefined4 param_5,\n undefined4 param_6)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n size_t sVar3;\n undefined1 *puVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n undefined1 *puVar12;\n int *piVar13;\n bool bVar14;\n \n if (0 < param_4) {\n iVar11 = 0;\n iVar9 = 0;\n do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );\n }\n puVar12 = (undefined1 *)FUN_0001bbdc(1);\n puVar4 = puVar12;\n goto LAB_00021060;\nLAB_00020fbc:\n puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1);\n iVar2 = DAT_00021108 + 0x20fd8;\n iVar10 = 0;\n iVar6 = DAT_0002110c + 0x20fe8;\n iVar7 = DAT_00021110 + 0x20ff4;\n puVar12 = puVar4;\n do {\n while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }\nLAB_00021044:\n bVar14 = iVar9 != iVar10;\n iVar10 = iVar10 + 1;\n } while (bVar14);\nLAB_00021050:\n if ((int)puVar12 - (int)puVar4 != iVar11) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }\nLAB_00021060:\n *puVar12 = 0;\n FUN_00069598(param_1,param_2,puVar4);\n FUN_0001c4f4(puVar4);\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "undefined1 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "undefined1 *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "int *piVar13;" primitive_type (pointer_declarator "*piVar13" * identifier) ;) (declaration "bool bVar14;" primitive_type identifier ;) (if_statement "if (0 < param_4) {\n iVar11 = 0;\n iVar9 = 0;\n do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );\n }" if (parenthesized_expression "(0 < param_4)" ( (binary_expression "0 < param_4" number_literal < identifier) )) (compound_statement "{\n iVar11 = 0;\n iVar9 = 0;\n do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );\n }" { (expression_statement "iVar11 = 0;" (assignment_expression "iVar11 = 0" identifier = number_literal) ;) (expression_statement "iVar9 = 0;" (assignment_expression "iVar9 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );" do (compound_statement "{\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n }" { (expression_statement "iVar2 = FUN_000179fc(param_5,param_6);" (assignment_expression "iVar2 = FUN_000179fc(param_5,param_6)" identifier = (call_expression "FUN_000179fc(param_5,param_6)" identifier (argument_list "(param_5,param_6)" ( identifier , identifier )))) ;) (expression_statement "piVar13 = param_3;" (assignment_expression "piVar13 = param_3" identifier = identifier) ;) (if_statement "if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }" if (parenthesized_expression "(iVar2 != param_3[1])" ( (binary_expression "iVar2 != param_3[1]" identifier != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }" { (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;) (expression_statement "piVar1 = param_3 + 4;" (assignment_expression "piVar1 = param_3 + 4" identifier = (binary_expression "param_3 + 4" identifier + number_literal)) ;) (do_statement "do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);" do (compound_statement "{\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n }" { (expression_statement "piVar13 = piVar1;" (assignment_expression "piVar13 = piVar1" identifier = identifier) ;) (expression_statement "iVar6 = iVar6 + 1;" (assignment_expression "iVar6 = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) (if_statement "if (param_4 == iVar6) goto joined_r0x00020f84;" if (parenthesized_expression "(param_4 == iVar6)" ( (binary_expression "param_4 == iVar6" identifier == identifier) )) (goto_statement "goto joined_r0x00020f84;" goto statement_identifier ;)) (expression_statement "piVar1 = piVar13 + 4;" (assignment_expression "piVar1 = piVar13 + 4" identifier = (binary_expression "piVar13 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar2 != piVar13[1])" ( (binary_expression "iVar2 != piVar13[1]" identifier != (subscript_expression "piVar13[1]" identifier [ number_literal ])) )) ;) })) (if_statement "if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }" if (parenthesized_expression "((char *)*piVar13 != (char *)0x0)" ( (binary_expression "(char *)*piVar13 != (char *)0x0" (cast_expression "(char *)*piVar13" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar13" * identifier)) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }" { (expression_statement "sVar3 = strlen((char *)*piVar13);" (assignment_expression "sVar3 = strlen((char *)*piVar13)" identifier = (call_expression "strlen((char *)*piVar13)" identifier (argument_list "((char *)*piVar13)" ( (cast_expression "(char *)*piVar13" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar13" * identifier)) )))) ;) (if_statement "if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }" if (parenthesized_expression "(0 < iVar11)" ( (binary_expression "0 < iVar11" number_literal < identifier) )) (compound_statement "{\n iVar11 = iVar11 + 1;\n }" { (expression_statement "iVar11 = iVar11 + 1;" (assignment_expression "iVar11 = iVar11 + 1" identifier = (binary_expression "iVar11 + 1" identifier + number_literal)) ;) })) (expression_statement "iVar11 = iVar11 + sVar3;" (assignment_expression "iVar11 = iVar11 + sVar3" identifier = (binary_expression "iVar11 + sVar3" identifier + identifier)) ;) })) (labeled_statement "joined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;" statement_identifier : (if_statement "if (param_4 == iVar9 + 1) goto LAB_00020fbc;" if (parenthesized_expression "(param_4 == iVar9 + 1)" ( (binary_expression "param_4 == iVar9 + 1" identifier == (binary_expression "iVar9 + 1" identifier + number_literal)) )) (goto_statement "goto LAB_00020fbc;" goto statement_identifier ;))) (expression_statement "iVar9 = iVar9 + 1;" (assignment_expression "iVar9 = iVar9 + 1" identifier = (binary_expression "iVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (expression_statement "puVar12 = (undefined1 *)FUN_0001bbdc(1);" (assignment_expression "puVar12 = (undefined1 *)FUN_0001bbdc(1)" identifier = (cast_expression "(undefined1 *)FUN_0001bbdc(1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0001bbdc(1)" identifier (argument_list "(1)" ( number_literal ))))) ;) (expression_statement "puVar4 = puVar12;" (assignment_expression "puVar4 = puVar12" identifier = identifier) ;) (goto_statement "goto LAB_00021060;" goto statement_identifier ;) (labeled_statement "LAB_00020fbc:\n puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1);" statement_identifier : (expression_statement "puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1);" (assignment_expression "puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1)" identifier = (cast_expression "(undefined1 *)FUN_0001bbdc(iVar11 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0001bbdc(iVar11 + 1)" identifier (argument_list "(iVar11 + 1)" ( (binary_expression "iVar11 + 1" identifier + number_literal) ))))) ;)) (expression_statement "iVar2 = DAT_00021108 + 0x20fd8;" (assignment_expression "iVar2 = DAT_00021108 + 0x20fd8" identifier = (binary_expression "DAT_00021108 + 0x20fd8" identifier + number_literal)) ;) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (expression_statement "iVar6 = DAT_0002110c + 0x20fe8;" (assignment_expression "iVar6 = DAT_0002110c + 0x20fe8" identifier = (binary_expression "DAT_0002110c + 0x20fe8" identifier + number_literal)) ;) (expression_statement "iVar7 = DAT_00021110 + 0x20ff4;" (assignment_expression "iVar7 = DAT_00021110 + 0x20ff4" identifier = (binary_expression "DAT_00021110 + 0x20ff4" identifier + number_literal)) ;) (expression_statement "puVar12 = puVar4;" (assignment_expression "puVar12 = puVar4" identifier = identifier) ;) (do_statement "do {\n while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }\nLAB_00021044:\n bVar14 = iVar9 != iVar10;\n iVar10 = iVar10 + 1;\n } while (bVar14);" do (compound_statement "{\n while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }\nLAB_00021044:\n bVar14 = iVar9 != iVar10;\n iVar10 = iVar10 + 1;\n }" { (while_statement "while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }" { (expression_statement "iVar5 = FUN_000179fc(param_5,param_6);" (assignment_expression "iVar5 = FUN_000179fc(param_5,param_6)" identifier = (call_expression "FUN_000179fc(param_5,param_6)" identifier (argument_list "(param_5,param_6)" ( identifier , identifier )))) ;) (expression_statement "piVar13 = param_3;" (assignment_expression "piVar13 = param_3" identifier = identifier) ;) (if_statement "if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }" if (parenthesized_expression "(iVar5 != param_3[1])" ( (binary_expression "iVar5 != param_3[1]" identifier != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }" { (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" identifier = number_literal) ;) (expression_statement "piVar1 = param_3 + 4;" (assignment_expression "piVar1 = param_3 + 4" identifier = (binary_expression "param_3 + 4" identifier + number_literal)) ;) (do_statement "do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);" do (compound_statement "{\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n }" { (expression_statement "piVar13 = piVar1;" (assignment_expression "piVar13 = piVar1" identifier = identifier) ;) (expression_statement "bVar14 = iVar9 == iVar8;" (assignment_expression "bVar14 = iVar9 == iVar8" identifier = (binary_expression "iVar9 == iVar8" identifier == identifier)) ;) (expression_statement "iVar8 = iVar8 + 1;" (assignment_expression "iVar8 = iVar8 + 1" identifier = (binary_expression "iVar8 + 1" identifier + number_literal)) ;) (if_statement "if (bVar14) goto LAB_00021044;" if (parenthesized_expression "(bVar14)" ( identifier )) (goto_statement "goto LAB_00021044;" goto statement_identifier ;)) (expression_statement "piVar1 = piVar13 + 4;" (assignment_expression "piVar1 = piVar13 + 4" identifier = (binary_expression "piVar13 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar5 != piVar13[1])" ( (binary_expression "iVar5 != piVar13[1]" identifier != (subscript_expression "piVar13[1]" identifier [ number_literal ])) )) ;) })) (if_statement "if (*piVar13 == 0) break;" if (parenthesized_expression "(*piVar13 == 0)" ( (binary_expression "*piVar13 == 0" (pointer_expression "*piVar13" * identifier) == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar5 = iVar6;" (assignment_expression "iVar5 = iVar6" identifier = identifier) ;) (if_statement "if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }" if (parenthesized_expression "(puVar12 <= puVar4)" ( (binary_expression "puVar12 <= puVar4" identifier <= identifier) )) (compound_statement "{\n iVar5 = iVar7;\n }" { (expression_statement "iVar5 = iVar7;" (assignment_expression "iVar5 = iVar7" identifier = identifier) ;) })) (expression_statement "iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);" (assignment_expression "iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13)" identifier = (call_expression "__sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13)" identifier (argument_list "(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13)" ( identifier , number_literal , number_literal , identifier , identifier , (pointer_expression "*piVar13" * identifier) )))) ;) (expression_statement "bVar14 = iVar9 == iVar10;" (assignment_expression "bVar14 = iVar9 == iVar10" identifier = (binary_expression "iVar9 == iVar10" identifier == identifier)) ;) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" identifier = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) (expression_statement "puVar12 = puVar12 + iVar5;" (assignment_expression "puVar12 = puVar12 + iVar5" identifier = (binary_expression "puVar12 + iVar5" identifier + identifier)) ;) (if_statement "if (bVar14) goto LAB_00021050;" if (parenthesized_expression "(bVar14)" ( identifier )) (goto_statement "goto LAB_00021050;" goto statement_identifier ;)) })) (labeled_statement "LAB_00021044:\n bVar14 = iVar9 != iVar10;" statement_identifier : (expression_statement "bVar14 = iVar9 != iVar10;" (assignment_expression "bVar14 = iVar9 != iVar10" identifier = (binary_expression "iVar9 != iVar10" identifier != identifier)) ;)) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" identifier = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar14)" ( identifier )) ;) (labeled_statement "LAB_00021050:\n if ((int)puVar12 - (int)puVar4 != iVar11) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }" statement_identifier : (if_statement "if ((int)puVar12 - (int)puVar4 != iVar11) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }" if (parenthesized_expression "((int)puVar12 - (int)puVar4 != iVar11)" ( (binary_expression "(int)puVar12 - (int)puVar4 != iVar11" (binary_expression "(int)puVar12 - (int)puVar4" (cast_expression "(int)puVar12" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)puVar4" ( (type_descriptor "int" primitive_type) ) identifier)) != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }" { comment (expression_statement "__assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));" (call_expression "__assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc))" identifier (argument_list "((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc))" ( (cast_expression "(char *)((int)&DAT_00021108 + DAT_0002111c)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_00021108 + DAT_0002111c)" ( (binary_expression "(int)&DAT_00021108 + DAT_0002111c" (cast_expression "(int)&DAT_00021108" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00021108" & identifier)) + identifier) ))) , (cast_expression "(char *)(DAT_00021118 + 0x21104)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00021118 + 0x21104)" ( (binary_expression "DAT_00021118 + 0x21104" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_00021114 + 0x210fc)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00021114 + 0x210fc)" ( (binary_expression "DAT_00021114 + 0x210fc" identifier + number_literal) ))) ))) ;) }))) (labeled_statement "LAB_00021060:\n *puVar12 = 0;" statement_identifier : (expression_statement "*puVar12 = 0;" (assignment_expression "*puVar12 = 0" (pointer_expression "*puVar12" * identifier) = number_literal) ;)) (expression_statement "FUN_00069598(param_1,param_2,puVar4);" (call_expression "FUN_00069598(param_1,param_2,puVar4)" identifier (argument_list "(param_1,param_2,puVar4)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_0001c4f4(puVar4);" (call_expression "FUN_0001c4f4(puVar4)" identifier (argument_list "(puVar4)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void wprefs(void *sesskey,char *name,keyvalwhere *mapping,int nvals,Conf *conf,int primary)\n\n{\n keyvalwhere *pkVar1;\n int iVar2;\n int iVar3;\n int secondary;\n keyvalwhere *pkVar4;\n \n if (nvals < 1) {\n /* WARNING: Subroutine does not return */\n safemalloc(1,1);\n }\n secondary = 0;\n do {\n iVar2 = conf_get_int_int(conf,primary,secondary);\n pkVar4 = mapping;\n if (iVar2 != mapping->v) {\n iVar3 = 0;\n pkVar1 = mapping + 1;\n do {\n pkVar4 = pkVar1;\n iVar3 = iVar3 + 1;\n if (nvals == iVar3) goto LAB_00020f7c;\n pkVar1 = pkVar4 + 1;\n } while (iVar2 != pkVar4->v);\n }\n if (pkVar4->s != (char *)0x0) {\n /* WARNING: Subroutine does not return */\n strlen(pkVar4->s);\n }\nLAB_00020f7c:\n secondary = secondary + 1;\n if (nvals == secondary) {\n /* WARNING: Subroutine does not return */\n safemalloc(1,1);\n }\n } while( true );\n}\n\n" (function_definition "void wprefs(void *sesskey,char *name,keyvalwhere *mapping,int nvals,Conf *conf,int primary)\n\n{\n keyvalwhere *pkVar1;\n int iVar2;\n int iVar3;\n int secondary;\n keyvalwhere *pkVar4;\n \n if (nvals < 1) {\n /* WARNING: Subroutine does not return */\n safemalloc(1,1);\n }\n secondary = 0;\n do {\n iVar2 = conf_get_int_int(conf,primary,secondary);\n pkVar4 = mapping;\n if (iVar2 != mapping->v) {\n iVar3 = 0;\n pkVar1 = mapping + 1;\n do {\n pkVar4 = pkVar1;\n iVar3 = iVar3 + 1;\n if (nvals == iVar3) goto LAB_00020f7c;\n pkVar1 = pkVar4 + 1;\n } while (iVar2 != pkVar4->v);\n }\n if (pkVar4->s != (char *)0x0) {\n /* WARNING: Subroutine does not return */\n strlen(pkVar4->s);\n }\nLAB_00020f7c:\n secondary = secondary + 1;\n if (nvals == secondary) {\n /* WARNING: Subroutine does not return */\n safemalloc(1,1);\n }\n } while( true );\n}" primitive_type (function_declarator "wprefs(void *sesskey,char *name,keyvalwhere *mapping,int nvals,Conf *conf,int primary)" identifier (parameter_list "(void *sesskey,char *name,keyvalwhere *mapping,int nvals,Conf *conf,int primary)" ( (parameter_declaration "void *sesskey" primitive_type (pointer_declarator "*sesskey" * identifier)) , (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) , (parameter_declaration "keyvalwhere *mapping" type_identifier (pointer_declarator "*mapping" * identifier)) , (parameter_declaration "int nvals" primitive_type identifier) , (parameter_declaration "Conf *conf" type_identifier (pointer_declarator "*conf" * identifier)) , (parameter_declaration "int primary" primitive_type identifier) ))) (compound_statement "{\n keyvalwhere *pkVar1;\n int iVar2;\n int iVar3;\n int secondary;\n keyvalwhere *pkVar4;\n \n if (nvals < 1) {\n /* WARNING: Subroutine does not return */\n safemalloc(1,1);\n }\n secondary = 0;\n do {\n iVar2 = conf_get_int_int(conf,primary,secondary);\n pkVar4 = mapping;\n if (iVar2 != mapping->v) {\n iVar3 = 0;\n pkVar1 = mapping + 1;\n do {\n pkVar4 = pkVar1;\n iVar3 = iVar3 + 1;\n if (nvals == iVar3) goto LAB_00020f7c;\n pkVar1 = pkVar4 + 1;\n } while (iVar2 != pkVar4->v);\n }\n if (pkVar4->s != (char *)0x0) {\n /* WARNING: Subroutine does not return */\n strlen(pkVar4->s);\n }\nLAB_00020f7c:\n secondary = secondary + 1;\n if (nvals == secondary) {\n /* WARNING: Subroutine does not return */\n safemalloc(1,1);\n }\n } while( true );\n}" { (declaration "keyvalwhere *pkVar1;" type_identifier (pointer_declarator "*pkVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int secondary;" primitive_type identifier ;) (declaration "keyvalwhere *pkVar4;" type_identifier (pointer_declarator "*pkVar4" * identifier) ;) (if_statement "if (nvals < 1) {\n /* WARNING: Subroutine does not return */\n safemalloc(1,1);\n }" if (parenthesized_expression "(nvals < 1)" ( (binary_expression "nvals < 1" identifier < number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n safemalloc(1,1);\n }" { comment (expression_statement "safemalloc(1,1);" (call_expression "safemalloc(1,1)" identifier (argument_list "(1,1)" ( number_literal , number_literal ))) ;) })) (expression_statement "secondary = 0;" (assignment_expression "secondary = 0" identifier = number_literal) ;) (do_statement "do {\n iVar2 = conf_get_int_int(conf,primary,secondary);\n pkVar4 = mapping;\n if (iVar2 != mapping->v) {\n iVar3 = 0;\n pkVar1 = mapping + 1;\n do {\n pkVar4 = pkVar1;\n iVar3 = iVar3 + 1;\n if (nvals == iVar3) goto LAB_00020f7c;\n pkVar1 = pkVar4 + 1;\n } while (iVar2 != pkVar4->v);\n }\n if (pkVar4->s != (char *)0x0) {\n /* WARNING: Subroutine does not return */\n strlen(pkVar4->s);\n }\nLAB_00020f7c:\n secondary = secondary + 1;\n if (nvals == secondary) {\n /* WARNING: Subroutine does not return */\n safemalloc(1,1);\n }\n } while( true );" do (compound_statement "{\n iVar2 = conf_get_int_int(conf,primary,secondary);\n pkVar4 = mapping;\n if (iVar2 != mapping->v) {\n iVar3 = 0;\n pkVar1 = mapping + 1;\n do {\n pkVar4 = pkVar1;\n iVar3 = iVar3 + 1;\n if (nvals == iVar3) goto LAB_00020f7c;\n pkVar1 = pkVar4 + 1;\n } while (iVar2 != pkVar4->v);\n }\n if (pkVar4->s != (char *)0x0) {\n /* WARNING: Subroutine does not return */\n strlen(pkVar4->s);\n }\nLAB_00020f7c:\n secondary = secondary + 1;\n if (nvals == secondary) {\n /* WARNING: Subroutine does not return */\n safemalloc(1,1);\n }\n }" { (expression_statement "iVar2 = conf_get_int_int(conf,primary,secondary);" (assignment_expression "iVar2 = conf_get_int_int(conf,primary,secondary)" identifier = (call_expression "conf_get_int_int(conf,primary,secondary)" identifier (argument_list "(conf,primary,secondary)" ( identifier , identifier , identifier )))) ;) (expression_statement "pkVar4 = mapping;" (assignment_expression "pkVar4 = mapping" identifier = identifier) ;) (if_statement "if (iVar2 != mapping->v) {\n iVar3 = 0;\n pkVar1 = mapping + 1;\n do {\n pkVar4 = pkVar1;\n iVar3 = iVar3 + 1;\n if (nvals == iVar3) goto LAB_00020f7c;\n pkVar1 = pkVar4 + 1;\n } while (iVar2 != pkVar4->v);\n }" if (parenthesized_expression "(iVar2 != mapping->v)" ( (binary_expression "iVar2 != mapping->v" identifier != (field_expression "mapping->v" identifier -> field_identifier)) )) (compound_statement "{\n iVar3 = 0;\n pkVar1 = mapping + 1;\n do {\n pkVar4 = pkVar1;\n iVar3 = iVar3 + 1;\n if (nvals == iVar3) goto LAB_00020f7c;\n pkVar1 = pkVar4 + 1;\n } while (iVar2 != pkVar4->v);\n }" { (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" identifier = number_literal) ;) (expression_statement "pkVar1 = mapping + 1;" (assignment_expression "pkVar1 = mapping + 1" identifier = (binary_expression "mapping + 1" identifier + number_literal)) ;) (do_statement "do {\n pkVar4 = pkVar1;\n iVar3 = iVar3 + 1;\n if (nvals == iVar3) goto LAB_00020f7c;\n pkVar1 = pkVar4 + 1;\n } while (iVar2 != pkVar4->v);" do (compound_statement "{\n pkVar4 = pkVar1;\n iVar3 = iVar3 + 1;\n if (nvals == iVar3) goto LAB_00020f7c;\n pkVar1 = pkVar4 + 1;\n }" { (expression_statement "pkVar4 = pkVar1;" (assignment_expression "pkVar4 = pkVar1" identifier = identifier) ;) (expression_statement "iVar3 = iVar3 + 1;" (assignment_expression "iVar3 = iVar3 + 1" identifier = (binary_expression "iVar3 + 1" identifier + number_literal)) ;) (if_statement "if (nvals == iVar3) goto LAB_00020f7c;" if (parenthesized_expression "(nvals == iVar3)" ( (binary_expression "nvals == iVar3" identifier == identifier) )) (goto_statement "goto LAB_00020f7c;" goto statement_identifier ;)) (expression_statement "pkVar1 = pkVar4 + 1;" (assignment_expression "pkVar1 = pkVar4 + 1" identifier = (binary_expression "pkVar4 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar2 != pkVar4->v)" ( (binary_expression "iVar2 != pkVar4->v" identifier != (field_expression "pkVar4->v" identifier -> field_identifier)) )) ;) })) (if_statement "if (pkVar4->s != (char *)0x0) {\n /* WARNING: Subroutine does not return */\n strlen(pkVar4->s);\n }" if (parenthesized_expression "(pkVar4->s != (char *)0x0)" ( (binary_expression "pkVar4->s != (char *)0x0" (field_expression "pkVar4->s" identifier -> field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n strlen(pkVar4->s);\n }" { comment (expression_statement "strlen(pkVar4->s);" (call_expression "strlen(pkVar4->s)" identifier (argument_list "(pkVar4->s)" ( (field_expression "pkVar4->s" identifier -> field_identifier) ))) ;) })) (labeled_statement "LAB_00020f7c:\n secondary = secondary + 1;" statement_identifier : (expression_statement "secondary = secondary + 1;" (assignment_expression "secondary = secondary + 1" identifier = (binary_expression "secondary + 1" identifier + number_literal)) ;)) (if_statement "if (nvals == secondary) {\n /* WARNING: Subroutine does not return */\n safemalloc(1,1);\n }" if (parenthesized_expression "(nvals == secondary)" ( (binary_expression "nvals == secondary" identifier == identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n safemalloc(1,1);\n }" { comment (expression_statement "safemalloc(1,1);" (call_expression "safemalloc(1,1)" identifier (argument_list "(1,1)" ( number_literal , number_literal ))) ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit "void FUN_00020f08(undefined4 param_1,undefined4 param_2,int *param_3,int param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n int *piVar1;\n int iVar2;\n size_t sVar3;\n undefined1 *puVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n undefined1 *puVar12;\n int *piVar13;\n bool bVar14;\n \n if (0 < param_4) {\n iVar11 = 0;\n iVar9 = 0;\n do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );\n }\n puVar12 = (undefined1 *)FUN_0001bbdc(1);\n puVar4 = puVar12;\n goto LAB_00021060;\nLAB_00020fbc:\n puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1);\n iVar2 = DAT_00021108 + 0x20fd8;\n iVar10 = 0;\n iVar6 = DAT_0002110c + 0x20fe8;\n iVar7 = DAT_00021110 + 0x20ff4;\n puVar12 = puVar4;\n do {\n while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }\nLAB_00021044:\n bVar14 = iVar9 != iVar10;\n iVar10 = iVar10 + 1;\n } while (bVar14);\nLAB_00021050:\n if ((int)puVar12 - (int)puVar4 != iVar11) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }\nLAB_00021060:\n *puVar12 = 0;\n FUN_00069598(param_1,param_2,puVar4);\n FUN_0001c4f4(puVar4);\n return;\n}\n\n" (function_definition "void FUN_00020f08(undefined4 param_1,undefined4 param_2,int *param_3,int param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n int *piVar1;\n int iVar2;\n size_t sVar3;\n undefined1 *puVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n undefined1 *puVar12;\n int *piVar13;\n bool bVar14;\n \n if (0 < param_4) {\n iVar11 = 0;\n iVar9 = 0;\n do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );\n }\n puVar12 = (undefined1 *)FUN_0001bbdc(1);\n puVar4 = puVar12;\n goto LAB_00021060;\nLAB_00020fbc:\n puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1);\n iVar2 = DAT_00021108 + 0x20fd8;\n iVar10 = 0;\n iVar6 = DAT_0002110c + 0x20fe8;\n iVar7 = DAT_00021110 + 0x20ff4;\n puVar12 = puVar4;\n do {\n while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }\nLAB_00021044:\n bVar14 = iVar9 != iVar10;\n iVar10 = iVar10 + 1;\n } while (bVar14);\nLAB_00021050:\n if ((int)puVar12 - (int)puVar4 != iVar11) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }\nLAB_00021060:\n *puVar12 = 0;\n FUN_00069598(param_1,param_2,puVar4);\n FUN_0001c4f4(puVar4);\n return;\n}" primitive_type (function_declarator "FUN_00020f08(undefined4 param_1,undefined4 param_2,int *param_3,int param_4,undefined4 param_5,\n undefined4 param_6)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int *param_3,int param_4,undefined4 param_5,\n undefined4 param_6)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n size_t sVar3;\n undefined1 *puVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n undefined1 *puVar12;\n int *piVar13;\n bool bVar14;\n \n if (0 < param_4) {\n iVar11 = 0;\n iVar9 = 0;\n do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );\n }\n puVar12 = (undefined1 *)FUN_0001bbdc(1);\n puVar4 = puVar12;\n goto LAB_00021060;\nLAB_00020fbc:\n puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1);\n iVar2 = DAT_00021108 + 0x20fd8;\n iVar10 = 0;\n iVar6 = DAT_0002110c + 0x20fe8;\n iVar7 = DAT_00021110 + 0x20ff4;\n puVar12 = puVar4;\n do {\n while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }\nLAB_00021044:\n bVar14 = iVar9 != iVar10;\n iVar10 = iVar10 + 1;\n } while (bVar14);\nLAB_00021050:\n if ((int)puVar12 - (int)puVar4 != iVar11) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }\nLAB_00021060:\n *puVar12 = 0;\n FUN_00069598(param_1,param_2,puVar4);\n FUN_0001c4f4(puVar4);\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "undefined1 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "undefined1 *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "int *piVar13;" primitive_type (pointer_declarator "*piVar13" * identifier) ;) (declaration "bool bVar14;" primitive_type identifier ;) (if_statement "if (0 < param_4) {\n iVar11 = 0;\n iVar9 = 0;\n do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );\n }" if (parenthesized_expression "(0 < param_4)" ( (binary_expression "0 < param_4" number_literal < identifier) )) (compound_statement "{\n iVar11 = 0;\n iVar9 = 0;\n do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );\n }" { (expression_statement "iVar11 = 0;" (assignment_expression "iVar11 = 0" identifier = number_literal) ;) (expression_statement "iVar9 = 0;" (assignment_expression "iVar9 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );" do (compound_statement "{\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n }" { (expression_statement "iVar2 = FUN_000179fc(param_5,param_6);" (assignment_expression "iVar2 = FUN_000179fc(param_5,param_6)" identifier = (call_expression "FUN_000179fc(param_5,param_6)" identifier (argument_list "(param_5,param_6)" ( identifier , identifier )))) ;) (expression_statement "piVar13 = param_3;" (assignment_expression "piVar13 = param_3" identifier = identifier) ;) (if_statement "if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }" if (parenthesized_expression "(iVar2 != param_3[1])" ( (binary_expression "iVar2 != param_3[1]" identifier != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }" { (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;) (expression_statement "piVar1 = param_3 + 4;" (assignment_expression "piVar1 = param_3 + 4" identifier = (binary_expression "param_3 + 4" identifier + number_literal)) ;) (do_statement "do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);" do (compound_statement "{\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n }" { (expression_statement "piVar13 = piVar1;" (assignment_expression "piVar13 = piVar1" identifier = identifier) ;) (expression_statement "iVar6 = iVar6 + 1;" (assignment_expression "iVar6 = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) (if_statement "if (param_4 == iVar6) goto joined_r0x00020f84;" if (parenthesized_expression "(param_4 == iVar6)" ( (binary_expression "param_4 == iVar6" identifier == identifier) )) (goto_statement "goto joined_r0x00020f84;" goto statement_identifier ;)) (expression_statement "piVar1 = piVar13 + 4;" (assignment_expression "piVar1 = piVar13 + 4" identifier = (binary_expression "piVar13 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar2 != piVar13[1])" ( (binary_expression "iVar2 != piVar13[1]" identifier != (subscript_expression "piVar13[1]" identifier [ number_literal ])) )) ;) })) (if_statement "if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }" if (parenthesized_expression "((char *)*piVar13 != (char *)0x0)" ( (binary_expression "(char *)*piVar13 != (char *)0x0" (cast_expression "(char *)*piVar13" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar13" * identifier)) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }" { (expression_statement "sVar3 = strlen((char *)*piVar13);" (assignment_expression "sVar3 = strlen((char *)*piVar13)" identifier = (call_expression "strlen((char *)*piVar13)" identifier (argument_list "((char *)*piVar13)" ( (cast_expression "(char *)*piVar13" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar13" * identifier)) )))) ;) (if_statement "if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }" if (parenthesized_expression "(0 < iVar11)" ( (binary_expression "0 < iVar11" number_literal < identifier) )) (compound_statement "{\n iVar11 = iVar11 + 1;\n }" { (expression_statement "iVar11 = iVar11 + 1;" (assignment_expression "iVar11 = iVar11 + 1" identifier = (binary_expression "iVar11 + 1" identifier + number_literal)) ;) })) (expression_statement "iVar11 = iVar11 + sVar3;" (assignment_expression "iVar11 = iVar11 + sVar3" identifier = (binary_expression "iVar11 + sVar3" identifier + identifier)) ;) })) (labeled_statement "joined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;" statement_identifier : (if_statement "if (param_4 == iVar9 + 1) goto LAB_00020fbc;" if (parenthesized_expression "(param_4 == iVar9 + 1)" ( (binary_expression "param_4 == iVar9 + 1" identifier == (binary_expression "iVar9 + 1" identifier + number_literal)) )) (goto_statement "goto LAB_00020fbc;" goto statement_identifier ;))) (expression_statement "iVar9 = iVar9 + 1;" (assignment_expression "iVar9 = iVar9 + 1" identifier = (binary_expression "iVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (expression_statement "puVar12 = (undefined1 *)FUN_0001bbdc(1);" (assignment_expression "puVar12 = (undefined1 *)FUN_0001bbdc(1)" identifier = (cast_expression "(undefined1 *)FUN_0001bbdc(1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0001bbdc(1)" identifier (argument_list "(1)" ( number_literal ))))) ;) (expression_statement "puVar4 = puVar12;" (assignment_expression "puVar4 = puVar12" identifier = identifier) ;) (goto_statement "goto LAB_00021060;" goto statement_identifier ;) (labeled_statement "LAB_00020fbc:\n puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1);" statement_identifier : (expression_statement "puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1);" (assignment_expression "puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1)" identifier = (cast_expression "(undefined1 *)FUN_0001bbdc(iVar11 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0001bbdc(iVar11 + 1)" identifier (argument_list "(iVar11 + 1)" ( (binary_expression "iVar11 + 1" identifier + number_literal) ))))) ;)) (expression_statement "iVar2 = DAT_00021108 + 0x20fd8;" (assignment_expression "iVar2 = DAT_00021108 + 0x20fd8" identifier = (binary_expression "DAT_00021108 + 0x20fd8" identifier + number_literal)) ;) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (expression_statement "iVar6 = DAT_0002110c + 0x20fe8;" (assignment_expression "iVar6 = DAT_0002110c + 0x20fe8" identifier = (binary_expression "DAT_0002110c + 0x20fe8" identifier + number_literal)) ;) (expression_statement "iVar7 = DAT_00021110 + 0x20ff4;" (assignment_expression "iVar7 = DAT_00021110 + 0x20ff4" identifier = (binary_expression "DAT_00021110 + 0x20ff4" identifier + number_literal)) ;) (expression_statement "puVar12 = puVar4;" (assignment_expression "puVar12 = puVar4" identifier = identifier) ;) (do_statement "do {\n while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }\nLAB_00021044:\n bVar14 = iVar9 != iVar10;\n iVar10 = iVar10 + 1;\n } while (bVar14);" do (compound_statement "{\n while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }\nLAB_00021044:\n bVar14 = iVar9 != iVar10;\n iVar10 = iVar10 + 1;\n }" { (while_statement "while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }" { (expression_statement "iVar5 = FUN_000179fc(param_5,param_6);" (assignment_expression "iVar5 = FUN_000179fc(param_5,param_6)" identifier = (call_expression "FUN_000179fc(param_5,param_6)" identifier (argument_list "(param_5,param_6)" ( identifier , identifier )))) ;) (expression_statement "piVar13 = param_3;" (assignment_expression "piVar13 = param_3" identifier = identifier) ;) (if_statement "if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }" if (parenthesized_expression "(iVar5 != param_3[1])" ( (binary_expression "iVar5 != param_3[1]" identifier != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }" { (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" identifier = number_literal) ;) (expression_statement "piVar1 = param_3 + 4;" (assignment_expression "piVar1 = param_3 + 4" identifier = (binary_expression "param_3 + 4" identifier + number_literal)) ;) (do_statement "do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);" do (compound_statement "{\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n }" { (expression_statement "piVar13 = piVar1;" (assignment_expression "piVar13 = piVar1" identifier = identifier) ;) (expression_statement "bVar14 = iVar9 == iVar8;" (assignment_expression "bVar14 = iVar9 == iVar8" identifier = (binary_expression "iVar9 == iVar8" identifier == identifier)) ;) (expression_statement "iVar8 = iVar8 + 1;" (assignment_expression "iVar8 = iVar8 + 1" identifier = (binary_expression "iVar8 + 1" identifier + number_literal)) ;) (if_statement "if (bVar14) goto LAB_00021044;" if (parenthesized_expression "(bVar14)" ( identifier )) (goto_statement "goto LAB_00021044;" goto statement_identifier ;)) (expression_statement "piVar1 = piVar13 + 4;" (assignment_expression "piVar1 = piVar13 + 4" identifier = (binary_expression "piVar13 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar5 != piVar13[1])" ( (binary_expression "iVar5 != piVar13[1]" identifier != (subscript_expression "piVar13[1]" identifier [ number_literal ])) )) ;) })) (if_statement "if (*piVar13 == 0) break;" if (parenthesized_expression "(*piVar13 == 0)" ( (binary_expression "*piVar13 == 0" (pointer_expression "*piVar13" * identifier) == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar5 = iVar6;" (assignment_expression "iVar5 = iVar6" identifier = identifier) ;) (if_statement "if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }" if (parenthesized_expression "(puVar12 <= puVar4)" ( (binary_expression "puVar12 <= puVar4" identifier <= identifier) )) (compound_statement "{\n iVar5 = iVar7;\n }" { (expression_statement "iVar5 = iVar7;" (assignment_expression "iVar5 = iVar7" identifier = identifier) ;) })) (expression_statement "iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);" (assignment_expression "iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13)" identifier = (call_expression "__sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13)" identifier (argument_list "(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13)" ( identifier , number_literal , number_literal , identifier , identifier , (pointer_expression "*piVar13" * identifier) )))) ;) (expression_statement "bVar14 = iVar9 == iVar10;" (assignment_expression "bVar14 = iVar9 == iVar10" identifier = (binary_expression "iVar9 == iVar10" identifier == identifier)) ;) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" identifier = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) (expression_statement "puVar12 = puVar12 + iVar5;" (assignment_expression "puVar12 = puVar12 + iVar5" identifier = (binary_expression "puVar12 + iVar5" identifier + identifier)) ;) (if_statement "if (bVar14) goto LAB_00021050;" if (parenthesized_expression "(bVar14)" ( identifier )) (goto_statement "goto LAB_00021050;" goto statement_identifier ;)) })) (labeled_statement "LAB_00021044:\n bVar14 = iVar9 != iVar10;" statement_identifier : (expression_statement "bVar14 = iVar9 != iVar10;" (assignment_expression "bVar14 = iVar9 != iVar10" identifier = (binary_expression "iVar9 != iVar10" identifier != identifier)) ;)) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" identifier = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar14)" ( identifier )) ;) (labeled_statement "LAB_00021050:\n if ((int)puVar12 - (int)puVar4 != iVar11) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }" statement_identifier : (if_statement "if ((int)puVar12 - (int)puVar4 != iVar11) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }" if (parenthesized_expression "((int)puVar12 - (int)puVar4 != iVar11)" ( (binary_expression "(int)puVar12 - (int)puVar4 != iVar11" (binary_expression "(int)puVar12 - (int)puVar4" (cast_expression "(int)puVar12" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)puVar4" ( (type_descriptor "int" primitive_type) ) identifier)) != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }" { comment (expression_statement "__assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));" (call_expression "__assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc))" identifier (argument_list "((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc))" ( (cast_expression "(char *)((int)&DAT_00021108 + DAT_0002111c)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_00021108 + DAT_0002111c)" ( (binary_expression "(int)&DAT_00021108 + DAT_0002111c" (cast_expression "(int)&DAT_00021108" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00021108" & identifier)) + identifier) ))) , (cast_expression "(char *)(DAT_00021118 + 0x21104)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00021118 + 0x21104)" ( (binary_expression "DAT_00021118 + 0x21104" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_00021114 + 0x210fc)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00021114 + 0x210fc)" ( (binary_expression "DAT_00021114 + 0x210fc" identifier + number_literal) ))) ))) ;) }))) (labeled_statement "LAB_00021060:\n *puVar12 = 0;" statement_identifier : (expression_statement "*puVar12 = 0;" (assignment_expression "*puVar12 = 0" (pointer_expression "*puVar12" * identifier) = number_literal) ;)) (expression_statement "FUN_00069598(param_1,param_2,puVar4);" (call_expression "FUN_00069598(param_1,param_2,puVar4)" identifier (argument_list "(param_1,param_2,puVar4)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_0001c4f4(puVar4);" (call_expression "FUN_0001c4f4(puVar4)" identifier (argument_list "(puVar4)" ( 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 (pointer_declarator * 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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (subscript_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)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * 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 = (binary_expression IDENT + IDENT)) ;) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (binary_expression IDENT + LIT)) )) (goto_statement goto statement_identifier ;))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( BOOL )) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (goto_statement goto statement_identifier ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))))) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (subscript_expression IDENT [ LIT ])) )) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , LIT , IDENT , IDENT , (pointer_expression * IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (goto_statement goto statement_identifier ;)) })) (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 ( IDENT )) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) IDENT)) != IDENT) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (pointer_expression & IDENT)) + IDENT) ))) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) ))) ;) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00020f08(undefined4 param_1,undefined4 param_2,int *param_3,int param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n int *piVar1;\n int iVar2;\n size_t sVar3;\n undefined1 *puVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n undefined1 *puVar12;\n int *piVar13;\n bool bVar14;\n \n if (0 < param_4) {\n iVar11 = 0;\n iVar9 = 0;\n do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );\n }\n puVar12 = (undefined1 *)FUN_0001bbdc(1);\n puVar4 = puVar12;\n goto LAB_00021060;\nLAB_00020fbc:\n puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1);\n iVar2 = DAT_00021108 + 0x20fd8;\n iVar10 = 0;\n iVar6 = DAT_0002110c + 0x20fe8;\n iVar7 = DAT_00021110 + 0x20ff4;\n puVar12 = puVar4;\n do {\n while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }\nLAB_00021044:\n bVar14 = iVar9 != iVar10;\n iVar10 = iVar10 + 1;\n } while (bVar14);\nLAB_00021050:\n if ((int)puVar12 - (int)puVar4 != iVar11) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }\nLAB_00021060:\n *puVar12 = 0;\n FUN_00069598(param_1,param_2,puVar4);\n FUN_0001c4f4(puVar4);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00020f08(undefined4 param_1,undefined4 param_2,int *param_3,int param_4,undefined4 param_5,\n undefined4 param_6)" (identifier "FUN_00020f08") (parameter_list "(undefined4 param_1,undefined4 param_2,int *param_3,int param_4,undefined4 param_5,\n undefined4 param_6)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int *param_3" (primitive_type "int") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) () ")"))) (compound_statement "{\n int *piVar1;\n int iVar2;\n size_t sVar3;\n undefined1 *puVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n undefined1 *puVar12;\n int *piVar13;\n bool bVar14;\n \n if (0 < param_4) {\n iVar11 = 0;\n iVar9 = 0;\n do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );\n }\n puVar12 = (undefined1 *)FUN_0001bbdc(1);\n puVar4 = puVar12;\n goto LAB_00021060;\nLAB_00020fbc:\n puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1);\n iVar2 = DAT_00021108 + 0x20fd8;\n iVar10 = 0;\n iVar6 = DAT_0002110c + 0x20fe8;\n iVar7 = DAT_00021110 + 0x20ff4;\n puVar12 = puVar4;\n do {\n while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }\nLAB_00021044:\n bVar14 = iVar9 != iVar10;\n iVar10 = iVar10 + 1;\n } while (bVar14);\nLAB_00021050:\n if ((int)puVar12 - (int)puVar4 != iVar11) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }\nLAB_00021060:\n *puVar12 = 0;\n FUN_00069598(param_1,param_2,puVar4);\n FUN_0001c4f4(puVar4);\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "size_t sVar3;" (primitive_type "size_t") (identifier "sVar3") (; ";")) (declaration "undefined1 *puVar4;" (type_identifier "undefined1") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "int iVar7;" (primitive_type "int") (identifier "iVar7") (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "int iVar10;" (primitive_type "int") (identifier "iVar10") (; ";")) (declaration "int iVar11;" (primitive_type "int") (identifier "iVar11") (; ";")) (declaration "undefined1 *puVar12;" (type_identifier "undefined1") (pointer_declarator "*puVar12" (* "*") (identifier "puVar12")) (; ";")) (declaration "int *piVar13;" (primitive_type "int") (pointer_declarator "*piVar13" (* "*") (identifier "piVar13")) (; ";")) (declaration "bool bVar14;" (primitive_type "bool") (identifier "bVar14") (; ";")) (if_statement "if (0 < param_4) {\n iVar11 = 0;\n iVar9 = 0;\n do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );\n }" (if "if") (parenthesized_expression "(0 < param_4)" (( "(") (binary_expression "0 < param_4" (number_literal "0") (< "<") (identifier "param_4")) () ")")) (compound_statement "{\n iVar11 = 0;\n iVar9 = 0;\n do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );\n }" ({ "{") (expression_statement "iVar11 = 0;" (assignment_expression "iVar11 = 0" (identifier "iVar11") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar9 = 0;" (assignment_expression "iVar9 = 0" (identifier "iVar9") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n } while( true );" (do "do") (compound_statement "{\n iVar2 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }\n if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }\njoined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;\n iVar9 = iVar9 + 1;\n }" ({ "{") (expression_statement "iVar2 = FUN_000179fc(param_5,param_6);" (assignment_expression "iVar2 = FUN_000179fc(param_5,param_6)" (identifier "iVar2") (= "=") (call_expression "FUN_000179fc(param_5,param_6)" (identifier "FUN_000179fc") (argument_list "(param_5,param_6)" (( "(") (identifier "param_5") (, ",") (identifier "param_6") () ")")))) (; ";")) (expression_statement "piVar13 = param_3;" (assignment_expression "piVar13 = param_3" (identifier "piVar13") (= "=") (identifier "param_3")) (; ";")) (if_statement "if (iVar2 != param_3[1]) {\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }" (if "if") (parenthesized_expression "(iVar2 != param_3[1])" (( "(") (binary_expression "iVar2 != param_3[1]" (identifier "iVar2") (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n iVar6 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);\n }" ({ "{") (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" (identifier "iVar6") (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar1 = param_3 + 4;" (assignment_expression "piVar1 = param_3 + 4" (identifier "piVar1") (= "=") (binary_expression "param_3 + 4" (identifier "param_3") (+ "+") (number_literal "4"))) (; ";")) (do_statement "do {\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n } while (iVar2 != piVar13[1]);" (do "do") (compound_statement "{\n piVar13 = piVar1;\n iVar6 = iVar6 + 1;\n if (param_4 == iVar6) goto joined_r0x00020f84;\n piVar1 = piVar13 + 4;\n }" ({ "{") (expression_statement "piVar13 = piVar1;" (assignment_expression "piVar13 = piVar1" (identifier "piVar13") (= "=") (identifier "piVar1")) (; ";")) (expression_statement "iVar6 = iVar6 + 1;" (assignment_expression "iVar6 = iVar6 + 1" (identifier "iVar6") (= "=") (binary_expression "iVar6 + 1" (identifier "iVar6") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (param_4 == iVar6) goto joined_r0x00020f84;" (if "if") (parenthesized_expression "(param_4 == iVar6)" (( "(") (binary_expression "param_4 == iVar6" (identifier "param_4") (== "==") (identifier "iVar6")) () ")")) (goto_statement "goto joined_r0x00020f84;" (goto "goto") (statement_identifier "joined_r0x00020f84") (; ";"))) (expression_statement "piVar1 = piVar13 + 4;" (assignment_expression "piVar1 = piVar13 + 4" (identifier "piVar1") (= "=") (binary_expression "piVar13 + 4" (identifier "piVar13") (+ "+") (number_literal "4"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar2 != piVar13[1])" (( "(") (binary_expression "iVar2 != piVar13[1]" (identifier "iVar2") (!= "!=") (subscript_expression "piVar13[1]" (identifier "piVar13") ([ "[") (number_literal "1") (] "]"))) () ")")) (; ";")) (} "}"))) (if_statement "if ((char *)*piVar13 != (char *)0x0) {\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }" (if "if") (parenthesized_expression "((char *)*piVar13 != (char *)0x0)" (( "(") (binary_expression "(char *)*piVar13 != (char *)0x0" (cast_expression "(char *)*piVar13" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar13" (* "*") (identifier "piVar13"))) (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n sVar3 = strlen((char *)*piVar13);\n if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }\n iVar11 = iVar11 + sVar3;\n }" ({ "{") (expression_statement "sVar3 = strlen((char *)*piVar13);" (assignment_expression "sVar3 = strlen((char *)*piVar13)" (identifier "sVar3") (= "=") (call_expression "strlen((char *)*piVar13)" (identifier "strlen") (argument_list "((char *)*piVar13)" (( "(") (cast_expression "(char *)*piVar13" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar13" (* "*") (identifier "piVar13"))) () ")")))) (; ";")) (if_statement "if (0 < iVar11) {\n iVar11 = iVar11 + 1;\n }" (if "if") (parenthesized_expression "(0 < iVar11)" (( "(") (binary_expression "0 < iVar11" (number_literal "0") (< "<") (identifier "iVar11")) () ")")) (compound_statement "{\n iVar11 = iVar11 + 1;\n }" ({ "{") (expression_statement "iVar11 = iVar11 + 1;" (assignment_expression "iVar11 = iVar11 + 1" (identifier "iVar11") (= "=") (binary_expression "iVar11 + 1" (identifier "iVar11") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "iVar11 = iVar11 + sVar3;" (assignment_expression "iVar11 = iVar11 + sVar3" (identifier "iVar11") (= "=") (binary_expression "iVar11 + sVar3" (identifier "iVar11") (+ "+") (identifier "sVar3"))) (; ";")) (} "}"))) (labeled_statement "joined_r0x00020f84:\n if (param_4 == iVar9 + 1) goto LAB_00020fbc;" (statement_identifier "joined_r0x00020f84") (: ":") (if_statement "if (param_4 == iVar9 + 1) goto LAB_00020fbc;" (if "if") (parenthesized_expression "(param_4 == iVar9 + 1)" (( "(") (binary_expression "param_4 == iVar9 + 1" (identifier "param_4") (== "==") (binary_expression "iVar9 + 1" (identifier "iVar9") (+ "+") (number_literal "1"))) () ")")) (goto_statement "goto LAB_00020fbc;" (goto "goto") (statement_identifier "LAB_00020fbc") (; ";")))) (expression_statement "iVar9 = iVar9 + 1;" (assignment_expression "iVar9 = iVar9 + 1" (identifier "iVar9") (= "=") (binary_expression "iVar9 + 1" (identifier "iVar9") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}"))) (expression_statement "puVar12 = (undefined1 *)FUN_0001bbdc(1);" (assignment_expression "puVar12 = (undefined1 *)FUN_0001bbdc(1)" (identifier "puVar12") (= "=") (cast_expression "(undefined1 *)FUN_0001bbdc(1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0001bbdc(1)" (identifier "FUN_0001bbdc") (argument_list "(1)" (( "(") (number_literal "1") () ")"))))) (; ";")) (expression_statement "puVar4 = puVar12;" (assignment_expression "puVar4 = puVar12" (identifier "puVar4") (= "=") (identifier "puVar12")) (; ";")) (goto_statement "goto LAB_00021060;" (goto "goto") (statement_identifier "LAB_00021060") (; ";")) (labeled_statement "LAB_00020fbc:\n puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1);" (statement_identifier "LAB_00020fbc") (: ":") (expression_statement "puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1);" (assignment_expression "puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1)" (identifier "puVar4") (= "=") (cast_expression "(undefined1 *)FUN_0001bbdc(iVar11 + 1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0001bbdc(iVar11 + 1)" (identifier "FUN_0001bbdc") (argument_list "(iVar11 + 1)" (( "(") (binary_expression "iVar11 + 1" (identifier "iVar11") (+ "+") (number_literal "1")) () ")"))))) (; ";"))) (expression_statement "iVar2 = DAT_00021108 + 0x20fd8;" (assignment_expression "iVar2 = DAT_00021108 + 0x20fd8" (identifier "iVar2") (= "=") (binary_expression "DAT_00021108 + 0x20fd8" (identifier "DAT_00021108") (+ "+") (number_literal "0x20fd8"))) (; ";")) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" (identifier "iVar10") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar6 = DAT_0002110c + 0x20fe8;" (assignment_expression "iVar6 = DAT_0002110c + 0x20fe8" (identifier "iVar6") (= "=") (binary_expression "DAT_0002110c + 0x20fe8" (identifier "DAT_0002110c") (+ "+") (number_literal "0x20fe8"))) (; ";")) (expression_statement "iVar7 = DAT_00021110 + 0x20ff4;" (assignment_expression "iVar7 = DAT_00021110 + 0x20ff4" (identifier "iVar7") (= "=") (binary_expression "DAT_00021110 + 0x20ff4" (identifier "DAT_00021110") (+ "+") (number_literal "0x20ff4"))) (; ";")) (expression_statement "puVar12 = puVar4;" (assignment_expression "puVar12 = puVar4" (identifier "puVar12") (= "=") (identifier "puVar4")) (; ";")) (do_statement "do {\n while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }\nLAB_00021044:\n bVar14 = iVar9 != iVar10;\n iVar10 = iVar10 + 1;\n } while (bVar14);" (do "do") (compound_statement "{\n while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }\nLAB_00021044:\n bVar14 = iVar9 != iVar10;\n iVar10 = iVar10 + 1;\n }" ({ "{") (while_statement "while( true ) {\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n iVar5 = FUN_000179fc(param_5,param_6);\n piVar13 = param_3;\n if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }\n if (*piVar13 == 0) break;\n iVar5 = iVar6;\n if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }\n iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);\n bVar14 = iVar9 == iVar10;\n iVar10 = iVar10 + 1;\n puVar12 = puVar12 + iVar5;\n if (bVar14) goto LAB_00021050;\n }" ({ "{") (expression_statement "iVar5 = FUN_000179fc(param_5,param_6);" (assignment_expression "iVar5 = FUN_000179fc(param_5,param_6)" (identifier "iVar5") (= "=") (call_expression "FUN_000179fc(param_5,param_6)" (identifier "FUN_000179fc") (argument_list "(param_5,param_6)" (( "(") (identifier "param_5") (, ",") (identifier "param_6") () ")")))) (; ";")) (expression_statement "piVar13 = param_3;" (assignment_expression "piVar13 = param_3" (identifier "piVar13") (= "=") (identifier "param_3")) (; ";")) (if_statement "if (iVar5 != param_3[1]) {\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }" (if "if") (parenthesized_expression "(iVar5 != param_3[1])" (( "(") (binary_expression "iVar5 != param_3[1]" (identifier "iVar5") (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n iVar8 = 0;\n piVar1 = param_3 + 4;\n do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);\n }" ({ "{") (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" (identifier "iVar8") (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar1 = param_3 + 4;" (assignment_expression "piVar1 = param_3 + 4" (identifier "piVar1") (= "=") (binary_expression "param_3 + 4" (identifier "param_3") (+ "+") (number_literal "4"))) (; ";")) (do_statement "do {\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n } while (iVar5 != piVar13[1]);" (do "do") (compound_statement "{\n piVar13 = piVar1;\n bVar14 = iVar9 == iVar8;\n iVar8 = iVar8 + 1;\n if (bVar14) goto LAB_00021044;\n piVar1 = piVar13 + 4;\n }" ({ "{") (expression_statement "piVar13 = piVar1;" (assignment_expression "piVar13 = piVar1" (identifier "piVar13") (= "=") (identifier "piVar1")) (; ";")) (expression_statement "bVar14 = iVar9 == iVar8;" (assignment_expression "bVar14 = iVar9 == iVar8" (identifier "bVar14") (= "=") (binary_expression "iVar9 == iVar8" (identifier "iVar9") (== "==") (identifier "iVar8"))) (; ";")) (expression_statement "iVar8 = iVar8 + 1;" (assignment_expression "iVar8 = iVar8 + 1" (identifier "iVar8") (= "=") (binary_expression "iVar8 + 1" (identifier "iVar8") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (bVar14) goto LAB_00021044;" (if "if") (parenthesized_expression "(bVar14)" (( "(") (identifier "bVar14") () ")")) (goto_statement "goto LAB_00021044;" (goto "goto") (statement_identifier "LAB_00021044") (; ";"))) (expression_statement "piVar1 = piVar13 + 4;" (assignment_expression "piVar1 = piVar13 + 4" (identifier "piVar1") (= "=") (binary_expression "piVar13 + 4" (identifier "piVar13") (+ "+") (number_literal "4"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar5 != piVar13[1])" (( "(") (binary_expression "iVar5 != piVar13[1]" (identifier "iVar5") (!= "!=") (subscript_expression "piVar13[1]" (identifier "piVar13") ([ "[") (number_literal "1") (] "]"))) () ")")) (; ";")) (} "}"))) (if_statement "if (*piVar13 == 0) break;" (if "if") (parenthesized_expression "(*piVar13 == 0)" (( "(") (binary_expression "*piVar13 == 0" (pointer_expression "*piVar13" (* "*") (identifier "piVar13")) (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar5 = iVar6;" (assignment_expression "iVar5 = iVar6" (identifier "iVar5") (= "=") (identifier "iVar6")) (; ";")) (if_statement "if (puVar12 <= puVar4) {\n iVar5 = iVar7;\n }" (if "if") (parenthesized_expression "(puVar12 <= puVar4)" (( "(") (binary_expression "puVar12 <= puVar4" (identifier "puVar12") (<= "<=") (identifier "puVar4")) () ")")) (compound_statement "{\n iVar5 = iVar7;\n }" ({ "{") (expression_statement "iVar5 = iVar7;" (assignment_expression "iVar5 = iVar7" (identifier "iVar5") (= "=") (identifier "iVar7")) (; ";")) (} "}"))) (expression_statement "iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13);" (assignment_expression "iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13)" (identifier "iVar5") (= "=") (call_expression "__sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13)" (identifier "__sprintf_chk") (argument_list "(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13)" (( "(") (identifier "puVar12") (, ",") (number_literal "1") (, ",") (number_literal "0xffffffff") (, ",") (identifier "iVar2") (, ",") (identifier "iVar5") (, ",") (pointer_expression "*piVar13" (* "*") (identifier "piVar13")) () ")")))) (; ";")) (expression_statement "bVar14 = iVar9 == iVar10;" (assignment_expression "bVar14 = iVar9 == iVar10" (identifier "bVar14") (= "=") (binary_expression "iVar9 == iVar10" (identifier "iVar9") (== "==") (identifier "iVar10"))) (; ";")) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" (identifier "iVar10") (= "=") (binary_expression "iVar10 + 1" (identifier "iVar10") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar12 = puVar12 + iVar5;" (assignment_expression "puVar12 = puVar12 + iVar5" (identifier "puVar12") (= "=") (binary_expression "puVar12 + iVar5" (identifier "puVar12") (+ "+") (identifier "iVar5"))) (; ";")) (if_statement "if (bVar14) goto LAB_00021050;" (if "if") (parenthesized_expression "(bVar14)" (( "(") (identifier "bVar14") () ")")) (goto_statement "goto LAB_00021050;" (goto "goto") (statement_identifier "LAB_00021050") (; ";"))) (} "}"))) (labeled_statement "LAB_00021044:\n bVar14 = iVar9 != iVar10;" (statement_identifier "LAB_00021044") (: ":") (expression_statement "bVar14 = iVar9 != iVar10;" (assignment_expression "bVar14 = iVar9 != iVar10" (identifier "bVar14") (= "=") (binary_expression "iVar9 != iVar10" (identifier "iVar9") (!= "!=") (identifier "iVar10"))) (; ";"))) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" (identifier "iVar10") (= "=") (binary_expression "iVar10 + 1" (identifier "iVar10") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar14)" (( "(") (identifier "bVar14") () ")")) (; ";")) (labeled_statement "LAB_00021050:\n if ((int)puVar12 - (int)puVar4 != iVar11) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }" (statement_identifier "LAB_00021050") (: ":") (if_statement "if ((int)puVar12 - (int)puVar4 != iVar11) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }" (if "if") (parenthesized_expression "((int)puVar12 - (int)puVar4 != iVar11)" (( "(") (binary_expression "(int)puVar12 - (int)puVar4 != iVar11" (binary_expression "(int)puVar12 - (int)puVar4" (cast_expression "(int)puVar12" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar12")) (- "-") (cast_expression "(int)puVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar4"))) (!= "!=") (identifier "iVar11")) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "__assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc));" (call_expression "__assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc))" (identifier "__assert_fail") (argument_list "((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104),\n DAT_00021120,(char *)(DAT_00021114 + 0x210fc))" (( "(") (cast_expression "(char *)((int)&DAT_00021108 + DAT_0002111c)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)&DAT_00021108 + DAT_0002111c)" (( "(") (binary_expression "(int)&DAT_00021108 + DAT_0002111c" (cast_expression "(int)&DAT_00021108" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "&DAT_00021108" (& "&") (identifier "DAT_00021108"))) (+ "+") (identifier "DAT_0002111c")) () ")"))) (, ",") (cast_expression "(char *)(DAT_00021118 + 0x21104)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00021118 + 0x21104)" (( "(") (binary_expression "DAT_00021118 + 0x21104" (identifier "DAT_00021118") (+ "+") (number_literal "0x21104")) () ")"))) (, ",") (identifier "DAT_00021120") (, ",") (cast_expression "(char *)(DAT_00021114 + 0x210fc)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00021114 + 0x210fc)" (( "(") (binary_expression "DAT_00021114 + 0x210fc" (identifier "DAT_00021114") (+ "+") (number_literal "0x210fc")) () ")"))) () ")"))) (; ";")) (} "}")))) (labeled_statement "LAB_00021060:\n *puVar12 = 0;" (statement_identifier "LAB_00021060") (: ":") (expression_statement "*puVar12 = 0;" (assignment_expression "*puVar12 = 0" (pointer_expression "*puVar12" (* "*") (identifier "puVar12")) (= "=") (number_literal "0")) (; ";"))) (expression_statement "FUN_00069598(param_1,param_2,puVar4);" (call_expression "FUN_00069598(param_1,param_2,puVar4)" (identifier "FUN_00069598") (argument_list "(param_1,param_2,puVar4)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "puVar4") () ")"))) (; ";")) (expression_statement "FUN_0001c4f4(puVar4);" (call_expression "FUN_0001c4f4(puVar4)" (identifier "FUN_0001c4f4") (argument_list "(puVar4)" (( "(") (identifier "puVar4") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void *sesskey,char *name,type_1 *var_5,int var_1,type_2 *conf,int primary) { type_1 *pkVar1; int var_4; int var_6; int var_9; type_1 *var_7; if (var_1 < 1) { /* WARNING: Subroutine does not return */ var_2(1,1); } var_9 = 0; do { var_4 = var_3(conf,primary,var_9); var_7 = var_5; if (var_4 != var_5->v) { var_6 = 0; pkVar1 = var_5 + 1; do { var_7 = pkVar1; var_6 = var_6 + 1; if (var_1 == var_6) goto LAB_00020f7c; pkVar1 = var_7 + 1; } while (var_4 != var_7->v); } if (var_7->s != (char *)0x0) { /* WARNING: Subroutine does not return */ var_8(var_7->s); } LAB_00020f7c: var_9 = var_9 + 1; if (var_1 == var_9) { /* WARNING: Subroutine does not return */ var_2(1,1); } } while( true ); }
(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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) 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: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) 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)))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (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))))))) (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: (binary_expression left: (identifier) right: (identifier)))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (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 (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (goto_statement label: (statement_identifier)) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (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: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) 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)))) (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: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal) (identifier) (identifier) (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (goto_statement label: (statement_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 (identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) right: (identifier))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))) right: (identifier)))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (identifier) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
void MASKED(undefined4 param_1,undefined4 param_2,int *param_3,int param_4,undefined4 param_5, undefined4 param_6) { int *piVar1; int iVar2; size_t sVar3; undefined1 *puVar4; int iVar5; int iVar6; int iVar7; int iVar8; int iVar9; int iVar10; int iVar11; undefined1 *puVar12; int *piVar13; bool bVar14; if (0 < param_4) { iVar11 = 0; iVar9 = 0; do { iVar2 = FUN_000179fc(param_5,param_6); piVar13 = param_3; if (iVar2 != param_3[1]) { iVar6 = 0; piVar1 = param_3 + 4; do { piVar13 = piVar1; iVar6 = iVar6 + 1; if (param_4 == iVar6) goto joined_r0x00020f84; piVar1 = piVar13 + 4; } while (iVar2 != piVar13[1]); } if ((char *)*piVar13 != (char *)0x0) { sVar3 = strlen((char *)*piVar13); if (0 < iVar11) { iVar11 = iVar11 + 1; } iVar11 = iVar11 + sVar3; } joined_r0x00020f84: if (param_4 == iVar9 + 1) goto LAB_00020fbc; iVar9 = iVar9 + 1; } while( true ); } puVar12 = (undefined1 *)FUN_0001bbdc(1); puVar4 = puVar12; goto LAB_00021060; LAB_00020fbc: puVar4 = (undefined1 *)FUN_0001bbdc(iVar11 + 1); iVar2 = DAT_00021108 + 0x20fd8; iVar10 = 0; iVar6 = DAT_0002110c + 0x20fe8; iVar7 = DAT_00021110 + 0x20ff4; puVar12 = puVar4; do { while( true ) { iVar5 = FUN_000179fc(param_5,param_6); piVar13 = param_3; if (iVar5 != param_3[1]) { iVar8 = 0; piVar1 = param_3 + 4; do { piVar13 = piVar1; bVar14 = iVar9 == iVar8; iVar8 = iVar8 + 1; if (bVar14) goto LAB_00021044; piVar1 = piVar13 + 4; } while (iVar5 != piVar13[1]); } if (*piVar13 == 0) break; iVar5 = iVar6; if (puVar12 <= puVar4) { iVar5 = iVar7; } iVar5 = __sprintf_chk(puVar12,1,0xffffffff,iVar2,iVar5,*piVar13); bVar14 = iVar9 == iVar10; iVar10 = iVar10 + 1; puVar12 = puVar12 + iVar5; if (bVar14) goto LAB_00021050; } LAB_00021044: bVar14 = iVar9 != iVar10; iVar10 = iVar10 + 1; } while (bVar14); LAB_00021050: if ((int)puVar12 - (int)puVar4 != iVar11) { /* WARNING: Subroutine does not return */ __assert_fail((char *)((int)&DAT_00021108 + DAT_0002111c),(char *)(DAT_00021118 + 0x21104), DAT_00021120,(char *)(DAT_00021114 + 0x210fc)); } LAB_00021060: *puVar12 = 0; FUN_00069598(param_1,param_2,puVar4); FUN_0001c4f4(puVar4); return; }
45,690
23_truncate_and_truncate_strip.c
mbrtowc
mbrtowc
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p) { size_t sVar1; sVar1 = (*(code *)PTR_mbrtowc_00029068)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p) { size_t sVar1; sVar1 = (*(code *)PTR_mbrtowc_00029068)(); return sVar1; }
adr r12,0x10e4c add r12,r12,#0x18000 ldr pc,[r12,#0x21c]!
null
null
null
null
[('const-0', u'RETURN_-1205989782'), (u'CALLIND_-1205989785', u'RETURN_-1205989782'), ('tmp_138', u'CAST_-1205989707'), (u'CALLIND_-1205989785', u'INDIRECT_-1205989712'), (u'INDIRECT_-1205989712', u'COPY_-1205989771'), (u'CAST_-1205989707', u'CALLIND_-1205989785')]
[('const-0', u'RETURN_-1205989782'), (u'CALLIND_-1205989785', u'RETURN_-1205989782'), ('tmp_138', u'CAST_-1205989707'), (u'CALLIND_-1205989785', u'INDIRECT_-1205989712'), (u'INDIRECT_-1205989712', u'COPY_-1205989771'), (u'CAST_-1205989707', u'CALLIND_-1205989785')]
null
null
00010e44
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_00029068)();\n return sVar1;\n}\n\n" comment (function_definition "size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_00029068)();\n return sVar1;\n}" primitive_type (function_declarator "mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)" identifier (parameter_list "(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)" ( (parameter_declaration "wchar_t *__pwc" type_identifier (pointer_declarator "*__pwc" * identifier)) , (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "mbstate_t *__p" type_identifier (pointer_declarator "*__p" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_00029068)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_mbrtowc_00029068)();" (assignment_expression "sVar1 = (*(code *)PTR_mbrtowc_00029068)()" identifier = (call_expression "(*(code *)PTR_mbrtowc_00029068)()" (parenthesized_expression "(*(code *)PTR_mbrtowc_00029068)" ( (pointer_expression "*(code *)PTR_mbrtowc_00029068" * (cast_expression "(code *)PTR_mbrtowc_00029068" ( (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 mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_00029068)();\n return sVar1;\n}\n\n" comment (function_definition "size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_00029068)();\n return sVar1;\n}" primitive_type (function_declarator "mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)" identifier (parameter_list "(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)" ( (parameter_declaration "wchar_t *__pwc" type_identifier (pointer_declarator "*__pwc" * identifier)) , (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "mbstate_t *__p" type_identifier (pointer_declarator "*__p" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_00029068)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_mbrtowc_00029068)();" (assignment_expression "sVar1 = (*(code *)PTR_mbrtowc_00029068)()" identifier = (call_expression "(*(code *)PTR_mbrtowc_00029068)()" (parenthesized_expression "(*(code *)PTR_mbrtowc_00029068)" ( (pointer_expression "*(code *)PTR_mbrtowc_00029068" * (cast_expression "(code *)PTR_mbrtowc_00029068" ( (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 mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_00029068)();\n return sVar1;\n}\n\n" comment (function_definition "size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_00029068)();\n return sVar1;\n}" primitive_type (function_declarator "mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)" identifier (parameter_list "(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)" ( (parameter_declaration "wchar_t *__pwc" type_identifier (pointer_declarator "*__pwc" * identifier)) , (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "mbstate_t *__p" type_identifier (pointer_declarator "*__p" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_00029068)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_mbrtowc_00029068)();" (assignment_expression "sVar1 = (*(code *)PTR_mbrtowc_00029068)()" identifier = (call_expression "(*(code *)PTR_mbrtowc_00029068)()" (parenthesized_expression "(*(code *)PTR_mbrtowc_00029068)" ( (pointer_expression "*(code *)PTR_mbrtowc_00029068" * (cast_expression "(code *)PTR_mbrtowc_00029068" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * 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 ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_00029068)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)" (identifier "mbrtowc") (parameter_list "(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)" (( "(") (parameter_declaration "wchar_t *__pwc" (type_identifier "wchar_t") (pointer_declarator "*__pwc" (* "*") (identifier "__pwc"))) (, ",") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) (, ",") (parameter_declaration "mbstate_t *__p" (type_identifier "mbstate_t") (pointer_declarator "*__p" (* "*") (identifier "__p"))) () ")"))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_00029068)();\n return sVar1;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (expression_statement "sVar1 = (*(code *)PTR_mbrtowc_00029068)();" (assignment_expression "sVar1 = (*(code *)PTR_mbrtowc_00029068)()" (identifier "sVar1") (= "=") (call_expression "(*(code *)PTR_mbrtowc_00029068)()" (parenthesized_expression "(*(code *)PTR_mbrtowc_00029068)" (( "(") (pointer_expression "*(code *)PTR_mbrtowc_00029068" (* "*") (cast_expression "(code *)PTR_mbrtowc_00029068" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_mbrtowc_00029068"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return sVar1;" (return "return") (identifier "sVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(type_1 *__pwc,char *__s,size_t __n,type_2 *__p) { size_t sVar1; sVar1 = (*(type_3 *)PTR_mbrtowc_00029068)(); return sVar1; }
(translation_unit (comment) (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)) (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)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p) { size_t sVar1; sVar1 = (*(code *)PTR_MASKED_00029068)(); return sVar1; }
10,527
363_vdir_and_vdir_strip.c
_ITM_deregisterTMCloneTable
_ITM_deregisterTMCloneTable
/* WARNING: Control flow encountered bad instruction data */ void _ITM_deregisterTMCloneTable(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void _ITM_deregisterTMCloneTable(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206173634')]
[('const-1', u'RETURN_-1206173634')]
null
null
00044034
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid _ITM_deregisterTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void _ITM_deregisterTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "_ITM_deregisterTMCloneTable(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid _ITM_deregisterTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void _ITM_deregisterTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "_ITM_deregisterTMCloneTable(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid _ITM_deregisterTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void _ITM_deregisterTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "_ITM_deregisterTMCloneTable(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 comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (function_definition "void _ITM_deregisterTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "_ITM_deregisterTMCloneTable(void)" (identifier "_ITM_deregisterTMCloneTable") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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(); }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
26,705
248_puttygen_and_puttygen_strip.c
dss_verifysig
FUN_00027f1c
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ int dss_verifysig(void *key,char *sig,int siglen,char *data,int datalen) { int iVar1; int iVar2; int *piVar3; int local_50; uchar *local_4c; char *p; int slen; char hash [20]; piVar3 = *(int **)(DAT_00028204 + 0x27f34 + _FUN_00028208); /* WARNING: Load size is inaccurate */ iVar1 = *piVar3; local_50 = siglen; local_4c = (uchar *)sig; if (*key != 0) { if (siglen == 0x28) { LAB_00027f60: /* WARNING: Subroutine does not return */ bignum_from_bytes(local_4c,0x14); } getstring((char **)&local_4c,&local_50,&p,&slen); if (((p != (char *)0x0) && (slen == 7)) && (iVar2 = memcmp(p,(void *)(iRam00028214 + 0x2819c),7), iVar2 == 0)) { local_50 = local_50 + -4; local_4c = local_4c + 4; if (0x13 < local_50) goto LAB_00027f60; } } if (iVar1 != *piVar3) { /* WARNING: Subroutine does not return */ __stack_chk_fail(); } return 0; }
void FUN_00027f1c(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5) { int iVar1; int iVar2; int iVar3; undefined4 uVar4; undefined4 uVar5; undefined4 uVar6; undefined4 uVar7; undefined4 uVar8; undefined4 uVar9; undefined4 uVar10; int iVar11; int *piVar12; bool bVar13; int local_50; int local_4c; undefined1 *local_48; int local_44; undefined1 auStack_40 [20]; int local_2c; iVar11 = DAT_00028204 + 0x27f34; piVar12 = *(int **)(iVar11 + DAT_00028208); local_2c = *piVar12; local_50 = param_3; local_4c = param_2; if (*param_1 != 0) { if (param_3 == 0x28) { LAB_00027f60: iVar1 = FUN_00022670(local_4c,0x14); local_50 = local_50 + -0x14; local_4c = local_4c + 0x14; iVar2 = iVar1; if (0x13 < local_50) { iVar2 = FUN_00022670(local_4c,0x14); local_4c = local_4c + 0x14; local_50 = local_50 + -0x14; if (iVar2 != 0 && iVar1 != 0) { iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c)); if (iVar3 == 0) { FUN_00022224(iVar1); FUN_00022224(iVar2); bVar13 = false; } else { iVar3 = FUN_00023e74(iVar2,param_1[1]); if (iVar3 == 0) { FUN_00022224(iVar1); FUN_00022224(iVar2); bVar13 = false; } else { FUN_00038f7c(param_4,param_5,auStack_40); local_44 = 0x14; local_48 = auStack_40; uVar4 = FUN_00022670(auStack_40,0x14); local_48 = local_48 + 0x14; local_44 = local_44 + -0x14; uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]); uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]); uVar7 = FUN_00024190(param_1[2],uVar5,*param_1); uVar8 = FUN_00024190(param_1[3],uVar6,*param_1); uVar9 = FUN_00022248(uVar7,uVar8,*param_1); uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]); iVar11 = FUN_00022be0(uVar10,iVar1); FUN_00022224(iVar3); FUN_00022224(uVar4); FUN_00022224(uVar5); FUN_00022224(uVar6); FUN_00022224(uVar7); FUN_00022224(uVar8); bVar13 = iVar11 == 0; FUN_00022224(uVar9); FUN_00022224(uVar10); FUN_00022224(iVar1); FUN_00022224(iVar2); } } goto LAB_00028148; } if (iVar1 != 0) { FUN_00022224(iVar1); } } if (iVar2 != 0) { FUN_00022224(iVar2); } } else { FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44); if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) && (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) { local_50 = local_50 + -4; local_4c = local_4c + 4; if (0x13 < local_50) goto LAB_00027f60; } } } bVar13 = false; LAB_00028148: if (local_2c != *piVar12) { /* WARNING: Subroutine does not return */ __stack_chk_fail(bVar13); } return; }
stmdb sp!,{r4,r5,r6,r7,r8,r9,r10,r11,lr} ldr r4,[0x28204] ldr r12,[0x28208] sub sp,sp,#0x44 add r4,pc,r4 str r1,[sp,#0x1c] str r2,[sp,#0x18] ldr r6,[r4,r12] ldr r12,[r0,#0x0] cpy r5,r0 cmp r12,#0x0 ldr r0,[r6,#0x0] str r0,[sp,#0x3c] beq 0x00028144 cmp r2,#0x28 cpy r10,r3 bne 0x00028164 cpy r0,r1 mov r1,#0x14 bl 0x00022670 ldr r3,[sp,#0x18] ldr r2,[sp,#0x1c] sub r3,r3,#0x14 add r2,r2,#0x14 cmp r3,#0x13 str r3,[sp,#0x18] str r2,[sp,#0x1c] cpy r7,r0 ble 0x000281f8 cpy r0,r2 mov r1,#0x14 bl 0x00022670 ldr r2,[sp,#0x1c] ldr r3,[sp,#0x18] add r2,r2,#0x14 sub r3,r3,#0x14 str r2,[sp,#0x1c] str r3,[sp,#0x18] cmp r0,#0x0 cmpne r7,#0x0 cpy r8,r0 beq 0x00028124 ldr r3,[0x2820c] ldr r3,[r4,r3] ldr r1,[r3,#0x0] bl 0x00022be0 subs r11,r0,#0x0 beq 0x000281c8 ldr r1,[r5,#0x4] cpy r0,r8 bl 0x00023e74 subs r9,r0,#0x0 beq 0x000281dc cpy r0,r10 add r10,sp,#0x28 cpy r2,r10 ldr r1,[sp,#0x68] bl 0x00038f7c mov r3,#0x14 cpy r1,r3 cpy r0,r10 str r10,[sp,#0x20] str r3,[sp,#0x24] bl 0x00022670 ldr r12,[sp,#0x20] ldr r3,[sp,#0x24] add r12,r12,#0x14 sub r3,r3,#0x14 ldr r2,[r5,#0x4] cpy r1,r9 str r12,[sp,#0x20] str r3,[sp,#0x24] str r0,[sp,#0x10] bl 0x00022248 ldr r2,[r5,#0x4] cpy r1,r9 cpy r11,r0 cpy r0,r7 bl 0x00022248 cpy r1,r11 ldr r2,[r5,#0x0] str r11,[sp,#0x4] cpy r10,r0 ldr r0,[r5,#0x8] bl 0x00024190 cpy r1,r10 ldr r2,[r5,#0x0] str r10,[sp,#0x8] cpy r11,r0 ldr r0,[r5,#0xc] bl 0x00024190 ldr r2,[r5,#0x0] str r11,[sp,#0xc] cpy r10,r0 cpy r1,r0 cpy r0,r11 bl 0x00022248 ldr r1,[0x28210] ldr r2,[r5,#0x4] str r0,[sp,#0x14] ldr r1,[r4,r1] ldr r1,[r1,#0x0] bl 0x00022248 cpy r1,r7 cpy r4,r0 bl 0x00022be0 clz r11,r0 cpy r0,r9 bl 0x00022224 ldr r0,[sp,#0x10] bl 0x00022224 ldr r0,[sp,#0x4] bl 0x00022224 ldr r0,[sp,#0x8] bl 0x00022224 ldr r0,[sp,#0xc] bl 0x00022224 cpy r0,r10 bl 0x00022224 ldr r3,[sp,#0x14] mov r11,r11, lsr #0x5 cpy r0,r3 bl 0x00022224 cpy r0,r4 bl 0x00022224 cpy r0,r7 bl 0x00022224 cpy r0,r8 bl 0x00022224 b 0x00028148 cmp r7,#0x0 beq 0x00028134 cpy r0,r7 bl 0x00022224 cmp r8,#0x0 beq 0x00028144 cpy r0,r8 bl 0x00022224 mov r11,#0x0 ldr r1,[sp,#0x3c] ldr r3,[r6,#0x0] cpy r0,r11 cmp r1,r3 bne 0x000281f4 add sp,sp,#0x44 ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,r11,pc} add r0,sp,#0x1c add r3,sp,#0x24 add r2,sp,#0x20 add r1,sp,#0x18 bl 0x00027e7c ldr r0,[sp,#0x20] cmp r0,#0x0 beq 0x00028144 ldr r2,[sp,#0x24] cmp r2,#0x7 bne 0x00028144 ldr r1,[0x28214] add r1,pc,r1 bl 0x00011c8c cmp r0,#0x0 bne 0x00028144 ldr r3,[sp,#0x18] ldr r1,[sp,#0x1c] sub r3,r3,#0x4 add r1,r1,#0x4 cmp r3,#0x13 str r3,[sp,#0x18] str r1,[sp,#0x1c] ble 0x00028144 b 0x00027f60 cpy r0,r7 bl 0x00022224 cpy r0,r8 bl 0x00022224 b 0x00028148 cpy r0,r7 bl 0x00022224 cpy r0,r8 bl 0x00022224 cpy r11,r9 b 0x00028148 bl 0x00011ca4 cmp r0,#0x0 bne 0x00028140 b 0x00028144
null
null
null
null
[(u'INDIRECT_-1206025290', u'MULTIEQUAL_-1206025332'), ('tmp_1535', u'PTRSUB_-1206025167'), ('const-4294967220', u'PTRSUB_-1206025177'), (u'INT_ADD_-1206025556', u'MULTIEQUAL_-1206025302'), ('const-0', u'COPY_-1206025611'), (u'INT_EQUAL_-1206025648', u'CBRANCH_-1206025644'), (u'PTRSUB_-1206025162', u'CALL_-1206025705'), (u'INDIRECT_-1206025272', u'MULTIEQUAL_-1206025314'), (u'MULTIEQUAL_-1206025323', u'COPY_-1206025356'), (u'CALL_-1206025620', u'INDIRECT_-1206025220'), (u'LOAD_-1206026392', u'LOAD_-1206026355'), (u'INDIRECT_-1206025214', u'PTRADD_-1206025494'), (u'INDIRECT_-1206025235', u'MULTIEQUAL_-1206025314'), ('const-1', u'PTRADD_-1206025494'), (u'CALL_-1206025705', u'INDIRECT_-1206025239'), (u'CALL_-1206025390', u'INDIRECT_-1206025127'), (u'INDIRECT_-1206025272', u'INT_ADD_-1206025616'), ('const-417', u'LOAD_-1206026392'), ('tmp_772', u'CBRANCH_-1206025513'), ('const-40', u'INT_EQUAL_-1206026319'), (u'LOAD_-1206025615', u'INT_NOTEQUAL_-1206025590'), (u'INT_ADD_-1206025616', u'CAST_-1206025117'), ('tmp_967', u'LOAD_-1206026386'), (u'CALL_-1206025705', u'INDIRECT_-1206025251'), (u'CALL_-1206026281', u'INDIRECT_-1206025778'), (u'LOAD_-1206026386', u'INT_NOTEQUAL_-1206026355'), ('const-20', u'CALL_-1206026281'), (u'INDIRECT_-1206025281', u'MULTIEQUAL_-1206025323'), (u'MULTIEQUAL_-1206025332', u'COPY_-1206025365'), ('tmp_624', u'CBRANCH_-1206025596'), ('tmp_2120', u'MULTIEQUAL_-1206025323'), (u'INDIRECT_-1206025214', u'MULTIEQUAL_-1206025296'), ('tmp_1535', u'PTRSUB_-1206025172'), (u'COPY_-1206025765', u'MULTIEQUAL_-1206025296'), ('const-4294967224', u'PTRSUB_-1206025167'), ('tmp_1535', u'PTRSUB_-1206025162'), ('tmp_969', u'INT_EQUAL_-1206026319'), ('const-0', u'RETURN_-1206025537'), (u'COPY_-1206025768', u'MULTIEQUAL_-1206025785'), ('const-164252', u'INT_ADD_-1206025616'), ('const-0', u'INT_NOTEQUAL_-1206026355'), ('tmp_849', u'CBRANCH_-1206025587'), (u'PTRADD_-1206025494', u'MULTIEQUAL_-1206025779'), (u'INDIRECT_-1206025220', u'MULTIEQUAL_-1206025302'), (u'INT_EQUAL_-1206026319', u'CBRANCH_-1206026310'), (u'INT_ADD_-1206025556', u'INT_SLESS_-1206025506'), ('tmp_549', u'CBRANCH_-1206025644'), ('const-7', u'CALL_-1206025620'), (u'MULTIEQUAL_-1206025314', u'COPY_-1206025347'), (u'PTRSUB_-1206025177', u'CAST_-1206025150'), ('tmp_254', u'CBRANCH_-1206026310'), ('const-163636', u'INT_ADD_-1206026395'), (u'CALL_-1206025390', u'INDIRECT_-1206025160'), (u'CALL_-1206025705', u'INDIRECT_-1206025245'), (u'INT_SLESS_-1206025506', u'CBRANCH_-1206025513'), ('tmp_2119', u'MULTIEQUAL_-1206025332'), (u'CALL_-1206025705', u'INDIRECT_-1206025272'), ('const-7', u'INT_EQUAL_-1206025648'), (u'INDIRECT_-1206025142', u'COPY_-1206025198'), (u'CALL_-1206026281', u'INDIRECT_-1206025811'), (u'CALL_-1206026281', u'INDIRECT_-1206025793'), (u'INDIRECT_-1206025244', u'MULTIEQUAL_-1206025323'), (u'CALL_-1206025390', u'INDIRECT_-1206025151'), (u'CALL_-1206025620', u'INDIRECT_-1206025235'), (u'CALL_-1206025390', u'INDIRECT_-1206025142'), (u'LOAD_-1206026355', u'INT_NOTEQUAL_-1206025590'), ('const-0', u'INT_NOTEQUAL_-1206025678'), (u'PTRADD_-1206025494', u'MULTIEQUAL_-1206025296'), ('const-4294967228', u'PTRSUB_-1206025172'), (u'CALL_-1206025620', u'INDIRECT_-1206025253'), (u'INDIRECT_-1206025239', u'INT_EQUAL_-1206025648'), ('tmp_204', u'CBRANCH_-1206026341'), (u'PTRSUB_-1206025167', u'CALL_-1206025705'), (u'CAST_-1206025117', u'CALL_-1206025620'), (u'CALL_-1206025705', u'INDIRECT_-1206025281'), ('const-0', u'INT_EQUAL_-1206025600'), (u'INDIRECT_-1206025160', u'COPY_-1206025216'), ('tmp_2120', u'INT_ADD_-1206026376'), (u'CAST_-1206025724', u'LOAD_-1206026392'), ('tmp_2119', u'MULTIEQUAL_-1206025815'), ('tmp_1535', u'PTRSUB_-1206025177'), (u'INT_ADD_-1206026395', u'INT_ADD_-1206026376'), (u'INDIRECT_-1206025793', u'COPY_-1206025852'), (u'INT_EQUAL_-1206025600', u'CBRANCH_-1206025596'), (u'CALL_-1206025620', u'INDIRECT_-1206025214'), (u'INDIRECT_-1206025220', u'INT_ADD_-1206025556'), (u'PTRSUB_-1206025172', u'CALL_-1206025705'), ('const-1', u'RETURN_-1206025385'), (u'INDIRECT_-1206025251', u'MULTIEQUAL_-1206025296'), (u'LOAD_-1206026392', u'LOAD_-1206025615'), (u'CALL_-1206026281', u'INDIRECT_-1206025802'), (u'MULTIEQUAL_-1206025779', u'CALL_-1206026281'), (u'INDIRECT_-1206025245', u'INT_NOTEQUAL_-1206025678'), ('tmp_2120', u'MULTIEQUAL_-1206025806'), (u'CALL_-1206025620', u'INDIRECT_-1206025244'), (u'INDIRECT_-1206025257', u'MULTIEQUAL_-1206025302'), (u'INT_NOTEQUAL_-1206025590', u'CBRANCH_-1206025587'), (u'CALL_-1206026281', u'INDIRECT_-1206025772'), (u'CALL_-1206025705', u'INDIRECT_-1206025290'), (u'CALL_-1206025620', u'INT_EQUAL_-1206025600'), (u'INDIRECT_-1206025244', u'MULTIEQUAL_-1206025806'), ('const-417', u'LOAD_-1206026355'), (u'INDIRECT_-1206025235', u'MULTIEQUAL_-1206025797'), (u'COPY_-1206025611', u'RETURN_-1206025537'), (u'INT_NOTEQUAL_-1206025678', u'CBRANCH_-1206025676'), ('tmp_2124', u'MULTIEQUAL_-1206025314'), ('const-4294967216', u'PTRSUB_-1206025162'), (u'INDIRECT_-1206025245', u'CALL_-1206025620'), ('tmp_968', u'CAST_-1206025699'), ('const-19', u'INT_SLESS_-1206025506'), (u'INDIRECT_-1206025253', u'MULTIEQUAL_-1206025332'), ('const-417', u'LOAD_-1206026386'), ('tmp_969', u'COPY_-1206025768'), (u'INDIRECT_-1206025802', u'COPY_-1206025861'), ('const-4', u'PTRADD_-1206025494'), ('const-417', u'LOAD_-1206025615'), (u'CAST_-1206025150', u'CALL_-1206025705'), ('tmp_2119', u'INT_ADD_-1206026395'), (u'INT_ADD_-1206026376', u'CAST_-1206025724'), (u'COPY_-1206025765', u'MULTIEQUAL_-1206025779'), (u'CALL_-1206025705', u'INDIRECT_-1206025257'), ('const-4294967292', u'INT_ADD_-1206025556'), (u'INT_NOTEQUAL_-1206026355', u'CBRANCH_-1206026341'), ('tmp_2124', u'MULTIEQUAL_-1206025797'), (u'INT_ADD_-1206025556', u'MULTIEQUAL_-1206025785'), (u'COPY_-1206025768', u'MULTIEQUAL_-1206025302'), (u'CALL_-1206025390', u'INDIRECT_-1206025121'), (u'INDIRECT_-1206025151', u'COPY_-1206025207'), (u'INDIRECT_-1206025253', u'MULTIEQUAL_-1206025815'), ('const-1', u'RETURN_-1206026276'), ('tmp_495', u'CBRANCH_-1206025676'), (u'CAST_-1206025699', u'COPY_-1206025765'), (u'INDIRECT_-1206025811', u'COPY_-1206025870')]
[(u'CALL_-1206025611', u'INDIRECT_-1206024185'), (u'INDIRECT_-1206024007', u'MULTIEQUAL_-1206023973'), (u'INDIRECT_-1206023726', u'MULTIEQUAL_-1206023015'), (u'CALL_-1206025643', u'INDIRECT_-1206023724'), ('tmp_1880', u'CBRANCH_-1206025144'), (u'CALL_-1206025611', u'INDIRECT_-1206024263'), ('tmp_1625', u'CBRANCH_-1206025122'), (u'CALL_-1206025488', u'INDIRECT_-1206023683'), (u'CALL_-1206025575', u'INDIRECT_-1206024080'), (u'CALL_-1206025499', u'INDIRECT_-1206024027'), (u'CAST_-1206023696', u'LOAD_-1206026392'), (u'CALL_-1206025806', u'INDIRECT_-1206024371'), (u'CALL_-1206025374', u'INDIRECT_-1206024063'), (u'INDIRECT_-1206023447', u'MULTIEQUAL_-1206023564'), (u'CALL_-1206025563', u'INDIRECT_-1206024227'), (u'CALL_-1206025552', u'INDIRECT_-1206024140'), (u'CALL_-1206025611', u'INDIRECT_-1206023846'), (u'INDIRECT_-1206023635', u'MULTIEQUAL_-1206023603'), (u'CALL_-1206025205', u'INDIRECT_-1206023588'), (u'CALL_-1206025806', u'INDIRECT_-1206024254'), (u'CALL_-1206025678', u'INDIRECT_-1206023860'), (u'COPY_-1206023124', u'MULTIEQUAL_-1206023211'), (u'CALL_-1206025488', u'INDIRECT_-1206024135'), (u'INDIRECT_-1206024560', u'MULTIEQUAL_-1206023010'), (u'INDIRECT_-1206023962', u'MULTIEQUAL_-1206024012'), (u'INT_ADD_-1206026243', u'MULTIEQUAL_-1206023016'), (u'CALL_-1206025627', u'INDIRECT_-1206023748'), (u'INDIRECT_-1206023535', u'MULTIEQUAL_-1206023675'), (u'LOAD_-1206026386', u'INT_NOTEQUAL_-1206026355'), (u'CAST_-1206023321', u'LOAD_-1206025660'), (u'MULTIEQUAL_-1206024012', u'MULTIEQUAL_-1206024010'), (u'MULTIEQUAL_-1206023971', u'COPY_-1206024008'), (u'CALL_-1206025599', u'INDIRECT_-1206023726'), (u'INDIRECT_-1206024077', u'MULTIEQUAL_-1206024090'), (u'INT_NOTEQUAL_-1206024610', u'BOOL_AND_-1206023637'), (u'PTRSUB_-1206023540', u'CALL_-1206025929'), (u'LOAD_-1206026355', u'MULTIEQUAL_-1206024048'), (u'CALL_-1206025563', u'INDIRECT_-1206023662'), ('const-4', u'INT_ADD_-1206025040'), (u'COPY_-1206023739', u'MULTIEQUAL_-1206024159'), (u'CALL_-1206025510', u'INDIRECT_-1206024192'), (u'INDIRECT_-1206024057', u'MULTIEQUAL_-1206024010'), (u'CALL_-1206026281', u'INDIRECT_-1206024221'), (u'CALL_-1206025929', u'INDIRECT_-1206024398'), (u'INT_ADD_-1206026035', u'CAST_-1206023550'), (u'CALL_-1206025374', u'INDIRECT_-1206023689'), (u'INT_ADD_-1206026227', u'CALL_-1206026166'), (u'INDIRECT_-1206024599', u'MULTIEQUAL_-1206023011'), (u'LOAD_-1206025840', u'CALL_-1206025806'), ('const-417', u'LOAD_-1206025756'), (u'CALL_-1206025215', u'INDIRECT_-1206023466'), (u'CALL_-1206026166', u'INDIRECT_-1206024172'), (u'PTRADD_-1206023397', u'LOAD_-1206025722'), (u'CALL_-1206025611', u'INDIRECT_-1206023772'), (u'MULTIEQUAL_-1206024088', u'COPY_-1206024125'), (u'MULTIEQUAL_-1206023007', u'MULTIEQUAL_-1206023640'), (u'CALL_-1206025205', u'INDIRECT_-1206023551'), (u'CALL_-1206025120', u'INDIRECT_-1206024079'), (u'PTRSUB_-1206023540', u'CALL_-1206025885'), (u'CALL_-1206025643', u'INDIRECT_-1206024133'), (u'CALL_-1206025587', u'INDIRECT_-1206023680'), (u'INDIRECT_-1206023833', u'MULTIEQUAL_-1206023971'), (u'CALL_-1206025779', u'INDIRECT_-1206024311'), (u'CALL_-1206025219', u'INDIRECT_-1206023498'), (u'CALL_-1206025242', u'INDIRECT_-1206023604'), (u'CALL_-1206026166', u'CALL_-1206025231'), (u'CALL_-1206025563', u'INDIRECT_-1206023773'), (u'INT_EQUAL_-1206026319', u'CBRANCH_-1206026310'), (u'CALL_-1206025219', u'INDIRECT_-1206023911'), (u'INDIRECT_-1206024110', u'MULTIEQUAL_-1206023006'), (u'CALL_-1206025992', u'INDIRECT_-1206024468'), (u'INDIRECT_-1206023757', u'MULTIEQUAL_-1206023712'), (u'CALL_-1206025230', u'INDIRECT_-1206023998'), (u'CALL_-1206025929', u'INDIRECT_-1206024476'), (u'CALL_-1206025745', u'INDIRECT_-1206023873'), (u'CALL_-1206025599', u'INDIRECT_-1206023837'), (u'LOAD_-1206026008', u'CALL_-1206025992'), (u'INDIRECT_-1206024172', u'INT_ADD_-1206026112'), (u'CALL_-1206025599', u'INDIRECT_-1206024215'), (u'CALL_-1206025120', u'INDIRECT_-1206023514'), (u'CALL_-1206025215', u'INDIRECT_-1206023801'), (u'CALL_-1206025885', u'INDIRECT_-1206023886'), (u'INT_NOTEQUAL_-1206025415', u'CBRANCH_-1206025412'), (u'INDIRECT_-1206024040', u'MULTIEQUAL_-1206024090'), (u'INDIRECT_-1206024079', u'MULTIEQUAL_-1206024611'), (u'CALL_-1206025711', u'CALL_-1206025552'), (u'CALL_-1206026281', u'CALL_-1206025499'), (u'INDIRECT_-1206023595', u'MULTIEQUAL_-1206023712'), (u'CALL_-1206025611', u'INDIRECT_-1206024224'), (u'CALL_-1206025521', u'INDIRECT_-1206023673'), ('tmp_204', u'CBRANCH_-1206026341'), ('tmp_9154', u'INT_ADD_-1206026395'), (u'INT_NOTEQUAL_-1206025389', u'CBRANCH_-1206025387'), (u'CALL_-1206025488', u'INDIRECT_-1206023720'), (u'CALL_-1206025230', u'INDIRECT_-1206023470'), (u'CALL_-1206026034', u'INDIRECT_-1206024374'), (u'CALL_-1206025587', u'INDIRECT_-1206023828'), (u'CALL_-1206025563', u'INDIRECT_-1206023736'), (u'CALL_-1206025745', u'CALL_-1206025563'), (u'MULTIEQUAL_-1206024090', u'MULTIEQUAL_-1206024088'), (u'CALL_-1206025599', u'INDIRECT_-1206023689'), (u'INDIRECT_-1206023625', u'MULTIEQUAL_-1206023640'), (u'MULTIEQUAL_-1206024129', u'MULTIEQUAL_-1206024127'), (u'LOAD_-1206026355', u'MULTIEQUAL_-1206023566'), (u'CALL_-1206025711', u'INDIRECT_-1206023885'), (u'INDIRECT_-1206023514', u'MULTIEQUAL_-1206024048'), (u'CALL_-1206025499', u'INDIRECT_-1206024105'), (u'CALL_-1206025219', u'INDIRECT_-1206023950'), (u'MULTIEQUAL_-1206023013', u'INT_NOTEQUAL_-1206025125'), (u'MULTIEQUAL_-1206023603', u'MULTIEQUAL_-1206023601'), (u'PTRADD_-1206023566', u'LOAD_-1206026008'), ('const-0', u'INT_NOTEQUAL_-1206025178'), (u'MULTIEQUAL_-1206024159', u'CALL_-1206026281'), (u'MULTIEQUAL_-1206023011', u'MULTIEQUAL_-1206024090'), (u'CALL_-1206025711', u'INDIRECT_-1206024183'), (u'INDIRECT_-1206024018', u'MULTIEQUAL_-1206023971'), (u'MULTIEQUAL_-1206024010', u'COPY_-1206024047'), ('const-40', u'INT_EQUAL_-1206026319'), ('tmp_676', u'CBRANCH_-1206026059'), ('const-0', u'COPY_-1206023273'), (u'INDIRECT_-1206024116', u'MULTIEQUAL_-1206024129'), (u'LOAD_-1206025440', u'INT_NOTEQUAL_-1206025415'), ('tmp_9155', u'MULTIEQUAL_-1206024572'), (u'MULTIEQUAL_-1206023009', u'MULTIEQUAL_-1206024012'), ('tmp_5170', u'PTRADD_-1206023397'), (u'COPY_-1206023742', u'MULTIEQUAL_-1206023714'), (u'CALL_-1206025120', u'INDIRECT_-1206023625'), (u'CALL_-1206025242', u'INDIRECT_-1206023904'), ('tmp_5157', u'PTRSUB_-1206023540'), (u'CALL_-1206025205', u'INDIRECT_-1206024038'), (u'INDIRECT_-1206023879', u'COPY_-1206023937'), (u'LOAD_-1206025660', u'LOAD_-1206025654'), (u'CALL_-1206025510', u'INDIRECT_-1206024114'), ('tmp_1955', u'CBRANCH_-1206025096'), (u'CALL_-1206025779', u'INDIRECT_-1206024350'), (u'CALL_-1206025231', u'INDIRECT_-1206023558'), (u'CALL_-1206025488', u'INDIRECT_-1206023646'), (u'CALL_-1206025992', u'CALL_-1206025779'), (u'CALL_-1206026034', u'INT_EQUAL_-1206026014'), (u'INDIRECT_-1206023763', u'MULTIEQUAL_-1206023016'), (u'INDIRECT_-1206024135', u'INT_ADD_-1206026128'), (u'MULTIEQUAL_-1206023013', u'CALL_-1206025338'), (u'CALL_-1206025488', u'INDIRECT_-1206024057'), (u'CALL_-1206025587', u'INDIRECT_-1206024128'), (u'CALL_-1206025627', u'INDIRECT_-1206023711'), (u'INT_SLESS_-1206025006', u'CBRANCH_-1206025013'), (u'CALL_-1206025929', u'INDIRECT_-1206024320'), (u'INDIRECT_-1206024180', u'MULTIEQUAL_-1206023012'), (u'LOAD_-1206025710', u'CALL_-1206025678'), (u'INDIRECT_-1206024521', u'MULTIEQUAL_-1206023009'), (u'CALL_-1206025992', u'INT_EQUAL_-1206025972'), (u'INDIRECT_-1206023999', u'MULTIEQUAL_-1206024012'), (u'CALL_-1206025745', u'CALL_-1206025678'), (u'PTRADD_-1206023484', u'LOAD_-1206025840'), (u'CALL_-1206025611', u'INDIRECT_-1206024146'), (u'CALL_-1206026166', u'CALL_-1206026034'), (u'INT_EQUAL_-1206025972', u'CBRANCH_-1206025969'), (u'INT_ADD_-1206025056', u'INT_SLESS_-1206025006'), (u'CALL_-1206025219', u'INDIRECT_-1206023461'), ('tmp_9164', u'MULTIEQUAL_-1206024455'), (u'CALL_-1206025885', u'INDIRECT_-1206024295'), ('const-0', u'COPY_-1206023099'), (u'CALL_-1206025575', u'INDIRECT_-1206024197'), (u'INDIRECT_-1206023895', u'MULTIEQUAL_-1206024010'), (u'CALL_-1206025499', u'INDIRECT_-1206023729'), (u'CALL_-1206026034', u'INDIRECT_-1206024113'), (u'CALL_-1206025745', u'INDIRECT_-1206024364'), (u'INDIRECT_-1206023498', u'MULTIEQUAL_-1206023638'), (u'CALL_-1206025230', u'INDIRECT_-1206023433'), (u'CALL_-1206025230', u'INDIRECT_-1206023842'), (u'LOAD_-1206025722', u'CALL_-1206025711'), (u'INDIRECT_-1206024163', u'MULTIEQUAL_-1206024129'), (u'CALL_-1206025745', u'INDIRECT_-1206023799'), ('const-1', u'PTRADD_-1206023459'), (u'INT_EQUAL_-1206026014', u'CBRANCH_-1206026011'), (u'CALL_-1206025374', u'INDIRECT_-1206024180'), (u'INDIRECT_-1206024638', u'MULTIEQUAL_-1206023012'), (u'CALL_-1206025374', u'INDIRECT_-1206023726'), (u'CALL_-1206025643', u'INDIRECT_-1206024289'), (u'INDIRECT_-1206023960', u'PTRADD_-1206025801'), (u'CAST_-1206023550', u'LOAD_-1206026051'), (u'CALL_-1206025992', u'INDIRECT_-1206023942'), (u'CALL_-1206025745', u'INDIRECT_-1206024286'), (u'CALL_-1206026166', u'MULTIEQUAL_-1206023013'), (u'CALL_-1206025205', u'INDIRECT_-1206023662'), (u'CALL_-1206025120', u'INDIRECT_-1206023962'), (u'CALL_-1206025230', u'INDIRECT_-1206023581'), (u'INDIRECT_-1206023960', u'MULTIEQUAL_-1206023973'), (u'INDIRECT_-1206023514', u'MULTIEQUAL_-1206023566'), (u'MULTIEQUAL_-1206023564', u'INT_NOTEQUAL_-1206025415'), (u'INT_ADD_-1206026227', u'MULTIEQUAL_-1206023015'), (u'CALL_-1206025499', u'INDIRECT_-1206024066'), (u'CALL_-1206026281', u'INDIRECT_-1206024110'), (u'CALL_-1206025711', u'INDIRECT_-1206024222'), ('const-417', u'LOAD_-1206026045'), ('tmp_9163', u'CALL_-1206025929'), (u'INDIRECT_-1206023911', u'MULTIEQUAL_-1206024049'), (u'CALL_-1206025205', u'INDIRECT_-1206023625'), (u'CALL_-1206025230', u'INDIRECT_-1206023881'), (u'MULTIEQUAL_-1206023211', u'CALL_-1206025215'), (u'CALL_-1206025120', u'INDIRECT_-1206024040'), (u'CALL_-1206025678', u'INDIRECT_-1206024236'), (u'CALL_-1206025745', u'INDIRECT_-1206023836'), (u'INDIRECT_-1206023588', u'MULTIEQUAL_-1206023603'), (u'INT_ADD_-1206026243', u'INT_SLESS_-1206026188'), (u'CALL_-1206026281', u'CALL_-1206025779'), (u'MULTIEQUAL_-1206023566', u'MULTIEQUAL_-1206023564'), (u'CALL_-1206025338', u'INDIRECT_-1206024124'), (u'CALL_-1206025627', u'INDIRECT_-1206024159'), ('const-0', u'RETURN_-1206025362'), (u'CALL_-1206025521', u'INDIRECT_-1206024201'), (u'CALL_-1206025338', u'INDIRECT_-1206024046'), ('tmp_5157', u'PTRSUB_-1206023161'), (u'INDIRECT_-1206024096', u'MULTIEQUAL_-1206024049'), (u'CALL_-1206025611', u'INDIRECT_-1206023698'), (u'COPY_-1206023273', u'MULTIEQUAL_-1206023211'), (u'CALL_-1206025231', u'INDIRECT_-1206023447'), (u'LOAD_-1206025739', u'CALL_-1206025711'), (u'CALL_-1206025510', u'INDIRECT_-1206023701'), (u'CALL_-1206026281', u'INDIRECT_-1206024521'), (u'CALL_-1206025575', u'INDIRECT_-1206023745'), (u'CALL_-1206025885', u'INDIRECT_-1206024373'), (u'MULTIEQUAL_-1206024049', u'COPY_-1206024086'), (u'INT_ADD_-1206025056', u'MULTIEQUAL_-1206023714'), ('tmp_5170', u'LOAD_-1206025773'), (u'INDIRECT_-1206024061', u'MULTIEQUAL_-1206023006'), (u'INT_ADD_-1206025644', u'CAST_-1206023321'), ('const-417', u'LOAD_-1206025739'), (u'INDIRECT_-1206023662', u'MULTIEQUAL_-1206023714'), (u'BOOL_AND_-1206023637', u'CBRANCH_-1206026059'), ('const-4294967292', u'INT_ADD_-1206025056'), (u'CALL_-1206025745', u'INDIRECT_-1206023910'), (u'CALL_-1206025242', u'INDIRECT_-1206023530'), ('const-4294967276', u'INT_ADD_-1206025831'), (u'CALL_-1206025992', u'INDIRECT_-1206024429'), ('const-164252', u'INT_ADD_-1206025116'), ('tmp_9156', u'MULTIEQUAL_-1206024085'), (u'CALL_-1206026281', u'INDIRECT_-1206024638'), (u'CALL_-1206025643', u'INDIRECT_-1206023835'), ('const-4294967228', u'PTRSUB_-1206023161'), ('const-20', u'CALL_-1206026166'), (u'CALL_-1206025120', u'INDIRECT_-1206024001'), (u'LOAD_-1206026045', u'CALL_-1206026034'), (u'MULTIEQUAL_-1206023006', u'MULTIEQUAL_-1206023603'), (u'CALL_-1206025885', u'INDIRECT_-1206023997'), (u'CALL_-1206025205', u'INDIRECT_-1206023699'), ('const-417', u'LOAD_-1206025654'), (u'CALL_-1206025552', u'INDIRECT_-1206024062'), (u'CALL_-1206025205', u'INDIRECT_-1206023960'), (u'CALL_-1206025219', u'INDIRECT_-1206023989'), (u'LOAD_-1206025654', u'CALL_-1206025643'), (u'INDIRECT_-1206024174', u'MULTIEQUAL_-1206024127'), (u'CALL_-1206025510', u'INDIRECT_-1206023738'), (u'CALL_-1206025806', u'INDIRECT_-1206023845'), (u'MULTIEQUAL_-1206023005', u'MULTIEQUAL_-1206023566'), ('tmp_5170', u'PTRADD_-1206023360'), (u'CALL_-1206025587', u'INDIRECT_-1206023791'), (u'CALL_-1206025643', u'INDIRECT_-1206024172'), ('const-1', u'PTRADD_-1206023360'), ('const-417', u'LOAD_-1206025672'), (u'INDIRECT_-1206023683', u'MULTIEQUAL_-1206023638'), (u'CALL_-1206026166', u'INDIRECT_-1206024472'), ('const-4', u'PTRADD_-1206023459'), (u'CALL_-1206025120', u'INT_EQUAL_-1206025100'), (u'CALL_-1206025599', u'INDIRECT_-1206023800'), ('const-417', u'LOAD_-1206026051'), (u'CALL_-1206025627', u'INDIRECT_-1206024120'), (u'CALL_-1206026281', u'CALL_-1206025374'), (u'CALL_-1206025215', u'INDIRECT_-1206023429'), ('const-4', u'PTRADD_-1206023484'), (u'CALL_-1206025338', u'INDIRECT_-1206023598'), (u'INDIRECT_-1206023709', u'MULTIEQUAL_-1206023677'), (u'CALL_-1206025711', u'INDIRECT_-1206024261'), ('tmp_9165', u'MULTIEQUAL_-1206024494'), (u'CALL_-1206025242', u'INDIRECT_-1206023456'), ('const-1', u'PTRADD_-1206023484'), (u'PTRSUB_-1206023166', u'CALL_-1206025205'), (u'INT_ADD_-1206026395', u'INT_ADD_-1206026376'), ('const-4', u'PTRADD_-1206023422'), (u'CALL_-1206026281', u'INT_NOTEQUAL_-1206025389'), ('const-20', u'INT_ADD_-1206026227'), (u'CALL_-1206025678', u'INDIRECT_-1206024275'), (u'CALL_-1206025215', u'INDIRECT_-1206023918'), (u'PTRADD_-1206023422', u'LOAD_-1206025756'), (u'INDIRECT_-1206023625', u'INT_NOTEQUAL_-1206025178'), (u'MULTIEQUAL_-1206023010', u'MULTIEQUAL_-1206024051'), (u'CALL_-1206025885', u'INDIRECT_-1206023923'), (u'CALL_-1206025338', u'INDIRECT_-1206024163'), (u'CALL_-1206025678', u'INDIRECT_-1206024158'), (u'LOAD_-1206025773', u'CALL_-1206025745'), (u'INDIRECT_-1206023840', u'COPY_-1206023898'), (u'CALL_-1206025643', u'INDIRECT_-1206023761'), (u'INDIRECT_-1206023521', u'MULTIEQUAL_-1206023638'), (u'CALL_-1206025806', u'CALL_-1206025587'), ('const-0', u'INT_NOTEQUAL_-1206026355'), ('tmp_1441', u'BRANCH_-1206025229'), (u'CALL_-1206025510', u'INDIRECT_-1206024036'), (u'CALL_-1206025643', u'INDIRECT_-1206024211'), (u'CALL_-1206025374', u'INDIRECT_-1206023652'), ('const-4', u'PTRADD_-1206023360'), (u'CALL_-1206026166', u'INT_NOTEQUAL_-1206026089'), (u'CALL_-1206025779', u'INDIRECT_-1206024233'), ('tmp_5157', u'PTRSUB_-1206023166'), ('tmp_5157', u'PTRSUB_-1206023151'), ('const-417', u'LOAD_-1206025773'), (u'INDIRECT_-1206024046', u'MULTIEQUAL_-1206024012'), (u'CALL_-1206025242', u'INDIRECT_-1206023567'), (u'MULTIEQUAL_-1206023012', u'MULTIEQUAL_-1206024129'), (u'INDIRECT_-1206024024', u'MULTIEQUAL_-1206023008'), ('tmp_1300', u'CBRANCH_-1206025412'), ('tmp_9155', u'MULTIEQUAL_-1206024090'), ('const-417', u'LOAD_-1206025660'), (u'CALL_-1206025627', u'INDIRECT_-1206024276'), (u'CALL_-1206025779', u'CALL_-1206025575'), (u'INDIRECT_-1206024184', u'INT_ADD_-1206026227'), (u'CALL_-1206025488', u'INDIRECT_-1206024018'), (u'COPY_-1206023099', u'MULTIEQUAL_-1206023211'), (u'CALL_-1206025779', u'INDIRECT_-1206023935'), (u'CALL_-1206025242', u'INDIRECT_-1206023982'), (u'CALL_-1206026166', u'CALL_-1206025992'), (u'INDIRECT_-1206023746', u'MULTIEQUAL_-1206023714'), (u'CALL_-1206025215', u'INDIRECT_-1206023503'), (u'CALL_-1206025992', u'INDIRECT_-1206024053'), (u'CALL_-1206025231', u'INDIRECT_-1206023895'), (u'INDIRECT_-1206023957', u'COPY_-1206024015'), (u'INDIRECT_-1206024012', u'MULTIEQUAL_-1206024127'), (u'INDIRECT_-1206024472', u'MULTIEQUAL_-1206023009'), (u'CALL_-1206025563', u'INDIRECT_-1206024149'), (u'CALL_-1206025745', u'INDIRECT_-1206023947'), (u'CALL_-1206025678', u'INDIRECT_-1206023786'), (u'CALL_-1206025488', u'INDIRECT_-1206024174'), (u'INT_NOTEQUAL_-1206026355', u'CBRANCH_-1206026341'), (u'CALL_-1206025599', u'INDIRECT_-1206024137'), (u'MULTIEQUAL_-1206023714', u'MULTIEQUAL_-1206023712'), (u'CALL_-1206025885', u'INDIRECT_-1206024412'), (u'CALL_-1206025806', u'INDIRECT_-1206023919'), (u'CALL_-1206025779', u'INDIRECT_-1206024389'), (u'INDIRECT_-1206023558', u'MULTIEQUAL_-1206023675'), (u'CALL_-1206025992', u'INDIRECT_-1206024507'), (u'INDIRECT_-1206023588', u'MULTIEQUAL_-1206024122'), (u'CALL_-1206025510', u'INDIRECT_-1206023775'), (u'CALL_-1206025215', u'INDIRECT_-1206023392'), (u'LOAD_-1206025805', u'CALL_-1206025779'), (u'CALL_-1206025552', u'INDIRECT_-1206024179'), ('const-0', u'INT_NOTEQUAL_-1206026089'), ('const-19', u'INT_SLESS_-1206026188'), ('const-417', u'LOAD_-1206026008'), (u'CALL_-1206025215', u'INDIRECT_-1206023957'), (u'CALL_-1206025215', u'INDIRECT_-1206023879'), (u'CALL_-1206025806', u'INDIRECT_-1206024410'), ('const-417', u'LOAD_-1206025710'), ('tmp_5169', u'COPY_-1206023742'), (u'LOAD_-1206026392', u'LOAD_-1206025440'), (u'INDIRECT_-1206024124', u'MULTIEQUAL_-1206024090'), (u'CALL_-1206026166', u'INDIRECT_-1206024061'), (u'INDIRECT_-1206023662', u'MULTIEQUAL_-1206023677'), (u'CALL_-1206025219', u'INDIRECT_-1206023872'), (u'INDIRECT_-1206023598', u'MULTIEQUAL_-1206023566'), (u'CALL_-1206025611', u'INDIRECT_-1206023809'), (u'CALL_-1206025587', u'INDIRECT_-1206024089'), (u'CALL_-1206025499', u'INDIRECT_-1206024183'), ('tmp_2103', u'CBRANCH_-1206025013'), (u'COPY_-1206023739', u'MULTIEQUAL_-1206023677'), (u'CALL_-1206025510', u'INDIRECT_-1206024153'), (u'CALL_-1206025587', u'INDIRECT_-1206024206'), (u'INT_ADD_-1206025040', u'MULTIEQUAL_-1206024159'), (u'CALL_-1206025711', u'INDIRECT_-1206023848'), (u'CALL_-1206025242', u'INDIRECT_-1206023493'), (u'CALL_-1206025242', u'INDIRECT_-1206023943'), (u'CALL_-1206025678', u'INDIRECT_-1206024314'), (u'MULTIEQUAL_-1206023015', u'MULTIEQUAL_-1206023677'), (u'MULTIEQUAL_-1206023016', u'MULTIEQUAL_-1206023714'), (u'CALL_-1206025374', u'INDIRECT_-1206023763'), (u'INDIRECT_-1206024147', u'MULTIEQUAL_-1206023007'), (u'CALL_-1206026034', u'INDIRECT_-1206024491'), ('const-0', u'INT_NOTEQUAL_-1206024610'), (u'INT_ADD_-1206026376', u'CAST_-1206023696'), (u'INDIRECT_-1206023625', u'MULTIEQUAL_-1206023677'), (u'CALL_-1206026034', u'INDIRECT_-1206024530'), ('tmp_5170', u'PTRADD_-1206023484'), (u'LOAD_-1206025672', u'CALL_-1206025643'), (u'CALL_-1206025521', u'INDIRECT_-1206023747'), (u'CALL_-1206025563', u'INDIRECT_-1206024188'), ('const-417', u'LOAD_-1206025440'), ('const-0', u'INT_NOTEQUAL_-1206025125'), (u'CALL_-1206025806', u'INDIRECT_-1206023993'), (u'CALL_-1206025231', u'INDIRECT_-1206023934'), ('tmp_9155', u'INT_ADD_-1206026376'), (u'CALL_-1206025230', u'INDIRECT_-1206023920'), (u'CALL_-1206025230', u'INDIRECT_-1206023507'), (u'INDIRECT_-1206024482', u'MULTIEQUAL_-1206023008'), (u'CALL_-1206025929', u'INDIRECT_-1206024022'), (u'INDIRECT_-1206024511', u'INT_ADD_-1206026035'), (u'CALL_-1206025575', u'INDIRECT_-1206023671'), (u'CALL_-1206025552', u'INDIRECT_-1206023764'), (u'PTRSUB_-1206023540', u'COPY_-1206023537'), (u'CALL_-1206026166', u'INDIRECT_-1206024511'), (u'INDIRECT_-1206024221', u'INT_ADD_-1206026243'), (u'CALL_-1206025563', u'INDIRECT_-1206024110'), ('const-0', u'INT_EQUAL_-1206025972'), (u'CALL_-1206025745', u'INDIRECT_-1206024325'), (u'CALL_-1206025678', u'INDIRECT_-1206023823'), (u'INDIRECT_-1206023989', u'MULTIEQUAL_-1206024127'), (u'INDIRECT_-1206023923', u'MULTIEQUAL_-1206023973'), (u'CALL_-1206025711', u'INDIRECT_-1206024300'), (u'CALL_-1206025552', u'INDIRECT_-1206023690'), ('tmp_9166', u'MULTIEQUAL_-1206024051'), (u'CALL_-1206025575', u'INDIRECT_-1206024158'), ('tmp_5170', u'LOAD_-1206025739'), ('tmp_9157', u'MULTIEQUAL_-1206023640'), (u'CALL_-1206025120', u'INDIRECT_-1206023662'), (u'INT_ADD_-1206025116', u'CAST_-1206023091'), (u'CALL_-1206026281', u'INDIRECT_-1206024560'), (u'CALL_-1206026166', u'INDIRECT_-1206024589'), (u'INDIRECT_-1206024063', u'MULTIEQUAL_-1206023009'), (u'CALL_-1206026034', u'INDIRECT_-1206024076'), (u'INDIRECT_-1206024040', u'MULTIEQUAL_-1206024572'), (u'INDIRECT_-1206023609', u'MULTIEQUAL_-1206023564'), (u'CALL_-1206025627', u'INDIRECT_-1206023785'), (u'CALL_-1206025374', u'INDIRECT_-1206024141'), (u'CALL_-1206025374', u'INDIRECT_-1206023615'), ('tmp_443', u'CBRANCH_-1206026195'), (u'INT_EQUAL_-1206025100', u'CBRANCH_-1206025096'), (u'CALL_-1206025678', u'INDIRECT_-1206024197'), (u'CALL_-1206025231', u'INDIRECT_-1206023856'), (u'PTRSUB_-1206023156', u'CALL_-1206025205'), (u'CALL_-1206025120', u'INDIRECT_-1206023588'), (u'CALL_-1206025374', u'INDIRECT_-1206024102'), (u'CALL_-1206025711', u'INDIRECT_-1206023774'), (u'CALL_-1206025552', u'INDIRECT_-1206024101'), (u'INT_ADD_-1206026395', u'INT_ADD_-1206026035'), (u'CALL_-1206025992', u'CALL_-1206025611'), (u'CALL_-1206025599', u'INDIRECT_-1206024254'), (u'CALL_-1206025231', u'INDIRECT_-1206023484'), ('const-417', u'LOAD_-1206025840'), ('const-1', u'RETURN_-1206025210'), (u'CALL_-1206026034', u'INDIRECT_-1206024413'), (u'MULTIEQUAL_-1206024127', u'COPY_-1206024164'), (u'CALL_-1206025120', u'INDIRECT_-1206023923'), (u'CALL_-1206026281', u'INDIRECT_-1206024073'), ('const-4294967216', u'PTRSUB_-1206023151'), (u'INDIRECT_-1206024038', u'MULTIEQUAL_-1206024051'), (u'CALL_-1206025219', u'INDIRECT_-1206023535'), ('const-4294967276', u'INT_ADD_-1206026112'), (u'CALL_-1206025885', u'INDIRECT_-1206024451'), (u'PTRADD_-1206023459', u'LOAD_-1206025805'), (u'MULTIEQUAL_-1206023973', u'MULTIEQUAL_-1206023971'), (u'CALL_-1206026166', u'INDIRECT_-1206024550'), (u'CALL_-1206026166', u'CALL_-1206025219'), (u'CALL_-1206025338', u'INDIRECT_-1206023635'), (u'CALL_-1206025711', u'INDIRECT_-1206023811'), (u'CALL_-1206025521', u'INDIRECT_-1206024045'), (u'CALL_-1206025885', u'INDIRECT_-1206023960'), ('const-417', u'LOAD_-1206025722'), (u'CALL_-1206025929', u'INDIRECT_-1206024359'), (u'CALL_-1206025499', u'INDIRECT_-1206023766'), (u'INT_ADD_-1206026112', u'MULTIEQUAL_-1206023016'), ('tmp_1486', u'CBRANCH_-1206025387'), (u'CALL_-1206025230', u'INDIRECT_-1206023544'), (u'INT_NOTEQUAL_-1206025178', u'CBRANCH_-1206025176'), (u'CALL_-1206026281', u'INDIRECT_-1206024482'), (u'INT_EQUAL_-1206025148', u'CBRANCH_-1206025144'), ('const-20', u'PTRADD_-1206025801'), (u'CALL_-1206026281', u'CALL_-1206025230'), ('const-4', u'PTRADD_-1206023566'), ('tmp_9154', u'MULTIEQUAL_-1206024129'), (u'CALL_-1206025779', u'INDIRECT_-1206023824'), ('const-4294967276', u'INT_ADD_-1206026243'), (u'CALL_-1206025627', u'INT_EQUAL_-1206024297'), (u'CALL_-1206025678', u'INDIRECT_-1206023749'), ('const-0', u'COPY_-1206023124'), (u'CALL_-1206025488', u'INDIRECT_-1206024096'), (u'INDIRECT_-1206024098', u'MULTIEQUAL_-1206023007'), (u'CALL_-1206025806', u'INDIRECT_-1206024293'), (u'CALL_-1206026281', u'INT_NOTEQUAL_-1206024610'), (u'INDIRECT_-1206024135', u'MULTIEQUAL_-1206024088'), (u'INDIRECT_-1206023551', u'MULTIEQUAL_-1206024085'), (u'CALL_-1206025521', u'INDIRECT_-1206024162'), (u'CALL_-1206025992', u'INDIRECT_-1206024016'), (u'LOAD_-1206025756', u'CALL_-1206025745'), (u'CALL_-1206025806', u'CALL_-1206025745'), ('tmp_5170', u'PTRADD_-1206023422'), (u'CALL_-1206025338', u'INDIRECT_-1206024007'), (u'INDIRECT_-1206024024', u'MULTIEQUAL_-1206023005'), (u'INDIRECT_-1206023872', u'MULTIEQUAL_-1206024010'), (u'INDIRECT_-1206024102', u'MULTIEQUAL_-1206023010'), (u'CALL_-1206025205', u'INDIRECT_-1206023999'), (u'CALL_-1206025599', u'INDIRECT_-1206024098'), (u'INDIRECT_-1206024001', u'MULTIEQUAL_-1206024533'), (u'INDIRECT_-1206023962', u'MULTIEQUAL_-1206024494'), (u'CALL_-1206026281', u'INDIRECT_-1206024147'), (u'INDIRECT_-1206023720', u'MULTIEQUAL_-1206023675'), (u'CALL_-1206025806', u'INDIRECT_-1206024332'), (u'CALL_-1206026034', u'INDIRECT_-1206024452'), (u'CALL_-1206025992', u'INDIRECT_-1206024390'), (u'INDIRECT_-1206024001', u'MULTIEQUAL_-1206024051'), (u'CALL_-1206025231', u'INDIRECT_-1206023521'), ('const-20', u'CALL_-1206026281'), (u'CALL_-1206025242', u'INDIRECT_-1206023865'), (u'INDIRECT_-1206023625', u'CALL_-1206025120'), (u'CALL_-1206025587', u'INDIRECT_-1206023717'), ('const-19', u'INT_SLESS_-1206025006'), (u'CALL_-1206025231', u'INDIRECT_-1206023595'), ('const-3', u'PTRADD_-1206023397'), ('tmp_9154', u'MULTIEQUAL_-1206024611'), (u'INT_ADD_-1206026128', u'MULTIEQUAL_-1206023015'), (u'CALL_-1206025643', u'CALL_-1206025627'), ('tmp_5174', u'CALL_-1206025929'), ('const-4294967220', u'PTRSUB_-1206023166'), (u'CALL_-1206025575', u'INDIRECT_-1206024119'), (u'CALL_-1206025563', u'INDIRECT_-1206024071'), (u'MULTIEQUAL_-1206023008', u'MULTIEQUAL_-1206023973'), ('const-7', u'CALL_-1206025120'), (u'INDIRECT_-1206024085', u'MULTIEQUAL_-1206024051'), (u'CALL_-1206025643', u'INDIRECT_-1206024250'), (u'CALL_-1206025338', u'INDIRECT_-1206023672'), (u'CALL_-1206025711', u'INDIRECT_-1206024339'), (u'INT_NOTEQUAL_-1206026089', u'BOOL_AND_-1206023637'), (u'CALL_-1206025711', u'CALL_-1206025678'), (u'INDIRECT_-1206024550', u'MULTIEQUAL_-1206023011'), (u'CALL_-1206025499', u'INDIRECT_-1206024144'), (u'CALL_-1206025374', u'INDIRECT_-1206024024'), (u'MULTIEQUAL_-1206023677', u'MULTIEQUAL_-1206023675'), (u'CALL_-1206025587', u'INDIRECT_-1206023754'), (u'CALL_-1206025338', u'INDIRECT_-1206023746'), (u'CALL_-1206025231', u'INDIRECT_-1206023973'), (u'CALL_-1206025885', u'CALL_-1206025599'), ('tmp_5168', u'COPY_-1206023739'), (u'CALL_-1206025552', u'INDIRECT_-1206023801'), (u'CALL_-1206025643', u'CALL_-1206025510'), ('tmp_9166', u'MULTIEQUAL_-1206024533'), ('tmp_5170', u'PTRADD_-1206023459'), (u'INDIRECT_-1206024197', u'INT_ADD_-1206025644'), (u'CALL_-1206026281', u'CALL_-1206025627'), (u'INDIRECT_-1206023923', u'MULTIEQUAL_-1206024455'), (u'CALL_-1206026166', u'INDIRECT_-1206024433'), (u'CAST_-1206023091', u'CALL_-1206025120'), (u'CALL_-1206025510', u'INDIRECT_-1206023664'), (u'CALL_-1206025587', u'INDIRECT_-1206024167'), (u'INDIRECT_-1206023588', u'INT_EQUAL_-1206025148'), (u'CALL_-1206025587', u'INDIRECT_-1206024245'), (u'INDIRECT_-1206023551', u'MULTIEQUAL_-1206023603'), (u'CALL_-1206026166', u'INDIRECT_-1206024098'), (u'CALL_-1206025552', u'INDIRECT_-1206023653'), (u'LOAD_-1206026392', u'LOAD_-1206026355'), (u'CALL_-1206025885', u'INDIRECT_-1206024334'), (u'CALL_-1206025929', u'INDIRECT_-1206024059'), (u'CALL_-1206025338', u'INDIRECT_-1206023709'), (u'CALL_-1206026034', u'INDIRECT_-1206024039'), ('tmp_1826', u'CBRANCH_-1206025176'), ('const-4294967224', u'PTRSUB_-1206023156'), ('tmp_9157', u'MULTIEQUAL_-1206024122'), (u'INT_SLESS_-1206026188', u'CBRANCH_-1206026195'), (u'CALL_-1206025779', u'INDIRECT_-1206023898'), (u'CALL_-1206025678', u'INDIRECT_-1206023897'), (u'CALL_-1206025929', u'INDIRECT_-1206024437'), (u'CALL_-1206025992', u'INDIRECT_-1206024351'), (u'CALL_-1206025627', u'INDIRECT_-1206024237'), (u'CALL_-1206025521', u'INDIRECT_-1206023784'), ('const-417', u'LOAD_-1206025805'), (u'CALL_-1206025521', u'INDIRECT_-1206023636'), (u'PTRSUB_-1206023161', u'CALL_-1206025205'), (u'INDIRECT_-1206023551', u'MULTIEQUAL_-1206023566'), (u'CALL_-1206025338', u'INDIRECT_-1206024085'), (u'COPY_-1206023676', u'MULTIEQUAL_-1206023013'), ('const-1', u'PTRADD_-1206023566'), (u'INT_NOTEQUAL_-1206025125', u'CBRANCH_-1206025122'), (u'CALL_-1206026166', u'CALL_-1206025488'), (u'CALL_-1206025885', u'CALL_-1206025806'), (u'CALL_-1206025215', u'INDIRECT_-1206023540'), ('const-4294967232', u'PTRSUB_-1206023540'), ('const-417', u'LOAD_-1206026386'), (u'CALL_-1206025611', u'INDIRECT_-1206024107'), (u'PTRSUB_-1206023151', u'CALL_-1206025205'), (u'INDIRECT_-1206023652', u'MULTIEQUAL_-1206023006'), (u'CALL_-1206025563', u'INDIRECT_-1206023699'), (u'INDIRECT_-1206024073', u'MULTIEQUAL_-1206023005'), ('tmp_5170', u'LOAD_-1206026386'), ('const-20', u'COPY_-1206025897'), (u'INDIRECT_-1206023625', u'INT_ADD_-1206025040'), (u'LOAD_-1206026051', u'LOAD_-1206026045'), (u'CALL_-1206025779', u'INDIRECT_-1206024272'), ('const-417', u'LOAD_-1206026355'), (u'CALL_-1206025219', u'INDIRECT_-1206023572'), (u'CALL_-1206026281', u'COPY_-1206023676'), ('tmp_1258', u'BRANCH_-1206025486'), ('const-2', u'PTRADD_-1206023422'), (u'INDIRECT_-1206023484', u'MULTIEQUAL_-1206023601'), (u'CALL_-1206025575', u'INDIRECT_-1206024236'), (u'CALL_-1206025499', u'INDIRECT_-1206023618'), (u'INDIRECT_-1206024589', u'MULTIEQUAL_-1206023012'), ('const-20', u'INT_ADD_-1206026128'), (u'CALL_-1206025779', u'CALL_-1206025711'), ('const-4', u'PTRADD_-1206023397'), ('const-7', u'INT_EQUAL_-1206025148'), ('tmp_799', u'CBRANCH_-1206025969'), (u'INDIRECT_-1206023424', u'MULTIEQUAL_-1206023564'), (u'CALL_-1206025678', u'CALL_-1206025521'), (u'INDIRECT_-1206023918', u'COPY_-1206023976'), (u'CALL_-1206026034', u'INDIRECT_-1206024002'), (u'CALL_-1206025643', u'INDIRECT_-1206023872'), (u'CALL_-1206025779', u'INDIRECT_-1206023972'), (u'INDIRECT_-1206023461', u'MULTIEQUAL_-1206023601'), (u'CALL_-1206025205', u'INDIRECT_-1206024116'), ('const-417', u'LOAD_-1206026392'), (u'INT_EQUAL_-1206024297', u'MULTIEQUAL_-1206023211'), (u'CALL_-1206025627', u'INDIRECT_-1206024198'), (u'CALL_-1206025521', u'INDIRECT_-1206024123'), (u'CALL_-1206025643', u'INDIRECT_-1206023798'), (u'CALL_-1206025563', u'INDIRECT_-1206023810'), (u'CALL_-1206025599', u'INDIRECT_-1206024176'), (u'CALL_-1206025521', u'INDIRECT_-1206023710'), (u'INDIRECT_-1206023699', u'MULTIEQUAL_-1206023714'), (u'CALL_-1206025552', u'INDIRECT_-1206023727'), (u'INDIRECT_-1206023934', u'MULTIEQUAL_-1206024049'), (u'CALL_-1206025219', u'INDIRECT_-1206023833'), (u'CALL_-1206025205', u'INDIRECT_-1206024077'), ('tmp_254', u'CBRANCH_-1206026310'), (u'CALL_-1206025499', u'INDIRECT_-1206023655'), (u'CALL_-1206025120', u'INDIRECT_-1206023551'), (u'CALL_-1206025552', u'INDIRECT_-1206024218'), (u'INDIRECT_-1206023689', u'MULTIEQUAL_-1206023007'), (u'CALL_-1206025510', u'INDIRECT_-1206024075'), (u'CALL_-1206025488', u'INDIRECT_-1206023757'), (u'CALL_-1206025231', u'INDIRECT_-1206024012'), (u'CALL_-1206025779', u'INDIRECT_-1206023861'), (u'INT_ADD_-1206026395', u'INT_ADD_-1206025644'), (u'CALL_-1206025219', u'INDIRECT_-1206023424'), ('const-0', u'INT_EQUAL_-1206026014'), (u'CALL_-1206025711', u'INDIRECT_-1206023922'), (u'CALL_-1206026166', u'INDIRECT_-1206024024'), (u'CALL_-1206025806', u'INDIRECT_-1206023956'), (u'CALL_-1206025745', u'INDIRECT_-1206024247'), ('tmp_741', u'CBRANCH_-1206026011'), ('tmp_5170', u'LOAD_-1206025710'), (u'INT_ADD_-1206025056', u'MULTIEQUAL_-1206024196'), (u'CALL_-1206025521', u'INDIRECT_-1206024084'), ('tmp_1428', u'BRANCH_-1206025212'), (u'INDIRECT_-1206023588', u'MULTIEQUAL_-1206023640'), ('tmp_9165', u'MULTIEQUAL_-1206024012'), ('tmp_5169', u'INT_EQUAL_-1206026319'), (u'CALL_-1206026281', u'INDIRECT_-1206024599'), (u'CALL_-1206025611', u'INDIRECT_-1206023735'), (u'INDIRECT_-1206023923', u'INT_ADD_-1206025831'), (u'INDIRECT_-1206023646', u'MULTIEQUAL_-1206023601'), (u'INDIRECT_-1206024079', u'MULTIEQUAL_-1206024129'), (u'INDIRECT_-1206023672', u'MULTIEQUAL_-1206023640'), (u'INDIRECT_-1206023960', u'INT_ADD_-1206025116'), ('const-163636', u'INT_ADD_-1206026395'), (u'CALL_-1206025499', u'INDIRECT_-1206023692'), (u'INDIRECT_-1206023572', u'MULTIEQUAL_-1206023712'), (u'CALL_-1206025575', u'INDIRECT_-1206023819'), (u'INDIRECT_-1206024511', u'MULTIEQUAL_-1206023010'), (u'CALL_-1206025992', u'INDIRECT_-1206023979'), (u'CALL_-1206025575', u'INDIRECT_-1206023708'), (u'MULTIEQUAL_-1206023640', u'MULTIEQUAL_-1206023638'), (u'CALL_-1206026034', u'INDIRECT_-1206023965'), (u'INDIRECT_-1206023615', u'MULTIEQUAL_-1206023005'), (u'CALL_-1206025992', u'CALL_-1206025806'), (u'CALL_-1206025929', u'INDIRECT_-1206023911'), ('const-0', u'INT_EQUAL_-1206025100'), ('tmp_9156', u'MULTIEQUAL_-1206023603'), (u'CALL_-1206026281', u'CALL_-1206025242'), (u'CALL_-1206025230', u'INDIRECT_-1206023959'), (u'CALL_-1206025627', u'INDIRECT_-1206023822'), (u'INDIRECT_-1206023950', u'MULTIEQUAL_-1206024088'), (u'INDIRECT_-1206023973', u'MULTIEQUAL_-1206024088'), (u'INDIRECT_-1206023662', u'INT_ADD_-1206025056'), (u'INT_ADD_-1206025040', u'MULTIEQUAL_-1206023677'), (u'INDIRECT_-1206023801', u'COPY_-1206023859'), (u'CALL_-1206025242', u'INDIRECT_-1206024021'), (u'COPY_-1206023742', u'MULTIEQUAL_-1206024196'), (u'INDIRECT_-1206023856', u'MULTIEQUAL_-1206023971'), (u'MULTIEQUAL_-1206024051', u'MULTIEQUAL_-1206024049'), (u'CALL_-1206025992', u'INDIRECT_-1206024090'), (u'CALL_-1206025510', u'INDIRECT_-1206023627'), ('tmp_9164', u'MULTIEQUAL_-1206023973'), (u'CALL_-1206025627', u'INDIRECT_-1206023859'), (u'CALL_-1206025885', u'INDIRECT_-1206024034'), (u'CALL_-1206025599', u'INDIRECT_-1206023763'), (u'CALL_-1206025745', u'INDIRECT_-1206024208'), (u'CALL_-1206026166', u'INDIRECT_-1206024135'), (u'CALL_-1206026281', u'INDIRECT_-1206024184'), ('tmp_5157', u'PTRSUB_-1206023156'), (u'PTRADD_-1206023360', u'LOAD_-1206025672'), (u'INDIRECT_-1206024141', u'MULTIEQUAL_-1206023011'), (u'CALL_-1206025215', u'INDIRECT_-1206023840'), (u'CALL_-1206025806', u'INDIRECT_-1206023882'), (u'CALL_-1206025488', u'INDIRECT_-1206023609'), ('const-0', u'INT_EQUAL_-1206024297'), (u'INDIRECT_-1206024433', u'MULTIEQUAL_-1206023008'), (u'CALL_-1206025678', u'CALL_-1206025643'), ('const-20', u'CALL_-1206025885'), (u'CALL_-1206025575', u'INDIRECT_-1206023782'), ('const-1', u'PTRADD_-1206025801'), ('tmp_5170', u'PTRADD_-1206023566'), ('const-0', u'INT_NOTEQUAL_-1206025389')]
null
null
00027f1c
arm
O2
(translation_unit "void FUN_00027f1c(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n undefined4 uVar10;\n int iVar11;\n int *piVar12;\n bool bVar13;\n int local_50;\n int local_4c;\n undefined1 *local_48;\n int local_44;\n undefined1 auStack_40 [20];\n int local_2c;\n \n iVar11 = DAT_00028204 + 0x27f34;\n piVar12 = *(int **)(iVar11 + DAT_00028208);\n local_2c = *piVar12;\n local_50 = param_3;\n local_4c = param_2;\n if (*param_1 != 0) {\n if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n }\n bVar13 = false;\nLAB_00028148:\n if (local_2c != *piVar12) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }\n return;\n}\n\n" (function_definition "void FUN_00027f1c(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n undefined4 uVar10;\n int iVar11;\n int *piVar12;\n bool bVar13;\n int local_50;\n int local_4c;\n undefined1 *local_48;\n int local_44;\n undefined1 auStack_40 [20];\n int local_2c;\n \n iVar11 = DAT_00028204 + 0x27f34;\n piVar12 = *(int **)(iVar11 + DAT_00028208);\n local_2c = *piVar12;\n local_50 = param_3;\n local_4c = param_2;\n if (*param_1 != 0) {\n if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n }\n bVar13 = false;\nLAB_00028148:\n if (local_2c != *piVar12) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }\n return;\n}" primitive_type (function_declarator "FUN_00027f1c(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5)" identifier (parameter_list "(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n int iVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n undefined4 uVar10;\n int iVar11;\n int *piVar12;\n bool bVar13;\n int local_50;\n int local_4c;\n undefined1 *local_48;\n int local_44;\n undefined1 auStack_40 [20];\n int local_2c;\n \n iVar11 = DAT_00028204 + 0x27f34;\n piVar12 = *(int **)(iVar11 + DAT_00028208);\n local_2c = *piVar12;\n local_50 = param_3;\n local_4c = param_2;\n if (*param_1 != 0) {\n if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n }\n bVar13 = false;\nLAB_00028148:\n if (local_2c != *piVar12) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "undefined4 uVar8;" type_identifier identifier ;) (declaration "undefined4 uVar9;" type_identifier identifier ;) (declaration "undefined4 uVar10;" type_identifier identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "int *piVar12;" primitive_type (pointer_declarator "*piVar12" * identifier) ;) (declaration "bool bVar13;" primitive_type identifier ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "int local_4c;" primitive_type identifier ;) (declaration "undefined1 *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "int local_44;" primitive_type identifier ;) (declaration "undefined1 auStack_40 [20];" type_identifier (array_declarator "auStack_40 [20]" identifier [ number_literal ]) ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "iVar11 = DAT_00028204 + 0x27f34;" (assignment_expression "iVar11 = DAT_00028204 + 0x27f34" identifier = (binary_expression "DAT_00028204 + 0x27f34" identifier + number_literal)) ;) (expression_statement "piVar12 = *(int **)(iVar11 + DAT_00028208);" (assignment_expression "piVar12 = *(int **)(iVar11 + DAT_00028208)" identifier = (pointer_expression "*(int **)(iVar11 + DAT_00028208)" * (cast_expression "(int **)(iVar11 + DAT_00028208)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar11 + DAT_00028208)" ( (binary_expression "iVar11 + DAT_00028208" identifier + identifier) ))))) ;) (expression_statement "local_2c = *piVar12;" (assignment_expression "local_2c = *piVar12" identifier = (pointer_expression "*piVar12" * identifier)) ;) (expression_statement "local_50 = param_3;" (assignment_expression "local_50 = param_3" identifier = identifier) ;) (expression_statement "local_4c = param_2;" (assignment_expression "local_4c = param_2" identifier = identifier) ;) (if_statement "if (*param_1 != 0) {\n if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n }" if (parenthesized_expression "(*param_1 != 0)" ( (binary_expression "*param_1 != 0" (pointer_expression "*param_1" * identifier) != number_literal) )) (compound_statement "{\n if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n }" { (if_statement "if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }" if (parenthesized_expression "(param_3 == 0x28)" ( (binary_expression "param_3 == 0x28" identifier == number_literal) )) (compound_statement "{\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }" { (labeled_statement "LAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);" statement_identifier : (expression_statement "iVar1 = FUN_00022670(local_4c,0x14);" (assignment_expression "iVar1 = FUN_00022670(local_4c,0x14)" identifier = (call_expression "FUN_00022670(local_4c,0x14)" identifier (argument_list "(local_4c,0x14)" ( identifier , number_literal )))) ;)) (expression_statement "local_50 = local_50 + -0x14;" (assignment_expression "local_50 = local_50 + -0x14" identifier = (binary_expression "local_50 + -0x14" identifier + number_literal)) ;) (expression_statement "local_4c = local_4c + 0x14;" (assignment_expression "local_4c = local_4c + 0x14" identifier = (binary_expression "local_4c + 0x14" identifier + number_literal)) ;) (expression_statement "iVar2 = iVar1;" (assignment_expression "iVar2 = iVar1" identifier = identifier) ;) (if_statement "if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }" if (parenthesized_expression "(0x13 < local_50)" ( (binary_expression "0x13 < local_50" number_literal < identifier) )) (compound_statement "{\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }" { (expression_statement "iVar2 = FUN_00022670(local_4c,0x14);" (assignment_expression "iVar2 = FUN_00022670(local_4c,0x14)" identifier = (call_expression "FUN_00022670(local_4c,0x14)" identifier (argument_list "(local_4c,0x14)" ( identifier , number_literal )))) ;) (expression_statement "local_4c = local_4c + 0x14;" (assignment_expression "local_4c = local_4c + 0x14" identifier = (binary_expression "local_4c + 0x14" identifier + number_literal)) ;) (expression_statement "local_50 = local_50 + -0x14;" (assignment_expression "local_50 = local_50 + -0x14" identifier = (binary_expression "local_50 + -0x14" identifier + number_literal)) ;) (if_statement "if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }" if (parenthesized_expression "(iVar2 != 0 && iVar1 != 0)" ( (binary_expression "iVar2 != 0 && iVar1 != 0" (binary_expression "iVar2 != 0" identifier != number_literal) && (binary_expression "iVar1 != 0" identifier != number_literal)) )) (compound_statement "{\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }" { (expression_statement "iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));" (assignment_expression "iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c))" identifier = (call_expression "FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c))" identifier (argument_list "(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c))" ( identifier , (pointer_expression "**(undefined4 **)(iVar11 + DAT_0002820c)" * (pointer_expression "*(undefined4 **)(iVar11 + DAT_0002820c)" * (cast_expression "(undefined4 **)(iVar11 + DAT_0002820c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar11 + DAT_0002820c)" ( (binary_expression "iVar11 + DAT_0002820c" identifier + identifier) ))))) )))) ;) (if_statement "if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }" { (expression_statement "FUN_00022224(iVar1);" (call_expression "FUN_00022224(iVar1)" identifier (argument_list "(iVar1)" ( identifier ))) ;) (expression_statement "FUN_00022224(iVar2);" (call_expression "FUN_00022224(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" identifier = false) ;) }) (else_clause "else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }" else (compound_statement "{\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }" { (expression_statement "iVar3 = FUN_00023e74(iVar2,param_1[1]);" (assignment_expression "iVar3 = FUN_00023e74(iVar2,param_1[1])" identifier = (call_expression "FUN_00023e74(iVar2,param_1[1])" identifier (argument_list "(iVar2,param_1[1])" ( identifier , (subscript_expression "param_1[1]" identifier [ number_literal ]) )))) ;) (if_statement "if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }" { (expression_statement "FUN_00022224(iVar1);" (call_expression "FUN_00022224(iVar1)" identifier (argument_list "(iVar1)" ( identifier ))) ;) (expression_statement "FUN_00022224(iVar2);" (call_expression "FUN_00022224(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" identifier = false) ;) }) (else_clause "else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }" else (compound_statement "{\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }" { (expression_statement "FUN_00038f7c(param_4,param_5,auStack_40);" (call_expression "FUN_00038f7c(param_4,param_5,auStack_40)" identifier (argument_list "(param_4,param_5,auStack_40)" ( identifier , identifier , identifier ))) ;) (expression_statement "local_44 = 0x14;" (assignment_expression "local_44 = 0x14" identifier = number_literal) ;) (expression_statement "local_48 = auStack_40;" (assignment_expression "local_48 = auStack_40" identifier = identifier) ;) (expression_statement "uVar4 = FUN_00022670(auStack_40,0x14);" (assignment_expression "uVar4 = FUN_00022670(auStack_40,0x14)" identifier = (call_expression "FUN_00022670(auStack_40,0x14)" identifier (argument_list "(auStack_40,0x14)" ( identifier , number_literal )))) ;) (expression_statement "local_48 = local_48 + 0x14;" (assignment_expression "local_48 = local_48 + 0x14" identifier = (binary_expression "local_48 + 0x14" identifier + number_literal)) ;) (expression_statement "local_44 = local_44 + -0x14;" (assignment_expression "local_44 = local_44 + -0x14" identifier = (binary_expression "local_44 + -0x14" identifier + number_literal)) ;) (expression_statement "uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);" (assignment_expression "uVar5 = FUN_00022248(uVar4,iVar3,param_1[1])" identifier = (call_expression "FUN_00022248(uVar4,iVar3,param_1[1])" identifier (argument_list "(uVar4,iVar3,param_1[1])" ( identifier , identifier , (subscript_expression "param_1[1]" identifier [ number_literal ]) )))) ;) (expression_statement "uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);" (assignment_expression "uVar6 = FUN_00022248(iVar1,iVar3,param_1[1])" identifier = (call_expression "FUN_00022248(iVar1,iVar3,param_1[1])" identifier (argument_list "(iVar1,iVar3,param_1[1])" ( identifier , identifier , (subscript_expression "param_1[1]" identifier [ number_literal ]) )))) ;) (expression_statement "uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);" (assignment_expression "uVar7 = FUN_00024190(param_1[2],uVar5,*param_1)" identifier = (call_expression "FUN_00024190(param_1[2],uVar5,*param_1)" identifier (argument_list "(param_1[2],uVar5,*param_1)" ( (subscript_expression "param_1[2]" identifier [ number_literal ]) , identifier , (pointer_expression "*param_1" * identifier) )))) ;) (expression_statement "uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);" (assignment_expression "uVar8 = FUN_00024190(param_1[3],uVar6,*param_1)" identifier = (call_expression "FUN_00024190(param_1[3],uVar6,*param_1)" identifier (argument_list "(param_1[3],uVar6,*param_1)" ( (subscript_expression "param_1[3]" identifier [ number_literal ]) , identifier , (pointer_expression "*param_1" * identifier) )))) ;) (expression_statement "uVar9 = FUN_00022248(uVar7,uVar8,*param_1);" (assignment_expression "uVar9 = FUN_00022248(uVar7,uVar8,*param_1)" identifier = (call_expression "FUN_00022248(uVar7,uVar8,*param_1)" identifier (argument_list "(uVar7,uVar8,*param_1)" ( identifier , identifier , (pointer_expression "*param_1" * identifier) )))) ;) (expression_statement "uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);" (assignment_expression "uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1])" identifier = (call_expression "FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1])" identifier (argument_list "(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1])" ( identifier , (pointer_expression "**(undefined4 **)(iVar11 + DAT_00028210)" * (pointer_expression "*(undefined4 **)(iVar11 + DAT_00028210)" * (cast_expression "(undefined4 **)(iVar11 + DAT_00028210)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar11 + DAT_00028210)" ( (binary_expression "iVar11 + DAT_00028210" identifier + identifier) ))))) , (subscript_expression "param_1[1]" identifier [ number_literal ]) )))) ;) (expression_statement "iVar11 = FUN_00022be0(uVar10,iVar1);" (assignment_expression "iVar11 = FUN_00022be0(uVar10,iVar1)" identifier = (call_expression "FUN_00022be0(uVar10,iVar1)" identifier (argument_list "(uVar10,iVar1)" ( identifier , identifier )))) ;) (expression_statement "FUN_00022224(iVar3);" (call_expression "FUN_00022224(iVar3)" identifier (argument_list "(iVar3)" ( identifier ))) ;) (expression_statement "FUN_00022224(uVar4);" (call_expression "FUN_00022224(uVar4)" identifier (argument_list "(uVar4)" ( identifier ))) ;) (expression_statement "FUN_00022224(uVar5);" (call_expression "FUN_00022224(uVar5)" identifier (argument_list "(uVar5)" ( identifier ))) ;) (expression_statement "FUN_00022224(uVar6);" (call_expression "FUN_00022224(uVar6)" identifier (argument_list "(uVar6)" ( identifier ))) ;) (expression_statement "FUN_00022224(uVar7);" (call_expression "FUN_00022224(uVar7)" identifier (argument_list "(uVar7)" ( identifier ))) ;) (expression_statement "FUN_00022224(uVar8);" (call_expression "FUN_00022224(uVar8)" identifier (argument_list "(uVar8)" ( identifier ))) ;) (expression_statement "bVar13 = iVar11 == 0;" (assignment_expression "bVar13 = iVar11 == 0" identifier = (binary_expression "iVar11 == 0" identifier == number_literal)) ;) (expression_statement "FUN_00022224(uVar9);" (call_expression "FUN_00022224(uVar9)" identifier (argument_list "(uVar9)" ( identifier ))) ;) (expression_statement "FUN_00022224(uVar10);" (call_expression "FUN_00022224(uVar10)" identifier (argument_list "(uVar10)" ( identifier ))) ;) (expression_statement "FUN_00022224(iVar1);" (call_expression "FUN_00022224(iVar1)" identifier (argument_list "(iVar1)" ( identifier ))) ;) (expression_statement "FUN_00022224(iVar2);" (call_expression "FUN_00022224(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) }))) }))) (goto_statement "goto LAB_00028148;" goto statement_identifier ;) })) (if_statement "if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00022224(iVar1);\n }" { (expression_statement "FUN_00022224(iVar1);" (call_expression "FUN_00022224(iVar1)" identifier (argument_list "(iVar1)" ( identifier ))) ;) })) })) (if_statement "if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00022224(iVar2);\n }" { (expression_statement "FUN_00022224(iVar2);" (call_expression "FUN_00022224(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) })) }) (else_clause "else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }" else (compound_statement "{\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }" { (expression_statement "FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);" (call_expression "FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44)" identifier (argument_list "(&local_4c,&local_50,&local_48,&local_44)" ( (pointer_expression "&local_4c" & identifier) , (pointer_expression "&local_50" & identifier) , (pointer_expression "&local_48" & identifier) , (pointer_expression "&local_44" & identifier) ))) ;) (if_statement "if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }" if (parenthesized_expression "(((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0))" ( (binary_expression "((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)" (parenthesized_expression "((local_48 != (undefined1 *)0x0) && (local_44 == 7))" ( (binary_expression "(local_48 != (undefined1 *)0x0) && (local_44 == 7)" (parenthesized_expression "(local_48 != (undefined1 *)0x0)" ( (binary_expression "local_48 != (undefined1 *)0x0" identifier != (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_44 == 7)" ( (binary_expression "local_44 == 7" identifier == number_literal) ))) )) && (parenthesized_expression "(iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)" ( (comma_expression "iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0" (assignment_expression "iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7)" identifier = (call_expression "memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7)" identifier (argument_list "(local_48,(void *)(DAT_00028214 + 0x2819c),7)" ( identifier , (cast_expression "(void *)(DAT_00028214 + 0x2819c)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00028214 + 0x2819c)" ( (binary_expression "DAT_00028214 + 0x2819c" identifier + number_literal) ))) , number_literal )))) , (binary_expression "iVar2 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }" { (expression_statement "local_50 = local_50 + -4;" (assignment_expression "local_50 = local_50 + -4" identifier = (binary_expression "local_50 + -4" identifier + number_literal)) ;) (expression_statement "local_4c = local_4c + 4;" (assignment_expression "local_4c = local_4c + 4" identifier = (binary_expression "local_4c + 4" identifier + number_literal)) ;) (if_statement "if (0x13 < local_50) goto LAB_00027f60;" if (parenthesized_expression "(0x13 < local_50)" ( (binary_expression "0x13 < local_50" number_literal < identifier) )) (goto_statement "goto LAB_00027f60;" goto statement_identifier ;)) })) }))) })) (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" identifier = false) ;) (labeled_statement "LAB_00028148:\n if (local_2c != *piVar12) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }" statement_identifier : (if_statement "if (local_2c != *piVar12) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }" if (parenthesized_expression "(local_2c != *piVar12)" ( (binary_expression "local_2c != *piVar12" identifier != (pointer_expression "*piVar12" * identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }" { comment (expression_statement "__stack_chk_fail(bVar13);" (call_expression "__stack_chk_fail(bVar13)" identifier (argument_list "(bVar13)" ( identifier ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nint dss_verifysig(void *key,char *sig,int siglen,char *data,int datalen)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n int local_50;\n uchar *local_4c;\n char *p;\n int slen;\n char hash [20];\n \n piVar3 = *(int **)(DAT_00028204 + 0x27f34 + _FUN_00028208);\n /* WARNING: Load size is inaccurate */\n iVar1 = *piVar3;\n local_50 = siglen;\n local_4c = (uchar *)sig;\n if (*key != 0) {\n if (siglen == 0x28) {\nLAB_00027f60:\n /* WARNING: Subroutine does not return */\n bignum_from_bytes(local_4c,0x14);\n }\n getstring((char **)&local_4c,&local_50,&p,&slen);\n if (((p != (char *)0x0) && (slen == 7)) &&\n (iVar2 = memcmp(p,(void *)(iRam00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n if (iVar1 != *piVar3) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return 0;\n}\n\n" comment (function_definition "int dss_verifysig(void *key,char *sig,int siglen,char *data,int datalen)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n int local_50;\n uchar *local_4c;\n char *p;\n int slen;\n char hash [20];\n \n piVar3 = *(int **)(DAT_00028204 + 0x27f34 + _FUN_00028208);\n /* WARNING: Load size is inaccurate */\n iVar1 = *piVar3;\n local_50 = siglen;\n local_4c = (uchar *)sig;\n if (*key != 0) {\n if (siglen == 0x28) {\nLAB_00027f60:\n /* WARNING: Subroutine does not return */\n bignum_from_bytes(local_4c,0x14);\n }\n getstring((char **)&local_4c,&local_50,&p,&slen);\n if (((p != (char *)0x0) && (slen == 7)) &&\n (iVar2 = memcmp(p,(void *)(iRam00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n if (iVar1 != *piVar3) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return 0;\n}" primitive_type (function_declarator "dss_verifysig(void *key,char *sig,int siglen,char *data,int datalen)" identifier (parameter_list "(void *key,char *sig,int siglen,char *data,int datalen)" ( (parameter_declaration "void *key" primitive_type (pointer_declarator "*key" * identifier)) , (parameter_declaration "char *sig" primitive_type (pointer_declarator "*sig" * identifier)) , (parameter_declaration "int siglen" primitive_type identifier) , (parameter_declaration "char *data" primitive_type (pointer_declarator "*data" * identifier)) , (parameter_declaration "int datalen" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n int *piVar3;\n int local_50;\n uchar *local_4c;\n char *p;\n int slen;\n char hash [20];\n \n piVar3 = *(int **)(DAT_00028204 + 0x27f34 + _FUN_00028208);\n /* WARNING: Load size is inaccurate */\n iVar1 = *piVar3;\n local_50 = siglen;\n local_4c = (uchar *)sig;\n if (*key != 0) {\n if (siglen == 0x28) {\nLAB_00027f60:\n /* WARNING: Subroutine does not return */\n bignum_from_bytes(local_4c,0x14);\n }\n getstring((char **)&local_4c,&local_50,&p,&slen);\n if (((p != (char *)0x0) && (slen == 7)) &&\n (iVar2 = memcmp(p,(void *)(iRam00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n if (iVar1 != *piVar3) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return 0;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "uchar *local_4c;" type_identifier (pointer_declarator "*local_4c" * identifier) ;) (declaration "char *p;" primitive_type (pointer_declarator "*p" * identifier) ;) (declaration "int slen;" primitive_type identifier ;) (declaration "char hash [20];" primitive_type (array_declarator "hash [20]" identifier [ number_literal ]) ;) (expression_statement "piVar3 = *(int **)(DAT_00028204 + 0x27f34 + _FUN_00028208);" (assignment_expression "piVar3 = *(int **)(DAT_00028204 + 0x27f34 + _FUN_00028208)" identifier = (pointer_expression "*(int **)(DAT_00028204 + 0x27f34 + _FUN_00028208)" * (cast_expression "(int **)(DAT_00028204 + 0x27f34 + _FUN_00028208)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00028204 + 0x27f34 + _FUN_00028208)" ( (binary_expression "DAT_00028204 + 0x27f34 + _FUN_00028208" (binary_expression "DAT_00028204 + 0x27f34" identifier + number_literal) + identifier) ))))) ;) comment (expression_statement "iVar1 = *piVar3;" (assignment_expression "iVar1 = *piVar3" identifier = (pointer_expression "*piVar3" * identifier)) ;) (expression_statement "local_50 = siglen;" (assignment_expression "local_50 = siglen" identifier = identifier) ;) (expression_statement "local_4c = (uchar *)sig;" (assignment_expression "local_4c = (uchar *)sig" identifier = (cast_expression "(uchar *)sig" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (if_statement "if (*key != 0) {\n if (siglen == 0x28) {\nLAB_00027f60:\n /* WARNING: Subroutine does not return */\n bignum_from_bytes(local_4c,0x14);\n }\n getstring((char **)&local_4c,&local_50,&p,&slen);\n if (((p != (char *)0x0) && (slen == 7)) &&\n (iVar2 = memcmp(p,(void *)(iRam00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }" if (parenthesized_expression "(*key != 0)" ( (binary_expression "*key != 0" (pointer_expression "*key" * identifier) != number_literal) )) (compound_statement "{\n if (siglen == 0x28) {\nLAB_00027f60:\n /* WARNING: Subroutine does not return */\n bignum_from_bytes(local_4c,0x14);\n }\n getstring((char **)&local_4c,&local_50,&p,&slen);\n if (((p != (char *)0x0) && (slen == 7)) &&\n (iVar2 = memcmp(p,(void *)(iRam00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }" { (if_statement "if (siglen == 0x28) {\nLAB_00027f60:\n /* WARNING: Subroutine does not return */\n bignum_from_bytes(local_4c,0x14);\n }" if (parenthesized_expression "(siglen == 0x28)" ( (binary_expression "siglen == 0x28" identifier == number_literal) )) (compound_statement "{\nLAB_00027f60:\n /* WARNING: Subroutine does not return */\n bignum_from_bytes(local_4c,0x14);\n }" { (labeled_statement "LAB_00027f60:\n /* WARNING: Subroutine does not return */\n bignum_from_bytes(local_4c,0x14);" statement_identifier : comment (expression_statement "bignum_from_bytes(local_4c,0x14);" (call_expression "bignum_from_bytes(local_4c,0x14)" identifier (argument_list "(local_4c,0x14)" ( identifier , number_literal ))) ;)) })) (expression_statement "getstring((char **)&local_4c,&local_50,&p,&slen);" (call_expression "getstring((char **)&local_4c,&local_50,&p,&slen)" identifier (argument_list "((char **)&local_4c,&local_50,&p,&slen)" ( (cast_expression "(char **)&local_4c" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&local_4c" & identifier)) , (pointer_expression "&local_50" & identifier) , (pointer_expression "&p" & identifier) , (pointer_expression "&slen" & identifier) ))) ;) (if_statement "if (((p != (char *)0x0) && (slen == 7)) &&\n (iVar2 = memcmp(p,(void *)(iRam00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }" if (parenthesized_expression "(((p != (char *)0x0) && (slen == 7)) &&\n (iVar2 = memcmp(p,(void *)(iRam00028214 + 0x2819c),7), iVar2 == 0))" ( (binary_expression "((p != (char *)0x0) && (slen == 7)) &&\n (iVar2 = memcmp(p,(void *)(iRam00028214 + 0x2819c),7), iVar2 == 0)" (parenthesized_expression "((p != (char *)0x0) && (slen == 7))" ( (binary_expression "(p != (char *)0x0) && (slen == 7)" (parenthesized_expression "(p != (char *)0x0)" ( (binary_expression "p != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(slen == 7)" ( (binary_expression "slen == 7" identifier == number_literal) ))) )) && (parenthesized_expression "(iVar2 = memcmp(p,(void *)(iRam00028214 + 0x2819c),7), iVar2 == 0)" ( (comma_expression "iVar2 = memcmp(p,(void *)(iRam00028214 + 0x2819c),7), iVar2 == 0" (assignment_expression "iVar2 = memcmp(p,(void *)(iRam00028214 + 0x2819c),7)" identifier = (call_expression "memcmp(p,(void *)(iRam00028214 + 0x2819c),7)" identifier (argument_list "(p,(void *)(iRam00028214 + 0x2819c),7)" ( identifier , (cast_expression "(void *)(iRam00028214 + 0x2819c)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iRam00028214 + 0x2819c)" ( (binary_expression "iRam00028214 + 0x2819c" identifier + number_literal) ))) , number_literal )))) , (binary_expression "iVar2 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }" { (expression_statement "local_50 = local_50 + -4;" (assignment_expression "local_50 = local_50 + -4" identifier = (binary_expression "local_50 + -4" identifier + number_literal)) ;) (expression_statement "local_4c = local_4c + 4;" (assignment_expression "local_4c = local_4c + 4" identifier = (binary_expression "local_4c + 4" identifier + number_literal)) ;) (if_statement "if (0x13 < local_50) goto LAB_00027f60;" if (parenthesized_expression "(0x13 < local_50)" ( (binary_expression "0x13 < local_50" number_literal < identifier) )) (goto_statement "goto LAB_00027f60;" goto statement_identifier ;)) })) })) (if_statement "if (iVar1 != *piVar3) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" if (parenthesized_expression "(iVar1 != *piVar3)" ( (binary_expression "iVar1 != *piVar3" identifier != (pointer_expression "*piVar3" * identifier)) )) (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 0;" return number_literal ;) })))
(translation_unit "void FUN_00027f1c(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n undefined4 uVar10;\n int iVar11;\n int *piVar12;\n bool bVar13;\n int local_50;\n int local_4c;\n undefined1 *local_48;\n int local_44;\n undefined1 auStack_40 [20];\n int local_2c;\n \n iVar11 = DAT_00028204 + 0x27f34;\n piVar12 = *(int **)(iVar11 + DAT_00028208);\n local_2c = *piVar12;\n local_50 = param_3;\n local_4c = param_2;\n if (*param_1 != 0) {\n if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n }\n bVar13 = false;\nLAB_00028148:\n if (local_2c != *piVar12) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }\n return;\n}\n\n" (function_definition "void FUN_00027f1c(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n undefined4 uVar10;\n int iVar11;\n int *piVar12;\n bool bVar13;\n int local_50;\n int local_4c;\n undefined1 *local_48;\n int local_44;\n undefined1 auStack_40 [20];\n int local_2c;\n \n iVar11 = DAT_00028204 + 0x27f34;\n piVar12 = *(int **)(iVar11 + DAT_00028208);\n local_2c = *piVar12;\n local_50 = param_3;\n local_4c = param_2;\n if (*param_1 != 0) {\n if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n }\n bVar13 = false;\nLAB_00028148:\n if (local_2c != *piVar12) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }\n return;\n}" primitive_type (function_declarator "FUN_00027f1c(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5)" identifier (parameter_list "(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n int iVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n undefined4 uVar10;\n int iVar11;\n int *piVar12;\n bool bVar13;\n int local_50;\n int local_4c;\n undefined1 *local_48;\n int local_44;\n undefined1 auStack_40 [20];\n int local_2c;\n \n iVar11 = DAT_00028204 + 0x27f34;\n piVar12 = *(int **)(iVar11 + DAT_00028208);\n local_2c = *piVar12;\n local_50 = param_3;\n local_4c = param_2;\n if (*param_1 != 0) {\n if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n }\n bVar13 = false;\nLAB_00028148:\n if (local_2c != *piVar12) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "undefined4 uVar8;" type_identifier identifier ;) (declaration "undefined4 uVar9;" type_identifier identifier ;) (declaration "undefined4 uVar10;" type_identifier identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "int *piVar12;" primitive_type (pointer_declarator "*piVar12" * identifier) ;) (declaration "bool bVar13;" primitive_type identifier ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "int local_4c;" primitive_type identifier ;) (declaration "undefined1 *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "int local_44;" primitive_type identifier ;) (declaration "undefined1 auStack_40 [20];" type_identifier (array_declarator "auStack_40 [20]" identifier [ number_literal ]) ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "iVar11 = DAT_00028204 + 0x27f34;" (assignment_expression "iVar11 = DAT_00028204 + 0x27f34" identifier = (binary_expression "DAT_00028204 + 0x27f34" identifier + number_literal)) ;) (expression_statement "piVar12 = *(int **)(iVar11 + DAT_00028208);" (assignment_expression "piVar12 = *(int **)(iVar11 + DAT_00028208)" identifier = (pointer_expression "*(int **)(iVar11 + DAT_00028208)" * (cast_expression "(int **)(iVar11 + DAT_00028208)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar11 + DAT_00028208)" ( (binary_expression "iVar11 + DAT_00028208" identifier + identifier) ))))) ;) (expression_statement "local_2c = *piVar12;" (assignment_expression "local_2c = *piVar12" identifier = (pointer_expression "*piVar12" * identifier)) ;) (expression_statement "local_50 = param_3;" (assignment_expression "local_50 = param_3" identifier = identifier) ;) (expression_statement "local_4c = param_2;" (assignment_expression "local_4c = param_2" identifier = identifier) ;) (if_statement "if (*param_1 != 0) {\n if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n }" if (parenthesized_expression "(*param_1 != 0)" ( (binary_expression "*param_1 != 0" (pointer_expression "*param_1" * identifier) != number_literal) )) (compound_statement "{\n if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n }" { (if_statement "if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }" if (parenthesized_expression "(param_3 == 0x28)" ( (binary_expression "param_3 == 0x28" identifier == number_literal) )) (compound_statement "{\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }" { (labeled_statement "LAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);" statement_identifier : (expression_statement "iVar1 = FUN_00022670(local_4c,0x14);" (assignment_expression "iVar1 = FUN_00022670(local_4c,0x14)" identifier = (call_expression "FUN_00022670(local_4c,0x14)" identifier (argument_list "(local_4c,0x14)" ( identifier , number_literal )))) ;)) (expression_statement "local_50 = local_50 + -0x14;" (assignment_expression "local_50 = local_50 + -0x14" identifier = (binary_expression "local_50 + -0x14" identifier + number_literal)) ;) (expression_statement "local_4c = local_4c + 0x14;" (assignment_expression "local_4c = local_4c + 0x14" identifier = (binary_expression "local_4c + 0x14" identifier + number_literal)) ;) (expression_statement "iVar2 = iVar1;" (assignment_expression "iVar2 = iVar1" identifier = identifier) ;) (if_statement "if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }" if (parenthesized_expression "(0x13 < local_50)" ( (binary_expression "0x13 < local_50" number_literal < identifier) )) (compound_statement "{\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }" { (expression_statement "iVar2 = FUN_00022670(local_4c,0x14);" (assignment_expression "iVar2 = FUN_00022670(local_4c,0x14)" identifier = (call_expression "FUN_00022670(local_4c,0x14)" identifier (argument_list "(local_4c,0x14)" ( identifier , number_literal )))) ;) (expression_statement "local_4c = local_4c + 0x14;" (assignment_expression "local_4c = local_4c + 0x14" identifier = (binary_expression "local_4c + 0x14" identifier + number_literal)) ;) (expression_statement "local_50 = local_50 + -0x14;" (assignment_expression "local_50 = local_50 + -0x14" identifier = (binary_expression "local_50 + -0x14" identifier + number_literal)) ;) (if_statement "if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }" if (parenthesized_expression "(iVar2 != 0 && iVar1 != 0)" ( (binary_expression "iVar2 != 0 && iVar1 != 0" (binary_expression "iVar2 != 0" identifier != number_literal) && (binary_expression "iVar1 != 0" identifier != number_literal)) )) (compound_statement "{\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }" { (expression_statement "iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));" (assignment_expression "iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c))" identifier = (call_expression "FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c))" identifier (argument_list "(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c))" ( identifier , (pointer_expression "**(undefined4 **)(iVar11 + DAT_0002820c)" * (pointer_expression "*(undefined4 **)(iVar11 + DAT_0002820c)" * (cast_expression "(undefined4 **)(iVar11 + DAT_0002820c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar11 + DAT_0002820c)" ( (binary_expression "iVar11 + DAT_0002820c" identifier + identifier) ))))) )))) ;) (if_statement "if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }" { (expression_statement "FUN_00022224(iVar1);" (call_expression "FUN_00022224(iVar1)" identifier (argument_list "(iVar1)" ( identifier ))) ;) (expression_statement "FUN_00022224(iVar2);" (call_expression "FUN_00022224(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" identifier = false) ;) }) (else_clause "else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }" else (compound_statement "{\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }" { (expression_statement "iVar3 = FUN_00023e74(iVar2,param_1[1]);" (assignment_expression "iVar3 = FUN_00023e74(iVar2,param_1[1])" identifier = (call_expression "FUN_00023e74(iVar2,param_1[1])" identifier (argument_list "(iVar2,param_1[1])" ( identifier , (subscript_expression "param_1[1]" identifier [ number_literal ]) )))) ;) (if_statement "if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }" { (expression_statement "FUN_00022224(iVar1);" (call_expression "FUN_00022224(iVar1)" identifier (argument_list "(iVar1)" ( identifier ))) ;) (expression_statement "FUN_00022224(iVar2);" (call_expression "FUN_00022224(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" identifier = false) ;) }) (else_clause "else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }" else (compound_statement "{\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }" { (expression_statement "FUN_00038f7c(param_4,param_5,auStack_40);" (call_expression "FUN_00038f7c(param_4,param_5,auStack_40)" identifier (argument_list "(param_4,param_5,auStack_40)" ( identifier , identifier , identifier ))) ;) (expression_statement "local_44 = 0x14;" (assignment_expression "local_44 = 0x14" identifier = number_literal) ;) (expression_statement "local_48 = auStack_40;" (assignment_expression "local_48 = auStack_40" identifier = identifier) ;) (expression_statement "uVar4 = FUN_00022670(auStack_40,0x14);" (assignment_expression "uVar4 = FUN_00022670(auStack_40,0x14)" identifier = (call_expression "FUN_00022670(auStack_40,0x14)" identifier (argument_list "(auStack_40,0x14)" ( identifier , number_literal )))) ;) (expression_statement "local_48 = local_48 + 0x14;" (assignment_expression "local_48 = local_48 + 0x14" identifier = (binary_expression "local_48 + 0x14" identifier + number_literal)) ;) (expression_statement "local_44 = local_44 + -0x14;" (assignment_expression "local_44 = local_44 + -0x14" identifier = (binary_expression "local_44 + -0x14" identifier + number_literal)) ;) (expression_statement "uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);" (assignment_expression "uVar5 = FUN_00022248(uVar4,iVar3,param_1[1])" identifier = (call_expression "FUN_00022248(uVar4,iVar3,param_1[1])" identifier (argument_list "(uVar4,iVar3,param_1[1])" ( identifier , identifier , (subscript_expression "param_1[1]" identifier [ number_literal ]) )))) ;) (expression_statement "uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);" (assignment_expression "uVar6 = FUN_00022248(iVar1,iVar3,param_1[1])" identifier = (call_expression "FUN_00022248(iVar1,iVar3,param_1[1])" identifier (argument_list "(iVar1,iVar3,param_1[1])" ( identifier , identifier , (subscript_expression "param_1[1]" identifier [ number_literal ]) )))) ;) (expression_statement "uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);" (assignment_expression "uVar7 = FUN_00024190(param_1[2],uVar5,*param_1)" identifier = (call_expression "FUN_00024190(param_1[2],uVar5,*param_1)" identifier (argument_list "(param_1[2],uVar5,*param_1)" ( (subscript_expression "param_1[2]" identifier [ number_literal ]) , identifier , (pointer_expression "*param_1" * identifier) )))) ;) (expression_statement "uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);" (assignment_expression "uVar8 = FUN_00024190(param_1[3],uVar6,*param_1)" identifier = (call_expression "FUN_00024190(param_1[3],uVar6,*param_1)" identifier (argument_list "(param_1[3],uVar6,*param_1)" ( (subscript_expression "param_1[3]" identifier [ number_literal ]) , identifier , (pointer_expression "*param_1" * identifier) )))) ;) (expression_statement "uVar9 = FUN_00022248(uVar7,uVar8,*param_1);" (assignment_expression "uVar9 = FUN_00022248(uVar7,uVar8,*param_1)" identifier = (call_expression "FUN_00022248(uVar7,uVar8,*param_1)" identifier (argument_list "(uVar7,uVar8,*param_1)" ( identifier , identifier , (pointer_expression "*param_1" * identifier) )))) ;) (expression_statement "uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);" (assignment_expression "uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1])" identifier = (call_expression "FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1])" identifier (argument_list "(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1])" ( identifier , (pointer_expression "**(undefined4 **)(iVar11 + DAT_00028210)" * (pointer_expression "*(undefined4 **)(iVar11 + DAT_00028210)" * (cast_expression "(undefined4 **)(iVar11 + DAT_00028210)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar11 + DAT_00028210)" ( (binary_expression "iVar11 + DAT_00028210" identifier + identifier) ))))) , (subscript_expression "param_1[1]" identifier [ number_literal ]) )))) ;) (expression_statement "iVar11 = FUN_00022be0(uVar10,iVar1);" (assignment_expression "iVar11 = FUN_00022be0(uVar10,iVar1)" identifier = (call_expression "FUN_00022be0(uVar10,iVar1)" identifier (argument_list "(uVar10,iVar1)" ( identifier , identifier )))) ;) (expression_statement "FUN_00022224(iVar3);" (call_expression "FUN_00022224(iVar3)" identifier (argument_list "(iVar3)" ( identifier ))) ;) (expression_statement "FUN_00022224(uVar4);" (call_expression "FUN_00022224(uVar4)" identifier (argument_list "(uVar4)" ( identifier ))) ;) (expression_statement "FUN_00022224(uVar5);" (call_expression "FUN_00022224(uVar5)" identifier (argument_list "(uVar5)" ( identifier ))) ;) (expression_statement "FUN_00022224(uVar6);" (call_expression "FUN_00022224(uVar6)" identifier (argument_list "(uVar6)" ( identifier ))) ;) (expression_statement "FUN_00022224(uVar7);" (call_expression "FUN_00022224(uVar7)" identifier (argument_list "(uVar7)" ( identifier ))) ;) (expression_statement "FUN_00022224(uVar8);" (call_expression "FUN_00022224(uVar8)" identifier (argument_list "(uVar8)" ( identifier ))) ;) (expression_statement "bVar13 = iVar11 == 0;" (assignment_expression "bVar13 = iVar11 == 0" identifier = (binary_expression "iVar11 == 0" identifier == number_literal)) ;) (expression_statement "FUN_00022224(uVar9);" (call_expression "FUN_00022224(uVar9)" identifier (argument_list "(uVar9)" ( identifier ))) ;) (expression_statement "FUN_00022224(uVar10);" (call_expression "FUN_00022224(uVar10)" identifier (argument_list "(uVar10)" ( identifier ))) ;) (expression_statement "FUN_00022224(iVar1);" (call_expression "FUN_00022224(iVar1)" identifier (argument_list "(iVar1)" ( identifier ))) ;) (expression_statement "FUN_00022224(iVar2);" (call_expression "FUN_00022224(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) }))) }))) (goto_statement "goto LAB_00028148;" goto statement_identifier ;) })) (if_statement "if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00022224(iVar1);\n }" { (expression_statement "FUN_00022224(iVar1);" (call_expression "FUN_00022224(iVar1)" identifier (argument_list "(iVar1)" ( identifier ))) ;) })) })) (if_statement "if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00022224(iVar2);\n }" { (expression_statement "FUN_00022224(iVar2);" (call_expression "FUN_00022224(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) })) }) (else_clause "else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }" else (compound_statement "{\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }" { (expression_statement "FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);" (call_expression "FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44)" identifier (argument_list "(&local_4c,&local_50,&local_48,&local_44)" ( (pointer_expression "&local_4c" & identifier) , (pointer_expression "&local_50" & identifier) , (pointer_expression "&local_48" & identifier) , (pointer_expression "&local_44" & identifier) ))) ;) (if_statement "if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }" if (parenthesized_expression "(((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0))" ( (binary_expression "((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)" (parenthesized_expression "((local_48 != (undefined1 *)0x0) && (local_44 == 7))" ( (binary_expression "(local_48 != (undefined1 *)0x0) && (local_44 == 7)" (parenthesized_expression "(local_48 != (undefined1 *)0x0)" ( (binary_expression "local_48 != (undefined1 *)0x0" identifier != (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_44 == 7)" ( (binary_expression "local_44 == 7" identifier == number_literal) ))) )) && (parenthesized_expression "(iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)" ( (comma_expression "iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0" (assignment_expression "iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7)" identifier = (call_expression "memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7)" identifier (argument_list "(local_48,(void *)(DAT_00028214 + 0x2819c),7)" ( identifier , (cast_expression "(void *)(DAT_00028214 + 0x2819c)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00028214 + 0x2819c)" ( (binary_expression "DAT_00028214 + 0x2819c" identifier + number_literal) ))) , number_literal )))) , (binary_expression "iVar2 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }" { (expression_statement "local_50 = local_50 + -4;" (assignment_expression "local_50 = local_50 + -4" identifier = (binary_expression "local_50 + -4" identifier + number_literal)) ;) (expression_statement "local_4c = local_4c + 4;" (assignment_expression "local_4c = local_4c + 4" identifier = (binary_expression "local_4c + 4" identifier + number_literal)) ;) (if_statement "if (0x13 < local_50) goto LAB_00027f60;" if (parenthesized_expression "(0x13 < local_50)" ( (binary_expression "0x13 < local_50" number_literal < identifier) )) (goto_statement "goto LAB_00027f60;" goto statement_identifier ;)) })) }))) })) (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" identifier = false) ;) (labeled_statement "LAB_00028148:\n if (local_2c != *piVar12) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }" statement_identifier : (if_statement "if (local_2c != *piVar12) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }" if (parenthesized_expression "(local_2c != *piVar12)" ( (binary_expression "local_2c != *piVar12" identifier != (pointer_expression "*piVar12" * identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }" { comment (expression_statement "__stack_chk_fail(bVar13);" (call_expression "__stack_chk_fail(bVar13)" identifier (argument_list "(bVar13)" ( identifier ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_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 = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (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 )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) && (binary_expression IDENT != LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (subscript_expression IDENT [ LIT ]) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (subscript_expression IDENT [ LIT ]) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (subscript_expression IDENT [ LIT ]) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) , IDENT , (pointer_expression * IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) , IDENT , (pointer_expression * IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression * IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))))) , (subscript_expression IDENT [ LIT ]) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (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 (call_expression IDENT (argument_list ( IDENT ))) ;) })) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) , (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , LIT )))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (goto_statement goto statement_identifier ;)) })) }))) })) (expression_statement (assignment_expression IDENT = BOOL) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * IDENT)) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }))) (return_statement return ;) })))
(function_definition "void FUN_00027f1c(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n undefined4 uVar10;\n int iVar11;\n int *piVar12;\n bool bVar13;\n int local_50;\n int local_4c;\n undefined1 *local_48;\n int local_44;\n undefined1 auStack_40 [20];\n int local_2c;\n \n iVar11 = DAT_00028204 + 0x27f34;\n piVar12 = *(int **)(iVar11 + DAT_00028208);\n local_2c = *piVar12;\n local_50 = param_3;\n local_4c = param_2;\n if (*param_1 != 0) {\n if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n }\n bVar13 = false;\nLAB_00028148:\n if (local_2c != *piVar12) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00027f1c(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5)" (identifier "FUN_00027f1c") (parameter_list "(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) () ")"))) (compound_statement "{\n int iVar1;\n int iVar2;\n int iVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n undefined4 uVar10;\n int iVar11;\n int *piVar12;\n bool bVar13;\n int local_50;\n int local_4c;\n undefined1 *local_48;\n int local_44;\n undefined1 auStack_40 [20];\n int local_2c;\n \n iVar11 = DAT_00028204 + 0x27f34;\n piVar12 = *(int **)(iVar11 + DAT_00028208);\n local_2c = *piVar12;\n local_50 = param_3;\n local_4c = param_2;\n if (*param_1 != 0) {\n if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n }\n bVar13 = false;\nLAB_00028148:\n if (local_2c != *piVar12) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "undefined4 uVar4;" (type_identifier "undefined4") (identifier "uVar4") (; ";")) (declaration "undefined4 uVar5;" (type_identifier "undefined4") (identifier "uVar5") (; ";")) (declaration "undefined4 uVar6;" (type_identifier "undefined4") (identifier "uVar6") (; ";")) (declaration "undefined4 uVar7;" (type_identifier "undefined4") (identifier "uVar7") (; ";")) (declaration "undefined4 uVar8;" (type_identifier "undefined4") (identifier "uVar8") (; ";")) (declaration "undefined4 uVar9;" (type_identifier "undefined4") (identifier "uVar9") (; ";")) (declaration "undefined4 uVar10;" (type_identifier "undefined4") (identifier "uVar10") (; ";")) (declaration "int iVar11;" (primitive_type "int") (identifier "iVar11") (; ";")) (declaration "int *piVar12;" (primitive_type "int") (pointer_declarator "*piVar12" (* "*") (identifier "piVar12")) (; ";")) (declaration "bool bVar13;" (primitive_type "bool") (identifier "bVar13") (; ";")) (declaration "int local_50;" (primitive_type "int") (identifier "local_50") (; ";")) (declaration "int local_4c;" (primitive_type "int") (identifier "local_4c") (; ";")) (declaration "undefined1 *local_48;" (type_identifier "undefined1") (pointer_declarator "*local_48" (* "*") (identifier "local_48")) (; ";")) (declaration "int local_44;" (primitive_type "int") (identifier "local_44") (; ";")) (declaration "undefined1 auStack_40 [20];" (type_identifier "undefined1") (array_declarator "auStack_40 [20]" (identifier "auStack_40") ([ "[") (number_literal "20") (] "]")) (; ";")) (declaration "int local_2c;" (primitive_type "int") (identifier "local_2c") (; ";")) (expression_statement "iVar11 = DAT_00028204 + 0x27f34;" (assignment_expression "iVar11 = DAT_00028204 + 0x27f34" (identifier "iVar11") (= "=") (binary_expression "DAT_00028204 + 0x27f34" (identifier "DAT_00028204") (+ "+") (number_literal "0x27f34"))) (; ";")) (expression_statement "piVar12 = *(int **)(iVar11 + DAT_00028208);" (assignment_expression "piVar12 = *(int **)(iVar11 + DAT_00028208)" (identifier "piVar12") (= "=") (pointer_expression "*(int **)(iVar11 + DAT_00028208)" (* "*") (cast_expression "(int **)(iVar11 + DAT_00028208)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar11 + DAT_00028208)" (( "(") (binary_expression "iVar11 + DAT_00028208" (identifier "iVar11") (+ "+") (identifier "DAT_00028208")) () ")"))))) (; ";")) (expression_statement "local_2c = *piVar12;" (assignment_expression "local_2c = *piVar12" (identifier "local_2c") (= "=") (pointer_expression "*piVar12" (* "*") (identifier "piVar12"))) (; ";")) (expression_statement "local_50 = param_3;" (assignment_expression "local_50 = param_3" (identifier "local_50") (= "=") (identifier "param_3")) (; ";")) (expression_statement "local_4c = param_2;" (assignment_expression "local_4c = param_2" (identifier "local_4c") (= "=") (identifier "param_2")) (; ";")) (if_statement "if (*param_1 != 0) {\n if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\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 if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }\n }" ({ "{") (if_statement "if (param_3 == 0x28) {\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }\n else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }" (if "if") (parenthesized_expression "(param_3 == 0x28)" (( "(") (binary_expression "param_3 == 0x28" (identifier "param_3") (== "==") (number_literal "0x28")) () ")")) (compound_statement "{\nLAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);\n local_50 = local_50 + -0x14;\n local_4c = local_4c + 0x14;\n iVar2 = iVar1;\n if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }\n if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }\n }" ({ "{") (labeled_statement "LAB_00027f60:\n iVar1 = FUN_00022670(local_4c,0x14);" (statement_identifier "LAB_00027f60") (: ":") (expression_statement "iVar1 = FUN_00022670(local_4c,0x14);" (assignment_expression "iVar1 = FUN_00022670(local_4c,0x14)" (identifier "iVar1") (= "=") (call_expression "FUN_00022670(local_4c,0x14)" (identifier "FUN_00022670") (argument_list "(local_4c,0x14)" (( "(") (identifier "local_4c") (, ",") (number_literal "0x14") () ")")))) (; ";"))) (expression_statement "local_50 = local_50 + -0x14;" (assignment_expression "local_50 = local_50 + -0x14" (identifier "local_50") (= "=") (binary_expression "local_50 + -0x14" (identifier "local_50") (+ "+") (number_literal "-0x14"))) (; ";")) (expression_statement "local_4c = local_4c + 0x14;" (assignment_expression "local_4c = local_4c + 0x14" (identifier "local_4c") (= "=") (binary_expression "local_4c + 0x14" (identifier "local_4c") (+ "+") (number_literal "0x14"))) (; ";")) (expression_statement "iVar2 = iVar1;" (assignment_expression "iVar2 = iVar1" (identifier "iVar2") (= "=") (identifier "iVar1")) (; ";")) (if_statement "if (0x13 < local_50) {\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }" (if "if") (parenthesized_expression "(0x13 < local_50)" (( "(") (binary_expression "0x13 < local_50" (number_literal "0x13") (< "<") (identifier "local_50")) () ")")) (compound_statement "{\n iVar2 = FUN_00022670(local_4c,0x14);\n local_4c = local_4c + 0x14;\n local_50 = local_50 + -0x14;\n if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }\n if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }\n }" ({ "{") (expression_statement "iVar2 = FUN_00022670(local_4c,0x14);" (assignment_expression "iVar2 = FUN_00022670(local_4c,0x14)" (identifier "iVar2") (= "=") (call_expression "FUN_00022670(local_4c,0x14)" (identifier "FUN_00022670") (argument_list "(local_4c,0x14)" (( "(") (identifier "local_4c") (, ",") (number_literal "0x14") () ")")))) (; ";")) (expression_statement "local_4c = local_4c + 0x14;" (assignment_expression "local_4c = local_4c + 0x14" (identifier "local_4c") (= "=") (binary_expression "local_4c + 0x14" (identifier "local_4c") (+ "+") (number_literal "0x14"))) (; ";")) (expression_statement "local_50 = local_50 + -0x14;" (assignment_expression "local_50 = local_50 + -0x14" (identifier "local_50") (= "=") (binary_expression "local_50 + -0x14" (identifier "local_50") (+ "+") (number_literal "-0x14"))) (; ";")) (if_statement "if (iVar2 != 0 && iVar1 != 0) {\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }" (if "if") (parenthesized_expression "(iVar2 != 0 && iVar1 != 0)" (( "(") (binary_expression "iVar2 != 0 && iVar1 != 0" (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) (&& "&&") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0"))) () ")")) (compound_statement "{\n iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }\n goto LAB_00028148;\n }" ({ "{") (expression_statement "iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c));" (assignment_expression "iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c))" (identifier "iVar3") (= "=") (call_expression "FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c))" (identifier "FUN_00022be0") (argument_list "(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c))" (( "(") (identifier "iVar2") (, ",") (pointer_expression "**(undefined4 **)(iVar11 + DAT_0002820c)" (* "*") (pointer_expression "*(undefined4 **)(iVar11 + DAT_0002820c)" (* "*") (cast_expression "(undefined4 **)(iVar11 + DAT_0002820c)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar11 + DAT_0002820c)" (( "(") (binary_expression "iVar11 + DAT_0002820c" (identifier "iVar11") (+ "+") (identifier "DAT_0002820c")) () ")"))))) () ")")))) (; ";")) (if_statement "if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }" ({ "{") (expression_statement "FUN_00022224(iVar1);" (call_expression "FUN_00022224(iVar1)" (identifier "FUN_00022224") (argument_list "(iVar1)" (( "(") (identifier "iVar1") () ")"))) (; ";")) (expression_statement "FUN_00022224(iVar2);" (call_expression "FUN_00022224(iVar2)" (identifier "FUN_00022224") (argument_list "(iVar2)" (( "(") (identifier "iVar2") () ")"))) (; ";")) (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" (identifier "bVar13") (= "=") (false "false")) (; ";")) (} "}")) (else_clause "else {\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }" (else "else") (compound_statement "{\n iVar3 = FUN_00023e74(iVar2,param_1[1]);\n if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }\n }" ({ "{") (expression_statement "iVar3 = FUN_00023e74(iVar2,param_1[1]);" (assignment_expression "iVar3 = FUN_00023e74(iVar2,param_1[1])" (identifier "iVar3") (= "=") (call_expression "FUN_00023e74(iVar2,param_1[1])" (identifier "FUN_00023e74") (argument_list "(iVar2,param_1[1])" (( "(") (identifier "iVar2") (, ",") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) () ")")))) (; ";")) (if_statement "if (iVar3 == 0) {\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }\n else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n bVar13 = false;\n }" ({ "{") (expression_statement "FUN_00022224(iVar1);" (call_expression "FUN_00022224(iVar1)" (identifier "FUN_00022224") (argument_list "(iVar1)" (( "(") (identifier "iVar1") () ")"))) (; ";")) (expression_statement "FUN_00022224(iVar2);" (call_expression "FUN_00022224(iVar2)" (identifier "FUN_00022224") (argument_list "(iVar2)" (( "(") (identifier "iVar2") () ")"))) (; ";")) (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" (identifier "bVar13") (= "=") (false "false")) (; ";")) (} "}")) (else_clause "else {\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }" (else "else") (compound_statement "{\n FUN_00038f7c(param_4,param_5,auStack_40);\n local_44 = 0x14;\n local_48 = auStack_40;\n uVar4 = FUN_00022670(auStack_40,0x14);\n local_48 = local_48 + 0x14;\n local_44 = local_44 + -0x14;\n uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);\n uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);\n uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);\n uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);\n uVar9 = FUN_00022248(uVar7,uVar8,*param_1);\n uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);\n iVar11 = FUN_00022be0(uVar10,iVar1);\n FUN_00022224(iVar3);\n FUN_00022224(uVar4);\n FUN_00022224(uVar5);\n FUN_00022224(uVar6);\n FUN_00022224(uVar7);\n FUN_00022224(uVar8);\n bVar13 = iVar11 == 0;\n FUN_00022224(uVar9);\n FUN_00022224(uVar10);\n FUN_00022224(iVar1);\n FUN_00022224(iVar2);\n }" ({ "{") (expression_statement "FUN_00038f7c(param_4,param_5,auStack_40);" (call_expression "FUN_00038f7c(param_4,param_5,auStack_40)" (identifier "FUN_00038f7c") (argument_list "(param_4,param_5,auStack_40)" (( "(") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "auStack_40") () ")"))) (; ";")) (expression_statement "local_44 = 0x14;" (assignment_expression "local_44 = 0x14" (identifier "local_44") (= "=") (number_literal "0x14")) (; ";")) (expression_statement "local_48 = auStack_40;" (assignment_expression "local_48 = auStack_40" (identifier "local_48") (= "=") (identifier "auStack_40")) (; ";")) (expression_statement "uVar4 = FUN_00022670(auStack_40,0x14);" (assignment_expression "uVar4 = FUN_00022670(auStack_40,0x14)" (identifier "uVar4") (= "=") (call_expression "FUN_00022670(auStack_40,0x14)" (identifier "FUN_00022670") (argument_list "(auStack_40,0x14)" (( "(") (identifier "auStack_40") (, ",") (number_literal "0x14") () ")")))) (; ";")) (expression_statement "local_48 = local_48 + 0x14;" (assignment_expression "local_48 = local_48 + 0x14" (identifier "local_48") (= "=") (binary_expression "local_48 + 0x14" (identifier "local_48") (+ "+") (number_literal "0x14"))) (; ";")) (expression_statement "local_44 = local_44 + -0x14;" (assignment_expression "local_44 = local_44 + -0x14" (identifier "local_44") (= "=") (binary_expression "local_44 + -0x14" (identifier "local_44") (+ "+") (number_literal "-0x14"))) (; ";")) (expression_statement "uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]);" (assignment_expression "uVar5 = FUN_00022248(uVar4,iVar3,param_1[1])" (identifier "uVar5") (= "=") (call_expression "FUN_00022248(uVar4,iVar3,param_1[1])" (identifier "FUN_00022248") (argument_list "(uVar4,iVar3,param_1[1])" (( "(") (identifier "uVar4") (, ",") (identifier "iVar3") (, ",") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) () ")")))) (; ";")) (expression_statement "uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]);" (assignment_expression "uVar6 = FUN_00022248(iVar1,iVar3,param_1[1])" (identifier "uVar6") (= "=") (call_expression "FUN_00022248(iVar1,iVar3,param_1[1])" (identifier "FUN_00022248") (argument_list "(iVar1,iVar3,param_1[1])" (( "(") (identifier "iVar1") (, ",") (identifier "iVar3") (, ",") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) () ")")))) (; ";")) (expression_statement "uVar7 = FUN_00024190(param_1[2],uVar5,*param_1);" (assignment_expression "uVar7 = FUN_00024190(param_1[2],uVar5,*param_1)" (identifier "uVar7") (= "=") (call_expression "FUN_00024190(param_1[2],uVar5,*param_1)" (identifier "FUN_00024190") (argument_list "(param_1[2],uVar5,*param_1)" (( "(") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (, ",") (identifier "uVar5") (, ",") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")")))) (; ";")) (expression_statement "uVar8 = FUN_00024190(param_1[3],uVar6,*param_1);" (assignment_expression "uVar8 = FUN_00024190(param_1[3],uVar6,*param_1)" (identifier "uVar8") (= "=") (call_expression "FUN_00024190(param_1[3],uVar6,*param_1)" (identifier "FUN_00024190") (argument_list "(param_1[3],uVar6,*param_1)" (( "(") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (, ",") (identifier "uVar6") (, ",") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")")))) (; ";")) (expression_statement "uVar9 = FUN_00022248(uVar7,uVar8,*param_1);" (assignment_expression "uVar9 = FUN_00022248(uVar7,uVar8,*param_1)" (identifier "uVar9") (= "=") (call_expression "FUN_00022248(uVar7,uVar8,*param_1)" (identifier "FUN_00022248") (argument_list "(uVar7,uVar8,*param_1)" (( "(") (identifier "uVar7") (, ",") (identifier "uVar8") (, ",") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")")))) (; ";")) (expression_statement "uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]);" (assignment_expression "uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1])" (identifier "uVar10") (= "=") (call_expression "FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1])" (identifier "FUN_00022248") (argument_list "(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1])" (( "(") (identifier "uVar9") (, ",") (pointer_expression "**(undefined4 **)(iVar11 + DAT_00028210)" (* "*") (pointer_expression "*(undefined4 **)(iVar11 + DAT_00028210)" (* "*") (cast_expression "(undefined4 **)(iVar11 + DAT_00028210)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar11 + DAT_00028210)" (( "(") (binary_expression "iVar11 + DAT_00028210" (identifier "iVar11") (+ "+") (identifier "DAT_00028210")) () ")"))))) (, ",") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) () ")")))) (; ";")) (expression_statement "iVar11 = FUN_00022be0(uVar10,iVar1);" (assignment_expression "iVar11 = FUN_00022be0(uVar10,iVar1)" (identifier "iVar11") (= "=") (call_expression "FUN_00022be0(uVar10,iVar1)" (identifier "FUN_00022be0") (argument_list "(uVar10,iVar1)" (( "(") (identifier "uVar10") (, ",") (identifier "iVar1") () ")")))) (; ";")) (expression_statement "FUN_00022224(iVar3);" (call_expression "FUN_00022224(iVar3)" (identifier "FUN_00022224") (argument_list "(iVar3)" (( "(") (identifier "iVar3") () ")"))) (; ";")) (expression_statement "FUN_00022224(uVar4);" (call_expression "FUN_00022224(uVar4)" (identifier "FUN_00022224") (argument_list "(uVar4)" (( "(") (identifier "uVar4") () ")"))) (; ";")) (expression_statement "FUN_00022224(uVar5);" (call_expression "FUN_00022224(uVar5)" (identifier "FUN_00022224") (argument_list "(uVar5)" (( "(") (identifier "uVar5") () ")"))) (; ";")) (expression_statement "FUN_00022224(uVar6);" (call_expression "FUN_00022224(uVar6)" (identifier "FUN_00022224") (argument_list "(uVar6)" (( "(") (identifier "uVar6") () ")"))) (; ";")) (expression_statement "FUN_00022224(uVar7);" (call_expression "FUN_00022224(uVar7)" (identifier "FUN_00022224") (argument_list "(uVar7)" (( "(") (identifier "uVar7") () ")"))) (; ";")) (expression_statement "FUN_00022224(uVar8);" (call_expression "FUN_00022224(uVar8)" (identifier "FUN_00022224") (argument_list "(uVar8)" (( "(") (identifier "uVar8") () ")"))) (; ";")) (expression_statement "bVar13 = iVar11 == 0;" (assignment_expression "bVar13 = iVar11 == 0" (identifier "bVar13") (= "=") (binary_expression "iVar11 == 0" (identifier "iVar11") (== "==") (number_literal "0"))) (; ";")) (expression_statement "FUN_00022224(uVar9);" (call_expression "FUN_00022224(uVar9)" (identifier "FUN_00022224") (argument_list "(uVar9)" (( "(") (identifier "uVar9") () ")"))) (; ";")) (expression_statement "FUN_00022224(uVar10);" (call_expression "FUN_00022224(uVar10)" (identifier "FUN_00022224") (argument_list "(uVar10)" (( "(") (identifier "uVar10") () ")"))) (; ";")) (expression_statement "FUN_00022224(iVar1);" (call_expression "FUN_00022224(iVar1)" (identifier "FUN_00022224") (argument_list "(iVar1)" (( "(") (identifier "iVar1") () ")"))) (; ";")) (expression_statement "FUN_00022224(iVar2);" (call_expression "FUN_00022224(iVar2)" (identifier "FUN_00022224") (argument_list "(iVar2)" (( "(") (identifier "iVar2") () ")"))) (; ";")) (} "}")))) (} "}")))) (goto_statement "goto LAB_00028148;" (goto "goto") (statement_identifier "LAB_00028148") (; ";")) (} "}"))) (if_statement "if (iVar1 != 0) {\n FUN_00022224(iVar1);\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00022224(iVar1);\n }" ({ "{") (expression_statement "FUN_00022224(iVar1);" (call_expression "FUN_00022224(iVar1)" (identifier "FUN_00022224") (argument_list "(iVar1)" (( "(") (identifier "iVar1") () ")"))) (; ";")) (} "}"))) (} "}"))) (if_statement "if (iVar2 != 0) {\n FUN_00022224(iVar2);\n }" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00022224(iVar2);\n }" ({ "{") (expression_statement "FUN_00022224(iVar2);" (call_expression "FUN_00022224(iVar2)" (identifier "FUN_00022224") (argument_list "(iVar2)" (( "(") (identifier "iVar2") () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }" (else "else") (compound_statement "{\n FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);\n if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }\n }" ({ "{") (expression_statement "FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44);" (call_expression "FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44)" (identifier "FUN_00027e7c") (argument_list "(&local_4c,&local_50,&local_48,&local_44)" (( "(") (pointer_expression "&local_4c" (& "&") (identifier "local_4c")) (, ",") (pointer_expression "&local_50" (& "&") (identifier "local_50")) (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) (, ",") (pointer_expression "&local_44" (& "&") (identifier "local_44")) () ")"))) (; ";")) (if_statement "if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) {\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }" (if "if") (parenthesized_expression "(((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0))" (( "(") (binary_expression "((local_48 != (undefined1 *)0x0) && (local_44 == 7)) &&\n (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)" (parenthesized_expression "((local_48 != (undefined1 *)0x0) && (local_44 == 7))" (( "(") (binary_expression "(local_48 != (undefined1 *)0x0) && (local_44 == 7)" (parenthesized_expression "(local_48 != (undefined1 *)0x0)" (( "(") (binary_expression "local_48 != (undefined1 *)0x0" (identifier "local_48") (!= "!=") (cast_expression "(undefined1 *)0x0" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(local_44 == 7)" (( "(") (binary_expression "local_44 == 7" (identifier "local_44") (== "==") (number_literal "7")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)" (( "(") (comma_expression "iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0" (assignment_expression "iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7)" (identifier "iVar2") (= "=") (call_expression "memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7)" (identifier "memcmp") (argument_list "(local_48,(void *)(DAT_00028214 + 0x2819c),7)" (( "(") (identifier "local_48") (, ",") (cast_expression "(void *)(DAT_00028214 + 0x2819c)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00028214 + 0x2819c)" (( "(") (binary_expression "DAT_00028214 + 0x2819c" (identifier "DAT_00028214") (+ "+") (number_literal "0x2819c")) () ")"))) (, ",") (number_literal "7") () ")")))) (, ",") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n local_50 = local_50 + -4;\n local_4c = local_4c + 4;\n if (0x13 < local_50) goto LAB_00027f60;\n }" ({ "{") (expression_statement "local_50 = local_50 + -4;" (assignment_expression "local_50 = local_50 + -4" (identifier "local_50") (= "=") (binary_expression "local_50 + -4" (identifier "local_50") (+ "+") (number_literal "-4"))) (; ";")) (expression_statement "local_4c = local_4c + 4;" (assignment_expression "local_4c = local_4c + 4" (identifier "local_4c") (= "=") (binary_expression "local_4c + 4" (identifier "local_4c") (+ "+") (number_literal "4"))) (; ";")) (if_statement "if (0x13 < local_50) goto LAB_00027f60;" (if "if") (parenthesized_expression "(0x13 < local_50)" (( "(") (binary_expression "0x13 < local_50" (number_literal "0x13") (< "<") (identifier "local_50")) () ")")) (goto_statement "goto LAB_00027f60;" (goto "goto") (statement_identifier "LAB_00027f60") (; ";"))) (} "}"))) (} "}")))) (} "}"))) (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" (identifier "bVar13") (= "=") (false "false")) (; ";")) (labeled_statement "LAB_00028148:\n if (local_2c != *piVar12) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }" (statement_identifier "LAB_00028148") (: ":") (if_statement "if (local_2c != *piVar12) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }" (if "if") (parenthesized_expression "(local_2c != *piVar12)" (( "(") (binary_expression "local_2c != *piVar12" (identifier "local_2c") (!= "!=") (pointer_expression "*piVar12" (* "*") (identifier "piVar12"))) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(bVar13);\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "__stack_chk_fail(bVar13);" (call_expression "__stack_chk_fail(bVar13)" (identifier "__stack_chk_fail") (argument_list "(bVar13)" (( "(") (identifier "bVar13") () ")"))) (; ";")) (} "}")))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ int function_1(void *key,char *sig,int var_3,char *data,int datalen) { int var_13; int var_10; int *piVar3; int var_11; type_1 *var_12; char *var_6; int var_7; char hash [20]; piVar3 = *(int **)(var_1 + 0x27f34 + var_2); /* WARNING: Load size is inaccurate */ var_13 = *piVar3; var_11 = var_3; var_12 = (type_1 *)sig; if (*key != 0) { if (var_3 == 0x28) { LAB_00027f60: /* WARNING: Subroutine does not return */ var_4(var_12,0x14); } var_5((char **)&var_12,&var_11,&var_6,&var_7); if (((var_6 != (char *)0x0) && (var_7 == 7)) && (var_10 = var_8(var_6,(void *)(var_9 + 0x2819c),7), var_10 == 0)) { var_11 = var_11 + -4; var_12 = var_12 + 4; if (0x13 < var_11) goto LAB_00027f60; } } if (var_13 != *piVar3) { /* WARNING: Subroutine does not return */ var_14(); } return 0; }
(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: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (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: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_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: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (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))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (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 (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (false)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (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)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (false)))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (subscript_expression argument: (identifier) index: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (subscript_expression argument: (identifier) index: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (identifier) (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (identifier) (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (subscript_expression argument: (identifier) index: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (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)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (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)))) (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 (call_expression function: (identifier) arguments: (argument_list (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (number_literal)))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (goto_statement label: (statement_identifier)))))))))) (expression_statement (assignment_expression left: (identifier) right: (false))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (return_statement))))
void MASKED(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5) { int iVar1; int iVar2; int iVar3; undefined4 uVar4; undefined4 uVar5; undefined4 uVar6; undefined4 uVar7; undefined4 uVar8; undefined4 uVar9; undefined4 uVar10; int iVar11; int *piVar12; bool bVar13; int local_50; int local_4c; undefined1 *local_48; int local_44; undefined1 auStack_40 [20]; int local_2c; iVar11 = DAT_00028204 + 0x27f34; piVar12 = *(int **)(iVar11 + DAT_00028208); local_2c = *piVar12; local_50 = param_3; local_4c = param_2; if (*param_1 != 0) { if (param_3 == 0x28) { LAB_00027f60: iVar1 = FUN_00022670(local_4c,0x14); local_50 = local_50 + -0x14; local_4c = local_4c + 0x14; iVar2 = iVar1; if (0x13 < local_50) { iVar2 = FUN_00022670(local_4c,0x14); local_4c = local_4c + 0x14; local_50 = local_50 + -0x14; if (iVar2 != 0 && iVar1 != 0) { iVar3 = FUN_00022be0(iVar2,**(undefined4 **)(iVar11 + DAT_0002820c)); if (iVar3 == 0) { FUN_00022224(iVar1); FUN_00022224(iVar2); bVar13 = false; } else { iVar3 = FUN_00023e74(iVar2,param_1[1]); if (iVar3 == 0) { FUN_00022224(iVar1); FUN_00022224(iVar2); bVar13 = false; } else { FUN_00038f7c(param_4,param_5,auStack_40); local_44 = 0x14; local_48 = auStack_40; uVar4 = FUN_00022670(auStack_40,0x14); local_48 = local_48 + 0x14; local_44 = local_44 + -0x14; uVar5 = FUN_00022248(uVar4,iVar3,param_1[1]); uVar6 = FUN_00022248(iVar1,iVar3,param_1[1]); uVar7 = FUN_00024190(param_1[2],uVar5,*param_1); uVar8 = FUN_00024190(param_1[3],uVar6,*param_1); uVar9 = FUN_00022248(uVar7,uVar8,*param_1); uVar10 = FUN_00022248(uVar9,**(undefined4 **)(iVar11 + DAT_00028210),param_1[1]); iVar11 = FUN_00022be0(uVar10,iVar1); FUN_00022224(iVar3); FUN_00022224(uVar4); FUN_00022224(uVar5); FUN_00022224(uVar6); FUN_00022224(uVar7); FUN_00022224(uVar8); bVar13 = iVar11 == 0; FUN_00022224(uVar9); FUN_00022224(uVar10); FUN_00022224(iVar1); FUN_00022224(iVar2); } } goto LAB_00028148; } if (iVar1 != 0) { FUN_00022224(iVar1); } } if (iVar2 != 0) { FUN_00022224(iVar2); } } else { FUN_00027e7c(&local_4c,&local_50,&local_48,&local_44); if (((local_48 != (undefined1 *)0x0) && (local_44 == 7)) && (iVar2 = memcmp(local_48,(void *)(DAT_00028214 + 0x2819c),7), iVar2 == 0)) { local_50 = local_50 + -4; local_4c = local_4c + 4; if (0x13 < local_50) goto LAB_00027f60; } } } bVar13 = false; LAB_00028148: if (local_2c != *piVar12) { /* WARNING: Subroutine does not return */ __stack_chk_fail(bVar13); } return; }
38,950
1736_libMagickWand-7.Q16HDRI.so.8.0_and_libMagickWand-7.Q16HDRI.so.8.0_strip.c
FileToStringInfo
FileToStringInfo
/* WARNING: Control flow encountered bad instruction data */ void FileToStringInfo(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void FileToStringInfo(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207052266')]
[('const-1', u'RETURN_-1207052266')]
null
null
0012d80c
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid FileToStringInfo(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void FileToStringInfo(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "FileToStringInfo(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 FileToStringInfo(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void FileToStringInfo(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "FileToStringInfo(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 FileToStringInfo(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void FileToStringInfo(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "FileToStringInfo(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 comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (function_definition "void FileToStringInfo(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "FileToStringInfo(void)" (identifier "FileToStringInfo") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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(); }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
54,945
46_vdir_and_vdir_strip.c
ioctl
ioctl
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int ioctl(int __fd,ulong __request,...) { int iVar1; iVar1 = (*(code *)PTR_ioctl_000420c4)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int ioctl(int __fd,ulong __request,...) { int iVar1; iVar1 = (*(code *)PTR_ioctl_000420c4)(); return iVar1; }
adr r12,0x120a4 add r12,r12,#0x30000 ldr pc,[r12,#0x20]!
null
null
null
null
[(u'CALLIND_-1205985089', u'INDIRECT_-1205985018'), ('tmp_126', u'CAST_-1205985013'), (u'CALLIND_-1205985089', u'RETURN_-1205985086'), (u'INDIRECT_-1205985018', u'COPY_-1205985077'), ('const-0', u'RETURN_-1205985086'), (u'CAST_-1205985013', u'CALLIND_-1205985089')]
[(u'CALLIND_-1205985089', u'INDIRECT_-1205985018'), ('tmp_126', u'CAST_-1205985013'), (u'CALLIND_-1205985089', u'RETURN_-1205985086'), (u'INDIRECT_-1205985018', u'COPY_-1205985077'), ('const-0', u'RETURN_-1205985086'), (u'CAST_-1205985013', u'CALLIND_-1205985089')]
null
null
0001209c
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ioctl(int __fd,ulong __request,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ioctl_000420c4)();\n return iVar1;\n}\n\n" comment (function_definition "int ioctl(int __fd,ulong __request,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ioctl_000420c4)();\n return iVar1;\n}" primitive_type (function_declarator "ioctl(int __fd,ulong __request,...)" identifier (parameter_list "(int __fd,ulong __request,...)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "ulong __request" type_identifier identifier) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ioctl_000420c4)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_ioctl_000420c4)();" (assignment_expression "iVar1 = (*(code *)PTR_ioctl_000420c4)()" identifier = (call_expression "(*(code *)PTR_ioctl_000420c4)()" (parenthesized_expression "(*(code *)PTR_ioctl_000420c4)" ( (pointer_expression "*(code *)PTR_ioctl_000420c4" * (cast_expression "(code *)PTR_ioctl_000420c4" ( (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 ioctl(int __fd,ulong __request,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ioctl_000420c4)();\n return iVar1;\n}\n\n" comment (function_definition "int ioctl(int __fd,ulong __request,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ioctl_000420c4)();\n return iVar1;\n}" primitive_type (function_declarator "ioctl(int __fd,ulong __request,...)" identifier (parameter_list "(int __fd,ulong __request,...)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "ulong __request" type_identifier identifier) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ioctl_000420c4)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_ioctl_000420c4)();" (assignment_expression "iVar1 = (*(code *)PTR_ioctl_000420c4)()" identifier = (call_expression "(*(code *)PTR_ioctl_000420c4)()" (parenthesized_expression "(*(code *)PTR_ioctl_000420c4)" ( (pointer_expression "*(code *)PTR_ioctl_000420c4" * (cast_expression "(code *)PTR_ioctl_000420c4" ( (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 ioctl(int __fd,ulong __request,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ioctl_000420c4)();\n return iVar1;\n}\n\n" comment (function_definition "int ioctl(int __fd,ulong __request,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ioctl_000420c4)();\n return iVar1;\n}" primitive_type (function_declarator "ioctl(int __fd,ulong __request,...)" identifier (parameter_list "(int __fd,ulong __request,...)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "ulong __request" type_identifier identifier) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ioctl_000420c4)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_ioctl_000420c4)();" (assignment_expression "iVar1 = (*(code *)PTR_ioctl_000420c4)()" identifier = (call_expression "(*(code *)PTR_ioctl_000420c4)()" (parenthesized_expression "(*(code *)PTR_ioctl_000420c4)" ( (pointer_expression "*(code *)PTR_ioctl_000420c4" * (cast_expression "(code *)PTR_ioctl_000420c4" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int ioctl(int __fd,ulong __request,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ioctl_000420c4)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "ioctl(int __fd,ulong __request,...)" (identifier "ioctl") (parameter_list "(int __fd,ulong __request,...)" (( "(") (parameter_declaration "int __fd" (primitive_type "int") (identifier "__fd")) (, ",") (parameter_declaration "ulong __request" (type_identifier "ulong") (identifier "__request")) (, ",") (variadic_parameter "..." (... "...")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ioctl_000420c4)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_ioctl_000420c4)();" (assignment_expression "iVar1 = (*(code *)PTR_ioctl_000420c4)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_ioctl_000420c4)()" (parenthesized_expression "(*(code *)PTR_ioctl_000420c4)" (( "(") (pointer_expression "*(code *)PTR_ioctl_000420c4" (* "*") (cast_expression "(code *)PTR_ioctl_000420c4" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_ioctl_000420c4"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __fd,type_1 __request,...) { int iVar1; iVar1 = (*(type_2 *)PTR_ioctl_000420c4)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (variadic_parameter))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __fd,ulong __request,...) { int iVar1; iVar1 = (*(code *)PTR_MASKED_000420c4)(); return iVar1; }
26,388
624_plink_and_plink_strip.c
rsa_privkey_op
FUN_00053b6c
Bignum rsa_privkey_op(Bignum input,RSAKey *key) { Bignum_conflict bn; SHA512_State ss; uchar seqbuf [4]; uchar digest512 [64]; bn = copybn((Bignum_conflict)key->modulus); /* WARNING: Subroutine does not return */ bignum_bitcount(bn); }
void FUN_00053b6c(undefined4 param_1,int param_2) { undefined4 uVar1; int iVar2; undefined4 uVar3; undefined4 uVar4; undefined4 uVar5; undefined4 uVar6; undefined4 *puVar7; int iVar8; int iVar9; int iVar10; int iVar11; uint uVar12; uint uVar13; int *piVar14; int iVar15; undefined1 auStack_144 [212]; uint local_70; byte abStack_6c [64]; int local_2c; piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0); iVar15 = DAT_00053de4 + 0x53b98; local_2c = *piVar14; puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8); uVar12 = 0; iVar11 = 0x40; while( true ) { uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8)); iVar2 = FUN_00040858(); if (iVar2 != 0) { iVar10 = 0; uVar13 = 0; iVar9 = iVar2 + -1; iVar2 = iVar11; do { if (iVar10 == 0) { if (iVar2 == 0x40) { local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^ (uVar12 >> 8 | uVar12 << 0x18); FUN_00055bd4(auStack_144); FUN_00055c80(auStack_144,iVar15,0x1a); FUN_00055c80(auStack_144,&local_70,4); FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10)); FUN_00057184(auStack_144,abStack_6c); FUN_00055bd4(auStack_144); FUN_00055c80(auStack_144,abStack_6c,0x40); FUN_00052b34(auStack_144,param_1); FUN_00057184(auStack_144,abStack_6c); uVar12 = uVar12 + 1; iVar11 = 1; iVar2 = 0; } else { iVar11 = iVar2 + 1; } uVar13 = (uint)abStack_6c[iVar2]; iVar10 = 7; } else { iVar10 = iVar10 + -1; iVar11 = iVar2; } iVar8 = iVar9 + -1; FUN_000409f0(uVar1,iVar9,uVar13 & 1); uVar13 = (int)uVar13 >> 1; iVar9 = iVar8; iVar2 = iVar11; } while (iVar8 != -1); } FUN_00040140(uVar1); iVar2 = FUN_00040b7c(uVar1,*puVar7); if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) && (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break; FUN_000401c0(uVar1); } uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8), *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18), *(undefined4 *)(param_2 + 0x1c)); uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8)); uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8), *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18), *(undefined4 *)(param_2 + 0x1c)); uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8)); FUN_000401c0(uVar5); FUN_000401c0(uVar4); FUN_000401c0(iVar2); FUN_000401c0(uVar3); FUN_000401c0(uVar1); if (local_2c != *piVar14) { /* WARNING: Subroutine does not return */ __stack_chk_fail(uVar6); } return; }
ldr r3,[0x53ddc] ldr r12,[0x53de0] add r3,pc,r3 stmdb sp!,{r4,r5,r6,r7,r8,r9,r10,r11,lr} ldr lr,[0x53de4] ldr r12,[r3,r12] sub sp,sp,#0x13c ldr r2,[0x53de8] str r12,[sp,#0x14] add lr,pc,lr ldr r12,[r12,#0x0] str lr,[sp,#0xc] str r12,[sp,#0x134] ldr r2,[r3,r2] str r2,[sp,#0x10] str r0,[sp,#0x8] cpy r9,r1 mov r10,#0x0 mov r7,#0x40 add r8,sp,#0x1c ldr r0,[r9,#0x8] bl 0x00040180 cpy r6,r0 bl 0x00040858 cmp r0,#0x0 sub r4,r0,#0x1 beq 0x00053cc8 mov r5,#0x0 cpy r11,r5 b 0x00053c04 and r2,r11,#0x1 cpy r1,r4 cpy r0,r6 sub r4,r4,#0x1 bl 0x000409f0 cmn r4,#0x1 mov r11,r11, asr #0x1 beq 0x00053cc8 cmp r5,#0x0 subne r5,r5,#0x1 bne 0x00053be4 cmp r7,#0x40 beq 0x00053c34 cpy r5,r7 add r7,r7,#0x1 add r3,sp,#0x138 add r5,r3,r5 ldrb r11,[r5,#-0x44] mov r5,#0x7 b 0x00053be4 eor r3,r10,r10, ror #0x10 mov r3,r3, lsr #0x8 bic r3,r3,#0xff00 eor r3,r3,r10, ror #0x8 cpy r0,r8 str r3,[sp,#0xf0] bl 0x00055bd4 mov r2,#0x1a ldr r1,[sp,#0xc] cpy r0,r8 bl 0x00055c80 mov r2,#0x4 add r1,sp,#0xf0 cpy r0,r8 bl 0x00055c80 add r11,sp,#0xf4 ldr r1,[r9,#0x10] cpy r0,r8 bl 0x00052b34 cpy r1,r11 cpy r0,r8 bl 0x00057184 cpy r0,r8 bl 0x00055bd4 cpy r2,r7 cpy r1,r11 cpy r0,r8 bl 0x00055c80 ldr r1,[sp,#0x8] cpy r0,r8 bl 0x00052b34 cpy r1,r11 cpy r0,r8 bl 0x00057184 add r10,r10,#0x1 mov r7,#0x1 b 0x00053c20 cpy r0,r6 bl 0x00040140 ldr r3,[sp,#0x10] cpy r0,r6 ldr r1,[r3,#0x0] bl 0x00040b7c cmp r0,#0x0 ble 0x00053dcc ldr r1,[r9,#0x8] cpy r0,r6 bl 0x00040b7c cmp r0,#0x0 bge 0x00053dcc ldr r1,[r9,#0x8] cpy r0,r6 bl 0x00041e10 cmp r0,#0x0 beq 0x00053dcc ldr r2,[r9,#0x1c] ldr r3,[r9,#0x18] str r3,[sp,#0x0] str r2,[sp,#0x4] cpy r4,r0 ldr r3,[r9,#0x14] ldr r2,[r9,#0x8] ldr r1,[r9,#0xc] cpy r0,r6 bl 0x00053a20 ldr r2,[r9,#0x8] cpy r1,r0 cpy r5,r0 ldr r0,[sp,#0x8] bl 0x000401e4 ldr r2,[r9,#0x1c] ldr r3,[r9,#0x18] str r3,[sp,#0x0] str r2,[sp,#0x4] ldr r3,[r9,#0x14] ldr r2,[r9,#0x8] ldr r1,[r9,#0x10] cpy r8,r0 bl 0x00053a20 ldr r2,[r9,#0x8] cpy r1,r4 cpy r10,r0 bl 0x000401e4 cpy r7,r0 cpy r0,r10 bl 0x000401c0 cpy r0,r8 bl 0x000401c0 cpy r0,r4 bl 0x000401c0 cpy r0,r5 bl 0x000401c0 cpy r0,r6 bl 0x000401c0 ldr r3,[sp,#0x14] ldr r2,[sp,#0x134] ldr r3,[r3,#0x0] cpy r0,r7 cmp r2,r3 bne 0x00053dd8 add sp,sp,#0x13c ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,r11,pc} cpy r0,r6 bl 0x000401c0 b 0x00053bbc bl 0x000135e8
null
null
null
null
[('const-8', u'PTRSUB_-1206240062'), ('const-1', u'RETURN_-1206240191'), (u'CALL_-1206240196', u'INDIRECT_-1206240091'), (u'CALL_-1206240196', u'INDIRECT_-1206240085'), (u'CALL_-1206240207', u'INDIRECT_-1206240094'), (u'PTRSUB_-1206240062', u'LOAD_-1206240218'), (u'INDIRECT_-1206240094', u'COPY_-1206240153'), (u'CALL_-1206240207', u'CALL_-1206240196'), ('const-417', u'LOAD_-1206240218'), (u'INDIRECT_-1206240085', u'COPY_-1206240144'), (u'CALL_-1206240207', u'INDIRECT_-1206240103'), (u'CAST_-1206240059', u'CALL_-1206240207'), (u'CALL_-1206240207', u'INDIRECT_-1206240100'), (u'CALL_-1206240196', u'INDIRECT_-1206240088'), (u'CALL_-1206240207', u'INDIRECT_-1206240097'), ('tmp_321', u'PTRSUB_-1206240062'), (u'INDIRECT_-1206240088', u'COPY_-1206240147'), (u'CALL_-1206240196', u'INDIRECT_-1206240094'), (u'INDIRECT_-1206240091', u'COPY_-1206240150'), (u'LOAD_-1206240218', u'CAST_-1206240059')]
[(u'INT_NOTEQUAL_-1206239607', u'CBRANCH_-1206239605'), (u'LOAD_-1206239480', u'CALL_-1206239464'), (u'PTRADD_-1206237841', u'LOAD_-1206239979'), (u'LOAD_-1206240289', u'LOAD_-1206239726'), ('const-0', u'INT_NOTEQUAL_-1206240175'), (u'COPY_-1206237940', u'MULTIEQUAL_-1206239184'), ('const-0', u'COPY_-1206240261'), (u'INT_ADD_-1206239586', u'CAST_-1206237597'), ('tmp_4588', u'INT_ADD_-1206239464'), ('const-1', u'RETURN_-1206239271'), (u'CALL_-1206239442', u'INDIRECT_-1206238113'), (u'INDIRECT_-1206238584', u'MULTIEQUAL_-1206238547'), (u'COPY_-1206237943', u'MULTIEQUAL_-1206239196'), (u'INT_SLESS_-1206239683', u'CBRANCH_-1206239690'), (u'CALL_-1206239478', u'INDIRECT_-1206238432'), (u'CAST_-1206237552', u'LOAD_-1206239544'), (u'CALL_-1206239279', u'INDIRECT_-1206238068'), (u'INT_ADD_-1206240273', u'CAST_-1206237971'), ('const-20', u'INT_ADD_-1206239476'), (u'INDIRECT_-1206238354', u'MULTIEQUAL_-1206238488'), (u'INT_ADD_-1206240202', u'CAST_-1206237942'), (u'CALL_-1206239517', u'INDIRECT_-1206238202'), (u'COPY_-1206239967', u'MULTIEQUAL_-1206239226'), ('const-1', u'INT_ADD_-1206239398'), (u'INDIRECT_-1206238424', u'MULTIEQUAL_-1206238558'), (u'INDIRECT_-1206238638', u'MULTIEQUAL_-1206238547'), ('const-417', u'LOAD_-1206239516'), ('const-417', u'LOAD_-1206239510'), (u'MULTIEQUAL_-1206238205', u'MULTIEQUAL_-1206238240'), ('tmp_7492', u'MULTIEQUAL_-1206238548'), (u'CALL_-1206239424', u'INDIRECT_-1206238424'), (u'INDIRECT_-1206238275', u'MULTIEQUAL_-1206238044'), (u'CALL_-1206240207', u'CALL_-1206239671'), (u'CALL_-1206239457', u'INDIRECT_-1206238106'), (u'INDIRECT_-1206238120', u'COPY_-1206238178'), (u'CALL_-1206239545', u'INDIRECT_-1206237949'), ('tmp_482', u'CBRANCH_-1206240072'), ('const-8', u'INT_ADD_-1206239551'), (u'CALL_-1206239415', u'INDIRECT_-1206238091'), ('const-1', u'INT_AND_-1206240000'), (u'CALL_-1206239489', u'INDIRECT_-1206238476'), (u'CALL_-1206239545', u'INDIRECT_-1206238258'), (u'CALL_-1206240207', u'CALL_-1206239279'), ('const-417', u'LOAD_-1206240289'), (u'CALL_-1206239426', u'INDIRECT_-1206238205'), (u'LOAD_-1206239979', u'INT_ZEXT_-1206239963'), (u'INDIRECT_-1206238568', u'MULTIEQUAL_-1206238282'), (u'INDIRECT_-1206238619', u'MULTIEQUAL_-1206238582'), (u'PTRSUB_-1206237841', u'PTRADD_-1206237841'), (u'INDIRECT_-1206238329', u'MULTIEQUAL_-1206238044'), ('const-417', u'LOAD_-1206239726'), (u'CALL_-1206240207', u'INDIRECT_-1206238304'), ('const-16', u'INT_ADD_-1206239464'), (u'MULTIEQUAL_-1206239255', u'MULTIEQUAL_-1206238989'), (u'MULTIEQUAL_-1206239179', u'INT_LEFT_-1206239618'), (u'CALL_-1206239738', u'INDIRECT_-1206238058'), (u'CALL_-1206239464', u'INDIRECT_-1206238165'), ('const-417', u'LOAD_-1206239573'), ('const-0', u'RETURN_-1206239291'), (u'MULTIEQUAL_-1206239250', u'MULTIEQUAL_-1206239179'), ('const-4294967184', u'PTRSUB_-1206237784'), (u'CALL_-1206239440', u'INDIRECT_-1206238402'), (u'CALL_-1206239545', u'INDIRECT_-1206237915'), (u'MULTIEQUAL_-1206239174', u'MULTIEQUAL_-1206239208'), ('tmp_7493', u'MULTIEQUAL_-1206238310'), (u'MULTIEQUAL_-1206239191', u'INT_ADD_-1206240048'), (u'INT_XOR_-1206239663', u'INT_RIGHT_-1206239646'), (u'INDIRECT_-1206238241', u'MULTIEQUAL_-1206238010'), (u'CALL_-1206239628', u'INDIRECT_-1206238343'), (u'INT_SRIGHT_-1206239931', u'MULTIEQUAL_-1206239174'), ('tmp_989', u'CBRANCH_-1206239647'), (u'CALL_-1206239628', u'CALL_-1206239404'), (u'PTRSUB_-1206237958', u'CALL_-1206239424'), ('const-417', u'LOAD_-1206239567'), (u'CALL_-1206239517', u'CALL_-1206239464'), (u'LOAD_-1206240351', u'LOAD_-1206240307'), ('const-8', u'INT_ADD_-1206240202'), (u'INT_EQUAL_-1206240032', u'CBRANCH_-1206240029'), (u'INDIRECT_-1206238064', u'COPY_-1206238090'), (u'INT_ADD_-1206240150', u'COPY_-1206237976'), (u'COPY_-1206240245', u'MULTIEQUAL_-1206239255'), (u'CALL_-1206239614', u'INDIRECT_-1206238435'), ('const-20', u'INT_ADD_-1206239557'), (u'LOAD_-1206239510', u'CALL_-1206239464'), (u'INDIRECT_-1206237760', u'MULTIEQUAL_-1206238276'), (u'MULTIEQUAL_-1206239196', u'CALL_-1206239984'), ('const-12', u'INT_ADD_-1206239545'), (u'CALL_-1206239517', u'INDIRECT_-1206238272'), (u'CALL_-1206239984', u'INDIRECT_-1206238514'), (u'CALL_-1206239404', u'INDIRECT_-1206238152'), (u'LOAD_-1206239573', u'CALL_-1206239545'), ('const-4294967295', u'INT_NOTEQUAL_-1206239963'), (u'INDIRECT_-1206238329', u'MULTIEQUAL_-1206238239'), (u'CALL_-1206239538', u'INDIRECT_-1206238162'), (u'CALL_-1206239671', u'INDIRECT_-1206238294'), (u'CALL_-1206239415', u'INDIRECT_-1206238196'), (u'CALL_-1206239457', u'INDIRECT_-1206238415'), (u'CALL_-1206239442', u'INDIRECT_-1206237874'), ('const-16', u'INT_RIGHT_-1206239666'), (u'PTRSUB_-1206237958', u'CALL_-1206239614'), ('const-1', u'INT_SRIGHT_-1206239931'), (u'INT_ZEXT_-1206239963', u'MULTIEQUAL_-1206239208'), (u'CAST_-1206237618', u'LOAD_-1206239644'), (u'CALL_-1206239715', u'INT_SLESS_-1206239683'), (u'MULTIEQUAL_-1206239154', u'MULTIEQUAL_-1206239213'), (u'MULTIEQUAL_-1206239191', u'INT_EQUAL_-1206240077'), (u'CALL_-1206240196', u'INDIRECT_-1206238568'), (u'INT_EQUAL_-1206240077', u'CBRANCH_-1206240072'), (u'INDIRECT_-1206238020', u'MULTIEQUAL_-1206237785'), (u'CALL_-1206240196', u'INDIRECT_-1206238295'), (u'CALL_-1206239715', u'INDIRECT_-1206238007'), (u'CALL_-1206239464', u'INDIRECT_-1206238235'), (u'CALL_-1206239505', u'INDIRECT_-1206238454'), ('const-417', u'LOAD_-1206239687'), (u'INDIRECT_-1206238315', u'MULTIEQUAL_-1206238058'), (u'INT_ADD_-1206239980', u'COPY_-1206237943'), (u'CALL_-1206239538', u'INDIRECT_-1206238401'), (u'CALL_-1206239715', u'INDIRECT_-1206238350'), (u'CALL_-1206239738', u'INDIRECT_-1206238024'), ('tmp_7489', u'MULTIEQUAL_-1206238653'), ('const-0', u'INT_SLESS_-1206239650'), (u'MULTIEQUAL_-1206239184', u'MULTIEQUAL_-1206239165'), (u'LOAD_-1206239369', u'INT_NOTEQUAL_-1206239344'), (u'CALL_-1206239984', u'INDIRECT_-1206238275'), (u'CALL_-1206239393', u'INDIRECT_-1206238143'), (u'INDIRECT_-1206238033', u'MULTIEQUAL_-1206238548'), (u'LOAD_-1206239486', u'CALL_-1206239464'), ('tmp_4588', u'INT_ADD_-1206239671'), ('tmp_4588', u'INT_ADD_-1206239586'), (u'CALL_-1206239440', u'INDIRECT_-1206238437'), ('tmp_4588', u'INT_ADD_-1206239470'), (u'INDIRECT_-1206238619', u'MULTIEQUAL_-1206238387'), (u'MULTIEQUAL_-1206239165', u'PTRADD_-1206237841'), ('const-417', u'LOAD_-1206239644'), (u'INT_AND_-1206239631', u'INT_XOR_-1206239616'), (u'INDIRECT_-1206238385', u'MULTIEQUAL_-1206238128'), (u'INDIRECT_-1206237794', u'MULTIEQUAL_-1206238310'), ('tmp_4577', u'PTRSUB_-1206237958'), ('tmp_4588', u'INT_ADD_-1206239500'), (u'INT_ADD_-1206239398', u'MULTIEQUAL_-1206239154'), (u'INT_LEFT_-1206239618', u'INT_OR_-1206239618'), ('const-4294967188', u'PTRSUB_-1206237771'), (u'CALL_-1206239382', u'INDIRECT_-1206237791'), (u'MULTIEQUAL_-1206239218', u'MULTIEQUAL_-1206238989'), (u'CALL_-1206239442', u'INDIRECT_-1206238183'), (u'CAST_-1206237639', u'LOAD_-1206239687'), ('tmp_396', u'CBRANCH_-1206240157'), (u'CALL_-1206240196', u'INDIRECT_-1206238673'), (u'INDIRECT_-1206238134', u'COPY_-1206238160'), (u'LOAD_-1206239596', u'CALL_-1206239545'), (u'CALL_-1206239424', u'INDIRECT_-1206238354'), (u'MULTIEQUAL_-1206239255', u'COPY_-1206237973'), ('tmp_568', u'CBRANCH_-1206240029'), (u'INDIRECT_-1206238085', u'COPY_-1206238143'), (u'CALL_-1206239545', u'INDIRECT_-1206238188'), (u'LOAD_-1206239687', u'CALL_-1206239671'), (u'CALL_-1206239426', u'INDIRECT_-1206238135'), (u'INDIRECT_-1206238259', u'MULTIEQUAL_-1206238023'), (u'CALL_-1206239628', u'INDIRECT_-1206237965'), ('const-417', u'LOAD_-1206240218'), (u'INDIRECT_-1206238584', u'MULTIEQUAL_-1206238352'), (u'INT_ADD_-1206239476', u'CAST_-1206237513'), ('const-8', u'INT_RIGHT_-1206239619'), ('const-28', u'INT_ADD_-1206239500'), (u'CALL_-1206239478', u'INDIRECT_-1206238467'), (u'MULTIEQUAL_-1206238205', u'MULTIEQUAL_-1206238181'), (u'LOAD_-1206239516', u'CALL_-1206239464'), (u'CALL_-1206240207', u'INDIRECT_-1206238612'), (u'INDIRECT_-1206238294', u'MULTIEQUAL_-1206238058'), (u'INDIRECT_-1206237986', u'MULTIEQUAL_-1206237751'), (u'COPY_-1206240140', u'MULTIEQUAL_-1206239174'), (u'CALL_-1206239440', u'INDIRECT_-1206238093'), (u'COPY_-1206240261', u'MULTIEQUAL_-1206239250'), (u'COPY_-1206237973', u'MULTIEQUAL_-1206239184'), ('const-342908', u'INT_ADD_-1206240371'), ('const-417', u'LOAD_-1206239979'), (u'MULTIEQUAL_-1206238512', u'MULTIEQUAL_-1206238547'), (u'CAST_-1206237490', u'LOAD_-1206239463'), (u'MULTIEQUAL_-1206239179', u'INT_RIGHT_-1206239666'), (u'CALL_-1206239505', u'INDIRECT_-1206238384'), (u'PTRSUB_-1206237958', u'CALL_-1206239440'), (u'INT_ADD_-1206239505', u'CAST_-1206237757'), (u'CALL_-1206239715', u'INDIRECT_-1206238315'), (u'CALL_-1206239538', u'INDIRECT_-1206238506'), ('tmp_4588', u'INT_ADD_-1206239580'), (u'INT_ADD_-1206239494', u'CAST_-1206237526'), ('const-7', u'COPY_-1206239967'), ('tmp_928', u'CBRANCH_-1206239690'), (u'CALL_-1206239393', u'INDIRECT_-1206238108'), (u'CALL_-1206239464', u'INDIRECT_-1206238200'), ('const-64', u'INT_EQUAL_-1206240032'), ('const-0', u'INT_EQUAL_-1206240077'), ('const-417', u'LOAD_-1206239492'), (u'PTRSUB_-1206237958', u'CALL_-1206239538'), ('tmp_4588', u'INT_ADD_-1206239528'), (u'CALL_-1206239415', u'INDIRECT_-1206238161'), (u'CAST_-1206237876', u'INT_SRIGHT_-1206239931'), (u'INT_NOTEQUAL_-1206239344', u'CBRANCH_-1206239341'), (u'CALL_-1206239628', u'INDIRECT_-1206238238'), (u'CALL_-1206239628', u'INT_NOTEQUAL_-1206239607'), (u'CALL_-1206240207', u'CALL_-1206239984'), ('tmp_1047', u'CBRANCH_-1206239605'), (u'MULTIEQUAL_-1206239179', u'INT_RIGHT_-1206239619'), (u'INT_NOTEQUAL_-1206240175', u'CBRANCH_-1206240157'), (u'CALL_-1206239738', u'INDIRECT_-1206238402'), ('tmp_1260', u'CBRANCH_-1206239341'), (u'INDIRECT_-1206238275', u'MULTIEQUAL_-1206238239'), (u'INDIRECT_-1206238295', u'MULTIEQUAL_-1206238010'), ('tmp_433', u'BRANCH_-1206240132'), (u'CAST_-1206237508', u'LOAD_-1206239486'), (u'CALL_-1206239382', u'INDIRECT_-1206237825'), (u'INDIRECT_-1206238080', u'MULTIEQUAL_-1206238215'), (u'CALL_-1206239505', u'INDIRECT_-1206238489'), (u'INDIRECT_-1206238280', u'MULTIEQUAL_-1206238023'), (u'CALL_-1206239464', u'INDIRECT_-1206238130'), (u'CALL_-1206239715', u'INDIRECT_-1206238280'), ('const-0', u'COPY_-1206240149'), (u'LOAD_-1206239463', u'CALL_-1206239442'), (u'INDIRECT_-1206238050', u'COPY_-1206238108'), ('const-4294967295', u'INT_ADD_-1206240048'), (u'CALL_-1206239426', u'INDIRECT_-1206237827'), (u'CALL_-1206239489', u'INDIRECT_-1206238406'), (u'CALL_-1206240196', u'INT_NOTEQUAL_-1206240175'), ('tmp_4587', u'CALL_-1206239517'), ('const-0', u'COPY_-1206237757'), (u'CALL_-1206239393', u'INDIRECT_-1206238178'), ('const-1', u'PTRADD_-1206237841'), (u'CALL_-1206239671', u'INDIRECT_-1206238020'), ('tmp_7489', u'INT_ADD_-1206240371'), (u'CAST_-1206238004', u'LOAD_-1206240351'), ('const-26', u'CALL_-1206239581'), (u'CALL_-1206240207', u'CALL_-1206239628'), (u'INDIRECT_-1206238638', u'MULTIEQUAL_-1206238352'), (u'INDIRECT_-1206238673', u'MULTIEQUAL_-1206238582'), (u'CALL_-1206239984', u'INDIRECT_-1206238241'), (u'MULTIEQUAL_-1206238512', u'MULTIEQUAL_-1206238488'), (u'PTRSUB_-1206237958', u'CALL_-1206239505'), ('const-16', u'INT_LEFT_-1206239665'), (u'CAST_-1206237971', u'LOAD_-1206240289'), (u'MULTIEQUAL_-1206239226', u'MULTIEQUAL_-1206239191'), ('const-417', u'LOAD_-1206239544'), (u'CAST_-1206237942', u'LOAD_-1206240218'), (u'CALL_-1206239457', u'INDIRECT_-1206238380'), (u'INT_ADD_-1206239551', u'CAST_-1206237570'), (u'MULTIEQUAL_-1206239184', u'INT_ADD_-1206239996'), (u'CALL_-1206239581', u'INDIRECT_-1206238145'), (u'INT_ADD_-1206239500', u'CAST_-1206237531'), ('tmp_4588', u'INT_ADD_-1206239494'), (u'INDIRECT_-1206238015', u'COPY_-1206238073'), ('tmp_7491', u'INT_ADD_-1206240298'), (u'INT_RIGHT_-1206239646', u'INT_AND_-1206239631'), (u'CALL_-1206239478', u'INDIRECT_-1206238397'), (u'MULTIEQUAL_-1206239208', u'INT_AND_-1206240000'), ('const-24', u'INT_LEFT_-1206239618'), (u'INDIRECT_-1206238350', u'MULTIEQUAL_-1206238093'), (u'CALL_-1206239478', u'INDIRECT_-1206238089'), (u'CALL_-1206239489', u'INDIRECT_-1206238441'), ('tmp_7490', u'MULTIEQUAL_-1206238618'), (u'MULTIEQUAL_-1206239196', u'INT_ADD_-1206239980'), (u'LOAD_-1206239521', u'CALL_-1206239505'), ('tmp_7490', u'INT_ADD_-1206240335'), (u'INDIRECT_-1206238343', u'MULTIEQUAL_-1206238128'), (u'CALL_-1206239393', u'INDIRECT_-1206237834'), (u'CALL_-1206239581', u'INDIRECT_-1206238523'), (u'MULTIEQUAL_-1206238984', u'MULTIEQUAL_-1206239250'), (u'CALL_-1206239505', u'INDIRECT_-1206238419'), (u'INDIRECT_-1206238295', u'MULTIEQUAL_-1206238205'), ('const-4294902015', u'INT_AND_-1206239631'), (u'CALL_-1206239426', u'INDIRECT_-1206238170'), ('const-24', u'INT_ADD_-1206239494'), (u'LOAD_-1206239567', u'CALL_-1206239545'), (u'CALL_-1206239404', u'INDIRECT_-1206237843'), (u'CALL_-1206239393', u'INDIRECT_-1206237800'), (u'MULTIEQUAL_-1206239213', u'MULTIEQUAL_-1206238984'), (u'CALL_-1206239404', u'INDIRECT_-1206238117'), (u'MULTIEQUAL_-1206238582', u'MULTIEQUAL_-1206238558'), ('const-8', u'INT_ADD_-1206239528'), (u'INDIRECT_-1206238549', u'MULTIEQUAL_-1206238512'), (u'CALL_-1206239715', u'INDIRECT_-1206238041'), (u'CALL_-1206239628', u'INDIRECT_-1206238308'), (u'COPY_-1206240149', u'MULTIEQUAL_-1206239191'), (u'INDIRECT_-1206238046', u'MULTIEQUAL_-1206238181'), (u'LOAD_-1206239644', u'CALL_-1206239628'), (u'PTRSUB_-1206237784', u'CALL_-1206239538'), (u'INT_ADD_-1206239464', u'CAST_-1206237503'), (u'CALL_-1206240207', u'CALL_-1206239382'), (u'INDIRECT_-1206238169', u'COPY_-1206238195'), (u'MULTIEQUAL_-1206238547', u'MULTIEQUAL_-1206238582'), (u'PTRSUB_-1206237958', u'CALL_-1206239478'), (u'MULTIEQUAL_-1206238215', u'MULTIEQUAL_-1206238274'), (u'PTRSUB_-1206237771', u'CALL_-1206239424'), (u'CALL_-1206240196', u'INT_ADD_-1206240150'), (u'PTRSUB_-1206237958', u'CALL_-1206239489'), (u'LOAD_-1206239561', u'CALL_-1206239545'), (u'CALL_-1206239614', u'INDIRECT_-1206238540'), (u'CALL_-1206239404', u'INDIRECT_-1206238082'), (u'MULTIEQUAL_-1206239184', u'INT_EQUAL_-1206240032'), (u'CALL_-1206239424', u'INDIRECT_-1206238080'), (u'CALL_-1206239276', u'INDIRECT_-1206238085'), (u'INT_NOTEQUAL_-1206239963', u'CBRANCH_-1206239947'), (u'INDIRECT_-1206238364', u'MULTIEQUAL_-1206238128'), (u'INDIRECT_-1206238308', u'MULTIEQUAL_-1206238093'), (u'INDIRECT_-1206238568', u'MULTIEQUAL_-1206238477'), (u'CALL_-1206239424', u'INDIRECT_-1206238389'), (u'INT_ADD_-1206239528', u'CAST_-1206237552'), (u'MULTIEQUAL_-1206239179', u'INT_ADD_-1206239398'), (u'CALL_-1206239279', u'INDIRECT_-1206237794'), (u'INT_ADD_-1206240048', u'MULTIEQUAL_-1206239226'), (u'MULTIEQUAL_-1206239218', u'COPY_-1206237940'), (u'MULTIEQUAL_-1206238239', u'MULTIEQUAL_-1206238215'), ('tmp_4588', u'INT_ADD_-1206239628'), (u'CALL_-1206239442', u'INDIRECT_-1206237840'), (u'CALL_-1206239738', u'INDIRECT_-1206238332'), (u'COPY_-1206237976', u'MULTIEQUAL_-1206239196'), (u'CALL_-1206239671', u'INDIRECT_-1206237986'), (u'CALL_-1206239276', u'INDIRECT_-1206238120'), (u'CALL_-1206239279', u'INDIRECT_-1206238103'), (u'MULTIEQUAL_-1206238547', u'MULTIEQUAL_-1206238523'), (u'CALL_-1206239545', u'CALL_-1206239517'), (u'CALL_-1206239276', u'INDIRECT_-1206238050'), ('const-4294967295', u'INT_ADD_-1206240150'), ('const-28', u'INT_ADD_-1206239586'), (u'CALL_-1206239489', u'INDIRECT_-1206238371'), (u'CAST_-1206237531', u'LOAD_-1206239516'), ('const-417', u'LOAD_-1206239480'), (u'INT_ADD_-1206239557', u'CAST_-1206237575'), ('const-8', u'INT_ADD_-1206239671'), (u'CALL_-1206240207', u'INDIRECT_-1206238647'), ('const-417', u'LOAD_-1206239561'), (u'MULTIEQUAL_-1206239184', u'COPY_-1206237934'), (u'CALL_-1206239671', u'INT_SLESS_-1206239650'), (u'CALL_-1206239393', u'INDIRECT_-1206238073'), (u'CALL_-1206239276', u'INDIRECT_-1206237776'), (u'CALL_-1206239464', u'INDIRECT_-1206237891'), (u'LOAD_-1206240351', u'LOAD_-1206239369'), ('tmp_4577', u'PTRSUB_-1206237784'), (u'CALL_-1206239517', u'INDIRECT_-1206237894'), (u'CALL_-1206239382', u'INDIRECT_-1206238169'), (u'INDIRECT_-1206238007', u'MULTIEQUAL_-1206237751'), (u'CAST_-1206237597', u'LOAD_-1206239602'), (u'INT_ADD_-1206239580', u'CAST_-1206237592'), (u'MULTIEQUAL_-1206239208', u'CAST_-1206237876'), (u'INDIRECT_-1206237999', u'MULTIEQUAL_-1206237785'), (u'INDIRECT_-1206237965', u'MULTIEQUAL_-1206237751'), ('const-417', u'LOAD_-1206239596'), (u'LOAD_-1206239492', u'CALL_-1206239464'), (u'CALL_-1206239738', u'INDIRECT_-1206238297'), (u'INT_ADD_-1206239996', u'MULTIEQUAL_-1206239159'), (u'CALL_-1206239426', u'INDIRECT_-1206237861'), ('const-8', u'INT_ADD_-1206239470'), (u'CALL_-1206239517', u'INDIRECT_-1206237928'), (u'CALL_-1206239738', u'INDIRECT_-1206238367'), ('const-64', u'CALL_-1206239457'), (u'INT_ADD_-1206240371', u'INT_ADD_-1206240335'), ('const-4294967295', u'INT_ADD_-1206239980'), ('const-0', u'INT_SLESS_-1206239683'), (u'INT_SLESS_-1206239650', u'CBRANCH_-1206239647'), (u'CALL_-1206239382', u'INDIRECT_-1206238064'), (u'MULTIEQUAL_-1206239250', u'MULTIEQUAL_-1206238984'), (u'CAST_-1206237513', u'LOAD_-1206239492'), (u'CALL_-1206239538', u'INDIRECT_-1206238471'), ('const-342936', u'INT_ADD_-1206240298'), (u'LOAD_-1206240307', u'MULTIEQUAL_-1206238276'), (u'INDIRECT_-1206238514', u'MULTIEQUAL_-1206238477'), (u'INDIRECT_-1206238103', u'MULTIEQUAL_-1206238618'), (u'INT_OR_-1206239665', u'INT_XOR_-1206239663'), (u'INT_ADD_-1206240298', u'CALL_-1206239581'), (u'CALL_-1206239457', u'INDIRECT_-1206238450'), (u'CALL_-1206240207', u'INDIRECT_-1206238338'), (u'CALL_-1206239464', u'CALL_-1206239426'), (u'INDIRECT_-1206238514', u'MULTIEQUAL_-1206238282'), (u'CAST_-1206237503', u'LOAD_-1206239480'), (u'CAST_-1206237526', u'LOAD_-1206239510'), (u'MULTIEQUAL_-1206238453', u'MULTIEQUAL_-1206238512'), (u'CALL_-1206239415', u'INDIRECT_-1206238126'), (u'MULTIEQUAL_-1206239159', u'MULTIEQUAL_-1206239218'), (u'CALL_-1206240196', u'INDIRECT_-1206238329'), (u'CALL_-1206239614', u'INDIRECT_-1206238162'), (u'CALL_-1206239440', u'INDIRECT_-1206238367'), (u'INDIRECT_-1206238549', u'MULTIEQUAL_-1206238317'), (u'CALL_-1206239715', u'INDIRECT_-1206238385'), (u'CALL_-1206239440', u'INDIRECT_-1206238332'), (u'CALL_-1206240207', u'INDIRECT_-1206238577'), (u'CAST_-1206237757', u'LOAD_-1206239521'), (u'CALL_-1206239505', u'INDIRECT_-1206238111'), (u'CALL_-1206239442', u'CALL_-1206239276'), ('tmp_7492', u'INT_ADD_-1206240273'), (u'INDIRECT_-1206238603', u'MULTIEQUAL_-1206238512'), ('tmp_4588', u'INT_ADD_-1206239505'), (u'CALL_-1206239276', u'INDIRECT_-1206238015'), (u'CAST_-1206237565', u'LOAD_-1206239561'), (u'CALL_-1206239614', u'INDIRECT_-1206238470'), (u'INT_ADD_-1206240371', u'INT_ADD_-1206240273'), (u'INDIRECT_-1206237791', u'INT_NOTEQUAL_-1206239344'), (u'MULTIEQUAL_-1206238488', u'MULTIEQUAL_-1206238547'), (u'CALL_-1206239984', u'INDIRECT_-1206238619'), (u'CALL_-1206239457', u'INDIRECT_-1206238072'), (u'COPY_-1206239402', u'MULTIEQUAL_-1206239159'), (u'INT_LEFT_-1206239665', u'INT_OR_-1206239665'), (u'PTRSUB_-1206237958', u'CALL_-1206239581'), (u'CALL_-1206239464', u'CALL_-1206239442'), (u'INDIRECT_-1206238389', u'MULTIEQUAL_-1206238523'), (u'PTRSUB_-1206237771', u'CALL_-1206239457'), (u'MULTIEQUAL_-1206239179', u'INT_XOR_-1206239663'), (u'CALL_-1206239671', u'INDIRECT_-1206238364'), (u'INT_ADD_-1206239470', u'CAST_-1206237508'), ('const-24', u'INT_ADD_-1206239580'), (u'CALL_-1206239628', u'INDIRECT_-1206238273'), (u'MULTIEQUAL_-1206238477', u'MULTIEQUAL_-1206238512'), (u'CALL_-1206239382', u'INDIRECT_-1206238134'), ('const-8', u'INT_ADD_-1206239447'), (u'INDIRECT_-1206238099', u'COPY_-1206238125'), ('tmp_4588', u'INT_ADD_-1206239557'), ('const-0', u'INT_NOTEQUAL_-1206239607'), ('const-417', u'LOAD_-1206240307'), (u'MULTIEQUAL_-1206238477', u'MULTIEQUAL_-1206238453'), (u'MULTIEQUAL_-1206239213', u'MULTIEQUAL_-1206239179'), ('const-1', u'INT_ADD_-1206239996'), (u'CALL_-1206239279', u'INDIRECT_-1206238033'), (u'CALL_-1206239538', u'INDIRECT_-1206238436'), (u'INDIRECT_-1206238603', u'MULTIEQUAL_-1206238317'), (u'PTRSUB_-1206237958', u'CALL_-1206239457'), (u'CAST_-1206237570', u'LOAD_-1206239567'), (u'INT_ADD_-1206239980', u'INT_NOTEQUAL_-1206239963'), ('tmp_1805', u'BRANCH_-1206239390'), (u'MULTIEQUAL_-1206239179', u'MULTIEQUAL_-1206239213'), (u'CALL_-1206239404', u'INDIRECT_-1206238187'), ('const-4294966972', u'PTRSUB_-1206237958'), (u'CALL_-1206239628', u'CALL_-1206239442'), ('const-4', u'CALL_-1206239538'), ('tmp_4588', u'INT_ADD_-1206239551'), (u'INT_RIGHT_-1206239666', u'INT_OR_-1206239665'), (u'CALL_-1206239489', u'INDIRECT_-1206238132'), ('tmp_7491', u'MULTIEQUAL_-1206238583'), ('const-8', u'INT_RIGHT_-1206239646'), (u'INDIRECT_-1206238673', u'MULTIEQUAL_-1206238387'), (u'CALL_-1206239581', u'INDIRECT_-1206238179'), (u'CALL_-1206239478', u'INDIRECT_-1206238362'), ('const-417', u'LOAD_-1206239486'), (u'INT_ADD_-1206239628', u'CAST_-1206237618'), (u'INT_ADD_-1206240335', u'CAST_-1206238004'), ('const-417', u'LOAD_-1206239369'), (u'CALL_-1206239415', u'INDIRECT_-1206237852'), (u'CALL_-1206240207', u'CALL_-1206239738'), (u'INT_RIGHT_-1206239619', u'INT_OR_-1206239618'), ('const-64', u'COPY_-1206240245'), (u'CALL_-1206239628', u'INDIRECT_-1206237999'), (u'CALL_-1206239279', u'INDIRECT_-1206237760'), (u'INT_OR_-1206239618', u'INT_XOR_-1206239616'), (u'CALL_-1206239538', u'INDIRECT_-1206238128'), ('const-417', u'LOAD_-1206239521'), (u'MULTIEQUAL_-1206239179', u'INT_LEFT_-1206239665'), (u'INDIRECT_-1206238238', u'MULTIEQUAL_-1206238023'), (u'MULTIEQUAL_-1206238989', u'MULTIEQUAL_-1206239255'), (u'MULTIEQUAL_-1206238523', u'MULTIEQUAL_-1206238582'), (u'LOAD_-1206239602', u'CALL_-1206239545'), (u'CALL_-1206239404', u'INDIRECT_-1206237809'), (u'CALL_-1206239382', u'INDIRECT_-1206238099'), (u'COPY_-1206237934', u'MULTIEQUAL_-1206239218'), (u'MULTIEQUAL_-1206238558', u'MULTIEQUAL_-1206238617'), ('const-8', u'INT_ADD_-1206239628'), ('const-1', u'COPY_-1206239402'), (u'CALL_-1206239984', u'INDIRECT_-1206238549'), ('tmp_852', u'CBRANCH_-1206239947'), (u'MULTIEQUAL_-1206238582', u'MULTIEQUAL_-1206238617'), (u'CALL_-1206240207', u'INDIRECT_-1206238682'), (u'CALL_-1206240196', u'INDIRECT_-1206238638'), (u'CALL_-1206239614', u'INDIRECT_-1206238505'), ('tmp_4587', u'CALL_-1206239440'), (u'INDIRECT_-1206238329', u'MULTIEQUAL_-1206238093'), ('tmp_702', u'BRANCH_-1206239955'), (u'CALL_-1206239440', u'INDIRECT_-1206238059'), (u'MULTIEQUAL_-1206238239', u'MULTIEQUAL_-1206238274'), (u'CALL_-1206240207', u'CALL_-1206239715'), ('const-16', u'INT_ADD_-1206239505'), (u'CAST_-1206237592', u'LOAD_-1206239596'), (u'INDIRECT_-1206238241', u'MULTIEQUAL_-1206238205'), (u'LOAD_-1206239726', u'CALL_-1206239715'), (u'CALL_-1206239517', u'CALL_-1206239415'), (u'CALL_-1206239464', u'INDIRECT_-1206237857'), ('tmp_1380', u'BRANCH_-1206239277'), ('const-4294967188', u'PTRSUB_-1206237841'), (u'CALL_-1206239581', u'INDIRECT_-1206238453'), (u'CALL_-1206239671', u'INDIRECT_-1206238329'), (u'CALL_-1206239279', u'INDIRECT_-1206238138'), (u'CALL_-1206239671', u'INDIRECT_-1206238259'), ('const-417', u'LOAD_-1206240351'), (u'CALL_-1206239489', u'INDIRECT_-1206238098'), (u'MULTIEQUAL_-1206238181', u'MULTIEQUAL_-1206238240'), (u'CALL_-1206239581', u'INDIRECT_-1206238418'), ('const-417', u'LOAD_-1206239463'), (u'PTRSUB_-1206237771', u'CALL_-1206239489'), (u'CALL_-1206239517', u'INDIRECT_-1206238237'), (u'CALL_-1206239517', u'INDIRECT_-1206238167'), (u'LOAD_-1206239544', u'CALL_-1206239517'), (u'CALL_-1206240207', u'CALL_-1206239545'), (u'CALL_-1206239424', u'INDIRECT_-1206238046'), (u'CALL_-1206239415', u'INDIRECT_-1206237818'), (u'INDIRECT_-1206238068', u'MULTIEQUAL_-1206238583'), (u'COPY_-1206237757', u'MULTIEQUAL_-1206239165'), (u'CALL_-1206239581', u'INDIRECT_-1206238488'), (u'CALL_-1206239478', u'INDIRECT_-1206238123'), (u'CALL_-1206240196', u'INDIRECT_-1206238603'), (u'INT_ADD_-1206239545', u'CAST_-1206237565'), (u'CALL_-1206239545', u'INDIRECT_-1206238223'), ('const-417', u'LOAD_-1206239602'), ('tmp_4588', u'INT_ADD_-1206239447'), ('tmp_4588', u'INT_ADD_-1206239545'), (u'INT_AND_-1206240000', u'CALL_-1206239984'), (u'CALL_-1206239442', u'INDIRECT_-1206238148'), ('tmp_4588', u'INT_ADD_-1206239476'), (u'CALL_-1206239276', u'INDIRECT_-1206237742'), (u'CALL_-1206239545', u'INDIRECT_-1206238293'), (u'CALL_-1206239442', u'INDIRECT_-1206238218'), (u'INDIRECT_-1206238138', u'MULTIEQUAL_-1206238653'), ('const-0', u'COPY_-1206240140'), (u'INT_ADD_-1206239447', u'CAST_-1206237490'), ('tmp_4577', u'PTRSUB_-1206237841'), (u'CAST_-1206237575', u'LOAD_-1206239573'), (u'CALL_-1206239545', u'CALL_-1206239393'), ('tmp_4588', u'INT_ADD_-1206240202'), (u'CALL_-1206239457', u'INDIRECT_-1206238345'), (u'CALL_-1206239505', u'INDIRECT_-1206238145'), (u'INDIRECT_-1206238041', u'MULTIEQUAL_-1206237785'), (u'CALL_-1206239424', u'INDIRECT_-1206238319'), (u'LOAD_-1206240218', u'CALL_-1206240207'), (u'CALL_-1206239984', u'INDIRECT_-1206238584'), (u'INT_ADD_-1206239671', u'CAST_-1206237639'), (u'MULTIEQUAL_-1206239179', u'MULTIEQUAL_-1206239154'), (u'CALL_-1206239614', u'INDIRECT_-1206238196'), ('tmp_4577', u'PTRSUB_-1206237771'), (u'CALL_-1206239426', u'INDIRECT_-1206238100'), (u'INDIRECT_-1206238273', u'MULTIEQUAL_-1206238058'), (u'INDIRECT_-1206238319', u'MULTIEQUAL_-1206238453')]
null
null
00053b6c
arm
O2
(translation_unit "void FUN_00053b6c(undefined4 param_1,int param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 *puVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n uint uVar12;\n uint uVar13;\n int *piVar14;\n int iVar15;\n undefined1 auStack_144 [212];\n uint local_70;\n byte abStack_6c [64];\n int local_2c;\n \n piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0);\n iVar15 = DAT_00053de4 + 0x53b98;\n local_2c = *piVar14;\n puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8);\n uVar12 = 0;\n iVar11 = 0x40;\n while( true ) {\n uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));\n iVar2 = FUN_00040858();\n if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }\n FUN_00040140(uVar1);\n iVar2 = FUN_00040b7c(uVar1,*puVar7);\n if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;\n FUN_000401c0(uVar1);\n }\n uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8));\n uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8));\n FUN_000401c0(uVar5);\n FUN_000401c0(uVar4);\n FUN_000401c0(iVar2);\n FUN_000401c0(uVar3);\n FUN_000401c0(uVar1);\n if (local_2c != *piVar14) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar6);\n }\n return;\n}\n\n" (function_definition "void FUN_00053b6c(undefined4 param_1,int param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 *puVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n uint uVar12;\n uint uVar13;\n int *piVar14;\n int iVar15;\n undefined1 auStack_144 [212];\n uint local_70;\n byte abStack_6c [64];\n int local_2c;\n \n piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0);\n iVar15 = DAT_00053de4 + 0x53b98;\n local_2c = *piVar14;\n puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8);\n uVar12 = 0;\n iVar11 = 0x40;\n while( true ) {\n uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));\n iVar2 = FUN_00040858();\n if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }\n FUN_00040140(uVar1);\n iVar2 = FUN_00040b7c(uVar1,*puVar7);\n if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;\n FUN_000401c0(uVar1);\n }\n uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8));\n uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8));\n FUN_000401c0(uVar5);\n FUN_000401c0(uVar4);\n FUN_000401c0(iVar2);\n FUN_000401c0(uVar3);\n FUN_000401c0(uVar1);\n if (local_2c != *piVar14) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar6);\n }\n return;\n}" primitive_type (function_declarator "FUN_00053b6c(undefined4 param_1,int param_2)" identifier (parameter_list "(undefined4 param_1,int param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n undefined4 uVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 *puVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n uint uVar12;\n uint uVar13;\n int *piVar14;\n int iVar15;\n undefined1 auStack_144 [212];\n uint local_70;\n byte abStack_6c [64];\n int local_2c;\n \n piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0);\n iVar15 = DAT_00053de4 + 0x53b98;\n local_2c = *piVar14;\n puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8);\n uVar12 = 0;\n iVar11 = 0x40;\n while( true ) {\n uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));\n iVar2 = FUN_00040858();\n if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }\n FUN_00040140(uVar1);\n iVar2 = FUN_00040b7c(uVar1,*puVar7);\n if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;\n FUN_000401c0(uVar1);\n }\n uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8));\n uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8));\n FUN_000401c0(uVar5);\n FUN_000401c0(uVar4);\n FUN_000401c0(iVar2);\n FUN_000401c0(uVar3);\n FUN_000401c0(uVar1);\n if (local_2c != *piVar14) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar6);\n }\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "undefined4 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "uint uVar13;" type_identifier identifier ;) (declaration "int *piVar14;" primitive_type (pointer_declarator "*piVar14" * identifier) ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "undefined1 auStack_144 [212];" type_identifier (array_declarator "auStack_144 [212]" identifier [ number_literal ]) ;) (declaration "uint local_70;" type_identifier identifier ;) (declaration "byte abStack_6c [64];" type_identifier (array_declarator "abStack_6c [64]" identifier [ number_literal ]) ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0);" (assignment_expression "piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0)" identifier = (pointer_expression "*(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0)" * (cast_expression "(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00053ddc + 0x53b7c + DAT_00053de0)" ( (binary_expression "DAT_00053ddc + 0x53b7c + DAT_00053de0" (binary_expression "DAT_00053ddc + 0x53b7c" identifier + number_literal) + identifier) ))))) ;) (expression_statement "iVar15 = DAT_00053de4 + 0x53b98;" (assignment_expression "iVar15 = DAT_00053de4 + 0x53b98" identifier = (binary_expression "DAT_00053de4 + 0x53b98" identifier + number_literal)) ;) (expression_statement "local_2c = *piVar14;" (assignment_expression "local_2c = *piVar14" identifier = (pointer_expression "*piVar14" * identifier)) ;) (expression_statement "puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8);" (assignment_expression "puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8)" identifier = (pointer_expression "*(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8)" * (cast_expression "(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00053ddc + 0x53b7c + DAT_00053de8)" ( (binary_expression "DAT_00053ddc + 0x53b7c + DAT_00053de8" (binary_expression "DAT_00053ddc + 0x53b7c" identifier + number_literal) + identifier) ))))) ;) (expression_statement "uVar12 = 0;" (assignment_expression "uVar12 = 0" identifier = number_literal) ;) (expression_statement "iVar11 = 0x40;" (assignment_expression "iVar11 = 0x40" identifier = number_literal) ;) (while_statement "while( true ) {\n uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));\n iVar2 = FUN_00040858();\n if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }\n FUN_00040140(uVar1);\n iVar2 = FUN_00040b7c(uVar1,*puVar7);\n if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;\n FUN_000401c0(uVar1);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));\n iVar2 = FUN_00040858();\n if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }\n FUN_00040140(uVar1);\n iVar2 = FUN_00040b7c(uVar1,*puVar7);\n if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;\n FUN_000401c0(uVar1);\n }" { (expression_statement "uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));" (assignment_expression "uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8))" identifier = (call_expression "FUN_00040180(*(undefined4 *)(param_2 + 8))" identifier (argument_list "(*(undefined4 *)(param_2 + 8))" ( (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) )))) ;) (expression_statement "iVar2 = FUN_00040858();" (assignment_expression "iVar2 = FUN_00040858()" identifier = (call_expression "FUN_00040858()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }" { (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (expression_statement "uVar13 = 0;" (assignment_expression "uVar13 = 0" identifier = number_literal) ;) (expression_statement "iVar9 = iVar2 + -1;" (assignment_expression "iVar9 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) (expression_statement "iVar2 = iVar11;" (assignment_expression "iVar2 = iVar11" identifier = identifier) ;) (do_statement "do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);" do (compound_statement "{\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n }" { (if_statement "if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (compound_statement "{\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }" { (if_statement "if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }" if (parenthesized_expression "(iVar2 == 0x40)" ( (binary_expression "iVar2 == 0x40" identifier == number_literal) )) (compound_statement "{\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }" { (expression_statement "local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);" (assignment_expression "local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18)" identifier = (binary_expression "(uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18)" (binary_expression "(uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff" (binary_expression "(uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8" (parenthesized_expression "(uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10))" ( (binary_expression "uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)" identifier ^ (parenthesized_expression "(uVar12 >> 0x10 | uVar12 << 0x10)" ( (binary_expression "uVar12 >> 0x10 | uVar12 << 0x10" (binary_expression "uVar12 >> 0x10" identifier >> number_literal) | (binary_expression "uVar12 << 0x10" identifier << number_literal)) ))) )) >> number_literal) & number_literal) ^ (parenthesized_expression "(uVar12 >> 8 | uVar12 << 0x18)" ( (binary_expression "uVar12 >> 8 | uVar12 << 0x18" (binary_expression "uVar12 >> 8" identifier >> number_literal) | (binary_expression "uVar12 << 0x18" identifier << number_literal)) )))) ;) (expression_statement "FUN_00055bd4(auStack_144);" (call_expression "FUN_00055bd4(auStack_144)" identifier (argument_list "(auStack_144)" ( identifier ))) ;) (expression_statement "FUN_00055c80(auStack_144,iVar15,0x1a);" (call_expression "FUN_00055c80(auStack_144,iVar15,0x1a)" identifier (argument_list "(auStack_144,iVar15,0x1a)" ( identifier , identifier , number_literal ))) ;) (expression_statement "FUN_00055c80(auStack_144,&local_70,4);" (call_expression "FUN_00055c80(auStack_144,&local_70,4)" identifier (argument_list "(auStack_144,&local_70,4)" ( identifier , (pointer_expression "&local_70" & identifier) , number_literal ))) ;) (expression_statement "FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));" (call_expression "FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10))" identifier (argument_list "(auStack_144,*(undefined4 *)(param_2 + 0x10))" ( identifier , (pointer_expression "*(undefined4 *)(param_2 + 0x10)" * (cast_expression "(undefined4 *)(param_2 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) ))) ;) (expression_statement "FUN_00057184(auStack_144,abStack_6c);" (call_expression "FUN_00057184(auStack_144,abStack_6c)" identifier (argument_list "(auStack_144,abStack_6c)" ( identifier , identifier ))) ;) (expression_statement "FUN_00055bd4(auStack_144);" (call_expression "FUN_00055bd4(auStack_144)" identifier (argument_list "(auStack_144)" ( identifier ))) ;) (expression_statement "FUN_00055c80(auStack_144,abStack_6c,0x40);" (call_expression "FUN_00055c80(auStack_144,abStack_6c,0x40)" identifier (argument_list "(auStack_144,abStack_6c,0x40)" ( identifier , identifier , number_literal ))) ;) (expression_statement "FUN_00052b34(auStack_144,param_1);" (call_expression "FUN_00052b34(auStack_144,param_1)" identifier (argument_list "(auStack_144,param_1)" ( identifier , identifier ))) ;) (expression_statement "FUN_00057184(auStack_144,abStack_6c);" (call_expression "FUN_00057184(auStack_144,abStack_6c)" identifier (argument_list "(auStack_144,abStack_6c)" ( identifier , identifier ))) ;) (expression_statement "uVar12 = uVar12 + 1;" (assignment_expression "uVar12 = uVar12 + 1" identifier = (binary_expression "uVar12 + 1" identifier + number_literal)) ;) (expression_statement "iVar11 = 1;" (assignment_expression "iVar11 = 1" identifier = number_literal) ;) (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" identifier = number_literal) ;) }) (else_clause "else {\n iVar11 = iVar2 + 1;\n }" else (compound_statement "{\n iVar11 = iVar2 + 1;\n }" { (expression_statement "iVar11 = iVar2 + 1;" (assignment_expression "iVar11 = iVar2 + 1" identifier = (binary_expression "iVar2 + 1" identifier + number_literal)) ;) }))) (expression_statement "uVar13 = (uint)abStack_6c[iVar2];" (assignment_expression "uVar13 = (uint)abStack_6c[iVar2]" identifier = (cast_expression "(uint)abStack_6c[iVar2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "abStack_6c[iVar2]" identifier [ identifier ]))) ;) (expression_statement "iVar10 = 7;" (assignment_expression "iVar10 = 7" identifier = number_literal) ;) }) (else_clause "else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }" else (compound_statement "{\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }" { (expression_statement "iVar10 = iVar10 + -1;" (assignment_expression "iVar10 = iVar10 + -1" identifier = (binary_expression "iVar10 + -1" identifier + number_literal)) ;) (expression_statement "iVar11 = iVar2;" (assignment_expression "iVar11 = iVar2" identifier = identifier) ;) }))) (expression_statement "iVar8 = iVar9 + -1;" (assignment_expression "iVar8 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "FUN_000409f0(uVar1,iVar9,uVar13 & 1);" (call_expression "FUN_000409f0(uVar1,iVar9,uVar13 & 1)" identifier (argument_list "(uVar1,iVar9,uVar13 & 1)" ( identifier , identifier , (binary_expression "uVar13 & 1" identifier & number_literal) ))) ;) (expression_statement "uVar13 = (int)uVar13 >> 1;" (assignment_expression "uVar13 = (int)uVar13 >> 1" identifier = (binary_expression "(int)uVar13 >> 1" (cast_expression "(int)uVar13" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal)) ;) (expression_statement "iVar9 = iVar8;" (assignment_expression "iVar9 = iVar8" identifier = identifier) ;) (expression_statement "iVar2 = iVar11;" (assignment_expression "iVar2 = iVar11" identifier = identifier) ;) }) while (parenthesized_expression "(iVar8 != -1)" ( (binary_expression "iVar8 != -1" identifier != number_literal) )) ;) })) (expression_statement "FUN_00040140(uVar1);" (call_expression "FUN_00040140(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (expression_statement "iVar2 = FUN_00040b7c(uVar1,*puVar7);" (assignment_expression "iVar2 = FUN_00040b7c(uVar1,*puVar7)" identifier = (call_expression "FUN_00040b7c(uVar1,*puVar7)" identifier (argument_list "(uVar1,*puVar7)" ( identifier , (pointer_expression "*puVar7" * identifier) )))) ;) (if_statement "if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;" if (parenthesized_expression "(((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0))" ( (binary_expression "((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)" (parenthesized_expression "((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0))" ( (binary_expression "(0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)" (parenthesized_expression "(0 < iVar2)" ( (binary_expression "0 < iVar2" number_literal < identifier) )) && (parenthesized_expression "(iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)" ( (comma_expression "iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0" (assignment_expression "iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8))" identifier = (call_expression "FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8))" identifier (argument_list "(uVar1,*(undefined4 *)(param_2 + 8))" ( identifier , (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) )))) , (binary_expression "iVar2 < 0" identifier < number_literal)) ))) )) && (parenthesized_expression "(iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)" ( (comma_expression "iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0" (assignment_expression "iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8))" identifier = (call_expression "FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8))" identifier (argument_list "(uVar1,*(undefined4 *)(param_2 + 8))" ( identifier , (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) )))) , (binary_expression "iVar2 != 0" identifier != number_literal)) ))) )) (break_statement "break;" break ;)) (expression_statement "FUN_000401c0(uVar1);" (call_expression "FUN_000401c0(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) })) (expression_statement "uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));" (assignment_expression "uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" identifier = (call_expression "FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" identifier (argument_list "(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" ( identifier , (pointer_expression "*(undefined4 *)(param_2 + 0xc)" * (cast_expression "(undefined4 *)(param_2 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x14)" * (cast_expression "(undefined4 *)(param_2 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x14)" ( (binary_expression "param_2 + 0x14" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x18)" * (cast_expression "(undefined4 *)(param_2 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x1c)" * (cast_expression "(undefined4 *)(param_2 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) )))) )))) ;) (expression_statement "uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8));" (assignment_expression "uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8))" identifier = (call_expression "FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8))" identifier (argument_list "(param_1,uVar3,*(undefined4 *)(param_2 + 8))" ( identifier , identifier , (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) )))) ;) (expression_statement "uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));" (assignment_expression "uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" identifier = (call_expression "FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" identifier (argument_list "(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" ( identifier , (pointer_expression "*(undefined4 *)(param_2 + 0x10)" * (cast_expression "(undefined4 *)(param_2 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x14)" * (cast_expression "(undefined4 *)(param_2 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x14)" ( (binary_expression "param_2 + 0x14" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x18)" * (cast_expression "(undefined4 *)(param_2 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x1c)" * (cast_expression "(undefined4 *)(param_2 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) )))) )))) ;) (expression_statement "uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8));" (assignment_expression "uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8))" identifier = (call_expression "FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8))" identifier (argument_list "(uVar5,iVar2,*(undefined4 *)(param_2 + 8))" ( identifier , identifier , (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) )))) ;) (expression_statement "FUN_000401c0(uVar5);" (call_expression "FUN_000401c0(uVar5)" identifier (argument_list "(uVar5)" ( identifier ))) ;) (expression_statement "FUN_000401c0(uVar4);" (call_expression "FUN_000401c0(uVar4)" identifier (argument_list "(uVar4)" ( identifier ))) ;) (expression_statement "FUN_000401c0(iVar2);" (call_expression "FUN_000401c0(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) (expression_statement "FUN_000401c0(uVar3);" (call_expression "FUN_000401c0(uVar3)" identifier (argument_list "(uVar3)" ( identifier ))) ;) (expression_statement "FUN_000401c0(uVar1);" (call_expression "FUN_000401c0(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (if_statement "if (local_2c != *piVar14) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar6);\n }" if (parenthesized_expression "(local_2c != *piVar14)" ( (binary_expression "local_2c != *piVar14" identifier != (pointer_expression "*piVar14" * identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar6);\n }" { comment (expression_statement "__stack_chk_fail(uVar6);" (call_expression "__stack_chk_fail(uVar6)" identifier (argument_list "(uVar6)" ( identifier ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "Bignum rsa_privkey_op(Bignum input,RSAKey *key)\n\n{\n Bignum_conflict bn;\n SHA512_State ss;\n uchar seqbuf [4];\n uchar digest512 [64];\n \n bn = copybn((Bignum_conflict)key->modulus);\n /* WARNING: Subroutine does not return */\n bignum_bitcount(bn);\n}\n\n" (function_definition "Bignum rsa_privkey_op(Bignum input,RSAKey *key)\n\n{\n Bignum_conflict bn;\n SHA512_State ss;\n uchar seqbuf [4];\n uchar digest512 [64];\n \n bn = copybn((Bignum_conflict)key->modulus);\n /* WARNING: Subroutine does not return */\n bignum_bitcount(bn);\n}" type_identifier (function_declarator "rsa_privkey_op(Bignum input,RSAKey *key)" identifier (parameter_list "(Bignum input,RSAKey *key)" ( (parameter_declaration "Bignum input" type_identifier identifier) , (parameter_declaration "RSAKey *key" type_identifier (pointer_declarator "*key" * identifier)) ))) (compound_statement "{\n Bignum_conflict bn;\n SHA512_State ss;\n uchar seqbuf [4];\n uchar digest512 [64];\n \n bn = copybn((Bignum_conflict)key->modulus);\n /* WARNING: Subroutine does not return */\n bignum_bitcount(bn);\n}" { (declaration "Bignum_conflict bn;" type_identifier identifier ;) (declaration "SHA512_State ss;" type_identifier identifier ;) (declaration "uchar seqbuf [4];" type_identifier (array_declarator "seqbuf [4]" identifier [ number_literal ]) ;) (declaration "uchar digest512 [64];" type_identifier (array_declarator "digest512 [64]" identifier [ number_literal ]) ;) (expression_statement "bn = copybn((Bignum_conflict)key->modulus);" (assignment_expression "bn = copybn((Bignum_conflict)key->modulus)" identifier = (call_expression "copybn((Bignum_conflict)key->modulus)" identifier (argument_list "((Bignum_conflict)key->modulus)" ( (cast_expression "(Bignum_conflict)key->modulus" ( (type_descriptor "Bignum_conflict" type_identifier) ) (field_expression "key->modulus" identifier -> field_identifier)) )))) ;) comment (expression_statement "bignum_bitcount(bn);" (call_expression "bignum_bitcount(bn)" identifier (argument_list "(bn)" ( identifier ))) ;) })))
(translation_unit "void FUN_00053b6c(undefined4 param_1,int param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 *puVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n uint uVar12;\n uint uVar13;\n int *piVar14;\n int iVar15;\n undefined1 auStack_144 [212];\n uint local_70;\n byte abStack_6c [64];\n int local_2c;\n \n piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0);\n iVar15 = DAT_00053de4 + 0x53b98;\n local_2c = *piVar14;\n puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8);\n uVar12 = 0;\n iVar11 = 0x40;\n while( true ) {\n uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));\n iVar2 = FUN_00040858();\n if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }\n FUN_00040140(uVar1);\n iVar2 = FUN_00040b7c(uVar1,*puVar7);\n if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;\n FUN_000401c0(uVar1);\n }\n uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8));\n uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8));\n FUN_000401c0(uVar5);\n FUN_000401c0(uVar4);\n FUN_000401c0(iVar2);\n FUN_000401c0(uVar3);\n FUN_000401c0(uVar1);\n if (local_2c != *piVar14) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar6);\n }\n return;\n}\n\n" (function_definition "void FUN_00053b6c(undefined4 param_1,int param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 *puVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n uint uVar12;\n uint uVar13;\n int *piVar14;\n int iVar15;\n undefined1 auStack_144 [212];\n uint local_70;\n byte abStack_6c [64];\n int local_2c;\n \n piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0);\n iVar15 = DAT_00053de4 + 0x53b98;\n local_2c = *piVar14;\n puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8);\n uVar12 = 0;\n iVar11 = 0x40;\n while( true ) {\n uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));\n iVar2 = FUN_00040858();\n if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }\n FUN_00040140(uVar1);\n iVar2 = FUN_00040b7c(uVar1,*puVar7);\n if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;\n FUN_000401c0(uVar1);\n }\n uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8));\n uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8));\n FUN_000401c0(uVar5);\n FUN_000401c0(uVar4);\n FUN_000401c0(iVar2);\n FUN_000401c0(uVar3);\n FUN_000401c0(uVar1);\n if (local_2c != *piVar14) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar6);\n }\n return;\n}" primitive_type (function_declarator "FUN_00053b6c(undefined4 param_1,int param_2)" identifier (parameter_list "(undefined4 param_1,int param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n undefined4 uVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 *puVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n uint uVar12;\n uint uVar13;\n int *piVar14;\n int iVar15;\n undefined1 auStack_144 [212];\n uint local_70;\n byte abStack_6c [64];\n int local_2c;\n \n piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0);\n iVar15 = DAT_00053de4 + 0x53b98;\n local_2c = *piVar14;\n puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8);\n uVar12 = 0;\n iVar11 = 0x40;\n while( true ) {\n uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));\n iVar2 = FUN_00040858();\n if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }\n FUN_00040140(uVar1);\n iVar2 = FUN_00040b7c(uVar1,*puVar7);\n if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;\n FUN_000401c0(uVar1);\n }\n uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8));\n uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8));\n FUN_000401c0(uVar5);\n FUN_000401c0(uVar4);\n FUN_000401c0(iVar2);\n FUN_000401c0(uVar3);\n FUN_000401c0(uVar1);\n if (local_2c != *piVar14) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar6);\n }\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "undefined4 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "uint uVar13;" type_identifier identifier ;) (declaration "int *piVar14;" primitive_type (pointer_declarator "*piVar14" * identifier) ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "undefined1 auStack_144 [212];" type_identifier (array_declarator "auStack_144 [212]" identifier [ number_literal ]) ;) (declaration "uint local_70;" type_identifier identifier ;) (declaration "byte abStack_6c [64];" type_identifier (array_declarator "abStack_6c [64]" identifier [ number_literal ]) ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0);" (assignment_expression "piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0)" identifier = (pointer_expression "*(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0)" * (cast_expression "(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00053ddc + 0x53b7c + DAT_00053de0)" ( (binary_expression "DAT_00053ddc + 0x53b7c + DAT_00053de0" (binary_expression "DAT_00053ddc + 0x53b7c" identifier + number_literal) + identifier) ))))) ;) (expression_statement "iVar15 = DAT_00053de4 + 0x53b98;" (assignment_expression "iVar15 = DAT_00053de4 + 0x53b98" identifier = (binary_expression "DAT_00053de4 + 0x53b98" identifier + number_literal)) ;) (expression_statement "local_2c = *piVar14;" (assignment_expression "local_2c = *piVar14" identifier = (pointer_expression "*piVar14" * identifier)) ;) (expression_statement "puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8);" (assignment_expression "puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8)" identifier = (pointer_expression "*(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8)" * (cast_expression "(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00053ddc + 0x53b7c + DAT_00053de8)" ( (binary_expression "DAT_00053ddc + 0x53b7c + DAT_00053de8" (binary_expression "DAT_00053ddc + 0x53b7c" identifier + number_literal) + identifier) ))))) ;) (expression_statement "uVar12 = 0;" (assignment_expression "uVar12 = 0" identifier = number_literal) ;) (expression_statement "iVar11 = 0x40;" (assignment_expression "iVar11 = 0x40" identifier = number_literal) ;) (while_statement "while( true ) {\n uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));\n iVar2 = FUN_00040858();\n if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }\n FUN_00040140(uVar1);\n iVar2 = FUN_00040b7c(uVar1,*puVar7);\n if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;\n FUN_000401c0(uVar1);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));\n iVar2 = FUN_00040858();\n if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }\n FUN_00040140(uVar1);\n iVar2 = FUN_00040b7c(uVar1,*puVar7);\n if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;\n FUN_000401c0(uVar1);\n }" { (expression_statement "uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));" (assignment_expression "uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8))" identifier = (call_expression "FUN_00040180(*(undefined4 *)(param_2 + 8))" identifier (argument_list "(*(undefined4 *)(param_2 + 8))" ( (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) )))) ;) (expression_statement "iVar2 = FUN_00040858();" (assignment_expression "iVar2 = FUN_00040858()" identifier = (call_expression "FUN_00040858()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }" { (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (expression_statement "uVar13 = 0;" (assignment_expression "uVar13 = 0" identifier = number_literal) ;) (expression_statement "iVar9 = iVar2 + -1;" (assignment_expression "iVar9 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) (expression_statement "iVar2 = iVar11;" (assignment_expression "iVar2 = iVar11" identifier = identifier) ;) (do_statement "do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);" do (compound_statement "{\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n }" { (if_statement "if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (compound_statement "{\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }" { (if_statement "if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }" if (parenthesized_expression "(iVar2 == 0x40)" ( (binary_expression "iVar2 == 0x40" identifier == number_literal) )) (compound_statement "{\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }" { (expression_statement "local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);" (assignment_expression "local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18)" identifier = (binary_expression "(uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18)" (binary_expression "(uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff" (binary_expression "(uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8" (parenthesized_expression "(uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10))" ( (binary_expression "uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)" identifier ^ (parenthesized_expression "(uVar12 >> 0x10 | uVar12 << 0x10)" ( (binary_expression "uVar12 >> 0x10 | uVar12 << 0x10" (binary_expression "uVar12 >> 0x10" identifier >> number_literal) | (binary_expression "uVar12 << 0x10" identifier << number_literal)) ))) )) >> number_literal) & number_literal) ^ (parenthesized_expression "(uVar12 >> 8 | uVar12 << 0x18)" ( (binary_expression "uVar12 >> 8 | uVar12 << 0x18" (binary_expression "uVar12 >> 8" identifier >> number_literal) | (binary_expression "uVar12 << 0x18" identifier << number_literal)) )))) ;) (expression_statement "FUN_00055bd4(auStack_144);" (call_expression "FUN_00055bd4(auStack_144)" identifier (argument_list "(auStack_144)" ( identifier ))) ;) (expression_statement "FUN_00055c80(auStack_144,iVar15,0x1a);" (call_expression "FUN_00055c80(auStack_144,iVar15,0x1a)" identifier (argument_list "(auStack_144,iVar15,0x1a)" ( identifier , identifier , number_literal ))) ;) (expression_statement "FUN_00055c80(auStack_144,&local_70,4);" (call_expression "FUN_00055c80(auStack_144,&local_70,4)" identifier (argument_list "(auStack_144,&local_70,4)" ( identifier , (pointer_expression "&local_70" & identifier) , number_literal ))) ;) (expression_statement "FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));" (call_expression "FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10))" identifier (argument_list "(auStack_144,*(undefined4 *)(param_2 + 0x10))" ( identifier , (pointer_expression "*(undefined4 *)(param_2 + 0x10)" * (cast_expression "(undefined4 *)(param_2 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) ))) ;) (expression_statement "FUN_00057184(auStack_144,abStack_6c);" (call_expression "FUN_00057184(auStack_144,abStack_6c)" identifier (argument_list "(auStack_144,abStack_6c)" ( identifier , identifier ))) ;) (expression_statement "FUN_00055bd4(auStack_144);" (call_expression "FUN_00055bd4(auStack_144)" identifier (argument_list "(auStack_144)" ( identifier ))) ;) (expression_statement "FUN_00055c80(auStack_144,abStack_6c,0x40);" (call_expression "FUN_00055c80(auStack_144,abStack_6c,0x40)" identifier (argument_list "(auStack_144,abStack_6c,0x40)" ( identifier , identifier , number_literal ))) ;) (expression_statement "FUN_00052b34(auStack_144,param_1);" (call_expression "FUN_00052b34(auStack_144,param_1)" identifier (argument_list "(auStack_144,param_1)" ( identifier , identifier ))) ;) (expression_statement "FUN_00057184(auStack_144,abStack_6c);" (call_expression "FUN_00057184(auStack_144,abStack_6c)" identifier (argument_list "(auStack_144,abStack_6c)" ( identifier , identifier ))) ;) (expression_statement "uVar12 = uVar12 + 1;" (assignment_expression "uVar12 = uVar12 + 1" identifier = (binary_expression "uVar12 + 1" identifier + number_literal)) ;) (expression_statement "iVar11 = 1;" (assignment_expression "iVar11 = 1" identifier = number_literal) ;) (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" identifier = number_literal) ;) }) (else_clause "else {\n iVar11 = iVar2 + 1;\n }" else (compound_statement "{\n iVar11 = iVar2 + 1;\n }" { (expression_statement "iVar11 = iVar2 + 1;" (assignment_expression "iVar11 = iVar2 + 1" identifier = (binary_expression "iVar2 + 1" identifier + number_literal)) ;) }))) (expression_statement "uVar13 = (uint)abStack_6c[iVar2];" (assignment_expression "uVar13 = (uint)abStack_6c[iVar2]" identifier = (cast_expression "(uint)abStack_6c[iVar2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "abStack_6c[iVar2]" identifier [ identifier ]))) ;) (expression_statement "iVar10 = 7;" (assignment_expression "iVar10 = 7" identifier = number_literal) ;) }) (else_clause "else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }" else (compound_statement "{\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }" { (expression_statement "iVar10 = iVar10 + -1;" (assignment_expression "iVar10 = iVar10 + -1" identifier = (binary_expression "iVar10 + -1" identifier + number_literal)) ;) (expression_statement "iVar11 = iVar2;" (assignment_expression "iVar11 = iVar2" identifier = identifier) ;) }))) (expression_statement "iVar8 = iVar9 + -1;" (assignment_expression "iVar8 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "FUN_000409f0(uVar1,iVar9,uVar13 & 1);" (call_expression "FUN_000409f0(uVar1,iVar9,uVar13 & 1)" identifier (argument_list "(uVar1,iVar9,uVar13 & 1)" ( identifier , identifier , (binary_expression "uVar13 & 1" identifier & number_literal) ))) ;) (expression_statement "uVar13 = (int)uVar13 >> 1;" (assignment_expression "uVar13 = (int)uVar13 >> 1" identifier = (binary_expression "(int)uVar13 >> 1" (cast_expression "(int)uVar13" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal)) ;) (expression_statement "iVar9 = iVar8;" (assignment_expression "iVar9 = iVar8" identifier = identifier) ;) (expression_statement "iVar2 = iVar11;" (assignment_expression "iVar2 = iVar11" identifier = identifier) ;) }) while (parenthesized_expression "(iVar8 != -1)" ( (binary_expression "iVar8 != -1" identifier != number_literal) )) ;) })) (expression_statement "FUN_00040140(uVar1);" (call_expression "FUN_00040140(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (expression_statement "iVar2 = FUN_00040b7c(uVar1,*puVar7);" (assignment_expression "iVar2 = FUN_00040b7c(uVar1,*puVar7)" identifier = (call_expression "FUN_00040b7c(uVar1,*puVar7)" identifier (argument_list "(uVar1,*puVar7)" ( identifier , (pointer_expression "*puVar7" * identifier) )))) ;) (if_statement "if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;" if (parenthesized_expression "(((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0))" ( (binary_expression "((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)" (parenthesized_expression "((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0))" ( (binary_expression "(0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)" (parenthesized_expression "(0 < iVar2)" ( (binary_expression "0 < iVar2" number_literal < identifier) )) && (parenthesized_expression "(iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)" ( (comma_expression "iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0" (assignment_expression "iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8))" identifier = (call_expression "FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8))" identifier (argument_list "(uVar1,*(undefined4 *)(param_2 + 8))" ( identifier , (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) )))) , (binary_expression "iVar2 < 0" identifier < number_literal)) ))) )) && (parenthesized_expression "(iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)" ( (comma_expression "iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0" (assignment_expression "iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8))" identifier = (call_expression "FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8))" identifier (argument_list "(uVar1,*(undefined4 *)(param_2 + 8))" ( identifier , (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) )))) , (binary_expression "iVar2 != 0" identifier != number_literal)) ))) )) (break_statement "break;" break ;)) (expression_statement "FUN_000401c0(uVar1);" (call_expression "FUN_000401c0(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) })) (expression_statement "uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));" (assignment_expression "uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" identifier = (call_expression "FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" identifier (argument_list "(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" ( identifier , (pointer_expression "*(undefined4 *)(param_2 + 0xc)" * (cast_expression "(undefined4 *)(param_2 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x14)" * (cast_expression "(undefined4 *)(param_2 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x14)" ( (binary_expression "param_2 + 0x14" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x18)" * (cast_expression "(undefined4 *)(param_2 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x1c)" * (cast_expression "(undefined4 *)(param_2 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) )))) )))) ;) (expression_statement "uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8));" (assignment_expression "uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8))" identifier = (call_expression "FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8))" identifier (argument_list "(param_1,uVar3,*(undefined4 *)(param_2 + 8))" ( identifier , identifier , (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) )))) ;) (expression_statement "uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));" (assignment_expression "uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" identifier = (call_expression "FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" identifier (argument_list "(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" ( identifier , (pointer_expression "*(undefined4 *)(param_2 + 0x10)" * (cast_expression "(undefined4 *)(param_2 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x14)" * (cast_expression "(undefined4 *)(param_2 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x14)" ( (binary_expression "param_2 + 0x14" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x18)" * (cast_expression "(undefined4 *)(param_2 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x1c)" * (cast_expression "(undefined4 *)(param_2 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) )))) )))) ;) (expression_statement "uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8));" (assignment_expression "uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8))" identifier = (call_expression "FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8))" identifier (argument_list "(uVar5,iVar2,*(undefined4 *)(param_2 + 8))" ( identifier , identifier , (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) )))) ;) (expression_statement "FUN_000401c0(uVar5);" (call_expression "FUN_000401c0(uVar5)" identifier (argument_list "(uVar5)" ( identifier ))) ;) (expression_statement "FUN_000401c0(uVar4);" (call_expression "FUN_000401c0(uVar4)" identifier (argument_list "(uVar4)" ( identifier ))) ;) (expression_statement "FUN_000401c0(iVar2);" (call_expression "FUN_000401c0(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) (expression_statement "FUN_000401c0(uVar3);" (call_expression "FUN_000401c0(uVar3)" identifier (argument_list "(uVar3)" ( identifier ))) ;) (expression_statement "FUN_000401c0(uVar1);" (call_expression "FUN_000401c0(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (if_statement "if (local_2c != *piVar14) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar6);\n }" if (parenthesized_expression "(local_2c != *piVar14)" ( (binary_expression "local_2c != *piVar14" identifier != (pointer_expression "*piVar14" * identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar6);\n }" { comment (expression_statement "__stack_chk_fail(uVar6);" (call_expression "__stack_chk_fail(uVar6)" identifier (argument_list "(uVar6)" ( identifier ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration 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 + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (while_statement while (parenthesized_expression ( BOOL )) (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 ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (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 = IDENT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression (parenthesized_expression ( (binary_expression IDENT ^ (parenthesized_expression ( (binary_expression (binary_expression IDENT >> LIT) | (binary_expression IDENT << LIT)) ))) )) >> LIT) & LIT) ^ (parenthesized_expression ( (binary_expression (binary_expression IDENT >> LIT) | (binary_expression IDENT << LIT)) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ IDENT ]))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT & LIT) ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (comma_expression (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) )))) )))) , (binary_expression IDENT < LIT)) ))) )) && (parenthesized_expression ( (comma_expression (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) )))) )))) , (binary_expression IDENT != LIT)) ))) )) (break_statement break ;)) (expression_statement (call_expression IDENT (argument_list ( 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) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * IDENT)) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (return_statement return ;) })))
(function_definition "void FUN_00053b6c(undefined4 param_1,int param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 *puVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n uint uVar12;\n uint uVar13;\n int *piVar14;\n int iVar15;\n undefined1 auStack_144 [212];\n uint local_70;\n byte abStack_6c [64];\n int local_2c;\n \n piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0);\n iVar15 = DAT_00053de4 + 0x53b98;\n local_2c = *piVar14;\n puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8);\n uVar12 = 0;\n iVar11 = 0x40;\n while( true ) {\n uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));\n iVar2 = FUN_00040858();\n if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }\n FUN_00040140(uVar1);\n iVar2 = FUN_00040b7c(uVar1,*puVar7);\n if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;\n FUN_000401c0(uVar1);\n }\n uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8));\n uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8));\n FUN_000401c0(uVar5);\n FUN_000401c0(uVar4);\n FUN_000401c0(iVar2);\n FUN_000401c0(uVar3);\n FUN_000401c0(uVar1);\n if (local_2c != *piVar14) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar6);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00053b6c(undefined4 param_1,int param_2)" (identifier "FUN_00053b6c") (parameter_list "(undefined4 param_1,int param_2)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 *puVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n int iVar11;\n uint uVar12;\n uint uVar13;\n int *piVar14;\n int iVar15;\n undefined1 auStack_144 [212];\n uint local_70;\n byte abStack_6c [64];\n int local_2c;\n \n piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0);\n iVar15 = DAT_00053de4 + 0x53b98;\n local_2c = *piVar14;\n puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8);\n uVar12 = 0;\n iVar11 = 0x40;\n while( true ) {\n uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));\n iVar2 = FUN_00040858();\n if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }\n FUN_00040140(uVar1);\n iVar2 = FUN_00040b7c(uVar1,*puVar7);\n if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;\n FUN_000401c0(uVar1);\n }\n uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8));\n uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));\n uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8));\n FUN_000401c0(uVar5);\n FUN_000401c0(uVar4);\n FUN_000401c0(iVar2);\n FUN_000401c0(uVar3);\n FUN_000401c0(uVar1);\n if (local_2c != *piVar14) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar6);\n }\n return;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "undefined4 uVar3;" (type_identifier "undefined4") (identifier "uVar3") (; ";")) (declaration "undefined4 uVar4;" (type_identifier "undefined4") (identifier "uVar4") (; ";")) (declaration "undefined4 uVar5;" (type_identifier "undefined4") (identifier "uVar5") (; ";")) (declaration "undefined4 uVar6;" (type_identifier "undefined4") (identifier "uVar6") (; ";")) (declaration "undefined4 *puVar7;" (type_identifier "undefined4") (pointer_declarator "*puVar7" (* "*") (identifier "puVar7")) (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "int iVar10;" (primitive_type "int") (identifier "iVar10") (; ";")) (declaration "int iVar11;" (primitive_type "int") (identifier "iVar11") (; ";")) (declaration "uint uVar12;" (type_identifier "uint") (identifier "uVar12") (; ";")) (declaration "uint uVar13;" (type_identifier "uint") (identifier "uVar13") (; ";")) (declaration "int *piVar14;" (primitive_type "int") (pointer_declarator "*piVar14" (* "*") (identifier "piVar14")) (; ";")) (declaration "int iVar15;" (primitive_type "int") (identifier "iVar15") (; ";")) (declaration "undefined1 auStack_144 [212];" (type_identifier "undefined1") (array_declarator "auStack_144 [212]" (identifier "auStack_144") ([ "[") (number_literal "212") (] "]")) (; ";")) (declaration "uint local_70;" (type_identifier "uint") (identifier "local_70") (; ";")) (declaration "byte abStack_6c [64];" (type_identifier "byte") (array_declarator "abStack_6c [64]" (identifier "abStack_6c") ([ "[") (number_literal "64") (] "]")) (; ";")) (declaration "int local_2c;" (primitive_type "int") (identifier "local_2c") (; ";")) (expression_statement "piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0);" (assignment_expression "piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0)" (identifier "piVar14") (= "=") (pointer_expression "*(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0)" (* "*") (cast_expression "(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_00053ddc + 0x53b7c + DAT_00053de0)" (( "(") (binary_expression "DAT_00053ddc + 0x53b7c + DAT_00053de0" (binary_expression "DAT_00053ddc + 0x53b7c" (identifier "DAT_00053ddc") (+ "+") (number_literal "0x53b7c")) (+ "+") (identifier "DAT_00053de0")) () ")"))))) (; ";")) (expression_statement "iVar15 = DAT_00053de4 + 0x53b98;" (assignment_expression "iVar15 = DAT_00053de4 + 0x53b98" (identifier "iVar15") (= "=") (binary_expression "DAT_00053de4 + 0x53b98" (identifier "DAT_00053de4") (+ "+") (number_literal "0x53b98"))) (; ";")) (expression_statement "local_2c = *piVar14;" (assignment_expression "local_2c = *piVar14" (identifier "local_2c") (= "=") (pointer_expression "*piVar14" (* "*") (identifier "piVar14"))) (; ";")) (expression_statement "puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8);" (assignment_expression "puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8)" (identifier "puVar7") (= "=") (pointer_expression "*(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8)" (* "*") (cast_expression "(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_00053ddc + 0x53b7c + DAT_00053de8)" (( "(") (binary_expression "DAT_00053ddc + 0x53b7c + DAT_00053de8" (binary_expression "DAT_00053ddc + 0x53b7c" (identifier "DAT_00053ddc") (+ "+") (number_literal "0x53b7c")) (+ "+") (identifier "DAT_00053de8")) () ")"))))) (; ";")) (expression_statement "uVar12 = 0;" (assignment_expression "uVar12 = 0" (identifier "uVar12") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar11 = 0x40;" (assignment_expression "iVar11 = 0x40" (identifier "iVar11") (= "=") (number_literal "0x40")) (; ";")) (while_statement "while( true ) {\n uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));\n iVar2 = FUN_00040858();\n if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }\n FUN_00040140(uVar1);\n iVar2 = FUN_00040b7c(uVar1,*puVar7);\n if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;\n FUN_000401c0(uVar1);\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));\n iVar2 = FUN_00040858();\n if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }\n FUN_00040140(uVar1);\n iVar2 = FUN_00040b7c(uVar1,*puVar7);\n if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;\n FUN_000401c0(uVar1);\n }" ({ "{") (expression_statement "uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8));" (assignment_expression "uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8))" (identifier "uVar1") (= "=") (call_expression "FUN_00040180(*(undefined4 *)(param_2 + 8))" (identifier "FUN_00040180") (argument_list "(*(undefined4 *)(param_2 + 8))" (( "(") (pointer_expression "*(undefined4 *)(param_2 + 8)" (* "*") (cast_expression "(undefined4 *)(param_2 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) () ")")))) (; ";")) (expression_statement "iVar2 = FUN_00040858();" (assignment_expression "iVar2 = FUN_00040858()" (identifier "iVar2") (= "=") (call_expression "FUN_00040858()" (identifier "FUN_00040858") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar2 != 0) {\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar10 = 0;\n uVar13 = 0;\n iVar9 = iVar2 + -1;\n iVar2 = iVar11;\n do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);\n }" ({ "{") (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" (identifier "iVar10") (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar13 = 0;" (assignment_expression "uVar13 = 0" (identifier "uVar13") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar9 = iVar2 + -1;" (assignment_expression "iVar9 = iVar2 + -1" (identifier "iVar9") (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "iVar2 = iVar11;" (assignment_expression "iVar2 = iVar11" (identifier "iVar2") (= "=") (identifier "iVar11")) (; ";")) (do_statement "do {\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n } while (iVar8 != -1);" (do "do") (compound_statement "{\n if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }\n iVar8 = iVar9 + -1;\n FUN_000409f0(uVar1,iVar9,uVar13 & 1);\n uVar13 = (int)uVar13 >> 1;\n iVar9 = iVar8;\n iVar2 = iVar11;\n }" ({ "{") (if_statement "if (iVar10 == 0) {\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }\n else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }" (if "if") (parenthesized_expression "(iVar10 == 0)" (( "(") (binary_expression "iVar10 == 0" (identifier "iVar10") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }\n uVar13 = (uint)abStack_6c[iVar2];\n iVar10 = 7;\n }" ({ "{") (if_statement "if (iVar2 == 0x40) {\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }\n else {\n iVar11 = iVar2 + 1;\n }" (if "if") (parenthesized_expression "(iVar2 == 0x40)" (( "(") (binary_expression "iVar2 == 0x40" (identifier "iVar2") (== "==") (number_literal "0x40")) () ")")) (compound_statement "{\n local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,iVar15,0x1a);\n FUN_00055c80(auStack_144,&local_70,4);\n FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));\n FUN_00057184(auStack_144,abStack_6c);\n FUN_00055bd4(auStack_144);\n FUN_00055c80(auStack_144,abStack_6c,0x40);\n FUN_00052b34(auStack_144,param_1);\n FUN_00057184(auStack_144,abStack_6c);\n uVar12 = uVar12 + 1;\n iVar11 = 1;\n iVar2 = 0;\n }" ({ "{") (expression_statement "local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18);" (assignment_expression "local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18)" (identifier "local_70") (= "=") (binary_expression "(uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^\n (uVar12 >> 8 | uVar12 << 0x18)" (binary_expression "(uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff" (binary_expression "(uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8" (parenthesized_expression "(uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10))" (( "(") (binary_expression "uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)" (identifier "uVar12") (^ "^") (parenthesized_expression "(uVar12 >> 0x10 | uVar12 << 0x10)" (( "(") (binary_expression "uVar12 >> 0x10 | uVar12 << 0x10" (binary_expression "uVar12 >> 0x10" (identifier "uVar12") (>> ">>") (number_literal "0x10")) (| "|") (binary_expression "uVar12 << 0x10" (identifier "uVar12") (<< "<<") (number_literal "0x10"))) () ")"))) () ")")) (>> ">>") (number_literal "8")) (& "&") (number_literal "0xffff00ff")) (^ "^") (parenthesized_expression "(uVar12 >> 8 | uVar12 << 0x18)" (( "(") (binary_expression "uVar12 >> 8 | uVar12 << 0x18" (binary_expression "uVar12 >> 8" (identifier "uVar12") (>> ">>") (number_literal "8")) (| "|") (binary_expression "uVar12 << 0x18" (identifier "uVar12") (<< "<<") (number_literal "0x18"))) () ")")))) (; ";")) (expression_statement "FUN_00055bd4(auStack_144);" (call_expression "FUN_00055bd4(auStack_144)" (identifier "FUN_00055bd4") (argument_list "(auStack_144)" (( "(") (identifier "auStack_144") () ")"))) (; ";")) (expression_statement "FUN_00055c80(auStack_144,iVar15,0x1a);" (call_expression "FUN_00055c80(auStack_144,iVar15,0x1a)" (identifier "FUN_00055c80") (argument_list "(auStack_144,iVar15,0x1a)" (( "(") (identifier "auStack_144") (, ",") (identifier "iVar15") (, ",") (number_literal "0x1a") () ")"))) (; ";")) (expression_statement "FUN_00055c80(auStack_144,&local_70,4);" (call_expression "FUN_00055c80(auStack_144,&local_70,4)" (identifier "FUN_00055c80") (argument_list "(auStack_144,&local_70,4)" (( "(") (identifier "auStack_144") (, ",") (pointer_expression "&local_70" (& "&") (identifier "local_70")) (, ",") (number_literal "4") () ")"))) (; ";")) (expression_statement "FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10));" (call_expression "FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10))" (identifier "FUN_00052b34") (argument_list "(auStack_144,*(undefined4 *)(param_2 + 0x10))" (( "(") (identifier "auStack_144") (, ",") (pointer_expression "*(undefined4 *)(param_2 + 0x10)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")")))) () ")"))) (; ";")) (expression_statement "FUN_00057184(auStack_144,abStack_6c);" (call_expression "FUN_00057184(auStack_144,abStack_6c)" (identifier "FUN_00057184") (argument_list "(auStack_144,abStack_6c)" (( "(") (identifier "auStack_144") (, ",") (identifier "abStack_6c") () ")"))) (; ";")) (expression_statement "FUN_00055bd4(auStack_144);" (call_expression "FUN_00055bd4(auStack_144)" (identifier "FUN_00055bd4") (argument_list "(auStack_144)" (( "(") (identifier "auStack_144") () ")"))) (; ";")) (expression_statement "FUN_00055c80(auStack_144,abStack_6c,0x40);" (call_expression "FUN_00055c80(auStack_144,abStack_6c,0x40)" (identifier "FUN_00055c80") (argument_list "(auStack_144,abStack_6c,0x40)" (( "(") (identifier "auStack_144") (, ",") (identifier "abStack_6c") (, ",") (number_literal "0x40") () ")"))) (; ";")) (expression_statement "FUN_00052b34(auStack_144,param_1);" (call_expression "FUN_00052b34(auStack_144,param_1)" (identifier "FUN_00052b34") (argument_list "(auStack_144,param_1)" (( "(") (identifier "auStack_144") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "FUN_00057184(auStack_144,abStack_6c);" (call_expression "FUN_00057184(auStack_144,abStack_6c)" (identifier "FUN_00057184") (argument_list "(auStack_144,abStack_6c)" (( "(") (identifier "auStack_144") (, ",") (identifier "abStack_6c") () ")"))) (; ";")) (expression_statement "uVar12 = uVar12 + 1;" (assignment_expression "uVar12 = uVar12 + 1" (identifier "uVar12") (= "=") (binary_expression "uVar12 + 1" (identifier "uVar12") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar11 = 1;" (assignment_expression "iVar11 = 1" (identifier "iVar11") (= "=") (number_literal "1")) (; ";")) (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" (identifier "iVar2") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n iVar11 = iVar2 + 1;\n }" (else "else") (compound_statement "{\n iVar11 = iVar2 + 1;\n }" ({ "{") (expression_statement "iVar11 = iVar2 + 1;" (assignment_expression "iVar11 = iVar2 + 1" (identifier "iVar11") (= "=") (binary_expression "iVar2 + 1" (identifier "iVar2") (+ "+") (number_literal "1"))) (; ";")) (} "}")))) (expression_statement "uVar13 = (uint)abStack_6c[iVar2];" (assignment_expression "uVar13 = (uint)abStack_6c[iVar2]" (identifier "uVar13") (= "=") (cast_expression "(uint)abStack_6c[iVar2]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "abStack_6c[iVar2]" (identifier "abStack_6c") ([ "[") (identifier "iVar2") (] "]")))) (; ";")) (expression_statement "iVar10 = 7;" (assignment_expression "iVar10 = 7" (identifier "iVar10") (= "=") (number_literal "7")) (; ";")) (} "}")) (else_clause "else {\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }" (else "else") (compound_statement "{\n iVar10 = iVar10 + -1;\n iVar11 = iVar2;\n }" ({ "{") (expression_statement "iVar10 = iVar10 + -1;" (assignment_expression "iVar10 = iVar10 + -1" (identifier "iVar10") (= "=") (binary_expression "iVar10 + -1" (identifier "iVar10") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "iVar11 = iVar2;" (assignment_expression "iVar11 = iVar2" (identifier "iVar11") (= "=") (identifier "iVar2")) (; ";")) (} "}")))) (expression_statement "iVar8 = iVar9 + -1;" (assignment_expression "iVar8 = iVar9 + -1" (identifier "iVar8") (= "=") (binary_expression "iVar9 + -1" (identifier "iVar9") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "FUN_000409f0(uVar1,iVar9,uVar13 & 1);" (call_expression "FUN_000409f0(uVar1,iVar9,uVar13 & 1)" (identifier "FUN_000409f0") (argument_list "(uVar1,iVar9,uVar13 & 1)" (( "(") (identifier "uVar1") (, ",") (identifier "iVar9") (, ",") (binary_expression "uVar13 & 1" (identifier "uVar13") (& "&") (number_literal "1")) () ")"))) (; ";")) (expression_statement "uVar13 = (int)uVar13 >> 1;" (assignment_expression "uVar13 = (int)uVar13 >> 1" (identifier "uVar13") (= "=") (binary_expression "(int)uVar13 >> 1" (cast_expression "(int)uVar13" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar13")) (>> ">>") (number_literal "1"))) (; ";")) (expression_statement "iVar9 = iVar8;" (assignment_expression "iVar9 = iVar8" (identifier "iVar9") (= "=") (identifier "iVar8")) (; ";")) (expression_statement "iVar2 = iVar11;" (assignment_expression "iVar2 = iVar11" (identifier "iVar2") (= "=") (identifier "iVar11")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar8 != -1)" (( "(") (binary_expression "iVar8 != -1" (identifier "iVar8") (!= "!=") (number_literal "-1")) () ")")) (; ";")) (} "}"))) (expression_statement "FUN_00040140(uVar1);" (call_expression "FUN_00040140(uVar1)" (identifier "FUN_00040140") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")"))) (; ";")) (expression_statement "iVar2 = FUN_00040b7c(uVar1,*puVar7);" (assignment_expression "iVar2 = FUN_00040b7c(uVar1,*puVar7)" (identifier "iVar2") (= "=") (call_expression "FUN_00040b7c(uVar1,*puVar7)" (identifier "FUN_00040b7c") (argument_list "(uVar1,*puVar7)" (( "(") (identifier "uVar1") (, ",") (pointer_expression "*puVar7" (* "*") (identifier "puVar7")) () ")")))) (; ";")) (if_statement "if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break;" (if "if") (parenthesized_expression "(((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0))" (( "(") (binary_expression "((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) &&\n (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)" (parenthesized_expression "((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0))" (( "(") (binary_expression "(0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)" (parenthesized_expression "(0 < iVar2)" (( "(") (binary_expression "0 < iVar2" (number_literal "0") (< "<") (identifier "iVar2")) () ")")) (&& "&&") (parenthesized_expression "(iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)" (( "(") (comma_expression "iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0" (assignment_expression "iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8))" (identifier "iVar2") (= "=") (call_expression "FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8))" (identifier "FUN_00040b7c") (argument_list "(uVar1,*(undefined4 *)(param_2 + 8))" (( "(") (identifier "uVar1") (, ",") (pointer_expression "*(undefined4 *)(param_2 + 8)" (* "*") (cast_expression "(undefined4 *)(param_2 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) () ")")))) (, ",") (binary_expression "iVar2 < 0" (identifier "iVar2") (< "<") (number_literal "0"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)" (( "(") (comma_expression "iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0" (assignment_expression "iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8))" (identifier "iVar2") (= "=") (call_expression "FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8))" (identifier "FUN_00041e10") (argument_list "(uVar1,*(undefined4 *)(param_2 + 8))" (( "(") (identifier "uVar1") (, ",") (pointer_expression "*(undefined4 *)(param_2 + 8)" (* "*") (cast_expression "(undefined4 *)(param_2 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) () ")")))) (, ",") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "FUN_000401c0(uVar1);" (call_expression "FUN_000401c0(uVar1)" (identifier "FUN_000401c0") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));" (assignment_expression "uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" (identifier "uVar3") (= "=") (call_expression "FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" (identifier "FUN_00053a20") (argument_list "(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" (( "(") (identifier "uVar1") (, ",") (pointer_expression "*(undefined4 *)(param_2 + 0xc)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0xc)" (( "(") (binary_expression "param_2 + 0xc" (identifier "param_2") (+ "+") (number_literal "0xc")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(param_2 + 8)" (* "*") (cast_expression "(undefined4 *)(param_2 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(param_2 + 0x14)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x14)" (( "(") (binary_expression "param_2 + 0x14" (identifier "param_2") (+ "+") (number_literal "0x14")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(param_2 + 0x18)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x18)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(param_2 + 0x1c)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x1c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x1c)" (( "(") (binary_expression "param_2 + 0x1c" (identifier "param_2") (+ "+") (number_literal "0x1c")) () ")")))) () ")")))) (; ";")) (expression_statement "uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8));" (assignment_expression "uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8))" (identifier "uVar4") (= "=") (call_expression "FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8))" (identifier "FUN_000401e4") (argument_list "(param_1,uVar3,*(undefined4 *)(param_2 + 8))" (( "(") (identifier "param_1") (, ",") (identifier "uVar3") (, ",") (pointer_expression "*(undefined4 *)(param_2 + 8)" (* "*") (cast_expression "(undefined4 *)(param_2 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) () ")")))) (; ";")) (expression_statement "uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c));" (assignment_expression "uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" (identifier "uVar5") (= "=") (call_expression "FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" (identifier "FUN_00053a20") (argument_list "(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8),\n *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18),\n *(undefined4 *)(param_2 + 0x1c))" (( "(") (identifier "uVar4") (, ",") (pointer_expression "*(undefined4 *)(param_2 + 0x10)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(param_2 + 8)" (* "*") (cast_expression "(undefined4 *)(param_2 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(param_2 + 0x14)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x14)" (( "(") (binary_expression "param_2 + 0x14" (identifier "param_2") (+ "+") (number_literal "0x14")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(param_2 + 0x18)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x18)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(param_2 + 0x1c)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x1c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x1c)" (( "(") (binary_expression "param_2 + 0x1c" (identifier "param_2") (+ "+") (number_literal "0x1c")) () ")")))) () ")")))) (; ";")) (expression_statement "uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8));" (assignment_expression "uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8))" (identifier "uVar6") (= "=") (call_expression "FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8))" (identifier "FUN_000401e4") (argument_list "(uVar5,iVar2,*(undefined4 *)(param_2 + 8))" (( "(") (identifier "uVar5") (, ",") (identifier "iVar2") (, ",") (pointer_expression "*(undefined4 *)(param_2 + 8)" (* "*") (cast_expression "(undefined4 *)(param_2 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) () ")")))) (; ";")) (expression_statement "FUN_000401c0(uVar5);" (call_expression "FUN_000401c0(uVar5)" (identifier "FUN_000401c0") (argument_list "(uVar5)" (( "(") (identifier "uVar5") () ")"))) (; ";")) (expression_statement "FUN_000401c0(uVar4);" (call_expression "FUN_000401c0(uVar4)" (identifier "FUN_000401c0") (argument_list "(uVar4)" (( "(") (identifier "uVar4") () ")"))) (; ";")) (expression_statement "FUN_000401c0(iVar2);" (call_expression "FUN_000401c0(iVar2)" (identifier "FUN_000401c0") (argument_list "(iVar2)" (( "(") (identifier "iVar2") () ")"))) (; ";")) (expression_statement "FUN_000401c0(uVar3);" (call_expression "FUN_000401c0(uVar3)" (identifier "FUN_000401c0") (argument_list "(uVar3)" (( "(") (identifier "uVar3") () ")"))) (; ";")) (expression_statement "FUN_000401c0(uVar1);" (call_expression "FUN_000401c0(uVar1)" (identifier "FUN_000401c0") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")"))) (; ";")) (if_statement "if (local_2c != *piVar14) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar6);\n }" (if "if") (parenthesized_expression "(local_2c != *piVar14)" (( "(") (binary_expression "local_2c != *piVar14" (identifier "local_2c") (!= "!=") (pointer_expression "*piVar14" (* "*") (identifier "piVar14"))) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(uVar6);\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "__stack_chk_fail(uVar6);" (call_expression "__stack_chk_fail(uVar6)" (identifier "__stack_chk_fail") (argument_list "(uVar6)" (( "(") (identifier "uVar6") () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
type_1 function_1(type_1 input,type_2 *key) { type_3 bn; type_4 ss; type_5 seqbuf [4]; type_5 digest512 [64]; bn = var_1((type_3)key->modulus); /* WARNING: Subroutine does not return */ var_2(bn); }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) 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: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (while_statement condition: (parenthesized_expression (true)) 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: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (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: (identifier))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (parenthesized_expression (comma_expression left: (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)))))))) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_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)))))) consequence: (break_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 (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (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))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (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)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (return_statement))))
void MASKED(undefined4 param_1,int param_2) { undefined4 uVar1; int iVar2; undefined4 uVar3; undefined4 uVar4; undefined4 uVar5; undefined4 uVar6; undefined4 *puVar7; int iVar8; int iVar9; int iVar10; int iVar11; uint uVar12; uint uVar13; int *piVar14; int iVar15; undefined1 auStack_144 [212]; uint local_70; byte abStack_6c [64]; int local_2c; piVar14 = *(int **)(DAT_00053ddc + 0x53b7c + DAT_00053de0); iVar15 = DAT_00053de4 + 0x53b98; local_2c = *piVar14; puVar7 = *(undefined4 **)(DAT_00053ddc + 0x53b7c + DAT_00053de8); uVar12 = 0; iVar11 = 0x40; while( true ) { uVar1 = FUN_00040180(*(undefined4 *)(param_2 + 8)); iVar2 = FUN_00040858(); if (iVar2 != 0) { iVar10 = 0; uVar13 = 0; iVar9 = iVar2 + -1; iVar2 = iVar11; do { if (iVar10 == 0) { if (iVar2 == 0x40) { local_70 = (uVar12 ^ (uVar12 >> 0x10 | uVar12 << 0x10)) >> 8 & 0xffff00ff ^ (uVar12 >> 8 | uVar12 << 0x18); FUN_00055bd4(auStack_144); FUN_00055c80(auStack_144,iVar15,0x1a); FUN_00055c80(auStack_144,&local_70,4); FUN_00052b34(auStack_144,*(undefined4 *)(param_2 + 0x10)); FUN_00057184(auStack_144,abStack_6c); FUN_00055bd4(auStack_144); FUN_00055c80(auStack_144,abStack_6c,0x40); FUN_00052b34(auStack_144,param_1); FUN_00057184(auStack_144,abStack_6c); uVar12 = uVar12 + 1; iVar11 = 1; iVar2 = 0; } else { iVar11 = iVar2 + 1; } uVar13 = (uint)abStack_6c[iVar2]; iVar10 = 7; } else { iVar10 = iVar10 + -1; iVar11 = iVar2; } iVar8 = iVar9 + -1; FUN_000409f0(uVar1,iVar9,uVar13 & 1); uVar13 = (int)uVar13 >> 1; iVar9 = iVar8; iVar2 = iVar11; } while (iVar8 != -1); } FUN_00040140(uVar1); iVar2 = FUN_00040b7c(uVar1,*puVar7); if (((0 < iVar2) && (iVar2 = FUN_00040b7c(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 < 0)) && (iVar2 = FUN_00041e10(uVar1,*(undefined4 *)(param_2 + 8)), iVar2 != 0)) break; FUN_000401c0(uVar1); } uVar3 = FUN_00053a20(uVar1,*(undefined4 *)(param_2 + 0xc),*(undefined4 *)(param_2 + 8), *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18), *(undefined4 *)(param_2 + 0x1c)); uVar4 = FUN_000401e4(param_1,uVar3,*(undefined4 *)(param_2 + 8)); uVar5 = FUN_00053a20(uVar4,*(undefined4 *)(param_2 + 0x10),*(undefined4 *)(param_2 + 8), *(undefined4 *)(param_2 + 0x14),*(undefined4 *)(param_2 + 0x18), *(undefined4 *)(param_2 + 0x1c)); uVar6 = FUN_000401e4(uVar5,iVar2,*(undefined4 *)(param_2 + 8)); FUN_000401c0(uVar5); FUN_000401c0(uVar4); FUN_000401c0(iVar2); FUN_000401c0(uVar3); FUN_000401c0(uVar1); if (local_2c != *piVar14) { /* WARNING: Subroutine does not return */ __stack_chk_fail(uVar6); } return; }
46,036
144_sha384sum_and_sha384sum_strip.c
textdomain
textdomain
/* WARNING: Control flow encountered bad instruction data */ void textdomain(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* textdomain@@GLIBC_2.4 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void textdomain(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206103966')]
[('const-1', u'RETURN_-1206103966')]
null
null
00035058
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid textdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void textdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "textdomain(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 textdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* textdomain@@GLIBC_2.4 */\n halt_baddata();\n}\n\n" comment (function_definition "void textdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* textdomain@@GLIBC_2.4 */\n halt_baddata();\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* textdomain@@GLIBC_2.4 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid textdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void textdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "textdomain(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 comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (function_definition "void textdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "textdomain(void)" (identifier "textdomain") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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 */ /* textdomain@@GLIBC_2.4 */ var_1(); }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
481
32_lessecho_and_lessecho_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_-1206046674')]
[('const-1', u'RETURN_-1206046674')]
null
null
00023024
arm
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 "/* 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 comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (function_definition "void __gmon_start__(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\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 /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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(); }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
31,043
426_cp_and_cp_strip.c
memmove
memmove
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memmove(void *__dest,void *__src,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ /* memmove@@GLIBC_2.4 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memmove(void *__dest,void *__src,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206071190')]
[('const-1', u'RETURN_-1206071190')]
null
null
0003d060
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\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 /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* memmove@@GLIBC_2.4 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* memmove@@GLIBC_2.4 */\n halt_baddata();\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 /* WARNING: Bad instruction - Truncating control flow here */\n /* memmove@@GLIBC_2.4 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\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 /* 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 comment comment (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 { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\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 /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__dest,void *__src,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ /* memmove@@GLIBC_2.4 */ var_1(); }
(translation_unit (comment) (comment) (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 (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(void *__dest,void *__src,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
8,956
28_fold_and_fold_strip.c
__libc_start_main
__libc_start_main
void __libc_start_main(void) { (*(code *)PTR___libc_start_main_00028080)(); return; }
void __libc_start_main(void) { (*(code *)PTR___libc_start_main_00028080)(); return; }
adr r12,0x10ee0 add r12,r12,#0x17000 ldr pc,[r12,#0x1a0]!
null
null
null
null
[(u'INDIRECT_-1205989568', u'COPY_-1205989627'), (u'CALLIND_-1205989637', u'INDIRECT_-1205989568'), ('tmp_113', u'CAST_-1205989563'), (u'CAST_-1205989563', u'CALLIND_-1205989637'), ('const-0', u'RETURN_-1205989634')]
[(u'INDIRECT_-1205989568', u'COPY_-1205989627'), (u'CALLIND_-1205989637', u'INDIRECT_-1205989568'), ('tmp_113', u'CAST_-1205989563'), (u'CAST_-1205989563', u'CALLIND_-1205989637'), ('const-0', u'RETURN_-1205989634')]
null
null
00010ed8
arm
O2
(translation_unit "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00028080)();\n return;\n}\n\n" (function_definition "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00028080)();\n return;\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___libc_start_main_00028080)();\n return;\n}" { (expression_statement "(*(code *)PTR___libc_start_main_00028080)();" (call_expression "(*(code *)PTR___libc_start_main_00028080)()" (parenthesized_expression "(*(code *)PTR___libc_start_main_00028080)" ( (pointer_expression "*(code *)PTR___libc_start_main_00028080" * (cast_expression "(code *)PTR___libc_start_main_00028080" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00028080)();\n return;\n}\n\n" (function_definition "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00028080)();\n return;\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___libc_start_main_00028080)();\n return;\n}" { (expression_statement "(*(code *)PTR___libc_start_main_00028080)();" (call_expression "(*(code *)PTR___libc_start_main_00028080)()" (parenthesized_expression "(*(code *)PTR___libc_start_main_00028080)" ( (pointer_expression "*(code *)PTR___libc_start_main_00028080" * (cast_expression "(code *)PTR___libc_start_main_00028080" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00028080)();\n return;\n}\n\n" (function_definition "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00028080)();\n return;\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___libc_start_main_00028080)();\n return;\n}" { (expression_statement "(*(code *)PTR___libc_start_main_00028080)();" (call_expression "(*(code *)PTR___libc_start_main_00028080)()" (parenthesized_expression "(*(code *)PTR___libc_start_main_00028080)" ( (pointer_expression "*(code *)PTR___libc_start_main_00028080" * (cast_expression "(code *)PTR___libc_start_main_00028080" ( (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 __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00028080)();\n return;\n}" (primitive_type "void") (function_declarator "__libc_start_main(void)" (identifier "__libc_start_main") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR___libc_start_main_00028080)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR___libc_start_main_00028080)();" (call_expression "(*(code *)PTR___libc_start_main_00028080)()" (parenthesized_expression "(*(code *)PTR___libc_start_main_00028080)" (( "(") (pointer_expression "*(code *)PTR___libc_start_main_00028080" (* "*") (cast_expression "(code *)PTR___libc_start_main_00028080" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___libc_start_main_00028080"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR___libc_start_main_00028080)(); return; }
(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))))
void MASKED(void) { (*(code *)PTR_MASKED_00028080)(); return; }
14,174
113_sha384sum_and_sha384sum_strip.c
rpl_getopt
FUN_00022234
int rpl_getopt(int argc,char **argv,char *optstring) { int iVar1; iVar1 = rpl_getopt_internal(argc,argv,optstring,(rpl_option *)0x0,(int *)0x0,0,1); return iVar1; }
void FUN_00022234(void) { FUN_00022194(); return; }
str lr,[sp,#-0x4]! mov r3,#0x0 sub sp,sp,#0x14 mov r12,#0x1 stmib sp,{r3,r12} str r3,[sp,#0x0] bl 0x00022194 add sp,sp,#0x14 ldr pc,[sp],#0x4
null
null
null
null
[('const-0', u'CALL_-1206050175'), ('const-0', u'CALL_-1206050175'), ('tmp_195', u'CALL_-1206050175'), ('tmp_193', u'CALL_-1206050175'), ('const-0', u'RETURN_-1206050144'), ('const-1', u'CALL_-1206050175'), (u'CALL_-1206050175', u'RETURN_-1206050144'), ('const-0', u'CALL_-1206050175'), ('tmp_194', u'CALL_-1206050175')]
[('const-0', u'RETURN_-1206050144')]
null
null
00022234
arm
O2
(translation_unit "void FUN_00022234(void)\n\n{\n FUN_00022194();\n return;\n}\n\n" (function_definition "void FUN_00022234(void)\n\n{\n FUN_00022194();\n return;\n}" primitive_type (function_declarator "FUN_00022234(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00022194();\n return;\n}" { (expression_statement "FUN_00022194();" (call_expression "FUN_00022194()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "int rpl_getopt(int argc,char **argv,char *optstring)\n\n{\n int iVar1;\n \n iVar1 = rpl_getopt_internal(argc,argv,optstring,(rpl_option *)0x0,(int *)0x0,0,1);\n return iVar1;\n}\n\n" (function_definition "int rpl_getopt(int argc,char **argv,char *optstring)\n\n{\n int iVar1;\n \n iVar1 = rpl_getopt_internal(argc,argv,optstring,(rpl_option *)0x0,(int *)0x0,0,1);\n return iVar1;\n}" primitive_type (function_declarator "rpl_getopt(int argc,char **argv,char *optstring)" identifier (parameter_list "(int argc,char **argv,char *optstring)" ( (parameter_declaration "int argc" primitive_type identifier) , (parameter_declaration "char **argv" primitive_type (pointer_declarator "**argv" * (pointer_declarator "*argv" * identifier))) , (parameter_declaration "char *optstring" primitive_type (pointer_declarator "*optstring" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = rpl_getopt_internal(argc,argv,optstring,(rpl_option *)0x0,(int *)0x0,0,1);\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = rpl_getopt_internal(argc,argv,optstring,(rpl_option *)0x0,(int *)0x0,0,1);" (assignment_expression "iVar1 = rpl_getopt_internal(argc,argv,optstring,(rpl_option *)0x0,(int *)0x0,0,1)" identifier = (call_expression "rpl_getopt_internal(argc,argv,optstring,(rpl_option *)0x0,(int *)0x0,0,1)" identifier (argument_list "(argc,argv,optstring,(rpl_option *)0x0,(int *)0x0,0,1)" ( identifier , identifier , identifier , (cast_expression "(rpl_option *)0x0" ( (type_descriptor "rpl_option *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) , number_literal , number_literal )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "void FUN_00022234(void)\n\n{\n FUN_00022194();\n return;\n}\n\n" (function_definition "void FUN_00022234(void)\n\n{\n FUN_00022194();\n return;\n}" primitive_type (function_declarator "FUN_00022234(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00022194();\n return;\n}" { (expression_statement "FUN_00022194();" (call_expression "FUN_00022194()" 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_00022234(void)\n\n{\n FUN_00022194();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00022234(void)" (identifier "FUN_00022234") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_00022194();\n return;\n}" ({ "{") (expression_statement "FUN_00022194();" (call_expression "FUN_00022194()" (identifier "FUN_00022194") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
int function_1(int argc,char **argv,char *optstring) { int iVar1; iVar1 = var_1(argc,argv,optstring,(type_1 *)0x0,(int *)0x0,0,1); return iVar1; }
(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))))
void MASKED(void) { FUN_00022194(); return; }
450
106_dd_and_dd_strip.c
parse_symbols
FUN_00015f84
int parse_symbols(char *str,symbol_value *table,_Bool exclusive,char *error_msgid) { char *pcVar1; char cVar2; char cVar3; char *pcVar4; undefined4 uVar5; char *pcVar6; char *pcVar7; uint uVar8; uint uVar9; size_t argsize; char *pcVar10; char *pcVar11; pcVar6 = (char *)((int)&table[-1].value + 3); uVar9 = 0; do { pcVar4 = strchr(str,0x2c); pcVar7 = str + -1; pcVar11 = pcVar6; pcVar10 = pcVar6; LAB_00015fc8: cVar2 = pcVar11[1]; cVar3 = pcVar7[1]; if (cVar2 != '\0') break; if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar10 + 0xd), uVar8 == 0)) goto LAB_00015ff0; if (!exclusive) { uVar8 = uVar8 | uVar9; } if (pcVar4 == (char *)0x0) { return uVar8; } str = pcVar4 + 1; uVar9 = uVar8; } while( true ); pcVar7 = pcVar7 + 1; pcVar11 = pcVar11 + 1; if (cVar2 != cVar3) { LAB_00015ff0: pcVar11 = pcVar10 + 0x10; pcVar1 = pcVar10 + 1; pcVar7 = str + -1; pcVar10 = pcVar11; if (*pcVar1 == '\0') { if (pcVar4 == (char *)0x0) { argsize = strlen(str); } else { argsize = (int)pcVar4 - (int)str; } uVar5 = dcgettext(0,error_msgid,5); pcVar6 = quotearg_n_style_mem(0,locale_quoting_style,str,argsize); nl_error(0,0,(char *)(DAT_0001608c + 0x16048),uVar5,pcVar6); /* WARNING: Subroutine does not return */ usage(1); } } goto LAB_00015fc8; }
uint FUN_00015f84(char *param_1,int param_2,int param_3,undefined4 param_4) { char *pcVar1; char cVar2; char cVar3; char *pcVar4; undefined4 uVar5; undefined4 uVar6; char *pcVar7; uint uVar8; uint uVar9; size_t sVar10; char *pcVar11; char *pcVar12; uVar9 = 0; do { pcVar4 = strchr(param_1,0x2c); pcVar7 = param_1 + -1; pcVar12 = (char *)(param_2 + -1); pcVar11 = (char *)(param_2 + -1); LAB_00015fc8: cVar2 = pcVar12[1]; cVar3 = pcVar7[1]; if (cVar2 != '\0') break; if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0)) goto LAB_00015ff0; if (param_3 == 0) { uVar8 = uVar8 | uVar9; } if (pcVar4 == (char *)0x0) { return uVar8; } param_1 = pcVar4 + 1; uVar9 = uVar8; } while( true ); pcVar7 = pcVar7 + 1; pcVar12 = pcVar12 + 1; if (cVar2 != cVar3) { LAB_00015ff0: pcVar12 = pcVar11 + 0x10; pcVar1 = pcVar11 + 1; pcVar7 = param_1 + -1; pcVar11 = pcVar12; if (*pcVar1 == '\0') { if (pcVar4 == (char *)0x0) { sVar10 = strlen(param_1); } else { sVar10 = (int)pcVar4 - (int)param_1; } uVar5 = dcgettext(0,param_4,5); uVar6 = FUN_000192e4(0,8,param_1,sVar10); FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6); /* WARNING: Subroutine does not return */ FUN_00015988(1); } } goto LAB_00015fc8; }
stmdb sp!,{r4,r5,r6,r7,r8,r9,lr} cpy r4,r0 sub sp,sp,#0xc cpy r7,r2 cpy r8,r3 sub r6,r1,#0x1 mov r5,#0x0 mov r1,#0x2c cpy r0,r4 bl 0x000113a8 sub r9,r4,#0x1 cpy lr,r6 cpy r1,r9 cpy r2,lr b 0x00015fc8 cmp r3,r12 bne 0x00015ff0 ldrb r3,[r2,#0x1]! ldrb r12,[r1,#0x1]! cmp r3,#0x0 bne 0x00015fc0 cmp r12,#0x0 cmpne r12,#0x2c bne 0x00015ff0 ldr r3,[lr,#0xd] cmp r3,#0x0 bne 0x00016058 add lr,lr,#0x10 ldrb r3,[lr,#-0xf] cmp r3,#0x0 bne 0x00015fb4 cmp r0,#0x0 subne r5,r0,r4 beq 0x0001607c cpy r1,r8 mov r2,#0x5 mov r0,#0x0 bl 0x00011228 cpy r3,r5 cpy r2,r4 mov r1,#0x8 cpy r6,r0 mov r0,#0x0 bl 0x000192e4 ldr r2,[0x1608c] mov r1,#0x0 cpy r3,r6 add r2,pc,r2 str r0,[sp,#0x0] cpy r0,r1 bl 0x000141b8 mov r0,#0x1 bl 0x00015988 cmp r7,#0x0 orreq r3,r3,r5 cmp r0,#0x0 addne r4,r0,#0x1 cpyne r5,r3 bne 0x00015fa0 cpy r0,r3 add sp,sp,#0xc ldmia sp!,{r4,r5,r6,r7,r8,r9,pc} cpy r0,r4 bl 0x0001139c cpy r5,r0 b 0x0001600c
null
null
null
null
[('tmp_547', u'CBRANCH_-1205968696'), ('const-0', u'CALL_-1205968506'), ('const-1', u'PTRADD_-1205968664'), ('const-0', u'INT_EQUAL_-1205968425'), (u'INT_NOTEQUAL_-1205968519', u'CBRANCH_-1205968516'), ('const-8', u'CALL_-1205968560'), (u'INDIRECT_-1205968022', u'INT_ADD_-1205968513'), (u'MULTIEQUAL_-1205968383', u'CALL_-1205968435'), (u'COPY_-1205968945', u'COPY_-1205968131'), (u'PTRADD_-1205968671', u'COPY_-1205968031'), (u'CALL_-1205968435', u'INDIRECT_-1205967944'), (u'PTRADD_-1205968085', u'PTRSUB_-1205968083'), ('const-1', u'PTRADD_-1205968794'), (u'INDIRECT_-1205967944', u'MULTIEQUAL_-1205968054'), (u'COPY_-1205968115', u'MULTIEQUAL_-1205968368'), (u'CALL_-1205968908', u'CAST_-1205967956'), (u'PTRADD_-1205968801', u'LOAD_-1205968863'), (u'BOOL_AND_-1205968034', u'CBRANCH_-1205968777'), (u'INDIRECT_-1205968161', u'MULTIEQUAL_-1205968161'), ('const-12', u'PTRSUB_-1205968083'), (u'PTRADD_-1205968350', u'MULTIEQUAL_-1205968383'), (u'PTRADD_-1205968836', u'COPY_-1205968115'), ('tmp_1178', u'CALL_-1205968613'), ('const-1', u'PTRADD_-1205968801'), ('tmp_303', u'CBRANCH_-1205968826'), ('tmp_1174', u'MULTIEQUAL_-1205968383'), ('const-16', u'PTRADD_-1205968085'), (u'INT_EQUAL_-1205968749', u'CBRANCH_-1205968745'), (u'CALL_-1205968506', u'INDIRECT_-1205967993'), (u'COPY_-1205968096', u'MULTIEQUAL_-1205968368'), (u'CALL_-1205968560', u'INDIRECT_-1205968022'), (u'MULTIEQUAL_-1205968383', u'CALL_-1205968560'), ('const-0', u'INT_EQUAL_-1205968700'), (u'CAST_-1205967989', u'LOAD_-1205968774'), (u'PTRADD_-1205968836', u'COPY_-1205968038'), ('const-5', u'CALL_-1205968613'), (u'CALL_-1205968908', u'INDIRECT_-1205968161'), (u'PTRADD_-1205968801', u'COPY_-1205968093'), ('tmp_930', u'CBRANCH_-1205968453'), (u'CALL_-1205968908', u'PTRADD_-1205968350'), (u'INDIRECT_-1205967984', u'COPY_-1205968043'), ('const-417', u'LOAD_-1205968726'), ('tmp_1168', u'CBRANCH_-1205968516'), ('const-4294967295', u'PTRADD_-1205968085'), ('const-1', u'PTRADD_-1205968836'), (u'INT_EQUAL_-1205968425', u'CBRANCH_-1205968420'), (u'MULTIEQUAL_-1205968272', u'CALL_-1205968560'), (u'PTRADD_-1205968794', u'COPY_-1205968096'), (u'COPY_-1205968038', u'MULTIEQUAL_-1205968368'), ('tmp_1176', u'BOOL_NEGATE_-1205967921'), (u'INT_EQUAL_-1205968674', u'CBRANCH_-1205968669'), (u'CALL_-1205968484', u'INDIRECT_-1205967984'), ('const-0', u'INT_NOTEQUAL_-1205968803'), (u'MULTIEQUAL_-1205968368', u'PTRADD_-1205968794'), ('const-0', u'COPY_-1205968945'), (u'LOAD_-1205968774', u'MULTIEQUAL_-1205968198'), (u'CAST_-1205968066', u'COPY_-1205968112'), (u'MULTIEQUAL_-1205968043', u'COPY_-1205968089'), ('const-1', u'CALL_-1205968484'), ('const-0', u'CALL_-1205968560'), (u'MULTIEQUAL_-1205968043', u'PTRADD_-1205968664'), (u'CAST_-1205967955', u'INT_SUB_-1205968650'), ('tmp_597', u'CBRANCH_-1205968669'), (u'COPY_-1205968108', u'MULTIEQUAL_-1205968043'), ('const-4294967295', u'PTRADD_-1205968836'), ('const-0', u'CALL_-1205968613'), (u'MULTIEQUAL_-1205968381', u'INT_OR_-1205968428'), (u'LOAD_-1205968856', u'INT_NOTEQUAL_-1205968803'), ('const-0', u'INT_NOTEQUAL_-1205968829'), (u'MULTIEQUAL_-1205968357', u'PTRADD_-1205968801'), ('tmp_1175', u'PTRADD_-1205968085'), (u'MULTIEQUAL_-1205968198', u'COPY_-1205967926'), (u'MULTIEQUAL_-1205968383', u'PTRADD_-1205968836'), (u'INT_NOTEQUAL_-1205968803', u'BOOL_AND_-1205968034'), (u'COPY_-1205968093', u'MULTIEQUAL_-1205968357'), ('const-0', u'CALL_-1205968506'), (u'CAST_-1205967956', u'INT_SUB_-1205968650'), (u'INT_ADD_-1205968513', u'CAST_-1205967894'), ('const-1', u'PTRADD_-1205968350'), (u'LOAD_-1205968726', u'INT_EQUAL_-1205968700'), ('tmp_401', u'CBRANCH_-1205968777'), ('const-0', u'INT_EQUAL_-1205968674'), (u'CALL_-1205968560', u'CALL_-1205968506'), (u'CALL_-1205968435', u'MULTIEQUAL_-1205968272'), ('tmp_455', u'CBRANCH_-1205968745'), (u'INDIRECT_-1205968161', u'MULTIEQUAL_-1205968054'), (u'COPY_-1205968131', u'MULTIEQUAL_-1205968381'), (u'INT_OR_-1205968428', u'MULTIEQUAL_-1205968198'), (u'PTRADD_-1205968794', u'LOAD_-1205968856'), (u'INT_NOTEQUAL_-1205968162', u'BOOL_AND_-1205968034'), (u'CALL_-1205968908', u'INT_EQUAL_-1205968674'), (u'COPY_-1205968089', u'MULTIEQUAL_-1205968043'), ('const-0', u'INT_EQUAL_-1205968749'), ('const-1', u'PTRADD_-1205968794'), (u'INT_NOTEQUAL_-1205968829', u'CBRANCH_-1205968826'), (u'LOAD_-1205968856', u'INT_NOTEQUAL_-1205968162'), (u'LOAD_-1205968774', u'INT_OR_-1205968428'), (u'INDIRECT_-1205968161', u'COPY_-1205968006'), ('const-1', u'RETURN_-1205968479'), (u'COPY_-1205968393', u'RETURN_-1205968343'), ('const-90184', u'INT_ADD_-1205968513'), ('const-1', u'PTRADD_-1205968801'), ('const-44', u'INT_NOTEQUAL_-1205968162'), (u'CAST_-1205968067', u'INT_ADD_-1205968129'), ('const-3', u'INT_ADD_-1205968129'), (u'PTRADD_-1205968671', u'MULTIEQUAL_-1205968357'), ('const-417', u'LOAD_-1205968863'), ('tmp_883', u'BRANCH_-1205968428'), (u'LOAD_-1205968856', u'INT_NOTEQUAL_-1205968519'), (u'CALL_-1205968613', u'CALL_-1205968506'), (u'LOAD_-1205968863', u'INT_NOTEQUAL_-1205968519'), (u'PTRADD_-1205968712', u'CAST_-1205967989'), (u'BOOL_NEGATE_-1205967921', u'CBRANCH_-1205968453'), ('const-44', u'CALL_-1205968908'), (u'COPY_-1205967926', u'MULTIEQUAL_-1205968381'), ('tmp_2495', u'MULTIEQUAL_-1205968161'), (u'MULTIEQUAL_-1205968383', u'CALL_-1205968908'), (u'CALL_-1205968613', u'INDIRECT_-1205968047'), (u'MULTIEQUAL_-1205968043', u'PTRADD_-1205968671'), (u'MULTIEQUAL_-1205968198', u'COPY_-1205968393'), ('const-1', u'PTRADD_-1205968664'), ('tmp_995', u'CBRANCH_-1205968420'), (u'PTRSUB_-1205968083', u'CAST_-1205968067'), ('const-16', u'PTRADD_-1205968671'), ('const-1', u'PTRADD_-1205968350'), ('const-13', u'PTRADD_-1205968712'), ('const-1', u'PTRADD_-1205968712'), (u'LOAD_-1205968774', u'INT_EQUAL_-1205968749'), (u'MULTIEQUAL_-1205968383', u'CAST_-1205967955'), (u'INT_SUB_-1205968650', u'MULTIEQUAL_-1205968272'), (u'CALL_-1205968908', u'INT_EQUAL_-1205968425'), (u'COPY_-1205968112', u'MULTIEQUAL_-1205968357'), ('const-1', u'PTRADD_-1205968671'), (u'PTRADD_-1205968664', u'LOAD_-1205968726'), ('const-0', u'RETURN_-1205968343'), (u'LOAD_-1205968863', u'INT_NOTEQUAL_-1205968829'), (u'INT_EQUAL_-1205968700', u'CBRANCH_-1205968696'), ('const-417', u'LOAD_-1205968774'), (u'CAST_-1205968066', u'COPY_-1205968108'), (u'CAST_-1205967894', u'CALL_-1205968506'), (u'COPY_-1205968031', u'MULTIEQUAL_-1205968043'), ('const-417', u'LOAD_-1205968856'), (u'INT_ADD_-1205968129', u'CAST_-1205968066'), (u'MULTIEQUAL_-1205968043', u'PTRADD_-1205968712')]
[('tmp_547', u'CBRANCH_-1205968696'), (u'INT_NOTEQUAL_-1205968519', u'CBRANCH_-1205968516'), ('const-0', u'CALL_-1205968560'), (u'MULTIEQUAL_-1205968384', u'CAST_-1205967960'), (u'COPY_-1205968035', u'MULTIEQUAL_-1205968044'), (u'CAST_-1205967994', u'LOAD_-1205968774'), (u'MULTIEQUAL_-1205968358', u'PTRADD_-1205968801'), (u'BOOL_AND_-1205968038', u'CBRANCH_-1205968777'), (u'COPY_-1205968119', u'MULTIEQUAL_-1205968368'), ('const-1', u'PTRADD_-1205968794'), (u'COPY_-1205968112', u'MULTIEQUAL_-1205968044'), (u'CALL_-1205968613', u'INDIRECT_-1205968048'), (u'INT_SUB_-1205968650', u'MULTIEQUAL_-1205968273'), ('tmp_2119', u'CALL_-1205968613'), ('const-4294967295', u'PTRADD_-1205968836'), (u'PTRADD_-1205968801', u'LOAD_-1205968863'), (u'CALL_-1205968560', u'INDIRECT_-1205968023'), ('tmp_303', u'CBRANCH_-1205968826'), (u'MULTIEQUAL_-1205968044', u'PTRADD_-1205968712'), ('const-0', u'INT_NOTEQUAL_-1205968829'), (u'INT_EQUAL_-1205968749', u'CBRANCH_-1205968745'), (u'MULTIEQUAL_-1205968384', u'PTRADD_-1205968836'), ('const-0', u'INT_NOTEQUAL_-1205968803'), ('const-44', u'INT_NOTEQUAL_-1205968163'), ('const-0', u'INT_EQUAL_-1205968674'), ('const-8', u'CALL_-1205968560'), (u'INDIRECT_-1205968162', u'MULTIEQUAL_-1205968055'), (u'INT_NOTEQUAL_-1205968803', u'BOOL_AND_-1205968038'), (u'MULTIEQUAL_-1205968044', u'PTRADD_-1205968664'), ('tmp_930', u'CBRANCH_-1205968453'), (u'COPY_-1205968945', u'COPY_-1205968135'), (u'COPY_-1205968100', u'MULTIEQUAL_-1205968368'), (u'CALL_-1205968908', u'CAST_-1205967961'), (u'CALL_-1205968908', u'PTRADD_-1205968350'), (u'COPY_-1205968097', u'MULTIEQUAL_-1205968358'), ('tmp_2116', u'MULTIEQUAL_-1205968384'), ('tmp_1168', u'CBRANCH_-1205968516'), ('const-417', u'LOAD_-1205968774'), (u'PTRADD_-1205968712', u'CAST_-1205967994'), (u'LOAD_-1205968774', u'MULTIEQUAL_-1205968199'), (u'INT_EQUAL_-1205968425', u'CBRANCH_-1205968420'), ('tmp_2120', u'INT_ADD_-1205968941'), (u'CALL_-1205968506', u'INDIRECT_-1205967994'), (u'INDIRECT_-1205968162', u'COPY_-1205968007'), (u'INT_NOTEQUAL_-1205968163', u'BOOL_AND_-1205968038'), ('const-1', u'PTRADD_-1205968664'), (u'INT_EQUAL_-1205968674', u'CBRANCH_-1205968669'), (u'MULTIEQUAL_-1205968368', u'PTRADD_-1205968794'), ('tmp_2512', u'MULTIEQUAL_-1205968162'), ('const-0', u'COPY_-1205968945'), (u'MULTIEQUAL_-1205968384', u'CALL_-1205968560'), ('const-4294967295', u'INT_ADD_-1205968941'), (u'CALL_-1205968908', u'INDIRECT_-1205968162'), (u'MULTIEQUAL_-1205968384', u'CALL_-1205968908'), (u'CAST_-1205967961', u'INT_SUB_-1205968650'), ('const-1', u'PTRADD_-1205968794'), (u'PTRADD_-1205968794', u'COPY_-1205968100'), ('const-0', u'CALL_-1205968506'), (u'LOAD_-1205968856', u'INT_NOTEQUAL_-1205968163'), (u'INDIRECT_-1205967985', u'COPY_-1205968044'), ('const-44', u'CALL_-1205968908'), ('const-0', u'INT_EQUAL_-1205968749'), ('tmp_597', u'CBRANCH_-1205968669'), (u'COPY_-1205968116', u'MULTIEQUAL_-1205968358'), (u'LOAD_-1205968856', u'INT_NOTEQUAL_-1205968803'), ('const-1', u'PTRADD_-1205968350'), (u'COPY_-1205968042', u'MULTIEQUAL_-1205968368'), (u'CALL_-1205968435', u'MULTIEQUAL_-1205968273'), (u'PTRADD_-1205968836', u'COPY_-1205968119'), (u'MULTIEQUAL_-1205968384', u'CALL_-1205968435'), (u'MULTIEQUAL_-1205968382', u'INT_OR_-1205968428'), (u'PTRADD_-1205968350', u'MULTIEQUAL_-1205968384'), ('const-1', u'CALL_-1205968484'), ('const-0', u'CALL_-1205968506'), ('const-0', u'CALL_-1205968613'), (u'CALL_-1205968484', u'INDIRECT_-1205967985'), ('const-5', u'CALL_-1205968613'), (u'CALL_-1205968435', u'INDIRECT_-1205967945'), ('tmp_2118', u'INT_EQUAL_-1205968457'), ('const-1', u'PTRADD_-1205968664'), ('const-1', u'PTRADD_-1205968671'), (u'PTRADD_-1205968801', u'COPY_-1205968097'), (u'LOAD_-1205968726', u'INT_EQUAL_-1205968700'), ('tmp_401', u'CBRANCH_-1205968777'), (u'INDIRECT_-1205968162', u'MULTIEQUAL_-1205968162'), (u'CALL_-1205968560', u'CALL_-1205968506'), (u'MULTIEQUAL_-1205968199', u'COPY_-1205967930'), ('const-90184', u'INT_ADD_-1205968513'), ('tmp_455', u'CBRANCH_-1205968745'), (u'MULTIEQUAL_-1205968273', u'CALL_-1205968560'), (u'INDIRECT_-1205968023', u'INT_ADD_-1205968513'), (u'PTRADD_-1205968794', u'LOAD_-1205968856'), (u'CALL_-1205968908', u'INT_EQUAL_-1205968674'), (u'MULTIEQUAL_-1205968044', u'COPY_-1205968093'), ('const-1', u'PTRADD_-1205968712'), (u'INT_NOTEQUAL_-1205968829', u'CBRANCH_-1205968826'), (u'INDIRECT_-1205967945', u'MULTIEQUAL_-1205968055'), (u'INT_OR_-1205968428', u'MULTIEQUAL_-1205968199'), (u'MULTIEQUAL_-1205968044', u'PTRADD_-1205968671'), (u'LOAD_-1205968774', u'INT_OR_-1205968428'), ('const-1', u'RETURN_-1205968479'), (u'COPY_-1205968393', u'RETURN_-1205968343'), (u'COPY_-1205968093', u'MULTIEQUAL_-1205968044'), ('const-1', u'PTRADD_-1205968801'), (u'PTRADD_-1205968836', u'COPY_-1205968042'), (u'INT_EQUAL_-1205968457', u'CBRANCH_-1205968453'), ('tmp_883', u'BRANCH_-1205968428'), (u'LOAD_-1205968856', u'INT_NOTEQUAL_-1205968519'), (u'INT_ADD_-1205968513', u'CALL_-1205968506'), (u'CALL_-1205968613', u'CALL_-1205968506'), (u'LOAD_-1205968863', u'INT_NOTEQUAL_-1205968519'), ('const-0', u'INT_EQUAL_-1205968700'), (u'PTRADD_-1205968671', u'COPY_-1205968035'), ('const-0', u'INT_EQUAL_-1205968425'), ('const-417', u'LOAD_-1205968726'), (u'CAST_-1205967960', u'INT_SUB_-1205968650'), (u'PTRADD_-1205968671', u'MULTIEQUAL_-1205968358'), ('const-417', u'LOAD_-1205968856'), (u'COPY_-1205967930', u'MULTIEQUAL_-1205968382'), (u'COPY_-1205968135', u'MULTIEQUAL_-1205968382'), (u'CAST_-1205968071', u'COPY_-1205968116'), (u'CAST_-1205968071', u'COPY_-1205968112'), ('tmp_995', u'CBRANCH_-1205968420'), ('const-16', u'PTRADD_-1205968671'), ('const-0', u'INT_EQUAL_-1205968457'), ('const-1', u'PTRADD_-1205968350'), ('const-1', u'PTRADD_-1205968801'), ('const-13', u'PTRADD_-1205968712'), (u'LOAD_-1205968774', u'INT_EQUAL_-1205968749'), (u'CALL_-1205968908', u'INT_EQUAL_-1205968425'), (u'PTRADD_-1205968664', u'LOAD_-1205968726'), ('const-0', u'RETURN_-1205968343'), (u'LOAD_-1205968863', u'INT_NOTEQUAL_-1205968829'), ('const-417', u'LOAD_-1205968863'), (u'INT_EQUAL_-1205968700', u'CBRANCH_-1205968696'), (u'INT_ADD_-1205968941', u'CAST_-1205968071'), ('const-1', u'PTRADD_-1205968836'), (u'MULTIEQUAL_-1205968199', u'COPY_-1205968393')]
null
null
00015f84
arm
O2
(translation_unit "uint FUN_00015f84(char *param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n char *pcVar1;\n char cVar2;\n char cVar3;\n char *pcVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char *pcVar7;\n uint uVar8;\n uint uVar9;\n size_t sVar10;\n char *pcVar11;\n char *pcVar12;\n \n uVar9 = 0;\n do {\n pcVar4 = strchr(param_1,0x2c);\n pcVar7 = param_1 + -1;\n pcVar12 = (char *)(param_2 + -1);\n pcVar11 = (char *)(param_2 + -1);\nLAB_00015fc8:\n cVar2 = pcVar12[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n param_1 = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );\n pcVar7 = pcVar7 + 1;\n pcVar12 = pcVar12 + 1;\n if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;\n pcVar1 = pcVar11 + 1;\n pcVar7 = param_1 + -1;\n pcVar11 = pcVar12;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }\n }\n goto LAB_00015fc8;\n}\n\n" (function_definition "uint FUN_00015f84(char *param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n char *pcVar1;\n char cVar2;\n char cVar3;\n char *pcVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char *pcVar7;\n uint uVar8;\n uint uVar9;\n size_t sVar10;\n char *pcVar11;\n char *pcVar12;\n \n uVar9 = 0;\n do {\n pcVar4 = strchr(param_1,0x2c);\n pcVar7 = param_1 + -1;\n pcVar12 = (char *)(param_2 + -1);\n pcVar11 = (char *)(param_2 + -1);\nLAB_00015fc8:\n cVar2 = pcVar12[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n param_1 = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );\n pcVar7 = pcVar7 + 1;\n pcVar12 = pcVar12 + 1;\n if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;\n pcVar1 = pcVar11 + 1;\n pcVar7 = param_1 + -1;\n pcVar11 = pcVar12;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }\n }\n goto LAB_00015fc8;\n}" type_identifier (function_declarator "FUN_00015f84(char *param_1,int param_2,int param_3,undefined4 param_4)" identifier (parameter_list "(char *param_1,int param_2,int param_3,undefined4 param_4)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) ))) (compound_statement "{\n char *pcVar1;\n char cVar2;\n char cVar3;\n char *pcVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char *pcVar7;\n uint uVar8;\n uint uVar9;\n size_t sVar10;\n char *pcVar11;\n char *pcVar12;\n \n uVar9 = 0;\n do {\n pcVar4 = strchr(param_1,0x2c);\n pcVar7 = param_1 + -1;\n pcVar12 = (char *)(param_2 + -1);\n pcVar11 = (char *)(param_2 + -1);\nLAB_00015fc8:\n cVar2 = pcVar12[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n param_1 = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );\n pcVar7 = pcVar7 + 1;\n pcVar12 = pcVar12 + 1;\n if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;\n pcVar1 = pcVar11 + 1;\n pcVar7 = param_1 + -1;\n pcVar11 = pcVar12;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }\n }\n goto LAB_00015fc8;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "size_t sVar10;" primitive_type identifier ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "char *pcVar12;" primitive_type (pointer_declarator "*pcVar12" * identifier) ;) (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" identifier = number_literal) ;) (do_statement "do {\n pcVar4 = strchr(param_1,0x2c);\n pcVar7 = param_1 + -1;\n pcVar12 = (char *)(param_2 + -1);\n pcVar11 = (char *)(param_2 + -1);\nLAB_00015fc8:\n cVar2 = pcVar12[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n param_1 = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );" do (compound_statement "{\n pcVar4 = strchr(param_1,0x2c);\n pcVar7 = param_1 + -1;\n pcVar12 = (char *)(param_2 + -1);\n pcVar11 = (char *)(param_2 + -1);\nLAB_00015fc8:\n cVar2 = pcVar12[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n param_1 = pcVar4 + 1;\n uVar9 = uVar8;\n }" { (expression_statement "pcVar4 = strchr(param_1,0x2c);" (assignment_expression "pcVar4 = strchr(param_1,0x2c)" identifier = (call_expression "strchr(param_1,0x2c)" identifier (argument_list "(param_1,0x2c)" ( identifier , number_literal )))) ;) (expression_statement "pcVar7 = param_1 + -1;" (assignment_expression "pcVar7 = param_1 + -1" identifier = (binary_expression "param_1 + -1" identifier + number_literal)) ;) (expression_statement "pcVar12 = (char *)(param_2 + -1);" (assignment_expression "pcVar12 = (char *)(param_2 + -1)" identifier = (cast_expression "(char *)(param_2 + -1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + -1)" ( (binary_expression "param_2 + -1" identifier + number_literal) )))) ;) (expression_statement "pcVar11 = (char *)(param_2 + -1);" (assignment_expression "pcVar11 = (char *)(param_2 + -1)" identifier = (cast_expression "(char *)(param_2 + -1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + -1)" ( (binary_expression "param_2 + -1" identifier + number_literal) )))) ;) (labeled_statement "LAB_00015fc8:\n cVar2 = pcVar12[1];" statement_identifier : (expression_statement "cVar2 = pcVar12[1];" (assignment_expression "cVar2 = pcVar12[1]" identifier = (subscript_expression "pcVar12[1]" identifier [ number_literal ])) ;)) (expression_statement "cVar3 = pcVar7[1];" (assignment_expression "cVar3 = pcVar7[1]" identifier = (subscript_expression "pcVar7[1]" identifier [ number_literal ])) ;) (if_statement "if (cVar2 != '\0') break;" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (if_statement "if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;" if (parenthesized_expression "((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))" ( (binary_expression "(cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0)" (parenthesized_expression "(cVar3 != '\0' && cVar3 != ',')" ( (binary_expression "cVar3 != '\0' && cVar3 != ','" (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) && (binary_expression "cVar3 != ','" identifier != (char_literal "','" ' character '))) )) || (parenthesized_expression "(uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0)" ( (comma_expression "uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0" (assignment_expression "uVar8 = *(uint *)(pcVar11 + 0xd)" identifier = (pointer_expression "*(uint *)(pcVar11 + 0xd)" * (cast_expression "(uint *)(pcVar11 + 0xd)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar11 + 0xd)" ( (binary_expression "pcVar11 + 0xd" identifier + number_literal) ))))) , (binary_expression "uVar8 == 0" identifier == number_literal)) ))) )) (goto_statement "goto LAB_00015ff0;" goto statement_identifier ;)) (if_statement "if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }" if (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) (compound_statement "{\n uVar8 = uVar8 | uVar9;\n }" { (expression_statement "uVar8 = uVar8 | uVar9;" (assignment_expression "uVar8 = uVar8 | uVar9" identifier = (binary_expression "uVar8 | uVar9" identifier | identifier)) ;) })) (if_statement "if (pcVar4 == (char *)0x0) {\n return uVar8;\n }" if (parenthesized_expression "(pcVar4 == (char *)0x0)" ( (binary_expression "pcVar4 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return uVar8;\n }" { (return_statement "return uVar8;" return identifier ;) })) (expression_statement "param_1 = pcVar4 + 1;" (assignment_expression "param_1 = pcVar4 + 1" identifier = (binary_expression "pcVar4 + 1" identifier + number_literal)) ;) (expression_statement "uVar9 = uVar8;" (assignment_expression "uVar9 = uVar8" identifier = identifier) ;) }) while (parenthesized_expression "( true )" ( true )) ;) (expression_statement "pcVar7 = pcVar7 + 1;" (assignment_expression "pcVar7 = pcVar7 + 1" identifier = (binary_expression "pcVar7 + 1" identifier + number_literal)) ;) (expression_statement "pcVar12 = pcVar12 + 1;" (assignment_expression "pcVar12 = pcVar12 + 1" identifier = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;) (if_statement "if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;\n pcVar1 = pcVar11 + 1;\n pcVar7 = param_1 + -1;\n pcVar11 = pcVar12;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }\n }" if (parenthesized_expression "(cVar2 != cVar3)" ( (binary_expression "cVar2 != cVar3" identifier != identifier) )) (compound_statement "{\nLAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;\n pcVar1 = pcVar11 + 1;\n pcVar7 = param_1 + -1;\n pcVar11 = pcVar12;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }\n }" { (labeled_statement "LAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;" statement_identifier : (expression_statement "pcVar12 = pcVar11 + 0x10;" (assignment_expression "pcVar12 = pcVar11 + 0x10" identifier = (binary_expression "pcVar11 + 0x10" identifier + number_literal)) ;)) (expression_statement "pcVar1 = pcVar11 + 1;" (assignment_expression "pcVar1 = pcVar11 + 1" identifier = (binary_expression "pcVar11 + 1" identifier + number_literal)) ;) (expression_statement "pcVar7 = param_1 + -1;" (assignment_expression "pcVar7 = param_1 + -1" identifier = (binary_expression "param_1 + -1" identifier + number_literal)) ;) (expression_statement "pcVar11 = pcVar12;" (assignment_expression "pcVar11 = pcVar12" identifier = identifier) ;) (if_statement "if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }" if (parenthesized_expression "(*pcVar1 == '\0')" ( (binary_expression "*pcVar1 == '\0'" (pointer_expression "*pcVar1" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }" { (if_statement "if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }" if (parenthesized_expression "(pcVar4 == (char *)0x0)" ( (binary_expression "pcVar4 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar10 = strlen(param_1);\n }" { (expression_statement "sVar10 = strlen(param_1);" (assignment_expression "sVar10 = strlen(param_1)" identifier = (call_expression "strlen(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) }) (else_clause "else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }" else (compound_statement "{\n sVar10 = (int)pcVar4 - (int)param_1;\n }" { (expression_statement "sVar10 = (int)pcVar4 - (int)param_1;" (assignment_expression "sVar10 = (int)pcVar4 - (int)param_1" identifier = (binary_expression "(int)pcVar4 - (int)param_1" (cast_expression "(int)pcVar4" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier))) ;) }))) (expression_statement "uVar5 = dcgettext(0,param_4,5);" (assignment_expression "uVar5 = dcgettext(0,param_4,5)" identifier = (call_expression "dcgettext(0,param_4,5)" identifier (argument_list "(0,param_4,5)" ( number_literal , identifier , number_literal )))) ;) (expression_statement "uVar6 = FUN_000192e4(0,8,param_1,sVar10);" (assignment_expression "uVar6 = FUN_000192e4(0,8,param_1,sVar10)" identifier = (call_expression "FUN_000192e4(0,8,param_1,sVar10)" identifier (argument_list "(0,8,param_1,sVar10)" ( number_literal , number_literal , identifier , identifier )))) ;) (expression_statement "FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);" (call_expression "FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6)" identifier (argument_list "(0,0,DAT_0001608c + 0x16048,uVar5,uVar6)" ( number_literal , number_literal , (binary_expression "DAT_0001608c + 0x16048" identifier + number_literal) , identifier , identifier ))) ;) comment (expression_statement "FUN_00015988(1);" (call_expression "FUN_00015988(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) })) (goto_statement "goto LAB_00015fc8;" goto statement_identifier ;) })))
(translation_unit "int parse_symbols(char *str,symbol_value *table,_Bool exclusive,char *error_msgid)\n\n{\n char *pcVar1;\n char cVar2;\n char cVar3;\n char *pcVar4;\n undefined4 uVar5;\n char *pcVar6;\n char *pcVar7;\n uint uVar8;\n uint uVar9;\n size_t argsize;\n char *pcVar10;\n char *pcVar11;\n \n pcVar6 = (char *)((int)&table[-1].value + 3);\n uVar9 = 0;\n do {\n pcVar4 = strchr(str,0x2c);\n pcVar7 = str + -1;\n pcVar11 = pcVar6;\n pcVar10 = pcVar6;\nLAB_00015fc8:\n cVar2 = pcVar11[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar10 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (!exclusive) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n str = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );\n pcVar7 = pcVar7 + 1;\n pcVar11 = pcVar11 + 1;\n if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar11 = pcVar10 + 0x10;\n pcVar1 = pcVar10 + 1;\n pcVar7 = str + -1;\n pcVar10 = pcVar11;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n argsize = strlen(str);\n }\n else {\n argsize = (int)pcVar4 - (int)str;\n }\n uVar5 = dcgettext(0,error_msgid,5);\n pcVar6 = quotearg_n_style_mem(0,locale_quoting_style,str,argsize);\n nl_error(0,0,(char *)(DAT_0001608c + 0x16048),uVar5,pcVar6);\n /* WARNING: Subroutine does not return */\n usage(1);\n }\n }\n goto LAB_00015fc8;\n}\n\n" (function_definition "int parse_symbols(char *str,symbol_value *table,_Bool exclusive,char *error_msgid)\n\n{\n char *pcVar1;\n char cVar2;\n char cVar3;\n char *pcVar4;\n undefined4 uVar5;\n char *pcVar6;\n char *pcVar7;\n uint uVar8;\n uint uVar9;\n size_t argsize;\n char *pcVar10;\n char *pcVar11;\n \n pcVar6 = (char *)((int)&table[-1].value + 3);\n uVar9 = 0;\n do {\n pcVar4 = strchr(str,0x2c);\n pcVar7 = str + -1;\n pcVar11 = pcVar6;\n pcVar10 = pcVar6;\nLAB_00015fc8:\n cVar2 = pcVar11[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar10 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (!exclusive) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n str = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );\n pcVar7 = pcVar7 + 1;\n pcVar11 = pcVar11 + 1;\n if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar11 = pcVar10 + 0x10;\n pcVar1 = pcVar10 + 1;\n pcVar7 = str + -1;\n pcVar10 = pcVar11;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n argsize = strlen(str);\n }\n else {\n argsize = (int)pcVar4 - (int)str;\n }\n uVar5 = dcgettext(0,error_msgid,5);\n pcVar6 = quotearg_n_style_mem(0,locale_quoting_style,str,argsize);\n nl_error(0,0,(char *)(DAT_0001608c + 0x16048),uVar5,pcVar6);\n /* WARNING: Subroutine does not return */\n usage(1);\n }\n }\n goto LAB_00015fc8;\n}" primitive_type (function_declarator "parse_symbols(char *str,symbol_value *table,_Bool exclusive,char *error_msgid)" identifier (parameter_list "(char *str,symbol_value *table,_Bool exclusive,char *error_msgid)" ( (parameter_declaration "char *str" primitive_type (pointer_declarator "*str" * identifier)) , (parameter_declaration "symbol_value *table" type_identifier (pointer_declarator "*table" * identifier)) , (parameter_declaration "_Bool exclusive" type_identifier identifier) , (parameter_declaration "char *error_msgid" primitive_type (pointer_declarator "*error_msgid" * identifier)) ))) (compound_statement "{\n char *pcVar1;\n char cVar2;\n char cVar3;\n char *pcVar4;\n undefined4 uVar5;\n char *pcVar6;\n char *pcVar7;\n uint uVar8;\n uint uVar9;\n size_t argsize;\n char *pcVar10;\n char *pcVar11;\n \n pcVar6 = (char *)((int)&table[-1].value + 3);\n uVar9 = 0;\n do {\n pcVar4 = strchr(str,0x2c);\n pcVar7 = str + -1;\n pcVar11 = pcVar6;\n pcVar10 = pcVar6;\nLAB_00015fc8:\n cVar2 = pcVar11[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar10 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (!exclusive) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n str = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );\n pcVar7 = pcVar7 + 1;\n pcVar11 = pcVar11 + 1;\n if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar11 = pcVar10 + 0x10;\n pcVar1 = pcVar10 + 1;\n pcVar7 = str + -1;\n pcVar10 = pcVar11;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n argsize = strlen(str);\n }\n else {\n argsize = (int)pcVar4 - (int)str;\n }\n uVar5 = dcgettext(0,error_msgid,5);\n pcVar6 = quotearg_n_style_mem(0,locale_quoting_style,str,argsize);\n nl_error(0,0,(char *)(DAT_0001608c + 0x16048),uVar5,pcVar6);\n /* WARNING: Subroutine does not return */\n usage(1);\n }\n }\n goto LAB_00015fc8;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "size_t argsize;" primitive_type identifier ;) (declaration "char *pcVar10;" primitive_type (pointer_declarator "*pcVar10" * identifier) ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (expression_statement "pcVar6 = (char *)((int)&table[-1].value + 3);" (assignment_expression "pcVar6 = (char *)((int)&table[-1].value + 3)" identifier = (cast_expression "(char *)((int)&table[-1].value + 3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&table[-1].value + 3)" ( (binary_expression "(int)&table[-1].value + 3" (cast_expression "(int)&table[-1].value" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&table[-1].value" & (field_expression "table[-1].value" (subscript_expression "table[-1]" identifier [ number_literal ]) . field_identifier))) + number_literal) )))) ;) (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" identifier = number_literal) ;) (do_statement "do {\n pcVar4 = strchr(str,0x2c);\n pcVar7 = str + -1;\n pcVar11 = pcVar6;\n pcVar10 = pcVar6;\nLAB_00015fc8:\n cVar2 = pcVar11[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar10 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (!exclusive) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n str = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );" do (compound_statement "{\n pcVar4 = strchr(str,0x2c);\n pcVar7 = str + -1;\n pcVar11 = pcVar6;\n pcVar10 = pcVar6;\nLAB_00015fc8:\n cVar2 = pcVar11[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar10 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (!exclusive) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n str = pcVar4 + 1;\n uVar9 = uVar8;\n }" { (expression_statement "pcVar4 = strchr(str,0x2c);" (assignment_expression "pcVar4 = strchr(str,0x2c)" identifier = (call_expression "strchr(str,0x2c)" identifier (argument_list "(str,0x2c)" ( identifier , number_literal )))) ;) (expression_statement "pcVar7 = str + -1;" (assignment_expression "pcVar7 = str + -1" identifier = (binary_expression "str + -1" identifier + number_literal)) ;) (expression_statement "pcVar11 = pcVar6;" (assignment_expression "pcVar11 = pcVar6" identifier = identifier) ;) (expression_statement "pcVar10 = pcVar6;" (assignment_expression "pcVar10 = pcVar6" identifier = identifier) ;) (labeled_statement "LAB_00015fc8:\n cVar2 = pcVar11[1];" statement_identifier : (expression_statement "cVar2 = pcVar11[1];" (assignment_expression "cVar2 = pcVar11[1]" identifier = (subscript_expression "pcVar11[1]" identifier [ number_literal ])) ;)) (expression_statement "cVar3 = pcVar7[1];" (assignment_expression "cVar3 = pcVar7[1]" identifier = (subscript_expression "pcVar7[1]" identifier [ number_literal ])) ;) (if_statement "if (cVar2 != '\0') break;" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (if_statement "if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar10 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;" if (parenthesized_expression "((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar10 + 0xd), uVar8 == 0))" ( (binary_expression "(cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar10 + 0xd), uVar8 == 0)" (parenthesized_expression "(cVar3 != '\0' && cVar3 != ',')" ( (binary_expression "cVar3 != '\0' && cVar3 != ','" (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) && (binary_expression "cVar3 != ','" identifier != (char_literal "','" ' character '))) )) || (parenthesized_expression "(uVar8 = *(uint *)(pcVar10 + 0xd), uVar8 == 0)" ( (comma_expression "uVar8 = *(uint *)(pcVar10 + 0xd), uVar8 == 0" (assignment_expression "uVar8 = *(uint *)(pcVar10 + 0xd)" identifier = (pointer_expression "*(uint *)(pcVar10 + 0xd)" * (cast_expression "(uint *)(pcVar10 + 0xd)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar10 + 0xd)" ( (binary_expression "pcVar10 + 0xd" identifier + number_literal) ))))) , (binary_expression "uVar8 == 0" identifier == number_literal)) ))) )) (goto_statement "goto LAB_00015ff0;" goto statement_identifier ;)) (if_statement "if (!exclusive) {\n uVar8 = uVar8 | uVar9;\n }" if (parenthesized_expression "(!exclusive)" ( (unary_expression "!exclusive" ! identifier) )) (compound_statement "{\n uVar8 = uVar8 | uVar9;\n }" { (expression_statement "uVar8 = uVar8 | uVar9;" (assignment_expression "uVar8 = uVar8 | uVar9" identifier = (binary_expression "uVar8 | uVar9" identifier | identifier)) ;) })) (if_statement "if (pcVar4 == (char *)0x0) {\n return uVar8;\n }" if (parenthesized_expression "(pcVar4 == (char *)0x0)" ( (binary_expression "pcVar4 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return uVar8;\n }" { (return_statement "return uVar8;" return identifier ;) })) (expression_statement "str = pcVar4 + 1;" (assignment_expression "str = pcVar4 + 1" identifier = (binary_expression "pcVar4 + 1" identifier + number_literal)) ;) (expression_statement "uVar9 = uVar8;" (assignment_expression "uVar9 = uVar8" identifier = identifier) ;) }) while (parenthesized_expression "( true )" ( true )) ;) (expression_statement "pcVar7 = pcVar7 + 1;" (assignment_expression "pcVar7 = pcVar7 + 1" identifier = (binary_expression "pcVar7 + 1" identifier + number_literal)) ;) (expression_statement "pcVar11 = pcVar11 + 1;" (assignment_expression "pcVar11 = pcVar11 + 1" identifier = (binary_expression "pcVar11 + 1" identifier + number_literal)) ;) (if_statement "if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar11 = pcVar10 + 0x10;\n pcVar1 = pcVar10 + 1;\n pcVar7 = str + -1;\n pcVar10 = pcVar11;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n argsize = strlen(str);\n }\n else {\n argsize = (int)pcVar4 - (int)str;\n }\n uVar5 = dcgettext(0,error_msgid,5);\n pcVar6 = quotearg_n_style_mem(0,locale_quoting_style,str,argsize);\n nl_error(0,0,(char *)(DAT_0001608c + 0x16048),uVar5,pcVar6);\n /* WARNING: Subroutine does not return */\n usage(1);\n }\n }" if (parenthesized_expression "(cVar2 != cVar3)" ( (binary_expression "cVar2 != cVar3" identifier != identifier) )) (compound_statement "{\nLAB_00015ff0:\n pcVar11 = pcVar10 + 0x10;\n pcVar1 = pcVar10 + 1;\n pcVar7 = str + -1;\n pcVar10 = pcVar11;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n argsize = strlen(str);\n }\n else {\n argsize = (int)pcVar4 - (int)str;\n }\n uVar5 = dcgettext(0,error_msgid,5);\n pcVar6 = quotearg_n_style_mem(0,locale_quoting_style,str,argsize);\n nl_error(0,0,(char *)(DAT_0001608c + 0x16048),uVar5,pcVar6);\n /* WARNING: Subroutine does not return */\n usage(1);\n }\n }" { (labeled_statement "LAB_00015ff0:\n pcVar11 = pcVar10 + 0x10;" statement_identifier : (expression_statement "pcVar11 = pcVar10 + 0x10;" (assignment_expression "pcVar11 = pcVar10 + 0x10" identifier = (binary_expression "pcVar10 + 0x10" identifier + number_literal)) ;)) (expression_statement "pcVar1 = pcVar10 + 1;" (assignment_expression "pcVar1 = pcVar10 + 1" identifier = (binary_expression "pcVar10 + 1" identifier + number_literal)) ;) (expression_statement "pcVar7 = str + -1;" (assignment_expression "pcVar7 = str + -1" identifier = (binary_expression "str + -1" identifier + number_literal)) ;) (expression_statement "pcVar10 = pcVar11;" (assignment_expression "pcVar10 = pcVar11" identifier = identifier) ;) (if_statement "if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n argsize = strlen(str);\n }\n else {\n argsize = (int)pcVar4 - (int)str;\n }\n uVar5 = dcgettext(0,error_msgid,5);\n pcVar6 = quotearg_n_style_mem(0,locale_quoting_style,str,argsize);\n nl_error(0,0,(char *)(DAT_0001608c + 0x16048),uVar5,pcVar6);\n /* WARNING: Subroutine does not return */\n usage(1);\n }" if (parenthesized_expression "(*pcVar1 == '\0')" ( (binary_expression "*pcVar1 == '\0'" (pointer_expression "*pcVar1" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (pcVar4 == (char *)0x0) {\n argsize = strlen(str);\n }\n else {\n argsize = (int)pcVar4 - (int)str;\n }\n uVar5 = dcgettext(0,error_msgid,5);\n pcVar6 = quotearg_n_style_mem(0,locale_quoting_style,str,argsize);\n nl_error(0,0,(char *)(DAT_0001608c + 0x16048),uVar5,pcVar6);\n /* WARNING: Subroutine does not return */\n usage(1);\n }" { (if_statement "if (pcVar4 == (char *)0x0) {\n argsize = strlen(str);\n }\n else {\n argsize = (int)pcVar4 - (int)str;\n }" if (parenthesized_expression "(pcVar4 == (char *)0x0)" ( (binary_expression "pcVar4 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n argsize = strlen(str);\n }" { (expression_statement "argsize = strlen(str);" (assignment_expression "argsize = strlen(str)" identifier = (call_expression "strlen(str)" identifier (argument_list "(str)" ( identifier )))) ;) }) (else_clause "else {\n argsize = (int)pcVar4 - (int)str;\n }" else (compound_statement "{\n argsize = (int)pcVar4 - (int)str;\n }" { (expression_statement "argsize = (int)pcVar4 - (int)str;" (assignment_expression "argsize = (int)pcVar4 - (int)str" identifier = (binary_expression "(int)pcVar4 - (int)str" (cast_expression "(int)pcVar4" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)str" ( (type_descriptor "int" primitive_type) ) identifier))) ;) }))) (expression_statement "uVar5 = dcgettext(0,error_msgid,5);" (assignment_expression "uVar5 = dcgettext(0,error_msgid,5)" identifier = (call_expression "dcgettext(0,error_msgid,5)" identifier (argument_list "(0,error_msgid,5)" ( number_literal , identifier , number_literal )))) ;) (expression_statement "pcVar6 = quotearg_n_style_mem(0,locale_quoting_style,str,argsize);" (assignment_expression "pcVar6 = quotearg_n_style_mem(0,locale_quoting_style,str,argsize)" identifier = (call_expression "quotearg_n_style_mem(0,locale_quoting_style,str,argsize)" identifier (argument_list "(0,locale_quoting_style,str,argsize)" ( number_literal , identifier , identifier , identifier )))) ;) (expression_statement "nl_error(0,0,(char *)(DAT_0001608c + 0x16048),uVar5,pcVar6);" (call_expression "nl_error(0,0,(char *)(DAT_0001608c + 0x16048),uVar5,pcVar6)" identifier (argument_list "(0,0,(char *)(DAT_0001608c + 0x16048),uVar5,pcVar6)" ( number_literal , number_literal , (cast_expression "(char *)(DAT_0001608c + 0x16048)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0001608c + 0x16048)" ( (binary_expression "DAT_0001608c + 0x16048" identifier + number_literal) ))) , identifier , identifier ))) ;) comment (expression_statement "usage(1);" (call_expression "usage(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) })) (goto_statement "goto LAB_00015fc8;" goto statement_identifier ;) })))
(translation_unit "uint FUN_00015f84(char *param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n char *pcVar1;\n char cVar2;\n char cVar3;\n char *pcVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char *pcVar7;\n uint uVar8;\n uint uVar9;\n size_t sVar10;\n char *pcVar11;\n char *pcVar12;\n \n uVar9 = 0;\n do {\n pcVar4 = strchr(param_1,0x2c);\n pcVar7 = param_1 + -1;\n pcVar12 = (char *)(param_2 + -1);\n pcVar11 = (char *)(param_2 + -1);\nLAB_00015fc8:\n cVar2 = pcVar12[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n param_1 = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );\n pcVar7 = pcVar7 + 1;\n pcVar12 = pcVar12 + 1;\n if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;\n pcVar1 = pcVar11 + 1;\n pcVar7 = param_1 + -1;\n pcVar11 = pcVar12;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }\n }\n goto LAB_00015fc8;\n}\n\n" (function_definition "uint FUN_00015f84(char *param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n char *pcVar1;\n char cVar2;\n char cVar3;\n char *pcVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char *pcVar7;\n uint uVar8;\n uint uVar9;\n size_t sVar10;\n char *pcVar11;\n char *pcVar12;\n \n uVar9 = 0;\n do {\n pcVar4 = strchr(param_1,0x2c);\n pcVar7 = param_1 + -1;\n pcVar12 = (char *)(param_2 + -1);\n pcVar11 = (char *)(param_2 + -1);\nLAB_00015fc8:\n cVar2 = pcVar12[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n param_1 = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );\n pcVar7 = pcVar7 + 1;\n pcVar12 = pcVar12 + 1;\n if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;\n pcVar1 = pcVar11 + 1;\n pcVar7 = param_1 + -1;\n pcVar11 = pcVar12;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }\n }\n goto LAB_00015fc8;\n}" type_identifier (function_declarator "FUN_00015f84(char *param_1,int param_2,int param_3,undefined4 param_4)" identifier (parameter_list "(char *param_1,int param_2,int param_3,undefined4 param_4)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) ))) (compound_statement "{\n char *pcVar1;\n char cVar2;\n char cVar3;\n char *pcVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char *pcVar7;\n uint uVar8;\n uint uVar9;\n size_t sVar10;\n char *pcVar11;\n char *pcVar12;\n \n uVar9 = 0;\n do {\n pcVar4 = strchr(param_1,0x2c);\n pcVar7 = param_1 + -1;\n pcVar12 = (char *)(param_2 + -1);\n pcVar11 = (char *)(param_2 + -1);\nLAB_00015fc8:\n cVar2 = pcVar12[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n param_1 = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );\n pcVar7 = pcVar7 + 1;\n pcVar12 = pcVar12 + 1;\n if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;\n pcVar1 = pcVar11 + 1;\n pcVar7 = param_1 + -1;\n pcVar11 = pcVar12;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }\n }\n goto LAB_00015fc8;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "size_t sVar10;" primitive_type identifier ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "char *pcVar12;" primitive_type (pointer_declarator "*pcVar12" * identifier) ;) (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" identifier = number_literal) ;) (do_statement "do {\n pcVar4 = strchr(param_1,0x2c);\n pcVar7 = param_1 + -1;\n pcVar12 = (char *)(param_2 + -1);\n pcVar11 = (char *)(param_2 + -1);\nLAB_00015fc8:\n cVar2 = pcVar12[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n param_1 = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );" do (compound_statement "{\n pcVar4 = strchr(param_1,0x2c);\n pcVar7 = param_1 + -1;\n pcVar12 = (char *)(param_2 + -1);\n pcVar11 = (char *)(param_2 + -1);\nLAB_00015fc8:\n cVar2 = pcVar12[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n param_1 = pcVar4 + 1;\n uVar9 = uVar8;\n }" { (expression_statement "pcVar4 = strchr(param_1,0x2c);" (assignment_expression "pcVar4 = strchr(param_1,0x2c)" identifier = (call_expression "strchr(param_1,0x2c)" identifier (argument_list "(param_1,0x2c)" ( identifier , number_literal )))) ;) (expression_statement "pcVar7 = param_1 + -1;" (assignment_expression "pcVar7 = param_1 + -1" identifier = (binary_expression "param_1 + -1" identifier + number_literal)) ;) (expression_statement "pcVar12 = (char *)(param_2 + -1);" (assignment_expression "pcVar12 = (char *)(param_2 + -1)" identifier = (cast_expression "(char *)(param_2 + -1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + -1)" ( (binary_expression "param_2 + -1" identifier + number_literal) )))) ;) (expression_statement "pcVar11 = (char *)(param_2 + -1);" (assignment_expression "pcVar11 = (char *)(param_2 + -1)" identifier = (cast_expression "(char *)(param_2 + -1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + -1)" ( (binary_expression "param_2 + -1" identifier + number_literal) )))) ;) (labeled_statement "LAB_00015fc8:\n cVar2 = pcVar12[1];" statement_identifier : (expression_statement "cVar2 = pcVar12[1];" (assignment_expression "cVar2 = pcVar12[1]" identifier = (subscript_expression "pcVar12[1]" identifier [ number_literal ])) ;)) (expression_statement "cVar3 = pcVar7[1];" (assignment_expression "cVar3 = pcVar7[1]" identifier = (subscript_expression "pcVar7[1]" identifier [ number_literal ])) ;) (if_statement "if (cVar2 != '\0') break;" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (if_statement "if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;" if (parenthesized_expression "((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))" ( (binary_expression "(cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0)" (parenthesized_expression "(cVar3 != '\0' && cVar3 != ',')" ( (binary_expression "cVar3 != '\0' && cVar3 != ','" (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) && (binary_expression "cVar3 != ','" identifier != (char_literal "','" ' character '))) )) || (parenthesized_expression "(uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0)" ( (comma_expression "uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0" (assignment_expression "uVar8 = *(uint *)(pcVar11 + 0xd)" identifier = (pointer_expression "*(uint *)(pcVar11 + 0xd)" * (cast_expression "(uint *)(pcVar11 + 0xd)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar11 + 0xd)" ( (binary_expression "pcVar11 + 0xd" identifier + number_literal) ))))) , (binary_expression "uVar8 == 0" identifier == number_literal)) ))) )) (goto_statement "goto LAB_00015ff0;" goto statement_identifier ;)) (if_statement "if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }" if (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) (compound_statement "{\n uVar8 = uVar8 | uVar9;\n }" { (expression_statement "uVar8 = uVar8 | uVar9;" (assignment_expression "uVar8 = uVar8 | uVar9" identifier = (binary_expression "uVar8 | uVar9" identifier | identifier)) ;) })) (if_statement "if (pcVar4 == (char *)0x0) {\n return uVar8;\n }" if (parenthesized_expression "(pcVar4 == (char *)0x0)" ( (binary_expression "pcVar4 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return uVar8;\n }" { (return_statement "return uVar8;" return identifier ;) })) (expression_statement "param_1 = pcVar4 + 1;" (assignment_expression "param_1 = pcVar4 + 1" identifier = (binary_expression "pcVar4 + 1" identifier + number_literal)) ;) (expression_statement "uVar9 = uVar8;" (assignment_expression "uVar9 = uVar8" identifier = identifier) ;) }) while (parenthesized_expression "( true )" ( true )) ;) (expression_statement "pcVar7 = pcVar7 + 1;" (assignment_expression "pcVar7 = pcVar7 + 1" identifier = (binary_expression "pcVar7 + 1" identifier + number_literal)) ;) (expression_statement "pcVar12 = pcVar12 + 1;" (assignment_expression "pcVar12 = pcVar12 + 1" identifier = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;) (if_statement "if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;\n pcVar1 = pcVar11 + 1;\n pcVar7 = param_1 + -1;\n pcVar11 = pcVar12;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }\n }" if (parenthesized_expression "(cVar2 != cVar3)" ( (binary_expression "cVar2 != cVar3" identifier != identifier) )) (compound_statement "{\nLAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;\n pcVar1 = pcVar11 + 1;\n pcVar7 = param_1 + -1;\n pcVar11 = pcVar12;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }\n }" { (labeled_statement "LAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;" statement_identifier : (expression_statement "pcVar12 = pcVar11 + 0x10;" (assignment_expression "pcVar12 = pcVar11 + 0x10" identifier = (binary_expression "pcVar11 + 0x10" identifier + number_literal)) ;)) (expression_statement "pcVar1 = pcVar11 + 1;" (assignment_expression "pcVar1 = pcVar11 + 1" identifier = (binary_expression "pcVar11 + 1" identifier + number_literal)) ;) (expression_statement "pcVar7 = param_1 + -1;" (assignment_expression "pcVar7 = param_1 + -1" identifier = (binary_expression "param_1 + -1" identifier + number_literal)) ;) (expression_statement "pcVar11 = pcVar12;" (assignment_expression "pcVar11 = pcVar12" identifier = identifier) ;) (if_statement "if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }" if (parenthesized_expression "(*pcVar1 == '\0')" ( (binary_expression "*pcVar1 == '\0'" (pointer_expression "*pcVar1" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }" { (if_statement "if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }" if (parenthesized_expression "(pcVar4 == (char *)0x0)" ( (binary_expression "pcVar4 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar10 = strlen(param_1);\n }" { (expression_statement "sVar10 = strlen(param_1);" (assignment_expression "sVar10 = strlen(param_1)" identifier = (call_expression "strlen(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) }) (else_clause "else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }" else (compound_statement "{\n sVar10 = (int)pcVar4 - (int)param_1;\n }" { (expression_statement "sVar10 = (int)pcVar4 - (int)param_1;" (assignment_expression "sVar10 = (int)pcVar4 - (int)param_1" identifier = (binary_expression "(int)pcVar4 - (int)param_1" (cast_expression "(int)pcVar4" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier))) ;) }))) (expression_statement "uVar5 = dcgettext(0,param_4,5);" (assignment_expression "uVar5 = dcgettext(0,param_4,5)" identifier = (call_expression "dcgettext(0,param_4,5)" identifier (argument_list "(0,param_4,5)" ( number_literal , identifier , number_literal )))) ;) (expression_statement "uVar6 = FUN_000192e4(0,8,param_1,sVar10);" (assignment_expression "uVar6 = FUN_000192e4(0,8,param_1,sVar10)" identifier = (call_expression "FUN_000192e4(0,8,param_1,sVar10)" identifier (argument_list "(0,8,param_1,sVar10)" ( number_literal , number_literal , identifier , identifier )))) ;) (expression_statement "FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);" (call_expression "FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6)" identifier (argument_list "(0,0,DAT_0001608c + 0x16048,uVar5,uVar6)" ( number_literal , number_literal , (binary_expression "DAT_0001608c + 0x16048" identifier + number_literal) , identifier , identifier ))) ;) comment (expression_statement "FUN_00015988(1);" (call_expression "FUN_00015988(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) })) (goto_statement "goto LAB_00015fc8;" goto statement_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 IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (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 IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (labeled_statement statement_identifier : (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 != (char_literal ' escape_sequence ')) )) (break_statement break ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT != (char_literal ' escape_sequence ')) && (binary_expression IDENT != (char_literal ' character '))) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) , (binary_expression IDENT == LIT)) ))) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT | IDENT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( BOOL )) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , LIT , IDENT , IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , LIT , (binary_expression IDENT + LIT) , IDENT , IDENT ))) ;) comment (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) })) })) (goto_statement goto statement_identifier ;) })))
(function_definition "uint FUN_00015f84(char *param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n char *pcVar1;\n char cVar2;\n char cVar3;\n char *pcVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char *pcVar7;\n uint uVar8;\n uint uVar9;\n size_t sVar10;\n char *pcVar11;\n char *pcVar12;\n \n uVar9 = 0;\n do {\n pcVar4 = strchr(param_1,0x2c);\n pcVar7 = param_1 + -1;\n pcVar12 = (char *)(param_2 + -1);\n pcVar11 = (char *)(param_2 + -1);\nLAB_00015fc8:\n cVar2 = pcVar12[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n param_1 = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );\n pcVar7 = pcVar7 + 1;\n pcVar12 = pcVar12 + 1;\n if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;\n pcVar1 = pcVar11 + 1;\n pcVar7 = param_1 + -1;\n pcVar11 = pcVar12;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }\n }\n goto LAB_00015fc8;\n}" (type_identifier "uint") (function_declarator "FUN_00015f84(char *param_1,int param_2,int param_3,undefined4 param_4)" (identifier "FUN_00015f84") (parameter_list "(char *param_1,int param_2,int param_3,undefined4 param_4)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) () ")"))) (compound_statement "{\n char *pcVar1;\n char cVar2;\n char cVar3;\n char *pcVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char *pcVar7;\n uint uVar8;\n uint uVar9;\n size_t sVar10;\n char *pcVar11;\n char *pcVar12;\n \n uVar9 = 0;\n do {\n pcVar4 = strchr(param_1,0x2c);\n pcVar7 = param_1 + -1;\n pcVar12 = (char *)(param_2 + -1);\n pcVar11 = (char *)(param_2 + -1);\nLAB_00015fc8:\n cVar2 = pcVar12[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n param_1 = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );\n pcVar7 = pcVar7 + 1;\n pcVar12 = pcVar12 + 1;\n if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;\n pcVar1 = pcVar11 + 1;\n pcVar7 = param_1 + -1;\n pcVar11 = pcVar12;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }\n }\n goto LAB_00015fc8;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (declaration "char cVar3;" (primitive_type "char") (identifier "cVar3") (; ";")) (declaration "char *pcVar4;" (primitive_type "char") (pointer_declarator "*pcVar4" (* "*") (identifier "pcVar4")) (; ";")) (declaration "undefined4 uVar5;" (type_identifier "undefined4") (identifier "uVar5") (; ";")) (declaration "undefined4 uVar6;" (type_identifier "undefined4") (identifier "uVar6") (; ";")) (declaration "char *pcVar7;" (primitive_type "char") (pointer_declarator "*pcVar7" (* "*") (identifier "pcVar7")) (; ";")) (declaration "uint uVar8;" (type_identifier "uint") (identifier "uVar8") (; ";")) (declaration "uint uVar9;" (type_identifier "uint") (identifier "uVar9") (; ";")) (declaration "size_t sVar10;" (primitive_type "size_t") (identifier "sVar10") (; ";")) (declaration "char *pcVar11;" (primitive_type "char") (pointer_declarator "*pcVar11" (* "*") (identifier "pcVar11")) (; ";")) (declaration "char *pcVar12;" (primitive_type "char") (pointer_declarator "*pcVar12" (* "*") (identifier "pcVar12")) (; ";")) (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" (identifier "uVar9") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n pcVar4 = strchr(param_1,0x2c);\n pcVar7 = param_1 + -1;\n pcVar12 = (char *)(param_2 + -1);\n pcVar11 = (char *)(param_2 + -1);\nLAB_00015fc8:\n cVar2 = pcVar12[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n param_1 = pcVar4 + 1;\n uVar9 = uVar8;\n } while( true );" (do "do") (compound_statement "{\n pcVar4 = strchr(param_1,0x2c);\n pcVar7 = param_1 + -1;\n pcVar12 = (char *)(param_2 + -1);\n pcVar11 = (char *)(param_2 + -1);\nLAB_00015fc8:\n cVar2 = pcVar12[1];\n cVar3 = pcVar7[1];\n if (cVar2 != '\0') break;\n if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;\n if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }\n if (pcVar4 == (char *)0x0) {\n return uVar8;\n }\n param_1 = pcVar4 + 1;\n uVar9 = uVar8;\n }" ({ "{") (expression_statement "pcVar4 = strchr(param_1,0x2c);" (assignment_expression "pcVar4 = strchr(param_1,0x2c)" (identifier "pcVar4") (= "=") (call_expression "strchr(param_1,0x2c)" (identifier "strchr") (argument_list "(param_1,0x2c)" (( "(") (identifier "param_1") (, ",") (number_literal "0x2c") () ")")))) (; ";")) (expression_statement "pcVar7 = param_1 + -1;" (assignment_expression "pcVar7 = param_1 + -1" (identifier "pcVar7") (= "=") (binary_expression "param_1 + -1" (identifier "param_1") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "pcVar12 = (char *)(param_2 + -1);" (assignment_expression "pcVar12 = (char *)(param_2 + -1)" (identifier "pcVar12") (= "=") (cast_expression "(char *)(param_2 + -1)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + -1)" (( "(") (binary_expression "param_2 + -1" (identifier "param_2") (+ "+") (number_literal "-1")) () ")")))) (; ";")) (expression_statement "pcVar11 = (char *)(param_2 + -1);" (assignment_expression "pcVar11 = (char *)(param_2 + -1)" (identifier "pcVar11") (= "=") (cast_expression "(char *)(param_2 + -1)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + -1)" (( "(") (binary_expression "param_2 + -1" (identifier "param_2") (+ "+") (number_literal "-1")) () ")")))) (; ";")) (labeled_statement "LAB_00015fc8:\n cVar2 = pcVar12[1];" (statement_identifier "LAB_00015fc8") (: ":") (expression_statement "cVar2 = pcVar12[1];" (assignment_expression "cVar2 = pcVar12[1]" (identifier "cVar2") (= "=") (subscript_expression "pcVar12[1]" (identifier "pcVar12") ([ "[") (number_literal "1") (] "]"))) (; ";"))) (expression_statement "cVar3 = pcVar7[1];" (assignment_expression "cVar3 = pcVar7[1]" (identifier "cVar3") (= "=") (subscript_expression "pcVar7[1]" (identifier "pcVar7") ([ "[") (number_literal "1") (] "]"))) (; ";")) (if_statement "if (cVar2 != '\0') break;" (if "if") (parenthesized_expression "(cVar2 != '\0')" (( "(") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (if_statement "if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))\n goto LAB_00015ff0;" (if "if") (parenthesized_expression "((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0))" (( "(") (binary_expression "(cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0)" (parenthesized_expression "(cVar3 != '\0' && cVar3 != ',')" (( "(") (binary_expression "cVar3 != '\0' && cVar3 != ','" (binary_expression "cVar3 != '\0'" (identifier "cVar3") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (&& "&&") (binary_expression "cVar3 != ','" (identifier "cVar3") (!= "!=") (char_literal "','" (' "'") (character ",") (' "'")))) () ")")) (|| "||") (parenthesized_expression "(uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0)" (( "(") (comma_expression "uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0" (assignment_expression "uVar8 = *(uint *)(pcVar11 + 0xd)" (identifier "uVar8") (= "=") (pointer_expression "*(uint *)(pcVar11 + 0xd)" (* "*") (cast_expression "(uint *)(pcVar11 + 0xd)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pcVar11 + 0xd)" (( "(") (binary_expression "pcVar11 + 0xd" (identifier "pcVar11") (+ "+") (number_literal "0xd")) () ")"))))) (, ",") (binary_expression "uVar8 == 0" (identifier "uVar8") (== "==") (number_literal "0"))) () ")"))) () ")")) (goto_statement "goto LAB_00015ff0;" (goto "goto") (statement_identifier "LAB_00015ff0") (; ";"))) (if_statement "if (param_3 == 0) {\n uVar8 = uVar8 | uVar9;\n }" (if "if") (parenthesized_expression "(param_3 == 0)" (( "(") (binary_expression "param_3 == 0" (identifier "param_3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar8 = uVar8 | uVar9;\n }" ({ "{") (expression_statement "uVar8 = uVar8 | uVar9;" (assignment_expression "uVar8 = uVar8 | uVar9" (identifier "uVar8") (= "=") (binary_expression "uVar8 | uVar9" (identifier "uVar8") (| "|") (identifier "uVar9"))) (; ";")) (} "}"))) (if_statement "if (pcVar4 == (char *)0x0) {\n return uVar8;\n }" (if "if") (parenthesized_expression "(pcVar4 == (char *)0x0)" (( "(") (binary_expression "pcVar4 == (char *)0x0" (identifier "pcVar4") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return uVar8;\n }" ({ "{") (return_statement "return uVar8;" (return "return") (identifier "uVar8") (; ";")) (} "}"))) (expression_statement "param_1 = pcVar4 + 1;" (assignment_expression "param_1 = pcVar4 + 1" (identifier "param_1") (= "=") (binary_expression "pcVar4 + 1" (identifier "pcVar4") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar9 = uVar8;" (assignment_expression "uVar9 = uVar8" (identifier "uVar9") (= "=") (identifier "uVar8")) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (expression_statement "pcVar7 = pcVar7 + 1;" (assignment_expression "pcVar7 = pcVar7 + 1" (identifier "pcVar7") (= "=") (binary_expression "pcVar7 + 1" (identifier "pcVar7") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pcVar12 = pcVar12 + 1;" (assignment_expression "pcVar12 = pcVar12 + 1" (identifier "pcVar12") (= "=") (binary_expression "pcVar12 + 1" (identifier "pcVar12") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (cVar2 != cVar3) {\nLAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;\n pcVar1 = pcVar11 + 1;\n pcVar7 = param_1 + -1;\n pcVar11 = pcVar12;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }\n }" (if "if") (parenthesized_expression "(cVar2 != cVar3)" (( "(") (binary_expression "cVar2 != cVar3" (identifier "cVar2") (!= "!=") (identifier "cVar3")) () ")")) (compound_statement "{\nLAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;\n pcVar1 = pcVar11 + 1;\n pcVar7 = param_1 + -1;\n pcVar11 = pcVar12;\n if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }\n }" ({ "{") (labeled_statement "LAB_00015ff0:\n pcVar12 = pcVar11 + 0x10;" (statement_identifier "LAB_00015ff0") (: ":") (expression_statement "pcVar12 = pcVar11 + 0x10;" (assignment_expression "pcVar12 = pcVar11 + 0x10" (identifier "pcVar12") (= "=") (binary_expression "pcVar11 + 0x10" (identifier "pcVar11") (+ "+") (number_literal "0x10"))) (; ";"))) (expression_statement "pcVar1 = pcVar11 + 1;" (assignment_expression "pcVar1 = pcVar11 + 1" (identifier "pcVar1") (= "=") (binary_expression "pcVar11 + 1" (identifier "pcVar11") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pcVar7 = param_1 + -1;" (assignment_expression "pcVar7 = param_1 + -1" (identifier "pcVar7") (= "=") (binary_expression "param_1 + -1" (identifier "param_1") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "pcVar11 = pcVar12;" (assignment_expression "pcVar11 = pcVar12" (identifier "pcVar11") (= "=") (identifier "pcVar12")) (; ";")) (if_statement "if (*pcVar1 == '\0') {\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }" (if "if") (parenthesized_expression "(*pcVar1 == '\0')" (( "(") (binary_expression "*pcVar1 == '\0'" (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }\n uVar5 = dcgettext(0,param_4,5);\n uVar6 = FUN_000192e4(0,8,param_1,sVar10);\n FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);\n /* WARNING: Subroutine does not return */\n FUN_00015988(1);\n }" ({ "{") (if_statement "if (pcVar4 == (char *)0x0) {\n sVar10 = strlen(param_1);\n }\n else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }" (if "if") (parenthesized_expression "(pcVar4 == (char *)0x0)" (( "(") (binary_expression "pcVar4 == (char *)0x0" (identifier "pcVar4") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n sVar10 = strlen(param_1);\n }" ({ "{") (expression_statement "sVar10 = strlen(param_1);" (assignment_expression "sVar10 = strlen(param_1)" (identifier "sVar10") (= "=") (call_expression "strlen(param_1)" (identifier "strlen") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (} "}")) (else_clause "else {\n sVar10 = (int)pcVar4 - (int)param_1;\n }" (else "else") (compound_statement "{\n sVar10 = (int)pcVar4 - (int)param_1;\n }" ({ "{") (expression_statement "sVar10 = (int)pcVar4 - (int)param_1;" (assignment_expression "sVar10 = (int)pcVar4 - (int)param_1" (identifier "sVar10") (= "=") (binary_expression "(int)pcVar4 - (int)param_1" (cast_expression "(int)pcVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pcVar4")) (- "-") (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")))) (; ";")) (} "}")))) (expression_statement "uVar5 = dcgettext(0,param_4,5);" (assignment_expression "uVar5 = dcgettext(0,param_4,5)" (identifier "uVar5") (= "=") (call_expression "dcgettext(0,param_4,5)" (identifier "dcgettext") (argument_list "(0,param_4,5)" (( "(") (number_literal "0") (, ",") (identifier "param_4") (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "uVar6 = FUN_000192e4(0,8,param_1,sVar10);" (assignment_expression "uVar6 = FUN_000192e4(0,8,param_1,sVar10)" (identifier "uVar6") (= "=") (call_expression "FUN_000192e4(0,8,param_1,sVar10)" (identifier "FUN_000192e4") (argument_list "(0,8,param_1,sVar10)" (( "(") (number_literal "0") (, ",") (number_literal "8") (, ",") (identifier "param_1") (, ",") (identifier "sVar10") () ")")))) (; ";")) (expression_statement "FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6);" (call_expression "FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6)" (identifier "FUN_000141b8") (argument_list "(0,0,DAT_0001608c + 0x16048,uVar5,uVar6)" (( "(") (number_literal "0") (, ",") (number_literal "0") (, ",") (binary_expression "DAT_0001608c + 0x16048" (identifier "DAT_0001608c") (+ "+") (number_literal "0x16048")) (, ",") (identifier "uVar5") (, ",") (identifier "uVar6") () ")"))) (; ";")) (comment "/* WARNING: Subroutine does not return */") (expression_statement "FUN_00015988(1);" (call_expression "FUN_00015988(1)" (identifier "FUN_00015988") (argument_list "(1)" (( "(") (number_literal "1") () ")"))) (; ";")) (} "}"))) (} "}"))) (goto_statement "goto LAB_00015fc8;" (goto "goto") (statement_identifier "LAB_00015fc8") (; ";")) (} "}")))
int function_1(char *var_2,type_1 *table,type_2 exclusive,char *error_msgid) { char *pcVar1; char var_3; char var_4; char *var_8; type_3 uVar5; char *pcVar6; char *var_9; type_4 var_6; type_4 var_7; size_t argsize; char *var_5; char *var_10; pcVar6 = (char *)((int)&table[-1].value + 3); var_7 = 0; do { var_8 = var_1(var_2,0x2c); var_9 = var_2 + -1; var_10 = pcVar6; var_5 = pcVar6; LAB_00015fc8: var_3 = var_10[1]; var_4 = var_9[1]; if (var_3 != '\0') break; if ((var_4 != '\0' && var_4 != ',') || (var_6 = *(type_4 *)(var_5 + 0xd), var_6 == 0)) goto LAB_00015ff0; if (!exclusive) { var_6 = var_6 | var_7; } if (var_8 == (char *)0x0) { return var_6; } var_2 = var_8 + 1; var_7 = var_6; } while( true ); var_9 = var_9 + 1; var_10 = var_10 + 1; if (var_3 != var_4) { LAB_00015ff0: var_10 = var_5 + 0x10; pcVar1 = var_5 + 1; var_9 = var_2 + -1; var_5 = var_10; if (*pcVar1 == '\0') { if (var_8 == (char *)0x0) { argsize = var_11(var_2); } else { argsize = (int)var_8 - (int)var_2; } uVar5 = var_12(0,error_msgid,5); pcVar6 = var_13(0,locale_quoting_style,var_2,argsize); var_14(0,0,(char *)(var_15 + 0x16048),uVar5,pcVar6); /* WARNING: Subroutine does not return */ var_16(1); } } goto LAB_00015fc8; }
(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: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) 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: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (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 (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (labeled_statement label: (statement_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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (break_statement)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (char_literal (escape_sequence))) right: (binary_expression left: (identifier) right: (char_literal (character))))) 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)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (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: (identifier) right: (binary_expression left: (identifier) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (true))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (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))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (number_literal) (identifier) (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier)))) (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))))))) (goto_statement label: (statement_identifier)))))
uint MASKED(char *param_1,int param_2,int param_3,undefined4 param_4) { char *pcVar1; char cVar2; char cVar3; char *pcVar4; undefined4 uVar5; undefined4 uVar6; char *pcVar7; uint uVar8; uint uVar9; size_t sVar10; char *pcVar11; char *pcVar12; uVar9 = 0; do { pcVar4 = strchr(param_1,0x2c); pcVar7 = param_1 + -1; pcVar12 = (char *)(param_2 + -1); pcVar11 = (char *)(param_2 + -1); LAB_00015fc8: cVar2 = pcVar12[1]; cVar3 = pcVar7[1]; if (cVar2 != '\0') break; if ((cVar3 != '\0' && cVar3 != ',') || (uVar8 = *(uint *)(pcVar11 + 0xd), uVar8 == 0)) goto LAB_00015ff0; if (param_3 == 0) { uVar8 = uVar8 | uVar9; } if (pcVar4 == (char *)0x0) { return uVar8; } param_1 = pcVar4 + 1; uVar9 = uVar8; } while( true ); pcVar7 = pcVar7 + 1; pcVar12 = pcVar12 + 1; if (cVar2 != cVar3) { LAB_00015ff0: pcVar12 = pcVar11 + 0x10; pcVar1 = pcVar11 + 1; pcVar7 = param_1 + -1; pcVar11 = pcVar12; if (*pcVar1 == '\0') { if (pcVar4 == (char *)0x0) { sVar10 = strlen(param_1); } else { sVar10 = (int)pcVar4 - (int)param_1; } uVar5 = dcgettext(0,param_4,5); uVar6 = FUN_000192e4(0,8,param_1,sVar10); FUN_000141b8(0,0,DAT_0001608c + 0x16048,uVar5,uVar6); /* WARNING: Subroutine does not return */ FUN_00015988(1); } } goto LAB_00015fc8; }
21,743
1761_arm-linux-gnueabi-dwp_and_arm-linux-gnueabi-dwp_strip.c
Output_data_got
FUN_000fb3e0
/* WARNING: Type propagation algorithm not settling */ /* WARNING: Struct "Output_section": ignoring overlapping field "name_" */ /* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */ /* DWARF original prototype: Output_data_got<32,_false> * Output_data_got(Output_data_got<32,_false> * this) */ Output_data_got<32,_false> * __thiscall gold::Output_data_got<32,_false>::Output_data_got(Output_data_got<32,_false> *this) { byte bVar1; int iVar2; int iVar3; Free_list *pFVar4; iVar2 = DAT_000fb468; bVar1 = (this->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x20; *(undefined4 *) &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data. super_Output_data.offset_ = 0xffffffff; *(undefined4 *) ((int)&(this->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data.offset_ + 4) = 0xffffffff; iVar3 = DAT_000fb46c; *(undefined4 *) &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data. addralign_ = 4; *(undefined4 *) ((int)&(this->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.addralign_ + 4) = 0; (this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data. super_Output_data.field_0x20 = bVar1 & 0xe0; *(undefined4 *) &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data. super_Output_data.address_ = 0; *(undefined4 *) ((int)&(this->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_ + 4) = 0; *(undefined4 *) &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data. super_Output_data.data_size_ = 0; *(undefined4 *) ((int)&(this->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data.data_size_ + 4) = 0; *(undefined4 *) &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data. super_Output_data.field_0x24 = 0; pFVar4 = &this->free_list_; (this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data. super_Output_data._vptr_Output_data = (_func_int_varargs **)(*(int *)(iVar2 + 0xfb414 + iVar3) + 8); (this->entries_). super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std::allocator<gold::Output_data_got<32,_false>::Got_entry>_> ._M_impl._M_start = (pointer)0x0; (this->entries_). super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std::allocator<gold::Output_data_got<32,_false>::Got_entry>_> ._M_impl._M_finish = (pointer)0x0; (this->entries_). super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std::allocator<gold::Output_data_got<32,_false>::Got_entry>_> ._M_impl._M_end_of_storage = (pointer)0x0; (this->free_list_).list_. super__List_base<gold::Free_list::Free_list_node,_std::allocator<gold::Free_list::Free_list_node>_> ._M_impl._M_node._M_size = 0; (this->free_list_).extend_ = false; *(undefined4 *)&(this->free_list_).length_ = 0; *(undefined4 *)((int)&(this->free_list_).length_ + 4) = 0; *(undefined4 *)&(this->free_list_).min_hole_ = 0; *(undefined4 *)((int)&(this->free_list_).min_hole_ + 4) = 0; (this->free_list_).list_. super__List_base<gold::Free_list::Free_list_node,_std::allocator<gold::Free_list::Free_list_node>_> ._M_impl._M_node.super__List_node_base._M_prev = (_List_node_base *)pFVar4; (this->free_list_).list_. super__List_base<gold::Free_list::Free_list_node,_std::allocator<gold::Free_list::Free_list_node>_> ._M_impl._M_node.super__List_node_base._M_next = (_List_node_base *)pFVar4; (this->free_list_).last_remove_._M_node = (_List_node_base *)pFVar4; return this; }
void FUN_000fb3e0(int *param_1) { int iVar1; int iVar2; int *piVar3; iVar1 = DAT_000fb468; param_1[6] = -1; param_1[7] = -1; iVar2 = DAT_000fb46c; param_1[10] = 4; param_1[0xb] = 0; *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0; param_1[2] = 0; param_1[3] = 0; param_1[4] = 0; param_1[5] = 0; param_1[9] = 0; piVar3 = param_1 + 0x10; *param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8; param_1[0xc] = 0; param_1[0xd] = 0; param_1[0xe] = 0; param_1[0x12] = 0; *(undefined1 *)(param_1 + 0x14) = 0; param_1[0x16] = 0; param_1[0x17] = 0; param_1[0x18] = 0; param_1[0x19] = 0; param_1[0x11] = (int)piVar3; param_1[0x10] = (int)piVar3; param_1[0x13] = (int)piVar3; return; }
stmdb sp!,{r4,r5,lr} ldr r1,[0xfb468] ldrb lr,[r0,#0x20] mvn r4,#0x0 mvn r5,#0x0 strd r4,r5,[r0,#0x18] ldr r12,[0xfb46c] mov r4,#0x4 mov r5,#0x0 mov r2,#0x0 strd r4,r5,[r0,#0x28] add r1,pc,r1 mov r4,#0x0 mov r5,#0x0 bic lr,lr,#0x1f strb lr,[r0,#0x20] strd r4,r5,[r0,#0x8] strd r4,r5,[r0,#0x10] str r2,[r0,#0x24] ldr lr,[r1,r12] add r12,r0,#0x40 add lr,lr,#0x8 str lr,[r0,#0x0] str r2,[r0,#0x30] str r2,[r0,#0x34] str r2,[r0,#0x38] str r2,[r0,#0x48] strb r2,[r0,#0x50] strd r4,r5,[r0,#0x58] strd r4,r5,[r0,#0x60] str r12,[r0,#0x44] str r12,[r0,#0x40] str r12,[r0,#0x4c] ldmia sp!,{r4,r5,pc}
null
null
null
null
[('const-24', u'PTRSUB_-1206864404'), (u'STORE_-1206864601', u'INDIRECT_-1206864499'), (u'CAST_-1206864352', u'STORE_-1206864729'), (u'STORE_-1206864727', u'INDIRECT_-1206864579'), ('const-417', u'STORE_-1206864613'), (u'STORE_-1206864656', u'INDIRECT_-1206864517'), (u'PTRSUB_-1206864472', u'PTRSUB_-1206864431'), (u'PTRSUB_-1206864521', u'PTRSUB_-1206864472'), ('const-8', u'PTRSUB_-1206864375'), (u'PTRSUB_-1206864303', u'STORE_-1206864613'), (u'STORE_-1206864736', u'INDIRECT_-1206864561'), (u'STORE_-1206864729', u'INDIRECT_-1206864580'), (u'STORE_-1206864805', u'INDIRECT_-1206864583'), (u'INDIRECT_-1206864475', u'COPY_-1206864554'), ('const-417', u'STORE_-1206864867'), ('const-32', u'PTRSUB_-1206864398'), ('const-0', u'PTRSUB_-1206864304'), (u'PTRSUB_-1206864397', u'PTRSUB_-1206864375'), (u'PTRSUB_-1206864449', u'PTRSUB_-1206864404'), (u'PTRSUB_-1206864511', u'PTRSUB_-1206864462'), (u'PTRSUB_-1206864428', u'CAST_-1206864379'), (u'INT_AND_-1206864630', u'STORE_-1206864736'), ('const-64', u'PTRSUB_-1206864435'), (u'STORE_-1206864712', u'INDIRECT_-1206864544'), ('const-0', u'PTRSUB_-1206864385'), ('const-0', u'PTRSUB_-1206864483'), (u'STORE_-1206864729', u'INDIRECT_-1206864556'), (u'CAST_-1206864378', u'INT_ADD_-1206864473'), ('const-32', u'PTRSUB_-1206864397'), ('tmp_597', u'PTRSUB_-1206864575'), (u'PTRSUB_-1206864410', u'STORE_-1206864637'), (u'STORE_-1206864662', u'INDIRECT_-1206864546'), (u'STORE_-1206864736', u'INDIRECT_-1206864585'), ('const-0', u'PTRSUB_-1206864485'), (u'PTRSUB_-1206864459', u'PTRSUB_-1206864427'), (u'LOAD_-1206864707', u'INT_ADD_-1206864660'), ('const-64', u'PTRSUB_-1206864495'), ('const-24', u'PTRSUB_-1206864423'), ('const-64', u'PTRSUB_-1206864463'), (u'CAST_-1206864286', u'STORE_-1206864619'), ('const-0', u'PTRSUB_-1206864524'), (u'STORE_-1206864644', u'INDIRECT_-1206864531'), ('const-417', u'STORE_-1206864607'), (u'PTRSUB_-1206864391', u'PTRSUB_-1206864357'), ('tmp_597', u'PTRSUB_-1206864481'), (u'PTRSUB_-1206864397', u'PTRSUB_-1206864365'), ('const-8', u'PTRSUB_-1206864323'), (u'PTRSUB_-1206864328', u'PTRSUB_-1206864310'), ('tmp_597', u'PTRSUB_-1206864549'), ('const-4294967295', u'STORE_-1206864867'), ('const-0', u'PTRSUB_-1206864499'), ('const-0', u'STORE_-1206864628'), ('const-0', u'STORE_-1206864630'), ('const-0', u'PTRSUB_-1206864381'), (u'STORE_-1206864867', u'INDIRECT_-1206864629'), (u'STORE_-1206864621', u'INDIRECT_-1206864491'), (u'STORE_-1206864601', u'INDIRECT_-1206864475'), ('tmp_597', u'PTRSUB_-1206864486'), ('const-0', u'STORE_-1206864621'), (u'PTRSUB_-1206864405', u'PTRSUB_-1206864381'), (u'STORE_-1206864718', u'INDIRECT_-1206864573'), (u'PTRSUB_-1206864310', u'PTRSUB_-1206864306'), ('const-417', u'STORE_-1206864668'), ('const-0', u'PTRSUB_-1206864397'), ('tmp_597', u'PTRSUB_-1206864449'), ('const-0', u'PTRSUB_-1206864513'), ('tmp_597', u'PTRSUB_-1206864475'), (u'PTRSUB_-1206864391', u'PTRSUB_-1206864369'), ('const-0', u'PTRSUB_-1206864300'), ('const-4', u'INT_ADD_-1206864443'), (u'STORE_-1206864607', u'INDIRECT_-1206864480'), ('const-0', u'PTRSUB_-1206864306'), (u'PTRSUB_-1206864392', u'STORE_-1206864662'), (u'STORE_-1206864803', u'INDIRECT_-1206864606'), (u'STORE_-1206864630', u'INDIRECT_-1206864497'), ('const-0', u'PTRSUB_-1206864573'), (u'PTRSUB_-1206864527', u'PTRSUB_-1206864478'), (u'PTRSUB_-1206864481', u'PTRSUB_-1206864480'), ('const-40', u'PTRSUB_-1206864427'), (u'PTRSUB_-1206864427', u'CAST_-1206864378'), ('const-48', u'PTRSUB_-1206864475'), ('const-417', u'STORE_-1206864720'), (u'CAST_-1206864333', u'LOAD_-1206864707'), ('const-64', u'PTRSUB_-1206864423'), (u'PTRSUB_-1206864431', u'PTRSUB_-1206864399'), (u'PTRSUB_-1206864416', u'PTRSUB_-1206864375'), (u'PTRSUB_-1206864456', u'PTRSUB_-1206864415'), ('const-0', u'STORE_-1206864662'), (u'PTRSUB_-1206864499', u'PTRSUB_-1206864466'), (u'CAST_-1206864295', u'STORE_-1206864630'), ('const-0', u'PTRSUB_-1206864391'), (u'PTRSUB_-1206864466', u'PTRSUB_-1206864437'), (u'INT_ADD_-1206864421', u'CAST_-1206864350'), (u'CAST_-1206864401', u'INT_ADD_-1206864469'), (u'PTRSUB_-1206864421', u'STORE_-1206864601'), ('const-0', u'STORE_-1206864803'), (u'PTRSUB_-1206864397', u'CAST_-1206864287'), (u'PTRSUB_-1206864375', u'CAST_-1206864351'), ('const-0', u'STORE_-1206864619'), ('const-417', u'STORE_-1206864805'), ('const-0', u'PTRSUB_-1206864459'), (u'CAST_-1206864345', u'STORE_-1206864720'), (u'STORE_-1206864656', u'INDIRECT_-1206864541'), ('const-0', u'PTRSUB_-1206864422'), (u'PTRSUB_-1206864524', u'PTRSUB_-1206864483'), (u'STORE_-1206864720', u'INDIRECT_-1206864574'), (u'COPY_-1206864487', u'INT_ADD_-1206864778'), (u'PTRSUB_-1206864381', u'STORE_-1206864736'), (u'PTRSUB_-1206864404', u'CAST_-1206864294'), (u'PTRSUB_-1206864502', u'PTRSUB_-1206864461'), ('const-0', u'PTRSUB_-1206864462'), (u'STORE_-1206864712', u'INDIRECT_-1206864568'), (u'PTRSUB_-1206864438', u'PTRSUB_-1206864397'), (u'STORE_-1206864613', u'INDIRECT_-1206864509'), (u'PTRSUB_-1206864461', u'PTRSUB_-1206864428'), ('tmp_597', u'PTRSUB_-1206864423'), (u'PTRSUB_-1206864362', u'CAST_-1206864338'), ('const-4', u'INT_ADD_-1206864421'), ('const-4', u'PTRSUB_-1206864303'), ('const-12', u'PTRSUB_-1206864380'), ('const-0', u'PTRSUB_-1206864389'), (u'PTRSUB_-1206864322', u'PTRSUB_-1206864304'), (u'PTRSUB_-1206864519', u'PTRSUB_-1206864470'), ('const-0', u'PTRSUB_-1206864416'), ('const-0', u'PTRSUB_-1206864461'), ('tmp_597', u'PTRSUB_-1206864457'), (u'PTRSUB_-1206864376', u'CAST_-1206864352'), (u'PTRSUB_-1206864464', u'PTRSUB_-1206864423'), (u'COPY_-1206864466', u'INT_ADD_-1206864691'), (u'CAST_-1206864288', u'STORE_-1206864621'), (u'PTRSUB_-1206864421', u'PTRSUB_-1206864389'), (u'INT_ADD_-1206864469', u'CAST_-1206864400'), ('const-0', u'PTRSUB_-1206864423'), (u'STORE_-1206864644', u'INDIRECT_-1206864507'), ('const-8', u'PTRSUB_-1206864376'), ('const-417', u'STORE_-1206864621'), ('const-64', u'PTRSUB_-1206864449'), (u'STORE_-1206864650', u'INDIRECT_-1206864512'), (u'CAST_-1206864377', u'STORE_-1206864803'), (u'STORE_-1206864668', u'INDIRECT_-1206864527'), (u'PTRSUB_-1206864300', u'STORE_-1206864607'), ('const-417', u'STORE_-1206864656'), ('const-417', u'STORE_-1206864644'), ('const-417', u'LOAD_-1206864908'), ('tmp_803', u'COPY_-1206864487'), (u'STORE_-1206864607', u'INDIRECT_-1206864504'), ('const-0', u'STORE_-1206864644'), ('const-417', u'STORE_-1206864637'), (u'INT_ADD_-1206864691', u'CAST_-1206864333'), (u'PTRSUB_-1206864423', u'CAST_-1206864401'), ('const-417', u'STORE_-1206864803'), ('tmp_597', u'PTRSUB_-1206864527'), (u'STORE_-1206864637', u'INDIRECT_-1206864502'), (u'INT_ADD_-1206864660', u'CAST_-1206864324'), ('const-4', u'STORE_-1206864805'), ('const-4294967295', u'STORE_-1206864865'), ('tmp_597', u'PTRSUB_-1206864573'), ('const-16', u'PTRSUB_-1206864369'), ('const-0', u'PTRSUB_-1206864345'), (u'CAST_-1206864344', u'INT_ADD_-1206864414'), ('tmp_597', u'PTRSUB_-1206864429'), ('const-0', u'PTRSUB_-1206864405'), ('const-0', u'PTRSUB_-1206864397'), ('const-4', u'INT_ADD_-1206864414'), (u'STORE_-1206864865', u'INDIRECT_-1206864628'), ('tmp_597', u'PTRSUB_-1206864505'), ('const-0', u'PTRSUB_-1206864575'), (u'PTRSUB_-1206864450', u'PTRSUB_-1206864423'), (u'INT_ADD_-1206864443', u'CAST_-1206864286'), ('const-0', u'PTRSUB_-1206864470'), ('const-0', u'PTRSUB_-1206864351'), (u'PTRSUB_-1206864495', u'CAST_-1206864276'), ('const-417', u'STORE_-1206864736'), (u'STORE_-1206864613', u'INDIRECT_-1206864485'), (u'PTRSUB_-1206864304', u'PTRSUB_-1206864300'), ('const-8', u'PTRSUB_-1206864351'), (u'PTRSUB_-1206864424', u'CAST_-1206864402'), ('const-0', u'PTRSUB_-1206864433'), ('tmp_597', u'PTRSUB_-1206864551'), ('const-0', u'PTRSUB_-1206864310'), (u'PTRSUB_-1206864428', u'PTRSUB_-1206864387'), (u'STORE_-1206864662', u'INDIRECT_-1206864522'), (u'PTRSUB_-1206864422', u'PTRSUB_-1206864381'), ('const-16', u'PTRSUB_-1206864368'), (u'PTRSUB_-1206864369', u'CAST_-1206864345'), ('tmp_597', u'PTRSUB_-1206864463'), ('const-0', u'PTRSUB_-1206864346'), (u'CAST_-1206864281', u'STORE_-1206864613'), ('const-0', u'PTRSUB_-1206864521'), ('const-0', u'STORE_-1206864650'), (u'PTRSUB_-1206864513', u'PTRSUB_-1206864464'), ('const-0', u'PTRSUB_-1206864387'), ('const-0', u'PTRSUB_-1206864472'), (u'PTRSUB_-1206864346', u'PTRSUB_-1206864328'), ('const-64', u'PTRSUB_-1206864441'), ('const-4', u'PTRSUB_-1206864356'), ('const-40', u'PTRSUB_-1206864428'), ('const-0', u'PTRSUB_-1206864551'), (u'PTRSUB_-1206864389', u'PTRSUB_-1206864368'), ('const-16', u'PTRSUB_-1206864410'), (u'PTRSUB_-1206864549', u'PTRSUB_-1206864500'), (u'INDIRECT_-1206864604', u'COPY_-1206864466'), (u'CAST_-1206864271', u'STORE_-1206864601'), ('tmp_597', u'PTRSUB_-1206864589'), (u'PTRSUB_-1206864323', u'STORE_-1206864644'), (u'CAST_-1206864343', u'STORE_-1206864718'), ('const-0', u'PTRSUB_-1206864549'), ('const-0', u'STORE_-1206864727'), (u'PTRSUB_-1206864357', u'PTRSUB_-1206864328'), ('const-417', u'STORE_-1206864628'), (u'PTRSUB_-1206864380', u'PTRSUB_-1206864421'), (u'INT_ADD_-1206864778', u'INT_ADD_-1206864691'), ('const-24', u'PTRSUB_-1206864405'), (u'STORE_-1206864803', u'INDIRECT_-1206864582'), (u'STORE_-1206864650', u'INDIRECT_-1206864536'), ('const-0', u'PTRSUB_-1206864527'), ('const-64', u'PTRSUB_-1206864457'), (u'PTRSUB_-1206864356', u'STORE_-1206864656'), ('const-417', u'STORE_-1206864650'), (u'LOAD_-1206864908', u'INT_AND_-1206864630'), ('const-0', u'PTRSUB_-1206864383'), ('const-1029140', u'INT_ADD_-1206864778'), ('const-4', u'INT_ADD_-1206864469'), (u'PTRSUB_-1206864351', u'STORE_-1206864650'), ('const-0', u'PTRSUB_-1206864511'), ('const-0', u'PTRSUB_-1206864456'), ('const-417', u'STORE_-1206864601'), ('const-0', u'PTRSUB_-1206864502'), ('const-417', u'STORE_-1206864718'), ('const-0', u'STORE_-1206864718'), (u'CAST_-1206864276', u'STORE_-1206864607'), (u'PTRSUB_-1206864399', u'PTRSUB_-1206864376'), ('const-0', u'PTRSUB_-1206864452'), ('const-0', u'PTRSUB_-1206864415'), ('const-0', u'PTRSUB_-1206864365'), ('tmp_597', u'PTRSUB_-1206864451'), (u'PTRSUB_-1206864451', u'PTRSUB_-1206864405'), (u'PTRSUB_-1206864480', u'PTRSUB_-1206864433'), ('const-64', u'PTRSUB_-1206864451'), ('tmp_597', u'PTRSUB_-1206864435'), (u'PTRSUB_-1206864463', u'PTRSUB_-1206864416'), ('const-0', u'PTRSUB_-1206864392'), (u'PTRSUB_-1206864375', u'PTRSUB_-1206864346'), (u'STORE_-1206864637', u'INDIRECT_-1206864526'), (u'PTRSUB_-1206864551', u'PTRSUB_-1206864502'), ('const-4', u'INT_ADD_-1206864473'), ('tmp_597', u'PTRSUB_-1206864469'), (u'PTRSUB_-1206864428', u'PTRSUB_-1206864385'), ('const-0', u'PTRSUB_-1206864357'), (u'STORE_-1206864619', u'INDIRECT_-1206864514'), (u'PTRSUB_-1206864495', u'CAST_-1206864281'), ('const-417', u'STORE_-1206864727'), ('const-417', u'LOAD_-1206864707'), ('const-0', u'PTRSUB_-1206864480'), ('const-0', u'PTRSUB_-1206864466'), ('const-417', u'STORE_-1206864729'), (u'CAST_-1206864350', u'STORE_-1206864727'), ('const-0', u'STORE_-1206864729'), ('const-0', u'STORE_-1206864712'), (u'PTRSUB_-1206864381', u'PTRSUB_-1206864351'), ('const-0', u'PTRSUB_-1206864322'), ('const-0', u'PTRSUB_-1206864421'), (u'CAST_-1206864293', u'STORE_-1206864628'), (u'STORE_-1206864628', u'INDIRECT_-1206864520'), (u'PTRSUB_-1206864589', u'PTRSUB_-1206864540'), (u'PTRSUB_-1206864398', u'CAST_-1206864288'), (u'PTRSUB_-1206864345', u'STORE_-1206864668'), (u'PTRSUB_-1206864437', u'PTRSUB_-1206864405'), (u'STORE_-1206864867', u'INDIRECT_-1206864605'), ('const-0', u'PTRSUB_-1206864505'), ('tmp_597', u'PTRSUB_-1206864441'), (u'PTRSUB_-1206864429', u'PTRSUB_-1206864428'), ('const-417', u'STORE_-1206864712'), (u'CAST_-1206864400', u'STORE_-1206864865'), (u'PTRSUB_-1206864452', u'PTRSUB_-1206864424'), ('const-0', u'PTRSUB_-1206864519'), ('const-417', u'STORE_-1206864865'), ('const-24', u'PTRSUB_-1206864424'), ('tmp_597', u'PTRSUB_-1206864495'), ('const-0', u'PTRSUB_-1206864438'), (u'PTRSUB_-1206864415', u'PTRSUB_-1206864383'), ('const-32', u'PTRSUB_-1206864437'), ('const-32', u'PTRSUB_-1206864381'), (u'CAST_-1206864324', u'STORE_-1206864668'), (u'PTRSUB_-1206864443', u'PTRSUB_-1206864398'), ('const-0', u'PTRSUB_-1206864526'), (u'CAST_-1206864287', u'INT_ADD_-1206864443'), ('const-0', u'PTRSUB_-1206864421'), ('const-0', u'PTRSUB_-1206864428'), ('const-64', u'PTRSUB_-1206864429'), (u'PTRSUB_-1206864475', u'PTRSUB_-1206864428'), (u'PTRSUB_-1206864573', u'PTRSUB_-1206864524'), (u'STORE_-1206864865', u'INDIRECT_-1206864604'), ('const-0', u'PTRSUB_-1206864464'), ('const-0', u'PTRSUB_-1206864429'), (u'PTRSUB_-1206864433', u'PTRSUB_-1206864392'), (u'PTRSUB_-1206864423', u'PTRSUB_-1206864380'), ('const-417', u'STORE_-1206864630'), ('const-417', u'STORE_-1206864662'), ('const-0', u'PTRSUB_-1206864450'), (u'STORE_-1206864630', u'INDIRECT_-1206864521'), (u'STORE_-1206864619', u'INDIRECT_-1206864490'), ('const-0', u'PTRSUB_-1206864431'), (u'STORE_-1206864718', u'INDIRECT_-1206864549'), ('const-36', u'PTRSUB_-1206864362'), ('const-4', u'INT_ADD_-1206864450'), ('const-8', u'INT_ADD_-1206864660'), (u'PTRSUB_-1206864462', u'PTRSUB_-1206864421'), ('const-0', u'PTRSUB_-1206864540'), ('const-0', u'PTRSUB_-1206864478'), (u'CAST_-1206864351', u'INT_ADD_-1206864421'), (u'PTRSUB_-1206864505', u'PTRSUB_-1206864456'), (u'PTRSUB_-1206864469', u'PTRSUB_-1206864422'), (u'INDIRECT_-1206864499', u'COPY_-1206864578'), (u'INT_ADD_-1206864473', u'CAST_-1206864377'), ('const-0', u'PTRSUB_-1206864399'), ('const-0', u'PTRSUB_-1206864391'), (u'CAST_-1206864294', u'INT_ADD_-1206864450'), ('const-0', u'PTRSUB_-1206864375'), ('const-48', u'PTRSUB_-1206864469'), ('tmp_597', u'PTRSUB_-1206864519'), (u'STORE_-1206864621', u'INDIRECT_-1206864515'), ('const-0', u'PTRSUB_-1206864328'), ('const-64', u'PTRSUB_-1206864443'), (u'PTRSUB_-1206864387', u'PTRSUB_-1206864356'), (u'CAST_-1206864338', u'STORE_-1206864712'), ('const-48', u'PTRSUB_-1206864481'), (u'PTRSUB_-1206864429', u'PTRSUB_-1206864397'), ('const-0', u'PTRSUB_-1206864437'), (u'PTRSUB_-1206864486', u'PTRSUB_-1206864438'), (u'PTRSUB_-1206864495', u'CAST_-1206864271'), (u'PTRSUB_-1206864526', u'PTRSUB_-1206864485'), (u'STORE_-1206864668', u'INDIRECT_-1206864551'), ('const-0', u'PTRSUB_-1206864486'), (u'PTRSUB_-1206864540', u'PTRSUB_-1206864499'), (u'PTRSUB_-1206864306', u'PTRSUB_-1206864303'), (u'PTRSUB_-1206864351', u'PTRSUB_-1206864322'), (u'PTRSUB_-1206864365', u'PTRSUB_-1206864345'), (u'PTRSUB_-1206864483', u'PTRSUB_-1206864450'), (u'STORE_-1206864720', u'INDIRECT_-1206864550'), ('const-417', u'STORE_-1206864619'), ('const-0', u'PTRSUB_-1206864500'), (u'PTRSUB_-1206864485', u'PTRSUB_-1206864452'), ('const-0', u'RETURN_-1206864577'), (u'PTRSUB_-1206864470', u'PTRSUB_-1206864429'), (u'CAST_-1206864402', u'STORE_-1206864867'), (u'PTRSUB_-1206864478', u'PTRSUB_-1206864437'), (u'PTRSUB_-1206864383', u'PTRSUB_-1206864362'), (u'CAST_-1206864379', u'STORE_-1206864805'), ('tmp_597', u'PTRSUB_-1206864511'), ('tmp_597', u'PTRSUB_-1206864443'), (u'STORE_-1206864628', u'INDIRECT_-1206864496'), (u'PTRSUB_-1206864435', u'PTRSUB_-1206864391'), ('const-224', u'INT_AND_-1206864630'), ('const-0', u'STORE_-1206864656'), (u'PTRSUB_-1206864500', u'PTRSUB_-1206864459'), (u'STORE_-1206864727', u'INDIRECT_-1206864555'), ('const-0', u'STORE_-1206864720'), (u'PTRSUB_-1206864575', u'PTRSUB_-1206864526'), ('tmp_597', u'PTRSUB_-1206864521'), (u'INT_ADD_-1206864450', u'CAST_-1206864293'), ('const-0', u'PTRSUB_-1206864428'), ('const-0', u'STORE_-1206864637'), (u'PTRSUB_-1206864441', u'PTRSUB_-1206864397'), ('const-0', u'PTRSUB_-1206864589'), (u'PTRSUB_-1206864368', u'CAST_-1206864344'), ('const-0', u'PTRSUB_-1206864328'), (u'PTRSUB_-1206864385', u'PTRSUB_-1206864351'), (u'PTRSUB_-1206864328', u'PTRSUB_-1206864323'), (u'PTRSUB_-1206864457', u'PTRSUB_-1206864410'), ('tmp_597', u'RETURN_-1206864577'), (u'STORE_-1206864805', u'INDIRECT_-1206864607'), (u'INT_ADD_-1206864414', u'CAST_-1206864343'), (u'PTRSUB_-1206864405', u'CAST_-1206864295'), (u'PTRSUB_-1206864437', u'LOAD_-1206864908'), (u'PTRSUB_-1206864423', u'PTRSUB_-1206864391'), ('tmp_597', u'PTRSUB_-1206864513')]
[(u'STORE_-1206864601', u'INDIRECT_-1206864499'), ('const-16', u'PTRADD_-1206864507'), (u'PTRADD_-1206864462', u'STORE_-1206864619'), (u'STORE_-1206864727', u'INDIRECT_-1206864579'), (u'STORE_-1206864656', u'INDIRECT_-1206864517'), ('const-23', u'PTRADD_-1206864468'), ('const-417', u'LOAD_-1206864707'), (u'PTRADD_-1206864479', u'STORE_-1206864644'), ('const-5', u'PTRADD_-1206864521'), ('const-417', u'STORE_-1206864867'), (u'STORE_-1206864729', u'INDIRECT_-1206864580'), (u'STORE_-1206864736', u'INDIRECT_-1206864561'), (u'STORE_-1206864805', u'INDIRECT_-1206864583'), ('const-417', u'STORE_-1206864656'), (u'INDIRECT_-1206864475', u'COPY_-1206864554'), ('const-417', u'STORE_-1206864668'), (u'INT_AND_-1206864630', u'STORE_-1206864736'), (u'STORE_-1206864712', u'INDIRECT_-1206864544'), ('tmp_602', u'PTRADD_-1206864528'), (u'CAST_-1206864462', u'STORE_-1206864637'), (u'STORE_-1206864729', u'INDIRECT_-1206864556'), ('tmp_602', u'PTRADD_-1206864463'), ('tmp_602', u'PTRADD_-1206864516'), (u'PTRADD_-1206864474', u'CAST_-1206864462'), (u'CAST_-1206864439', u'STORE_-1206864601'), (u'INDIRECT_-1206864604', u'COPY_-1206864617'), ('tmp_602', u'PTRADD_-1206864489'), (u'STORE_-1206864662', u'INDIRECT_-1206864546'), (u'PTRADD_-1206864469', u'STORE_-1206864630'), (u'STORE_-1206864736', u'INDIRECT_-1206864585'), (u'LOAD_-1206864707', u'INT_ADD_-1206864660'), (u'STORE_-1206864644', u'INDIRECT_-1206864531'), ('tmp_602', u'PTRADD_-1206864554'), ('const-11', u'PTRADD_-1206864554'), ('const-417', u'STORE_-1206864727'), ('tmp_602', u'PTRADD_-1206864507'), ('const-4294967295', u'STORE_-1206864867'), ('const-0', u'STORE_-1206864628'), ('const-0', u'STORE_-1206864630'), (u'CAST_-1206864449', u'STORE_-1206864613'), (u'STORE_-1206864867', u'INDIRECT_-1206864629'), (u'STORE_-1206864621', u'INDIRECT_-1206864491'), (u'STORE_-1206864601', u'INDIRECT_-1206864475'), ('tmp_602', u'STORE_-1206864668'), ('const-0', u'STORE_-1206864621'), ('const-12', u'PTRADD_-1206864494'), (u'STORE_-1206864718', u'INDIRECT_-1206864573'), (u'CAST_-1206864444', u'STORE_-1206864607'), ('const-17', u'PTRADD_-1206864457'), ('const-4', u'PTRADD_-1206864554'), ('tmp_602', u'PTRADD_-1206864469'), (u'PTRADD_-1206864521', u'STORE_-1206864718'), (u'STORE_-1206864607', u'INDIRECT_-1206864480'), (u'COPY_-1206864638', u'INT_ADD_-1206864778'), ('tmp_602', u'PTRADD_-1206864452'), (u'STORE_-1206864803', u'INDIRECT_-1206864606'), (u'STORE_-1206864630', u'INDIRECT_-1206864497'), ('const-417', u'STORE_-1206864601'), ('const-417', u'STORE_-1206864619'), ('const-417', u'STORE_-1206864621'), ('const-8', u'PTRADD_-1206864590'), ('const-4', u'PTRADD_-1206864521'), ('const-0', u'STORE_-1206864662'), ('const-417', u'STORE_-1206864637'), ('tmp_803', u'COPY_-1206864638'), ('const-0', u'STORE_-1206864803'), ('const-0', u'STORE_-1206864619'), (u'PTRADD_-1206864489', u'STORE_-1206864656'), (u'STORE_-1206864656', u'INDIRECT_-1206864541'), (u'PTRADD_-1206864468', u'STORE_-1206864628'), (u'STORE_-1206864720', u'INDIRECT_-1206864574'), (u'PTRADD_-1206864577', u'STORE_-1206864867'), ('const-417', u'STORE_-1206864650'), ('tmp_602', u'PTRADD_-1206864522'), (u'STORE_-1206864712', u'INDIRECT_-1206864568'), (u'STORE_-1206864613', u'INDIRECT_-1206864509'), (u'PTRADD_-1206864522', u'STORE_-1206864720'), ('const-13', u'PTRADD_-1206864489'), ('const-4', u'PTRADD_-1206864457'), (u'COPY_-1206864617', u'INT_ADD_-1206864691'), (u'CAST_-1206864565', u'LOAD_-1206864908'), ('const-417', u'STORE_-1206864718'), ('tmp_602', u'PTRADD_-1206864494'), (u'STORE_-1206864644', u'INDIRECT_-1206864507'), ('tmp_602', u'PTRADD_-1206864484'), (u'PTRADD_-1206864554', u'STORE_-1206864803'), (u'PTRADD_-1206864457', u'STORE_-1206864613'), (u'STORE_-1206864650', u'INDIRECT_-1206864512'), ('const-417', u'STORE_-1206864803'), (u'STORE_-1206864668', u'INDIRECT_-1206864527'), ('tmp_602', u'PTRADD_-1206864447'), ('const-19', u'PTRADD_-1206864447'), (u'STORE_-1206864607', u'INDIRECT_-1206864504'), ('const-0', u'STORE_-1206864644'), ('const-4', u'PTRADD_-1206864527'), ('const-4', u'PTRADD_-1206864468'), (u'STORE_-1206864637', u'INDIRECT_-1206864502'), ('const-4', u'STORE_-1206864805'), ('const-4294967295', u'STORE_-1206864865'), ('tmp_602', u'PTRADD_-1206864576'), ('const-4', u'PTRADD_-1206864469'), ('tmp_602', u'PTRADD_-1206864555'), (u'STORE_-1206864865', u'INDIRECT_-1206864628'), ('const-4', u'PTRADD_-1206864463'), (u'STORE_-1206864613', u'INDIRECT_-1206864485'), ('tmp_602', u'PTRADD_-1206864521'), ('const-4', u'PTRADD_-1206864516'), (u'INT_ADD_-1206864691', u'CAST_-1206864495'), ('tmp_602', u'PTRADD_-1206864468'), ('tmp_602', u'PTRADD_-1206864462'), ('const-4', u'PTRADD_-1206864576'), (u'STORE_-1206864662', u'INDIRECT_-1206864522'), ('const-4', u'PTRADD_-1206864533'), (u'PTRADD_-1206864507', u'CAST_-1206864449'), ('const-0', u'STORE_-1206864650'), ('tmp_602', u'PTRADD_-1206864533'), (u'PTRADD_-1206864484', u'STORE_-1206864650'), ('const-417', u'STORE_-1206864729'), (u'INT_ADD_-1206864660', u'STORE_-1206864668'), ('const-417', u'STORE_-1206864613'), (u'PTRADD_-1206864576', u'STORE_-1206864865'), ('const-4', u'PTRADD_-1206864474'), ('const-0', u'STORE_-1206864727'), (u'INT_ADD_-1206864778', u'INT_ADD_-1206864691'), (u'PTRADD_-1206864516', u'STORE_-1206864712'), (u'STORE_-1206864803', u'INDIRECT_-1206864582'), (u'STORE_-1206864650', u'INDIRECT_-1206864536'), ('const-3', u'PTRADD_-1206864527'), ('tmp_602', u'PTRADD_-1206864527'), ('const-4', u'PTRADD_-1206864528'), (u'LOAD_-1206864908', u'INT_AND_-1206864630'), ('const-1029140', u'INT_ADD_-1206864778'), ('const-0', u'STORE_-1206864718'), ('tmp_602', u'PTRADD_-1206864479'), ('const-22', u'PTRADD_-1206864469'), ('const-2', u'PTRADD_-1206864528'), (u'CAST_-1206864512', u'STORE_-1206864736'), (u'PTRADD_-1206864507', u'CAST_-1206864444'), ('const-10', u'PTRADD_-1206864555'), ('const-417', u'STORE_-1206864628'), ('const-4', u'PTRADD_-1206864462'), ('const-4', u'PTRADD_-1206864489'), ('const-417', u'STORE_-1206864644'), ('const-25', u'PTRADD_-1206864462'), (u'STORE_-1206864637', u'INDIRECT_-1206864526'), ('tmp_602', u'PTRADD_-1206864474'), (u'STORE_-1206864619', u'INDIRECT_-1206864514'), ('const-4', u'PTRADD_-1206864494'), ('const-0', u'STORE_-1206864729'), ('const-0', u'STORE_-1206864712'), ('const-14', u'PTRADD_-1206864484'), ('const-4', u'PTRADD_-1206864590'), (u'STORE_-1206864628', u'INDIRECT_-1206864520'), ('const-417', u'STORE_-1206864712'), ('const-18', u'PTRADD_-1206864479'), (u'STORE_-1206864867', u'INDIRECT_-1206864605'), ('const-6', u'PTRADD_-1206864577'), (u'CAST_-1206864495', u'LOAD_-1206864707'), ('const-4', u'PTRADD_-1206864452'), ('const-4', u'PTRADD_-1206864484'), (u'PTRADD_-1206864590', u'CAST_-1206864565'), (u'STORE_-1206864865', u'INDIRECT_-1206864604'), ('tmp_602', u'PTRADD_-1206864590'), (u'PTRADD_-1206864463', u'STORE_-1206864621'), (u'PTRADD_-1206864528', u'STORE_-1206864729'), ('const-4', u'PTRADD_-1206864507'), ('const-417', u'STORE_-1206864805'), (u'STORE_-1206864630', u'INDIRECT_-1206864521'), (u'STORE_-1206864619', u'INDIRECT_-1206864490'), (u'STORE_-1206864718', u'INDIRECT_-1206864549'), ('const-417', u'STORE_-1206864865'), ('const-8', u'INT_ADD_-1206864660'), (u'PTRADD_-1206864507', u'CAST_-1206864439'), ('tmp_602', u'PTRADD_-1206864577'), ('const-4', u'PTRADD_-1206864479'), ('const-4', u'PTRADD_-1206864522'), ('const-8', u'PTRADD_-1206864533'), ('const-417', u'LOAD_-1206864908'), (u'INDIRECT_-1206864499', u'COPY_-1206864578'), (u'PTRADD_-1206864447', u'STORE_-1206864601'), ('const-20', u'PTRADD_-1206864474'), ('const-7', u'PTRADD_-1206864576'), (u'PTRADD_-1206864555', u'STORE_-1206864805'), (u'STORE_-1206864621', u'INDIRECT_-1206864515'), ('const-16', u'PTRADD_-1206864452'), (u'PTRADD_-1206864527', u'STORE_-1206864727'), (u'STORE_-1206864668', u'INDIRECT_-1206864551'), ('const-4', u'PTRADD_-1206864577'), ('const-4', u'PTRADD_-1206864447'), ('const-9', u'PTRADD_-1206864516'), ('const-417', u'STORE_-1206864630'), (u'STORE_-1206864720', u'INDIRECT_-1206864550'), (u'PTRADD_-1206864452', u'STORE_-1206864607'), ('const-0', u'RETURN_-1206864577'), (u'STORE_-1206864628', u'INDIRECT_-1206864496'), ('const-224', u'INT_AND_-1206864630'), ('const-4', u'PTRADD_-1206864522'), ('const-0', u'STORE_-1206864656'), (u'STORE_-1206864727', u'INDIRECT_-1206864555'), ('const-0', u'STORE_-1206864720'), ('const-4', u'PTRADD_-1206864555'), (u'PTRADD_-1206864533', u'CAST_-1206864512'), (u'PTRADD_-1206864494', u'STORE_-1206864662'), ('const-417', u'STORE_-1206864662'), ('const-0', u'STORE_-1206864637'), ('const-417', u'STORE_-1206864736'), ('tmp_602', u'PTRADD_-1206864457'), (u'STORE_-1206864805', u'INDIRECT_-1206864607'), ('const-417', u'STORE_-1206864607'), ('const-417', u'STORE_-1206864720'), ('const-24', u'PTRADD_-1206864463')]
null
null
000fb3e0
arm
O2
(translation_unit "void FUN_000fb3e0(int *param_1)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n \n iVar1 = DAT_000fb468;\n param_1[6] = -1;\n param_1[7] = -1;\n iVar2 = DAT_000fb46c;\n param_1[10] = 4;\n param_1[0xb] = 0;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0;\n param_1[2] = 0;\n param_1[3] = 0;\n param_1[4] = 0;\n param_1[5] = 0;\n param_1[9] = 0;\n piVar3 = param_1 + 0x10;\n *param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n param_1[0x12] = 0;\n *(undefined1 *)(param_1 + 0x14) = 0;\n param_1[0x16] = 0;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n param_1[0x19] = 0;\n param_1[0x11] = (int)piVar3;\n param_1[0x10] = (int)piVar3;\n param_1[0x13] = (int)piVar3;\n return;\n}\n\n" (function_definition "void FUN_000fb3e0(int *param_1)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n \n iVar1 = DAT_000fb468;\n param_1[6] = -1;\n param_1[7] = -1;\n iVar2 = DAT_000fb46c;\n param_1[10] = 4;\n param_1[0xb] = 0;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0;\n param_1[2] = 0;\n param_1[3] = 0;\n param_1[4] = 0;\n param_1[5] = 0;\n param_1[9] = 0;\n piVar3 = param_1 + 0x10;\n *param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n param_1[0x12] = 0;\n *(undefined1 *)(param_1 + 0x14) = 0;\n param_1[0x16] = 0;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n param_1[0x19] = 0;\n param_1[0x11] = (int)piVar3;\n param_1[0x10] = (int)piVar3;\n param_1[0x13] = (int)piVar3;\n return;\n}" primitive_type (function_declarator "FUN_000fb3e0(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n int *piVar3;\n \n iVar1 = DAT_000fb468;\n param_1[6] = -1;\n param_1[7] = -1;\n iVar2 = DAT_000fb46c;\n param_1[10] = 4;\n param_1[0xb] = 0;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0;\n param_1[2] = 0;\n param_1[3] = 0;\n param_1[4] = 0;\n param_1[5] = 0;\n param_1[9] = 0;\n piVar3 = param_1 + 0x10;\n *param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n param_1[0x12] = 0;\n *(undefined1 *)(param_1 + 0x14) = 0;\n param_1[0x16] = 0;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n param_1[0x19] = 0;\n param_1[0x11] = (int)piVar3;\n param_1[0x10] = (int)piVar3;\n param_1[0x13] = (int)piVar3;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (expression_statement "iVar1 = DAT_000fb468;" (assignment_expression "iVar1 = DAT_000fb468" identifier = identifier) ;) (expression_statement "param_1[6] = -1;" (assignment_expression "param_1[6] = -1" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[7] = -1;" (assignment_expression "param_1[7] = -1" (subscript_expression "param_1[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "iVar2 = DAT_000fb46c;" (assignment_expression "iVar2 = DAT_000fb46c" identifier = identifier) ;) (expression_statement "param_1[10] = 4;" (assignment_expression "param_1[10] = 4" (subscript_expression "param_1[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0xb] = 0;" (assignment_expression "param_1[0xb] = 0" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0;" (assignment_expression "*(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0" (pointer_expression "*(byte *)(param_1 + 8)" * (cast_expression "(byte *)(param_1 + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_1 + 8) & 0xe0" (pointer_expression "*(byte *)(param_1 + 8)" * (cast_expression "(byte *)(param_1 + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" 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) ;) (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[4] = 0;" (assignment_expression "param_1[4] = 0" (subscript_expression "param_1[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[5] = 0;" (assignment_expression "param_1[5] = 0" (subscript_expression "param_1[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[9] = 0;" (assignment_expression "param_1[9] = 0" (subscript_expression "param_1[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar3 = param_1 + 0x10;" (assignment_expression "piVar3 = param_1 + 0x10" identifier = (binary_expression "param_1 + 0x10" identifier + number_literal)) ;) (expression_statement "*param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8;" (assignment_expression "*param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8" (pointer_expression "*param_1" * identifier) = (binary_expression "*(int *)(iVar1 + 0xfb414 + iVar2) + 8" (pointer_expression "*(int *)(iVar1 + 0xfb414 + iVar2)" * (cast_expression "(int *)(iVar1 + 0xfb414 + iVar2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0xfb414 + iVar2)" ( (binary_expression "iVar1 + 0xfb414 + iVar2" (binary_expression "iVar1 + 0xfb414" identifier + number_literal) + identifier) )))) + number_literal)) ;) (expression_statement "param_1[0xc] = 0;" (assignment_expression "param_1[0xc] = 0" (subscript_expression "param_1[0xc]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0xd] = 0;" (assignment_expression "param_1[0xd] = 0" (subscript_expression "param_1[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0xe] = 0;" (assignment_expression "param_1[0xe] = 0" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x12] = 0;" (assignment_expression "param_1[0x12] = 0" (subscript_expression "param_1[0x12]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(param_1 + 0x14) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0x14) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0x14)" * (cast_expression "(undefined1 *)(param_1 + 0x14)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x16] = 0;" (assignment_expression "param_1[0x16] = 0" (subscript_expression "param_1[0x16]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x17] = 0;" (assignment_expression "param_1[0x17] = 0" (subscript_expression "param_1[0x17]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x18] = 0;" (assignment_expression "param_1[0x18] = 0" (subscript_expression "param_1[0x18]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x19] = 0;" (assignment_expression "param_1[0x19] = 0" (subscript_expression "param_1[0x19]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x11] = (int)piVar3;" (assignment_expression "param_1[0x11] = (int)piVar3" (subscript_expression "param_1[0x11]" identifier [ number_literal ]) = (cast_expression "(int)piVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "param_1[0x10] = (int)piVar3;" (assignment_expression "param_1[0x10] = (int)piVar3" (subscript_expression "param_1[0x10]" identifier [ number_literal ]) = (cast_expression "(int)piVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "param_1[0x13] = (int)piVar3;" (assignment_expression "param_1[0x13] = (int)piVar3" (subscript_expression "param_1[0x13]" identifier [ number_literal ]) = (cast_expression "(int)piVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* WARNING: Struct "Output_section": ignoring overlapping field "name_" */\n/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */\n/* DWARF original prototype: Output_data_got<32,_false> * Output_data_got(Output_data_got<32,_false>\n * this) */\n\nOutput_data_got<32,_false> * __thiscall\ngold::Output_data_got<32,_false>::Output_data_got(Output_data_got<32,_false> *this)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n Free_list *pFVar4;\n \n iVar2 = DAT_000fb468;\n bVar1 = (this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20;\n *(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ = 0xffffffff;\n *(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4) = 0xffffffff;\n iVar3 = DAT_000fb46c;\n *(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n addralign_ = 4;\n *(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.addralign_ + 4) = 0;\n (this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.field_0x20 = bVar1 & 0xe0;\n *(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ = 0;\n *(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4) = 0;\n *(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.data_size_ = 0;\n *(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = 0;\n *(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.field_0x24 = 0;\n pFVar4 = &this->free_list_;\n (this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data._vptr_Output_data =\n (_func_int_varargs **)(*(int *)(iVar2 + 0xfb414 + iVar3) + 8);\n (this->entries_).\n super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std::allocator<gold::Output_data_got<32,_false>::Got_entry>_>\n ._M_impl._M_start = (pointer)0x0;\n (this->entries_).\n super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std::allocator<gold::Output_data_got<32,_false>::Got_entry>_>\n ._M_impl._M_finish = (pointer)0x0;\n (this->entries_).\n super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std::allocator<gold::Output_data_got<32,_false>::Got_entry>_>\n ._M_impl._M_end_of_storage = (pointer)0x0;\n (this->free_list_).list_.\n super__List_base<gold::Free_list::Free_list_node,_std::allocator<gold::Free_list::Free_list_node>_>\n ._M_impl._M_node._M_size = 0;\n (this->free_list_).extend_ = false;\n *(undefined4 *)&(this->free_list_).length_ = 0;\n *(undefined4 *)((int)&(this->free_list_).length_ + 4) = 0;\n *(undefined4 *)&(this->free_list_).min_hole_ = 0;\n *(undefined4 *)((int)&(this->free_list_).min_hole_ + 4) = 0;\n (this->free_list_).list_.\n super__List_base<gold::Free_list::Free_list_node,_std::allocator<gold::Free_list::Free_list_node>_>\n ._M_impl._M_node.super__List_node_base._M_prev = (_List_node_base *)pFVar4;\n (this->free_list_).list_.\n super__List_base<gold::Free_list::Free_list_node,_std::allocator<gold::Free_list::Free_list_node>_>\n ._M_impl._M_node.super__List_node_base._M_next = (_List_node_base *)pFVar4;\n (this->free_list_).last_remove_._M_node = (_List_node_base *)pFVar4;\n return this;\n}\n\n" comment comment comment comment (ERROR "Output_data_got<32,_false> * __thiscall\ngold::Output_data_got<32,_false>::Output_data_got(Output_data_got<32,_false> *this)" (binary_expression "Output_data_got<32,_false> * __thiscall\ngold::Output_data_got<32,_false>::Output_data_got(Output_data_got<32,_false> *this)" (binary_expression "Output_data_got<32,_false> * __thiscall\ngold::Output_data_got<32" (binary_expression "Output_data_got<32,_false> * __thiscall" (binary_expression "Output_data_got<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "* __thiscall" * identifier)) (ERROR "gold::Output_data_got" identifier : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) (call_expression "Output_data_got(Output_data_got<32,_false> *this)" identifier (argument_list "(Output_data_got<32,_false> *this)" ( (binary_expression "Output_data_got<32" identifier < number_literal) , (binary_expression "_false> *this" identifier > (pointer_expression "*this" * identifier)) ))))) (compound_statement "{\n byte bVar1;\n int iVar2;\n int iVar3;\n Free_list *pFVar4;\n \n iVar2 = DAT_000fb468;\n bVar1 = (this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20;\n *(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ = 0xffffffff;\n *(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4) = 0xffffffff;\n iVar3 = DAT_000fb46c;\n *(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n addralign_ = 4;\n *(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.addralign_ + 4) = 0;\n (this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.field_0x20 = bVar1 & 0xe0;\n *(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ = 0;\n *(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4) = 0;\n *(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.data_size_ = 0;\n *(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = 0;\n *(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.field_0x24 = 0;\n pFVar4 = &this->free_list_;\n (this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data._vptr_Output_data =\n (_func_int_varargs **)(*(int *)(iVar2 + 0xfb414 + iVar3) + 8);\n (this->entries_).\n super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std::allocator<gold::Output_data_got<32,_false>::Got_entry>_>\n ._M_impl._M_start = (pointer)0x0;\n (this->entries_).\n super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std::allocator<gold::Output_data_got<32,_false>::Got_entry>_>\n ._M_impl._M_finish = (pointer)0x0;\n (this->entries_).\n super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std::allocator<gold::Output_data_got<32,_false>::Got_entry>_>\n ._M_impl._M_end_of_storage = (pointer)0x0;\n (this->free_list_).list_.\n super__List_base<gold::Free_list::Free_list_node,_std::allocator<gold::Free_list::Free_list_node>_>\n ._M_impl._M_node._M_size = 0;\n (this->free_list_).extend_ = false;\n *(undefined4 *)&(this->free_list_).length_ = 0;\n *(undefined4 *)((int)&(this->free_list_).length_ + 4) = 0;\n *(undefined4 *)&(this->free_list_).min_hole_ = 0;\n *(undefined4 *)((int)&(this->free_list_).min_hole_ + 4) = 0;\n (this->free_list_).list_.\n super__List_base<gold::Free_list::Free_list_node,_std::allocator<gold::Free_list::Free_list_node>_>\n ._M_impl._M_node.super__List_node_base._M_prev = (_List_node_base *)pFVar4;\n (this->free_list_).list_.\n super__List_base<gold::Free_list::Free_list_node,_std::allocator<gold::Free_list::Free_list_node>_>\n ._M_impl._M_node.super__List_node_base._M_next = (_List_node_base *)pFVar4;\n (this->free_list_).last_remove_._M_node = (_List_node_base *)pFVar4;\n return this;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "Free_list *pFVar4;" type_identifier (pointer_declarator "*pFVar4" * identifier) ;) (expression_statement "iVar2 = DAT_000fb468;" (assignment_expression "iVar2 = DAT_000fb468" identifier = identifier) ;) (expression_statement "bVar1 = (this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20;" (assignment_expression "bVar1 = (this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20" identifier = (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_got_base)" ( (field_expression "this->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ = 0xffffffff;" (assignment_expression "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ = 0xffffffff" (pointer_expression "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_" * (cast_expression "(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_" & (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_got_base)" ( (field_expression "this->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4) = 0xffffffff;" (assignment_expression "*(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4) = 0xffffffff" (pointer_expression "*(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4)" * (cast_expression "(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4)" ( (binary_expression "(int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4" (cast_expression "(int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" & (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_got_base)" ( (field_expression "this->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "iVar3 = DAT_000fb46c;" (assignment_expression "iVar3 = DAT_000fb46c" identifier = identifier) ;) (expression_statement "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n addralign_ = 4;" (assignment_expression "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n addralign_ = 4" (pointer_expression "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n addralign_" * (cast_expression "(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n addralign_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n addralign_" & (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n addralign_" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_got_base)" ( (field_expression "this->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.addralign_ + 4) = 0;" (assignment_expression "*(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.addralign_ + 4) = 0" (pointer_expression "*(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.addralign_ + 4)" * (cast_expression "(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.addralign_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.addralign_ + 4)" ( (binary_expression "(int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.addralign_ + 4" (cast_expression "(int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.addralign_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.addralign_" & (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.addralign_" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_got_base)" ( (field_expression "this->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.field_0x20 = bVar1 & 0xe0;" (assignment_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.field_0x20 = bVar1 & 0xe0" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.field_0x20" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_got_base)" ( (field_expression "this->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "bVar1 & 0xe0" identifier & number_literal)) ;) (expression_statement "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ = 0;" (assignment_expression "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ = 0" (pointer_expression "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_" * (cast_expression "(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_" & (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_got_base)" ( (field_expression "this->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4) = 0;" (assignment_expression "*(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4) = 0" (pointer_expression "*(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4)" * (cast_expression "(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4)" ( (binary_expression "(int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4" (cast_expression "(int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" & (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_got_base)" ( (field_expression "this->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.data_size_ = 0;" (assignment_expression "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.data_size_ = 0" (pointer_expression "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.data_size_" * (cast_expression "(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.data_size_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.data_size_" & (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.data_size_" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_got_base)" ( (field_expression "this->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = 0;" (assignment_expression "*(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4) = 0" (pointer_expression "*(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4)" * (cast_expression "(undefined4 *)\n ((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4)" ( (binary_expression "(int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ + 4" (cast_expression "(int)&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_" & (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_got_base)" ( (field_expression "this->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.field_0x24 = 0;" (assignment_expression "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.field_0x24 = 0" (pointer_expression "*(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.field_0x24" * (cast_expression "(undefined4 *)\n &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.field_0x24" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.field_0x24" & (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data.field_0x24" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_got_base)" ( (field_expression "this->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "pFVar4 = &this->free_list_;" (assignment_expression "pFVar4 = &this->free_list_" identifier = (pointer_expression "&this->free_list_" & (field_expression "this->free_list_" identifier -> field_identifier))) ;) (expression_statement "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data._vptr_Output_data =\n (_func_int_varargs **)(*(int *)(iVar2 + 0xfb414 + iVar3) + 8);" (assignment_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data._vptr_Output_data =\n (_func_int_varargs **)(*(int *)(iVar2 + 0xfb414 + iVar3) + 8)" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data._vptr_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data.\n super_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_got_base)" ( (field_expression "this->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)(*(int *)(iVar2 + 0xfb414 + iVar3) + 8)" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(iVar2 + 0xfb414 + iVar3) + 8)" ( (binary_expression "*(int *)(iVar2 + 0xfb414 + iVar3) + 8" (pointer_expression "*(int *)(iVar2 + 0xfb414 + iVar3)" * (cast_expression "(int *)(iVar2 + 0xfb414 + iVar3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 0xfb414 + iVar3)" ( (binary_expression "iVar2 + 0xfb414 + iVar3" (binary_expression "iVar2 + 0xfb414" identifier + number_literal) + identifier) )))) + number_literal) )))) ;) (ERROR "(this->entries_).\n super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std::allocator<gold::" (comma_expression "(this->entries_).\n super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std" (binary_expression "(this->entries_).\n super__Vector_base<gold::Output_data_got<32" (binary_expression "(this->entries_).\n super__Vector_base<gold" (field_expression "(this->entries_).\n super__Vector_base" (parenthesized_expression "(this->entries_)" ( (field_expression "this->entries_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Output_data_got" : : identifier) < number_literal) , (comma_expression "_false>::Got_entry,_std" (binary_expression "_false>::Got_entry" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_data_got<32,_false>::Got_entry>_>\n ._M_impl._M_start = (pointer)0x0;" (comma_expression "Output_data_got<32,_false>::Got_entry>_>\n ._M_impl._M_start = (pointer)0x0" (binary_expression "Output_data_got<32" identifier < number_literal) , (assignment_expression "_false>::Got_entry>_>\n ._M_impl._M_start = (pointer)0x0" (field_expression "_false>::Got_entry>_>\n ._M_impl._M_start" (field_expression "_false>::Got_entry>_>\n ._M_impl" (binary_expression "_false>::Got_entry>_" (binary_expression "_false>::Got_entry" identifier > (ERROR "::" : :) identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal))) ;) (ERROR "(this->entries_).\n super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std::allocator<gold::" (comma_expression "(this->entries_).\n super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std" (binary_expression "(this->entries_).\n super__Vector_base<gold::Output_data_got<32" (binary_expression "(this->entries_).\n super__Vector_base<gold" (field_expression "(this->entries_).\n super__Vector_base" (parenthesized_expression "(this->entries_)" ( (field_expression "this->entries_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Output_data_got" : : identifier) < number_literal) , (comma_expression "_false>::Got_entry,_std" (binary_expression "_false>::Got_entry" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_data_got<32,_false>::Got_entry>_>\n ._M_impl._M_finish = (pointer)0x0;" (comma_expression "Output_data_got<32,_false>::Got_entry>_>\n ._M_impl._M_finish = (pointer)0x0" (binary_expression "Output_data_got<32" identifier < number_literal) , (assignment_expression "_false>::Got_entry>_>\n ._M_impl._M_finish = (pointer)0x0" (field_expression "_false>::Got_entry>_>\n ._M_impl._M_finish" (field_expression "_false>::Got_entry>_>\n ._M_impl" (binary_expression "_false>::Got_entry>_" (binary_expression "_false>::Got_entry" identifier > (ERROR "::" : :) identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal))) ;) (ERROR "(this->entries_).\n super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std::allocator<gold::" (comma_expression "(this->entries_).\n super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std" (binary_expression "(this->entries_).\n super__Vector_base<gold::Output_data_got<32" (binary_expression "(this->entries_).\n super__Vector_base<gold" (field_expression "(this->entries_).\n super__Vector_base" (parenthesized_expression "(this->entries_)" ( (field_expression "this->entries_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Output_data_got" : : identifier) < number_literal) , (comma_expression "_false>::Got_entry,_std" (binary_expression "_false>::Got_entry" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_data_got<32,_false>::Got_entry>_>\n ._M_impl._M_end_of_storage = (pointer)0x0;" (comma_expression "Output_data_got<32,_false>::Got_entry>_>\n ._M_impl._M_end_of_storage = (pointer)0x0" (binary_expression "Output_data_got<32" identifier < number_literal) , (assignment_expression "_false>::Got_entry>_>\n ._M_impl._M_end_of_storage = (pointer)0x0" (field_expression "_false>::Got_entry>_>\n ._M_impl._M_end_of_storage" (field_expression "_false>::Got_entry>_>\n ._M_impl" (binary_expression "_false>::Got_entry>_" (binary_expression "_false>::Got_entry" identifier > (ERROR "::" : :) identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal))) ;) (ERROR "(this->free_list_).list_.\n super__List_base<gold::" (binary_expression "(this->free_list_).list_.\n super__List_base<gold" (field_expression "(this->free_list_).list_.\n super__List_base" (field_expression "(this->free_list_).list_" (parenthesized_expression "(this->free_list_)" ( (field_expression "this->free_list_" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier) : :) (labeled_statement "Free_list::Free_list_node,_std::allocator<gold::Free_list::Free_list_node>_>\n ._M_impl._M_node._M_size = 0;" statement_identifier (ERROR "::Free_list_node,_std::allocator<gold:" : : (comma_expression "Free_list_node,_std" identifier , identifier) : : (binary_expression "allocator<gold" identifier < identifier) :) : (labeled_statement "Free_list::Free_list_node>_>\n ._M_impl._M_node._M_size = 0;" statement_identifier : (ERROR ":" :) (expression_statement "Free_list_node>_>\n ._M_impl._M_node._M_size = 0;" (assignment_expression "Free_list_node>_>\n ._M_impl._M_node._M_size = 0" (field_expression "Free_list_node>_>\n ._M_impl._M_node._M_size" (field_expression "Free_list_node>_>\n ._M_impl._M_node" (field_expression "Free_list_node>_>\n ._M_impl" (binary_expression "Free_list_node>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;))) (expression_statement "(this->free_list_).extend_ = false;" (assignment_expression "(this->free_list_).extend_ = false" (field_expression "(this->free_list_).extend_" (parenthesized_expression "(this->free_list_)" ( (field_expression "this->free_list_" identifier -> field_identifier) )) . field_identifier) = false) ;) (expression_statement "*(undefined4 *)&(this->free_list_).length_ = 0;" (assignment_expression "*(undefined4 *)&(this->free_list_).length_ = 0" (pointer_expression "*(undefined4 *)&(this->free_list_).length_" * (cast_expression "(undefined4 *)&(this->free_list_).length_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->free_list_).length_" & (field_expression "(this->free_list_).length_" (parenthesized_expression "(this->free_list_)" ( (field_expression "this->free_list_" identifier -> field_identifier) )) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&(this->free_list_).length_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&(this->free_list_).length_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&(this->free_list_).length_ + 4)" * (cast_expression "(undefined4 *)((int)&(this->free_list_).length_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(this->free_list_).length_ + 4)" ( (binary_expression "(int)&(this->free_list_).length_ + 4" (cast_expression "(int)&(this->free_list_).length_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(this->free_list_).length_" & (field_expression "(this->free_list_).length_" (parenthesized_expression "(this->free_list_)" ( (field_expression "this->free_list_" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)&(this->free_list_).min_hole_ = 0;" (assignment_expression "*(undefined4 *)&(this->free_list_).min_hole_ = 0" (pointer_expression "*(undefined4 *)&(this->free_list_).min_hole_" * (cast_expression "(undefined4 *)&(this->free_list_).min_hole_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->free_list_).min_hole_" & (field_expression "(this->free_list_).min_hole_" (parenthesized_expression "(this->free_list_)" ( (field_expression "this->free_list_" identifier -> field_identifier) )) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&(this->free_list_).min_hole_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&(this->free_list_).min_hole_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&(this->free_list_).min_hole_ + 4)" * (cast_expression "(undefined4 *)((int)&(this->free_list_).min_hole_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(this->free_list_).min_hole_ + 4)" ( (binary_expression "(int)&(this->free_list_).min_hole_ + 4" (cast_expression "(int)&(this->free_list_).min_hole_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(this->free_list_).min_hole_" & (field_expression "(this->free_list_).min_hole_" (parenthesized_expression "(this->free_list_)" ( (field_expression "this->free_list_" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) = number_literal) ;) (ERROR "(this->free_list_).list_.\n super__List_base<gold::" (binary_expression "(this->free_list_).list_.\n super__List_base<gold" (field_expression "(this->free_list_).list_.\n super__List_base" (field_expression "(this->free_list_).list_" (parenthesized_expression "(this->free_list_)" ( (field_expression "this->free_list_" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier) : :) (labeled_statement "Free_list::Free_list_node,_std::allocator<gold::Free_list::Free_list_node>_>\n ._M_impl._M_node.super__List_node_base._M_prev = (_List_node_base *)pFVar4;" statement_identifier (ERROR "::Free_list_node,_std::allocator<gold:" : : (comma_expression "Free_list_node,_std" identifier , identifier) : : (binary_expression "allocator<gold" identifier < identifier) :) : (labeled_statement "Free_list::Free_list_node>_>\n ._M_impl._M_node.super__List_node_base._M_prev = (_List_node_base *)pFVar4;" statement_identifier : (ERROR ":" :) (expression_statement "Free_list_node>_>\n ._M_impl._M_node.super__List_node_base._M_prev = (_List_node_base *)pFVar4;" (assignment_expression "Free_list_node>_>\n ._M_impl._M_node.super__List_node_base._M_prev = (_List_node_base *)pFVar4" (field_expression "Free_list_node>_>\n ._M_impl._M_node.super__List_node_base._M_prev" (field_expression "Free_list_node>_>\n ._M_impl._M_node.super__List_node_base" (field_expression "Free_list_node>_>\n ._M_impl._M_node" (field_expression "Free_list_node>_>\n ._M_impl" (binary_expression "Free_list_node>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_List_node_base *)pFVar4" ( (type_descriptor "_List_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;))) (ERROR "(this->free_list_).list_.\n super__List_base<gold::" (binary_expression "(this->free_list_).list_.\n super__List_base<gold" (field_expression "(this->free_list_).list_.\n super__List_base" (field_expression "(this->free_list_).list_" (parenthesized_expression "(this->free_list_)" ( (field_expression "this->free_list_" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier) : :) (labeled_statement "Free_list::Free_list_node,_std::allocator<gold::Free_list::Free_list_node>_>\n ._M_impl._M_node.super__List_node_base._M_next = (_List_node_base *)pFVar4;" statement_identifier (ERROR "::Free_list_node,_std::allocator<gold:" : : (comma_expression "Free_list_node,_std" identifier , identifier) : : (binary_expression "allocator<gold" identifier < identifier) :) : (labeled_statement "Free_list::Free_list_node>_>\n ._M_impl._M_node.super__List_node_base._M_next = (_List_node_base *)pFVar4;" statement_identifier : (ERROR ":" :) (expression_statement "Free_list_node>_>\n ._M_impl._M_node.super__List_node_base._M_next = (_List_node_base *)pFVar4;" (assignment_expression "Free_list_node>_>\n ._M_impl._M_node.super__List_node_base._M_next = (_List_node_base *)pFVar4" (field_expression "Free_list_node>_>\n ._M_impl._M_node.super__List_node_base._M_next" (field_expression "Free_list_node>_>\n ._M_impl._M_node.super__List_node_base" (field_expression "Free_list_node>_>\n ._M_impl._M_node" (field_expression "Free_list_node>_>\n ._M_impl" (binary_expression "Free_list_node>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_List_node_base *)pFVar4" ( (type_descriptor "_List_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;))) (expression_statement "(this->free_list_).last_remove_._M_node = (_List_node_base *)pFVar4;" (assignment_expression "(this->free_list_).last_remove_._M_node = (_List_node_base *)pFVar4" (field_expression "(this->free_list_).last_remove_._M_node" (field_expression "(this->free_list_).last_remove_" (parenthesized_expression "(this->free_list_)" ( (field_expression "this->free_list_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_List_node_base *)pFVar4" ( (type_descriptor "_List_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (return_statement "return this;" return identifier ;) }))
(translation_unit "void FUN_000fb3e0(int *param_1)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n \n iVar1 = DAT_000fb468;\n param_1[6] = -1;\n param_1[7] = -1;\n iVar2 = DAT_000fb46c;\n param_1[10] = 4;\n param_1[0xb] = 0;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0;\n param_1[2] = 0;\n param_1[3] = 0;\n param_1[4] = 0;\n param_1[5] = 0;\n param_1[9] = 0;\n piVar3 = param_1 + 0x10;\n *param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n param_1[0x12] = 0;\n *(undefined1 *)(param_1 + 0x14) = 0;\n param_1[0x16] = 0;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n param_1[0x19] = 0;\n param_1[0x11] = (int)piVar3;\n param_1[0x10] = (int)piVar3;\n param_1[0x13] = (int)piVar3;\n return;\n}\n\n" (function_definition "void FUN_000fb3e0(int *param_1)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n \n iVar1 = DAT_000fb468;\n param_1[6] = -1;\n param_1[7] = -1;\n iVar2 = DAT_000fb46c;\n param_1[10] = 4;\n param_1[0xb] = 0;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0;\n param_1[2] = 0;\n param_1[3] = 0;\n param_1[4] = 0;\n param_1[5] = 0;\n param_1[9] = 0;\n piVar3 = param_1 + 0x10;\n *param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n param_1[0x12] = 0;\n *(undefined1 *)(param_1 + 0x14) = 0;\n param_1[0x16] = 0;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n param_1[0x19] = 0;\n param_1[0x11] = (int)piVar3;\n param_1[0x10] = (int)piVar3;\n param_1[0x13] = (int)piVar3;\n return;\n}" primitive_type (function_declarator "FUN_000fb3e0(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n int *piVar3;\n \n iVar1 = DAT_000fb468;\n param_1[6] = -1;\n param_1[7] = -1;\n iVar2 = DAT_000fb46c;\n param_1[10] = 4;\n param_1[0xb] = 0;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0;\n param_1[2] = 0;\n param_1[3] = 0;\n param_1[4] = 0;\n param_1[5] = 0;\n param_1[9] = 0;\n piVar3 = param_1 + 0x10;\n *param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n param_1[0x12] = 0;\n *(undefined1 *)(param_1 + 0x14) = 0;\n param_1[0x16] = 0;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n param_1[0x19] = 0;\n param_1[0x11] = (int)piVar3;\n param_1[0x10] = (int)piVar3;\n param_1[0x13] = (int)piVar3;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (expression_statement "iVar1 = DAT_000fb468;" (assignment_expression "iVar1 = DAT_000fb468" identifier = identifier) ;) (expression_statement "param_1[6] = -1;" (assignment_expression "param_1[6] = -1" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[7] = -1;" (assignment_expression "param_1[7] = -1" (subscript_expression "param_1[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "iVar2 = DAT_000fb46c;" (assignment_expression "iVar2 = DAT_000fb46c" identifier = identifier) ;) (expression_statement "param_1[10] = 4;" (assignment_expression "param_1[10] = 4" (subscript_expression "param_1[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0xb] = 0;" (assignment_expression "param_1[0xb] = 0" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0;" (assignment_expression "*(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0" (pointer_expression "*(byte *)(param_1 + 8)" * (cast_expression "(byte *)(param_1 + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_1 + 8) & 0xe0" (pointer_expression "*(byte *)(param_1 + 8)" * (cast_expression "(byte *)(param_1 + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" 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) ;) (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[4] = 0;" (assignment_expression "param_1[4] = 0" (subscript_expression "param_1[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[5] = 0;" (assignment_expression "param_1[5] = 0" (subscript_expression "param_1[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[9] = 0;" (assignment_expression "param_1[9] = 0" (subscript_expression "param_1[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar3 = param_1 + 0x10;" (assignment_expression "piVar3 = param_1 + 0x10" identifier = (binary_expression "param_1 + 0x10" identifier + number_literal)) ;) (expression_statement "*param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8;" (assignment_expression "*param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8" (pointer_expression "*param_1" * identifier) = (binary_expression "*(int *)(iVar1 + 0xfb414 + iVar2) + 8" (pointer_expression "*(int *)(iVar1 + 0xfb414 + iVar2)" * (cast_expression "(int *)(iVar1 + 0xfb414 + iVar2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0xfb414 + iVar2)" ( (binary_expression "iVar1 + 0xfb414 + iVar2" (binary_expression "iVar1 + 0xfb414" identifier + number_literal) + identifier) )))) + number_literal)) ;) (expression_statement "param_1[0xc] = 0;" (assignment_expression "param_1[0xc] = 0" (subscript_expression "param_1[0xc]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0xd] = 0;" (assignment_expression "param_1[0xd] = 0" (subscript_expression "param_1[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0xe] = 0;" (assignment_expression "param_1[0xe] = 0" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x12] = 0;" (assignment_expression "param_1[0x12] = 0" (subscript_expression "param_1[0x12]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(param_1 + 0x14) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0x14) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0x14)" * (cast_expression "(undefined1 *)(param_1 + 0x14)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x16] = 0;" (assignment_expression "param_1[0x16] = 0" (subscript_expression "param_1[0x16]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x17] = 0;" (assignment_expression "param_1[0x17] = 0" (subscript_expression "param_1[0x17]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x18] = 0;" (assignment_expression "param_1[0x18] = 0" (subscript_expression "param_1[0x18]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x19] = 0;" (assignment_expression "param_1[0x19] = 0" (subscript_expression "param_1[0x19]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x11] = (int)piVar3;" (assignment_expression "param_1[0x11] = (int)piVar3" (subscript_expression "param_1[0x11]" identifier [ number_literal ]) = (cast_expression "(int)piVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "param_1[0x10] = (int)piVar3;" (assignment_expression "param_1[0x10] = (int)piVar3" (subscript_expression "param_1[0x10]" identifier [ number_literal ]) = (cast_expression "(int)piVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "param_1[0x13] = (int)piVar3;" (assignment_expression "param_1[0x13] = (int)piVar3" (subscript_expression "param_1[0x13]" identifier [ number_literal ]) = (cast_expression "(int)piVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (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 (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (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 (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (return_statement return ;) })))
(function_definition "void FUN_000fb3e0(int *param_1)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n \n iVar1 = DAT_000fb468;\n param_1[6] = -1;\n param_1[7] = -1;\n iVar2 = DAT_000fb46c;\n param_1[10] = 4;\n param_1[0xb] = 0;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0;\n param_1[2] = 0;\n param_1[3] = 0;\n param_1[4] = 0;\n param_1[5] = 0;\n param_1[9] = 0;\n piVar3 = param_1 + 0x10;\n *param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n param_1[0x12] = 0;\n *(undefined1 *)(param_1 + 0x14) = 0;\n param_1[0x16] = 0;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n param_1[0x19] = 0;\n param_1[0x11] = (int)piVar3;\n param_1[0x10] = (int)piVar3;\n param_1[0x13] = (int)piVar3;\n return;\n}" (primitive_type "void") (function_declarator "FUN_000fb3e0(int *param_1)" (identifier "FUN_000fb3e0") (parameter_list "(int *param_1)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int iVar1;\n int iVar2;\n int *piVar3;\n \n iVar1 = DAT_000fb468;\n param_1[6] = -1;\n param_1[7] = -1;\n iVar2 = DAT_000fb46c;\n param_1[10] = 4;\n param_1[0xb] = 0;\n *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0;\n param_1[2] = 0;\n param_1[3] = 0;\n param_1[4] = 0;\n param_1[5] = 0;\n param_1[9] = 0;\n piVar3 = param_1 + 0x10;\n *param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n param_1[0x12] = 0;\n *(undefined1 *)(param_1 + 0x14) = 0;\n param_1[0x16] = 0;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n param_1[0x19] = 0;\n param_1[0x11] = (int)piVar3;\n param_1[0x10] = (int)piVar3;\n param_1[0x13] = (int)piVar3;\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "int *piVar3;" (primitive_type "int") (pointer_declarator "*piVar3" (* "*") (identifier "piVar3")) (; ";")) (expression_statement "iVar1 = DAT_000fb468;" (assignment_expression "iVar1 = DAT_000fb468" (identifier "iVar1") (= "=") (identifier "DAT_000fb468")) (; ";")) (expression_statement "param_1[6] = -1;" (assignment_expression "param_1[6] = -1" (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "-1")) (; ";")) (expression_statement "param_1[7] = -1;" (assignment_expression "param_1[7] = -1" (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]")) (= "=") (number_literal "-1")) (; ";")) (expression_statement "iVar2 = DAT_000fb46c;" (assignment_expression "iVar2 = DAT_000fb46c" (identifier "iVar2") (= "=") (identifier "DAT_000fb46c")) (; ";")) (expression_statement "param_1[10] = 4;" (assignment_expression "param_1[10] = 4" (subscript_expression "param_1[10]" (identifier "param_1") ([ "[") (number_literal "10") (] "]")) (= "=") (number_literal "4")) (; ";")) (expression_statement "param_1[0xb] = 0;" (assignment_expression "param_1[0xb] = 0" (subscript_expression "param_1[0xb]" (identifier "param_1") ([ "[") (number_literal "0xb") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0;" (assignment_expression "*(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0" (pointer_expression "*(byte *)(param_1 + 8)" (* "*") (cast_expression "(byte *)(param_1 + 8)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (= "=") (binary_expression "*(byte *)(param_1 + 8) & 0xe0" (pointer_expression "*(byte *)(param_1 + 8)" (* "*") (cast_expression "(byte *)(param_1 + 8)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (& "&") (number_literal "0xe0"))) (; ";")) (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")) (; ";")) (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[4] = 0;" (assignment_expression "param_1[4] = 0" (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[5] = 0;" (assignment_expression "param_1[5] = 0" (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[9] = 0;" (assignment_expression "param_1[9] = 0" (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar3 = param_1 + 0x10;" (assignment_expression "piVar3 = param_1 + 0x10" (identifier "piVar3") (= "=") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10"))) (; ";")) (expression_statement "*param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8;" (assignment_expression "*param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (binary_expression "*(int *)(iVar1 + 0xfb414 + iVar2) + 8" (pointer_expression "*(int *)(iVar1 + 0xfb414 + iVar2)" (* "*") (cast_expression "(int *)(iVar1 + 0xfb414 + iVar2)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0xfb414 + iVar2)" (( "(") (binary_expression "iVar1 + 0xfb414 + iVar2" (binary_expression "iVar1 + 0xfb414" (identifier "iVar1") (+ "+") (number_literal "0xfb414")) (+ "+") (identifier "iVar2")) () ")")))) (+ "+") (number_literal "8"))) (; ";")) (expression_statement "param_1[0xc] = 0;" (assignment_expression "param_1[0xc] = 0" (subscript_expression "param_1[0xc]" (identifier "param_1") ([ "[") (number_literal "0xc") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0xd] = 0;" (assignment_expression "param_1[0xd] = 0" (subscript_expression "param_1[0xd]" (identifier "param_1") ([ "[") (number_literal "0xd") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0xe] = 0;" (assignment_expression "param_1[0xe] = 0" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x12] = 0;" (assignment_expression "param_1[0x12] = 0" (subscript_expression "param_1[0x12]" (identifier "param_1") ([ "[") (number_literal "0x12") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 0x14) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0x14) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0x14)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0x14)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x14)" (( "(") (binary_expression "param_1 + 0x14" (identifier "param_1") (+ "+") (number_literal "0x14")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x16] = 0;" (assignment_expression "param_1[0x16] = 0" (subscript_expression "param_1[0x16]" (identifier "param_1") ([ "[") (number_literal "0x16") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x17] = 0;" (assignment_expression "param_1[0x17] = 0" (subscript_expression "param_1[0x17]" (identifier "param_1") ([ "[") (number_literal "0x17") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x18] = 0;" (assignment_expression "param_1[0x18] = 0" (subscript_expression "param_1[0x18]" (identifier "param_1") ([ "[") (number_literal "0x18") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x19] = 0;" (assignment_expression "param_1[0x19] = 0" (subscript_expression "param_1[0x19]" (identifier "param_1") ([ "[") (number_literal "0x19") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x11] = (int)piVar3;" (assignment_expression "param_1[0x11] = (int)piVar3" (subscript_expression "param_1[0x11]" (identifier "param_1") ([ "[") (number_literal "0x11") (] "]")) (= "=") (cast_expression "(int)piVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar3"))) (; ";")) (expression_statement "param_1[0x10] = (int)piVar3;" (assignment_expression "param_1[0x10] = (int)piVar3" (subscript_expression "param_1[0x10]" (identifier "param_1") ([ "[") (number_literal "0x10") (] "]")) (= "=") (cast_expression "(int)piVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar3"))) (; ";")) (expression_statement "param_1[0x13] = (int)piVar3;" (assignment_expression "param_1[0x13] = (int)piVar3" (subscript_expression "param_1[0x13]" (identifier "param_1") ([ "[") (number_literal "0x13") (] "]")) (= "=") (cast_expression "(int)piVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar3"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Type propagation algorithm not settling */ /* WARNING: Struct "Output_section": ignoring overlapping field "name_" */ /* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */ /* DWARF original prototype: Output_data_got<32,_false> * Output_data_got(Output_data_got<32,_false> * this) */ var_4<32,var_5> * __thiscall gold::var_4<32,var_5>::var_4(var_4<32,var_5> *this) { type_1 var_1; int var_2; int var_3; type_2 *pFVar4; var_2 = DAT_000fb468; var_1 = (this->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x20; *(type_3 *) &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data. super_Output_data.offset_ = 0xffffffff; *(type_3 *) ((int)&(this->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data.offset_ + 4) = 0xffffffff; var_3 = DAT_000fb46c; *(type_3 *) &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data. addralign_ = 4; *(type_3 *) ((int)&(this->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.addralign_ + 4) = 0; (this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data. super_Output_data.field_0x20 = var_1 & 0xe0; *(type_3 *) &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data. super_Output_data.address_ = 0; *(type_3 *) ((int)&(this->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_ + 4) = 0; *(type_3 *) &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data. super_Output_data.data_size_ = 0; *(type_3 *) ((int)&(this->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data.data_size_ + 4) = 0; *(type_3 *) &(this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data. super_Output_data.field_0x24 = 0; pFVar4 = &this->free_list_; (this->super_Output_data_got_base).super_Output_section_data_build.super_Output_section_data. super_Output_data._vptr_Output_data = (type_4 **)(*(int *)(var_2 + 0xfb414 + var_3) + 8); (this->entries_). super__Vector_base<gold::var_4<32,var_5>::var_6,_std::allocator<gold::var_4<32,var_5>::var_6>var_7> ._M_impl._M_start = (type_5)0x0; (this->entries_). super__Vector_base<gold::var_4<32,var_5>::var_6,_std::allocator<gold::var_4<32,var_5>::var_6>var_7> ._M_impl._M_finish = (type_5)0x0; (this->entries_). super__Vector_base<gold::var_4<32,var_5>::var_6,_std::allocator<gold::var_4<32,var_5>::var_6>var_7> ._M_impl._M_end_of_storage = (type_5)0x0; (this->free_list_).list_. super__List_base<gold::Free_list::var_8,_std::allocator<gold::Free_list::var_8>var_7> ._M_impl._M_node._M_size = 0; (this->free_list_).extend_ = false; *(type_3 *)&(this->free_list_).length_ = 0; *(type_3 *)((int)&(this->free_list_).length_ + 4) = 0; *(type_3 *)&(this->free_list_).min_hole_ = 0; *(type_3 *)((int)&(this->free_list_).min_hole_ + 4) = 0; (this->free_list_).list_. super__List_base<gold::Free_list::var_8,_std::allocator<gold::Free_list::var_8>var_7> ._M_impl._M_node.super__List_node_base._M_prev = (type_6 *)pFVar4; (this->free_list_).list_. super__List_base<gold::Free_list::var_8,_std::allocator<gold::Free_list::var_8>var_7> ._M_impl._M_node.super__List_node_base._M_next = (type_6 *)pFVar4; (this->free_list_).last_remove_._M_node = (type_6 *)pFVar4; return this; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (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: (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: (pointer_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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_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: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (return_statement))))
void MASKED(int *param_1) { int iVar1; int iVar2; int *piVar3; iVar1 = DAT_000fb468; param_1[6] = -1; param_1[7] = -1; iVar2 = DAT_000fb46c; param_1[10] = 4; param_1[0xb] = 0; *(byte *)(param_1 + 8) = *(byte *)(param_1 + 8) & 0xe0; param_1[2] = 0; param_1[3] = 0; param_1[4] = 0; param_1[5] = 0; param_1[9] = 0; piVar3 = param_1 + 0x10; *param_1 = *(int *)(iVar1 + 0xfb414 + iVar2) + 8; param_1[0xc] = 0; param_1[0xd] = 0; param_1[0xe] = 0; param_1[0x12] = 0; *(undefined1 *)(param_1 + 0x14) = 0; param_1[0x16] = 0; param_1[0x17] = 0; param_1[0x18] = 0; param_1[0x19] = 0; param_1[0x11] = (int)piVar3; param_1[0x10] = (int)piVar3; param_1[0x13] = (int)piVar3; return; }
82,473
1050_sqlite3_and_sqlite3_strip.c
sqlite3VdbeSetColName
FUN_00066814
int sqlite3VdbeSetColName(Vdbe *p,int idx,int var,char *zName,_func_void_void_ptr *xDel) { int iVar1; iVar1 = sqlite3VdbeMemSetStr(p->aColName + (uint)p->nResColumn * var + idx,zName,-1,'\x01',xDel); return iVar1; }
void FUN_00066814(int param_1,int param_2,int param_3,undefined4 param_4) { FUN_00064ae0(*(int *)(param_1 + 0x74) + ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1); return; }
str lr,[sp,#-0x4]! ldrh r12,[r0,#0x90] ldr r0,[r0,#0x74] mla lr,r12,r2,r1 cpy r1,r3 add r2,lr,lr, lsl #0x2 add r0,r0,r2, lsl #0x3 mov r3,#0x1 mvn r2,#0x0 ldr lr,[sp],#0x4 b 0x00064ae0
null
null
null
null
[(u'INT_MULT_-1206294457', u'INT_ADD_-1206294469'), ('const-417', u'LOAD_-1206294492'), (u'LOAD_-1206294499', u'INT_ZEXT_-1206294483'), ('tmp_174', u'PTRSUB_-1206294352'), ('const-116', u'PTRSUB_-1206294352'), ('const-144', u'PTRSUB_-1206294357'), ('tmp_178', u'CALL_-1206294402'), (u'INT_ZEXT_-1206294483', u'INT_MULT_-1206294457'), ('tmp_176', u'INT_MULT_-1206294457'), (u'PTRADD_-1206294336', u'CALL_-1206294402'), ('const-1', u'CALL_-1206294402'), ('const-40', u'PTRADD_-1206294336'), (u'PTRSUB_-1206294357', u'LOAD_-1206294499'), ('const-417', u'LOAD_-1206294499'), (u'CALL_-1206294402', u'RETURN_-1206294398'), (u'LOAD_-1206294492', u'PTRADD_-1206294336'), (u'INT_ADD_-1206294469', u'PTRADD_-1206294336'), ('tmp_175', u'INT_ADD_-1206294469'), (u'PTRSUB_-1206294352', u'LOAD_-1206294492'), ('const-0', u'RETURN_-1206294398'), ('tmp_174', u'PTRSUB_-1206294357'), ('tmp_177', u'CALL_-1206294402'), ('const-4294967295', u'CALL_-1206294402')]
[(u'LOAD_-1206294499', u'INT_ZEXT_-1206294483'), (u'CAST_-1206294355', u'LOAD_-1206294492'), ('const-417', u'LOAD_-1206294499'), ('tmp_228', u'INT_ADD_-1206294483'), ('const-116', u'INT_ADD_-1206294476'), (u'INT_ADD_-1206294483', u'CAST_-1206294360'), ('const-40', u'INT_MULT_-1206294426'), (u'LOAD_-1206294492', u'INT_ADD_-1206294436'), ('const-417', u'LOAD_-1206294492'), ('const-0', u'RETURN_-1206294398'), ('const-144', u'INT_ADD_-1206294483'), (u'INT_MULT_-1206294457', u'INT_ADD_-1206294469'), ('const-4294967295', u'CALL_-1206294402'), (u'INT_ZEXT_-1206294483', u'INT_MULT_-1206294457'), ('tmp_231', u'CALL_-1206294402'), (u'INT_MULT_-1206294426', u'INT_ADD_-1206294436'), (u'CAST_-1206294360', u'LOAD_-1206294499'), ('tmp_228', u'INT_ADD_-1206294476'), (u'INT_ADD_-1206294476', u'CAST_-1206294355'), ('tmp_229', u'INT_MULT_-1206294457'), ('const-1', u'CALL_-1206294402'), ('tmp_230', u'INT_ADD_-1206294469'), (u'INT_ADD_-1206294469', u'INT_MULT_-1206294426'), (u'INT_ADD_-1206294436', u'CALL_-1206294402')]
null
null
00066814
arm
O2
(translation_unit "void FUN_00066814(int param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n FUN_00064ae0(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1);\n return;\n}\n\n" (function_definition "void FUN_00066814(int param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n FUN_00064ae0(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1);\n return;\n}" primitive_type (function_declarator "FUN_00066814(int param_1,int param_2,int param_3,undefined4 param_4)" identifier (parameter_list "(int param_1,int param_2,int param_3,undefined4 param_4)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) ))) (compound_statement "{\n FUN_00064ae0(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1);\n return;\n}" { (expression_statement "FUN_00064ae0(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1);" (call_expression "FUN_00064ae0(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1)" identifier (argument_list "(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1)" ( (binary_expression "*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28" (pointer_expression "*(int *)(param_1 + 0x74)" * (cast_expression "(int *)(param_1 + 0x74)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x74)" ( (binary_expression "param_1 + 0x74" identifier + number_literal) )))) + (binary_expression "((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28" (parenthesized_expression "((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2)" ( (binary_expression "(uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2" (binary_expression "(uint)*(ushort *)(param_1 + 0x90) * param_3" (binary_expression "(uint)*(ushort *)(param_1 + 0x90)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(param_1 + 0x90)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) * identifier) + identifier) )) * number_literal)) , identifier , number_literal , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "int sqlite3VdbeSetColName(Vdbe *p,int idx,int var,char *zName,_func_void_void_ptr *xDel)\n\n{\n int iVar1;\n \n iVar1 = sqlite3VdbeMemSetStr(p->aColName + (uint)p->nResColumn * var + idx,zName,-1,'\x01',xDel);\n return iVar1;\n}\n\n" (function_definition "int sqlite3VdbeSetColName(Vdbe *p,int idx,int var,char *zName,_func_void_void_ptr *xDel)\n\n{\n int iVar1;\n \n iVar1 = sqlite3VdbeMemSetStr(p->aColName + (uint)p->nResColumn * var + idx,zName,-1,'\x01',xDel);\n return iVar1;\n}" primitive_type (function_declarator "sqlite3VdbeSetColName(Vdbe *p,int idx,int var,char *zName,_func_void_void_ptr *xDel)" identifier (parameter_list "(Vdbe *p,int idx,int var,char *zName,_func_void_void_ptr *xDel)" ( (parameter_declaration "Vdbe *p" type_identifier (pointer_declarator "*p" * identifier)) , (parameter_declaration "int idx" primitive_type identifier) , (parameter_declaration "int var" primitive_type identifier) , (parameter_declaration "char *zName" primitive_type (pointer_declarator "*zName" * identifier)) , (parameter_declaration "_func_void_void_ptr *xDel" type_identifier (pointer_declarator "*xDel" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = sqlite3VdbeMemSetStr(p->aColName + (uint)p->nResColumn * var + idx,zName,-1,'\x01',xDel);\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = sqlite3VdbeMemSetStr(p->aColName + (uint)p->nResColumn * var + idx,zName,-1,'\x01',xDel);" (assignment_expression "iVar1 = sqlite3VdbeMemSetStr(p->aColName + (uint)p->nResColumn * var + idx,zName,-1,'\x01',xDel)" identifier = (call_expression "sqlite3VdbeMemSetStr(p->aColName + (uint)p->nResColumn * var + idx,zName,-1,'\x01',xDel)" identifier (argument_list "(p->aColName + (uint)p->nResColumn * var + idx,zName,-1,'\x01',xDel)" ( (binary_expression "p->aColName + (uint)p->nResColumn * var + idx" (binary_expression "p->aColName + (uint)p->nResColumn * var" (field_expression "p->aColName" identifier -> field_identifier) + (binary_expression "(uint)p->nResColumn * var" (cast_expression "(uint)p->nResColumn" ( (type_descriptor "uint" type_identifier) ) (field_expression "p->nResColumn" identifier -> field_identifier)) * identifier)) + identifier) , identifier , number_literal , (char_literal "'\x01'" ' escape_sequence ') , identifier )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "void FUN_00066814(int param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n FUN_00064ae0(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1);\n return;\n}\n\n" (function_definition "void FUN_00066814(int param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n FUN_00064ae0(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1);\n return;\n}" primitive_type (function_declarator "FUN_00066814(int param_1,int param_2,int param_3,undefined4 param_4)" identifier (parameter_list "(int param_1,int param_2,int param_3,undefined4 param_4)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) ))) (compound_statement "{\n FUN_00064ae0(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1);\n return;\n}" { (expression_statement "FUN_00064ae0(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1);" (call_expression "FUN_00064ae0(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1)" identifier (argument_list "(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1)" ( (binary_expression "*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28" (pointer_expression "*(int *)(param_1 + 0x74)" * (cast_expression "(int *)(param_1 + 0x74)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x74)" ( (binary_expression "param_1 + 0x74" identifier + number_literal) )))) + (binary_expression "((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28" (parenthesized_expression "((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2)" ( (binary_expression "(uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2" (binary_expression "(uint)*(ushort *)(param_1 + 0x90) * param_3" (binary_expression "(uint)*(ushort *)(param_1 + 0x90)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(param_1 + 0x90)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) * identifier) + identifier) )) * number_literal)) , identifier , number_literal , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * IDENT) + IDENT) )) * LIT)) , IDENT , LIT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00066814(int param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n FUN_00064ae0(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00066814(int param_1,int param_2,int param_3,undefined4 param_4)" (identifier "FUN_00066814") (parameter_list "(int param_1,int param_2,int param_3,undefined4 param_4)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) () ")"))) (compound_statement "{\n FUN_00064ae0(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1);\n return;\n}" ({ "{") (expression_statement "FUN_00064ae0(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1);" (call_expression "FUN_00064ae0(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1)" (identifier "FUN_00064ae0") (argument_list "(*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1)" (( "(") (binary_expression "*(int *)(param_1 + 0x74) +\n ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28" (pointer_expression "*(int *)(param_1 + 0x74)" (* "*") (cast_expression "(int *)(param_1 + 0x74)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x74)" (( "(") (binary_expression "param_1 + 0x74" (identifier "param_1") (+ "+") (number_literal "0x74")) () ")")))) (+ "+") (binary_expression "((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28" (parenthesized_expression "((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2)" (( "(") (binary_expression "(uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2" (binary_expression "(uint)*(ushort *)(param_1 + 0x90) * param_3" (binary_expression "(uint)*(ushort *)(param_1 + 0x90)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(ushort *)(param_1 + 0x90)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")")))) (* "*") (identifier "param_3")) (+ "+") (identifier "param_2")) () ")")) (* "*") (number_literal "0x28"))) (, ",") (identifier "param_4") (, ",") (number_literal "0xffffffff") (, ",") (number_literal "1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
int function_1(type_1 *p,int var_3,int var_2,char *zName,type_2 *xDel) { int iVar1; iVar1 = var_1(p->aColName + (type_3)p->nResColumn * var_2 + var_3,zName,-1,'\x01',xDel); return iVar1; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (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 (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)) right: (identifier))) right: (number_literal))) (identifier) (number_literal) (number_literal)))) (return_statement))))
void MASKED(int param_1,int param_2,int param_3,undefined4 param_4) { FUN_00064ae0(*(int *)(param_1 + 0x74) + ((uint)*(ushort *)(param_1 + 0x90) * param_3 + param_2) * 0x28,param_4,0xffffffff,1); return; }
75,449
15_libMagickWand-7.Q16HDRI.so.8.0_and_libMagickWand-7.Q16HDRI.so.8.0_strip.c
GetPageGeometry
GetPageGeometry
void GetPageGeometry(void) { (*(code *)PTR_GetPageGeometry_0012c040)(); return; }
void GetPageGeometry(void) { (*(code *)PTR_GetPageGeometry_0012c040)(); return; }
adr r12,0x11c5e8 add r12,r12,#0xf000 ldr pc,[r12,#0xa58]!
null
null
null
null
[('tmp_113', u'CAST_-1205942707'), ('const-0', u'RETURN_-1205942778'), (u'INDIRECT_-1205942712', u'COPY_-1205942771'), (u'CAST_-1205942707', u'CALLIND_-1205942781'), (u'CALLIND_-1205942781', u'INDIRECT_-1205942712')]
[('tmp_113', u'CAST_-1205942707'), ('const-0', u'RETURN_-1205942778'), (u'INDIRECT_-1205942712', u'COPY_-1205942771'), (u'CAST_-1205942707', u'CALLIND_-1205942781'), (u'CALLIND_-1205942781', u'INDIRECT_-1205942712')]
null
null
0001c5e0
arm
O2
(translation_unit "void GetPageGeometry(void)\n\n{\n (*(code *)PTR_GetPageGeometry_0012c040)();\n return;\n}\n\n" (function_definition "void GetPageGeometry(void)\n\n{\n (*(code *)PTR_GetPageGeometry_0012c040)();\n return;\n}" primitive_type (function_declarator "GetPageGeometry(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_GetPageGeometry_0012c040)();\n return;\n}" { (expression_statement "(*(code *)PTR_GetPageGeometry_0012c040)();" (call_expression "(*(code *)PTR_GetPageGeometry_0012c040)()" (parenthesized_expression "(*(code *)PTR_GetPageGeometry_0012c040)" ( (pointer_expression "*(code *)PTR_GetPageGeometry_0012c040" * (cast_expression "(code *)PTR_GetPageGeometry_0012c040" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void GetPageGeometry(void)\n\n{\n (*(code *)PTR_GetPageGeometry_0012c040)();\n return;\n}\n\n" (function_definition "void GetPageGeometry(void)\n\n{\n (*(code *)PTR_GetPageGeometry_0012c040)();\n return;\n}" primitive_type (function_declarator "GetPageGeometry(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_GetPageGeometry_0012c040)();\n return;\n}" { (expression_statement "(*(code *)PTR_GetPageGeometry_0012c040)();" (call_expression "(*(code *)PTR_GetPageGeometry_0012c040)()" (parenthesized_expression "(*(code *)PTR_GetPageGeometry_0012c040)" ( (pointer_expression "*(code *)PTR_GetPageGeometry_0012c040" * (cast_expression "(code *)PTR_GetPageGeometry_0012c040" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void GetPageGeometry(void)\n\n{\n (*(code *)PTR_GetPageGeometry_0012c040)();\n return;\n}\n\n" (function_definition "void GetPageGeometry(void)\n\n{\n (*(code *)PTR_GetPageGeometry_0012c040)();\n return;\n}" primitive_type (function_declarator "GetPageGeometry(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_GetPageGeometry_0012c040)();\n return;\n}" { (expression_statement "(*(code *)PTR_GetPageGeometry_0012c040)();" (call_expression "(*(code *)PTR_GetPageGeometry_0012c040)()" (parenthesized_expression "(*(code *)PTR_GetPageGeometry_0012c040)" ( (pointer_expression "*(code *)PTR_GetPageGeometry_0012c040" * (cast_expression "(code *)PTR_GetPageGeometry_0012c040" ( (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 GetPageGeometry(void)\n\n{\n (*(code *)PTR_GetPageGeometry_0012c040)();\n return;\n}" (primitive_type "void") (function_declarator "GetPageGeometry(void)" (identifier "GetPageGeometry") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_GetPageGeometry_0012c040)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_GetPageGeometry_0012c040)();" (call_expression "(*(code *)PTR_GetPageGeometry_0012c040)()" (parenthesized_expression "(*(code *)PTR_GetPageGeometry_0012c040)" (( "(") (pointer_expression "*(code *)PTR_GetPageGeometry_0012c040" (* "*") (cast_expression "(code *)PTR_GetPageGeometry_0012c040" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_GetPageGeometry_0012c040"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_GetPageGeometry_0012c040)(); return; }
(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))))
void MASKED(void) { (*(code *)PTR_MASKED_0012c040)(); return; }
53,224
64_find_and_find_strip.c
waitpid
waitpid
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __pid_t waitpid(__pid_t __pid,int *__stat_loc,int __options) { __pid_t _Var1; _Var1 = (*(code *)PTR_waitpid_00064d90)(); return _Var1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __pid_t waitpid(__pid_t __pid,int *__stat_loc,int __options) { __pid_t _Var1; _Var1 = (*(code *)PTR_waitpid_00064d90)(); return _Var1; }
adr r12,0x13548 add r12,r12,#0x51000 ldr pc,[r12,#0x848]!
null
null
null
null
[(u'CAST_-1205979728', u'CALLIND_-1205979805'), (u'INDIRECT_-1205979733', u'COPY_-1205979792'), ('const-0', u'RETURN_-1205979802'), (u'CALLIND_-1205979805', u'INDIRECT_-1205979733'), ('tmp_132', u'CAST_-1205979728'), (u'CALLIND_-1205979805', u'RETURN_-1205979802')]
[(u'CAST_-1205979728', u'CALLIND_-1205979805'), (u'INDIRECT_-1205979733', u'COPY_-1205979792'), ('const-0', u'RETURN_-1205979802'), (u'CALLIND_-1205979805', u'INDIRECT_-1205979733'), ('tmp_132', u'CAST_-1205979728'), (u'CALLIND_-1205979805', u'RETURN_-1205979802')]
null
null
00013540
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__pid_t waitpid(__pid_t __pid,int *__stat_loc,int __options)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_waitpid_00064d90)();\n return _Var1;\n}\n\n" comment (function_definition "__pid_t waitpid(__pid_t __pid,int *__stat_loc,int __options)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_waitpid_00064d90)();\n return _Var1;\n}" type_identifier (function_declarator "waitpid(__pid_t __pid,int *__stat_loc,int __options)" identifier (parameter_list "(__pid_t __pid,int *__stat_loc,int __options)" ( (parameter_declaration "__pid_t __pid" type_identifier identifier) , (parameter_declaration "int *__stat_loc" primitive_type (pointer_declarator "*__stat_loc" * identifier)) , (parameter_declaration "int __options" primitive_type identifier) ))) (compound_statement "{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_waitpid_00064d90)();\n return _Var1;\n}" { (declaration "__pid_t _Var1;" type_identifier identifier ;) (expression_statement "_Var1 = (*(code *)PTR_waitpid_00064d90)();" (assignment_expression "_Var1 = (*(code *)PTR_waitpid_00064d90)()" identifier = (call_expression "(*(code *)PTR_waitpid_00064d90)()" (parenthesized_expression "(*(code *)PTR_waitpid_00064d90)" ( (pointer_expression "*(code *)PTR_waitpid_00064d90" * (cast_expression "(code *)PTR_waitpid_00064d90" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return _Var1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__pid_t waitpid(__pid_t __pid,int *__stat_loc,int __options)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_waitpid_00064d90)();\n return _Var1;\n}\n\n" comment (function_definition "__pid_t waitpid(__pid_t __pid,int *__stat_loc,int __options)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_waitpid_00064d90)();\n return _Var1;\n}" type_identifier (function_declarator "waitpid(__pid_t __pid,int *__stat_loc,int __options)" identifier (parameter_list "(__pid_t __pid,int *__stat_loc,int __options)" ( (parameter_declaration "__pid_t __pid" type_identifier identifier) , (parameter_declaration "int *__stat_loc" primitive_type (pointer_declarator "*__stat_loc" * identifier)) , (parameter_declaration "int __options" primitive_type identifier) ))) (compound_statement "{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_waitpid_00064d90)();\n return _Var1;\n}" { (declaration "__pid_t _Var1;" type_identifier identifier ;) (expression_statement "_Var1 = (*(code *)PTR_waitpid_00064d90)();" (assignment_expression "_Var1 = (*(code *)PTR_waitpid_00064d90)()" identifier = (call_expression "(*(code *)PTR_waitpid_00064d90)()" (parenthesized_expression "(*(code *)PTR_waitpid_00064d90)" ( (pointer_expression "*(code *)PTR_waitpid_00064d90" * (cast_expression "(code *)PTR_waitpid_00064d90" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return _Var1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__pid_t waitpid(__pid_t __pid,int *__stat_loc,int __options)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_waitpid_00064d90)();\n return _Var1;\n}\n\n" comment (function_definition "__pid_t waitpid(__pid_t __pid,int *__stat_loc,int __options)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_waitpid_00064d90)();\n return _Var1;\n}" type_identifier (function_declarator "waitpid(__pid_t __pid,int *__stat_loc,int __options)" identifier (parameter_list "(__pid_t __pid,int *__stat_loc,int __options)" ( (parameter_declaration "__pid_t __pid" type_identifier identifier) , (parameter_declaration "int *__stat_loc" primitive_type (pointer_declarator "*__stat_loc" * identifier)) , (parameter_declaration "int __options" primitive_type identifier) ))) (compound_statement "{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_waitpid_00064d90)();\n return _Var1;\n}" { (declaration "__pid_t _Var1;" type_identifier identifier ;) (expression_statement "_Var1 = (*(code *)PTR_waitpid_00064d90)();" (assignment_expression "_Var1 = (*(code *)PTR_waitpid_00064d90)()" identifier = (call_expression "(*(code *)PTR_waitpid_00064d90)()" (parenthesized_expression "(*(code *)PTR_waitpid_00064d90)" ( (pointer_expression "*(code *)PTR_waitpid_00064d90" * (cast_expression "(code *)PTR_waitpid_00064d90" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return _Var1;" return identifier ;) })))
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE 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 ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "__pid_t waitpid(__pid_t __pid,int *__stat_loc,int __options)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_waitpid_00064d90)();\n return _Var1;\n}" (type_identifier "__pid_t") (function_declarator "waitpid(__pid_t __pid,int *__stat_loc,int __options)" (identifier "waitpid") (parameter_list "(__pid_t __pid,int *__stat_loc,int __options)" (( "(") (parameter_declaration "__pid_t __pid" (type_identifier "__pid_t") (identifier "__pid")) (, ",") (parameter_declaration "int *__stat_loc" (primitive_type "int") (pointer_declarator "*__stat_loc" (* "*") (identifier "__stat_loc"))) (, ",") (parameter_declaration "int __options" (primitive_type "int") (identifier "__options")) () ")"))) (compound_statement "{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_waitpid_00064d90)();\n return _Var1;\n}" ({ "{") (declaration "__pid_t _Var1;" (type_identifier "__pid_t") (identifier "_Var1") (; ";")) (expression_statement "_Var1 = (*(code *)PTR_waitpid_00064d90)();" (assignment_expression "_Var1 = (*(code *)PTR_waitpid_00064d90)()" (identifier "_Var1") (= "=") (call_expression "(*(code *)PTR_waitpid_00064d90)()" (parenthesized_expression "(*(code *)PTR_waitpid_00064d90)" (( "(") (pointer_expression "*(code *)PTR_waitpid_00064d90" (* "*") (cast_expression "(code *)PTR_waitpid_00064d90" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_waitpid_00064d90"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return _Var1;" (return "return") (identifier "_Var1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 function_1(type_1 __pid,int *__stat_loc,int __options) { type_1 _Var1; _Var1 = (*(type_2 *)PTR_waitpid_00064d90)(); return _Var1; }
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) 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)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __pid_t MASKED(__pid_t __pid,int *__stat_loc,int __options) { __pid_t _Var1; _Var1 = (*(code *)PTR_MASKED_00064d90)(); return _Var1; }
68,782
4927_arm-linux-gnueabi-dwp_and_arm-linux-gnueabi-dwp_strip.c
~messages
FUN_0023b814
/* std::messages<wchar_t>::~messages() */ messages<wchar_t> * __thiscall std::messages<wchar_t>::~messages(messages<wchar_t> *this) { messages<wchar_t> *pmVar1; messages<wchar_t> *pmVar2; pmVar2 = *(messages<wchar_t> **)(this + 0xc); *(int *)this = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8; pmVar1 = (messages<wchar_t> *)locale::facet::_S_get_c_name(); if (pmVar2 != pmVar1 && pmVar2 != (messages<wchar_t> *)0x0) { operator_delete__(pmVar2); return pmVar2; } locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 8)); locale::facet::~facet((facet *)this); return this; }
int * FUN_0023b814(int *param_1) { void *pvVar1; void *__ptr; __ptr = (void *)param_1[3]; *param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8; pvVar1 = (void *)FUN_001ddbb8(); if (__ptr != pvVar1 && __ptr != (void *)0x0) { free(__ptr); } FUN_0021ffd4(param_1 + 2); FUN_001dd544(param_1); return param_1; }
ldr r3,[0x23b868] ldr r2,[0x23b86c] add r3,pc,r3 stmdb sp!,{r4,r5,r6,lr} ldr r2,[r3,r2] ldr r5,[r0,#0xc] add r3,r2,#0x8 str r3,[r0,#0x0] cpy r4,r0 bl 0x001ddbb8 cmp r5,r0 cmpne r5,#0x0 beq 0x0023b850 cpy r0,r5 bl 0x001db6fc add r0,r4,#0x8 bl 0x0021ffd4 cpy r0,r4 bl 0x001dd544 cpy r0,r4 ldmia sp!,{r4,r5,r6,pc}
null
null
null
null
[(u'CAST_-1203979913', u'INT_NOTEQUAL_-1203980171'), ('tmp_191', u'CBRANCH_-1203980146'), ('const-1', u'PTRADD_-1203980162'), (u'INT_NOTEQUAL_-1203980171', u'BOOL_AND_-1203979932'), ('const-8', u'PTRADD_-1203980060'), (u'COPY_-1203980100', u'RETURN_-1203980072'), (u'CALL_-1203980186', u'INDIRECT_-1203979959'), (u'CALL_-1203980099', u'INDIRECT_-1203979914'), (u'INT_NOTEQUAL_-1203980001', u'BOOL_AND_-1203979932'), (u'CALL_-1203980133', u'INDIRECT_-1203979929'), (u'INDIRECT_-1203979921', u'COPY_-1203979970'), ('tmp_726', u'INT_ADD_-1203980235'), (u'PTRADD_-1203980162', u'CAST_-1203979931'), (u'INDIRECT_-1203979914', u'COPY_-1203979963'), (u'INDIRECT_-1203980025', u'RETURN_-1203980129'), (u'CAST_-1203979931', u'LOAD_-1203980224'), (u'CALL_-1203980133', u'INDIRECT_-1203979936'), ('const-0', u'RETURN_-1203980072'), ('const-12', u'PTRADD_-1203980162'), ('tmp_291', u'CAST_-1203979922'), ('const-0', u'RETURN_-1203980129'), (u'CALL_-1203980099', u'INDIRECT_-1203979921'), (u'CAST_-1203979936', u'LOAD_-1203980230'), ('const-0', u'INT_NOTEQUAL_-1203980001'), (u'LOAD_-1203980224', u'INT_NOTEQUAL_-1203980171'), (u'LOAD_-1203980224', u'CALL_-1203980133'), (u'LOAD_-1203980224', u'INT_NOTEQUAL_-1203980001'), ('tmp_291', u'COPY_-1203980100'), (u'STORE_-1203980201', u'INDIRECT_-1203979961'), ('tmp_291', u'PTRADD_-1203980060'), (u'STORE_-1203980201', u'INDIRECT_-1203979954'), ('const-8', u'INT_ADD_-1203980193'), ('const-2340900', u'INT_ADD_-1203980235'), (u'CALL_-1203980186', u'INDIRECT_-1203979952'), ('tmp_291', u'PTRADD_-1203980162'), (u'INT_ADD_-1203980214', u'CAST_-1203979936'), ('tmp_727', u'INT_ADD_-1203980214'), (u'INDIRECT_-1203979929', u'COPY_-1203979988'), (u'CALL_-1203980133', u'INDIRECT_-1203980025'), (u'CAST_-1203979884', u'CALL_-1203980110'), (u'BOOL_AND_-1203979932', u'CBRANCH_-1203980146'), (u'CALL_-1203980110', u'INDIRECT_-1203979930'), (u'CAST_-1203979875', u'CALL_-1203980099'), (u'INDIRECT_-1203979936', u'COPY_-1203979995'), ('const-1', u'PTRADD_-1203980060'), (u'PTRADD_-1203980060', u'CAST_-1203979884'), (u'CALL_-1203980110', u'INDIRECT_-1203979923'), (u'INT_ADD_-1203980193', u'STORE_-1203980201'), ('const-417', u'LOAD_-1203980224'), ('const-417', u'LOAD_-1203980230'), (u'LOAD_-1203980230', u'INT_ADD_-1203980193'), ('const-417', u'STORE_-1203980201'), ('tmp_291', u'CAST_-1203979875'), (u'INT_ADD_-1203980235', u'INT_ADD_-1203980214'), (u'CAST_-1203979922', u'STORE_-1203980201'), (u'CALL_-1203980186', u'CAST_-1203979913')]
[(u'INDIRECT_-1203979921', u'MULTIEQUAL_-1203979913'), (u'CALL_-1203980111', u'INDIRECT_-1203979912'), (u'INDIRECT_-1203979903', u'COPY_-1203979954'), ('const-2340900', u'INT_ADD_-1203980235'), ('tmp_191', u'CBRANCH_-1203980146'), (u'CALL_-1203980111', u'INDIRECT_-1203979905'), ('const-4', u'PTRADD_-1203979916'), (u'INT_NOTEQUAL_-1203980171', u'BOOL_AND_-1203979917'), (u'INDIRECT_-1203979942', u'MULTIEQUAL_-1203979913'), (u'CAST_-1203979914', u'CALL_-1203980133'), ('const-4', u'PTRADD_-1203979875'), (u'CALL_-1203980100', u'INDIRECT_-1203979896'), (u'STORE_-1203980201', u'INDIRECT_-1203979938'), ('const-3', u'PTRADD_-1203979916'), (u'CALL_-1203980186', u'INDIRECT_-1203979942'), ('const-2', u'PTRADD_-1203979875'), (u'CALL_-1203980133', u'INDIRECT_-1203979921'), (u'INDIRECT_-1203979914', u'MULTIEQUAL_-1203979906'), (u'PTRADD_-1203979875', u'CALL_-1203980111'), (u'CAST_-1203979914', u'INT_NOTEQUAL_-1203980171'), ('const-0', u'RETURN_-1203980073'), ('const-417', u'LOAD_-1203980224'), ('tmp_815', u'INT_ADD_-1203980214'), (u'CALL_-1203980133', u'INDIRECT_-1203979914'), (u'INT_NOTEQUAL_-1203979984', u'BOOL_AND_-1203979917'), ('const-8', u'INT_ADD_-1203980193'), (u'COPY_-1203980101', u'RETURN_-1203980073'), (u'PTRADD_-1203979916', u'LOAD_-1203980224'), (u'CAST_-1203979919', u'LOAD_-1203980230'), ('tmp_645', u'STORE_-1203980201'), ('tmp_645', u'CALL_-1203980100'), (u'CALL_-1203980100', u'INDIRECT_-1203979903'), (u'BOOL_AND_-1203979917', u'CBRANCH_-1203980146'), (u'INDIRECT_-1203979935', u'MULTIEQUAL_-1203979906'), (u'LOAD_-1203980224', u'CAST_-1203979914'), (u'CALL_-1203980186', u'INDIRECT_-1203979935'), ('tmp_645', u'COPY_-1203980101'), (u'CAST_-1203979897', u'INT_NOTEQUAL_-1203980171'), ('const-0', u'INT_NOTEQUAL_-1203979984'), ('tmp_814', u'INT_ADD_-1203980235'), (u'INT_ADD_-1203980193', u'STORE_-1203980201'), (u'CALL_-1203980186', u'CAST_-1203979897'), ('tmp_645', u'PTRADD_-1203979916'), (u'STORE_-1203980201', u'INDIRECT_-1203979945'), ('const-417', u'LOAD_-1203980230'), (u'INDIRECT_-1203979896', u'COPY_-1203979947'), ('const-417', u'STORE_-1203980201'), ('tmp_645', u'PTRADD_-1203979875'), (u'LOAD_-1203980230', u'INT_ADD_-1203980193'), (u'CAST_-1203979914', u'INT_NOTEQUAL_-1203979984'), (u'INT_ADD_-1203980214', u'CAST_-1203979919'), (u'INT_ADD_-1203980235', u'INT_ADD_-1203980214')]
null
null
0023b814
arm
O2
(translation_unit "int * FUN_0023b814(int *param_1)\n\n{\n void *pvVar1;\n void *__ptr;\n \n __ptr = (void *)param_1[3];\n *param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8;\n pvVar1 = (void *)FUN_001ddbb8();\n if (__ptr != pvVar1 && __ptr != (void *)0x0) {\n free(__ptr);\n }\n FUN_0021ffd4(param_1 + 2);\n FUN_001dd544(param_1);\n return param_1;\n}\n\n" (function_definition "int * FUN_0023b814(int *param_1)\n\n{\n void *pvVar1;\n void *__ptr;\n \n __ptr = (void *)param_1[3];\n *param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8;\n pvVar1 = (void *)FUN_001ddbb8();\n if (__ptr != pvVar1 && __ptr != (void *)0x0) {\n free(__ptr);\n }\n FUN_0021ffd4(param_1 + 2);\n FUN_001dd544(param_1);\n return param_1;\n}" primitive_type (pointer_declarator "* FUN_0023b814(int *param_1)" * (function_declarator "FUN_0023b814(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n void *pvVar1;\n void *__ptr;\n \n __ptr = (void *)param_1[3];\n *param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8;\n pvVar1 = (void *)FUN_001ddbb8();\n if (__ptr != pvVar1 && __ptr != (void *)0x0) {\n free(__ptr);\n }\n FUN_0021ffd4(param_1 + 2);\n FUN_001dd544(param_1);\n return param_1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (expression_statement "__ptr = (void *)param_1[3];" (assignment_expression "__ptr = (void *)param_1[3]" identifier = (cast_expression "(void *)param_1[3]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) (expression_statement "*param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8;" (assignment_expression "*param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8" (pointer_expression "*param_1" * identifier) = (binary_expression "*(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8" (pointer_expression "*(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c)" * (cast_expression "(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0023b868 + 0x23b824 + DAT_0023b86c)" ( (binary_expression "DAT_0023b868 + 0x23b824 + DAT_0023b86c" (binary_expression "DAT_0023b868 + 0x23b824" identifier + number_literal) + identifier) )))) + number_literal)) ;) (expression_statement "pvVar1 = (void *)FUN_001ddbb8();" (assignment_expression "pvVar1 = (void *)FUN_001ddbb8()" identifier = (cast_expression "(void *)FUN_001ddbb8()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001ddbb8()" identifier (argument_list "()" ( ))))) ;) (if_statement "if (__ptr != pvVar1 && __ptr != (void *)0x0) {\n free(__ptr);\n }" if (parenthesized_expression "(__ptr != pvVar1 && __ptr != (void *)0x0)" ( (binary_expression "__ptr != pvVar1 && __ptr != (void *)0x0" (binary_expression "__ptr != pvVar1" identifier != identifier) && (binary_expression "__ptr != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) )) (compound_statement "{\n free(__ptr);\n }" { (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) })) (expression_statement "FUN_0021ffd4(param_1 + 2);" (call_expression "FUN_0021ffd4(param_1 + 2)" identifier (argument_list "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))) ;) (expression_statement "FUN_001dd544(param_1);" (call_expression "FUN_001dd544(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit "/* std::messages<wchar_t>::~messages() */\n\nmessages<wchar_t> * __thiscall std::messages<wchar_t>::~messages(messages<wchar_t> *this)\n\n{\n messages<wchar_t> *pmVar1;\n messages<wchar_t> *pmVar2;\n \n pmVar2 = *(messages<wchar_t> **)(this + 0xc);\n *(int *)this = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8;\n pmVar1 = (messages<wchar_t> *)locale::facet::_S_get_c_name();\n if (pmVar2 != pmVar1 && pmVar2 != (messages<wchar_t> *)0x0) {\n operator_delete__(pmVar2);\n return pmVar2;\n }\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 8));\n locale::facet::~facet((facet *)this);\n return this;\n}\n\n" comment (ERROR "messages<wchar_t> * __thiscall std::messages<wchar_t>::~messages(messages<wchar_t> *this)" (binary_expression "messages<wchar_t> * __thiscall std::messages<wchar_t>::~messages(messages<wchar_t> *this)" (binary_expression "messages<wchar_t> * __thiscall std::messages<wchar_t" (binary_expression "messages<wchar_t> * __thiscall" (binary_expression "messages<wchar_t" identifier < identifier) > (pointer_expression "* __thiscall" * identifier)) (ERROR "std::messages" identifier : : identifier) < identifier) > (ERROR "::" : :) (unary_expression "~messages(messages<wchar_t> *this)" ~ (call_expression "messages(messages<wchar_t> *this)" identifier (argument_list "(messages<wchar_t> *this)" ( (binary_expression "messages<wchar_t> *this" (binary_expression "messages<wchar_t" identifier < identifier) > (pointer_expression "*this" * identifier)) )))))) (compound_statement "{\n messages<wchar_t> *pmVar1;\n messages<wchar_t> *pmVar2;\n \n pmVar2 = *(messages<wchar_t> **)(this + 0xc);\n *(int *)this = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8;\n pmVar1 = (messages<wchar_t> *)locale::facet::_S_get_c_name();\n if (pmVar2 != pmVar1 && pmVar2 != (messages<wchar_t> *)0x0) {\n operator_delete__(pmVar2);\n return pmVar2;\n }\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 8));\n locale::facet::~facet((facet *)this);\n return this;\n}" { (expression_statement "messages<wchar_t> *pmVar1;" (binary_expression "messages<wchar_t> *pmVar1" (binary_expression "messages<wchar_t" identifier < identifier) > (pointer_expression "*pmVar1" * identifier)) ;) (expression_statement "messages<wchar_t> *pmVar2;" (binary_expression "messages<wchar_t> *pmVar2" (binary_expression "messages<wchar_t" identifier < identifier) > (pointer_expression "*pmVar2" * identifier)) ;) (expression_statement "pmVar2 = *(messages<wchar_t> **)(this + 0xc);" (assignment_expression "pmVar2 = *(messages<wchar_t> **)(this + 0xc)" identifier = (pointer_expression "*(messages<wchar_t> **)(this + 0xc)" * (call_expression "(messages<wchar_t> **)(this + 0xc)" (parenthesized_expression "(messages<wchar_t> **)" ( (binary_expression "messages<wchar_t> **" (binary_expression "messages<wchar_t" identifier < identifier) > (pointer_expression "**" * (pointer_expression "*" * identifier))) )) (argument_list "(this + 0xc)" ( (binary_expression "this + 0xc" identifier + number_literal) ))))) ;) (expression_statement "*(int *)this = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8;" (assignment_expression "*(int *)this = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (binary_expression "*(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8" (pointer_expression "*(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c)" * (cast_expression "(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0023b868 + 0x23b824 + DAT_0023b86c)" ( (binary_expression "DAT_0023b868 + 0x23b824 + DAT_0023b86c" (binary_expression "DAT_0023b868 + 0x23b824" identifier + number_literal) + identifier) )))) + number_literal)) ;) (labeled_statement "pmVar1 = (messages<wchar_t> *)locale::facet::_S_get_c_name();" statement_identifier (ERROR "= (messages<wchar_t> *)locale::facet:" = ( (binary_expression "messages<wchar_t> *)locale" (binary_expression "messages<wchar_t" identifier < identifier) > (pointer_expression "*)locale" * (ERROR ")" )) identifier)) : : identifier :) : (expression_statement "_S_get_c_name();" (call_expression "_S_get_c_name()" identifier (argument_list "()" ( ))) ;)) (if_statement "if (pmVar2 != pmVar1 && pmVar2 != (messages<wchar_t> *)0x0) {\n operator_delete__(pmVar2);\n return pmVar2;\n }" if (parenthesized_expression "(pmVar2 != pmVar1 && pmVar2 != (messages<wchar_t> *)0x0)" ( (binary_expression "pmVar2 != pmVar1 && pmVar2 != (messages<wchar_t> *)0x0)" (binary_expression "pmVar2 != pmVar1" identifier != identifier) && (binary_expression "pmVar2 != (messages<wchar_t> *)0x0)" identifier != (parenthesized_expression "(messages<wchar_t> *)0x0)" ( (binary_expression "messages<wchar_t> *)0x0" (binary_expression "messages<wchar_t" identifier < identifier) > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal)) )))) )) (compound_statement "{\n operator_delete__(pmVar2);\n return pmVar2;\n }" { (expression_statement "operator_delete__(pmVar2);" (call_expression "operator_delete__(pmVar2)" identifier (argument_list "(pmVar2)" ( identifier ))) ;) (return_statement "return pmVar2;" return identifier ;) })) (labeled_statement "locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 8));" statement_identifier : (ERROR ":" :) (labeled_statement "facet::_S_destroy_c_locale((__locale_struct **)(this + 8));" statement_identifier : (ERROR ":" :) (expression_statement "_S_destroy_c_locale((__locale_struct **)(this + 8));" (call_expression "_S_destroy_c_locale((__locale_struct **)(this + 8))" identifier (argument_list "((__locale_struct **)(this + 8))" ( (cast_expression "(__locale_struct **)(this + 8)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) ))) ))) ;))) (labeled_statement "locale::facet::~facet((facet *)this);" statement_identifier : (ERROR ":" :) (labeled_statement "facet::~facet((facet *)this);" statement_identifier : (ERROR ":" :) (expression_statement "~facet((facet *)this);" (unary_expression "~facet((facet *)this)" ~ (call_expression "facet((facet *)this)" identifier (argument_list "((facet *)this)" ( (cast_expression "(facet *)this" ( (type_descriptor "facet *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;))) (return_statement "return this;" return identifier ;) }))
(translation_unit "int * FUN_0023b814(int *param_1)\n\n{\n void *pvVar1;\n void *__ptr;\n \n __ptr = (void *)param_1[3];\n *param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8;\n pvVar1 = (void *)FUN_001ddbb8();\n if (__ptr != pvVar1 && __ptr != (void *)0x0) {\n free(__ptr);\n }\n FUN_0021ffd4(param_1 + 2);\n FUN_001dd544(param_1);\n return param_1;\n}\n\n" (function_definition "int * FUN_0023b814(int *param_1)\n\n{\n void *pvVar1;\n void *__ptr;\n \n __ptr = (void *)param_1[3];\n *param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8;\n pvVar1 = (void *)FUN_001ddbb8();\n if (__ptr != pvVar1 && __ptr != (void *)0x0) {\n free(__ptr);\n }\n FUN_0021ffd4(param_1 + 2);\n FUN_001dd544(param_1);\n return param_1;\n}" primitive_type (pointer_declarator "* FUN_0023b814(int *param_1)" * (function_declarator "FUN_0023b814(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n void *pvVar1;\n void *__ptr;\n \n __ptr = (void *)param_1[3];\n *param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8;\n pvVar1 = (void *)FUN_001ddbb8();\n if (__ptr != pvVar1 && __ptr != (void *)0x0) {\n free(__ptr);\n }\n FUN_0021ffd4(param_1 + 2);\n FUN_001dd544(param_1);\n return param_1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (expression_statement "__ptr = (void *)param_1[3];" (assignment_expression "__ptr = (void *)param_1[3]" identifier = (cast_expression "(void *)param_1[3]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) (expression_statement "*param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8;" (assignment_expression "*param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8" (pointer_expression "*param_1" * identifier) = (binary_expression "*(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8" (pointer_expression "*(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c)" * (cast_expression "(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0023b868 + 0x23b824 + DAT_0023b86c)" ( (binary_expression "DAT_0023b868 + 0x23b824 + DAT_0023b86c" (binary_expression "DAT_0023b868 + 0x23b824" identifier + number_literal) + identifier) )))) + number_literal)) ;) (expression_statement "pvVar1 = (void *)FUN_001ddbb8();" (assignment_expression "pvVar1 = (void *)FUN_001ddbb8()" identifier = (cast_expression "(void *)FUN_001ddbb8()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001ddbb8()" identifier (argument_list "()" ( ))))) ;) (if_statement "if (__ptr != pvVar1 && __ptr != (void *)0x0) {\n free(__ptr);\n }" if (parenthesized_expression "(__ptr != pvVar1 && __ptr != (void *)0x0)" ( (binary_expression "__ptr != pvVar1 && __ptr != (void *)0x0" (binary_expression "__ptr != pvVar1" identifier != identifier) && (binary_expression "__ptr != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) )) (compound_statement "{\n free(__ptr);\n }" { (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) })) (expression_statement "FUN_0021ffd4(param_1 + 2);" (call_expression "FUN_0021ffd4(param_1 + 2)" identifier (argument_list "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))) ;) (expression_statement "FUN_001dd544(param_1);" (call_expression "FUN_001dd544(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT != IDENT) && (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (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) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return IDENT ;) })))
(function_definition "int * FUN_0023b814(int *param_1)\n\n{\n void *pvVar1;\n void *__ptr;\n \n __ptr = (void *)param_1[3];\n *param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8;\n pvVar1 = (void *)FUN_001ddbb8();\n if (__ptr != pvVar1 && __ptr != (void *)0x0) {\n free(__ptr);\n }\n FUN_0021ffd4(param_1 + 2);\n FUN_001dd544(param_1);\n return param_1;\n}" (primitive_type "int") (pointer_declarator "* FUN_0023b814(int *param_1)" (* "*") (function_declarator "FUN_0023b814(int *param_1)" (identifier "FUN_0023b814") (parameter_list "(int *param_1)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")")))) (compound_statement "{\n void *pvVar1;\n void *__ptr;\n \n __ptr = (void *)param_1[3];\n *param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8;\n pvVar1 = (void *)FUN_001ddbb8();\n if (__ptr != pvVar1 && __ptr != (void *)0x0) {\n free(__ptr);\n }\n FUN_0021ffd4(param_1 + 2);\n FUN_001dd544(param_1);\n return param_1;\n}" ({ "{") (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (expression_statement "__ptr = (void *)param_1[3];" (assignment_expression "__ptr = (void *)param_1[3]" (identifier "__ptr") (= "=") (cast_expression "(void *)param_1[3]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")))) (; ";")) (expression_statement "*param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8;" (assignment_expression "*param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (binary_expression "*(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8" (pointer_expression "*(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c)" (* "*") (cast_expression "(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0023b868 + 0x23b824 + DAT_0023b86c)" (( "(") (binary_expression "DAT_0023b868 + 0x23b824 + DAT_0023b86c" (binary_expression "DAT_0023b868 + 0x23b824" (identifier "DAT_0023b868") (+ "+") (number_literal "0x23b824")) (+ "+") (identifier "DAT_0023b86c")) () ")")))) (+ "+") (number_literal "8"))) (; ";")) (expression_statement "pvVar1 = (void *)FUN_001ddbb8();" (assignment_expression "pvVar1 = (void *)FUN_001ddbb8()" (identifier "pvVar1") (= "=") (cast_expression "(void *)FUN_001ddbb8()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001ddbb8()" (identifier "FUN_001ddbb8") (argument_list "()" (( "(") () ")"))))) (; ";")) (if_statement "if (__ptr != pvVar1 && __ptr != (void *)0x0) {\n free(__ptr);\n }" (if "if") (parenthesized_expression "(__ptr != pvVar1 && __ptr != (void *)0x0)" (( "(") (binary_expression "__ptr != pvVar1 && __ptr != (void *)0x0" (binary_expression "__ptr != pvVar1" (identifier "__ptr") (!= "!=") (identifier "pvVar1")) (&& "&&") (binary_expression "__ptr != (void *)0x0" (identifier "__ptr") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")")) (compound_statement "{\n free(__ptr);\n }" ({ "{") (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0021ffd4(param_1 + 2);" (call_expression "FUN_0021ffd4(param_1 + 2)" (identifier "FUN_0021ffd4") (argument_list "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")"))) (; ";")) (expression_statement "FUN_001dd544(param_1);" (call_expression "FUN_001dd544(param_1)" (identifier "FUN_001dd544") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
/* std::messages<wchar_t>::~messages() */ var_1<var_2> * __thiscall std::var_1<var_2>::~var_1(var_1<var_2> *var_3) { var_1<var_2> *var_8; var_1<var_2> *var_7; var_7 = *(var_1<var_2> **)(var_3 + 0xc); *(int *)var_3 = *(int *)(var_4 + 0x23b824 + var_5) + 8; pmVar1 = (var_1<var_2> *)locale::var_11::var_6(); if (var_7 != var_8 && var_7 != (var_1<var_2> *)0x0) { var_9(var_7); return var_7; } locale::facet::var_10((type_1 **)(var_3 + 8)); locale::facet::~var_11((var_11 *)var_3); return var_3; }
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator 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: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (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))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (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 (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (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 (identifier)))) (return_statement (identifier)))))
int * MASKED(int *param_1) { void *pvVar1; void *__ptr; __ptr = (void *)param_1[3]; *param_1 = *(int *)(DAT_0023b868 + 0x23b824 + DAT_0023b86c) + 8; pvVar1 = (void *)FUN_001ddbb8(); if (__ptr != pvVar1 && __ptr != (void *)0x0) { free(__ptr); } FUN_0021ffd4(param_1 + 2); FUN_001dd544(param_1); return param_1; }
85,639
27_base32_and_base32_strip.c
malloc
malloc
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * malloc(size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * malloc(size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)(); return pvVar1; }
adr r12,0x10edc add r12,r12,#0x18000 ldr pc,[r12,#0x1a0]!
null
null
null
null
[(u'CAST_-1205989565', u'RETURN_-1205989638'), (u'CALLIND_-1205989641', u'INDIRECT_-1205989571'), (u'CALLIND_-1205989641', u'CAST_-1205989565'), (u'INDIRECT_-1205989571', u'COPY_-1205989630'), (u'CAST_-1205989566', u'CALLIND_-1205989641'), ('tmp_120', u'CAST_-1205989566'), ('const-0', u'RETURN_-1205989638')]
[(u'CAST_-1205989565', u'RETURN_-1205989638'), (u'CALLIND_-1205989641', u'INDIRECT_-1205989571'), (u'CALLIND_-1205989641', u'CAST_-1205989565'), (u'INDIRECT_-1205989571', u'COPY_-1205989630'), (u'CAST_-1205989566', u'CALLIND_-1205989641'), ('tmp_120', u'CAST_-1205989566'), ('const-0', u'RETURN_-1205989638')]
null
null
00010ed4
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();\n return pvVar1;\n}\n\n" comment (function_definition "void * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* malloc(size_t __size)" * (function_declarator "malloc(size_t __size)" identifier (parameter_list "(size_t __size)" ( (parameter_declaration "size_t __size" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)()" identifier = (cast_expression "(void *)(*(code *)PTR_malloc_0002907c)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_malloc_0002907c)()" (parenthesized_expression "(*(code *)PTR_malloc_0002907c)" ( (pointer_expression "*(code *)PTR_malloc_0002907c" * (cast_expression "(code *)PTR_malloc_0002907c" ( (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 * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();\n return pvVar1;\n}\n\n" comment (function_definition "void * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* malloc(size_t __size)" * (function_declarator "malloc(size_t __size)" identifier (parameter_list "(size_t __size)" ( (parameter_declaration "size_t __size" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)()" identifier = (cast_expression "(void *)(*(code *)PTR_malloc_0002907c)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_malloc_0002907c)()" (parenthesized_expression "(*(code *)PTR_malloc_0002907c)" ( (pointer_expression "*(code *)PTR_malloc_0002907c" * (cast_expression "(code *)PTR_malloc_0002907c" ( (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 * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();\n return pvVar1;\n}\n\n" comment (function_definition "void * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* malloc(size_t __size)" * (function_declarator "malloc(size_t __size)" identifier (parameter_list "(size_t __size)" ( (parameter_declaration "size_t __size" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)()" identifier = (cast_expression "(void *)(*(code *)PTR_malloc_0002907c)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_malloc_0002907c)()" (parenthesized_expression "(*(code *)PTR_malloc_0002907c)" ( (pointer_expression "*(code *)PTR_malloc_0002907c" * (cast_expression "(code *)PTR_malloc_0002907c" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) })))
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* malloc(size_t __size)" (* "*") (function_declarator "malloc(size_t __size)" (identifier "malloc") (parameter_list "(size_t __size)" (( "(") (parameter_declaration "size_t __size" (primitive_type "size_t") (identifier "__size")) () ")")))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();\n return pvVar1;\n}" ({ "{") (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (expression_statement "pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_malloc_0002907c)()" (identifier "pvVar1") (= "=") (cast_expression "(void *)(*(code *)PTR_malloc_0002907c)()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_malloc_0002907c)()" (parenthesized_expression "(*(code *)PTR_malloc_0002907c)" (( "(") (pointer_expression "*(code *)PTR_malloc_0002907c" (* "*") (cast_expression "(code *)PTR_malloc_0002907c" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_malloc_0002907c"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pvVar1;" (return "return") (identifier "pvVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(size_t __size) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_malloc_0002907c)(); return pvVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_0002907c)(); return pvVar1; }
190
47_clear_console_and_clear_console_strip.c
getenv
getenv
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * getenv(char *__name) { /* WARNING: Bad instruction - Truncating control flow here */ /* getenv@@GLIBC_2.4 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * getenv(char *__name) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206046666')]
[('const-1', u'RETURN_-1206046666')]
null
null
0002302c
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * getenv(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * getenv(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* getenv(char *__name)" * (function_declarator "getenv(char *__name)" identifier (parameter_list "(char *__name)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * getenv(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* getenv@@GLIBC_2.4 */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * getenv(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* getenv@@GLIBC_2.4 */\n halt_baddata();\n}" primitive_type (pointer_declarator "* getenv(char *__name)" * (function_declarator "getenv(char *__name)" identifier (parameter_list "(char *__name)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* getenv@@GLIBC_2.4 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * getenv(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * getenv(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* getenv(char *__name)" * (function_declarator "getenv(char *__name)" identifier (parameter_list "(char *__name)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit comment comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * getenv(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* getenv(char *__name)" (* "*") (function_declarator "getenv(char *__name)" (identifier "getenv") (parameter_list "(char *__name)" (( "(") (parameter_declaration "char *__name" (primitive_type "char") (pointer_declarator "*__name" (* "*") (identifier "__name"))) () ")")))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(char *__name) { /* WARNING: Bad instruction - Truncating control flow here */ /* getenv@@GLIBC_2.4 */ var_1(); }
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(char *__name) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
19,649
66_df_and_df_strip.c
wcswidth
wcswidth
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int wcswidth(wchar_t *__s,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_wcswidth_0003311c)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int wcswidth(wchar_t *__s,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_wcswidth_0003311c)(); return iVar1; }
adr r12,0x1171c add r12,r12,#0x21000 ldr pc,[r12,#0xa00]!
null
null
null
null
[(u'INDIRECT_-1205987458', u'COPY_-1205987517'), ('tmp_126', u'CAST_-1205987453'), (u'CAST_-1205987453', u'CALLIND_-1205987529'), ('const-0', u'RETURN_-1205987526'), (u'CALLIND_-1205987529', u'INDIRECT_-1205987458'), (u'CALLIND_-1205987529', u'RETURN_-1205987526')]
[(u'INDIRECT_-1205987458', u'COPY_-1205987517'), ('tmp_126', u'CAST_-1205987453'), (u'CAST_-1205987453', u'CALLIND_-1205987529'), ('const-0', u'RETURN_-1205987526'), (u'CALLIND_-1205987529', u'INDIRECT_-1205987458'), (u'CALLIND_-1205987529', u'RETURN_-1205987526')]
null
null
00011714
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint wcswidth(wchar_t *__s,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcswidth_0003311c)();\n return iVar1;\n}\n\n" comment (function_definition "int wcswidth(wchar_t *__s,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcswidth_0003311c)();\n return iVar1;\n}" primitive_type (function_declarator "wcswidth(wchar_t *__s,size_t __n)" identifier (parameter_list "(wchar_t *__s,size_t __n)" ( (parameter_declaration "wchar_t *__s" type_identifier (pointer_declarator "*__s" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcswidth_0003311c)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_wcswidth_0003311c)();" (assignment_expression "iVar1 = (*(code *)PTR_wcswidth_0003311c)()" identifier = (call_expression "(*(code *)PTR_wcswidth_0003311c)()" (parenthesized_expression "(*(code *)PTR_wcswidth_0003311c)" ( (pointer_expression "*(code *)PTR_wcswidth_0003311c" * (cast_expression "(code *)PTR_wcswidth_0003311c" ( (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 wcswidth(wchar_t *__s,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcswidth_0003311c)();\n return iVar1;\n}\n\n" comment (function_definition "int wcswidth(wchar_t *__s,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcswidth_0003311c)();\n return iVar1;\n}" primitive_type (function_declarator "wcswidth(wchar_t *__s,size_t __n)" identifier (parameter_list "(wchar_t *__s,size_t __n)" ( (parameter_declaration "wchar_t *__s" type_identifier (pointer_declarator "*__s" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcswidth_0003311c)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_wcswidth_0003311c)();" (assignment_expression "iVar1 = (*(code *)PTR_wcswidth_0003311c)()" identifier = (call_expression "(*(code *)PTR_wcswidth_0003311c)()" (parenthesized_expression "(*(code *)PTR_wcswidth_0003311c)" ( (pointer_expression "*(code *)PTR_wcswidth_0003311c" * (cast_expression "(code *)PTR_wcswidth_0003311c" ( (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 wcswidth(wchar_t *__s,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcswidth_0003311c)();\n return iVar1;\n}\n\n" comment (function_definition "int wcswidth(wchar_t *__s,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcswidth_0003311c)();\n return iVar1;\n}" primitive_type (function_declarator "wcswidth(wchar_t *__s,size_t __n)" identifier (parameter_list "(wchar_t *__s,size_t __n)" ( (parameter_declaration "wchar_t *__s" type_identifier (pointer_declarator "*__s" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcswidth_0003311c)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_wcswidth_0003311c)();" (assignment_expression "iVar1 = (*(code *)PTR_wcswidth_0003311c)()" identifier = (call_expression "(*(code *)PTR_wcswidth_0003311c)()" (parenthesized_expression "(*(code *)PTR_wcswidth_0003311c)" ( (pointer_expression "*(code *)PTR_wcswidth_0003311c" * (cast_expression "(code *)PTR_wcswidth_0003311c" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit comment (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 ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int wcswidth(wchar_t *__s,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcswidth_0003311c)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "wcswidth(wchar_t *__s,size_t __n)" (identifier "wcswidth") (parameter_list "(wchar_t *__s,size_t __n)" (( "(") (parameter_declaration "wchar_t *__s" (type_identifier "wchar_t") (pointer_declarator "*__s" (* "*") (identifier "__s"))) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcswidth_0003311c)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_wcswidth_0003311c)();" (assignment_expression "iVar1 = (*(code *)PTR_wcswidth_0003311c)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_wcswidth_0003311c)()" (parenthesized_expression "(*(code *)PTR_wcswidth_0003311c)" (( "(") (pointer_expression "*(code *)PTR_wcswidth_0003311c" (* "*") (cast_expression "(code *)PTR_wcswidth_0003311c" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_wcswidth_0003311c"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__s,size_t __n) { int iVar1; iVar1 = (*(type_2 *)PTR_wcswidth_0003311c)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (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)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(wchar_t *__s,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0003311c)(); return iVar1; }
23,506
371_libsgutils2.so.2.0_and_libsgutils2.so.2.0_strip.c
__ctype_toupper_loc
__ctype_toupper_loc
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ __int32_t ** __ctype_toupper_loc(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* __ctype_toupper_loc@@GLIBC_2.4 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ __int32_t ** __ctype_toupper_loc(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206251430')]
[('const-1', u'RETURN_-1206251430')]
null
null
00051050
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__int32_t ** __ctype_toupper_loc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "__int32_t ** __ctype_toupper_loc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" type_identifier (pointer_declarator "** __ctype_toupper_loc(void)" * (pointer_declarator "* __ctype_toupper_loc(void)" * (function_declarator "__ctype_toupper_loc(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\n__int32_t ** __ctype_toupper_loc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __ctype_toupper_loc@@GLIBC_2.4 */\n halt_baddata();\n}\n\n" comment comment (function_definition "__int32_t ** __ctype_toupper_loc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __ctype_toupper_loc@@GLIBC_2.4 */\n halt_baddata();\n}" type_identifier (pointer_declarator "** __ctype_toupper_loc(void)" * (pointer_declarator "* __ctype_toupper_loc(void)" * (function_declarator "__ctype_toupper_loc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __ctype_toupper_loc@@GLIBC_2.4 */\n halt_baddata();\n}" { comment 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__int32_t ** __ctype_toupper_loc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "__int32_t ** __ctype_toupper_loc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" type_identifier (pointer_declarator "** __ctype_toupper_loc(void)" * (pointer_declarator "* __ctype_toupper_loc(void)" * (function_declarator "__ctype_toupper_loc(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 comment comment (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "__int32_t ** __ctype_toupper_loc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (type_identifier "__int32_t") (pointer_declarator "** __ctype_toupper_loc(void)" (* "*") (pointer_declarator "* __ctype_toupper_loc(void)" (* "*") (function_declarator "__ctype_toupper_loc(void)" (identifier "__ctype_toupper_loc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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 */ /* __ctype_toupper_loc@@GLIBC_2.4 */ var_1(); }
(translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ __int32_t ** MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
32,494
120_du_and_du_strip.c
argv_iter_init_argv
FUN_00014790
argv_iterator * argv_iter_init_argv(char **argv) { argv_iterator *paVar1; paVar1 = (argv_iterator *)malloc(0x18); if (paVar1 != (argv_iterator *)0x0) { paVar1->arg_list = argv; paVar1->p = argv; paVar1->fp = (FILE *)0x0; } return paVar1; }
void FUN_00014790(undefined4 param_1) { undefined4 *puVar1; puVar1 = (undefined4 *)malloc(0x18); if (puVar1 != (undefined4 *)0x0) { puVar1[4] = param_1; puVar1[5] = param_1; *puVar1 = 0; } return; }
stmdb sp!,{r4,lr} cpy r4,r0 mov r0,#0x18 bl 0x000118f8 cmp r0,#0x0 movne r3,#0x0 strne r4,[r0,#0x10] strne r4,[r0,#0x14] strne r3,[r0,#0x0] ldmia sp!,{r4,pc}
null
null
null
null
[(u'CALL_-1205975113', u'CAST_-1205974952'), (u'INT_NOTEQUAL_-1205975092', u'CBRANCH_-1205975088'), ('const-417', u'STORE_-1205975069'), ('const-417', u'STORE_-1205975060'), (u'PTRSUB_-1205974931', u'STORE_-1205975051'), ('const-0', u'INT_NOTEQUAL_-1205975092'), ('const-0', u'STORE_-1205975051'), ('const-16', u'PTRSUB_-1205974941'), ('tmp_208', u'STORE_-1205975060'), ('const-0', u'PTRSUB_-1205974931'), ('const-24', u'CALL_-1205975113'), ('const-20', u'PTRSUB_-1205974936'), (u'CAST_-1205974952', u'PTRSUB_-1205974941'), (u'PTRSUB_-1205974941', u'STORE_-1205975069'), (u'PTRSUB_-1205974936', u'STORE_-1205975060'), (u'CAST_-1205974952', u'PTRSUB_-1205974931'), (u'CAST_-1205974952', u'RETURN_-1205975029'), ('const-417', u'STORE_-1205975051'), ('const-0', u'RETURN_-1205975029'), ('tmp_208', u'STORE_-1205975069'), ('tmp_105', u'CBRANCH_-1205975088'), (u'CAST_-1205974952', u'INT_NOTEQUAL_-1205975092'), (u'CAST_-1205974952', u'PTRSUB_-1205974936')]
[(u'INT_NOTEQUAL_-1205975092', u'CBRANCH_-1205975088'), ('const-417', u'STORE_-1205975069'), ('const-4', u'PTRADD_-1205974942'), ('tmp_311', u'STORE_-1205975069'), (u'CALL_-1205975113', u'CAST_-1205974953'), ('const-4', u'PTRADD_-1205974942'), (u'PTRADD_-1205974937', u'STORE_-1205975060'), ('const-417', u'STORE_-1205975051'), ('const-5', u'PTRADD_-1205974937'), ('const-0', u'STORE_-1205975051'), ('const-0', u'RETURN_-1205975029'), ('const-24', u'CALL_-1205975113'), (u'CAST_-1205974953', u'PTRADD_-1205974942'), ('tmp_311', u'STORE_-1205975060'), (u'CAST_-1205974953', u'STORE_-1205975051'), ('const-0', u'INT_NOTEQUAL_-1205975092'), ('tmp_105', u'CBRANCH_-1205975088'), (u'PTRADD_-1205974942', u'STORE_-1205975069'), ('const-4', u'PTRADD_-1205974937'), ('const-417', u'STORE_-1205975060'), (u'CAST_-1205974953', u'INT_NOTEQUAL_-1205975092'), (u'CAST_-1205974953', u'PTRADD_-1205974937')]
null
null
00014790
arm
O2
(translation_unit "void FUN_00014790(undefined4 param_1)\n\n{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)malloc(0x18);\n if (puVar1 != (undefined4 *)0x0) {\n puVar1[4] = param_1;\n puVar1[5] = param_1;\n *puVar1 = 0;\n }\n return;\n}\n\n" (function_definition "void FUN_00014790(undefined4 param_1)\n\n{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)malloc(0x18);\n if (puVar1 != (undefined4 *)0x0) {\n puVar1[4] = param_1;\n puVar1[5] = param_1;\n *puVar1 = 0;\n }\n return;\n}" primitive_type (function_declarator "FUN_00014790(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)malloc(0x18);\n if (puVar1 != (undefined4 *)0x0) {\n puVar1[4] = param_1;\n puVar1[5] = param_1;\n *puVar1 = 0;\n }\n return;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined4 *)malloc(0x18);" (assignment_expression "puVar1 = (undefined4 *)malloc(0x18)" identifier = (cast_expression "(undefined4 *)malloc(0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "malloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (if_statement "if (puVar1 != (undefined4 *)0x0) {\n puVar1[4] = param_1;\n puVar1[5] = param_1;\n *puVar1 = 0;\n }" if (parenthesized_expression "(puVar1 != (undefined4 *)0x0)" ( (binary_expression "puVar1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar1[4] = param_1;\n puVar1[5] = param_1;\n *puVar1 = 0;\n }" { (expression_statement "puVar1[4] = param_1;" (assignment_expression "puVar1[4] = param_1" (subscript_expression "puVar1[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[5] = param_1;" (assignment_expression "puVar1[5] = param_1" (subscript_expression "puVar1[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar1 = 0;" (assignment_expression "*puVar1 = 0" (pointer_expression "*puVar1" * identifier) = number_literal) ;) })) (return_statement "return;" return ;) })))
(translation_unit "argv_iterator * argv_iter_init_argv(char **argv)\n\n{\n argv_iterator *paVar1;\n \n paVar1 = (argv_iterator *)malloc(0x18);\n if (paVar1 != (argv_iterator *)0x0) {\n paVar1->arg_list = argv;\n paVar1->p = argv;\n paVar1->fp = (FILE *)0x0;\n }\n return paVar1;\n}\n\n" (function_definition "argv_iterator * argv_iter_init_argv(char **argv)\n\n{\n argv_iterator *paVar1;\n \n paVar1 = (argv_iterator *)malloc(0x18);\n if (paVar1 != (argv_iterator *)0x0) {\n paVar1->arg_list = argv;\n paVar1->p = argv;\n paVar1->fp = (FILE *)0x0;\n }\n return paVar1;\n}" type_identifier (pointer_declarator "* argv_iter_init_argv(char **argv)" * (function_declarator "argv_iter_init_argv(char **argv)" identifier (parameter_list "(char **argv)" ( (parameter_declaration "char **argv" primitive_type (pointer_declarator "**argv" * (pointer_declarator "*argv" * identifier))) )))) (compound_statement "{\n argv_iterator *paVar1;\n \n paVar1 = (argv_iterator *)malloc(0x18);\n if (paVar1 != (argv_iterator *)0x0) {\n paVar1->arg_list = argv;\n paVar1->p = argv;\n paVar1->fp = (FILE *)0x0;\n }\n return paVar1;\n}" { (declaration "argv_iterator *paVar1;" type_identifier (pointer_declarator "*paVar1" * identifier) ;) (expression_statement "paVar1 = (argv_iterator *)malloc(0x18);" (assignment_expression "paVar1 = (argv_iterator *)malloc(0x18)" identifier = (cast_expression "(argv_iterator *)malloc(0x18)" ( (type_descriptor "argv_iterator *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "malloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (if_statement "if (paVar1 != (argv_iterator *)0x0) {\n paVar1->arg_list = argv;\n paVar1->p = argv;\n paVar1->fp = (FILE *)0x0;\n }" if (parenthesized_expression "(paVar1 != (argv_iterator *)0x0)" ( (binary_expression "paVar1 != (argv_iterator *)0x0" identifier != (cast_expression "(argv_iterator *)0x0" ( (type_descriptor "argv_iterator *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n paVar1->arg_list = argv;\n paVar1->p = argv;\n paVar1->fp = (FILE *)0x0;\n }" { (expression_statement "paVar1->arg_list = argv;" (assignment_expression "paVar1->arg_list = argv" (field_expression "paVar1->arg_list" identifier -> field_identifier) = identifier) ;) (expression_statement "paVar1->p = argv;" (assignment_expression "paVar1->p = argv" (field_expression "paVar1->p" identifier -> field_identifier) = identifier) ;) (expression_statement "paVar1->fp = (FILE *)0x0;" (assignment_expression "paVar1->fp = (FILE *)0x0" (field_expression "paVar1->fp" identifier -> field_identifier) = (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (return_statement "return paVar1;" return identifier ;) })))
(translation_unit "void FUN_00014790(undefined4 param_1)\n\n{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)malloc(0x18);\n if (puVar1 != (undefined4 *)0x0) {\n puVar1[4] = param_1;\n puVar1[5] = param_1;\n *puVar1 = 0;\n }\n return;\n}\n\n" (function_definition "void FUN_00014790(undefined4 param_1)\n\n{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)malloc(0x18);\n if (puVar1 != (undefined4 *)0x0) {\n puVar1[4] = param_1;\n puVar1[5] = param_1;\n *puVar1 = 0;\n }\n return;\n}" primitive_type (function_declarator "FUN_00014790(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)malloc(0x18);\n if (puVar1 != (undefined4 *)0x0) {\n puVar1[4] = param_1;\n puVar1[5] = param_1;\n *puVar1 = 0;\n }\n return;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined4 *)malloc(0x18);" (assignment_expression "puVar1 = (undefined4 *)malloc(0x18)" identifier = (cast_expression "(undefined4 *)malloc(0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "malloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (if_statement "if (puVar1 != (undefined4 *)0x0) {\n puVar1[4] = param_1;\n puVar1[5] = param_1;\n *puVar1 = 0;\n }" if (parenthesized_expression "(puVar1 != (undefined4 *)0x0)" ( (binary_expression "puVar1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar1[4] = param_1;\n puVar1[5] = param_1;\n *puVar1 = 0;\n }" { (expression_statement "puVar1[4] = param_1;" (assignment_expression "puVar1[4] = param_1" (subscript_expression "puVar1[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[5] = param_1;" (assignment_expression "puVar1[5] = param_1" (subscript_expression "puVar1[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar1 = 0;" (assignment_expression "*puVar1 = 0" (pointer_expression "*puVar1" * identifier) = number_literal) ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (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 (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) })) (return_statement return ;) })))
(function_definition "void FUN_00014790(undefined4 param_1)\n\n{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)malloc(0x18);\n if (puVar1 != (undefined4 *)0x0) {\n puVar1[4] = param_1;\n puVar1[5] = param_1;\n *puVar1 = 0;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00014790(undefined4 param_1)" (identifier "FUN_00014790") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)malloc(0x18);\n if (puVar1 != (undefined4 *)0x0) {\n puVar1[4] = param_1;\n puVar1[5] = param_1;\n *puVar1 = 0;\n }\n return;\n}" ({ "{") (declaration "undefined4 *puVar1;" (type_identifier "undefined4") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (expression_statement "puVar1 = (undefined4 *)malloc(0x18);" (assignment_expression "puVar1 = (undefined4 *)malloc(0x18)" (identifier "puVar1") (= "=") (cast_expression "(undefined4 *)malloc(0x18)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "malloc(0x18)" (identifier "malloc") (argument_list "(0x18)" (( "(") (number_literal "0x18") () ")"))))) (; ";")) (if_statement "if (puVar1 != (undefined4 *)0x0) {\n puVar1[4] = param_1;\n puVar1[5] = param_1;\n *puVar1 = 0;\n }" (if "if") (parenthesized_expression "(puVar1 != (undefined4 *)0x0)" (( "(") (binary_expression "puVar1 != (undefined4 *)0x0" (identifier "puVar1") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n puVar1[4] = param_1;\n puVar1[5] = param_1;\n *puVar1 = 0;\n }" ({ "{") (expression_statement "puVar1[4] = param_1;" (assignment_expression "puVar1[4] = param_1" (subscript_expression "puVar1[4]" (identifier "puVar1") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "puVar1[5] = param_1;" (assignment_expression "puVar1[5] = param_1" (subscript_expression "puVar1[5]" (identifier "puVar1") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "*puVar1 = 0;" (assignment_expression "*puVar1 = 0" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (number_literal "0")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
type_1 * function_1(char **argv) { type_1 *var_2; var_2 = (type_1 *)var_1(0x18); if (var_2 != (type_1 *)0x0) { var_2->arg_list = argv; var_2->p = argv; var_2->fp = (type_2 *)0x0; } return var_2; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) (return_statement))))
void MASKED(undefined4 param_1) { undefined4 *puVar1; puVar1 = (undefined4 *)malloc(0x18); if (puVar1 != (undefined4 *)0x0) { puVar1[4] = param_1; puVar1[5] = param_1; *puVar1 = 0; } return; }
27,021
2453_arm-linux-gnueabi-dwp_and_arm-linux-gnueabi-dwp_strip.c
sort_before
FUN_00123764
/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */ /* WARNING: Struct "Output_section": ignoring overlapping field "name_" */ /* DWARF original prototype: bool sort_before(Output_reloc<4,_true,_64,_false> * this, Output_reloc<4,_true,_64,_false> * r2) */ bool __thiscall gold::Output_reloc<4,_true,_64,_false>::sort_before (Output_reloc<4,_true,_64,_false> *this,Output_reloc<4,_true,_64,_false> *r2) { undefined1 uVar1; int iVar2; uint uVar3; uint uVar4; uint uVar5; bool bVar6; iVar2 = Output_reloc<9,_true,_64,_false>::compare(&this->rel_,&r2->rel_); if (iVar2 < 0) { return true; } if (iVar2 != 0) { return false; } uVar3 = (uint)this->addend_; uVar4 = *(uint *)((int)&this->addend_ + 4); uVar5 = *(uint *)((int)&r2->addend_ + 4); bVar6 = uVar5 <= uVar4; if (uVar4 == uVar5) { bVar6 = (uint)r2->addend_ <= uVar3; } if (!bVar6) { uVar3 = 1; } uVar1 = (undefined1)uVar3; if (bVar6) { uVar1 = 0; } return (bool)uVar1; }
bool FUN_00123764(int param_1,int param_2) { int iVar1; bool bVar2; iVar1 = FUN_001236b0(); if (iVar1 < 0) { return true; } if (iVar1 == 0) { bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24); if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) { bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20); } return !bVar2; } return false; }
stmdb sp!,{r4,r5,r6,lr} cpy r5,r0 cpy r4,r1 bl 0x001236b0 cmp r0,#0x0 blt 0x001237a4 beq 0x00123788 mov r0,#0x0 ldmia sp!,{r4,r5,r6,pc} ldrd r0,r1,[r5,#0x20] ldrd r2,r3,[r4,#0x20] cmp r1,r3 cmpeq r0,r2 movcc r0,#0x1 movcs r0,#0x0 ldmia sp!,{r4,r5,r6,pc} mov r0,#0x1 ldmia sp!,{r4,r5,r6,pc}
null
null
null
null
[('const-1', u'COPY_-1207093156'), (u'MULTIEQUAL_-1207093056', u'CAST_-1207093029'), ('tmp_85', u'CBRANCH_-1207093348'), ('const-417', u'LOAD_-1207093297'), (u'MULTIEQUAL_-1207093107', u'SUBPIECE_-1207093059'), ('const-0', u'SUBPIECE_-1207093062'), ('const-417', u'LOAD_-1207093295'), ('const-417', u'LOAD_-1207093303'), (u'INT_LESSEQUAL_-1207093259', u'MULTIEQUAL_-1207093100'), ('const-0', u'PTRSUB_-1207093081'), ('const-32', u'PTRSUB_-1207093064'), (u'SUBPIECE_-1207093059', u'MULTIEQUAL_-1207093056'), (u'SUBPIECE_-1207093057', u'INT_LESSEQUAL_-1207093259'), ('tmp_244', u'CBRANCH_-1207093255'), ('const-32', u'PTRSUB_-1207093057'), ('const-417', u'LOAD_-1207093305'), ('tmp_437', u'PTRSUB_-1207093064'), ('const-32', u'PTRSUB_-1207093065'), (u'COPY_-1207093120', u'MULTIEQUAL_-1207093056'), ('const-0', u'RETURN_-1207093166'), (u'PTRSUB_-1207093057', u'CAST_-1207093051'), ('tmp_438', u'PTRSUB_-1207093080'), (u'PTRSUB_-1207093081', u'CALL_-1207093372'), ('const-0', u'RETURN_-1207093201'), ('const-4', u'INT_ADD_-1207093110'), (u'COPY_-1207093156', u'RETURN_-1207093166'), ('tmp_437', u'PTRSUB_-1207093065'), (u'PTRSUB_-1207093065', u'LOAD_-1207093305'), (u'CAST_-1207093050', u'LOAD_-1207093295'), (u'LOAD_-1207093297', u'SUBPIECE_-1207093057'), (u'BOOL_NEGATE_-1207093080', u'CBRANCH_-1207093255'), ('const-0', u'SUBPIECE_-1207093057'), (u'CAST_-1207093056', u'LOAD_-1207093303'), (u'INT_EQUAL_-1207093276', u'CBRANCH_-1207093272'), ('const-0', u'INT_SLESS_-1207093351'), (u'INT_LESSEQUAL_-1207093275', u'MULTIEQUAL_-1207093100'), (u'COPY_-1207093251', u'MULTIEQUAL_-1207093107'), ('const-1', u'COPY_-1207093251'), (u'PTRSUB_-1207093058', u'LOAD_-1207093297'), (u'SUBPIECE_-1207093062', u'MULTIEQUAL_-1207093107'), ('const-0', u'INT_NOTEQUAL_-1207093351'), (u'COPY_-1207093165', u'RETURN_-1207093201'), (u'LOAD_-1207093303', u'INT_EQUAL_-1207093276'), (u'INT_SLESS_-1207093351', u'CBRANCH_-1207093348'), (u'SUBPIECE_-1207093062', u'INT_LESSEQUAL_-1207093259'), ('tmp_437', u'PTRSUB_-1207093081'), (u'LOAD_-1207093295', u'INT_LESSEQUAL_-1207093275'), ('const-0', u'RETURN_-1207093303'), ('const-32', u'PTRSUB_-1207093058'), ('tmp_438', u'PTRSUB_-1207093057'), ('const-0', u'SUBPIECE_-1207093059'), (u'LOAD_-1207093305', u'SUBPIECE_-1207093062'), (u'MULTIEQUAL_-1207093100', u'CBRANCH_-1207093237'), ('tmp_281', u'CBRANCH_-1207093237'), (u'CALL_-1207093372', u'INT_NOTEQUAL_-1207093351'), (u'CALL_-1207093372', u'INT_SLESS_-1207093351'), ('const-0', u'COPY_-1207093120'), (u'MULTIEQUAL_-1207093100', u'BOOL_NEGATE_-1207093080'), ('tmp_438', u'PTRSUB_-1207093058'), (u'LOAD_-1207093303', u'INT_LESSEQUAL_-1207093275'), (u'CAST_-1207093029', u'COPY_-1207093165'), (u'INT_ADD_-1207093103', u'CAST_-1207093050'), (u'PTRSUB_-1207093064', u'CAST_-1207093057'), (u'LOAD_-1207093295', u'INT_EQUAL_-1207093276'), ('const-0', u'COPY_-1207093194'), ('const-4', u'INT_ADD_-1207093103'), (u'COPY_-1207093194', u'RETURN_-1207093303'), (u'PTRSUB_-1207093080', u'CALL_-1207093372'), ('const-0', u'PTRSUB_-1207093080'), (u'CAST_-1207093051', u'INT_ADD_-1207093103'), ('tmp_213', u'CBRANCH_-1207093272'), (u'INT_ADD_-1207093110', u'CAST_-1207093056'), ('tmp_87', u'CBRANCH_-1207093343'), (u'INT_NOTEQUAL_-1207093351', u'CBRANCH_-1207093343'), (u'CAST_-1207093057', u'INT_ADD_-1207093110')]
[('tmp_85', u'CBRANCH_-1207093348'), ('const-417', u'LOAD_-1207093305'), ('const-36', u'INT_ADD_-1207093287'), ('const-36', u'INT_ADD_-1207093279'), (u'CAST_-1207093066', u'LOAD_-1207093303'), (u'COPY_-1207093106', u'RETURN_-1207093166'), ('const-0', u'RETURN_-1207093166'), ('tmp_613', u'INT_ADD_-1207093289'), (u'CALL_-1207093372', u'INT_EQUAL_-1207093352'), ('const-417', u'LOAD_-1207093295'), ('const-0', u'RETURN_-1207093201'), ('const-417', u'LOAD_-1207093303'), (u'INT_LESSEQUAL_-1207093259', u'MULTIEQUAL_-1207093102'), (u'INT_ADD_-1207093287', u'CAST_-1207093066'), (u'CAST_-1207093060', u'LOAD_-1207093295'), (u'INT_ADD_-1207093289', u'CAST_-1207093067'), ('tmp_614', u'INT_ADD_-1207093281'), (u'INT_EQUAL_-1207093352', u'CBRANCH_-1207093343'), ('tmp_613', u'INT_ADD_-1207093287'), (u'INT_LESSEQUAL_-1207093275', u'MULTIEQUAL_-1207093102'), ('const-417', u'LOAD_-1207093297'), (u'INT_EQUAL_-1207093276', u'CBRANCH_-1207093272'), ('const-0', u'INT_SLESS_-1207093351'), (u'BOOL_NEGATE_-1207093085', u'COPY_-1207093111'), (u'INT_ADD_-1207093281', u'CAST_-1207093061'), (u'LOAD_-1207093303', u'INT_EQUAL_-1207093276'), (u'INT_SLESS_-1207093351', u'CBRANCH_-1207093348'), (u'LOAD_-1207093297', u'INT_LESSEQUAL_-1207093259'), (u'LOAD_-1207093295', u'INT_LESSEQUAL_-1207093275'), ('const-0', u'RETURN_-1207093303'), (u'LOAD_-1207093305', u'INT_LESSEQUAL_-1207093259'), (u'MULTIEQUAL_-1207093102', u'BOOL_NEGATE_-1207093085'), (u'CAST_-1207093061', u'LOAD_-1207093297'), (u'CALL_-1207093372', u'INT_SLESS_-1207093351'), ('tmp_614', u'INT_ADD_-1207093279'), (u'COPY_-1207093141', u'RETURN_-1207093303'), (u'LOAD_-1207093303', u'INT_LESSEQUAL_-1207093275'), ('const-0', u'COPY_-1207093141'), (u'CAST_-1207093067', u'LOAD_-1207093305'), ('const-32', u'INT_ADD_-1207093289'), (u'LOAD_-1207093295', u'INT_EQUAL_-1207093276'), ('const-1', u'COPY_-1207093106'), ('tmp_213', u'CBRANCH_-1207093272'), (u'INT_ADD_-1207093279', u'CAST_-1207093060'), (u'COPY_-1207093111', u'RETURN_-1207093201'), ('const-32', u'INT_ADD_-1207093281'), ('tmp_87', u'CBRANCH_-1207093343'), ('const-0', u'INT_EQUAL_-1207093352')]
null
null
00123764
arm
O2
(translation_unit "bool FUN_00123764(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001236b0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}\n\n" (function_definition "bool FUN_00123764(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001236b0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}" primitive_type (function_declarator "FUN_00123764(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001236b0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (expression_statement "iVar1 = FUN_001236b0();" (assignment_expression "iVar1 = FUN_001236b0()" identifier = (call_expression "FUN_001236b0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar1 < 0) {\n return true;\n }" if (parenthesized_expression "(iVar1 < 0)" ( (binary_expression "iVar1 < 0" identifier < number_literal) )) (compound_statement "{\n return true;\n }" { (return_statement "return true;" return true ;) })) (if_statement "if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }" { (expression_statement "bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);" (assignment_expression "bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24)" identifier = (binary_expression "*(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24)" (pointer_expression "*(uint *)(param_2 + 0x24)" * (cast_expression "(uint *)(param_2 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x24)" ( (binary_expression "param_2 + 0x24" identifier + number_literal) )))) <= (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))))) ;) (if_statement "if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }" if (parenthesized_expression "(*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24))" ( (binary_expression "*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)" (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))) == (pointer_expression "*(uint *)(param_2 + 0x24)" * (cast_expression "(uint *)(param_2 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x24)" ( (binary_expression "param_2 + 0x24" identifier + number_literal) ))))) )) (compound_statement "{\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }" { (expression_statement "bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);" (assignment_expression "bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20)" identifier = (binary_expression "*(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20)" (pointer_expression "*(uint *)(param_2 + 0x20)" * (cast_expression "(uint *)(param_2 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) <= (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) )))))) ;) })) (return_statement "return !bVar2;" return (unary_expression "!bVar2" ! identifier) ;) })) (return_statement "return false;" return false ;) })))
(translation_unit "/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */\n/* WARNING: Struct "Output_section": ignoring overlapping field "name_" */\n/* DWARF original prototype: bool sort_before(Output_reloc<4,_true,_64,_false> * this,\n Output_reloc<4,_true,_64,_false> * r2) */\n\nbool __thiscall\ngold::Output_reloc<4,_true,_64,_false>::sort_before\n (Output_reloc<4,_true,_64,_false> *this,Output_reloc<4,_true,_64,_false> *r2)\n\n{\n undefined1 uVar1;\n int iVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n bool bVar6;\n \n iVar2 = Output_reloc<9,_true,_64,_false>::compare(&this->rel_,&r2->rel_);\n if (iVar2 < 0) {\n return true;\n }\n if (iVar2 != 0) {\n return false;\n }\n uVar3 = (uint)this->addend_;\n uVar4 = *(uint *)((int)&this->addend_ + 4);\n uVar5 = *(uint *)((int)&r2->addend_ + 4);\n bVar6 = uVar5 <= uVar4;\n if (uVar4 == uVar5) {\n bVar6 = (uint)r2->addend_ <= uVar3;\n }\n if (!bVar6) {\n uVar3 = 1;\n }\n uVar1 = (undefined1)uVar3;\n if (bVar6) {\n uVar1 = 0;\n }\n return (bool)uVar1;\n}\n\n" comment comment comment (declaration "bool __thiscall\ngold::Output_reloc<4,_true,_64,_false>::sort_before\n (Output_reloc<4,_true,_64,_false> *this,Output_reloc<4,_true,_64,_false> *r2)\n\n{\n undefined1 uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_false>::sort_before\n (Output_reloc<4,_true,_64,_false> *this,Output_reloc<4,_true,_64,_false> *r2)\n\n{\n undefined1" identifier > : : (function_declarator "sort_before\n (Output_reloc<4,_true,_64,_false> *this,Output_reloc<4,_true,_64,_false> *r2)" identifier (parameter_list "(Output_reloc<4,_true,_64,_false> *this,Output_reloc<4,_true,_64,_false> *r2)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *r2" type_identifier (ERROR ">" >) (pointer_declarator "*r2" * identifier)) ))) { identifier) identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (expression_statement "iVar2 = Output_reloc<9,_true,_64,_false>::compare(&this->rel_,&r2->rel_);" (update_expression "iVar2 = Output_reloc<9,_true,_64,_false>::compare(&this->rel_,&r2->rel_)" (binary_expression "iVar2 = Output_reloc<9,_true,_64,_false>::compare(&this->rel_,&r2->rel_)" (assignment_expression "iVar2 = Output_reloc<9" identifier = (binary_expression "Output_reloc<9" identifier < number_literal)) (ERROR ",_true,_64,_false" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "compare(&this->rel_,&r2->rel_)" identifier (argument_list "(&this->rel_,&r2->rel_)" ( (pointer_expression "&this->rel_" & (field_expression "this->rel_" identifier -> field_identifier)) , (pointer_expression "&r2->rel_" & (field_expression "r2->rel_" identifier -> field_identifier)) )))) --) ;) (if_statement "if (iVar2 < 0) {\n return true;\n }" if (parenthesized_expression "(iVar2 < 0)" ( (binary_expression "iVar2 < 0" identifier < number_literal) )) (compound_statement "{\n return true;\n }" { (return_statement "return true;" return true ;) })) (if_statement "if (iVar2 != 0) {\n return false;\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) })) (expression_statement "uVar3 = (uint)this->addend_;" (assignment_expression "uVar3 = (uint)this->addend_" identifier = (cast_expression "(uint)this->addend_" ( (type_descriptor "uint" type_identifier) ) (field_expression "this->addend_" identifier -> field_identifier))) ;) (expression_statement "uVar4 = *(uint *)((int)&this->addend_ + 4);" (assignment_expression "uVar4 = *(uint *)((int)&this->addend_ + 4)" identifier = (pointer_expression "*(uint *)((int)&this->addend_ + 4)" * (cast_expression "(uint *)((int)&this->addend_ + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&this->addend_ + 4)" ( (binary_expression "(int)&this->addend_ + 4" (cast_expression "(int)&this->addend_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&this->addend_" & (field_expression "this->addend_" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "uVar5 = *(uint *)((int)&r2->addend_ + 4);" (assignment_expression "uVar5 = *(uint *)((int)&r2->addend_ + 4)" identifier = (pointer_expression "*(uint *)((int)&r2->addend_ + 4)" * (cast_expression "(uint *)((int)&r2->addend_ + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&r2->addend_ + 4)" ( (binary_expression "(int)&r2->addend_ + 4" (cast_expression "(int)&r2->addend_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&r2->addend_" & (field_expression "r2->addend_" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "bVar6 = uVar5 <= uVar4;" (assignment_expression "bVar6 = uVar5 <= uVar4" identifier = (binary_expression "uVar5 <= uVar4" identifier <= identifier)) ;) (if_statement "if (uVar4 == uVar5) {\n bVar6 = (uint)r2->addend_ <= uVar3;\n }" if (parenthesized_expression "(uVar4 == uVar5)" ( (binary_expression "uVar4 == uVar5" identifier == identifier) )) (compound_statement "{\n bVar6 = (uint)r2->addend_ <= uVar3;\n }" { (expression_statement "bVar6 = (uint)r2->addend_ <= uVar3;" (assignment_expression "bVar6 = (uint)r2->addend_ <= uVar3" identifier = (binary_expression "(uint)r2->addend_ <= uVar3" (cast_expression "(uint)r2->addend_" ( (type_descriptor "uint" type_identifier) ) (field_expression "r2->addend_" identifier -> field_identifier)) <= identifier)) ;) })) (if_statement "if (!bVar6) {\n uVar3 = 1;\n }" if (parenthesized_expression "(!bVar6)" ( (unary_expression "!bVar6" ! identifier) )) (compound_statement "{\n uVar3 = 1;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) })) (expression_statement "uVar1 = (undefined1)uVar3;" (assignment_expression "uVar1 = (undefined1)uVar3" identifier = (cast_expression "(undefined1)uVar3" ( (type_descriptor "undefined1" type_identifier) ) identifier)) ;) (if_statement "if (bVar6) {\n uVar1 = 0;\n }" if (parenthesized_expression "(bVar6)" ( identifier )) (compound_statement "{\n uVar1 = 0;\n }" { (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) })) (return_statement "return (bool)uVar1;" return (cast_expression "(bool)uVar1" ( (type_descriptor "bool" primitive_type) ) identifier) ;) (ERROR "}" }))
(translation_unit "bool FUN_00123764(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001236b0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}\n\n" (function_definition "bool FUN_00123764(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001236b0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}" primitive_type (function_declarator "FUN_00123764(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001236b0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (expression_statement "iVar1 = FUN_001236b0();" (assignment_expression "iVar1 = FUN_001236b0()" identifier = (call_expression "FUN_001236b0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar1 < 0) {\n return true;\n }" if (parenthesized_expression "(iVar1 < 0)" ( (binary_expression "iVar1 < 0" identifier < number_literal) )) (compound_statement "{\n return true;\n }" { (return_statement "return true;" return true ;) })) (if_statement "if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }" { (expression_statement "bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);" (assignment_expression "bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24)" identifier = (binary_expression "*(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24)" (pointer_expression "*(uint *)(param_2 + 0x24)" * (cast_expression "(uint *)(param_2 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x24)" ( (binary_expression "param_2 + 0x24" identifier + number_literal) )))) <= (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))))) ;) (if_statement "if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }" if (parenthesized_expression "(*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24))" ( (binary_expression "*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)" (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))) == (pointer_expression "*(uint *)(param_2 + 0x24)" * (cast_expression "(uint *)(param_2 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x24)" ( (binary_expression "param_2 + 0x24" identifier + number_literal) ))))) )) (compound_statement "{\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }" { (expression_statement "bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);" (assignment_expression "bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20)" identifier = (binary_expression "*(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20)" (pointer_expression "*(uint *)(param_2 + 0x20)" * (cast_expression "(uint *)(param_2 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) <= (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) )))))) ;) })) (return_statement "return !bVar2;" return (unary_expression "!bVar2" ! identifier) ;) })) (return_statement "return false;" return false ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (return_statement return BOOL ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) })) (return_statement return (unary_expression ! IDENT) ;) })) (return_statement return BOOL ;) })))
(function_definition "bool FUN_00123764(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001236b0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}" (primitive_type "bool") (function_declarator "FUN_00123764(int param_1,int param_2)" (identifier "FUN_00123764") (parameter_list "(int param_1,int param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_001236b0();\n if (iVar1 < 0) {\n return true;\n }\n if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }\n return false;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "bool bVar2;" (primitive_type "bool") (identifier "bVar2") (; ";")) (expression_statement "iVar1 = FUN_001236b0();" (assignment_expression "iVar1 = FUN_001236b0()" (identifier "iVar1") (= "=") (call_expression "FUN_001236b0()" (identifier "FUN_001236b0") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar1 < 0) {\n return true;\n }" (if "if") (parenthesized_expression "(iVar1 < 0)" (( "(") (binary_expression "iVar1 < 0" (identifier "iVar1") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n return true;\n }" ({ "{") (return_statement "return true;" (return "return") (true "true") (; ";")) (} "}"))) (if_statement "if (iVar1 == 0) {\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);\n if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }\n return !bVar2;\n }" ({ "{") (expression_statement "bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24);" (assignment_expression "bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24)" (identifier "bVar2") (= "=") (binary_expression "*(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24)" (pointer_expression "*(uint *)(param_2 + 0x24)" (* "*") (cast_expression "(uint *)(param_2 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x24)" (( "(") (binary_expression "param_2 + 0x24" (identifier "param_2") (+ "+") (number_literal "0x24")) () ")")))) (<= "<=") (pointer_expression "*(uint *)(param_1 + 0x24)" (* "*") (cast_expression "(uint *)(param_1 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x24)" (( "(") (binary_expression "param_1 + 0x24" (identifier "param_1") (+ "+") (number_literal "0x24")) () ")")))))) (; ";")) (if_statement "if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) {\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }" (if "if") (parenthesized_expression "(*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24))" (( "(") (binary_expression "*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)" (pointer_expression "*(uint *)(param_1 + 0x24)" (* "*") (cast_expression "(uint *)(param_1 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x24)" (( "(") (binary_expression "param_1 + 0x24" (identifier "param_1") (+ "+") (number_literal "0x24")) () ")")))) (== "==") (pointer_expression "*(uint *)(param_2 + 0x24)" (* "*") (cast_expression "(uint *)(param_2 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x24)" (( "(") (binary_expression "param_2 + 0x24" (identifier "param_2") (+ "+") (number_literal "0x24")) () ")"))))) () ")")) (compound_statement "{\n bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);\n }" ({ "{") (expression_statement "bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20);" (assignment_expression "bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20)" (identifier "bVar2") (= "=") (binary_expression "*(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20)" (pointer_expression "*(uint *)(param_2 + 0x20)" (* "*") (cast_expression "(uint *)(param_2 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")")))) (<= "<=") (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")) () ")")))))) (; ";")) (} "}"))) (return_statement "return !bVar2;" (return "return") (unary_expression "!bVar2" (! "!") (identifier "bVar2")) (; ";")) (} "}"))) (return_statement "return false;" (return "return") (false "false") (; ";")) (} "}")))
/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */ /* WARNING: Struct "Output_section": ignoring overlapping field "name_" */ /* DWARF original prototype: bool sort_before(Output_reloc<4,_true,_64,_false> * this, Output_reloc<4,_true,_64,_false> * r2) */ bool __thiscall gold::var_1<4,_true,_64,_false>::sort_before (var_1<4,_true,_64,_false> *this,var_1<4,_true,_64,_false> *r2) { type_2 uVar1; int var_3; type_1 var_6; type_1 var_5; type_1 var_4; bool bVar6; var_3 = var_1<9,_true,_64,_false>::var_2(&this->rel_,&r2->rel_); if (var_3 < 0) { return true; } if (var_3 != 0) { return false; } var_6 = (type_1)this->addend_; var_5 = *(type_1 *)((int)&this->addend_ + 4); var_4 = *(type_1 *)((int)&r2->addend_ + 4); bVar6 = var_4 <= var_5; if (var_5 == var_4) { bVar6 = (type_1)r2->addend_ <= var_6; } if (!bVar6) { var_6 = 1; } uVar1 = (type_2)var_6; if (bVar6) { uVar1 = 0; } return (bool)uVar1; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (true)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_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 (unary_expression argument: (identifier))))) (return_statement (false)))))
bool MASKED(int param_1,int param_2) { int iVar1; bool bVar2; iVar1 = FUN_001236b0(); if (iVar1 < 0) { return true; } if (iVar1 == 0) { bVar2 = *(uint *)(param_2 + 0x24) <= *(uint *)(param_1 + 0x24); if (*(uint *)(param_1 + 0x24) == *(uint *)(param_2 + 0x24)) { bVar2 = *(uint *)(param_2 + 0x20) <= *(uint *)(param_1 + 0x20); } return !bVar2; } return false; }
83,165
2502_openssl_and_openssl_strip.c
X509_NAME_get_index_by_OBJ
X509_NAME_get_index_by_OBJ
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,int lastpos) { /* WARNING: Bad instruction - Truncating control flow here */ /* X509_NAME_get_index_by_OBJ@@OPENSSL_1_1_0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,int lastpos) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206641342')]
[('const-1', u'RETURN_-1206641342')]
null
null
000b1d38
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)" identifier (parameter_list "(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)" ( (parameter_declaration "X509_NAME *name" type_identifier (pointer_declarator "*name" * identifier)) , (parameter_declaration "ASN1_OBJECT *obj" type_identifier (pointer_declarator "*obj" * identifier)) , (parameter_declaration "int lastpos" 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 X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* X509_NAME_get_index_by_OBJ@@OPENSSL_1_1_0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* X509_NAME_get_index_by_OBJ@@OPENSSL_1_1_0 */\n halt_baddata();\n}" primitive_type (function_declarator "X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)" identifier (parameter_list "(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)" ( (parameter_declaration "X509_NAME *name" type_identifier (pointer_declarator "*name" * identifier)) , (parameter_declaration "ASN1_OBJECT *obj" type_identifier (pointer_declarator "*obj" * identifier)) , (parameter_declaration "int lastpos" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* X509_NAME_get_index_by_OBJ@@OPENSSL_1_1_0 */\n halt_baddata();\n}" { comment 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 X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)" identifier (parameter_list "(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)" ( (parameter_declaration "X509_NAME *name" type_identifier (pointer_declarator "*name" * identifier)) , (parameter_declaration "ASN1_OBJECT *obj" type_identifier (pointer_declarator "*obj" * identifier)) , (parameter_declaration "int lastpos" 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 comment comment (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 { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "int") (function_declarator "X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)" (identifier "X509_NAME_get_index_by_OBJ") (parameter_list "(X509_NAME *name,ASN1_OBJECT *obj,int lastpos)" (( "(") (parameter_declaration "X509_NAME *name" (type_identifier "X509_NAME") (pointer_declarator "*name" (* "*") (identifier "name"))) (, ",") (parameter_declaration "ASN1_OBJECT *obj" (type_identifier "ASN1_OBJECT") (pointer_declarator "*obj" (* "*") (identifier "obj"))) (, ",") (parameter_declaration "int lastpos" (primitive_type "int") (identifier "lastpos")) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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 *name,type_2 *obj,int lastpos) { /* WARNING: Bad instruction - Truncating control flow here */ /* X509_NAME_get_index_by_OBJ@@OPENSSL_1_1_0 */ var_1(); }
(translation_unit (comment) (comment) (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: (primitive_type) declarator: (identifier)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(X509_NAME *name,ASN1_OBJECT *obj,int lastpos) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
73,891
369_mv_and_mv_strip.c
randread
FUN_00026ce8
void randread(randread_source *s,void *buf,size_t size) { uint uVar1; undefined4 *puVar2; size_t sVar3; void *pvVar4; _func_void_void_ptr *p_Var5; undefined4 uVar6; isaac_word *__dest; FILE *__stream; isaac_word *result; isaac_state *s_00; __stream = (FILE *)s->source; if (__stream != (FILE *)0x0) { puVar2 = (undefined4 *)FUN_000122a4(); while( true ) { sVar3 = fread_unlocked(buf,1,size,__stream); uVar6 = *puVar2; size = size - sVar3; buf = (void *)((int)buf + sVar3); if (size == 0) break; p_Var5 = s->handler; pvVar4 = s->handler_arg; if ((s->source->_flags & 0x20U) == 0) { uVar6 = 0; } *puVar2 = uVar6; (*p_Var5)(pvVar4); __stream = (FILE *)s->source; } return; } sVar3 = (s->buf).isaac.buffered; result = (isaac_word *)((s->buf).c + 0x410); if (size <= sVar3) { result = (isaac_word *)((int)result + (0x400 - sVar3)); goto LAB_00026df4; } s_00 = &(s->buf).isaac.state; __dest = (isaac_word *)buf; do { buf = (void *)((int)__dest + sVar3); memcpy(__dest,(void *)((int)result + (0x400 - sVar3)),sVar3); uVar1 = DAT_00026e1c; size = size - sVar3; if (((uint)buf & 3) == 0) goto joined_r0x00026db4; isaac_refill(s_00,result); sVar3 = 0x400; __dest = (isaac_word *)buf; } while (0x400 < size); goto LAB_00026df0; joined_r0x00026db4: while (uVar1 < size) { isaac_refill(s_00,(isaac_word *)buf); size = size - 0x400; buf = (void *)((int)buf + 0x400); if (size == 0) { (s->buf).isaac.buffered = 0; return; } } isaac_refill(s_00,result); LAB_00026df0: sVar3 = 0x400; LAB_00026df4: memcpy(buf,result,size); (s->buf).isaac.buffered = sVar3 - size; return; }
void FUN_00026ce8(int *param_1,void *param_2,uint param_3) { uint uVar1; int *piVar2; size_t sVar3; int iVar4; code *pcVar5; int iVar6; void *__dest; FILE *__stream; int *piVar7; __stream = (FILE *)*param_1; if (__stream != (FILE *)0x0) { piVar2 = __errno_location(); while( true ) { sVar3 = fread_unlocked(param_2,1,param_3,__stream); iVar6 = *piVar2; param_3 = param_3 - sVar3; param_2 = (void *)((int)param_2 + sVar3); if (param_3 == 0) break; pcVar5 = (code *)param_1[1]; iVar4 = param_1[2]; if ((*(uint *)*param_1 & 0x20) == 0) { iVar6 = 0; } *piVar2 = iVar6; (*pcVar5)(iVar4); __stream = (FILE *)*param_1; } return; } sVar3 = param_1[3]; piVar2 = param_1 + 0x107; if (param_3 <= sVar3) { piVar2 = (int *)((int)piVar2 + (0x400 - sVar3)); goto LAB_00026df4; } piVar7 = param_1 + 4; __dest = param_2; do { param_2 = (void *)((int)__dest + sVar3); memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3); uVar1 = DAT_00026e1c; param_3 = param_3 - sVar3; if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4; FUN_00026e54(piVar7,piVar2); sVar3 = 0x400; __dest = param_2; } while (0x400 < param_3); goto LAB_00026df0; joined_r0x00026db4: while (uVar1 < param_3) { FUN_00026e54(piVar7,param_2); param_3 = param_3 - 0x400; param_2 = (void *)((int)param_2 + 0x400); if (param_3 == 0) { param_1[3] = 0; return; } } FUN_00026e54(piVar7,piVar2); LAB_00026df0: sVar3 = 0x400; LAB_00026df4: memcpy(param_2,piVar2,param_3); param_1[3] = sVar3 - param_3; return; }
stmdb sp!,{r4,r5,r6,r7,r8,r9,r10,lr} ldr r7,[r0,#0x0] cpy r6,r0 cmp r7,#0x0 cpy r5,r1 cpy r4,r2 beq 0x00026d54 bl 0x000122a4 cpy r8,r0 cpy r3,r7 cpy r2,r4 cpy r0,r5 mov r1,#0x1 bl 0x000124cc ldr r3,[r8,#0x0] subs r4,r4,r0 add r5,r5,r0 ldmiaeq sp!,{r4,r5,r6,r7,r8,r9,r10,pc} ldmia r6,{r1,r2} ldr r0,[r6,#0x8] ldr r1,[r1,#0x0] tst r1,#0x20 moveq r3,#0x0 str r3,[r8,#0x0] blx r2 ldr r7,[r6,#0x0] b 0x00026d0c cpy r8,r0 ldr r7,[r8,#0xc]! cmp r2,r7 add r8,r8,#0x410 addhi r9,r0,#0x10 bls 0x00026e10 rsb r1,r7,#0x400 add r1,r8,r1 cpy r0,r5 cpy r2,r7 add r5,r5,r7 bl 0x00011fe0 tst r5,#0x3 cpy r1,r8 cpy r0,r9 sub r4,r4,r7 beq 0x00026dac bl 0x00026e54 cmp r4,#0x400 mov r7,#0x400 bhi 0x00026d6c b 0x00026df0 ldr r7,[0x26e1c] cmp r4,r7 bhi 0x00026dc4 b 0x00026de4 cmp r4,r7 bls 0x00026de4 cpy r1,r5 cpy r0,r9 bl 0x00026e54 subs r4,r4,#0x400 add r5,r5,#0x400 bne 0x00026dbc str r4,[r6,#0xc] ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,pc} cpy r0,r9 cpy r1,r8 bl 0x00026e54 mov r7,#0x400 cpy r2,r4 cpy r1,r8 cpy r0,r5 sub r4,r7,r4 bl 0x00011fe0 str r4,[r6,#0xc] ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,pc} rsb r3,r7,#0x400 add r8,r8,r3 b 0x00026df4
null
null
null
null
[(u'INDIRECT_-1206030156', u'COPY_-1206030198'), (u'INT_SUB_-1206030512', u'MULTIEQUAL_-1206029854'), ('tmp_1189', u'PTRSUB_-1206030065'), (u'COPY_-1206030572', u'MULTIEQUAL_-1206030196'), (u'LOAD_-1206030859', u'MULTIEQUAL_-1206030330'), ('const-417', u'LOAD_-1206030950'), (u'INT_AND_-1206030713', u'INT_EQUAL_-1206030725'), (u'PTRSUB_-1206029777', u'PTRSUB_-1206029812'), (u'PTRSUB_-1206029922', u'CALL_-1206030694'), (u'MULTIEQUAL_-1206029855', u'CAST_-1206029789'), (u'CALL_-1206031052', u'INDIRECT_-1206030181'), ('const-0', u'PTRSUB_-1206029777'), (u'CAST_-1206029789', u'INT_ADD_-1206029869'), ('tmp_1190', u'CAST_-1206029908'), ('const-32', u'INT_AND_-1206030898'), ('const-0', u'RETURN_-1206030948'), (u'CAST_-1206029894', u'CALL_-1206030745'), ('tmp_1191', u'MULTIEQUAL_-1206030205'), (u'MULTIEQUAL_-1206029854', u'INT_LESS_-1206030565'), (u'MULTIEQUAL_-1206030340', u'INT_SUB_-1206030694'), ('const-12', u'PTRSUB_-1206029952'), (u'CAST_-1206029880', u'CAST_-1206029871'), (u'INT_SUB_-1206030526', u'STORE_-1206030529'), (u'INDIRECT_-1206030062', u'COPY_-1206029957'), (u'MULTIEQUAL_-1206029855', u'CAST_-1206029798'), (u'CALL_-1206031010', u'INT_SUB_-1206030983'), (u'PTRSUB_-1206029907', u'PTRSUB_-1206029922'), ('tmp_347', u'CBRANCH_-1206030906'), (u'PTRSUB_-1206029967', u'LOAD_-1206030935'), ('const-1024', u'INT_SUB_-1206030512'), (u'PTRADD_-1206029942', u'CAST_-1206029916'), (u'PTRSUB_-1206029767', u'PTRSUB_-1206029731'), ('const-0', u'INT_EQUAL_-1206030990'), ('const-1', u'PTRADD_-1206029942'), (u'INT_LESS_-1206030644', u'CBRANCH_-1206030653'), (u'PTRSUB_-1206029924', u'PTRSUB_-1206029951'), (u'MULTIEQUAL_-1206030210', u'MULTIEQUAL_-1206030205'), ('const-0', u'PTRSUB_-1206029951'), ('tmp_671', u'CBRANCH_-1206030702'), (u'MULTIEQUAL_-1206030205', u'INT_SUB_-1206030526'), ('tmp_1190', u'MULTIEQUAL_-1206030199'), ('tmp_1189', u'PTRSUB_-1206029942'), ('const-0', u'INT_EQUAL_-1206030910'), (u'INDIRECT_-1206030035', u'MULTIEQUAL_-1206029937'), ('const-0', u'PTRSUB_-1206029996'), (u'INT_EQUAL_-1206030990', u'CBRANCH_-1206030976'), (u'PTRSUB_-1206029952', u'PTRSUB_-1206029924'), (u'MULTIEQUAL_-1206030425', u'CALL_-1206031010'), (u'MULTIEQUAL_-1206030330', u'INT_SUB_-1206030770'), (u'INDIRECT_-1206029914', u'COPY_-1206029973'), ('const-0', u'PTRSUB_-1206030065'), (u'INT_SUB_-1206030694', u'MULTIEQUAL_-1206029854'), (u'CAST_-1206029735', u'INT_ADD_-1206030371'), (u'PTRSUB_-1206029766', u'STORE_-1206030529'), (u'LOAD_-1206031103', u'CAST_-1206030039'), ('const-0', u'PTRSUB_-1206029967'), (u'INDIRECT_-1206030111', u'MULTIEQUAL_-1206030161'), (u'LOAD_-1206030875', u'CAST_-1206029939'), (u'CALL_-1206030531', u'INDIRECT_-1206029926'), (u'INDIRECT_-1206029952', u'MULTIEQUAL_-1206029937'), (u'LOAD_-1206031009', u'MULTIEQUAL_-1206030385'), (u'CALL_-1206031010', u'INT_ADD_-1206030970'), (u'LOAD_-1206030941', u'CALLIND_-1206030875'), ('tmp_759', u'CBRANCH_-1206030653'), ('const-417', u'STORE_-1206030890'), (u'LOAD_-1206030859', u'MULTIEQUAL_-1206030196'), ('const-1', u'CALL_-1206031010'), (u'MULTIEQUAL_-1206030204', u'MULTIEQUAL_-1206030199'), (u'CAST_-1206029881', u'INT_ADD_-1206030741'), (u'INT_LESS_-1206030565', u'CBRANCH_-1206030574'), (u'PTRSUB_-1206029942', u'PTRSUB_-1206029915'), ('tmp_1189', u'PTRSUB_-1206029990'), ('const-12', u'PTRSUB_-1206029813'), (u'CAST_-1206029916', u'CAST_-1206029735'), (u'MULTIEQUAL_-1206030334', u'CAST_-1206029881'), ('tmp_1191', u'MULTIEQUAL_-1206030340'), ('const-4', u'PTRSUB_-1206029922'), (u'CAST_-1206029871', u'INT_AND_-1206030713'), ('const-1024', u'INT_SUB_-1206030380'), (u'LOAD_-1206030859', u'INT_SUB_-1206030380'), (u'MULTIEQUAL_-1206030385', u'STORE_-1206030890'), (u'CAST_-1206029880', u'CAST_-1206029834'), ('const-12', u'PTRSUB_-1206029936'), (u'PTRSUB_-1206029812', u'STORE_-1206030495'), (u'INT_SUB_-1206030694', u'INT_LESS_-1206030644'), (u'INDIRECT_-1206030181', u'MULTIEQUAL_-1206030161'), (u'PTRSUB_-1206029922', u'CALL_-1206030511'), (u'MULTIEQUAL_-1206030205', u'CALL_-1206030531'), (u'INT_AND_-1206030898', u'INT_EQUAL_-1206030910'), ('const-417', u'LOAD_-1206031103'), (u'CAST_-1206030014', u'STORE_-1206030890'), ('tmp_1190', u'MULTIEQUAL_-1206030429'), (u'PTRSUB_-1206029936', u'PTRSUB_-1206029907'), (u'LOAD_-1206030948', u'CALLIND_-1206030875'), ('const-0', u'STORE_-1206030495'), (u'LOAD_-1206030935', u'INT_AND_-1206030898'), (u'CAST_-1206029734', u'MULTIEQUAL_-1206030192'), (u'INT_EQUAL_-1206030519', u'CBRANCH_-1206030499'), (u'MULTIEQUAL_-1206030334', u'CALL_-1206030745'), ('tmp_1189', u'PTRSUB_-1206029767'), ('tmp_1189', u'PTRSUB_-1206029936'), (u'INT_ADD_-1206030761', u'CAST_-1206029894'), (u'COPY_-1206029957', u'INT_LESS_-1206030565'), (u'MULTIEQUAL_-1206030429', u'CAST_-1206029977'), ('const-417', u'LOAD_-1206030941'), ('tmp_2900', u'MULTIEQUAL_-1206030064'), ('const-417', u'LOAD_-1206030948'), ('const-0', u'PTRSUB_-1206029924'), (u'INT_EQUAL_-1206030725', u'CBRANCH_-1206030702'), (u'LOAD_-1206030859', u'INT_LESSEQUAL_-1206030808'), ('const-12', u'PTRSUB_-1206029942'), (u'INT_SUB_-1206030512', u'INT_EQUAL_-1206030519'), (u'INT_EQUAL_-1206030910', u'CBRANCH_-1206030906'), ('const-417', u'LOAD_-1206030859'), (u'PTRSUB_-1206029990', u'LOAD_-1206030941'), (u'CAST_-1206029834', u'COPY_-1206029919'), (u'CAST_-1206029916', u'CALL_-1206030694'), (u'MULTIEQUAL_-1206030196', u'INT_SUB_-1206030526'), ('tmp_211', u'CBRANCH_-1206030976'), (u'CAST_-1206030039', u'INT_NOTEQUAL_-1206031072'), (u'INT_SUB_-1206030770', u'INT_ADD_-1206030761'), (u'INT_ADD_-1206030970', u'CAST_-1206029976'), ('tmp_1189', u'PTRSUB_-1206029813'), ('const-0', u'PTRSUB_-1206029766'), ('tmp_110', u'CBRANCH_-1206031060'), (u'INT_LESSEQUAL_-1206030808', u'CBRANCH_-1206030818'), (u'CAST_-1206029916', u'CAST_-1206029895'), ('const-0', u'INT_EQUAL_-1206030519'), (u'CAST_-1206030014', u'LOAD_-1206031009'), (u'INT_NOTEQUAL_-1206031072', u'CBRANCH_-1206031060'), ('const-0', u'PTRSUB_-1206029907'), (u'CAST_-1206029939', u'MULTIEQUAL_-1206030425'), ('const-12', u'PTRSUB_-1206029767'), ('const-0', u'RETURN_-1206030461'), (u'MULTIEQUAL_-1206029854', u'INT_SUB_-1206030512'), (u'PTRSUB_-1206029915', u'PTRADD_-1206029942'), ('const-1024', u'INT_ADD_-1206029869'), ('const-0', u'PTRSUB_-1206029915'), ('const-1040', u'PTRADD_-1206029942'), ('const-417', u'LOAD_-1206030935'), (u'INT_ADD_-1206029869', u'CAST_-1206029788'), (u'COPY_-1206029984', u'MULTIEQUAL_-1206030334'), (u'PTRSUB_-1206030065', u'LOAD_-1206031103'), (u'CAST_-1206029895', u'INT_ADD_-1206030761'), (u'PTRSUB_-1206029731', u'PTRSUB_-1206029766'), ('const-0', u'RETURN_-1206030495'), (u'MULTIEQUAL_-1206030330', u'INT_ADD_-1206030741'), (u'CAST_-1206029880', u'MULTIEQUAL_-1206029855'), (u'MULTIEQUAL_-1206030199', u'CALL_-1206030531'), (u'CALL_-1206031052', u'CAST_-1206030014'), (u'LOAD_-1206030950', u'PTRSUB_-1206029967'), (u'CALL_-1206030539', u'INDIRECT_-1206029985'), ('const-417', u'LOAD_-1206030875'), (u'INDIRECT_-1206030035', u'MULTIEQUAL_-1206030064'), (u'CALL_-1206030511', u'INDIRECT_-1206029952'), (u'CAST_-1206029916', u'MULTIEQUAL_-1206030192'), (u'STORE_-1206030529', u'INDIRECT_-1206029914'), (u'CAST_-1206029977', u'INT_ADD_-1206030970'), ('const-417', u'LOAD_-1206031009'), ('const-417', u'STORE_-1206030529'), (u'STORE_-1206030495', u'INDIRECT_-1206029957'), ('tmp_1191', u'MULTIEQUAL_-1206030435'), (u'CALL_-1206030694', u'INDIRECT_-1206030035'), (u'CAST_-1206029908', u'COPY_-1206029984'), ('const-417', u'STORE_-1206030495'), ('tmp_1026', u'CBRANCH_-1206030499'), (u'PTRSUB_-1206029922', u'CALL_-1206030539'), (u'INT_ADD_-1206030371', u'CAST_-1206029734'), (u'CAST_-1206029916', u'CALL_-1206030511'), (u'INT_SUB_-1206030983', u'INT_EQUAL_-1206030990'), (u'CAST_-1206029788', u'MULTIEQUAL_-1206029855'), (u'INDIRECT_-1206029957', u'COPY_-1206030016'), ('tmp_1189', u'PTRSUB_-1206029995'), ('tmp_925', u'CBRANCH_-1206030574'), ('const-0', u'INT_NOTEQUAL_-1206031072'), ('const-1024', u'COPY_-1206030668'), ('tmp_485', u'CBRANCH_-1206030818'), ('tmp_1189', u'PTRSUB_-1206029952'), (u'MULTIEQUAL_-1206030435', u'INT_SUB_-1206030983'), (u'INDIRECT_-1206030062', u'MULTIEQUAL_-1206029852'), (u'INDIRECT_-1206029985', u'MULTIEQUAL_-1206029852'), (u'COPY_-1206030668', u'MULTIEQUAL_-1206030330'), (u'MULTIEQUAL_-1206030330', u'CALL_-1206030745'), (u'CAST_-1206029880', u'MULTIEQUAL_-1206030204'), (u'STORE_-1206030890', u'INDIRECT_-1206030111'), ('tmp_408', u'BRANCH_-1206030868'), (u'INT_SUB_-1206030983', u'MULTIEQUAL_-1206030435'), (u'CAST_-1206030039', u'MULTIEQUAL_-1206030425'), (u'CALL_-1206030745', u'INDIRECT_-1206030062'), ('const-3', u'INT_AND_-1206030713'), ('const-1024', u'INT_LESS_-1206030644'), (u'COPY_-1206029919', u'MULTIEQUAL_-1206030334'), (u'CALL_-1206031010', u'INDIRECT_-1206030156'), ('const-1024', u'INT_SUB_-1206030770'), (u'PTRSUB_-1206029813', u'PTRSUB_-1206029777'), (u'INT_ADD_-1206030741', u'CAST_-1206029880'), (u'MULTIEQUAL_-1206030429', u'CALL_-1206031010'), ('const-0', u'COPY_-1206030902'), (u'COPY_-1206030902', u'MULTIEQUAL_-1206030385'), ('tmp_1191', u'INT_LESSEQUAL_-1206030808'), (u'INT_SUB_-1206030694', u'MULTIEQUAL_-1206030210'), ('tmp_1183', u'BRANCH_-1206030379'), (u'PTRSUB_-1206029996', u'LOAD_-1206030950'), ('const-8', u'PTRSUB_-1206029990'), (u'PTRSUB_-1206029951', u'LOAD_-1206030859'), ('const-0', u'PTRSUB_-1206029812'), ('tmp_1189', u'PTRSUB_-1206029965'), ('tmp_2900', u'MULTIEQUAL_-1206029930'), (u'INT_SUB_-1206030694', u'MULTIEQUAL_-1206030340'), ('const-0', u'PTRSUB_-1206029731'), ('const-0', u'PTRSUB_-1206029965'), (u'CAST_-1206029798', u'CALL_-1206030539'), (u'CAST_-1206029976', u'MULTIEQUAL_-1206030429'), (u'MULTIEQUAL_-1206030192', u'CALL_-1206030531'), (u'INT_SUB_-1206030380', u'INT_ADD_-1206030371'), (u'MULTIEQUAL_-1206029854', u'MULTIEQUAL_-1206030210'), ('tmp_1189', u'PTRSUB_-1206029996'), (u'CALLIND_-1206030875', u'INDIRECT_-1206030111'), (u'MULTIEQUAL_-1206029855', u'MULTIEQUAL_-1206030204'), ('const-0', u'INT_EQUAL_-1206030725'), (u'PTRSUB_-1206029965', u'LOAD_-1206030875'), (u'MULTIEQUAL_-1206029937', u'MULTIEQUAL_-1206029930'), ('const-4', u'PTRSUB_-1206029995'), (u'MULTIEQUAL_-1206030330', u'INT_SUB_-1206030694'), (u'MULTIEQUAL_-1206030435', u'CALL_-1206031010'), (u'PTRSUB_-1206029995', u'LOAD_-1206030948'), ('const-1024', u'COPY_-1206030572')]
[(u'PTRADD_-1206029948', u'CALL_-1206030694'), ('const-4', u'PTRADD_-1206029822'), (u'INT_AND_-1206030713', u'INT_EQUAL_-1206030725'), ('const-32', u'INT_AND_-1206030898'), ('const-0', u'RETURN_-1206030948'), ('const-3', u'PTRADD_-1206029777'), (u'INT_SUB_-1206030526', u'STORE_-1206030529'), ('const-417', u'LOAD_-1206030859'), (u'INDIRECT_-1206030112', u'MULTIEQUAL_-1206030162'), (u'CALL_-1206031010', u'INT_SUB_-1206030983'), ('tmp_347', u'CBRANCH_-1206030906'), (u'CALL_-1206030531', u'INDIRECT_-1206029927'), ('const-0', u'INT_EQUAL_-1206030990'), (u'INT_LESS_-1206030644', u'CBRANCH_-1206030653'), (u'INDIRECT_-1206030063', u'MULTIEQUAL_-1206029862'), (u'LOAD_-1206030875', u'CAST_-1206029950'), ('const-4', u'PTRADD_-1206029994'), ('tmp_671', u'CBRANCH_-1206030702'), ('const-0', u'INT_EQUAL_-1206030910'), (u'COPY_-1206029996', u'MULTIEQUAL_-1206030335'), ('const-4', u'PTRADD_-1206029777'), (u'INT_EQUAL_-1206030990', u'CBRANCH_-1206030976'), (u'INT_SUB_-1206030983', u'MULTIEQUAL_-1206030436'), (u'PTRADD_-1206029994', u'LOAD_-1206030941'), ('const-4', u'PTRADD_-1206029948'), ('const-1', u'CALL_-1206031010'), (u'CAST_-1206029897', u'INT_ADD_-1206030741'), (u'INT_ADD_-1206030970', u'CAST_-1206029989'), (u'MULTIEQUAL_-1206030335', u'CAST_-1206029897'), (u'CALL_-1206031010', u'INDIRECT_-1206030157'), (u'MULTIEQUAL_-1206030341', u'INT_SUB_-1206030694'), ('const-0', u'STORE_-1206030495'), ('tmp_2384', u'LOAD_-1206030950'), ('tmp_2387', u'MULTIEQUAL_-1206030206'), (u'CAST_-1206029979', u'CALLIND_-1206030875'), (u'PTRADD_-1206029948', u'CAST_-1206029911'), (u'LOAD_-1206030941', u'CALLIND_-1206030875'), (u'CALL_-1206031010', u'INT_ADD_-1206030970'), ('tmp_759', u'CBRANCH_-1206030653'), (u'CAST_-1206029911', u'INT_ADD_-1206030761'), (u'PTRADD_-1206029822', u'STORE_-1206030495'), (u'PTRADD_-1206029943', u'CALL_-1206030511'), ('const-417', u'LOAD_-1206030875'), (u'INDIRECT_-1206030036', u'MULTIEQUAL_-1206030065'), (u'INT_LESS_-1206030565', u'CBRANCH_-1206030574'), ('const-417', u'STORE_-1206030890'), ('const-1', u'PTRADD_-1206029999'), (u'COPY_-1206030902', u'MULTIEQUAL_-1206030386'), ('const-1024', u'INT_ADD_-1206030493'), ('tmp_2384', u'PTRADD_-1206029777'), ('const-4', u'PTRADD_-1206029999'), (u'LOAD_-1206030859', u'INT_SUB_-1206030380'), ('const-3', u'PTRADD_-1206029822'), (u'CALL_-1206031052', u'LOAD_-1206031009'), (u'MULTIEQUAL_-1206029865', u'CALL_-1206030539'), (u'MULTIEQUAL_-1206030436', u'CALL_-1206031010'), ('const-4', u'PTRADD_-1206029943'), ('tmp_2387', u'INT_LESSEQUAL_-1206030808'), (u'COPY_-1206029969', u'INT_LESS_-1206030565'), (u'INT_SUB_-1206030694', u'INT_LESS_-1206030644'), (u'PTRADD_-1206029999', u'LOAD_-1206030948'), ('const-417', u'LOAD_-1206030948'), (u'COPY_-1206030572', u'MULTIEQUAL_-1206030197'), ('const-1024', u'INT_LESS_-1206030644'), (u'INT_AND_-1206030898', u'INT_EQUAL_-1206030910'), (u'INDIRECT_-1206029958', u'COPY_-1206030017'), ('const-417', u'STORE_-1206030529'), (u'INDIRECT_-1206030182', u'MULTIEQUAL_-1206030162'), (u'LOAD_-1206030935', u'INT_AND_-1206030898'), (u'MULTIEQUAL_-1206030430', u'CAST_-1206029990'), (u'LOAD_-1206030859', u'MULTIEQUAL_-1206030331'), (u'CALL_-1206030745', u'INDIRECT_-1206030063'), (u'CAST_-1206029806', u'INT_ADD_-1206030493'), (u'INT_EQUAL_-1206030519', u'CBRANCH_-1206030499'), (u'INDIRECT_-1206029915', u'COPY_-1206029974'), (u'CAST_-1206029748', u'MULTIEQUAL_-1206030193'), ('const-417', u'LOAD_-1206030950'), ('const-2', u'PTRADD_-1206029994'), (u'MULTIEQUAL_-1206030193', u'CALL_-1206030531'), (u'CAST_-1206030051', u'INT_NOTEQUAL_-1206031072'), (u'INT_SUB_-1206030694', u'MULTIEQUAL_-1206029864'), (u'INT_EQUAL_-1206030725', u'CBRANCH_-1206030702'), ('const-417', u'LOAD_-1206031009'), (u'STORE_-1206030890', u'INDIRECT_-1206030112'), (u'LOAD_-1206030859', u'INT_LESSEQUAL_-1206030808'), (u'INT_SUB_-1206030694', u'MULTIEQUAL_-1206030211'), (u'CAST_-1206029896', u'CAST_-1206029887'), (u'CALLIND_-1206030875', u'INDIRECT_-1206030112'), (u'INT_SUB_-1206030512', u'INT_EQUAL_-1206030519'), (u'INT_EQUAL_-1206030910', u'CBRANCH_-1206030906'), ('tmp_2384', u'PTRADD_-1206029948'), (u'MULTIEQUAL_-1206029865', u'MULTIEQUAL_-1206030205'), (u'INT_ADD_-1206030761', u'CAST_-1206029910'), ('tmp_211', u'CBRANCH_-1206030976'), (u'MULTIEQUAL_-1206030197', u'INT_SUB_-1206030526'), (u'INDIRECT_-1206029986', u'MULTIEQUAL_-1206029862'), (u'MULTIEQUAL_-1206030430', u'CALL_-1206031010'), (u'INT_SUB_-1206030770', u'INT_ADD_-1206030761'), (u'CAST_-1206029989', u'MULTIEQUAL_-1206030430'), (u'INT_SUB_-1206030512', u'MULTIEQUAL_-1206029864'), (u'INT_LESSEQUAL_-1206030808', u'CBRANCH_-1206030818'), ('tmp_110', u'CBRANCH_-1206031060'), (u'MULTIEQUAL_-1206030206', u'CALL_-1206030531'), ('const-0', u'INT_EQUAL_-1206030519'), (u'INT_NOTEQUAL_-1206031072', u'CBRANCH_-1206031060'), (u'INT_ADD_-1206030741', u'CAST_-1206029896'), (u'MULTIEQUAL_-1206030386', u'STORE_-1206030890'), ('const-0', u'RETURN_-1206030461'), ('tmp_2387', u'MULTIEQUAL_-1206030341'), (u'PTRADD_-1206029957', u'LOAD_-1206030859'), (u'MULTIEQUAL_-1206029864', u'INT_LESS_-1206030565'), (u'CAST_-1206029990', u'INT_ADD_-1206030970'), (u'CALL_-1206030694', u'INDIRECT_-1206030036'), (u'MULTIEQUAL_-1206030335', u'CALL_-1206030745'), ('const-0', u'RETURN_-1206030495'), (u'STORE_-1206030495', u'INDIRECT_-1206029958'), (u'CALL_-1206031052', u'STORE_-1206030890'), (u'PTRADD_-1206029948', u'CALL_-1206030511'), (u'INDIRECT_-1206029953', u'MULTIEQUAL_-1206029938'), ('tmp_2384', u'PTRADD_-1206029943'), ('tmp_2384', u'PTRADD_-1206029994'), (u'MULTIEQUAL_-1206030206', u'INT_SUB_-1206030526'), (u'CAST_-1206029805', u'MULTIEQUAL_-1206029865'), (u'MULTIEQUAL_-1206030211', u'MULTIEQUAL_-1206030206'), (u'MULTIEQUAL_-1206030426', u'CALL_-1206031010'), ('const-0', u'INT_NOTEQUAL_-1206031072'), (u'CAST_-1206030051', u'MULTIEQUAL_-1206030426'), (u'MULTIEQUAL_-1206029864', u'MULTIEQUAL_-1206030211'), ('const-263', u'PTRADD_-1206029948'), (u'CALL_-1206030539', u'INDIRECT_-1206029986'), ('tmp_2925', u'MULTIEQUAL_-1206030065'), ('tmp_1026', u'CBRANCH_-1206030499'), (u'MULTIEQUAL_-1206029938', u'MULTIEQUAL_-1206029931'), (u'INT_SUB_-1206030983', u'INT_EQUAL_-1206030990'), (u'PTRADD_-1206029943', u'CALL_-1206030694'), ('tmp_925', u'CBRANCH_-1206030574'), ('const-1024', u'COPY_-1206030668'), (u'INDIRECT_-1206030157', u'COPY_-1206030199'), (u'MULTIEQUAL_-1206030331', u'INT_SUB_-1206030770'), (u'CAST_-1206029896', u'MULTIEQUAL_-1206029865'), (u'CAST_-1206029950', u'MULTIEQUAL_-1206030426'), ('tmp_485', u'CBRANCH_-1206030818'), (u'STORE_-1206030529', u'INDIRECT_-1206029915'), (u'MULTIEQUAL_-1206030331', u'CALL_-1206030745'), ('tmp_2387', u'MULTIEQUAL_-1206030436'), (u'MULTIEQUAL_-1206029865', u'CAST_-1206029806'), ('const-1024', u'INT_SUB_-1206030512'), ('const-1024', u'INT_SUB_-1206030770'), (u'INT_SUB_-1206030694', u'MULTIEQUAL_-1206030341'), ('const-417', u'LOAD_-1206031103'), ('tmp_408', u'BRANCH_-1206030868'), (u'CALL_-1206030511', u'INDIRECT_-1206029953'), (u'INDIRECT_-1206030063', u'COPY_-1206029969'), ('const-3', u'INT_AND_-1206030713'), ('tmp_2384', u'LOAD_-1206030875'), ('tmp_2384', u'LOAD_-1206031103'), (u'CAST_-1206029749', u'INT_ADD_-1206030371'), (u'INT_ADD_-1206030493', u'CAST_-1206029805'), (u'COPY_-1206029931', u'MULTIEQUAL_-1206030335'), ('const-1024', u'INT_SUB_-1206030380'), ('const-417', u'STORE_-1206030495'), ('const-0', u'COPY_-1206030902'), (u'LOAD_-1206030950', u'CAST_-1206029980'), ('const-4', u'PTRADD_-1206029957'), (u'LOAD_-1206031103', u'CAST_-1206030051'), ('tmp_2386', u'MULTIEQUAL_-1206030200'), (u'CAST_-1206029887', u'INT_AND_-1206030713'), ('tmp_2925', u'MULTIEQUAL_-1206029931'), (u'CAST_-1206029910', u'CALL_-1206030745'), ('const-3', u'PTRADD_-1206029957'), (u'MULTIEQUAL_-1206029864', u'INT_SUB_-1206030512'), (u'INT_ADD_-1206030371', u'CAST_-1206029748'), (u'LOAD_-1206030948', u'CAST_-1206029979'), (u'MULTIEQUAL_-1206030331', u'INT_ADD_-1206030741'), (u'PTRADD_-1206029943', u'CALL_-1206030539'), ('tmp_1183', u'BRANCH_-1206030379'), (u'PTRADD_-1206029777', u'STORE_-1206030529'), (u'PTRADD_-1206029948', u'CAST_-1206029749'), (u'CAST_-1206029896', u'COPY_-1206029931'), ('const-4', u'PTRADD_-1206029943'), (u'LOAD_-1206031009', u'MULTIEQUAL_-1206030386'), (u'INDIRECT_-1206030036', u'MULTIEQUAL_-1206029938'), ('const-417', u'LOAD_-1206030935'), (u'MULTIEQUAL_-1206030200', u'CALL_-1206030531'), (u'MULTIEQUAL_-1206030331', u'INT_SUB_-1206030694'), ('tmp_2384', u'PTRADD_-1206029999'), (u'MULTIEQUAL_-1206030436', u'INT_SUB_-1206030983'), ('tmp_2384', u'PTRADD_-1206029822'), ('tmp_2386', u'MULTIEQUAL_-1206030430'), (u'INT_SUB_-1206030380', u'INT_ADD_-1206030371'), (u'CAST_-1206029896', u'MULTIEQUAL_-1206030205'), ('const-0', u'INT_EQUAL_-1206030725'), (u'CALL_-1206031052', u'INDIRECT_-1206030182'), ('tmp_2384', u'PTRADD_-1206029957'), ('const-417', u'LOAD_-1206030941'), ('tmp_2386', u'COPY_-1206029996'), (u'MULTIEQUAL_-1206030205', u'MULTIEQUAL_-1206030200'), (u'CAST_-1206029980', u'LOAD_-1206030935'), (u'COPY_-1206030668', u'MULTIEQUAL_-1206030331'), (u'LOAD_-1206030859', u'MULTIEQUAL_-1206030197'), (u'PTRADD_-1206029948', u'MULTIEQUAL_-1206030193'), ('const-1024', u'COPY_-1206030572')]
null
null
00026ce8
arm
O2
(translation_unit "void FUN_00026ce8(int *param_1,void *param_2,uint param_3)\n\n{\n uint uVar1;\n int *piVar2;\n size_t sVar3;\n int iVar4;\n code *pcVar5;\n int iVar6;\n void *__dest;\n FILE *__stream;\n int *piVar7;\n \n __stream = (FILE *)*param_1;\n if (__stream != (FILE *)0x0) {\n piVar2 = __errno_location();\n while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }\n return;\n }\n sVar3 = param_1[3];\n piVar2 = param_1 + 0x107;\n if (param_3 <= sVar3) {\n piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));\n goto LAB_00026df4;\n }\n piVar7 = param_1 + 4;\n __dest = param_2;\n do {\n param_2 = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n param_3 = param_3 - sVar3;\n if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;\n FUN_00026e54(piVar7,piVar2);\n sVar3 = 0x400;\n __dest = param_2;\n } while (0x400 < param_3);\n goto LAB_00026df0;\njoined_r0x00026db4:\n while (uVar1 < param_3) {\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }\n FUN_00026e54(piVar7,piVar2);\nLAB_00026df0:\n sVar3 = 0x400;\nLAB_00026df4:\n memcpy(param_2,piVar2,param_3);\n param_1[3] = sVar3 - param_3;\n return;\n}\n\n" (function_definition "void FUN_00026ce8(int *param_1,void *param_2,uint param_3)\n\n{\n uint uVar1;\n int *piVar2;\n size_t sVar3;\n int iVar4;\n code *pcVar5;\n int iVar6;\n void *__dest;\n FILE *__stream;\n int *piVar7;\n \n __stream = (FILE *)*param_1;\n if (__stream != (FILE *)0x0) {\n piVar2 = __errno_location();\n while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }\n return;\n }\n sVar3 = param_1[3];\n piVar2 = param_1 + 0x107;\n if (param_3 <= sVar3) {\n piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));\n goto LAB_00026df4;\n }\n piVar7 = param_1 + 4;\n __dest = param_2;\n do {\n param_2 = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n param_3 = param_3 - sVar3;\n if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;\n FUN_00026e54(piVar7,piVar2);\n sVar3 = 0x400;\n __dest = param_2;\n } while (0x400 < param_3);\n goto LAB_00026df0;\njoined_r0x00026db4:\n while (uVar1 < param_3) {\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }\n FUN_00026e54(piVar7,piVar2);\nLAB_00026df0:\n sVar3 = 0x400;\nLAB_00026df4:\n memcpy(param_2,piVar2,param_3);\n param_1[3] = sVar3 - param_3;\n return;\n}" primitive_type (function_declarator "FUN_00026ce8(int *param_1,void *param_2,uint param_3)" identifier (parameter_list "(int *param_1,void *param_2,uint param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint param_3" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n int *piVar2;\n size_t sVar3;\n int iVar4;\n code *pcVar5;\n int iVar6;\n void *__dest;\n FILE *__stream;\n int *piVar7;\n \n __stream = (FILE *)*param_1;\n if (__stream != (FILE *)0x0) {\n piVar2 = __errno_location();\n while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }\n return;\n }\n sVar3 = param_1[3];\n piVar2 = param_1 + 0x107;\n if (param_3 <= sVar3) {\n piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));\n goto LAB_00026df4;\n }\n piVar7 = param_1 + 4;\n __dest = param_2;\n do {\n param_2 = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n param_3 = param_3 - sVar3;\n if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;\n FUN_00026e54(piVar7,piVar2);\n sVar3 = 0x400;\n __dest = param_2;\n } while (0x400 < param_3);\n goto LAB_00026df0;\njoined_r0x00026db4:\n while (uVar1 < param_3) {\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }\n FUN_00026e54(piVar7,piVar2);\nLAB_00026df0:\n sVar3 = 0x400;\nLAB_00026df4:\n memcpy(param_2,piVar2,param_3);\n param_1[3] = sVar3 - param_3;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "code *pcVar5;" type_identifier (pointer_declarator "*pcVar5" * identifier) ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (expression_statement "__stream = (FILE *)*param_1;" (assignment_expression "__stream = (FILE *)*param_1" identifier = (cast_expression "(FILE *)*param_1" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if (__stream != (FILE *)0x0) {\n piVar2 = __errno_location();\n while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }\n return;\n }" if (parenthesized_expression "(__stream != (FILE *)0x0)" ( (binary_expression "__stream != (FILE *)0x0" identifier != (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n piVar2 = __errno_location();\n while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }\n return;\n }" { (expression_statement "piVar2 = __errno_location();" (assignment_expression "piVar2 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (while_statement "while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }" { (expression_statement "sVar3 = fread_unlocked(param_2,1,param_3,__stream);" (assignment_expression "sVar3 = fread_unlocked(param_2,1,param_3,__stream)" identifier = (call_expression "fread_unlocked(param_2,1,param_3,__stream)" identifier (argument_list "(param_2,1,param_3,__stream)" ( identifier , number_literal , identifier , identifier )))) ;) (expression_statement "iVar6 = *piVar2;" (assignment_expression "iVar6 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) (expression_statement "param_3 = param_3 - sVar3;" (assignment_expression "param_3 = param_3 - sVar3" identifier = (binary_expression "param_3 - sVar3" identifier - identifier)) ;) (expression_statement "param_2 = (void *)((int)param_2 + sVar3);" (assignment_expression "param_2 = (void *)((int)param_2 + sVar3)" identifier = (cast_expression "(void *)((int)param_2 + sVar3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_2 + sVar3)" ( (binary_expression "(int)param_2 + sVar3" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (if_statement "if (param_3 == 0) break;" if (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "pcVar5 = (code *)param_1[1];" (assignment_expression "pcVar5 = (code *)param_1[1]" identifier = (cast_expression "(code *)param_1[1]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "iVar4 = param_1[2];" (assignment_expression "iVar4 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (if_statement "if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }" if (parenthesized_expression "((*(uint *)*param_1 & 0x20) == 0)" ( (binary_expression "(*(uint *)*param_1 & 0x20) == 0" (parenthesized_expression "(*(uint *)*param_1 & 0x20)" ( (binary_expression "*(uint *)*param_1 & 0x20" (pointer_expression "*(uint *)*param_1" * (cast_expression "(uint *)*param_1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) & number_literal) )) == number_literal) )) (compound_statement "{\n iVar6 = 0;\n }" { (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;) })) (expression_statement "*piVar2 = iVar6;" (assignment_expression "*piVar2 = iVar6" (pointer_expression "*piVar2" * identifier) = identifier) ;) (expression_statement "(*pcVar5)(iVar4);" (call_expression "(*pcVar5)(iVar4)" (parenthesized_expression "(*pcVar5)" ( (pointer_expression "*pcVar5" * identifier) )) (argument_list "(iVar4)" ( identifier ))) ;) (expression_statement "__stream = (FILE *)*param_1;" (assignment_expression "__stream = (FILE *)*param_1" identifier = (cast_expression "(FILE *)*param_1" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) })) (return_statement "return;" return ;) })) (expression_statement "sVar3 = param_1[3];" (assignment_expression "sVar3 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "piVar2 = param_1 + 0x107;" (assignment_expression "piVar2 = param_1 + 0x107" identifier = (binary_expression "param_1 + 0x107" identifier + number_literal)) ;) (if_statement "if (param_3 <= sVar3) {\n piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));\n goto LAB_00026df4;\n }" if (parenthesized_expression "(param_3 <= sVar3)" ( (binary_expression "param_3 <= sVar3" identifier <= identifier) )) (compound_statement "{\n piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));\n goto LAB_00026df4;\n }" { (expression_statement "piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));" (assignment_expression "piVar2 = (int *)((int)piVar2 + (0x400 - sVar3))" identifier = (cast_expression "(int *)((int)piVar2 + (0x400 - sVar3))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar2 + (0x400 - sVar3))" ( (binary_expression "(int)piVar2 + (0x400 - sVar3)" (cast_expression "(int)piVar2" ( (type_descriptor "int" primitive_type) ) identifier) + (parenthesized_expression "(0x400 - sVar3)" ( (binary_expression "0x400 - sVar3" number_literal - identifier) ))) )))) ;) (goto_statement "goto LAB_00026df4;" goto statement_identifier ;) })) (expression_statement "piVar7 = param_1 + 4;" (assignment_expression "piVar7 = param_1 + 4" identifier = (binary_expression "param_1 + 4" identifier + number_literal)) ;) (expression_statement "__dest = param_2;" (assignment_expression "__dest = param_2" identifier = identifier) ;) (do_statement "do {\n param_2 = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n param_3 = param_3 - sVar3;\n if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;\n FUN_00026e54(piVar7,piVar2);\n sVar3 = 0x400;\n __dest = param_2;\n } while (0x400 < param_3);" do (compound_statement "{\n param_2 = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n param_3 = param_3 - sVar3;\n if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;\n FUN_00026e54(piVar7,piVar2);\n sVar3 = 0x400;\n __dest = param_2;\n }" { (expression_statement "param_2 = (void *)((int)__dest + sVar3);" (assignment_expression "param_2 = (void *)((int)__dest + sVar3)" identifier = (cast_expression "(void *)((int)__dest + sVar3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__dest + sVar3)" ( (binary_expression "(int)__dest + sVar3" (cast_expression "(int)__dest" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (expression_statement "memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);" (call_expression "memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3)" identifier (argument_list "(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3)" ( identifier , (cast_expression "(void *)((int)piVar2 + (0x400 - sVar3))" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar2 + (0x400 - sVar3))" ( (binary_expression "(int)piVar2 + (0x400 - sVar3)" (cast_expression "(int)piVar2" ( (type_descriptor "int" primitive_type) ) identifier) + (parenthesized_expression "(0x400 - sVar3)" ( (binary_expression "0x400 - sVar3" number_literal - identifier) ))) ))) , identifier ))) ;) (expression_statement "uVar1 = DAT_00026e1c;" (assignment_expression "uVar1 = DAT_00026e1c" identifier = identifier) ;) (expression_statement "param_3 = param_3 - sVar3;" (assignment_expression "param_3 = param_3 - sVar3" identifier = (binary_expression "param_3 - sVar3" identifier - identifier)) ;) (if_statement "if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;" if (parenthesized_expression "(((uint)param_2 & 3) == 0)" ( (binary_expression "((uint)param_2 & 3) == 0" (parenthesized_expression "((uint)param_2 & 3)" ( (binary_expression "(uint)param_2 & 3" (cast_expression "(uint)param_2" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) )) (goto_statement "goto joined_r0x00026db4;" goto statement_identifier ;)) (expression_statement "FUN_00026e54(piVar7,piVar2);" (call_expression "FUN_00026e54(piVar7,piVar2)" identifier (argument_list "(piVar7,piVar2)" ( identifier , identifier ))) ;) (expression_statement "sVar3 = 0x400;" (assignment_expression "sVar3 = 0x400" identifier = number_literal) ;) (expression_statement "__dest = param_2;" (assignment_expression "__dest = param_2" identifier = identifier) ;) }) while (parenthesized_expression "(0x400 < param_3)" ( (binary_expression "0x400 < param_3" number_literal < identifier) )) ;) (goto_statement "goto LAB_00026df0;" goto statement_identifier ;) (labeled_statement "joined_r0x00026db4:\n while (uVar1 < param_3) {\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }" statement_identifier : (while_statement "while (uVar1 < param_3) {\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }" while (parenthesized_expression "(uVar1 < param_3)" ( (binary_expression "uVar1 < param_3" identifier < identifier) )) (compound_statement "{\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }" { (expression_statement "FUN_00026e54(piVar7,param_2);" (call_expression "FUN_00026e54(piVar7,param_2)" identifier (argument_list "(piVar7,param_2)" ( identifier , identifier ))) ;) (expression_statement "param_3 = param_3 - 0x400;" (assignment_expression "param_3 = param_3 - 0x400" identifier = (binary_expression "param_3 - 0x400" identifier - number_literal)) ;) (expression_statement "param_2 = (void *)((int)param_2 + 0x400);" (assignment_expression "param_2 = (void *)((int)param_2 + 0x400)" identifier = (cast_expression "(void *)((int)param_2 + 0x400)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_2 + 0x400)" ( (binary_expression "(int)param_2 + 0x400" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (if_statement "if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }" if (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) (compound_statement "{\n param_1[3] = 0;\n return;\n }" { (expression_statement "param_1[3] = 0;" (assignment_expression "param_1[3] = 0" (subscript_expression "param_1[3]" identifier [ number_literal ]) = number_literal) ;) (return_statement "return;" return ;) })) }))) (expression_statement "FUN_00026e54(piVar7,piVar2);" (call_expression "FUN_00026e54(piVar7,piVar2)" identifier (argument_list "(piVar7,piVar2)" ( identifier , identifier ))) ;) (labeled_statement "LAB_00026df0:\n sVar3 = 0x400;" statement_identifier : (expression_statement "sVar3 = 0x400;" (assignment_expression "sVar3 = 0x400" identifier = number_literal) ;)) (labeled_statement "LAB_00026df4:\n memcpy(param_2,piVar2,param_3);" statement_identifier : (expression_statement "memcpy(param_2,piVar2,param_3);" (call_expression "memcpy(param_2,piVar2,param_3)" identifier (argument_list "(param_2,piVar2,param_3)" ( identifier , identifier , identifier ))) ;)) (expression_statement "param_1[3] = sVar3 - param_3;" (assignment_expression "param_1[3] = sVar3 - param_3" (subscript_expression "param_1[3]" identifier [ number_literal ]) = (binary_expression "sVar3 - param_3" identifier - identifier)) ;) (return_statement "return;" return ;) })))
(translation_unit "void randread(randread_source *s,void *buf,size_t size)\n\n{\n uint uVar1;\n undefined4 *puVar2;\n size_t sVar3;\n void *pvVar4;\n _func_void_void_ptr *p_Var5;\n undefined4 uVar6;\n isaac_word *__dest;\n FILE *__stream;\n isaac_word *result;\n isaac_state *s_00;\n \n __stream = (FILE *)s->source;\n if (__stream != (FILE *)0x0) {\n puVar2 = (undefined4 *)FUN_000122a4();\n while( true ) {\n sVar3 = fread_unlocked(buf,1,size,__stream);\n uVar6 = *puVar2;\n size = size - sVar3;\n buf = (void *)((int)buf + sVar3);\n if (size == 0) break;\n p_Var5 = s->handler;\n pvVar4 = s->handler_arg;\n if ((s->source->_flags & 0x20U) == 0) {\n uVar6 = 0;\n }\n *puVar2 = uVar6;\n (*p_Var5)(pvVar4);\n __stream = (FILE *)s->source;\n }\n return;\n }\n sVar3 = (s->buf).isaac.buffered;\n result = (isaac_word *)((s->buf).c + 0x410);\n if (size <= sVar3) {\n result = (isaac_word *)((int)result + (0x400 - sVar3));\n goto LAB_00026df4;\n }\n s_00 = &(s->buf).isaac.state;\n __dest = (isaac_word *)buf;\n do {\n buf = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)result + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n size = size - sVar3;\n if (((uint)buf & 3) == 0) goto joined_r0x00026db4;\n isaac_refill(s_00,result);\n sVar3 = 0x400;\n __dest = (isaac_word *)buf;\n } while (0x400 < size);\n goto LAB_00026df0;\njoined_r0x00026db4:\n while (uVar1 < size) {\n isaac_refill(s_00,(isaac_word *)buf);\n size = size - 0x400;\n buf = (void *)((int)buf + 0x400);\n if (size == 0) {\n (s->buf).isaac.buffered = 0;\n return;\n }\n }\n isaac_refill(s_00,result);\nLAB_00026df0:\n sVar3 = 0x400;\nLAB_00026df4:\n memcpy(buf,result,size);\n (s->buf).isaac.buffered = sVar3 - size;\n return;\n}\n\n" (function_definition "void randread(randread_source *s,void *buf,size_t size)\n\n{\n uint uVar1;\n undefined4 *puVar2;\n size_t sVar3;\n void *pvVar4;\n _func_void_void_ptr *p_Var5;\n undefined4 uVar6;\n isaac_word *__dest;\n FILE *__stream;\n isaac_word *result;\n isaac_state *s_00;\n \n __stream = (FILE *)s->source;\n if (__stream != (FILE *)0x0) {\n puVar2 = (undefined4 *)FUN_000122a4();\n while( true ) {\n sVar3 = fread_unlocked(buf,1,size,__stream);\n uVar6 = *puVar2;\n size = size - sVar3;\n buf = (void *)((int)buf + sVar3);\n if (size == 0) break;\n p_Var5 = s->handler;\n pvVar4 = s->handler_arg;\n if ((s->source->_flags & 0x20U) == 0) {\n uVar6 = 0;\n }\n *puVar2 = uVar6;\n (*p_Var5)(pvVar4);\n __stream = (FILE *)s->source;\n }\n return;\n }\n sVar3 = (s->buf).isaac.buffered;\n result = (isaac_word *)((s->buf).c + 0x410);\n if (size <= sVar3) {\n result = (isaac_word *)((int)result + (0x400 - sVar3));\n goto LAB_00026df4;\n }\n s_00 = &(s->buf).isaac.state;\n __dest = (isaac_word *)buf;\n do {\n buf = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)result + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n size = size - sVar3;\n if (((uint)buf & 3) == 0) goto joined_r0x00026db4;\n isaac_refill(s_00,result);\n sVar3 = 0x400;\n __dest = (isaac_word *)buf;\n } while (0x400 < size);\n goto LAB_00026df0;\njoined_r0x00026db4:\n while (uVar1 < size) {\n isaac_refill(s_00,(isaac_word *)buf);\n size = size - 0x400;\n buf = (void *)((int)buf + 0x400);\n if (size == 0) {\n (s->buf).isaac.buffered = 0;\n return;\n }\n }\n isaac_refill(s_00,result);\nLAB_00026df0:\n sVar3 = 0x400;\nLAB_00026df4:\n memcpy(buf,result,size);\n (s->buf).isaac.buffered = sVar3 - size;\n return;\n}" primitive_type (function_declarator "randread(randread_source *s,void *buf,size_t size)" identifier (parameter_list "(randread_source *s,void *buf,size_t size)" ( (parameter_declaration "randread_source *s" type_identifier (pointer_declarator "*s" * identifier)) , (parameter_declaration "void *buf" primitive_type (pointer_declarator "*buf" * identifier)) , (parameter_declaration "size_t size" primitive_type identifier) ))) (compound_statement "{\n uint uVar1;\n undefined4 *puVar2;\n size_t sVar3;\n void *pvVar4;\n _func_void_void_ptr *p_Var5;\n undefined4 uVar6;\n isaac_word *__dest;\n FILE *__stream;\n isaac_word *result;\n isaac_state *s_00;\n \n __stream = (FILE *)s->source;\n if (__stream != (FILE *)0x0) {\n puVar2 = (undefined4 *)FUN_000122a4();\n while( true ) {\n sVar3 = fread_unlocked(buf,1,size,__stream);\n uVar6 = *puVar2;\n size = size - sVar3;\n buf = (void *)((int)buf + sVar3);\n if (size == 0) break;\n p_Var5 = s->handler;\n pvVar4 = s->handler_arg;\n if ((s->source->_flags & 0x20U) == 0) {\n uVar6 = 0;\n }\n *puVar2 = uVar6;\n (*p_Var5)(pvVar4);\n __stream = (FILE *)s->source;\n }\n return;\n }\n sVar3 = (s->buf).isaac.buffered;\n result = (isaac_word *)((s->buf).c + 0x410);\n if (size <= sVar3) {\n result = (isaac_word *)((int)result + (0x400 - sVar3));\n goto LAB_00026df4;\n }\n s_00 = &(s->buf).isaac.state;\n __dest = (isaac_word *)buf;\n do {\n buf = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)result + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n size = size - sVar3;\n if (((uint)buf & 3) == 0) goto joined_r0x00026db4;\n isaac_refill(s_00,result);\n sVar3 = 0x400;\n __dest = (isaac_word *)buf;\n } while (0x400 < size);\n goto LAB_00026df0;\njoined_r0x00026db4:\n while (uVar1 < size) {\n isaac_refill(s_00,(isaac_word *)buf);\n size = size - 0x400;\n buf = (void *)((int)buf + 0x400);\n if (size == 0) {\n (s->buf).isaac.buffered = 0;\n return;\n }\n }\n isaac_refill(s_00,result);\nLAB_00026df0:\n sVar3 = 0x400;\nLAB_00026df4:\n memcpy(buf,result,size);\n (s->buf).isaac.buffered = sVar3 - size;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "void *pvVar4;" primitive_type (pointer_declarator "*pvVar4" * identifier) ;) (declaration "_func_void_void_ptr *p_Var5;" type_identifier (pointer_declarator "*p_Var5" * identifier) ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "isaac_word *__dest;" type_identifier (pointer_declarator "*__dest" * identifier) ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "isaac_word *result;" type_identifier (pointer_declarator "*result" * identifier) ;) (declaration "isaac_state *s_00;" type_identifier (pointer_declarator "*s_00" * identifier) ;) (expression_statement "__stream = (FILE *)s->source;" (assignment_expression "__stream = (FILE *)s->source" identifier = (cast_expression "(FILE *)s->source" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "s->source" identifier -> field_identifier))) ;) (if_statement "if (__stream != (FILE *)0x0) {\n puVar2 = (undefined4 *)FUN_000122a4();\n while( true ) {\n sVar3 = fread_unlocked(buf,1,size,__stream);\n uVar6 = *puVar2;\n size = size - sVar3;\n buf = (void *)((int)buf + sVar3);\n if (size == 0) break;\n p_Var5 = s->handler;\n pvVar4 = s->handler_arg;\n if ((s->source->_flags & 0x20U) == 0) {\n uVar6 = 0;\n }\n *puVar2 = uVar6;\n (*p_Var5)(pvVar4);\n __stream = (FILE *)s->source;\n }\n return;\n }" if (parenthesized_expression "(__stream != (FILE *)0x0)" ( (binary_expression "__stream != (FILE *)0x0" identifier != (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar2 = (undefined4 *)FUN_000122a4();\n while( true ) {\n sVar3 = fread_unlocked(buf,1,size,__stream);\n uVar6 = *puVar2;\n size = size - sVar3;\n buf = (void *)((int)buf + sVar3);\n if (size == 0) break;\n p_Var5 = s->handler;\n pvVar4 = s->handler_arg;\n if ((s->source->_flags & 0x20U) == 0) {\n uVar6 = 0;\n }\n *puVar2 = uVar6;\n (*p_Var5)(pvVar4);\n __stream = (FILE *)s->source;\n }\n return;\n }" { (expression_statement "puVar2 = (undefined4 *)FUN_000122a4();" (assignment_expression "puVar2 = (undefined4 *)FUN_000122a4()" identifier = (cast_expression "(undefined4 *)FUN_000122a4()" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000122a4()" identifier (argument_list "()" ( ))))) ;) (while_statement "while( true ) {\n sVar3 = fread_unlocked(buf,1,size,__stream);\n uVar6 = *puVar2;\n size = size - sVar3;\n buf = (void *)((int)buf + sVar3);\n if (size == 0) break;\n p_Var5 = s->handler;\n pvVar4 = s->handler_arg;\n if ((s->source->_flags & 0x20U) == 0) {\n uVar6 = 0;\n }\n *puVar2 = uVar6;\n (*p_Var5)(pvVar4);\n __stream = (FILE *)s->source;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n sVar3 = fread_unlocked(buf,1,size,__stream);\n uVar6 = *puVar2;\n size = size - sVar3;\n buf = (void *)((int)buf + sVar3);\n if (size == 0) break;\n p_Var5 = s->handler;\n pvVar4 = s->handler_arg;\n if ((s->source->_flags & 0x20U) == 0) {\n uVar6 = 0;\n }\n *puVar2 = uVar6;\n (*p_Var5)(pvVar4);\n __stream = (FILE *)s->source;\n }" { (expression_statement "sVar3 = fread_unlocked(buf,1,size,__stream);" (assignment_expression "sVar3 = fread_unlocked(buf,1,size,__stream)" identifier = (call_expression "fread_unlocked(buf,1,size,__stream)" identifier (argument_list "(buf,1,size,__stream)" ( identifier , number_literal , identifier , identifier )))) ;) (expression_statement "uVar6 = *puVar2;" (assignment_expression "uVar6 = *puVar2" identifier = (pointer_expression "*puVar2" * identifier)) ;) (expression_statement "size = size - sVar3;" (assignment_expression "size = size - sVar3" identifier = (binary_expression "size - sVar3" identifier - identifier)) ;) (expression_statement "buf = (void *)((int)buf + sVar3);" (assignment_expression "buf = (void *)((int)buf + sVar3)" identifier = (cast_expression "(void *)((int)buf + sVar3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)buf + sVar3)" ( (binary_expression "(int)buf + sVar3" (cast_expression "(int)buf" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (if_statement "if (size == 0) break;" if (parenthesized_expression "(size == 0)" ( (binary_expression "size == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "p_Var5 = s->handler;" (assignment_expression "p_Var5 = s->handler" identifier = (field_expression "s->handler" identifier -> field_identifier)) ;) (expression_statement "pvVar4 = s->handler_arg;" (assignment_expression "pvVar4 = s->handler_arg" identifier = (field_expression "s->handler_arg" identifier -> field_identifier)) ;) (if_statement "if ((s->source->_flags & 0x20U) == 0) {\n uVar6 = 0;\n }" if (parenthesized_expression "((s->source->_flags & 0x20U) == 0)" ( (binary_expression "(s->source->_flags & 0x20U) == 0" (parenthesized_expression "(s->source->_flags & 0x20U)" ( (binary_expression "s->source->_flags & 0x20U" (field_expression "s->source->_flags" (field_expression "s->source" identifier -> field_identifier) -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n uVar6 = 0;\n }" { (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) })) (expression_statement "*puVar2 = uVar6;" (assignment_expression "*puVar2 = uVar6" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "(*p_Var5)(pvVar4);" (call_expression "(*p_Var5)(pvVar4)" (parenthesized_expression "(*p_Var5)" ( (pointer_expression "*p_Var5" * identifier) )) (argument_list "(pvVar4)" ( identifier ))) ;) (expression_statement "__stream = (FILE *)s->source;" (assignment_expression "__stream = (FILE *)s->source" identifier = (cast_expression "(FILE *)s->source" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "s->source" identifier -> field_identifier))) ;) })) (return_statement "return;" return ;) })) (expression_statement "sVar3 = (s->buf).isaac.buffered;" (assignment_expression "sVar3 = (s->buf).isaac.buffered" identifier = (field_expression "(s->buf).isaac.buffered" (field_expression "(s->buf).isaac" (parenthesized_expression "(s->buf)" ( (field_expression "s->buf" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "result = (isaac_word *)((s->buf).c + 0x410);" (assignment_expression "result = (isaac_word *)((s->buf).c + 0x410)" identifier = (cast_expression "(isaac_word *)((s->buf).c + 0x410)" ( (type_descriptor "isaac_word *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((s->buf).c + 0x410)" ( (binary_expression "(s->buf).c + 0x410" (field_expression "(s->buf).c" (parenthesized_expression "(s->buf)" ( (field_expression "s->buf" identifier -> field_identifier) )) . field_identifier) + number_literal) )))) ;) (if_statement "if (size <= sVar3) {\n result = (isaac_word *)((int)result + (0x400 - sVar3));\n goto LAB_00026df4;\n }" if (parenthesized_expression "(size <= sVar3)" ( (binary_expression "size <= sVar3" identifier <= identifier) )) (compound_statement "{\n result = (isaac_word *)((int)result + (0x400 - sVar3));\n goto LAB_00026df4;\n }" { (expression_statement "result = (isaac_word *)((int)result + (0x400 - sVar3));" (assignment_expression "result = (isaac_word *)((int)result + (0x400 - sVar3))" identifier = (cast_expression "(isaac_word *)((int)result + (0x400 - sVar3))" ( (type_descriptor "isaac_word *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)result + (0x400 - sVar3))" ( (binary_expression "(int)result + (0x400 - sVar3)" (cast_expression "(int)result" ( (type_descriptor "int" primitive_type) ) identifier) + (parenthesized_expression "(0x400 - sVar3)" ( (binary_expression "0x400 - sVar3" number_literal - identifier) ))) )))) ;) (goto_statement "goto LAB_00026df4;" goto statement_identifier ;) })) (expression_statement "s_00 = &(s->buf).isaac.state;" (assignment_expression "s_00 = &(s->buf).isaac.state" identifier = (pointer_expression "&(s->buf).isaac.state" & (field_expression "(s->buf).isaac.state" (field_expression "(s->buf).isaac" (parenthesized_expression "(s->buf)" ( (field_expression "s->buf" identifier -> field_identifier) )) . field_identifier) . field_identifier))) ;) (expression_statement "__dest = (isaac_word *)buf;" (assignment_expression "__dest = (isaac_word *)buf" identifier = (cast_expression "(isaac_word *)buf" ( (type_descriptor "isaac_word *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (do_statement "do {\n buf = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)result + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n size = size - sVar3;\n if (((uint)buf & 3) == 0) goto joined_r0x00026db4;\n isaac_refill(s_00,result);\n sVar3 = 0x400;\n __dest = (isaac_word *)buf;\n } while (0x400 < size);" do (compound_statement "{\n buf = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)result + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n size = size - sVar3;\n if (((uint)buf & 3) == 0) goto joined_r0x00026db4;\n isaac_refill(s_00,result);\n sVar3 = 0x400;\n __dest = (isaac_word *)buf;\n }" { (expression_statement "buf = (void *)((int)__dest + sVar3);" (assignment_expression "buf = (void *)((int)__dest + sVar3)" identifier = (cast_expression "(void *)((int)__dest + sVar3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__dest + sVar3)" ( (binary_expression "(int)__dest + sVar3" (cast_expression "(int)__dest" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (expression_statement "memcpy(__dest,(void *)((int)result + (0x400 - sVar3)),sVar3);" (call_expression "memcpy(__dest,(void *)((int)result + (0x400 - sVar3)),sVar3)" identifier (argument_list "(__dest,(void *)((int)result + (0x400 - sVar3)),sVar3)" ( identifier , (cast_expression "(void *)((int)result + (0x400 - sVar3))" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)result + (0x400 - sVar3))" ( (binary_expression "(int)result + (0x400 - sVar3)" (cast_expression "(int)result" ( (type_descriptor "int" primitive_type) ) identifier) + (parenthesized_expression "(0x400 - sVar3)" ( (binary_expression "0x400 - sVar3" number_literal - identifier) ))) ))) , identifier ))) ;) (expression_statement "uVar1 = DAT_00026e1c;" (assignment_expression "uVar1 = DAT_00026e1c" identifier = identifier) ;) (expression_statement "size = size - sVar3;" (assignment_expression "size = size - sVar3" identifier = (binary_expression "size - sVar3" identifier - identifier)) ;) (if_statement "if (((uint)buf & 3) == 0) goto joined_r0x00026db4;" if (parenthesized_expression "(((uint)buf & 3) == 0)" ( (binary_expression "((uint)buf & 3) == 0" (parenthesized_expression "((uint)buf & 3)" ( (binary_expression "(uint)buf & 3" (cast_expression "(uint)buf" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) )) (goto_statement "goto joined_r0x00026db4;" goto statement_identifier ;)) (expression_statement "isaac_refill(s_00,result);" (call_expression "isaac_refill(s_00,result)" identifier (argument_list "(s_00,result)" ( identifier , identifier ))) ;) (expression_statement "sVar3 = 0x400;" (assignment_expression "sVar3 = 0x400" identifier = number_literal) ;) (expression_statement "__dest = (isaac_word *)buf;" (assignment_expression "__dest = (isaac_word *)buf" identifier = (cast_expression "(isaac_word *)buf" ( (type_descriptor "isaac_word *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) }) while (parenthesized_expression "(0x400 < size)" ( (binary_expression "0x400 < size" number_literal < identifier) )) ;) (goto_statement "goto LAB_00026df0;" goto statement_identifier ;) (labeled_statement "joined_r0x00026db4:\n while (uVar1 < size) {\n isaac_refill(s_00,(isaac_word *)buf);\n size = size - 0x400;\n buf = (void *)((int)buf + 0x400);\n if (size == 0) {\n (s->buf).isaac.buffered = 0;\n return;\n }\n }" statement_identifier : (while_statement "while (uVar1 < size) {\n isaac_refill(s_00,(isaac_word *)buf);\n size = size - 0x400;\n buf = (void *)((int)buf + 0x400);\n if (size == 0) {\n (s->buf).isaac.buffered = 0;\n return;\n }\n }" while (parenthesized_expression "(uVar1 < size)" ( (binary_expression "uVar1 < size" identifier < identifier) )) (compound_statement "{\n isaac_refill(s_00,(isaac_word *)buf);\n size = size - 0x400;\n buf = (void *)((int)buf + 0x400);\n if (size == 0) {\n (s->buf).isaac.buffered = 0;\n return;\n }\n }" { (expression_statement "isaac_refill(s_00,(isaac_word *)buf);" (call_expression "isaac_refill(s_00,(isaac_word *)buf)" identifier (argument_list "(s_00,(isaac_word *)buf)" ( identifier , (cast_expression "(isaac_word *)buf" ( (type_descriptor "isaac_word *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "size = size - 0x400;" (assignment_expression "size = size - 0x400" identifier = (binary_expression "size - 0x400" identifier - number_literal)) ;) (expression_statement "buf = (void *)((int)buf + 0x400);" (assignment_expression "buf = (void *)((int)buf + 0x400)" identifier = (cast_expression "(void *)((int)buf + 0x400)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)buf + 0x400)" ( (binary_expression "(int)buf + 0x400" (cast_expression "(int)buf" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (if_statement "if (size == 0) {\n (s->buf).isaac.buffered = 0;\n return;\n }" if (parenthesized_expression "(size == 0)" ( (binary_expression "size == 0" identifier == number_literal) )) (compound_statement "{\n (s->buf).isaac.buffered = 0;\n return;\n }" { (expression_statement "(s->buf).isaac.buffered = 0;" (assignment_expression "(s->buf).isaac.buffered = 0" (field_expression "(s->buf).isaac.buffered" (field_expression "(s->buf).isaac" (parenthesized_expression "(s->buf)" ( (field_expression "s->buf" identifier -> field_identifier) )) . field_identifier) . field_identifier) = number_literal) ;) (return_statement "return;" return ;) })) }))) (expression_statement "isaac_refill(s_00,result);" (call_expression "isaac_refill(s_00,result)" identifier (argument_list "(s_00,result)" ( identifier , identifier ))) ;) (labeled_statement "LAB_00026df0:\n sVar3 = 0x400;" statement_identifier : (expression_statement "sVar3 = 0x400;" (assignment_expression "sVar3 = 0x400" identifier = number_literal) ;)) (labeled_statement "LAB_00026df4:\n memcpy(buf,result,size);" statement_identifier : (expression_statement "memcpy(buf,result,size);" (call_expression "memcpy(buf,result,size)" identifier (argument_list "(buf,result,size)" ( identifier , identifier , identifier ))) ;)) (expression_statement "(s->buf).isaac.buffered = sVar3 - size;" (assignment_expression "(s->buf).isaac.buffered = sVar3 - size" (field_expression "(s->buf).isaac.buffered" (field_expression "(s->buf).isaac" (parenthesized_expression "(s->buf)" ( (field_expression "s->buf" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (binary_expression "sVar3 - size" identifier - identifier)) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00026ce8(int *param_1,void *param_2,uint param_3)\n\n{\n uint uVar1;\n int *piVar2;\n size_t sVar3;\n int iVar4;\n code *pcVar5;\n int iVar6;\n void *__dest;\n FILE *__stream;\n int *piVar7;\n \n __stream = (FILE *)*param_1;\n if (__stream != (FILE *)0x0) {\n piVar2 = __errno_location();\n while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }\n return;\n }\n sVar3 = param_1[3];\n piVar2 = param_1 + 0x107;\n if (param_3 <= sVar3) {\n piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));\n goto LAB_00026df4;\n }\n piVar7 = param_1 + 4;\n __dest = param_2;\n do {\n param_2 = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n param_3 = param_3 - sVar3;\n if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;\n FUN_00026e54(piVar7,piVar2);\n sVar3 = 0x400;\n __dest = param_2;\n } while (0x400 < param_3);\n goto LAB_00026df0;\njoined_r0x00026db4:\n while (uVar1 < param_3) {\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }\n FUN_00026e54(piVar7,piVar2);\nLAB_00026df0:\n sVar3 = 0x400;\nLAB_00026df4:\n memcpy(param_2,piVar2,param_3);\n param_1[3] = sVar3 - param_3;\n return;\n}\n\n" (function_definition "void FUN_00026ce8(int *param_1,void *param_2,uint param_3)\n\n{\n uint uVar1;\n int *piVar2;\n size_t sVar3;\n int iVar4;\n code *pcVar5;\n int iVar6;\n void *__dest;\n FILE *__stream;\n int *piVar7;\n \n __stream = (FILE *)*param_1;\n if (__stream != (FILE *)0x0) {\n piVar2 = __errno_location();\n while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }\n return;\n }\n sVar3 = param_1[3];\n piVar2 = param_1 + 0x107;\n if (param_3 <= sVar3) {\n piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));\n goto LAB_00026df4;\n }\n piVar7 = param_1 + 4;\n __dest = param_2;\n do {\n param_2 = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n param_3 = param_3 - sVar3;\n if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;\n FUN_00026e54(piVar7,piVar2);\n sVar3 = 0x400;\n __dest = param_2;\n } while (0x400 < param_3);\n goto LAB_00026df0;\njoined_r0x00026db4:\n while (uVar1 < param_3) {\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }\n FUN_00026e54(piVar7,piVar2);\nLAB_00026df0:\n sVar3 = 0x400;\nLAB_00026df4:\n memcpy(param_2,piVar2,param_3);\n param_1[3] = sVar3 - param_3;\n return;\n}" primitive_type (function_declarator "FUN_00026ce8(int *param_1,void *param_2,uint param_3)" identifier (parameter_list "(int *param_1,void *param_2,uint param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint param_3" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n int *piVar2;\n size_t sVar3;\n int iVar4;\n code *pcVar5;\n int iVar6;\n void *__dest;\n FILE *__stream;\n int *piVar7;\n \n __stream = (FILE *)*param_1;\n if (__stream != (FILE *)0x0) {\n piVar2 = __errno_location();\n while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }\n return;\n }\n sVar3 = param_1[3];\n piVar2 = param_1 + 0x107;\n if (param_3 <= sVar3) {\n piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));\n goto LAB_00026df4;\n }\n piVar7 = param_1 + 4;\n __dest = param_2;\n do {\n param_2 = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n param_3 = param_3 - sVar3;\n if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;\n FUN_00026e54(piVar7,piVar2);\n sVar3 = 0x400;\n __dest = param_2;\n } while (0x400 < param_3);\n goto LAB_00026df0;\njoined_r0x00026db4:\n while (uVar1 < param_3) {\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }\n FUN_00026e54(piVar7,piVar2);\nLAB_00026df0:\n sVar3 = 0x400;\nLAB_00026df4:\n memcpy(param_2,piVar2,param_3);\n param_1[3] = sVar3 - param_3;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "code *pcVar5;" type_identifier (pointer_declarator "*pcVar5" * identifier) ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (expression_statement "__stream = (FILE *)*param_1;" (assignment_expression "__stream = (FILE *)*param_1" identifier = (cast_expression "(FILE *)*param_1" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if (__stream != (FILE *)0x0) {\n piVar2 = __errno_location();\n while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }\n return;\n }" if (parenthesized_expression "(__stream != (FILE *)0x0)" ( (binary_expression "__stream != (FILE *)0x0" identifier != (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n piVar2 = __errno_location();\n while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }\n return;\n }" { (expression_statement "piVar2 = __errno_location();" (assignment_expression "piVar2 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (while_statement "while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }" { (expression_statement "sVar3 = fread_unlocked(param_2,1,param_3,__stream);" (assignment_expression "sVar3 = fread_unlocked(param_2,1,param_3,__stream)" identifier = (call_expression "fread_unlocked(param_2,1,param_3,__stream)" identifier (argument_list "(param_2,1,param_3,__stream)" ( identifier , number_literal , identifier , identifier )))) ;) (expression_statement "iVar6 = *piVar2;" (assignment_expression "iVar6 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) (expression_statement "param_3 = param_3 - sVar3;" (assignment_expression "param_3 = param_3 - sVar3" identifier = (binary_expression "param_3 - sVar3" identifier - identifier)) ;) (expression_statement "param_2 = (void *)((int)param_2 + sVar3);" (assignment_expression "param_2 = (void *)((int)param_2 + sVar3)" identifier = (cast_expression "(void *)((int)param_2 + sVar3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_2 + sVar3)" ( (binary_expression "(int)param_2 + sVar3" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (if_statement "if (param_3 == 0) break;" if (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "pcVar5 = (code *)param_1[1];" (assignment_expression "pcVar5 = (code *)param_1[1]" identifier = (cast_expression "(code *)param_1[1]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "iVar4 = param_1[2];" (assignment_expression "iVar4 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (if_statement "if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }" if (parenthesized_expression "((*(uint *)*param_1 & 0x20) == 0)" ( (binary_expression "(*(uint *)*param_1 & 0x20) == 0" (parenthesized_expression "(*(uint *)*param_1 & 0x20)" ( (binary_expression "*(uint *)*param_1 & 0x20" (pointer_expression "*(uint *)*param_1" * (cast_expression "(uint *)*param_1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) & number_literal) )) == number_literal) )) (compound_statement "{\n iVar6 = 0;\n }" { (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;) })) (expression_statement "*piVar2 = iVar6;" (assignment_expression "*piVar2 = iVar6" (pointer_expression "*piVar2" * identifier) = identifier) ;) (expression_statement "(*pcVar5)(iVar4);" (call_expression "(*pcVar5)(iVar4)" (parenthesized_expression "(*pcVar5)" ( (pointer_expression "*pcVar5" * identifier) )) (argument_list "(iVar4)" ( identifier ))) ;) (expression_statement "__stream = (FILE *)*param_1;" (assignment_expression "__stream = (FILE *)*param_1" identifier = (cast_expression "(FILE *)*param_1" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) })) (return_statement "return;" return ;) })) (expression_statement "sVar3 = param_1[3];" (assignment_expression "sVar3 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "piVar2 = param_1 + 0x107;" (assignment_expression "piVar2 = param_1 + 0x107" identifier = (binary_expression "param_1 + 0x107" identifier + number_literal)) ;) (if_statement "if (param_3 <= sVar3) {\n piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));\n goto LAB_00026df4;\n }" if (parenthesized_expression "(param_3 <= sVar3)" ( (binary_expression "param_3 <= sVar3" identifier <= identifier) )) (compound_statement "{\n piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));\n goto LAB_00026df4;\n }" { (expression_statement "piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));" (assignment_expression "piVar2 = (int *)((int)piVar2 + (0x400 - sVar3))" identifier = (cast_expression "(int *)((int)piVar2 + (0x400 - sVar3))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar2 + (0x400 - sVar3))" ( (binary_expression "(int)piVar2 + (0x400 - sVar3)" (cast_expression "(int)piVar2" ( (type_descriptor "int" primitive_type) ) identifier) + (parenthesized_expression "(0x400 - sVar3)" ( (binary_expression "0x400 - sVar3" number_literal - identifier) ))) )))) ;) (goto_statement "goto LAB_00026df4;" goto statement_identifier ;) })) (expression_statement "piVar7 = param_1 + 4;" (assignment_expression "piVar7 = param_1 + 4" identifier = (binary_expression "param_1 + 4" identifier + number_literal)) ;) (expression_statement "__dest = param_2;" (assignment_expression "__dest = param_2" identifier = identifier) ;) (do_statement "do {\n param_2 = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n param_3 = param_3 - sVar3;\n if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;\n FUN_00026e54(piVar7,piVar2);\n sVar3 = 0x400;\n __dest = param_2;\n } while (0x400 < param_3);" do (compound_statement "{\n param_2 = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n param_3 = param_3 - sVar3;\n if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;\n FUN_00026e54(piVar7,piVar2);\n sVar3 = 0x400;\n __dest = param_2;\n }" { (expression_statement "param_2 = (void *)((int)__dest + sVar3);" (assignment_expression "param_2 = (void *)((int)__dest + sVar3)" identifier = (cast_expression "(void *)((int)__dest + sVar3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__dest + sVar3)" ( (binary_expression "(int)__dest + sVar3" (cast_expression "(int)__dest" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (expression_statement "memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);" (call_expression "memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3)" identifier (argument_list "(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3)" ( identifier , (cast_expression "(void *)((int)piVar2 + (0x400 - sVar3))" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar2 + (0x400 - sVar3))" ( (binary_expression "(int)piVar2 + (0x400 - sVar3)" (cast_expression "(int)piVar2" ( (type_descriptor "int" primitive_type) ) identifier) + (parenthesized_expression "(0x400 - sVar3)" ( (binary_expression "0x400 - sVar3" number_literal - identifier) ))) ))) , identifier ))) ;) (expression_statement "uVar1 = DAT_00026e1c;" (assignment_expression "uVar1 = DAT_00026e1c" identifier = identifier) ;) (expression_statement "param_3 = param_3 - sVar3;" (assignment_expression "param_3 = param_3 - sVar3" identifier = (binary_expression "param_3 - sVar3" identifier - identifier)) ;) (if_statement "if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;" if (parenthesized_expression "(((uint)param_2 & 3) == 0)" ( (binary_expression "((uint)param_2 & 3) == 0" (parenthesized_expression "((uint)param_2 & 3)" ( (binary_expression "(uint)param_2 & 3" (cast_expression "(uint)param_2" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) )) (goto_statement "goto joined_r0x00026db4;" goto statement_identifier ;)) (expression_statement "FUN_00026e54(piVar7,piVar2);" (call_expression "FUN_00026e54(piVar7,piVar2)" identifier (argument_list "(piVar7,piVar2)" ( identifier , identifier ))) ;) (expression_statement "sVar3 = 0x400;" (assignment_expression "sVar3 = 0x400" identifier = number_literal) ;) (expression_statement "__dest = param_2;" (assignment_expression "__dest = param_2" identifier = identifier) ;) }) while (parenthesized_expression "(0x400 < param_3)" ( (binary_expression "0x400 < param_3" number_literal < identifier) )) ;) (goto_statement "goto LAB_00026df0;" goto statement_identifier ;) (labeled_statement "joined_r0x00026db4:\n while (uVar1 < param_3) {\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }" statement_identifier : (while_statement "while (uVar1 < param_3) {\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }" while (parenthesized_expression "(uVar1 < param_3)" ( (binary_expression "uVar1 < param_3" identifier < identifier) )) (compound_statement "{\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }" { (expression_statement "FUN_00026e54(piVar7,param_2);" (call_expression "FUN_00026e54(piVar7,param_2)" identifier (argument_list "(piVar7,param_2)" ( identifier , identifier ))) ;) (expression_statement "param_3 = param_3 - 0x400;" (assignment_expression "param_3 = param_3 - 0x400" identifier = (binary_expression "param_3 - 0x400" identifier - number_literal)) ;) (expression_statement "param_2 = (void *)((int)param_2 + 0x400);" (assignment_expression "param_2 = (void *)((int)param_2 + 0x400)" identifier = (cast_expression "(void *)((int)param_2 + 0x400)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_2 + 0x400)" ( (binary_expression "(int)param_2 + 0x400" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (if_statement "if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }" if (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) (compound_statement "{\n param_1[3] = 0;\n return;\n }" { (expression_statement "param_1[3] = 0;" (assignment_expression "param_1[3] = 0" (subscript_expression "param_1[3]" identifier [ number_literal ]) = number_literal) ;) (return_statement "return;" return ;) })) }))) (expression_statement "FUN_00026e54(piVar7,piVar2);" (call_expression "FUN_00026e54(piVar7,piVar2)" identifier (argument_list "(piVar7,piVar2)" ( identifier , identifier ))) ;) (labeled_statement "LAB_00026df0:\n sVar3 = 0x400;" statement_identifier : (expression_statement "sVar3 = 0x400;" (assignment_expression "sVar3 = 0x400" identifier = number_literal) ;)) (labeled_statement "LAB_00026df4:\n memcpy(param_2,piVar2,param_3);" statement_identifier : (expression_statement "memcpy(param_2,piVar2,param_3);" (call_expression "memcpy(param_2,piVar2,param_3)" identifier (argument_list "(param_2,piVar2,param_3)" ( identifier , identifier , identifier ))) ;)) (expression_statement "param_1[3] = sVar3 - param_3;" (assignment_expression "param_1[3] = sVar3 - param_3" (subscript_expression "param_1[3]" identifier [ number_literal ]) = (binary_expression "sVar3 - param_3" identifier - identifier)) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (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 *)) ) (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 = (call_expression IDENT (argument_list ( )))) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * 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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) })) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (parenthesized_expression ( (binary_expression LIT - IDENT) ))) )))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (parenthesized_expression ( (binary_expression LIT - IDENT) ))) ))) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression LIT < IDENT) )) ;) (goto_statement goto statement_identifier ;) (labeled_statement statement_identifier : (while_statement while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (return_statement return ;) })) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT - IDENT)) ;) (return_statement return ;) })))
(function_definition "void FUN_00026ce8(int *param_1,void *param_2,uint param_3)\n\n{\n uint uVar1;\n int *piVar2;\n size_t sVar3;\n int iVar4;\n code *pcVar5;\n int iVar6;\n void *__dest;\n FILE *__stream;\n int *piVar7;\n \n __stream = (FILE *)*param_1;\n if (__stream != (FILE *)0x0) {\n piVar2 = __errno_location();\n while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }\n return;\n }\n sVar3 = param_1[3];\n piVar2 = param_1 + 0x107;\n if (param_3 <= sVar3) {\n piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));\n goto LAB_00026df4;\n }\n piVar7 = param_1 + 4;\n __dest = param_2;\n do {\n param_2 = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n param_3 = param_3 - sVar3;\n if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;\n FUN_00026e54(piVar7,piVar2);\n sVar3 = 0x400;\n __dest = param_2;\n } while (0x400 < param_3);\n goto LAB_00026df0;\njoined_r0x00026db4:\n while (uVar1 < param_3) {\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }\n FUN_00026e54(piVar7,piVar2);\nLAB_00026df0:\n sVar3 = 0x400;\nLAB_00026df4:\n memcpy(param_2,piVar2,param_3);\n param_1[3] = sVar3 - param_3;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00026ce8(int *param_1,void *param_2,uint param_3)" (identifier "FUN_00026ce8") (parameter_list "(int *param_1,void *param_2,uint param_3)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "void *param_2" (primitive_type "void") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) () ")"))) (compound_statement "{\n uint uVar1;\n int *piVar2;\n size_t sVar3;\n int iVar4;\n code *pcVar5;\n int iVar6;\n void *__dest;\n FILE *__stream;\n int *piVar7;\n \n __stream = (FILE *)*param_1;\n if (__stream != (FILE *)0x0) {\n piVar2 = __errno_location();\n while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }\n return;\n }\n sVar3 = param_1[3];\n piVar2 = param_1 + 0x107;\n if (param_3 <= sVar3) {\n piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));\n goto LAB_00026df4;\n }\n piVar7 = param_1 + 4;\n __dest = param_2;\n do {\n param_2 = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n param_3 = param_3 - sVar3;\n if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;\n FUN_00026e54(piVar7,piVar2);\n sVar3 = 0x400;\n __dest = param_2;\n } while (0x400 < param_3);\n goto LAB_00026df0;\njoined_r0x00026db4:\n while (uVar1 < param_3) {\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }\n FUN_00026e54(piVar7,piVar2);\nLAB_00026df0:\n sVar3 = 0x400;\nLAB_00026df4:\n memcpy(param_2,piVar2,param_3);\n param_1[3] = sVar3 - param_3;\n return;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "size_t sVar3;" (primitive_type "size_t") (identifier "sVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "code *pcVar5;" (type_identifier "code") (pointer_declarator "*pcVar5" (* "*") (identifier "pcVar5")) (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "FILE *__stream;" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream")) (; ";")) (declaration "int *piVar7;" (primitive_type "int") (pointer_declarator "*piVar7" (* "*") (identifier "piVar7")) (; ";")) (expression_statement "__stream = (FILE *)*param_1;" (assignment_expression "__stream = (FILE *)*param_1" (identifier "__stream") (= "=") (cast_expression "(FILE *)*param_1" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (if_statement "if (__stream != (FILE *)0x0) {\n piVar2 = __errno_location();\n while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }\n return;\n }" (if "if") (parenthesized_expression "(__stream != (FILE *)0x0)" (( "(") (binary_expression "__stream != (FILE *)0x0" (identifier "__stream") (!= "!=") (cast_expression "(FILE *)0x0" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n piVar2 = __errno_location();\n while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }\n return;\n }" ({ "{") (expression_statement "piVar2 = __errno_location();" (assignment_expression "piVar2 = __errno_location()" (identifier "piVar2") (= "=") (call_expression "__errno_location()" (identifier "__errno_location") (argument_list "()" (( "(") () ")")))) (; ";")) (while_statement "while( true ) {\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n sVar3 = fread_unlocked(param_2,1,param_3,__stream);\n iVar6 = *piVar2;\n param_3 = param_3 - sVar3;\n param_2 = (void *)((int)param_2 + sVar3);\n if (param_3 == 0) break;\n pcVar5 = (code *)param_1[1];\n iVar4 = param_1[2];\n if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }\n *piVar2 = iVar6;\n (*pcVar5)(iVar4);\n __stream = (FILE *)*param_1;\n }" ({ "{") (expression_statement "sVar3 = fread_unlocked(param_2,1,param_3,__stream);" (assignment_expression "sVar3 = fread_unlocked(param_2,1,param_3,__stream)" (identifier "sVar3") (= "=") (call_expression "fread_unlocked(param_2,1,param_3,__stream)" (identifier "fread_unlocked") (argument_list "(param_2,1,param_3,__stream)" (( "(") (identifier "param_2") (, ",") (number_literal "1") (, ",") (identifier "param_3") (, ",") (identifier "__stream") () ")")))) (; ";")) (expression_statement "iVar6 = *piVar2;" (assignment_expression "iVar6 = *piVar2" (identifier "iVar6") (= "=") (pointer_expression "*piVar2" (* "*") (identifier "piVar2"))) (; ";")) (expression_statement "param_3 = param_3 - sVar3;" (assignment_expression "param_3 = param_3 - sVar3" (identifier "param_3") (= "=") (binary_expression "param_3 - sVar3" (identifier "param_3") (- "-") (identifier "sVar3"))) (; ";")) (expression_statement "param_2 = (void *)((int)param_2 + sVar3);" (assignment_expression "param_2 = (void *)((int)param_2 + sVar3)" (identifier "param_2") (= "=") (cast_expression "(void *)((int)param_2 + sVar3)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_2 + sVar3)" (( "(") (binary_expression "(int)param_2 + sVar3" (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2")) (+ "+") (identifier "sVar3")) () ")")))) (; ";")) (if_statement "if (param_3 == 0) break;" (if "if") (parenthesized_expression "(param_3 == 0)" (( "(") (binary_expression "param_3 == 0" (identifier "param_3") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "pcVar5 = (code *)param_1[1];" (assignment_expression "pcVar5 = (code *)param_1[1]" (identifier "pcVar5") (= "=") (cast_expression "(code *)param_1[1]" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "iVar4 = param_1[2];" (assignment_expression "iVar4 = param_1[2]" (identifier "iVar4") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (if_statement "if ((*(uint *)*param_1 & 0x20) == 0) {\n iVar6 = 0;\n }" (if "if") (parenthesized_expression "((*(uint *)*param_1 & 0x20) == 0)" (( "(") (binary_expression "(*(uint *)*param_1 & 0x20) == 0" (parenthesized_expression "(*(uint *)*param_1 & 0x20)" (( "(") (binary_expression "*(uint *)*param_1 & 0x20" (pointer_expression "*(uint *)*param_1" (* "*") (cast_expression "(uint *)*param_1" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (& "&") (number_literal "0x20")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar6 = 0;\n }" ({ "{") (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" (identifier "iVar6") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "*piVar2 = iVar6;" (assignment_expression "*piVar2 = iVar6" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (= "=") (identifier "iVar6")) (; ";")) (expression_statement "(*pcVar5)(iVar4);" (call_expression "(*pcVar5)(iVar4)" (parenthesized_expression "(*pcVar5)" (( "(") (pointer_expression "*pcVar5" (* "*") (identifier "pcVar5")) () ")")) (argument_list "(iVar4)" (( "(") (identifier "iVar4") () ")"))) (; ";")) (expression_statement "__stream = (FILE *)*param_1;" (assignment_expression "__stream = (FILE *)*param_1" (identifier "__stream") (= "=") (cast_expression "(FILE *)*param_1" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "sVar3 = param_1[3];" (assignment_expression "sVar3 = param_1[3]" (identifier "sVar3") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "piVar2 = param_1 + 0x107;" (assignment_expression "piVar2 = param_1 + 0x107" (identifier "piVar2") (= "=") (binary_expression "param_1 + 0x107" (identifier "param_1") (+ "+") (number_literal "0x107"))) (; ";")) (if_statement "if (param_3 <= sVar3) {\n piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));\n goto LAB_00026df4;\n }" (if "if") (parenthesized_expression "(param_3 <= sVar3)" (( "(") (binary_expression "param_3 <= sVar3" (identifier "param_3") (<= "<=") (identifier "sVar3")) () ")")) (compound_statement "{\n piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));\n goto LAB_00026df4;\n }" ({ "{") (expression_statement "piVar2 = (int *)((int)piVar2 + (0x400 - sVar3));" (assignment_expression "piVar2 = (int *)((int)piVar2 + (0x400 - sVar3))" (identifier "piVar2") (= "=") (cast_expression "(int *)((int)piVar2 + (0x400 - sVar3))" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar2 + (0x400 - sVar3))" (( "(") (binary_expression "(int)piVar2 + (0x400 - sVar3)" (cast_expression "(int)piVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar2")) (+ "+") (parenthesized_expression "(0x400 - sVar3)" (( "(") (binary_expression "0x400 - sVar3" (number_literal "0x400") (- "-") (identifier "sVar3")) () ")"))) () ")")))) (; ";")) (goto_statement "goto LAB_00026df4;" (goto "goto") (statement_identifier "LAB_00026df4") (; ";")) (} "}"))) (expression_statement "piVar7 = param_1 + 4;" (assignment_expression "piVar7 = param_1 + 4" (identifier "piVar7") (= "=") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "__dest = param_2;" (assignment_expression "__dest = param_2" (identifier "__dest") (= "=") (identifier "param_2")) (; ";")) (do_statement "do {\n param_2 = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n param_3 = param_3 - sVar3;\n if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;\n FUN_00026e54(piVar7,piVar2);\n sVar3 = 0x400;\n __dest = param_2;\n } while (0x400 < param_3);" (do "do") (compound_statement "{\n param_2 = (void *)((int)__dest + sVar3);\n memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);\n uVar1 = DAT_00026e1c;\n param_3 = param_3 - sVar3;\n if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;\n FUN_00026e54(piVar7,piVar2);\n sVar3 = 0x400;\n __dest = param_2;\n }" ({ "{") (expression_statement "param_2 = (void *)((int)__dest + sVar3);" (assignment_expression "param_2 = (void *)((int)__dest + sVar3)" (identifier "param_2") (= "=") (cast_expression "(void *)((int)__dest + sVar3)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)__dest + sVar3)" (( "(") (binary_expression "(int)__dest + sVar3" (cast_expression "(int)__dest" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__dest")) (+ "+") (identifier "sVar3")) () ")")))) (; ";")) (expression_statement "memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3);" (call_expression "memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3)" (identifier "memcpy") (argument_list "(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3)" (( "(") (identifier "__dest") (, ",") (cast_expression "(void *)((int)piVar2 + (0x400 - sVar3))" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar2 + (0x400 - sVar3))" (( "(") (binary_expression "(int)piVar2 + (0x400 - sVar3)" (cast_expression "(int)piVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar2")) (+ "+") (parenthesized_expression "(0x400 - sVar3)" (( "(") (binary_expression "0x400 - sVar3" (number_literal "0x400") (- "-") (identifier "sVar3")) () ")"))) () ")"))) (, ",") (identifier "sVar3") () ")"))) (; ";")) (expression_statement "uVar1 = DAT_00026e1c;" (assignment_expression "uVar1 = DAT_00026e1c" (identifier "uVar1") (= "=") (identifier "DAT_00026e1c")) (; ";")) (expression_statement "param_3 = param_3 - sVar3;" (assignment_expression "param_3 = param_3 - sVar3" (identifier "param_3") (= "=") (binary_expression "param_3 - sVar3" (identifier "param_3") (- "-") (identifier "sVar3"))) (; ";")) (if_statement "if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4;" (if "if") (parenthesized_expression "(((uint)param_2 & 3) == 0)" (( "(") (binary_expression "((uint)param_2 & 3) == 0" (parenthesized_expression "((uint)param_2 & 3)" (( "(") (binary_expression "(uint)param_2 & 3" (cast_expression "(uint)param_2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "param_2")) (& "&") (number_literal "3")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto joined_r0x00026db4;" (goto "goto") (statement_identifier "joined_r0x00026db4") (; ";"))) (expression_statement "FUN_00026e54(piVar7,piVar2);" (call_expression "FUN_00026e54(piVar7,piVar2)" (identifier "FUN_00026e54") (argument_list "(piVar7,piVar2)" (( "(") (identifier "piVar7") (, ",") (identifier "piVar2") () ")"))) (; ";")) (expression_statement "sVar3 = 0x400;" (assignment_expression "sVar3 = 0x400" (identifier "sVar3") (= "=") (number_literal "0x400")) (; ";")) (expression_statement "__dest = param_2;" (assignment_expression "__dest = param_2" (identifier "__dest") (= "=") (identifier "param_2")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(0x400 < param_3)" (( "(") (binary_expression "0x400 < param_3" (number_literal "0x400") (< "<") (identifier "param_3")) () ")")) (; ";")) (goto_statement "goto LAB_00026df0;" (goto "goto") (statement_identifier "LAB_00026df0") (; ";")) (labeled_statement "joined_r0x00026db4:\n while (uVar1 < param_3) {\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }" (statement_identifier "joined_r0x00026db4") (: ":") (while_statement "while (uVar1 < param_3) {\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }" (while "while") (parenthesized_expression "(uVar1 < param_3)" (( "(") (binary_expression "uVar1 < param_3" (identifier "uVar1") (< "<") (identifier "param_3")) () ")")) (compound_statement "{\n FUN_00026e54(piVar7,param_2);\n param_3 = param_3 - 0x400;\n param_2 = (void *)((int)param_2 + 0x400);\n if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }\n }" ({ "{") (expression_statement "FUN_00026e54(piVar7,param_2);" (call_expression "FUN_00026e54(piVar7,param_2)" (identifier "FUN_00026e54") (argument_list "(piVar7,param_2)" (( "(") (identifier "piVar7") (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "param_3 = param_3 - 0x400;" (assignment_expression "param_3 = param_3 - 0x400" (identifier "param_3") (= "=") (binary_expression "param_3 - 0x400" (identifier "param_3") (- "-") (number_literal "0x400"))) (; ";")) (expression_statement "param_2 = (void *)((int)param_2 + 0x400);" (assignment_expression "param_2 = (void *)((int)param_2 + 0x400)" (identifier "param_2") (= "=") (cast_expression "(void *)((int)param_2 + 0x400)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_2 + 0x400)" (( "(") (binary_expression "(int)param_2 + 0x400" (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2")) (+ "+") (number_literal "0x400")) () ")")))) (; ";")) (if_statement "if (param_3 == 0) {\n param_1[3] = 0;\n return;\n }" (if "if") (parenthesized_expression "(param_3 == 0)" (( "(") (binary_expression "param_3 == 0" (identifier "param_3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n param_1[3] = 0;\n return;\n }" ({ "{") (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")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")))) (expression_statement "FUN_00026e54(piVar7,piVar2);" (call_expression "FUN_00026e54(piVar7,piVar2)" (identifier "FUN_00026e54") (argument_list "(piVar7,piVar2)" (( "(") (identifier "piVar7") (, ",") (identifier "piVar2") () ")"))) (; ";")) (labeled_statement "LAB_00026df0:\n sVar3 = 0x400;" (statement_identifier "LAB_00026df0") (: ":") (expression_statement "sVar3 = 0x400;" (assignment_expression "sVar3 = 0x400" (identifier "sVar3") (= "=") (number_literal "0x400")) (; ";"))) (labeled_statement "LAB_00026df4:\n memcpy(param_2,piVar2,param_3);" (statement_identifier "LAB_00026df4") (: ":") (expression_statement "memcpy(param_2,piVar2,param_3);" (call_expression "memcpy(param_2,piVar2,param_3)" (identifier "memcpy") (argument_list "(param_2,piVar2,param_3)" (( "(") (identifier "param_2") (, ",") (identifier "piVar2") (, ",") (identifier "param_3") () ")"))) (; ";"))) (expression_statement "param_1[3] = sVar3 - param_3;" (assignment_expression "param_1[3] = sVar3 - param_3" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "sVar3 - param_3" (identifier "sVar3") (- "-") (identifier "param_3"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *s,void *buf,size_t var_4) { type_2 var_8; type_3 *puVar2; size_t var_5; void *pvVar4; type_4 *p_Var5; type_3 uVar6; type_5 *__dest; type_6 *var_1; type_5 *result; type_7 *s_00; var_1 = (type_6 *)s->source; if (var_1 != (type_6 *)0x0) { puVar2 = (type_3 *)var_2(); while( true ) { var_5 = var_3(buf,1,var_4,var_1); uVar6 = *puVar2; var_4 = var_4 - var_5; buf = (void *)((int)buf + var_5); if (var_4 == 0) break; p_Var5 = s->handler; pvVar4 = s->handler_arg; if ((s->source->_flags & 0x20U) == 0) { uVar6 = 0; } *puVar2 = uVar6; (*p_Var5)(pvVar4); var_1 = (type_6 *)s->source; } return; } var_5 = (s->buf).isaac.buffered; result = (type_5 *)((s->buf).c + 0x410); if (var_4 <= var_5) { result = (type_5 *)((int)result + (0x400 - var_5)); goto LAB_00026df4; } s_00 = &(s->buf).isaac.state; __dest = (type_5 *)buf; do { buf = (void *)((int)__dest + var_5); var_6(__dest,(void *)((int)result + (0x400 - var_5)),var_5); var_8 = DAT_00026e1c; var_4 = var_4 - var_5; if (((type_2)buf & 3) == 0) goto joined_r0x00026db4; var_7(s_00,result); var_5 = 0x400; __dest = (type_5 *)buf; } while (0x400 < var_4); goto LAB_00026df0; joined_r0x00026db4: while (var_8 < var_4) { var_7(s_00,(type_5 *)buf); var_4 = var_4 - 0x400; buf = (void *)((int)buf + 0x400); if (var_4 == 0) { (s->buf).isaac.buffered = 0; return; } } var_7(s_00,result); LAB_00026df0: var_5 = 0x400; LAB_00026df4: var_6(buf,result,var_4); (s->buf).isaac.buffered = var_5 - var_4; return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (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: (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) 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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (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: (pointer_expression argument: (identifier)))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (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: (pointer_expression argument: (identifier))))))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier)))))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (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: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier)))))) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier)))) (goto_statement label: (statement_identifier)) (labeled_statement label: (statement_identifier) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (return_statement)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (identifier)))) (return_statement))))
void MASKED(int *param_1,void *param_2,uint param_3) { uint uVar1; int *piVar2; size_t sVar3; int iVar4; code *pcVar5; int iVar6; void *__dest; FILE *__stream; int *piVar7; __stream = (FILE *)*param_1; if (__stream != (FILE *)0x0) { piVar2 = __errno_location(); while( true ) { sVar3 = fread_unlocked(param_2,1,param_3,__stream); iVar6 = *piVar2; param_3 = param_3 - sVar3; param_2 = (void *)((int)param_2 + sVar3); if (param_3 == 0) break; pcVar5 = (code *)param_1[1]; iVar4 = param_1[2]; if ((*(uint *)*param_1 & 0x20) == 0) { iVar6 = 0; } *piVar2 = iVar6; (*pcVar5)(iVar4); __stream = (FILE *)*param_1; } return; } sVar3 = param_1[3]; piVar2 = param_1 + 0x107; if (param_3 <= sVar3) { piVar2 = (int *)((int)piVar2 + (0x400 - sVar3)); goto LAB_00026df4; } piVar7 = param_1 + 4; __dest = param_2; do { param_2 = (void *)((int)__dest + sVar3); memcpy(__dest,(void *)((int)piVar2 + (0x400 - sVar3)),sVar3); uVar1 = DAT_00026e1c; param_3 = param_3 - sVar3; if (((uint)param_2 & 3) == 0) goto joined_r0x00026db4; FUN_00026e54(piVar7,piVar2); sVar3 = 0x400; __dest = param_2; } while (0x400 < param_3); goto LAB_00026df0; joined_r0x00026db4: while (uVar1 < param_3) { FUN_00026e54(piVar7,param_2); param_3 = param_3 - 0x400; param_2 = (void *)((int)param_2 + 0x400); if (param_3 == 0) { param_1[3] = 0; return; } } FUN_00026e54(piVar7,piVar2); LAB_00026df0: sVar3 = 0x400; LAB_00026df4: memcpy(param_2,piVar2,param_3); param_1[3] = sVar3 - param_3; return; }
10,145
278_cp_and_cp_strip.c
dev_info_hash
FUN_00020954
size_t dev_info_hash(void *x,size_t table_size) { fs_res *p; /* WARNING: Load size is inaccurate */ __aeabi_uldivmod(*x,*(undefined4 *)((int)x + 4),table_size,0); return table_size; }
undefined4 FUN_00020954(undefined4 *param_1,undefined4 param_2) { FUN_00028888(*param_1,param_1[1],param_2,0); return param_2; }
stmdb sp!,{r4,lr} cpy r2,r1 mov r3,#0x0 ldrd r0,r1,[r0,#0x0] bl 0x00028888 cpy r0,r2 ldmia sp!,{r4,pc}
null
null
null
null
[(u'LOAD_-1206056586', u'CALL_-1206056573'), ('const-4', u'INT_ADD_-1206056568'), (u'LOAD_-1206056584', u'CALL_-1206056573'), ('const-417', u'LOAD_-1206056584'), (u'INT_ADD_-1206056568', u'CAST_-1206056481'), ('const-0', u'RETURN_-1206056550'), (u'CAST_-1206056481', u'LOAD_-1206056584'), (u'CAST_-1206056482', u'INT_ADD_-1206056568'), ('tmp_104', u'CALL_-1206056573'), (u'INDIRECT_-1206056501', u'COPY_-1206056574'), ('tmp_103', u'CAST_-1206056482'), ('const-417', u'LOAD_-1206056586'), ('const-0', u'CALL_-1206056573'), ('tmp_103', u'LOAD_-1206056586'), (u'COPY_-1206056574', u'RETURN_-1206056550'), (u'CALL_-1206056573', u'INDIRECT_-1206056501')]
[(u'LOAD_-1206056586', u'CALL_-1206056573'), ('const-0', u'CALL_-1206056573'), ('const-417', u'LOAD_-1206056584'), (u'LOAD_-1206056584', u'CALL_-1206056573'), ('const-417', u'LOAD_-1206056586'), ('tmp_170', u'PTRADD_-1206056481'), ('const-0', u'RETURN_-1206056550'), (u'PTRADD_-1206056481', u'LOAD_-1206056584'), (u'INDIRECT_-1206056501', u'COPY_-1206056574'), ('tmp_167', u'CALL_-1206056573'), ('tmp_170', u'LOAD_-1206056586'), ('const-4', u'PTRADD_-1206056481'), (u'COPY_-1206056574', u'RETURN_-1206056550'), ('const-1', u'PTRADD_-1206056481'), (u'CALL_-1206056573', u'INDIRECT_-1206056501')]
null
null
00020954
arm
O2
(translation_unit "undefined4 FUN_00020954(undefined4 *param_1,undefined4 param_2)\n\n{\n FUN_00028888(*param_1,param_1[1],param_2,0);\n return param_2;\n}\n\n" (function_definition "undefined4 FUN_00020954(undefined4 *param_1,undefined4 param_2)\n\n{\n FUN_00028888(*param_1,param_1[1],param_2,0);\n return param_2;\n}" type_identifier (function_declarator "FUN_00020954(undefined4 *param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_00028888(*param_1,param_1[1],param_2,0);\n return param_2;\n}" { (expression_statement "FUN_00028888(*param_1,param_1[1],param_2,0);" (call_expression "FUN_00028888(*param_1,param_1[1],param_2,0)" identifier (argument_list "(*param_1,param_1[1],param_2,0)" ( (pointer_expression "*param_1" * identifier) , (subscript_expression "param_1[1]" identifier [ number_literal ]) , identifier , number_literal ))) ;) (return_statement "return param_2;" return identifier ;) })))
(translation_unit "size_t dev_info_hash(void *x,size_t table_size)\n\n{\n fs_res *p;\n \n /* WARNING: Load size is inaccurate */\n __aeabi_uldivmod(*x,*(undefined4 *)((int)x + 4),table_size,0);\n return table_size;\n}\n\n" (function_definition "size_t dev_info_hash(void *x,size_t table_size)\n\n{\n fs_res *p;\n \n /* WARNING: Load size is inaccurate */\n __aeabi_uldivmod(*x,*(undefined4 *)((int)x + 4),table_size,0);\n return table_size;\n}" primitive_type (function_declarator "dev_info_hash(void *x,size_t table_size)" identifier (parameter_list "(void *x,size_t table_size)" ( (parameter_declaration "void *x" primitive_type (pointer_declarator "*x" * identifier)) , (parameter_declaration "size_t table_size" primitive_type identifier) ))) (compound_statement "{\n fs_res *p;\n \n /* WARNING: Load size is inaccurate */\n __aeabi_uldivmod(*x,*(undefined4 *)((int)x + 4),table_size,0);\n return table_size;\n}" { (declaration "fs_res *p;" type_identifier (pointer_declarator "*p" * identifier) ;) comment (expression_statement "__aeabi_uldivmod(*x,*(undefined4 *)((int)x + 4),table_size,0);" (call_expression "__aeabi_uldivmod(*x,*(undefined4 *)((int)x + 4),table_size,0)" identifier (argument_list "(*x,*(undefined4 *)((int)x + 4),table_size,0)" ( (pointer_expression "*x" * identifier) , (pointer_expression "*(undefined4 *)((int)x + 4)" * (cast_expression "(undefined4 *)((int)x + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)x + 4)" ( (binary_expression "(int)x + 4" (cast_expression "(int)x" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) , identifier , number_literal ))) ;) (return_statement "return table_size;" return identifier ;) })))
(translation_unit "undefined4 FUN_00020954(undefined4 *param_1,undefined4 param_2)\n\n{\n FUN_00028888(*param_1,param_1[1],param_2,0);\n return param_2;\n}\n\n" (function_definition "undefined4 FUN_00020954(undefined4 *param_1,undefined4 param_2)\n\n{\n FUN_00028888(*param_1,param_1[1],param_2,0);\n return param_2;\n}" type_identifier (function_declarator "FUN_00020954(undefined4 *param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_00028888(*param_1,param_1[1],param_2,0);\n return param_2;\n}" { (expression_statement "FUN_00028888(*param_1,param_1[1],param_2,0);" (call_expression "FUN_00028888(*param_1,param_1[1],param_2,0)" identifier (argument_list "(*param_1,param_1[1],param_2,0)" ( (pointer_expression "*param_1" * identifier) , (subscript_expression "param_1[1]" identifier [ number_literal ]) , identifier , number_literal ))) ;) (return_statement "return param_2;" return identifier ;) })))
(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 ( (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , IDENT , LIT ))) ;) (return_statement return IDENT ;) })))
(function_definition "undefined4 FUN_00020954(undefined4 *param_1,undefined4 param_2)\n\n{\n FUN_00028888(*param_1,param_1[1],param_2,0);\n return param_2;\n}" (type_identifier "undefined4") (function_declarator "FUN_00020954(undefined4 *param_1,undefined4 param_2)" (identifier "FUN_00020954") (parameter_list "(undefined4 *param_1,undefined4 param_2)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) () ")"))) (compound_statement "{\n FUN_00028888(*param_1,param_1[1],param_2,0);\n return param_2;\n}" ({ "{") (expression_statement "FUN_00028888(*param_1,param_1[1],param_2,0);" (call_expression "FUN_00028888(*param_1,param_1[1],param_2,0)" (identifier "FUN_00028888") (argument_list "(*param_1,param_1[1],param_2,0)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (, ",") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (, ",") (identifier "param_2") (, ",") (number_literal "0") () ")"))) (; ";")) (return_statement "return param_2;" (return "return") (identifier "param_2") (; ";")) (} "}")))
size_t function_1(void *x,size_t table_size) { type_1 *p; /* WARNING: Load size is inaccurate */ var_1(*x,*(type_2 *)((int)x + 4),table_size,0); return table_size; }
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (identifier) (number_literal)))) (return_statement (identifier)))))
undefined4 MASKED(undefined4 *param_1,undefined4 param_2) { FUN_00028888(*param_1,param_1[1],param_2,0); return param_2; }
8,808
1485_sqlite3_and_sqlite3_strip.c
insertCell
FUN_000a2aa4
void insertCell(MemPage *pPage,int i,u8 *pCell,int sz,u8 *pTemp,Pgno iChild,int *pRC) { byte bVar1; int *piVar2; int iVar3; int rc; int local_2c; iVar3 = DAT_000a2e34 + 0xa2ab8; piVar2 = *(int **)(iVar3 + DAT_000a2e38); local_2c = *piVar2; if ((pPage->nOverflow == '\0') && (sz + 1 < (int)(uint)pPage->nFree)) { /* WARNING: Subroutine does not return */ sqlite3PagerWrite(pPage->pDbPage); } if (pTemp != (u8 *)0x0) { /* WARNING: Subroutine does not return */ memcpy(pTemp,pCell,sz); } if (iChild == 0) { bVar1 = pPage->nOverflow; pPage->nOverflow = bVar1 + 1; pPage->apOvfl[bVar1] = pCell; pPage->aiOvfl[bVar1] = (u16)i; if (local_2c == *piVar2) { return; } /* WARNING: Subroutine does not return */ __stack_chk_fail(iVar3); } rc = (iChild ^ (iChild >> 0x10 | iChild << 0x10)) >> 8 & 0xffff00ff ^ (iChild >> 8 | iChild << 0x18); /* WARNING: Subroutine does not return */ memcpy(pCell,&rc,4); }
void FUN_000a2aa4(int param_1,int param_2,void *param_3,size_t param_4,void *param_5,uint param_6, undefined4 *param_7) { byte bVar1; int iVar2; int iVar3; uint uVar4; uint uVar5; char cVar6; int *piVar7; void *__src; uint uVar8; int iVar9; void *pvVar10; int iVar11; void *local_30; int local_2c; pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8); piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38); local_2c = *piVar7; if ((*(char *)(param_1 + 0xc) != '\0') || ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))) { if (param_5 != (void *)0x0) { pvVar10 = memcpy(param_5,param_3,param_4); param_3 = param_5; } if (param_6 != 0) { local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^ (param_6 >> 8 | param_6 << 0x18)); pvVar10 = memcpy(param_3,&local_30,4); } bVar1 = *(byte *)(param_1 + 0xc); *(byte *)(param_1 + 0xc) = bVar1 + 1; *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3; *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2; goto LAB_000a2b3c; } pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48)); if (pvVar10 == (void *)0x0) { uVar5 = (uint)*(byte *)(param_1 + 9); iVar9 = *(int *)(param_1 + 0x38); iVar3 = uVar5 + 5; iVar11 = uVar5 + 6; uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)); uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2; local_30 = pvVar10; if ((uVar4 <= uVar8) || ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) { if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) || ((int)uVar8 <= (int)(uVar4 + 1))) { LAB_000a2c44: if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) { iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2); if (3 < iVar2) { iVar2 = 4; } local_30 = (void *)FUN_00072778(param_1,iVar2); pvVar10 = local_30; if (local_30 != (void *)0x0) goto LAB_000a2c1c; uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 & 0xffff) + 1; } iVar2 = uVar8 - param_4; *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8); *(char *)(iVar9 + iVar11) = (char)iVar2; } else { iVar2 = FUN_000725f8(param_1,param_4,&local_30); if (iVar2 == 0) { pvVar10 = local_30; if (local_30 != (void *)0x0) goto LAB_000a2c1c; goto LAB_000a2c44; } iVar2 = iVar2 - iVar9; } *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2; if (param_6 == 0) { memcpy((void *)(iVar9 + iVar2),param_3,param_4); } else { memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4); local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^ (param_6 >> 8 | param_6 << 0x18)); memcpy((void *)(iVar9 + iVar2),&local_30,4); } iVar3 = *(int *)(param_1 + 0x40); __src = (void *)(iVar3 + param_2 * 2); pvVar10 = memmove((void *)((int)__src + 2),__src, ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2); *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8); *(char *)((int)__src + 1) = (char)iVar2; iVar3 = *(byte *)(param_1 + 9) + 4; *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1; cVar6 = *(char *)(iVar9 + iVar3) + '\x01'; *(char *)(iVar9 + iVar3) = cVar6; if (cVar6 == '\0') { iVar3 = *(byte *)(param_1 + 9) + 3; *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01'; } if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') { pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7); } goto LAB_000a2b3c; } FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48, DAT_000a2e3c + 0xa2c10); pvVar10 = (void *)0xb; } LAB_000a2c1c: *param_7 = pvVar10; LAB_000a2b3c: if (local_2c != *piVar7) { /* WARNING: Subroutine does not return */ __stack_chk_fail(pvVar10); } return; }
ldr r12,[0xa2e34] stmdb sp!,{r4,r5,r6,r7,r8,r9,r10,r11,lr} ldr lr,[0xa2e38] add r12,pc,r12 cpy r4,r0 ldr r6,[r12,lr] ldrb lr,[r4,#0xc] sub sp,sp,#0x24 cpy r0,r12 cmp lr,#0x0 ldr r12,[r6,#0x0] cpy r8,r1 cpy r5,r2 str r12,[sp,#0x1c] ldr r10,[sp,#0x48] ldr r7,[sp,#0x4c] ldr r9,[sp,#0x50] bne 0x000a2afc ldrh r2,[r4,#0x14] add r1,r3,#0x1 cmp r1,r2 blt 0x000a2b7c cmp r10,#0x0 beq 0x000a2b18 cpy r1,r5 cpy r2,r3 cpy r0,r10 bl 0x000152d4 cpy r5,r10 cmp r7,#0x0 bne 0x000a2b54 ldrb r3,[r4,#0xc] add r1,r3,#0x1 add r2,r4,r3, lsl #0x2 add r3,r4,r3, lsl #0x1 strb r1,[r4,#0xc] str r5,[r2,#0x24] strh r8,[r3,#0x1a] ldr r2,[sp,#0x1c] ldr r3,[r6,#0x0] cmp r2,r3 bne 0x000a2e30 add sp,sp,#0x24 ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,r11,pc} eor r3,r7,r7, ror #0x10 mov r3,r3, lsr #0x8 bic r3,r3,#0xff00 eor r7,r3,r7, ror #0x8 mov r2,#0x4 add r1,sp,#0x18 cpy r0,r5 str r7,[sp,#0x18] bl 0x000152d4 b 0x000a2b20 ldr r0,[r4,#0x48] str r3,[sp,#0x8] bl 0x0009be80 ldr r3,[sp,#0x8] cmp r0,#0x0 bne 0x000a2c1c ldrb r2,[r4,#0x9] ldr r11,[r4,#0x38] add r1,r2,#0x5 add lr,r2,#0x6 str r0,[sp,#0x18] str r1,[sp,#0xc] ldrb r12,[r11,r1] ldrh r0,[r4,#0x16] ldrb r10,[r11,lr] ldrh r1,[r4,#0x12] orr r10,r10,r12, lsl #0x8 add r1,r1,r0, lsl #0x1 cmp r1,r10 str lr,[sp,#0x10] str r1,[sp,#0x8] ble 0x000a2c24 cmp r10,#0x0 bne 0x000a2bec ldr r1,[r4,#0x34] ldr r10,[r1,#0x24] cmp r10,#0x10000 beq 0x000a2c24 ldr r2,[0xa2e3c] ldr r1,[0xa2e40] add r2,pc,r2 add r2,r2,#0x14 str r2,[sp,#0x0] ldr r2,[0xa2e44] mov r0,#0xb ldr r3,[0xa2e48] add r2,pc,r2 add r1,pc,r1 bl 0x00070118 mov r0,#0xb str r0,[r9,#0x0] b 0x000a2b3c add r2,r11,r2 ldrb r1,[r2,#0x2] cmp r1,#0x0 beq 0x000a2d68 ldr r2,[sp,#0x8] add r2,r2,#0x1 cmp r2,r10 blt 0x000a2de4 ldr r2,[sp,#0x8] add r2,r2,#0x2 add r2,r2,r3 cmp r10,r2 blt 0x000a2d8c sub r0,r10,r3 mov r2,r0, asr #0x8 ldr r12,[sp,#0xc] and r2,r2,#0xff strb r2,[r11,r12] str r2,[sp,#0x8] ldr r2,[sp,#0x10] and r1,r0,#0xff str r1,[sp,#0x14] strb r1,[r11,r2] ldrh r2,[r4,#0x14] cmp r7,#0x0 sub r2,r2,r3 sub r2,r2,#0x2 strh r2,[r4,#0x14] add r10,r11,r0 beq 0x000a2d78 add r0,r0,#0x4 sub r2,r3,#0x4 add r1,r5,#0x4 add r0,r11,r0 bl 0x000152d4 eor r3,r7,r7, ror #0x10 mov r3,r3, lsr #0x8 bic r3,r3,#0xff00 eor r7,r3,r7, ror #0x8 cpy r0,r10 mov r2,#0x4 add r1,sp,#0x18 str r7,[sp,#0x18] bl 0x000152d4 ldr r10,[r4,#0x40] ldrh r2,[r4,#0x16] add r7,r10,r8, lsl #0x1 sub r2,r2,r8 mov r2,r2, lsl #0x1 cpy r1,r7 add r0,r7,#0x2 bl 0x0001528c ldr r3,[sp,#0x8] strb r3,[r10,r8,lsl #0x1] ldr r3,[sp,#0x14] strb r3,[r7,#0x1] ldrh r3,[r4,#0x16] ldrb r2,[r4,#0x9] add r3,r3,#0x1 add r2,r2,#0x4 strh r3,[r4,#0x16] ldrb r3,[r11,r2] add r3,r3,#0x1 and r3,r3,#0xff cmp r3,#0x0 strb r3,[r11,r2] ldrbeq r3,[r4,#0x9] addeq r3,r3,#0x3 ldrbeq r2,[r11,r3] addeq r2,r2,#0x1 strbeq r2,[r11,r3] ldr r3,[r4,#0x34] ldrb r3,[r3,#0x11] cmp r3,#0x0 beq 0x000a2b3c cpy r3,r9 cpy r2,r5 add r1,r4,#0x3c cpy r0,r4 bl 0x000a1200 b 0x000a2b3c ldrb r2,[r2,#0x1] cmp r2,#0x0 bne 0x000a2c34 b 0x000a2c44 cpy r2,r3 cpy r0,r10 cpy r1,r5 bl 0x000152d4 b 0x000a2cd4 ldrh r1,[r4,#0x14] add r2,r3,#0x2 sub r1,r1,r2 cmp r1,#0x4 movge r1,#0x4 cpy r0,r4 str r3,[sp,#0x8] bl 0x00072778 cmp r0,#0x0 str r0,[sp,#0x18] bne 0x000a2c1c ldr r3,[sp,#0xc] ldrb r2,[r11,r3] ldr r3,[sp,#0x10] ldrb r10,[r11,r3] ldr r3,[sp,#0x8] orr r10,r10,r2, lsl #0x8 sub r10,r10,#0x1 mov r10,r10, lsl #0x10 mov r10,r10, lsr #0x10 add r10,r10,#0x1 b 0x000a2c58 cpy r1,r3 add r2,sp,#0x18 cpy r0,r4 str r3,[sp,#0x14] bl 0x000725f8 ldr r3,[sp,#0x14] cmp r0,#0x0 beq 0x000a2e20 sub r0,r0,r11 mov r2,r0, asr #0x8 and r2,r2,#0xff str r2,[sp,#0x8] and r2,r0,#0xff str r2,[sp,#0x14] b 0x000a2c80 ldr r0,[sp,#0x18] cmp r0,#0x0 beq 0x000a2c44 b 0x000a2c1c bl 0x0001534c
null
null
null
null
[(u'INDIRECT_-1206571738', u'COPY_-1206571797'), ('tmp_918', u'PTRSUB_-1206571640'), (u'INT_OR_-1206571926', u'INT_XOR_-1206571924'), (u'LOAD_-1206572227', u'INT_ZEXT_-1206572211'), ('const-1', u'RETURN_-1206571216'), ('const-12', u'PTRSUB_-1206571742'), (u'STORE_-1206572047', u'INDIRECT_-1206571695'), (u'INT_OR_-1206571879', u'INT_XOR_-1206571877'), ('tmp_918', u'PTRSUB_-1206571621'), (u'CALL_-1206571819', u'INDIRECT_-1206571625'), (u'PTRSUB_-1206571621', u'STORE_-1206572053'), (u'PTRSUB_-1206571558', u'CALL_-1206571843'), ('const-0', u'INT_EQUAL_-1206572113'), ('const-4', u'PTRADD_-1206571609'), (u'INDIRECT_-1206571625', u'COPY_-1206571677'), (u'INT_LEFT_-1206571926', u'INT_OR_-1206571926'), (u'CALL_-1206571843', u'INDIRECT_-1206571612'), (u'INT_ZEXT_-1206571674', u'PTRADD_-1206571604'), ('tmp_1660', u'INT_ADD_-1206572311'), ('const-417', u'LOAD_-1206572321'), (u'INT_EQUAL_-1206572274', u'CBRANCH_-1206572230'), ('tmp_918', u'PTRSUB_-1206571742'), ('tmp_920', u'STORE_-1206572047'), (u'INDIRECT_-1206571690', u'COPY_-1206571732'), (u'INT_LEFT_-1206571879', u'INT_OR_-1206571879'), ('tmp_921', u'CALL_-1206572139'), ('const-1', u'RETURN_-1206571838'), (u'PTRSUB_-1206571608', u'PTRADD_-1206571604'), ('tmp_220', u'CBRANCH_-1206572230'), (u'INT_ZEXT_-1206571675', u'PTRADD_-1206571609'), (u'STORE_-1206572040', u'INDIRECT_-1206571690'), (u'INDIRECT_-1206571652', u'COPY_-1206571706'), (u'CALL_-1206571843', u'INDIRECT_-1206571652'), ('tmp_294', u'CBRANCH_-1206572187'), ('const-417', u'LOAD_-1206572273'), (u'INT_ADD_-1206572311', u'CAST_-1206571730'), (u'CAST_-1206571665', u'INT_SLESS_-1206572180'), ('tmp_923', u'INT_LEFT_-1206571926'), ('tmp_919', u'SUBPIECE_-1206571981'), (u'INT_XOR_-1206571924', u'INT_RIGHT_-1206571907'), ('const-16', u'INT_RIGHT_-1206571927'), (u'CALL_-1206572139', u'INDIRECT_-1206571750'), (u'INT_ADD_-1206572074', u'STORE_-1206572053'), ('const-666296', u'INT_ADD_-1206572323'), ('tmp_920', u'CALL_-1206571843'), (u'INT_ADD_-1206572323', u'CALL_-1206571221'), ('tmp_918', u'PTRSUB_-1206571615'), (u'LOAD_-1206572321', u'INT_EQUAL_-1206572274'), (u'INT_RIGHT_-1206571880', u'INT_OR_-1206571879'), ('const-72', u'PTRSUB_-1206571537'), ('const-4294967248', u'PTRSUB_-1206571558'), (u'LOAD_-1206572327', u'LOAD_-1206572029'), ('tmp_340', u'CBRANCH_-1206572162'), (u'STORE_-1206572053', u'INDIRECT_-1206571700'), (u'STORE_-1206572040', u'INDIRECT_-1206571702'), (u'STORE_-1206572053', u'INDIRECT_-1206571712'), (u'CALL_-1206571819', u'INDIRECT_-1206571593'), ('const-417', u'STORE_-1206572040'), (u'INDIRECT_-1206570951', u'COPY_-1206571007'), (u'INDIRECT_-1206570939', u'COPY_-1206570995'), ('tmp_923', u'INT_EQUAL_-1206572113'), (u'INT_RIGHT_-1206571907', u'INT_AND_-1206571892'), ('const-417', u'STORE_-1206572053'), (u'INDIRECT_-1206571702', u'COPY_-1206571744'), (u'INT_ZEXT_-1206572211', u'CAST_-1206571665'), ('tmp_922', u'CALL_-1206572139'), (u'CAST_-1206571730', u'LOAD_-1206572327'), ('const-4', u'CALL_-1206571843'), ('const-417', u'LOAD_-1206572327'), (u'INT_NOTEQUAL_-1206572164', u'CBRANCH_-1206572162'), (u'PTRSUB_-1206571537', u'LOAD_-1206571836'), (u'LOAD_-1206572106', u'INT_ZEXT_-1206571675'), ('tmp_918', u'PTRSUB_-1206571537'), (u'LOAD_-1206571836', u'CALL_-1206571819'), ('tmp_918', u'PTRSUB_-1206571693'), (u'PTRSUB_-1206571615', u'PTRADD_-1206571609'), ('tmp_923', u'INT_LEFT_-1206571879'), ('const-417', u'LOAD_-1206572227'), (u'INT_RIGHT_-1206571927', u'INT_OR_-1206571926'), (u'CALL_-1206571221', u'INDIRECT_-1206570907'), (u'STORE_-1206572047', u'INDIRECT_-1206571707'), (u'INDIRECT_-1206571640', u'COPY_-1206571694'), ('const-12', u'PTRSUB_-1206571640'), ('tmp_923', u'INT_XOR_-1206571924'), (u'PTRSUB_-1206571640', u'LOAD_-1206572106'), ('const-26', u'PTRSUB_-1206571608'), (u'LOAD_-1206572029', u'INT_EQUAL_-1206572010'), ('tmp_920', u'CALL_-1206572139'), (u'LOAD_-1206572106', u'INT_ADD_-1206572074'), (u'INDIRECT_-1206571637', u'COPY_-1206571689'), ('const-417', u'LOAD_-1206572106'), ('tmp_918', u'PTRSUB_-1206571608'), ('const-417', u'STORE_-1206572047'), (u'INT_EQUAL_-1206572010', u'CBRANCH_-1206572006'), (u'INT_ADD_-1206572323', u'INT_ADD_-1206572311'), ('const-417', u'LOAD_-1206571836'), (u'CALL_-1206571221', u'INDIRECT_-1206570951'), ('const-12', u'PTRSUB_-1206571621'), ('tmp_400', u'CBRANCH_-1206572109'), (u'PTRSUB_-1206571742', u'LOAD_-1206572321'), ('tmp_922', u'INT_NOTEQUAL_-1206572164'), ('const-4294902015', u'INT_AND_-1206571892'), ('const-417', u'LOAD_-1206572029'), (u'CALL_-1206571819', u'INDIRECT_-1206571637'), (u'CALL_-1206571843', u'INDIRECT_-1206571640'), ('const-8', u'INT_RIGHT_-1206571907'), ('const-1', u'INT_ADD_-1206572074'), (u'CALL_-1206571221', u'INDIRECT_-1206570939'), ('tmp_1659', u'INT_ADD_-1206572323'), (u'INT_SLESS_-1206572180', u'CBRANCH_-1206572187'), (u'INDIRECT_-1206571750', u'COPY_-1206571809'), (u'CALL_-1206571843', u'INDIRECT_-1206571608'), ('const-24', u'INT_LEFT_-1206571879'), ('tmp_569', u'CBRANCH_-1206572006'), (u'INT_ADD_-1206572195', u'INT_SLESS_-1206572180'), ('const-2', u'PTRADD_-1206571604'), ('const-16', u'INT_LEFT_-1206571926'), (u'INT_EQUAL_-1206572113', u'CBRANCH_-1206572109'), ('const-36', u'PTRSUB_-1206571615'), ('const-20', u'PTRSUB_-1206571693'), ('tmp_923', u'INT_RIGHT_-1206571927'), (u'LOAD_-1206572327', u'LOAD_-1206572273'), ('tmp_921', u'INT_ADD_-1206572195'), ('const-0', u'RETURN_-1206571956'), (u'LOAD_-1206572273', u'INT_EQUAL_-1206572010'), (u'CALL_-1206572139', u'INDIRECT_-1206571738'), (u'PTRADD_-1206571609', u'STORE_-1206572047'), ('const-1', u'INT_ADD_-1206572195'), ('const-0', u'SUBPIECE_-1206571981'), ('const-0', u'INT_NOTEQUAL_-1206572164'), (u'LOAD_-1206572106', u'INT_ZEXT_-1206571674'), (u'INT_AND_-1206571892', u'INT_XOR_-1206571877'), (u'SUBPIECE_-1206571981', u'STORE_-1206572040'), ('const-0', u'INT_EQUAL_-1206572274'), ('const-1', u'RETURN_-1206571814'), (u'PTRADD_-1206571604', u'STORE_-1206572040'), ('tmp_923', u'INT_RIGHT_-1206571880'), ('const-8', u'INT_RIGHT_-1206571880'), ('const-1', u'RETURN_-1206572134'), (u'PTRSUB_-1206571693', u'LOAD_-1206572227'), (u'CALL_-1206572139', u'INDIRECT_-1206571706'), ('tmp_1253', u'PTRSUB_-1206571558')]
[(u'STORE_-1206571170', u'INDIRECT_-1206569582'), (u'INDIRECT_-1206568980', u'MULTIEQUAL_-1206569339'), ('tmp_6194', u'INT_ADD_-1206572195'), (u'CALL_-1206570296', u'INDIRECT_-1206569280'), ('const-4', u'INT_ADD_-1206571093'), (u'INT_ADD_-1206572040', u'CAST_-1206569415'), (u'SUBPIECE_-1206568998', u'STORE_-1206570887'), (u'STORE_-1206570821', u'INDIRECT_-1206569377'), (u'INDIRECT_-1206569285', u'MULTIEQUAL_-1206569434'), (u'INT_ADD_-1206571715', u'CAST_-1206569284'), ('tmp_6187', u'INT_ADD_-1206570807'), (u'INT_LEFT_-1206571011', u'INT_OR_-1206571011'), (u'INDIRECT_-1206569870', u'INT_ADD_-1206571479'), (u'CALL_-1206570613', u'INDIRECT_-1206569492'), (u'INT_ADD_-1206571429', u'CAST_-1206569154'), (u'CAST_-1206568911', u'INT_ADD_-1206570860'), (u'MULTIEQUAL_-1206569980', u'MULTIEQUAL_-1206569973'), (u'CAST_-1206569475', u'INT_SLESSEQUAL_-1206572179'), (u'INT_ADD_-1206572027', u'CAST_-1206569405'), (u'COPY_-1206569328', u'MULTIEQUAL_-1206569397'), (u'CALL_-1206570975', u'INDIRECT_-1206569268'), (u'INT_ADD_-1206571701', u'CAST_-1206569274'), (u'CALL_-1206570897', u'INDIRECT_-1206569430'), ('tmp_400', u'CBRANCH_-1206572110'), (u'INDIRECT_-1206569911', u'MULTIEQUAL_-1206569973'), (u'INDIRECT_-1206569355', u'MULTIEQUAL_-1206569504'), ('const-8', u'INT_RIGHT_-1206569014'), (u'INT_ADD_-1206571666', u'INT_ADD_-1206571382'), (u'INT_ADD_-1206570339', u'CAST_-1206568833'), (u'INDIRECT_-1206569905', u'MULTIEQUAL_-1206569726'), (u'CAST_-1206568951', u'CAST_-1206568911'), (u'CAST_-1206569405', u'STORE_-1206572041'), (u'LOAD_-1206571616', u'INT_ADD_-1206571594'), (u'STORE_-1206572041', u'INDIRECT_-1206569965'), ('tmp_6187', u'INT_ADD_-1206572091'), ('const-0', u'INT_EQUAL_-1206571419'), ('const-22', u'INT_ADD_-1206570952'), (u'INT_ZEXT_-1206571694', u'INT_ADD_-1206571666'), (u'LOAD_-1206571781', u'INT_ADD_-1206570422'), (u'INT_NOTEQUAL_-1206572113', u'CBRANCH_-1206572110'), (u'INT_ADD_-1206571209', u'CAST_-1206569052'), (u'STORE_-1206571465', u'INDIRECT_-1206569806'), ('tmp_895', u'BRANCH_-1206571842'), (u'MULTIEQUAL_-1206569366', u'MULTIEQUAL_-1206569881'), (u'INDIRECT_-1206569585', u'MULTIEQUAL_-1206569421'), (u'STORE_-1206570692', u'INDIRECT_-1206569405'), (u'CAST_-1206569327', u'COPY_-1206569402'), (u'INT_RIGHT_-1206569159', u'SUBPIECE_-1206571212'), (u'INT_AND_-1206571024', u'INT_XOR_-1206571009'), (u'CAST_-1206569410', u'STORE_-1206572048'), (u'INT_MULT_-1206572051', u'INT_ADD_-1206572061'), (u'LOAD_-1206570355', u'INT_EQUAL_-1206570329'), (u'INDIRECT_-1206569800', u'MULTIEQUAL_-1206569577'), (u'STORE_-1206570887', u'INDIRECT_-1206569477'), ('tmp_8598', u'INT_NOTEQUAL_-1206572164'), ('const-417', u'LOAD_-1206572107'), (u'CAST_-1206568887', u'STORE_-1206570821'), ('const-6', u'INT_ADD_-1206571734'), ('tmp_8598', u'CALL_-1206572139'), (u'COPY_-1206569402', u'MULTIEQUAL_-1206570347'), ('const-20', u'INT_ADD_-1206571209'), (u'INT_ADD_-1206571694', u'CAST_-1206569269'), ('tmp_6176', u'PTRSUB_-1206569032'), ('tmp_6194', u'SUBPIECE_-1206569732'), (u'INT_ADD_-1206571772', u'CAST_-1206569310'), ('const-4', u'INT_ADD_-1206570814'), (u'CALL_-1206570477', u'CAST_-1206568763'), ('const-666648', u'INT_ADD_-1206571479'), (u'INT_ADD_-1206569645', u'STORE_-1206570821'), (u'INDIRECT_-1206569475', u'MULTIEQUAL_-1206569471'), (u'STORE_-1206570874', u'INDIRECT_-1206569503'), (u'CALL_-1206570613', u'INDIRECT_-1206569422'), (u'MULTIEQUAL_-1206570255', u'CAST_-1206569128'), (u'CALL_-1206571844', u'MULTIEQUAL_-1206570595'), ('const-1', u'INT_ADD_-1206570329'), (u'INT_ADD_-1206570846', u'CAST_-1206568900'), ('const-417', u'STORE_-1206570887'), (u'LOAD_-1206571781', u'INT_ADD_-1206570741'), (u'INT_ADD_-1206571750', u'INT_ADD_-1206571715'), (u'STORE_-1206572048', u'INDIRECT_-1206570040'), (u'CALL_-1206570296', u'INT_EQUAL_-1206570270'), (u'CALL_-1206571821', u'CAST_-1206569327'), (u'CAST_-1206568733', u'LOAD_-1206570425'), (u'CAST_-1206569269', u'LOAD_-1206571710'), (u'CALL_-1206571087', u'INDIRECT_-1206569675'), (u'STORE_-1206572041', u'INDIRECT_-1206569895'), (u'INDIRECT_-1206569930', u'MULTIEQUAL_-1206569916'), ('const-12', u'INT_ADD_-1206572091'), ('tmp_964', u'CBRANCH_-1206571791'), (u'INT_MULT_-1206571656', u'INT_ADD_-1206571666'), (u'CALL_-1206570477', u'INDIRECT_-1206569055'), (u'INDIRECT_-1206569605', u'MULTIEQUAL_-1206569441'), (u'STORE_-1206571170', u'INDIRECT_-1206569687'), (u'CALL_-1206570613', u'INDIRECT_-1206569102'), (u'INDIRECT_-1206569320', u'MULTIEQUAL_-1206569630'), (u'CALL_-1206570897', u'INDIRECT_-1206569535'), ('tmp_3608', u'BRANCH_-1206570195'), (u'LOAD_-1206570425', u'PIECE_-1206569398'), ('tmp_6187', u'CALL_-1206570296'), (u'INDIRECT_-1206569210', u'MULTIEQUAL_-1206569612'), (u'MULTIEQUAL_-1206570347', u'STORE_-1206571465'), ('const-2', u'INT_ADD_-1206571340'), ('tmp_6187', u'INT_ADD_-1206570853'), (u'CALL_-1206570975', u'INDIRECT_-1206569603'), (u'INT_ADD_-1206570853', u'CAST_-1206568905'), (u'MULTIEQUAL_-1206570246', u'INT_ADD_-1206571125'), (u'CAST_-1206569105', u'INT_SLESS_-1206571315'), (u'INT_ADD_-1206572195', u'CAST_-1206569474'), (u'LOAD_-1206571781', u'INT_ADD_-1206571083'), (u'STORE_-1206572054', u'INDIRECT_-1206569905'), (u'INT_SLESSEQUAL_-1206571366', u'CBRANCH_-1206571374'), (u'INT_SUB_-1206570522', u'MULTIEQUAL_-1206569938'), (u'INT_RIGHT_-1206571881', u'INT_OR_-1206571880'), (u'MULTIEQUAL_-1206569910', u'MULTIEQUAL_-1206569903'), (u'MULTIEQUAL_-1206569846', u'COPY_-1206569900'), ('const-65534', u'INT_ADD_-1206571163'), (u'CAST_-1206568933', u'CALL_-1206570897'), (u'CAST_-1206568920', u'STORE_-1206570887'), (u'INT_ADD_-1206571600', u'CAST_-1206569232'), (u'SUBPIECE_-1206569732', u'INT_SUB_-1206571178'), ('const-0', u'INT_NOTEQUAL_-1206572164'), (u'INDIRECT_-1206568980', u'COPY_-1206568735'), (u'INT_ZEXT_-1206572091', u'INT_MULT_-1206572051'), (u'CAST_-1206568951', u'CALL_-1206570897'), (u'INDIRECT_-1206569122', u'MULTIEQUAL_-1206569666'), (u'CALL_-1206572139', u'INDIRECT_-1206570047'), (u'CAST_-1206568951', u'CAST_-1206568934'), (u'INDIRECT_-1206569317', u'MULTIEQUAL_-1206569846'), ('tmp_6188', u'INT_SUB_-1206570927'), (u'STORE_-1206570692', u'INDIRECT_-1206569475'), ('const-4', u'CALL_-1206570975'), (u'CALL_-1206570571', u'INDIRECT_-1206569090'), ('const-0', u'INT_NOTEQUAL_-1206570165'), ('tmp_6176', u'PTRSUB_-1206568743'), ('const-417', u'LOAD_-1206572321'), ('const-4294902015', u'INT_AND_-1206571893'), (u'CALL_-1206572139', u'INDIRECT_-1206570082'), (u'INT_LEFT_-1206571927', u'INT_OR_-1206571927'), (u'LOAD_-1206571788', u'INT_ZEXT_-1206571772'), (u'INT_SUB_-1206571299', u'CAST_-1206569079'), (u'CALL_-1206571222', u'INDIRECT_-1206569280'), ('const-417', u'STORE_-1206570821'), ('const-9', u'INT_ADD_-1206570732'), (u'INDIRECT_-1206569140', u'COPY_-1206569198'), (u'CALL_-1206571222', u'INDIRECT_-1206569175'), (u'INDIRECT_-1206569315', u'MULTIEQUAL_-1206569717'), (u'INT_RIGHT_-1206571059', u'INT_OR_-1206571058'), (u'LOAD_-1206570869', u'INT_ADD_-1206569645'), (u'CAST_-1206568956', u'LOAD_-1206570968'), (u'STORE_-1206570874', u'INDIRECT_-1206569468'), (u'INDIRECT_-1206569585', u'MULTIEQUAL_-1206569377'), (u'MULTIEQUAL_-1206569881', u'COPY_-1206569935'), (u'INT_ZEXT_-1206571772', u'INT_ADD_-1206571750'), (u'CAST_-1206568860', u'LOAD_-1206570748'), ('tmp_1303', u'CBRANCH_-1206571582'), (u'INDIRECT_-1206569387', u'MULTIEQUAL_-1206569916'), ('tmp_6187', u'INT_ADD_-1206571694'), (u'STORE_-1206571170', u'INDIRECT_-1206569617'), ('const-60', u'INT_ADD_-1206570614'), (u'LOAD_-1206572030', u'INT_NOTEQUAL_-1206572010'), (u'INT_ADD_-1206571479', u'CALL_-1206571483'), (u'STORE_-1206571230', u'INDIRECT_-1206569568'), (u'STORE_-1206571271', u'INDIRECT_-1206569659'), (u'CALL_-1206571844', u'INDIRECT_-1206569611'), (u'INT_XOR_-1206571925', u'INT_RIGHT_-1206571908'), (u'MULTIEQUAL_-1206569471', u'MULTIEQUAL_-1206569986'), ('const-2', u'INT_MULT_-1206570904'), ('const-4294967248', u'PTRSUB_-1206568743'), (u'INDIRECT_-1206569895', u'MULTIEQUAL_-1206569881'), (u'STORE_-1206570874', u'INDIRECT_-1206569538'), (u'INT_SUB_-1206571299', u'SUBPIECE_-1206571171'), ('const-22', u'INT_ADD_-1206570853'), (u'INT_ADD_-1206570800', u'CAST_-1206568882'), ('tmp_6187', u'INT_ADD_-1206571772'), ('const-11', u'CALL_-1206571483'), ('const-417', u'STORE_-1206570874'), (u'MULTIEQUAL_-1206569506', u'MULTIEQUAL_-1206570021'), (u'INT_RIGHT_-1206571039', u'INT_AND_-1206571024'), (u'STORE_-1206572054', u'INDIRECT_-1206569940'), ('tmp_6187', u'INT_ADD_-1206572211'), (u'CALL_-1206570296', u'INDIRECT_-1206569315'), (u'CALL_-1206571222', u'INDIRECT_-1206568890'), (u'STORE_-1206570692', u'INDIRECT_-1206569370'), ('const-417', u'LOAD_-1206570968'), ('const-0', u'INT_EQUAL_-1206570270'), (u'INT_EQUAL_-1206571623', u'CBRANCH_-1206571619'), (u'CALL_-1206571844', u'INDIRECT_-1206569981'), ('tmp_6187', u'INT_ADD_-1206572040'), ('tmp_6194', u'CALL_-1206572139'), (u'MULTIEQUAL_-1206570573', u'CALL_-1206571222'), ('tmp_8609', u'MULTIEQUAL_-1206569695'), (u'INDIRECT_-1206569425', u'MULTIEQUAL_-1206569735'), ('const-4', u'CALL_-1206571844'), (u'MULTIEQUAL_-1206570255', u'CAST_-1206569106'), (u'CAST_-1206569284', u'LOAD_-1206571731'), ('const-417', u'STORE_-1206572054'), (u'CALL_-1206570897', u'INDIRECT_-1206569605'), (u'CAST_-1206569279', u'LOAD_-1206571724'), (u'STORE_-1206571465', u'INDIRECT_-1206569736'), (u'INDIRECT_-1206569905', u'INT_ADD_-1206571533'), ('const-417', u'LOAD_-1206570748'), (u'MULTIEQUAL_-1206569668', u'MULTIEQUAL_-1206569646'), (u'INDIRECT_-1206569245', u'MULTIEQUAL_-1206569647'), (u'CALL_-1206572139', u'INDIRECT_-1206569942'), (u'INDIRECT_-1206569350', u'MULTIEQUAL_-1206569752'), (u'CALL_-1206571821', u'INDIRECT_-1206569940'), (u'INT_XOR_-1206571009', u'CAST_-1206568986'), (u'LOAD_-1206570438', u'PIECE_-1206569398'), (u'PIECE_-1206569398', u'INT_ZEXT_-1206570393'), (u'INDIRECT_-1206569940', u'MULTIEQUAL_-1206569717'), (u'MULTIEQUAL_-1206569951', u'COPY_-1206570005'), (u'STORE_-1206572041', u'INDIRECT_-1206569860'), (u'CAST_-1206569310', u'LOAD_-1206571788'), ('const-417', u'LOAD_-1206570687'), ('const-0', u'INT_NOTEQUAL_-1206570456'), ('tmp_6187', u'INT_ADD_-1206571708'), (u'INT_ADD_-1206571490', u'CALL_-1206571483'), (u'CALL_-1206570571', u'INDIRECT_-1206569390'), (u'INDIRECT_-1206569175', u'MULTIEQUAL_-1206569519'), ('const-0', u'INT_NOTEQUAL_-1206572113'), (u'INT_NOTEQUAL_-1206570456', u'CBRANCH_-1206570447'), (u'LOAD_-1206572227', u'INT_ZEXT_-1206572211'), (u'INT_RIGHT_-1206569014', u'SUBPIECE_-1206568998'), (u'MULTIEQUAL_-1206569380', u'MULTIEQUAL_-1206569339'), (u'INT_ADD_-1206571436', u'INT_ADD_-1206571429'), (u'STORE_-1206570755', u'INDIRECT_-1206569356'), ('tmp_1726', u'CBRANCH_-1206571322'), (u'STORE_-1206572041', u'INDIRECT_-1206570035'), (u'INDIRECT_-1206569905', u'MULTIEQUAL_-1206569682'), (u'INT_EQUAL_-1206570270', u'CBRANCH_-1206570267'), (u'INT_ADD_-1206570705', u'CAST_-1206568851'), (u'INT_ADD_-1206570533', u'INT_SUB_-1206570522'), (u'STORE_-1206570887', u'INDIRECT_-1206569547'), (u'INDIRECT_-1206569876', u'MULTIEQUAL_-1206569938'), ('tmp_8599', u'INT_LEFT_-1206571927'), (u'INDIRECT_-1206569611', u'MULTIEQUAL_-1206569688'), (u'LOAD_-1206572327', u'LOAD_-1206572030'), ('const-8', u'INT_RIGHT_-1206571012'), (u'INT_EQUAL_-1206571419', u'CBRANCH_-1206571416'), (u'CALL_-1206570897', u'MULTIEQUAL_-1206570573'), ('const-9', u'INT_ADD_-1206570846'), (u'INT_ADD_-1206572323', u'CAST_-1206569552'), (u'CALL_-1206571844', u'INDIRECT_-1206569841'), (u'INT_SLESS_-1206570502', u'CBRANCH_-1206570508'), (u'CALL_-1206570296', u'INT_SUB_-1206570244'), (u'INT_ADD_-1206570665', u'CAST_-1206568832'), ('tmp_1637', u'CBRANCH_-1206571374'), (u'INT_MULT_-1206570861', u'INT_ADD_-1206570873'), (u'CALL_-1206571844', u'INDIRECT_-1206569946'), ('tmp_6189', u'CAST_-1206569013'), (u'INDIRECT_-1206569835', u'MULTIEQUAL_-1206569612'), (u'STORE_-1206572048', u'INDIRECT_-1206569970'), (u'CALL_-1206570975', u'INDIRECT_-1206569248'), (u'INDIRECT_-1206569215', u'MULTIEQUAL_-1206569646'), (u'INT_ZEXT_-1206570846', u'INT_ADD_-1206570814'), (u'INT_ADD_-1206570549', u'CAST_-1206568792'), (u'CAST_-1206569336', u'LOAD_-1206571838'), (u'INT_ADD_-1206570714', u'INT_ADD_-1206570705'), (u'CALL_-1206570571', u'INDIRECT_-1206569425'), ('const-417', u'LOAD_-1206572273'), (u'INDIRECT_-1206569498', u'MULTIEQUAL_-1206569469'), (u'CAST_-1206568803', u'MULTIEQUAL_-1206570573'), ('tmp_6187', u'INT_ADD_-1206570671'), (u'INDIRECT_-1206569285', u'MULTIEQUAL_-1206569656'), (u'INDIRECT_-1206569492', u'MULTIEQUAL_-1206570021'), (u'CAST_-1206569537', u'LOAD_-1206572321'), (u'CALL_-1206571483', u'INDIRECT_-1206569648'), (u'STORE_-1206570755', u'INDIRECT_-1206569426'), ('const-52', u'INT_ADD_-1206571600'), (u'CALL_-1206571222', u'INDIRECT_-1206568910'), ('const-0', u'SUBPIECE_-1206569732'), ('const-65535', u'INT_AND_-1206570340'), ('const-8', u'INT_RIGHT_-1206571908'), (u'INDIRECT_-1206569352', u'MULTIEQUAL_-1206569881'), (u'INT_ADD_-1206570678', u'CAST_-1206568842'), ('const-8', u'INT_RIGHT_-1206571039'), (u'INDIRECT_-1206569975', u'MULTIEQUAL_-1206569752'), (u'INT_NOTEQUAL_-1206572010', u'CBRANCH_-1206572007'), (u'INT_ADD_-1206570409', u'CAST_-1206568733'), (u'CALL_-1206570477', u'INDIRECT_-1206569390'), (u'INDIRECT_-1206569210', u'MULTIEQUAL_-1206569554'), ('const-417', u'LOAD_-1206571710'), ('tmp_3482', u'CBRANCH_-1206570267'), ('tmp_8599', u'INT_EQUAL_-1206571199'), (u'INT_ADD_-1206571257', u'CAST_-1206569080'), (u'INT_ZEXT_-1206571708', u'INT_MULT_-1206571656'), (u'INDIRECT_-1206569090', u'MULTIEQUAL_-1206569254'), (u'INT_EQUAL_-1206571795', u'CBRANCH_-1206571791'), (u'INDIRECT_-1206569235', u'MULTIEQUAL_-1206569666'), (u'STORE_-1206570821', u'INDIRECT_-1206569517'), (u'STORE_-1206571170', u'INDIRECT_-1206569512'), ('tmp_2749', u'CBRANCH_-1206570747'), (u'INDIRECT_-1206569370', u'MULTIEQUAL_-1206569366'), ('tmp_6187', u'INT_ADD_-1206570614'), (u'MULTIEQUAL_-1206569675', u'MULTIEQUAL_-1206569668'), (u'CALL_-1206570477', u'INDIRECT_-1206569035'), ('const-2', u'INT_MULT_-1206571656'), (u'STORE_-1206571230', u'INDIRECT_-1206569603'), (u'COPY_-1206569265', u'MULTIEQUAL_-1206570347'), (u'INDIRECT_-1206569860', u'MULTIEQUAL_-1206569846'), ('tmp_8596', u'MULTIEQUAL_-1206570050'), (u'INDIRECT_-1206569350', u'MULTIEQUAL_-1206569796'), (u'INDIRECT_-1206569870', u'MULTIEQUAL_-1206569691'), (u'LOAD_-1206572273', u'MULTIEQUAL_-1206569675'), (u'MULTIEQUAL_-1206569938', u'CALL_-1206570477'), (u'CALL_-1206571821', u'INDIRECT_-1206569585'), (u'CALL_-1206572139', u'INDIRECT_-1206569977'), ('const-417', u'LOAD_-1206571616'), (u'INDIRECT_-1206569315', u'MULTIEQUAL_-1206569761'), (u'PTRSUB_-1206569385', u'CALL_-1206571844'), ('const-2', u'INT_MULT_-1206572037'), ('const-0', u'SUBPIECE_-1206571212'), (u'STORE_-1206572048', u'INDIRECT_-1206570005'), (u'INT_EQUAL_-1206571199', u'CBRANCH_-1206571153'), (u'CALL_-1206570613', u'INDIRECT_-1206569457'), (u'INDIRECT_-1206569461', u'MULTIEQUAL_-1206569436'), (u'INDIRECT_-1206569800', u'CALL_-1206571483'), (u'CAST_-1206569013', u'INT_ADD_-1206571093'), ('const-0', u'INT_NOTEQUAL_-1206572273'), ('const-4294967248', u'PTRSUB_-1206569032'), (u'SUBPIECE_-1206571171', u'STORE_-1206571230'), (u'CALL_-1206570477', u'INDIRECT_-1206569355'), (u'CALL_-1206570296', u'INDIRECT_-1206569245'), (u'INT_ZEXT_-1206571684', u'INT_EQUAL_-1206571623'), (u'INDIRECT_-1206569320', u'MULTIEQUAL_-1206569691'), (u'INT_ADD_-1206570807', u'CAST_-1206568887'), (u'CALL_-1206571222', u'INDIRECT_-1206569245'), (u'COPY_-1206568730', u'MULTIEQUAL_-1206569397'), (u'CAST_-1206569552', u'CAST_-1206569543'), (u'CAST_-1206569030', u'CALL_-1206570571'), (u'INT_ADD_-1206571330', u'CAST_-1206569105'), ('tmp_6187', u'CALL_-1206570477'), (u'CALL_-1206571844', u'INDIRECT_-1206569911'), (u'COPY_-1206570504', u'MULTIEQUAL_-1206569938'), (u'INT_ADD_-1206571666', u'INT_LESSEQUAL_-1206571635'), (u'INT_ADD_-1206570714', u'INT_ADD_-1206570678'), (u'INT_ADD_-1206571822', u'CAST_-1206569336'), (u'LOAD_-1206571610', u'MULTIEQUAL_-1206570255'), ('const-56', u'INT_ADD_-1206571765'), (u'LOAD_-1206571710', u'INT_ZEXT_-1206571694'), ('tmp_2981', u'BRANCH_-1206570569'), (u'INDIRECT_-1206569708', u'MULTIEQUAL_-1206569694'), (u'MULTIEQUAL_-1206570246', u'INT_ADD_-1206571146'), (u'STORE_-1206571170', u'INDIRECT_-1206569652'), (u'CAST_-1206569232', u'LOAD_-1206571616'), (u'INT_RIGHT_-1206571908', u'INT_AND_-1206571893'), (u'LOAD_-1206570721', u'INT_ADD_-1206570687'), (u'CALL_-1206570296', u'INDIRECT_-1206569210'), (u'INT_ADD_-1206570860', u'CAST_-1206568910'), (u'CALL_-1206571087', u'INDIRECT_-1206569570'), (u'INT_EQUAL_-1206570758', u'CBRANCH_-1206570747'), (u'STORE_-1206571271', u'INDIRECT_-1206569729'), (u'INDIRECT_-1206569718', u'MULTIEQUAL_-1206569691'), (u'CALL_-1206572139', u'INDIRECT_-1206569712'), (u'LOAD_-1206571717', u'PIECE_-1206569960'), (u'CALL_-1206570613', u'INDIRECT_-1206569317'), (u'CAST_-1206569154', u'LOAD_-1206571445'), ('const-417', u'LOAD_-1206570438'), (u'INT_ZEXT_-1206570732', u'INT_ADD_-1206570714'), ('tmp_8599', u'INT_LEFT_-1206571880'), (u'INDIRECT_-1206569712', u'MULTIEQUAL_-1206569695'), ('const-24', u'INT_LEFT_-1206571880'), (u'INDIRECT_-1206569788', u'MULTIEQUAL_-1206569761'), ('const-22', u'INT_ADD_-1206571708'), ('tmp_6194', u'CALL_-1206570571'), (u'CAST_-1206568763', u'COPY_-1206568852'), (u'STORE_-1206570692', u'INDIRECT_-1206569440'), ('tmp_8602', u'MULTIEQUAL_-1206569945'), (u'CALL_-1206571821', u'INDIRECT_-1206569905'), (u'INDIRECT_-1206569390', u'MULTIEQUAL_-1206569539'), (u'INDIRECT_-1206568960', u'MULTIEQUAL_-1206569377'), ('const-1', u'INT_ADD_-1206570339'), (u'CAST_-1206568763', u'MULTIEQUAL_-1206569441'), (u'INT_ADD_-1206571765', u'CAST_-1206569305'), (u'CAST_-1206568910', u'STORE_-1206570874'), ('tmp_6187', u'INT_ADD_-1206570549'), (u'MULTIEQUAL_-1206569646', u'INT_NOTEQUAL_-1206572010'), (u'STORE_-1206570874', u'INDIRECT_-1206569433'), (u'CALL_-1206570296', u'INDIRECT_-1206568960'), ('tmp_6188', u'INT_MULT_-1206570928'), (u'LOAD_-1206571781', u'INT_ADD_-1206571146'), (u'CAST_-1206569432', u'LOAD_-1206572107'), (u'STORE_-1206572054', u'INDIRECT_-1206570045'), (u'CALL_-1206570571', u'INDIRECT_-1206569355'), ('const-1', u'INT_ADD_-1206569645'), ('const-72', u'INT_ADD_-1206571822'), (u'INDIRECT_-1206569035', u'MULTIEQUAL_-1206569421'), (u'INT_RIGHT_-1206571012', u'INT_OR_-1206571011'), (u'CAST_-1206568900', u'LOAD_-1206570862'), (u'LOAD_-1206570862', u'INT_ZEXT_-1206570846'), (u'INDIRECT_-1206569315', u'MULTIEQUAL_-1206569659'), (u'INT_ADD_-1206571163', u'STORE_-1206571170'), (u'CALL_-1206570897', u'INDIRECT_-1206569500'), (u'MULTIEQUAL_-1206570531', u'CALL_-1206571844'), ('const-64', u'INT_ADD_-1206570958'), (u'CAST_-1206569080', u'STORE_-1206571271'), (u'INDIRECT_-1206569463', u'MULTIEQUAL_-1206569434'), (u'INT_SLESS_-1206571315', u'CBRANCH_-1206571322'), ('tmp_2970', u'BRANCH_-1206570611'), ('const-0', u'SUBPIECE_-1206568988'), (u'LOAD_-1206571781', u'INT_ADD_-1206571715'), (u'CALL_-1206570975', u'INDIRECT_-1206569463'), (u'LOAD_-1206571724', u'INT_ZEXT_-1206571708'), (u'LOAD_-1206570968', u'INT_ZEXT_-1206570952'), (u'INT_ADD_-1206572305', u'CAST_-1206569537'), (u'LOAD_-1206571781', u'INT_ADD_-1206570800'), (u'INDIRECT_-1206569981', u'MULTIEQUAL_-1206570043'), (u'MULTIEQUAL_-1206570595', u'MULTIEQUAL_-1206570573'), (u'CAST_-1206569128', u'INT_SLESSEQUAL_-1206571366'), (u'CAST_-1206569305', u'LOAD_-1206571781'), (u'INT_ADD_-1206571093', u'CAST_-1206569012'), ('const-1', u'INT_ADD_-1206570860'), (u'INDIRECT_-1206569280', u'MULTIEQUAL_-1206569624'), (u'MULTIEQUAL_-1206569331', u'MULTIEQUAL_-1206569846'), (u'INT_ADD_-1206571734', u'INT_ADD_-1206570409'), (u'INDIRECT_-1206569631', u'MULTIEQUAL_-1206569846'), ('const-8', u'INT_RIGHT_-1206569159'), (u'INT_ADD_-1206572091', u'CAST_-1206569432'), (u'INDIRECT_-1206569510', u'MULTIEQUAL_-1206569506'), (u'MULTIEQUAL_-1206570347', u'MULTIEQUAL_-1206570573'), (u'INDIRECT_-1206569248', u'MULTIEQUAL_-1206569234'), (u'INT_XOR_-1206571878', u'CAST_-1206569369'), (u'CAST_-1206568832', u'LOAD_-1206570681'), ('tmp_1245', u'CBRANCH_-1206571619'), (u'INT_ZEXT_-1206572211', u'CAST_-1206569475'), (u'INDIRECT_-1206568980', u'INT_NOTEQUAL_-1206570165'), (u'INT_XOR_-1206571056', u'INT_RIGHT_-1206571039'), (u'LOAD_-1206572107', u'INT_ADD_-1206572075'), (u'INDIRECT_-1206569648', u'MULTIEQUAL_-1206569621'), (u'CALL_-1206570897', u'INDIRECT_-1206569570'), (u'INT_ADD_-1206571156', u'CAST_-1206569035'), ('const-8', u'INT_RIGHT_-1206571881'), (u'INDIRECT_-1206569453', u'MULTIEQUAL_-1206569441'), (u'INDIRECT_-1206568980', u'MULTIEQUAL_-1206569441'), (u'INDIRECT_-1206569806', u'MULTIEQUAL_-1206569868'), (u'CAST_-1206569012', u'CALL_-1206571087'), ('const-417', u'LOAD_-1206570974'), (u'INDIRECT_-1206569245', u'MULTIEQUAL_-1206569691'), (u'STORE_-1206570821', u'INDIRECT_-1206569552'), (u'MULTIEQUAL_-1206570602', u'MULTIEQUAL_-1206570595'), (u'CALL_-1206571087', u'INDIRECT_-1206569305'), (u'CALL_-1206570613', u'CAST_-1206568803'), (u'COPY_-1206568735', u'MULTIEQUAL_-1206570347'), ('tmp_8603', u'MULTIEQUAL_-1206569910'), ('tmp_6188', u'INT_MULT_-1206570861'), (u'MULTIEQUAL_-1206569612', u'MULTIEQUAL_-1206569595'), (u'CALL_-1206571222', u'INDIRECT_-1206569140'), (u'STORE_-1206571170', u'INDIRECT_-1206569547'), (u'INT_RIGHT_-1206571928', u'INT_OR_-1206571927'), (u'CALL_-1206570975', u'INDIRECT_-1206569498'), (u'LOAD_-1206571781', u'INT_ADD_-1206571216'), (u'INDIRECT_-1206569673', u'MULTIEQUAL_-1206569659'), (u'INDIRECT_-1206569946', u'MULTIEQUAL_-1206570008'), (u'CALL_-1206571483', u'INDIRECT_-1206569433'), (u'MULTIEQUAL_-1206569916', u'COPY_-1206569970'), ('tmp_6187', u'INT_ADD_-1206570846'), ('tmp_8604', u'MULTIEQUAL_-1206569875'), (u'CAST_-1206569030', u'CALL_-1206570975'), (u'INT_SUB_-1206571178', u'INT_ADD_-1206571163'), ('const-417', u'STORE_-1206570755'), (u'LOAD_-1206571781', u'INT_ADD_-1206571436'), ('const-666296', u'INT_ADD_-1206572323'), (u'INT_ADD_-1206571750', u'INT_ADD_-1206570422'), (u'MULTIEQUAL_-1206569688', u'MULTIEQUAL_-1206569666'), ('tmp_6187', u'INT_ADD_-1206571209'), ('const-12', u'INT_ADD_-1206572040'), (u'CALL_-1206571483', u'INDIRECT_-1206569753'), ('tmp_6194', u'INT_SUB_-1206571108'), (u'MULTIEQUAL_-1206569377', u'MULTIEQUAL_-1206569360'), (u'INT_ZEXT_-1206571684', u'INT_LESSEQUAL_-1206571635'), (u'STORE_-1206572054', u'INDIRECT_-1206569870'), ('tmp_3092', u'CBRANCH_-1206570508'), (u'INDIRECT_-1206570035', u'MULTIEQUAL_-1206570021'), (u'INT_ADD_-1206570614', u'CALL_-1206570613'), (u'INT_OR_-1206571058', u'INT_XOR_-1206571056'), (u'CALL_-1206570613', u'INDIRECT_-1206569387'), (u'INT_ZEXT_-1206571772', u'INT_ADD_-1206571436'), (u'LOAD_-1206570681', u'INT_NOTEQUAL_-1206570654'), ('const-1', u'INT_ADD_-1206572075'), (u'CALL_-1206570975', u'INDIRECT_-1206569533'), (u'INDIRECT_-1206569210', u'MULTIEQUAL_-1206569656'), (u'CALL_-1206571844', u'INDIRECT_-1206569591'), ('const-4', u'INT_SUB_-1206571108'), (u'STORE_-1206570821', u'INDIRECT_-1206569482'), (u'STORE_-1206571465', u'INDIRECT_-1206569666'), (u'STORE_-1206570874', u'INDIRECT_-1206569573'), (u'INDIRECT_-1206569806', u'MULTIEQUAL_-1206570021'), (u'CALL_-1206570897', u'INDIRECT_-1206569465'), (u'SUBPIECE_-1206571212', u'STORE_-1206571271'), ('const-1', u'RETURN_-1206571217'), (u'LOAD_-1206571781', u'INT_ADD_-1206571257'), (u'INT_ZEXT_-1206571684', u'MULTIEQUAL_-1206570255'), (u'INT_NOTEQUAL_-1206572164', u'CBRANCH_-1206572162'), ('tmp_1197', u'CBRANCH_-1206571645'), ('const-16', u'INT_RIGHT_-1206571928'), (u'CAST_-1206569474', u'INT_SLESSEQUAL_-1206572179'), (u'LOAD_-1206571445', u'INT_EQUAL_-1206571419'), (u'INDIRECT_-1206569105', u'COPY_-1206569163'), ('tmp_6189', u'MULTIEQUAL_-1206570531'), (u'INT_ADD_-1206570873', u'CAST_-1206568920'), ('const-417', u'STORE_-1206571230'), (u'INDIRECT_-1206569638', u'MULTIEQUAL_-1206569609'), (u'COPY_-1206568852', u'MULTIEQUAL_-1206570347'), (u'MULTIEQUAL_-1206569695', u'MULTIEQUAL_-1206569688'), ('tmp_1565', u'CBRANCH_-1206571416'), ('const-2', u'INT_MULT_-1206570928'), (u'INDIRECT_-1206569753', u'MULTIEQUAL_-1206569726'), (u'CAST_-1206568833', u'LOAD_-1206570355'), ('const-4', u'INT_MULT_-1206572051'), ('tmp_8599', u'INT_LEFT_-1206571011'), (u'INT_MULT_-1206570904', u'CALL_-1206570897'), ('const-1', u'INT_ADD_-1206570687'), ('tmp_6187', u'INT_ADD_-1206572305'), (u'STORE_-1206570755', u'INDIRECT_-1206569531'), ('const-0', u'INT_EQUAL_-1206571623'), (u'INT_NOTEQUAL_-1206570654', u'CBRANCH_-1206570652'), ('tmp_6189', u'CALL_-1206572139'), ('tmp_8600', u'CALL_-1206570613'), ('const-417', u'LOAD_-1206570425'), (u'LOAD_-1206570974', u'INT_ADD_-1206570873'), ('tmp_6187', u'INT_ADD_-1206570732'), ('const-20', u'INT_ADD_-1206570549'), (u'INDIRECT_-1206569771', u'MULTIEQUAL_-1206569986'), (u'CALL_-1206571844', u'INDIRECT_-1206569806'), ('const-20', u'INT_ADD_-1206572211'), ('tmp_6187', u'INT_ADD_-1206572061'), (u'INT_SUB_-1206570927', u'INT_MULT_-1206570904'), (u'INT_ADD_-1206571750', u'INT_ADD_-1206571257'), (u'LOAD_-1206571781', u'INT_SUB_-1206570244'), ('tmp_3659', u'CBRANCH_-1206570163'), (u'MULTIEQUAL_-1206569401', u'MULTIEQUAL_-1206569916'), ('const-36', u'INT_ADD_-1206572033'), (u'CALL_-1206572139', u'INDIRECT_-1206569692'), (u'INDIRECT_-1206570082', u'MULTIEQUAL_-1206570050'), ('const-2', u'INT_ADD_-1206571429'), ('const-22', u'INT_ADD_-1206570807'), (u'LOAD_-1206570816', u'INT_ADD_-1206569627'), (u'STORE_-1206571230', u'INDIRECT_-1206569708'), (u'INT_EQUAL_-1206571585', u'CBRANCH_-1206571582'), (u'INDIRECT_-1206569591', u'MULTIEQUAL_-1206569668'), ('tmp_6187', u'INT_ADD_-1206572047'), (u'INT_ADD_-1206572033', u'CAST_-1206569410'), (u'INT_LEFT_-1206571880', u'INT_OR_-1206571880'), (u'MULTIEQUAL_-1206570246', u'SUBPIECE_-1206568988'), ('tmp_3716', u'CBRANCH_-1206570325'), ('tmp_2013', u'CBRANCH_-1206571153'), (u'INT_SUB_-1206571108', u'CALL_-1206571087'), (u'SUBPIECE_-1206571982', u'STORE_-1206572041'), (u'STORE_-1206571465', u'INDIRECT_-1206569771'), (u'INT_ADD_-1206571382', u'CAST_-1206569127'), ('const-2', u'INT_ADD_-1206570533'), (u'CALL_-1206570477', u'INDIRECT_-1206569250'), ('const-417', u'LOAD_-1206570869'), ('tmp_8599', u'INT_XOR_-1206571056'), (u'INDIRECT_-1206569800', u'MULTIEQUAL_-1206569621'), (u'INDIRECT_-1206569683', u'MULTIEQUAL_-1206569656'), (u'CALL_-1206570296', u'INDIRECT_-1206568980'), (u'STORE_-1206571230', u'INDIRECT_-1206569638'), (u'LOAD_-1206572107', u'INT_ZEXT_-1206572091'), (u'INDIRECT_-1206569977', u'MULTIEQUAL_-1206569945'), ('const-20', u'INT_ADD_-1206571156'), ('const-0', u'INT_NOTEQUAL_-1206570654'), (u'INDIRECT_-1206569175', u'COPY_-1206569233'), (u'MULTIEQUAL_-1206570206', u'INT_SUB_-1206571299'), ('const-12', u'INT_ADD_-1206572305'), ('const-417', u'STORE_-1206572048'), (u'STORE_-1206570755', u'INDIRECT_-1206569496'), (u'INT_ZEXT_-1206571772', u'INT_ADD_-1206571734'), ('const-417', u'STORE_-1206571465'), (u'INT_SUB_-1206571299', u'MULTIEQUAL_-1206570246'), (u'INT_ADD_-1206570958', u'CAST_-1206568961'), ('const-417', u'LOAD_-1206571724'), ('tmp_6194', u'INT_ADD_-1206571330'), ('const-4294902015', u'INT_AND_-1206571024'), ('const-417', u'LOAD_-1206571610'), (u'INT_ADD_-1206572047', u'INT_ADD_-1206572027'), ('const-16', u'INT_LEFT_-1206571058'), ('tmp_6194', u'INT_SUB_-1206571299'), ('tmp_2922', u'CBRANCH_-1206570652'), (u'CAST_-1206569052', u'LOAD_-1206571225'), (u'CALL_-1206570477', u'INDIRECT_-1206569320'), (u'INT_ADD_-1206572311', u'CAST_-1206569542'), ('const-666640', u'INT_ADD_-1206571533'), (u'LOAD_-1206571225', u'INT_SUB_-1206571178'), (u'CALL_-1206571087', u'INDIRECT_-1206569640'), ('const-417', u'STORE_-1206571271'), (u'CAST_-1206568851', u'LOAD_-1206570721'), (u'CALL_-1206571821', u'INDIRECT_-1206569870'), (u'CALL_-1206570897', u'INDIRECT_-1206569215'), (u'INT_ADD_-1206570814', u'INT_ADD_-1206570741'), (u'CALL_-1206570975', u'INDIRECT_-1206569638'), (u'INDIRECT_-1206569391', u'MULTIEQUAL_-1206569366'), (u'CAST_-1206569327', u'INT_EQUAL_-1206571795'), (u'MULTIEQUAL_-1206569986', u'COPY_-1206570040'), ('const-11', u'COPY_-1206571477'), (u'INDIRECT_-1206569823', u'MULTIEQUAL_-1206569796'), (u'CALL_-1206570296', u'INDIRECT_-1206569175'), ('const-1', u'INT_ADD_-1206571382'), (u'INDIRECT_-1206569965', u'MULTIEQUAL_-1206569951'), (u'LOAD_-1206571731', u'PIECE_-1206569960'), (u'COPY_-1206569522', u'MULTIEQUAL_-1206570531'), (u'MULTIEQUAL_-1206569682', u'MULTIEQUAL_-1206569665'), (u'INDIRECT_-1206569940', u'MULTIEQUAL_-1206569761'), ('tmp_8599', u'INT_RIGHT_-1206571059'), (u'INT_ADD_-1206570893', u'CAST_-1206568933'), (u'INDIRECT_-1206569102', u'MULTIEQUAL_-1206569646'), ('tmp_8597', u'INT_ADD_-1206572311'), (u'INT_ADD_-1206572061', u'INT_ADD_-1206572033'), (u'INDIRECT_-1206569285', u'MULTIEQUAL_-1206569595'), (u'INDIRECT_-1206569350', u'MULTIEQUAL_-1206569694'), ('const-417', u'LOAD_-1206570721'), ('const-417', u'LOAD_-1206572327'), (u'MULTIEQUAL_-1206569397', u'MULTIEQUAL_-1206569380'), (u'INDIRECT_-1206569568', u'MULTIEQUAL_-1206569554'), (u'INT_ZEXT_-1206570952', u'INT_SUB_-1206570927'), ('tmp_8599', u'INT_RIGHT_-1206571012'), ('const-2', u'INT_ADD_-1206570893'), (u'INT_ADD_-1206569627', u'INT_EQUAL_-1206570758'), (u'STORE_-1206570692', u'INDIRECT_-1206569510'), (u'INDIRECT_-1206569841', u'MULTIEQUAL_-1206569903'), (u'CALL_-1206571483', u'INDIRECT_-1206569718'), (u'INDIRECT_-1206569425', u'MULTIEQUAL_-1206569574'), (u'INT_ADD_-1206571734', u'INT_ADD_-1206571216'), ('const-0', u'INT_EQUAL_-1206570758'), ('const-4', u'INT_ADD_-1206571125'), (u'CAST_-1206568905', u'LOAD_-1206570869'), (u'MULTIEQUAL_-1206570050', u'MULTIEQUAL_-1206570043'), (u'INDIRECT_-1206570000', u'MULTIEQUAL_-1206569986'), ('const-16', u'INT_LEFT_-1206571927'), ('tmp_6194', u'CALL_-1206570296'), (u'INT_LESSEQUAL_-1206571635', u'CBRANCH_-1206571645'), (u'INDIRECT_-1206569320', u'MULTIEQUAL_-1206569469'), (u'INT_ADD_-1206570671', u'CAST_-1206568837'), (u'INDIRECT_-1206569250', u'MULTIEQUAL_-1206569621'), (u'INDIRECT_-1206568960', u'MULTIEQUAL_-1206569319'), (u'INT_ADD_-1206571146', u'CAST_-1206569030'), ('const-16', u'INT_RIGHT_-1206571059'), (u'INDIRECT_-1206569426', u'MULTIEQUAL_-1206569401'), ('const-65536', u'INT_EQUAL_-1206571585'), (u'STORE_-1206572048', u'INDIRECT_-1206569935'), (u'CAST_-1206568742', u'LOAD_-1206570438'), (u'CALL_-1206570571', u'INDIRECT_-1206569460'), ('tmp_6176', u'PTRSUB_-1206569385'), (u'STORE_-1206570692', u'INDIRECT_-1206569335'), ('const-417', u'LOAD_-1206570681'), (u'INDIRECT_-1206569070', u'MULTIEQUAL_-1206569234'), (u'CAST_-1206568837', u'LOAD_-1206570687'), (u'MULTIEQUAL_-1206570021', u'COPY_-1206570075'), ('const-417', u'LOAD_-1206572227'), (u'MULTIEQUAL_-1206570531', u'STORE_-1206572048'), (u'INT_ADD_-1206571708', u'CAST_-1206569279'), ('const-417', u'STORE_-1206571170'), (u'CAST_-1206569106', u'INT_SLESS_-1206571315'), (u'INDIRECT_-1206569835', u'MULTIEQUAL_-1206569656'), (u'CAST_-1206568763', u'MULTIEQUAL_-1206569380'), (u'INT_ADD_-1206570741', u'CAST_-1206568865'), (u'STORE_-1206571271', u'INDIRECT_-1206569589'), (u'CAST_-1206568763', u'INT_NOTEQUAL_-1206570456'), (u'CAST_-1206569227', u'LOAD_-1206571610'), (u'COPY_-1206571477', u'COPY_-1206569265'), (u'STORE_-1206570755', u'INDIRECT_-1206569391'), (u'CAST_-1206569274', u'LOAD_-1206571717'), ('tmp_6187', u'INT_ADD_-1206570958'), (u'INDIRECT_-1206569422', u'MULTIEQUAL_-1206569951'), (u'INT_EQUAL_-1206570329', u'CBRANCH_-1206570325'), (u'STORE_-1206571271', u'INDIRECT_-1206569694'), (u'INDIRECT_-1206569280', u'COPY_-1206569338'), ('tmp_1495', u'BRANCH_-1206571459'), ('const-417', u'LOAD_-1206570355'), (u'INT_ADD_-1206569627', u'STORE_-1206570755'), (u'INDIRECT_-1206569531', u'MULTIEQUAL_-1206569506'), ('const-1', u'INT_ADD_-1206572195'), (u'LOAD_-1206571781', u'INT_ADD_-1206571701'), (u'INDIRECT_-1206569496', u'MULTIEQUAL_-1206569471'), ('const-36', u'INT_ADD_-1206571594'), (u'STORE_-1206572054', u'INDIRECT_-1206570010'), ('const-417', u'LOAD_-1206572030'), (u'LOAD_-1206570565', u'INT_ZEXT_-1206570549'), (u'STORE_-1206571271', u'INDIRECT_-1206569554'), (u'STORE_-1206572048', u'INDIRECT_-1206569900'), ('tmp_6187', u'INT_ADD_-1206571600'), (u'CAST_-1206568933', u'INT_RIGHT_-1206569014'), (u'CALL_-1206571821', u'INDIRECT_-1206569835'), (u'INT_ADD_-1206570329', u'MULTIEQUAL_-1206570206'), ('const-3', u'INT_SLESS_-1206570502'), (u'INT_ADD_-1206571216', u'CAST_-1206569058'), (u'CAST_-1206568792', u'LOAD_-1206570565'), (u'INDIRECT_-1206569335', u'MULTIEQUAL_-1206569331'), (u'CALL_-1206570613', u'INDIRECT_-1206569352'), ('tmp_8597', u'MULTIEQUAL_-1206570015'), (u'PIECE_-1206569960', u'INT_ZEXT_-1206571684'), (u'INDIRECT_-1206569405', u'MULTIEQUAL_-1206569401'), (u'STORE_-1206570821', u'INDIRECT_-1206569447'), ('tmp_6187', u'CALL_-1206570613'), (u'CALL_-1206572139', u'INDIRECT_-1206570012'), ('const-417', u'LOAD_-1206571788'), (u'CALL_-1206571483', u'INDIRECT_-1206569453'), (u'CAST_-1206569079', u'INT_RIGHT_-1206569159'), (u'MULTIEQUAL_-1206569945', u'MULTIEQUAL_-1206569938'), (u'CALL_-1206570477', u'INDIRECT_-1206569425'), ('const-417', u'LOAD_-1206570565'), (u'CALL_-1206570477', u'INDIRECT_-1206569285'), (u'INDIRECT_-1206569268', u'MULTIEQUAL_-1206569254'), (u'STORE_-1206570874', u'INDIRECT_-1206569398'), ('tmp_220', u'CBRANCH_-1206572230'), (u'CALL_-1206571087', u'INDIRECT_-1206569535'), (u'INDIRECT_-1206569175', u'MULTIEQUAL_-1206569577'), (u'INDIRECT_-1206569425', u'MULTIEQUAL_-1206569796'), (u'INDIRECT_-1206568980', u'COPY_-1206568730'), (u'MULTIEQUAL_-1206569875', u'MULTIEQUAL_-1206569868'), ('const-417', u'LOAD_-1206571781'), ('const-0', u'SUBPIECE_-1206571982'), ('const-417', u'LOAD_-1206571717'), (u'CAST_-1206568961', u'LOAD_-1206570974'), ('const-0', u'SUBPIECE_-1206568998'), ('tmp_6187', u'INT_ADD_-1206571765'), ('tmp_294', u'CBRANCH_-1206572187'), ('const-9', u'INT_ADD_-1206571772'), (u'MULTIEQUAL_-1206570015', u'MULTIEQUAL_-1206570008'), (u'CAST_-1206568882', u'LOAD_-1206570816'), (u'MULTIEQUAL_-1206569717', u'MULTIEQUAL_-1206569700'), (u'STORE_-1206570887', u'INDIRECT_-1206569407'), (u'INDIRECT_-1206569440', u'MULTIEQUAL_-1206569436'), (u'INDIRECT_-1206569175', u'MULTIEQUAL_-1206569621'), (u'INT_SLESSEQUAL_-1206572179', u'CBRANCH_-1206572187'), (u'CALL_-1206571483', u'INDIRECT_-1206569683'), (u'INT_NOTEQUAL_-1206570165', u'CBRANCH_-1206570163'), (u'STORE_-1206571230', u'INDIRECT_-1206569533'), (u'LOAD_-1206570974', u'INT_ADD_-1206570938'), (u'INT_ADD_-1206570422', u'CAST_-1206568742'), ('tmp_6187', u'INT_ADD_-1206570952'), (u'INDIRECT_-1206569533', u'MULTIEQUAL_-1206569504'), (u'CALL_-1206571087', u'INDIRECT_-1206569605'), ('tmp_8598', u'COPY_-1206569522'), (u'CALL_-1206571087', u'INDIRECT_-1206569285'), (u'INT_OR_-1206571011', u'INT_XOR_-1206571009'), ('tmp_340', u'CBRANCH_-1206572162'), (u'INDIRECT_-1206569907', u'MULTIEQUAL_-1206569875'), (u'INT_SUB_-1206570372', u'INT_AND_-1206570340'), ('tmp_6194', u'INT_ADD_-1206570533'), (u'INT_ADD_-1206571594', u'CAST_-1206569227'), (u'CAST_-1206569035', u'STORE_-1206571170'), ('tmp_8599', u'INT_XOR_-1206571925'), (u'LOAD_-1206571781', u'INT_ADD_-1206570705'), ('const-4294967248', u'PTRSUB_-1206569385'), (u'INT_MULT_-1206572037', u'INT_ADD_-1206572047'), (u'INDIRECT_-1206569942', u'MULTIEQUAL_-1206569910'), ('const-17', u'INT_ADD_-1206570665'), (u'LOAD_-1206570748', u'INT_ZEXT_-1206570732'), (u'INDIRECT_-1206569835', u'INT_ADD_-1206571490'), (u'CALL_-1206570897', u'INDIRECT_-1206569235'), (u'STORE_-1206570887', u'INDIRECT_-1206569442'), (u'INT_ZEXT_-1206572091', u'INT_MULT_-1206572037'), (u'INDIRECT_-1206569390', u'MULTIEQUAL_-1206569700'), ('tmp_8596', u'INT_ADD_-1206572323'), (u'INT_ADD_-1206571083', u'CAST_-1206569007'), (u'STORE_-1206572041', u'INDIRECT_-1206570000'), (u'CALL_-1206570975', u'INDIRECT_-1206569568'), ('const-4', u'COPY_-1206570504'), (u'CALL_-1206571821', u'INDIRECT_-1206569800'), ('const-1', u'INT_SUB_-1206570372'), (u'LOAD_-1206570687', u'INT_ADD_-1206570665'), (u'INT_OR_-1206571927', u'INT_XOR_-1206571925'), (u'INDIRECT_-1206569280', u'MULTIEQUAL_-1206569726'), ('tmp_8601', u'MULTIEQUAL_-1206569980'), (u'INDIRECT_-1206569355', u'MULTIEQUAL_-1206569726'), (u'PTRSUB_-1206569032', u'CALL_-1206570975'), (u'INT_SUB_-1206570522', u'INT_SLESS_-1206570502'), ('tmp_6187', u'INT_ADD_-1206571156'), (u'CALL_-1206571483', u'INDIRECT_-1206569823'), (u'MULTIEQUAL_-1206569360', u'MULTIEQUAL_-1206569319'), (u'STORE_-1206571271', u'INDIRECT_-1206569624'), (u'INDIRECT_-1206569356', u'MULTIEQUAL_-1206569331'), (u'STORE_-1206572041', u'INDIRECT_-1206569930'), (u'INDIRECT_-1206569433', u'MULTIEQUAL_-1206569421'), (u'INDIRECT_-1206570047', u'MULTIEQUAL_-1206570015'), ('tmp_8599', u'INT_RIGHT_-1206571881'), ('const-0', u'INT_EQUAL_-1206571199'), (u'INDIRECT_-1206569666', u'MULTIEQUAL_-1206569881'), (u'INT_ADD_-1206570687', u'STORE_-1206570692'), (u'INT_NOTEQUAL_-1206572273', u'CBRANCH_-1206572230'), (u'MULTIEQUAL_-1206570246', u'CAST_-1206568933'), (u'CALL_-1206571821', u'INDIRECT_-1206569975'), (u'CAST_-1206568865', u'STORE_-1206570755'), (u'INT_MULT_-1206570928', u'INT_ADD_-1206570938'), (u'LOAD_-1206572327', u'LOAD_-1206572273'), ('tmp_8600', u'STORE_-1206571465'), (u'INT_ZEXT_-1206570549', u'INT_SUB_-1206570522'), (u'INDIRECT_-1206570012', u'MULTIEQUAL_-1206569980'), ('const-417', u'STORE_-1206572041'), (u'STORE_-1206572048', u'INDIRECT_-1206569865'), (u'INDIRECT_-1206569533', u'MULTIEQUAL_-1206569519'), ('const-417', u'STORE_-1206570692'), ('tmp_8599', u'INT_RIGHT_-1206571928'), ('const-417', u'LOAD_-1206570862'), ('tmp_3191', u'CBRANCH_-1206570447'), (u'INDIRECT_-1206569568', u'MULTIEQUAL_-1206569539'), (u'STORE_-1206571465', u'INDIRECT_-1206569631'), (u'CAST_-1206569488', u'LOAD_-1206572227'), (u'CALL_-1206570571', u'INDIRECT_-1206569285'), (u'INDIRECT_-1206569457', u'MULTIEQUAL_-1206569986'), (u'STORE_-1206571230', u'INDIRECT_-1206569673'), (u'LOAD_-1206572321', u'INT_NOTEQUAL_-1206572273'), (u'INDIRECT_-1206569603', u'MULTIEQUAL_-1206569574'), (u'CALL_-1206571844', u'INDIRECT_-1206569876'), (u'INT_ADD_-1206571125', u'INT_ADD_-1206571083'), (u'STORE_-1206570887', u'INDIRECT_-1206569582'), (u'CALL_-1206570571', u'INDIRECT_-1206569070'), ('const-0', u'SUBPIECE_-1206571171'), (u'INT_LEFT_-1206571058', u'INT_OR_-1206571058'), (u'CAST_-1206568934', u'INT_ADD_-1206570893'), (u'MULTIEQUAL_-1206569441', u'MULTIEQUAL_-1206569666'), (u'INT_ADD_-1206571340', u'INT_ADD_-1206571330'), (u'STORE_-1206572054', u'INDIRECT_-1206569975'), (u'CALL_-1206571087', u'INDIRECT_-1206569500'), (u'INT_ADD_-1206570952', u'CAST_-1206568956'), (u'INDIRECT_-1206569870', u'MULTIEQUAL_-1206569647'), ('const-0', u'RETURN_-1206571957'), (u'PTRSUB_-1206568743', u'CALL_-1206570296'), (u'INDIRECT_-1206569245', u'COPY_-1206569303'), (u'MULTIEQUAL_-1206569436', u'MULTIEQUAL_-1206569951'), (u'INDIRECT_-1206569390', u'MULTIEQUAL_-1206569761'), (u'STORE_-1206571465', u'INDIRECT_-1206569701'), (u'INDIRECT_-1206569460', u'MULTIEQUAL_-1206569609'), ('const-417', u'LOAD_-1206570816'), (u'INDIRECT_-1206569638', u'MULTIEQUAL_-1206569624'), (u'CAST_-1206569127', u'INT_SLESSEQUAL_-1206571366'), (u'CAST_-1206569542', u'LOAD_-1206572327'), (u'CAST_-1206569327', u'COPY_-1206569328'), ('const-417', u'LOAD_-1206571731'), (u'INDIRECT_-1206569603', u'MULTIEQUAL_-1206569589'), (u'INT_AND_-1206570340', u'INT_ADD_-1206570329'), ('const-18', u'INT_ADD_-1206571694'), (u'INT_ADD_-1206570938', u'CAST_-1206568951'), ('const-417', u'LOAD_-1206571225'), (u'LOAD_-1206571610', u'INT_EQUAL_-1206571585'), ('const-417', u'LOAD_-1206571838'), (u'STORE_-1206570887', u'INDIRECT_-1206569512'), (u'INDIRECT_-1206569736', u'MULTIEQUAL_-1206569951'), (u'MULTIEQUAL_-1206570255', u'MULTIEQUAL_-1206570206'), (u'STORE_-1206570755', u'INDIRECT_-1206569461'), (u'CALL_-1206572139', u'MULTIEQUAL_-1206570602'), (u'CAST_-1206569058', u'STORE_-1206571230'), (u'INT_ADD_-1206571666', u'INT_ADD_-1206571340'), ('const-1', u'INT_ADD_-1206569627'), (u'CAST_-1206569415', u'STORE_-1206572054'), ('tmp_6189', u'CALL_-1206570613'), (u'INT_ADD_-1206572075', u'STORE_-1206572054'), ('const-666644', u'INT_ADD_-1206571490'), (u'INT_OR_-1206571880', u'INT_XOR_-1206571878'), (u'LOAD_-1206571781', u'INT_ADD_-1206570678'), ('const-417', u'LOAD_-1206571445'), (u'INDIRECT_-1206569355', u'MULTIEQUAL_-1206569665'), ('const-52', u'INT_ADD_-1206570671'), (u'LOAD_-1206571838', u'CALL_-1206571821'), (u'CALL_-1206571821', u'INDIRECT_-1206569605'), (u'CALL_-1206571483', u'INDIRECT_-1206569788'), (u'INT_SUB_-1206570244', u'MULTIEQUAL_-1206570246'), (u'INDIRECT_-1206569701', u'MULTIEQUAL_-1206569916'), (u'INDIRECT_-1206569210', u'COPY_-1206569268'), (u'INT_ADD_-1206572211', u'CAST_-1206569488'), (u'INT_ADD_-1206571533', u'CALL_-1206571483'), (u'CALL_-1206570296', u'INDIRECT_-1206569350'), (u'CALL_-1206570613', u'INDIRECT_-1206569122'), (u'STORE_-1206570821', u'INDIRECT_-1206569412'), (u'INDIRECT_-1206568960', u'MULTIEQUAL_-1206569421'), (u'INDIRECT_-1206569250', u'MULTIEQUAL_-1206569560'), (u'MULTIEQUAL_-1206569752', u'MULTIEQUAL_-1206569735'), ('tmp_8599', u'INT_LEFT_-1206571058'), (u'INDIRECT_-1206569692', u'MULTIEQUAL_-1206569675'), (u'SUBPIECE_-1206568988', u'STORE_-1206570874'), (u'INT_ADD_-1206571734', u'INT_ADD_-1206571701'), (u'CAST_-1206569543', u'INT_ADD_-1206572311'), (u'CAST_-1206569552', u'MULTIEQUAL_-1206570602'), (u'INDIRECT_-1206569975', u'MULTIEQUAL_-1206569796'), ('tmp_6189', u'CALL_-1206570571'), (u'CALL_-1206571222', u'INDIRECT_-1206569210'), ('tmp_569', u'CBRANCH_-1206572007'), ('const-2', u'INT_MULT_-1206570861'), (u'INDIRECT_-1206569280', u'MULTIEQUAL_-1206569682'), (u'INT_ADD_-1206570732', u'CAST_-1206568860'), (u'CALL_-1206571222', u'INDIRECT_-1206569105'), ('tmp_3381', u'BRANCH_-1206570337'), (u'MULTIEQUAL_-1206569647', u'MULTIEQUAL_-1206569630'), (u'CAST_-1206569007', u'CALL_-1206571087'), ('tmp_6188', u'SUBPIECE_-1206571982'), (u'INT_ADD_-1206571436', u'INT_ADD_-1206570339'), (u'LOAD_-1206571781', u'INT_ADD_-1206570409'), ('tmp_8599', u'INT_NOTEQUAL_-1206572113'), (u'MULTIEQUAL_-1206569421', u'MULTIEQUAL_-1206569646'), (u'CALL_-1206570571', u'INDIRECT_-1206569320'), (u'MULTIEQUAL_-1206569577', u'MULTIEQUAL_-1206569560'), (u'CAST_-1206568842', u'STORE_-1206570692'), (u'CALL_-1206572139', u'INDIRECT_-1206569907'), ('const-24', u'INT_LEFT_-1206571011'), ('const-0', u'INT_EQUAL_-1206571795'), (u'INDIRECT_-1206569035', u'MULTIEQUAL_-1206569360'), ('const-5', u'INT_ADD_-1206571750'), (u'INT_ADD_-1206570814', u'INT_ADD_-1206570800'), ('const-0', u'INT_EQUAL_-1206570329'), ('tmp_6187', u'INT_ADD_-1206571822'), (u'INDIRECT_-1206569245', u'MULTIEQUAL_-1206569589'), ('const-3', u'INT_ADD_-1206570714'), (u'INT_AND_-1206571893', u'INT_XOR_-1206571878'), ('const-26', u'INT_ADD_-1206572027'), (u'INT_ZEXT_-1206570393', u'INT_SUB_-1206570372')]
null
null
000a2aa4
arm
O2
(translation_unit "void FUN_000a2aa4(int param_1,int param_2,void *param_3,size_t param_4,void *param_5,uint param_6,\n undefined4 *param_7)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n char cVar6;\n int *piVar7;\n void *__src;\n uint uVar8;\n int iVar9;\n void *pvVar10;\n int iVar11;\n void *local_30;\n int local_2c;\n \n pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8);\n piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38);\n local_2c = *piVar7;\n if ((*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))) {\n if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }\n if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }\n bVar1 = *(byte *)(param_1 + 0xc);\n *(byte *)(param_1 + 0xc) = bVar1 + 1;\n *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;\n *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;\n goto LAB_000a2b3c;\n }\n pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48));\n if (pvVar10 == (void *)0x0) {\n uVar5 = (uint)*(byte *)(param_1 + 9);\n iVar9 = *(int *)(param_1 + 0x38);\n iVar3 = uVar5 + 5;\n iVar11 = uVar5 + 6;\n uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));\n uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;\n local_30 = pvVar10;\n if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }\n FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);\n pvVar10 = (void *)0xb;\n }\nLAB_000a2c1c:\n *param_7 = pvVar10;\nLAB_000a2b3c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }\n return;\n}\n\n" (function_definition "void FUN_000a2aa4(int param_1,int param_2,void *param_3,size_t param_4,void *param_5,uint param_6,\n undefined4 *param_7)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n char cVar6;\n int *piVar7;\n void *__src;\n uint uVar8;\n int iVar9;\n void *pvVar10;\n int iVar11;\n void *local_30;\n int local_2c;\n \n pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8);\n piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38);\n local_2c = *piVar7;\n if ((*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))) {\n if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }\n if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }\n bVar1 = *(byte *)(param_1 + 0xc);\n *(byte *)(param_1 + 0xc) = bVar1 + 1;\n *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;\n *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;\n goto LAB_000a2b3c;\n }\n pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48));\n if (pvVar10 == (void *)0x0) {\n uVar5 = (uint)*(byte *)(param_1 + 9);\n iVar9 = *(int *)(param_1 + 0x38);\n iVar3 = uVar5 + 5;\n iVar11 = uVar5 + 6;\n uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));\n uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;\n local_30 = pvVar10;\n if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }\n FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);\n pvVar10 = (void *)0xb;\n }\nLAB_000a2c1c:\n *param_7 = pvVar10;\nLAB_000a2b3c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }\n return;\n}" primitive_type (function_declarator "FUN_000a2aa4(int param_1,int param_2,void *param_3,size_t param_4,void *param_5,uint param_6,\n undefined4 *param_7)" identifier (parameter_list "(int param_1,int param_2,void *param_3,size_t param_4,void *param_5,uint param_6,\n undefined4 *param_7)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "void *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "size_t param_4" primitive_type identifier) , (parameter_declaration "void *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "uint param_6" type_identifier identifier) , (parameter_declaration "undefined4 *param_7" type_identifier (pointer_declarator "*param_7" * identifier)) ))) (compound_statement "{\n byte bVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n char cVar6;\n int *piVar7;\n void *__src;\n uint uVar8;\n int iVar9;\n void *pvVar10;\n int iVar11;\n void *local_30;\n int local_2c;\n \n pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8);\n piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38);\n local_2c = *piVar7;\n if ((*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))) {\n if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }\n if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }\n bVar1 = *(byte *)(param_1 + 0xc);\n *(byte *)(param_1 + 0xc) = bVar1 + 1;\n *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;\n *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;\n goto LAB_000a2b3c;\n }\n pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48));\n if (pvVar10 == (void *)0x0) {\n uVar5 = (uint)*(byte *)(param_1 + 9);\n iVar9 = *(int *)(param_1 + 0x38);\n iVar3 = uVar5 + 5;\n iVar11 = uVar5 + 6;\n uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));\n uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;\n local_30 = pvVar10;\n if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }\n FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);\n pvVar10 = (void *)0xb;\n }\nLAB_000a2c1c:\n *param_7 = pvVar10;\nLAB_000a2b3c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "char cVar6;" primitive_type identifier ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "void *pvVar10;" primitive_type (pointer_declarator "*pvVar10" * identifier) ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "void *local_30;" primitive_type (pointer_declarator "*local_30" * identifier) ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8);" (assignment_expression "pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8)" identifier = (cast_expression "(void *)(DAT_000a2e34 + 0xa2ab8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000a2e34 + 0xa2ab8)" ( (binary_expression "DAT_000a2e34 + 0xa2ab8" identifier + number_literal) )))) ;) (expression_statement "piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38);" (assignment_expression "piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38)" identifier = (pointer_expression "*(int **)((int)pvVar10 + DAT_000a2e38)" * (cast_expression "(int **)((int)pvVar10 + DAT_000a2e38)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)pvVar10 + DAT_000a2e38)" ( (binary_expression "(int)pvVar10 + DAT_000a2e38" (cast_expression "(int)pvVar10" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) ))))) ;) (expression_statement "local_2c = *piVar7;" (assignment_expression "local_2c = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) (if_statement "if ((*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))) {\n if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }\n if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }\n bVar1 = *(byte *)(param_1 + 0xc);\n *(byte *)(param_1 + 0xc) = bVar1 + 1;\n *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;\n *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;\n goto LAB_000a2b3c;\n }" if (parenthesized_expression "((*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1)))" ( (binary_expression "(*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))" (parenthesized_expression "(*(char *)(param_1 + 0xc) != '\0')" ( (binary_expression "*(char *)(param_1 + 0xc) != '\0'" (pointer_expression "*(char *)(param_1 + 0xc)" * (cast_expression "(char *)(param_1 + 0xc)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))" ( (binary_expression "(int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1)" (binary_expression "(int)(uint)*(ushort *)(param_1 + 0x14)" (cast_expression "(int)(uint)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uint)" ( identifier ))) * (cast_expression "(ushort *)(param_1 + 0x14)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) )))) <= (cast_expression "(int)(param_4 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_4 + 1)" ( (binary_expression "param_4 + 1" identifier + number_literal) )))) ))) )) (compound_statement "{\n if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }\n if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }\n bVar1 = *(byte *)(param_1 + 0xc);\n *(byte *)(param_1 + 0xc) = bVar1 + 1;\n *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;\n *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;\n goto LAB_000a2b3c;\n }" { (if_statement "if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }" if (parenthesized_expression "(param_5 != (void *)0x0)" ( (binary_expression "param_5 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }" { (expression_statement "pvVar10 = memcpy(param_5,param_3,param_4);" (assignment_expression "pvVar10 = memcpy(param_5,param_3,param_4)" identifier = (call_expression "memcpy(param_5,param_3,param_4)" identifier (argument_list "(param_5,param_3,param_4)" ( identifier , identifier , identifier )))) ;) (expression_statement "param_3 = param_5;" (assignment_expression "param_3 = param_5" identifier = identifier) ;) })) (if_statement "if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }" if (parenthesized_expression "(param_6 != 0)" ( (binary_expression "param_6 != 0" identifier != number_literal) )) (compound_statement "{\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }" { (expression_statement "local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));" (assignment_expression "local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" identifier = (cast_expression "(void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" ( (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18)" (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff" (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8" (parenthesized_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10))" ( (binary_expression "param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)" identifier ^ (parenthesized_expression "(param_6 >> 0x10 | param_6 << 0x10)" ( (binary_expression "param_6 >> 0x10 | param_6 << 0x10" (binary_expression "param_6 >> 0x10" identifier >> number_literal) | (binary_expression "param_6 << 0x10" identifier << number_literal)) ))) )) >> number_literal) & number_literal) ^ (parenthesized_expression "(param_6 >> 8 | param_6 << 0x18)" ( (binary_expression "param_6 >> 8 | param_6 << 0x18" (binary_expression "param_6 >> 8" identifier >> number_literal) | (binary_expression "param_6 << 0x18" identifier << number_literal)) ))) )))) ;) (expression_statement "pvVar10 = memcpy(param_3,&local_30,4);" (assignment_expression "pvVar10 = memcpy(param_3,&local_30,4)" identifier = (call_expression "memcpy(param_3,&local_30,4)" identifier (argument_list "(param_3,&local_30,4)" ( identifier , (pointer_expression "&local_30" & identifier) , number_literal )))) ;) })) (expression_statement "bVar1 = *(byte *)(param_1 + 0xc);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0xc)" identifier = (pointer_expression "*(byte *)(param_1 + 0xc)" * (cast_expression "(byte *)(param_1 + 0xc)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "*(byte *)(param_1 + 0xc) = bVar1 + 1;" (assignment_expression "*(byte *)(param_1 + 0xc) = bVar1 + 1" (pointer_expression "*(byte *)(param_1 + 0xc)" * (cast_expression "(byte *)(param_1 + 0xc)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) = (binary_expression "bVar1 + 1" identifier + number_literal)) ;) (expression_statement "*(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;" (assignment_expression "*(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3" (pointer_expression "*(void **)(param_1 + (uint)bVar1 * 4 + 0x24)" * (cast_expression "(void **)(param_1 + (uint)bVar1 * 4 + 0x24)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + (uint)bVar1 * 4 + 0x24)" ( (binary_expression "param_1 + (uint)bVar1 * 4 + 0x24" (binary_expression "param_1 + (uint)bVar1 * 4" identifier + (binary_expression "(uint)bVar1 * 4" (cast_expression "(uint)bVar1" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal) )))) = identifier) ;) (expression_statement "*(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;" (assignment_expression "*(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2" (pointer_expression "*(short *)(param_1 + (uint)bVar1 * 2 + 0x1a)" * (cast_expression "(short *)(param_1 + (uint)bVar1 * 2 + 0x1a)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + (uint)bVar1 * 2 + 0x1a)" ( (binary_expression "param_1 + (uint)bVar1 * 2 + 0x1a" (binary_expression "param_1 + (uint)bVar1 * 2" identifier + (binary_expression "(uint)bVar1 * 2" (cast_expression "(uint)bVar1" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal) )))) = (cast_expression "(short)param_2" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier)) ;) (goto_statement "goto LAB_000a2b3c;" goto statement_identifier ;) })) (expression_statement "pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48));" (assignment_expression "pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48))" identifier = (cast_expression "(void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48))" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0009be80(*(undefined4 *)(param_1 + 0x48))" identifier (argument_list "(*(undefined4 *)(param_1 + 0x48))" ( (pointer_expression "*(undefined4 *)(param_1 + 0x48)" * (cast_expression "(undefined4 *)(param_1 + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) )))) ))))) ;) (if_statement "if (pvVar10 == (void *)0x0) {\n uVar5 = (uint)*(byte *)(param_1 + 9);\n iVar9 = *(int *)(param_1 + 0x38);\n iVar3 = uVar5 + 5;\n iVar11 = uVar5 + 6;\n uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));\n uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;\n local_30 = pvVar10;\n if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }\n FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);\n pvVar10 = (void *)0xb;\n }" if (parenthesized_expression "(pvVar10 == (void *)0x0)" ( (binary_expression "pvVar10 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar5 = (uint)*(byte *)(param_1 + 9);\n iVar9 = *(int *)(param_1 + 0x38);\n iVar3 = uVar5 + 5;\n iVar11 = uVar5 + 6;\n uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));\n uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;\n local_30 = pvVar10;\n if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }\n FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);\n pvVar10 = (void *)0xb;\n }" { (expression_statement "uVar5 = (uint)*(byte *)(param_1 + 9);" (assignment_expression "uVar5 = (uint)*(byte *)(param_1 + 9)" identifier = (binary_expression "(uint)*(byte *)(param_1 + 9)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(param_1 + 9)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9)" ( (binary_expression "param_1 + 9" identifier + number_literal) ))))) ;) (expression_statement "iVar9 = *(int *)(param_1 + 0x38);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x38)" identifier = (pointer_expression "*(int *)(param_1 + 0x38)" * (cast_expression "(int *)(param_1 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) (expression_statement "iVar3 = uVar5 + 5;" (assignment_expression "iVar3 = uVar5 + 5" identifier = (binary_expression "uVar5 + 5" identifier + number_literal)) ;) (expression_statement "iVar11 = uVar5 + 6;" (assignment_expression "iVar11 = uVar5 + 6" identifier = (binary_expression "uVar5 + 6" identifier + number_literal)) ;) (expression_statement "uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));" (assignment_expression "uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" identifier = (cast_expression "(uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" ( (type_descriptor "uint" type_identifier) ) (call_expression "CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" identifier (argument_list "(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" ( (pointer_expression "*(undefined1 *)(iVar9 + iVar3)" * (cast_expression "(undefined1 *)(iVar9 + iVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar3)" ( (binary_expression "iVar9 + iVar3" identifier + identifier) )))) , (pointer_expression "*(undefined1 *)(iVar9 + iVar11)" * (cast_expression "(undefined1 *)(iVar9 + iVar11)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar11)" ( (binary_expression "iVar9 + iVar11" identifier + identifier) )))) ))))) ;) (expression_statement "uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;" (assignment_expression "uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2" identifier = (binary_expression "(uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2" (binary_expression "(uint)*(ushort *)(param_1 + 0x12)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(param_1 + 0x12)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x12)" ( (binary_expression "param_1 + 0x12" identifier + number_literal) )))) + (binary_expression "(uint)*(ushort *)(param_1 + 0x16) * 2" (binary_expression "(uint)*(ushort *)(param_1 + 0x16)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(param_1 + 0x16)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x16)" ( (binary_expression "param_1 + 0x16" identifier + number_literal) )))) * number_literal))) ;) (expression_statement "local_30 = pvVar10;" (assignment_expression "local_30 = pvVar10" identifier = identifier) ;) (if_statement "if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }" if (parenthesized_expression "((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000))))" ( (binary_expression "(uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))" (parenthesized_expression "(uVar4 <= uVar8)" ( (binary_expression "uVar4 <= uVar8" identifier <= identifier) )) || (parenthesized_expression "((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))" ( (parenthesized_expression "(uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000))" ( (binary_expression "uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)" (binary_expression "uVar8 == 0" identifier == number_literal) && (parenthesized_expression "(uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)" ( (comma_expression "uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000" (assignment_expression "uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24)" identifier = (pointer_expression "*(uint *)(*(int *)(param_1 + 0x34) + 0x24)" * (cast_expression "(uint *)(*(int *)(param_1 + 0x34) + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0x34) + 0x24)" ( (binary_expression "*(int *)(param_1 + 0x34) + 0x24" (pointer_expression "*(int *)(param_1 + 0x34)" * (cast_expression "(int *)(param_1 + 0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) )))) + number_literal) ))))) , (binary_expression "uVar8 == 0x10000" identifier == number_literal)) ))) )) ))) )) (compound_statement "{\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }" { (if_statement "if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }" if (parenthesized_expression "(((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1)))" ( (binary_expression "((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))" (parenthesized_expression "((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0'))" ( (binary_expression "(*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')" (parenthesized_expression "(*(char *)(iVar9 + uVar5 + 2) == '\0')" ( (binary_expression "*(char *)(iVar9 + uVar5 + 2) == '\0'" (pointer_expression "*(char *)(iVar9 + uVar5 + 2)" * (cast_expression "(char *)(iVar9 + uVar5 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + uVar5 + 2)" ( (binary_expression "iVar9 + uVar5 + 2" (binary_expression "iVar9 + uVar5" identifier + identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(char *)(iVar9 + uVar5 + 1) == '\0')" ( (binary_expression "*(char *)(iVar9 + uVar5 + 1) == '\0'" (pointer_expression "*(char *)(iVar9 + uVar5 + 1)" * (cast_expression "(char *)(iVar9 + uVar5 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + uVar5 + 1)" ( (binary_expression "iVar9 + uVar5 + 1" (binary_expression "iVar9 + uVar5" identifier + identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) ))) )) || (parenthesized_expression "((int)uVar8 <= (int)(uVar4 + 1))" ( (binary_expression "(int)uVar8 <= (int)(uVar4 + 1)" (cast_expression "(int)uVar8" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)(uVar4 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar4 + 1)" ( (binary_expression "uVar4 + 1" identifier + number_literal) )))) ))) )) (compound_statement "{\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }" { (labeled_statement "LAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }" statement_identifier : (if_statement "if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }" if (parenthesized_expression "((int)uVar8 < (int)(uVar4 + 2 + param_4))" ( (binary_expression "(int)uVar8 < (int)(uVar4 + 2 + param_4)" (cast_expression "(int)uVar8" ( (type_descriptor "int" primitive_type) ) identifier) < (cast_expression "(int)(uVar4 + 2 + param_4)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar4 + 2 + param_4)" ( (binary_expression "uVar4 + 2 + param_4" (binary_expression "uVar4 + 2" identifier + number_literal) + identifier) )))) )) (compound_statement "{\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }" { (expression_statement "iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);" (assignment_expression "iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2)" identifier = (binary_expression "(uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2)" (binary_expression "(uint)*(ushort *)(param_1 + 0x14)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(param_1 + 0x14)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) )))) - (parenthesized_expression "(param_4 + 2)" ( (binary_expression "param_4 + 2" identifier + number_literal) )))) ;) (if_statement "if (3 < iVar2) {\n iVar2 = 4;\n }" if (parenthesized_expression "(3 < iVar2)" ( (binary_expression "3 < iVar2" number_literal < identifier) )) (compound_statement "{\n iVar2 = 4;\n }" { (expression_statement "iVar2 = 4;" (assignment_expression "iVar2 = 4" identifier = number_literal) ;) })) (expression_statement "local_30 = (void *)FUN_00072778(param_1,iVar2);" (assignment_expression "local_30 = (void *)FUN_00072778(param_1,iVar2)" identifier = (cast_expression "(void *)FUN_00072778(param_1,iVar2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00072778(param_1,iVar2)" identifier (argument_list "(param_1,iVar2)" ( identifier , identifier ))))) ;) (expression_statement "pvVar10 = local_30;" (assignment_expression "pvVar10 = local_30" identifier = identifier) ;) (if_statement "if (local_30 != (void *)0x0) goto LAB_000a2c1c;" if (parenthesized_expression "(local_30 != (void *)0x0)" ( (binary_expression "local_30 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_000a2c1c;" goto statement_identifier ;)) (expression_statement "uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;" (assignment_expression "uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1" identifier = (binary_expression "(CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1" (parenthesized_expression "(CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff)" ( (binary_expression "CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff" (binary_expression "CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1" (call_expression "CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" identifier (argument_list "(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" ( (pointer_expression "*(undefined1 *)(iVar9 + iVar3)" * (cast_expression "(undefined1 *)(iVar9 + iVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar3)" ( (binary_expression "iVar9 + iVar3" identifier + identifier) )))) , (pointer_expression "*(undefined1 *)(iVar9 + iVar11)" * (cast_expression "(undefined1 *)(iVar9 + iVar11)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar11)" ( (binary_expression "iVar9 + iVar11" identifier + identifier) )))) ))) - number_literal) & number_literal) )) + number_literal)) ;) }))) (expression_statement "iVar2 = uVar8 - param_4;" (assignment_expression "iVar2 = uVar8 - param_4" identifier = (binary_expression "uVar8 - param_4" identifier - identifier)) ;) (expression_statement "*(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);" (assignment_expression "*(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8)" (pointer_expression "*(char *)(iVar9 + iVar3)" * (cast_expression "(char *)(iVar9 + iVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar3)" ( (binary_expression "iVar9 + iVar3" identifier + identifier) )))) = (cast_expression "(char)((uint)iVar2 >> 8)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "((uint)iVar2 >> 8)" ( (binary_expression "(uint)iVar2 >> 8" (cast_expression "(uint)iVar2" ( (type_descriptor "uint" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "*(char *)(iVar9 + iVar11) = (char)iVar2;" (assignment_expression "*(char *)(iVar9 + iVar11) = (char)iVar2" (pointer_expression "*(char *)(iVar9 + iVar11)" * (cast_expression "(char *)(iVar9 + iVar11)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar11)" ( (binary_expression "iVar9 + iVar11" identifier + identifier) )))) = (cast_expression "(char)iVar2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) }) (else_clause "else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }" else (compound_statement "{\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }" { (expression_statement "iVar2 = FUN_000725f8(param_1,param_4,&local_30);" (assignment_expression "iVar2 = FUN_000725f8(param_1,param_4,&local_30)" identifier = (call_expression "FUN_000725f8(param_1,param_4,&local_30)" identifier (argument_list "(param_1,param_4,&local_30)" ( identifier , identifier , (pointer_expression "&local_30" & identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }" { (expression_statement "pvVar10 = local_30;" (assignment_expression "pvVar10 = local_30" identifier = identifier) ;) (if_statement "if (local_30 != (void *)0x0) goto LAB_000a2c1c;" if (parenthesized_expression "(local_30 != (void *)0x0)" ( (binary_expression "local_30 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_000a2c1c;" goto statement_identifier ;)) (goto_statement "goto LAB_000a2c44;" goto statement_identifier ;) })) (expression_statement "iVar2 = iVar2 - iVar9;" (assignment_expression "iVar2 = iVar2 - iVar9" identifier = (binary_expression "iVar2 - iVar9" identifier - identifier)) ;) }))) (expression_statement "*(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;" (assignment_expression "*(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2" (pointer_expression "*(short *)(param_1 + 0x14)" * (cast_expression "(short *)(param_1 + 0x14)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) )))) = (binary_expression "(*(short *)(param_1 + 0x14) - (short)param_4) + -2" (parenthesized_expression "(*(short *)(param_1 + 0x14) - (short)param_4)" ( (binary_expression "*(short *)(param_1 + 0x14) - (short)param_4" (pointer_expression "*(short *)(param_1 + 0x14)" * (cast_expression "(short *)(param_1 + 0x14)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) )))) - (cast_expression "(short)param_4" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier)) )) + number_literal)) ;) (if_statement "if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }" if (parenthesized_expression "(param_6 == 0)" ( (binary_expression "param_6 == 0" identifier == number_literal) )) (compound_statement "{\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }" { (expression_statement "memcpy((void *)(iVar9 + iVar2),param_3,param_4);" (call_expression "memcpy((void *)(iVar9 + iVar2),param_3,param_4)" identifier (argument_list "((void *)(iVar9 + iVar2),param_3,param_4)" ( (cast_expression "(void *)(iVar9 + iVar2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar2)" ( (binary_expression "iVar9 + iVar2" identifier + identifier) ))) , identifier , identifier ))) ;) }) (else_clause "else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }" else (compound_statement "{\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }" { (expression_statement "memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);" (call_expression "memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4)" identifier (argument_list "((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4)" ( (cast_expression "(void *)(iVar9 + iVar2 + 4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar2 + 4)" ( (binary_expression "iVar9 + iVar2 + 4" (binary_expression "iVar9 + iVar2" identifier + identifier) + number_literal) ))) , (cast_expression "(void *)((int)param_3 + 4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_3 + 4)" ( (binary_expression "(int)param_3 + 4" (cast_expression "(int)param_3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) , (binary_expression "param_4 - 4" identifier - number_literal) ))) ;) (expression_statement "local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));" (assignment_expression "local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" identifier = (cast_expression "(void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" ( (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18)" (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff" (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8" (parenthesized_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10))" ( (binary_expression "param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)" identifier ^ (parenthesized_expression "(param_6 >> 0x10 | param_6 << 0x10)" ( (binary_expression "param_6 >> 0x10 | param_6 << 0x10" (binary_expression "param_6 >> 0x10" identifier >> number_literal) | (binary_expression "param_6 << 0x10" identifier << number_literal)) ))) )) >> number_literal) & number_literal) ^ (parenthesized_expression "(param_6 >> 8 | param_6 << 0x18)" ( (binary_expression "param_6 >> 8 | param_6 << 0x18" (binary_expression "param_6 >> 8" identifier >> number_literal) | (binary_expression "param_6 << 0x18" identifier << number_literal)) ))) )))) ;) (expression_statement "memcpy((void *)(iVar9 + iVar2),&local_30,4);" (call_expression "memcpy((void *)(iVar9 + iVar2),&local_30,4)" identifier (argument_list "((void *)(iVar9 + iVar2),&local_30,4)" ( (cast_expression "(void *)(iVar9 + iVar2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar2)" ( (binary_expression "iVar9 + iVar2" identifier + identifier) ))) , (pointer_expression "&local_30" & identifier) , number_literal ))) ;) }))) (expression_statement "iVar3 = *(int *)(param_1 + 0x40);" (assignment_expression "iVar3 = *(int *)(param_1 + 0x40)" identifier = (pointer_expression "*(int *)(param_1 + 0x40)" * (cast_expression "(int *)(param_1 + 0x40)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "__src = (void *)(iVar3 + param_2 * 2);" (assignment_expression "__src = (void *)(iVar3 + param_2 * 2)" identifier = (cast_expression "(void *)(iVar3 + param_2 * 2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + param_2 * 2)" ( (binary_expression "iVar3 + param_2 * 2" identifier + (binary_expression "param_2 * 2" identifier * number_literal)) )))) ;) (expression_statement "pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);" (assignment_expression "pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2)" identifier = (call_expression "memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2)" identifier (argument_list "((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2)" ( (cast_expression "(void *)((int)__src + 2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__src + 2)" ( (binary_expression "(int)__src + 2" (cast_expression "(int)__src" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) , identifier , (binary_expression "((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2" (parenthesized_expression "((uint)*(ushort *)(param_1 + 0x16) - param_2)" ( (binary_expression "(uint)*(ushort *)(param_1 + 0x16) - param_2" (binary_expression "(uint)*(ushort *)(param_1 + 0x16)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(param_1 + 0x16)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x16)" ( (binary_expression "param_1 + 0x16" identifier + number_literal) )))) - identifier) )) * number_literal) )))) ;) (expression_statement "*(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);" (assignment_expression "*(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8)" (pointer_expression "*(char *)(iVar3 + param_2 * 2)" * (cast_expression "(char *)(iVar3 + param_2 * 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + param_2 * 2)" ( (binary_expression "iVar3 + param_2 * 2" identifier + (binary_expression "param_2 * 2" identifier * number_literal)) )))) = (cast_expression "(char)((uint)iVar2 >> 8)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "((uint)iVar2 >> 8)" ( (binary_expression "(uint)iVar2 >> 8" (cast_expression "(uint)iVar2" ( (type_descriptor "uint" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "*(char *)((int)__src + 1) = (char)iVar2;" (assignment_expression "*(char *)((int)__src + 1) = (char)iVar2" (pointer_expression "*(char *)((int)__src + 1)" * (cast_expression "(char *)((int)__src + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__src + 1)" ( (binary_expression "(int)__src + 1" (cast_expression "(int)__src" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (cast_expression "(char)iVar2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "iVar3 = *(byte *)(param_1 + 9) + 4;" (assignment_expression "iVar3 = *(byte *)(param_1 + 9) + 4" identifier = (binary_expression "*(byte *)(param_1 + 9) + 4" (pointer_expression "*(byte *)(param_1 + 9)" * (cast_expression "(byte *)(param_1 + 9)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9)" ( (binary_expression "param_1 + 9" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "*(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;" (assignment_expression "*(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1" (pointer_expression "*(short *)(param_1 + 0x16)" * (cast_expression "(short *)(param_1 + 0x16)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x16)" ( (binary_expression "param_1 + 0x16" identifier + number_literal) )))) = (binary_expression "*(short *)(param_1 + 0x16) + 1" (pointer_expression "*(short *)(param_1 + 0x16)" * (cast_expression "(short *)(param_1 + 0x16)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x16)" ( (binary_expression "param_1 + 0x16" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "cVar6 = *(char *)(iVar9 + iVar3) + '\x01';" (assignment_expression "cVar6 = *(char *)(iVar9 + iVar3) + '\x01'" identifier = (binary_expression "*(char *)(iVar9 + iVar3) + '\x01'" (pointer_expression "*(char *)(iVar9 + iVar3)" * (cast_expression "(char *)(iVar9 + iVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar3)" ( (binary_expression "iVar9 + iVar3" identifier + identifier) )))) + (char_literal "'\x01'" ' escape_sequence '))) ;) (expression_statement "*(char *)(iVar9 + iVar3) = cVar6;" (assignment_expression "*(char *)(iVar9 + iVar3) = cVar6" (pointer_expression "*(char *)(iVar9 + iVar3)" * (cast_expression "(char *)(iVar9 + iVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar3)" ( (binary_expression "iVar9 + iVar3" identifier + identifier) )))) = identifier) ;) (if_statement "if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }" if (parenthesized_expression "(cVar6 == '\0')" ( (binary_expression "cVar6 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }" { (expression_statement "iVar3 = *(byte *)(param_1 + 9) + 3;" (assignment_expression "iVar3 = *(byte *)(param_1 + 9) + 3" identifier = (binary_expression "*(byte *)(param_1 + 9) + 3" (pointer_expression "*(byte *)(param_1 + 9)" * (cast_expression "(byte *)(param_1 + 9)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9)" ( (binary_expression "param_1 + 9" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "*(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';" (assignment_expression "*(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01'" (pointer_expression "*(char *)(iVar9 + iVar3)" * (cast_expression "(char *)(iVar9 + iVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar3)" ( (binary_expression "iVar9 + iVar3" identifier + identifier) )))) = (binary_expression "*(char *)(iVar9 + iVar3) + '\x01'" (pointer_expression "*(char *)(iVar9 + iVar3)" * (cast_expression "(char *)(iVar9 + iVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar3)" ( (binary_expression "iVar9 + iVar3" identifier + identifier) )))) + (char_literal "'\x01'" ' escape_sequence '))) ;) })) (if_statement "if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }" if (parenthesized_expression "(*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0')" ( (binary_expression "*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0'" (pointer_expression "*(char *)(*(int *)(param_1 + 0x34) + 0x11)" * (cast_expression "(char *)(*(int *)(param_1 + 0x34) + 0x11)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0x34) + 0x11)" ( (binary_expression "*(int *)(param_1 + 0x34) + 0x11" (pointer_expression "*(int *)(param_1 + 0x34)" * (cast_expression "(int *)(param_1 + 0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) )))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }" { (expression_statement "pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);" (assignment_expression "pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7)" identifier = (cast_expression "(void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7)" identifier (argument_list "(param_1,param_1 + 0x3c,param_3,param_7)" ( identifier , (binary_expression "param_1 + 0x3c" identifier + number_literal) , identifier , identifier ))))) ;) })) (goto_statement "goto LAB_000a2b3c;" goto statement_identifier ;) })) (expression_statement "FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);" (call_expression "FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10)" identifier (argument_list "(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10)" ( number_literal , (binary_expression "DAT_000a2e40 + 0xa2c18" identifier + number_literal) , (binary_expression "DAT_000a2e44 + 0xa2c14" identifier + number_literal) , identifier , (binary_expression "DAT_000a2e3c + 0xa2c10" identifier + number_literal) ))) ;) (expression_statement "pvVar10 = (void *)0xb;" (assignment_expression "pvVar10 = (void *)0xb" identifier = (cast_expression "(void *)0xb" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (labeled_statement "LAB_000a2c1c:\n *param_7 = pvVar10;" statement_identifier : (expression_statement "*param_7 = pvVar10;" (assignment_expression "*param_7 = pvVar10" (pointer_expression "*param_7" * identifier) = identifier) ;)) (labeled_statement "LAB_000a2b3c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }" statement_identifier : (if_statement "if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }" if (parenthesized_expression "(local_2c != *piVar7)" ( (binary_expression "local_2c != *piVar7" identifier != (pointer_expression "*piVar7" * identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }" { comment (expression_statement "__stack_chk_fail(pvVar10);" (call_expression "__stack_chk_fail(pvVar10)" identifier (argument_list "(pvVar10)" ( identifier ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit "void insertCell(MemPage *pPage,int i,u8 *pCell,int sz,u8 *pTemp,Pgno iChild,int *pRC)\n\n{\n byte bVar1;\n int *piVar2;\n int iVar3;\n int rc;\n int local_2c;\n \n iVar3 = DAT_000a2e34 + 0xa2ab8;\n piVar2 = *(int **)(iVar3 + DAT_000a2e38);\n local_2c = *piVar2;\n if ((pPage->nOverflow == '\0') && (sz + 1 < (int)(uint)pPage->nFree)) {\n /* WARNING: Subroutine does not return */\n sqlite3PagerWrite(pPage->pDbPage);\n }\n if (pTemp != (u8 *)0x0) {\n /* WARNING: Subroutine does not return */\n memcpy(pTemp,pCell,sz);\n }\n if (iChild == 0) {\n bVar1 = pPage->nOverflow;\n pPage->nOverflow = bVar1 + 1;\n pPage->apOvfl[bVar1] = pCell;\n pPage->aiOvfl[bVar1] = (u16)i;\n if (local_2c == *piVar2) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar3);\n }\n rc = (iChild ^ (iChild >> 0x10 | iChild << 0x10)) >> 8 & 0xffff00ff ^\n (iChild >> 8 | iChild << 0x18);\n /* WARNING: Subroutine does not return */\n memcpy(pCell,&rc,4);\n}\n\n" (function_definition "void insertCell(MemPage *pPage,int i,u8 *pCell,int sz,u8 *pTemp,Pgno iChild,int *pRC)\n\n{\n byte bVar1;\n int *piVar2;\n int iVar3;\n int rc;\n int local_2c;\n \n iVar3 = DAT_000a2e34 + 0xa2ab8;\n piVar2 = *(int **)(iVar3 + DAT_000a2e38);\n local_2c = *piVar2;\n if ((pPage->nOverflow == '\0') && (sz + 1 < (int)(uint)pPage->nFree)) {\n /* WARNING: Subroutine does not return */\n sqlite3PagerWrite(pPage->pDbPage);\n }\n if (pTemp != (u8 *)0x0) {\n /* WARNING: Subroutine does not return */\n memcpy(pTemp,pCell,sz);\n }\n if (iChild == 0) {\n bVar1 = pPage->nOverflow;\n pPage->nOverflow = bVar1 + 1;\n pPage->apOvfl[bVar1] = pCell;\n pPage->aiOvfl[bVar1] = (u16)i;\n if (local_2c == *piVar2) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar3);\n }\n rc = (iChild ^ (iChild >> 0x10 | iChild << 0x10)) >> 8 & 0xffff00ff ^\n (iChild >> 8 | iChild << 0x18);\n /* WARNING: Subroutine does not return */\n memcpy(pCell,&rc,4);\n}" primitive_type (function_declarator "insertCell(MemPage *pPage,int i,u8 *pCell,int sz,u8 *pTemp,Pgno iChild,int *pRC)" identifier (parameter_list "(MemPage *pPage,int i,u8 *pCell,int sz,u8 *pTemp,Pgno iChild,int *pRC)" ( (parameter_declaration "MemPage *pPage" type_identifier (pointer_declarator "*pPage" * identifier)) , (parameter_declaration "int i" primitive_type identifier) , (parameter_declaration "u8 *pCell" type_identifier (pointer_declarator "*pCell" * identifier)) , (parameter_declaration "int sz" primitive_type identifier) , (parameter_declaration "u8 *pTemp" type_identifier (pointer_declarator "*pTemp" * identifier)) , (parameter_declaration "Pgno iChild" type_identifier identifier) , (parameter_declaration "int *pRC" primitive_type (pointer_declarator "*pRC" * identifier)) ))) (compound_statement "{\n byte bVar1;\n int *piVar2;\n int iVar3;\n int rc;\n int local_2c;\n \n iVar3 = DAT_000a2e34 + 0xa2ab8;\n piVar2 = *(int **)(iVar3 + DAT_000a2e38);\n local_2c = *piVar2;\n if ((pPage->nOverflow == '\0') && (sz + 1 < (int)(uint)pPage->nFree)) {\n /* WARNING: Subroutine does not return */\n sqlite3PagerWrite(pPage->pDbPage);\n }\n if (pTemp != (u8 *)0x0) {\n /* WARNING: Subroutine does not return */\n memcpy(pTemp,pCell,sz);\n }\n if (iChild == 0) {\n bVar1 = pPage->nOverflow;\n pPage->nOverflow = bVar1 + 1;\n pPage->apOvfl[bVar1] = pCell;\n pPage->aiOvfl[bVar1] = (u16)i;\n if (local_2c == *piVar2) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar3);\n }\n rc = (iChild ^ (iChild >> 0x10 | iChild << 0x10)) >> 8 & 0xffff00ff ^\n (iChild >> 8 | iChild << 0x18);\n /* WARNING: Subroutine does not return */\n memcpy(pCell,&rc,4);\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int rc;" primitive_type identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "iVar3 = DAT_000a2e34 + 0xa2ab8;" (assignment_expression "iVar3 = DAT_000a2e34 + 0xa2ab8" identifier = (binary_expression "DAT_000a2e34 + 0xa2ab8" identifier + number_literal)) ;) (expression_statement "piVar2 = *(int **)(iVar3 + DAT_000a2e38);" (assignment_expression "piVar2 = *(int **)(iVar3 + DAT_000a2e38)" identifier = (pointer_expression "*(int **)(iVar3 + DAT_000a2e38)" * (cast_expression "(int **)(iVar3 + DAT_000a2e38)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar3 + DAT_000a2e38)" ( (binary_expression "iVar3 + DAT_000a2e38" identifier + identifier) ))))) ;) (expression_statement "local_2c = *piVar2;" (assignment_expression "local_2c = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) (if_statement "if ((pPage->nOverflow == '\0') && (sz + 1 < (int)(uint)pPage->nFree)) {\n /* WARNING: Subroutine does not return */\n sqlite3PagerWrite(pPage->pDbPage);\n }" if (parenthesized_expression "((pPage->nOverflow == '\0') && (sz + 1 < (int)(uint)pPage->nFree))" ( (binary_expression "(pPage->nOverflow == '\0') && (sz + 1 < (int)(uint)pPage->nFree)" (parenthesized_expression "(pPage->nOverflow == '\0')" ( (binary_expression "pPage->nOverflow == '\0'" (field_expression "pPage->nOverflow" identifier -> field_identifier) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(sz + 1 < (int)(uint)pPage->nFree)" ( (binary_expression "sz + 1 < (int)(uint)pPage->nFree" (binary_expression "sz + 1" identifier + number_literal) < (cast_expression "(int)(uint)pPage->nFree" ( (type_descriptor "int" primitive_type) ) (cast_expression "(uint)pPage->nFree" ( (type_descriptor "uint" type_identifier) ) (field_expression "pPage->nFree" identifier -> field_identifier)))) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n sqlite3PagerWrite(pPage->pDbPage);\n }" { comment (expression_statement "sqlite3PagerWrite(pPage->pDbPage);" (call_expression "sqlite3PagerWrite(pPage->pDbPage)" identifier (argument_list "(pPage->pDbPage)" ( (field_expression "pPage->pDbPage" identifier -> field_identifier) ))) ;) })) (if_statement "if (pTemp != (u8 *)0x0) {\n /* WARNING: Subroutine does not return */\n memcpy(pTemp,pCell,sz);\n }" if (parenthesized_expression "(pTemp != (u8 *)0x0)" ( (binary_expression "pTemp != (u8 *)0x0" identifier != (cast_expression "(u8 *)0x0" ( (type_descriptor "u8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n memcpy(pTemp,pCell,sz);\n }" { comment (expression_statement "memcpy(pTemp,pCell,sz);" (call_expression "memcpy(pTemp,pCell,sz)" identifier (argument_list "(pTemp,pCell,sz)" ( identifier , identifier , identifier ))) ;) })) (if_statement "if (iChild == 0) {\n bVar1 = pPage->nOverflow;\n pPage->nOverflow = bVar1 + 1;\n pPage->apOvfl[bVar1] = pCell;\n pPage->aiOvfl[bVar1] = (u16)i;\n if (local_2c == *piVar2) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar3);\n }" if (parenthesized_expression "(iChild == 0)" ( (binary_expression "iChild == 0" identifier == number_literal) )) (compound_statement "{\n bVar1 = pPage->nOverflow;\n pPage->nOverflow = bVar1 + 1;\n pPage->apOvfl[bVar1] = pCell;\n pPage->aiOvfl[bVar1] = (u16)i;\n if (local_2c == *piVar2) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar3);\n }" { (expression_statement "bVar1 = pPage->nOverflow;" (assignment_expression "bVar1 = pPage->nOverflow" identifier = (field_expression "pPage->nOverflow" identifier -> field_identifier)) ;) (expression_statement "pPage->nOverflow = bVar1 + 1;" (assignment_expression "pPage->nOverflow = bVar1 + 1" (field_expression "pPage->nOverflow" identifier -> field_identifier) = (binary_expression "bVar1 + 1" identifier + number_literal)) ;) (expression_statement "pPage->apOvfl[bVar1] = pCell;" (assignment_expression "pPage->apOvfl[bVar1] = pCell" (subscript_expression "pPage->apOvfl[bVar1]" (field_expression "pPage->apOvfl" identifier -> field_identifier) [ identifier ]) = identifier) ;) (expression_statement "pPage->aiOvfl[bVar1] = (u16)i;" (assignment_expression "pPage->aiOvfl[bVar1] = (u16)i" (subscript_expression "pPage->aiOvfl[bVar1]" (field_expression "pPage->aiOvfl" identifier -> field_identifier) [ identifier ]) = (cast_expression "(u16)i" ( (type_descriptor "u16" type_identifier) ) identifier)) ;) (if_statement "if (local_2c == *piVar2) {\n return;\n }" if (parenthesized_expression "(local_2c == *piVar2)" ( (binary_expression "local_2c == *piVar2" identifier == (pointer_expression "*piVar2" * identifier)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "__stack_chk_fail(iVar3);" (call_expression "__stack_chk_fail(iVar3)" identifier (argument_list "(iVar3)" ( identifier ))) ;) })) (expression_statement "rc = (iChild ^ (iChild >> 0x10 | iChild << 0x10)) >> 8 & 0xffff00ff ^\n (iChild >> 8 | iChild << 0x18);" (assignment_expression "rc = (iChild ^ (iChild >> 0x10 | iChild << 0x10)) >> 8 & 0xffff00ff ^\n (iChild >> 8 | iChild << 0x18)" identifier = (binary_expression "(iChild ^ (iChild >> 0x10 | iChild << 0x10)) >> 8 & 0xffff00ff ^\n (iChild >> 8 | iChild << 0x18)" (binary_expression "(iChild ^ (iChild >> 0x10 | iChild << 0x10)) >> 8 & 0xffff00ff" (binary_expression "(iChild ^ (iChild >> 0x10 | iChild << 0x10)) >> 8" (parenthesized_expression "(iChild ^ (iChild >> 0x10 | iChild << 0x10))" ( (binary_expression "iChild ^ (iChild >> 0x10 | iChild << 0x10)" identifier ^ (parenthesized_expression "(iChild >> 0x10 | iChild << 0x10)" ( (binary_expression "iChild >> 0x10 | iChild << 0x10" (binary_expression "iChild >> 0x10" identifier >> number_literal) | (binary_expression "iChild << 0x10" identifier << number_literal)) ))) )) >> number_literal) & number_literal) ^ (parenthesized_expression "(iChild >> 8 | iChild << 0x18)" ( (binary_expression "iChild >> 8 | iChild << 0x18" (binary_expression "iChild >> 8" identifier >> number_literal) | (binary_expression "iChild << 0x18" identifier << number_literal)) )))) ;) comment (expression_statement "memcpy(pCell,&rc,4);" (call_expression "memcpy(pCell,&rc,4)" identifier (argument_list "(pCell,&rc,4)" ( identifier , (pointer_expression "&rc" & identifier) , number_literal ))) ;) })))
(translation_unit "void FUN_000a2aa4(int param_1,int param_2,void *param_3,size_t param_4,void *param_5,uint param_6,\n undefined4 *param_7)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n char cVar6;\n int *piVar7;\n void *__src;\n uint uVar8;\n int iVar9;\n void *pvVar10;\n int iVar11;\n void *local_30;\n int local_2c;\n \n pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8);\n piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38);\n local_2c = *piVar7;\n if ((*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))) {\n if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }\n if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }\n bVar1 = *(byte *)(param_1 + 0xc);\n *(byte *)(param_1 + 0xc) = bVar1 + 1;\n *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;\n *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;\n goto LAB_000a2b3c;\n }\n pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48));\n if (pvVar10 == (void *)0x0) {\n uVar5 = (uint)*(byte *)(param_1 + 9);\n iVar9 = *(int *)(param_1 + 0x38);\n iVar3 = uVar5 + 5;\n iVar11 = uVar5 + 6;\n uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));\n uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;\n local_30 = pvVar10;\n if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }\n FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);\n pvVar10 = (void *)0xb;\n }\nLAB_000a2c1c:\n *param_7 = pvVar10;\nLAB_000a2b3c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }\n return;\n}\n\n" (function_definition "void FUN_000a2aa4(int param_1,int param_2,void *param_3,size_t param_4,void *param_5,uint param_6,\n undefined4 *param_7)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n char cVar6;\n int *piVar7;\n void *__src;\n uint uVar8;\n int iVar9;\n void *pvVar10;\n int iVar11;\n void *local_30;\n int local_2c;\n \n pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8);\n piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38);\n local_2c = *piVar7;\n if ((*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))) {\n if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }\n if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }\n bVar1 = *(byte *)(param_1 + 0xc);\n *(byte *)(param_1 + 0xc) = bVar1 + 1;\n *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;\n *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;\n goto LAB_000a2b3c;\n }\n pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48));\n if (pvVar10 == (void *)0x0) {\n uVar5 = (uint)*(byte *)(param_1 + 9);\n iVar9 = *(int *)(param_1 + 0x38);\n iVar3 = uVar5 + 5;\n iVar11 = uVar5 + 6;\n uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));\n uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;\n local_30 = pvVar10;\n if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }\n FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);\n pvVar10 = (void *)0xb;\n }\nLAB_000a2c1c:\n *param_7 = pvVar10;\nLAB_000a2b3c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }\n return;\n}" primitive_type (function_declarator "FUN_000a2aa4(int param_1,int param_2,void *param_3,size_t param_4,void *param_5,uint param_6,\n undefined4 *param_7)" identifier (parameter_list "(int param_1,int param_2,void *param_3,size_t param_4,void *param_5,uint param_6,\n undefined4 *param_7)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "void *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "size_t param_4" primitive_type identifier) , (parameter_declaration "void *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "uint param_6" type_identifier identifier) , (parameter_declaration "undefined4 *param_7" type_identifier (pointer_declarator "*param_7" * identifier)) ))) (compound_statement "{\n byte bVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n char cVar6;\n int *piVar7;\n void *__src;\n uint uVar8;\n int iVar9;\n void *pvVar10;\n int iVar11;\n void *local_30;\n int local_2c;\n \n pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8);\n piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38);\n local_2c = *piVar7;\n if ((*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))) {\n if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }\n if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }\n bVar1 = *(byte *)(param_1 + 0xc);\n *(byte *)(param_1 + 0xc) = bVar1 + 1;\n *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;\n *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;\n goto LAB_000a2b3c;\n }\n pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48));\n if (pvVar10 == (void *)0x0) {\n uVar5 = (uint)*(byte *)(param_1 + 9);\n iVar9 = *(int *)(param_1 + 0x38);\n iVar3 = uVar5 + 5;\n iVar11 = uVar5 + 6;\n uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));\n uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;\n local_30 = pvVar10;\n if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }\n FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);\n pvVar10 = (void *)0xb;\n }\nLAB_000a2c1c:\n *param_7 = pvVar10;\nLAB_000a2b3c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "char cVar6;" primitive_type identifier ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "void *pvVar10;" primitive_type (pointer_declarator "*pvVar10" * identifier) ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "void *local_30;" primitive_type (pointer_declarator "*local_30" * identifier) ;) (declaration "int local_2c;" primitive_type identifier ;) (expression_statement "pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8);" (assignment_expression "pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8)" identifier = (cast_expression "(void *)(DAT_000a2e34 + 0xa2ab8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000a2e34 + 0xa2ab8)" ( (binary_expression "DAT_000a2e34 + 0xa2ab8" identifier + number_literal) )))) ;) (expression_statement "piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38);" (assignment_expression "piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38)" identifier = (pointer_expression "*(int **)((int)pvVar10 + DAT_000a2e38)" * (cast_expression "(int **)((int)pvVar10 + DAT_000a2e38)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)pvVar10 + DAT_000a2e38)" ( (binary_expression "(int)pvVar10 + DAT_000a2e38" (cast_expression "(int)pvVar10" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) ))))) ;) (expression_statement "local_2c = *piVar7;" (assignment_expression "local_2c = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) (if_statement "if ((*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))) {\n if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }\n if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }\n bVar1 = *(byte *)(param_1 + 0xc);\n *(byte *)(param_1 + 0xc) = bVar1 + 1;\n *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;\n *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;\n goto LAB_000a2b3c;\n }" if (parenthesized_expression "((*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1)))" ( (binary_expression "(*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))" (parenthesized_expression "(*(char *)(param_1 + 0xc) != '\0')" ( (binary_expression "*(char *)(param_1 + 0xc) != '\0'" (pointer_expression "*(char *)(param_1 + 0xc)" * (cast_expression "(char *)(param_1 + 0xc)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))" ( (binary_expression "(int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1)" (binary_expression "(int)(uint)*(ushort *)(param_1 + 0x14)" (cast_expression "(int)(uint)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uint)" ( identifier ))) * (cast_expression "(ushort *)(param_1 + 0x14)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) )))) <= (cast_expression "(int)(param_4 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_4 + 1)" ( (binary_expression "param_4 + 1" identifier + number_literal) )))) ))) )) (compound_statement "{\n if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }\n if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }\n bVar1 = *(byte *)(param_1 + 0xc);\n *(byte *)(param_1 + 0xc) = bVar1 + 1;\n *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;\n *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;\n goto LAB_000a2b3c;\n }" { (if_statement "if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }" if (parenthesized_expression "(param_5 != (void *)0x0)" ( (binary_expression "param_5 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }" { (expression_statement "pvVar10 = memcpy(param_5,param_3,param_4);" (assignment_expression "pvVar10 = memcpy(param_5,param_3,param_4)" identifier = (call_expression "memcpy(param_5,param_3,param_4)" identifier (argument_list "(param_5,param_3,param_4)" ( identifier , identifier , identifier )))) ;) (expression_statement "param_3 = param_5;" (assignment_expression "param_3 = param_5" identifier = identifier) ;) })) (if_statement "if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }" if (parenthesized_expression "(param_6 != 0)" ( (binary_expression "param_6 != 0" identifier != number_literal) )) (compound_statement "{\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }" { (expression_statement "local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));" (assignment_expression "local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" identifier = (cast_expression "(void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" ( (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18)" (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff" (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8" (parenthesized_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10))" ( (binary_expression "param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)" identifier ^ (parenthesized_expression "(param_6 >> 0x10 | param_6 << 0x10)" ( (binary_expression "param_6 >> 0x10 | param_6 << 0x10" (binary_expression "param_6 >> 0x10" identifier >> number_literal) | (binary_expression "param_6 << 0x10" identifier << number_literal)) ))) )) >> number_literal) & number_literal) ^ (parenthesized_expression "(param_6 >> 8 | param_6 << 0x18)" ( (binary_expression "param_6 >> 8 | param_6 << 0x18" (binary_expression "param_6 >> 8" identifier >> number_literal) | (binary_expression "param_6 << 0x18" identifier << number_literal)) ))) )))) ;) (expression_statement "pvVar10 = memcpy(param_3,&local_30,4);" (assignment_expression "pvVar10 = memcpy(param_3,&local_30,4)" identifier = (call_expression "memcpy(param_3,&local_30,4)" identifier (argument_list "(param_3,&local_30,4)" ( identifier , (pointer_expression "&local_30" & identifier) , number_literal )))) ;) })) (expression_statement "bVar1 = *(byte *)(param_1 + 0xc);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0xc)" identifier = (pointer_expression "*(byte *)(param_1 + 0xc)" * (cast_expression "(byte *)(param_1 + 0xc)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "*(byte *)(param_1 + 0xc) = bVar1 + 1;" (assignment_expression "*(byte *)(param_1 + 0xc) = bVar1 + 1" (pointer_expression "*(byte *)(param_1 + 0xc)" * (cast_expression "(byte *)(param_1 + 0xc)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) = (binary_expression "bVar1 + 1" identifier + number_literal)) ;) (expression_statement "*(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;" (assignment_expression "*(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3" (pointer_expression "*(void **)(param_1 + (uint)bVar1 * 4 + 0x24)" * (cast_expression "(void **)(param_1 + (uint)bVar1 * 4 + 0x24)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + (uint)bVar1 * 4 + 0x24)" ( (binary_expression "param_1 + (uint)bVar1 * 4 + 0x24" (binary_expression "param_1 + (uint)bVar1 * 4" identifier + (binary_expression "(uint)bVar1 * 4" (cast_expression "(uint)bVar1" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal) )))) = identifier) ;) (expression_statement "*(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;" (assignment_expression "*(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2" (pointer_expression "*(short *)(param_1 + (uint)bVar1 * 2 + 0x1a)" * (cast_expression "(short *)(param_1 + (uint)bVar1 * 2 + 0x1a)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + (uint)bVar1 * 2 + 0x1a)" ( (binary_expression "param_1 + (uint)bVar1 * 2 + 0x1a" (binary_expression "param_1 + (uint)bVar1 * 2" identifier + (binary_expression "(uint)bVar1 * 2" (cast_expression "(uint)bVar1" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal) )))) = (cast_expression "(short)param_2" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier)) ;) (goto_statement "goto LAB_000a2b3c;" goto statement_identifier ;) })) (expression_statement "pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48));" (assignment_expression "pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48))" identifier = (cast_expression "(void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48))" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0009be80(*(undefined4 *)(param_1 + 0x48))" identifier (argument_list "(*(undefined4 *)(param_1 + 0x48))" ( (pointer_expression "*(undefined4 *)(param_1 + 0x48)" * (cast_expression "(undefined4 *)(param_1 + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) )))) ))))) ;) (if_statement "if (pvVar10 == (void *)0x0) {\n uVar5 = (uint)*(byte *)(param_1 + 9);\n iVar9 = *(int *)(param_1 + 0x38);\n iVar3 = uVar5 + 5;\n iVar11 = uVar5 + 6;\n uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));\n uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;\n local_30 = pvVar10;\n if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }\n FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);\n pvVar10 = (void *)0xb;\n }" if (parenthesized_expression "(pvVar10 == (void *)0x0)" ( (binary_expression "pvVar10 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar5 = (uint)*(byte *)(param_1 + 9);\n iVar9 = *(int *)(param_1 + 0x38);\n iVar3 = uVar5 + 5;\n iVar11 = uVar5 + 6;\n uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));\n uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;\n local_30 = pvVar10;\n if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }\n FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);\n pvVar10 = (void *)0xb;\n }" { (expression_statement "uVar5 = (uint)*(byte *)(param_1 + 9);" (assignment_expression "uVar5 = (uint)*(byte *)(param_1 + 9)" identifier = (binary_expression "(uint)*(byte *)(param_1 + 9)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(param_1 + 9)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9)" ( (binary_expression "param_1 + 9" identifier + number_literal) ))))) ;) (expression_statement "iVar9 = *(int *)(param_1 + 0x38);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x38)" identifier = (pointer_expression "*(int *)(param_1 + 0x38)" * (cast_expression "(int *)(param_1 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) (expression_statement "iVar3 = uVar5 + 5;" (assignment_expression "iVar3 = uVar5 + 5" identifier = (binary_expression "uVar5 + 5" identifier + number_literal)) ;) (expression_statement "iVar11 = uVar5 + 6;" (assignment_expression "iVar11 = uVar5 + 6" identifier = (binary_expression "uVar5 + 6" identifier + number_literal)) ;) (expression_statement "uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));" (assignment_expression "uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" identifier = (cast_expression "(uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" ( (type_descriptor "uint" type_identifier) ) (call_expression "CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" identifier (argument_list "(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" ( (pointer_expression "*(undefined1 *)(iVar9 + iVar3)" * (cast_expression "(undefined1 *)(iVar9 + iVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar3)" ( (binary_expression "iVar9 + iVar3" identifier + identifier) )))) , (pointer_expression "*(undefined1 *)(iVar9 + iVar11)" * (cast_expression "(undefined1 *)(iVar9 + iVar11)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar11)" ( (binary_expression "iVar9 + iVar11" identifier + identifier) )))) ))))) ;) (expression_statement "uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;" (assignment_expression "uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2" identifier = (binary_expression "(uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2" (binary_expression "(uint)*(ushort *)(param_1 + 0x12)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(param_1 + 0x12)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x12)" ( (binary_expression "param_1 + 0x12" identifier + number_literal) )))) + (binary_expression "(uint)*(ushort *)(param_1 + 0x16) * 2" (binary_expression "(uint)*(ushort *)(param_1 + 0x16)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(param_1 + 0x16)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x16)" ( (binary_expression "param_1 + 0x16" identifier + number_literal) )))) * number_literal))) ;) (expression_statement "local_30 = pvVar10;" (assignment_expression "local_30 = pvVar10" identifier = identifier) ;) (if_statement "if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }" if (parenthesized_expression "((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000))))" ( (binary_expression "(uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))" (parenthesized_expression "(uVar4 <= uVar8)" ( (binary_expression "uVar4 <= uVar8" identifier <= identifier) )) || (parenthesized_expression "((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))" ( (parenthesized_expression "(uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000))" ( (binary_expression "uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)" (binary_expression "uVar8 == 0" identifier == number_literal) && (parenthesized_expression "(uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)" ( (comma_expression "uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000" (assignment_expression "uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24)" identifier = (pointer_expression "*(uint *)(*(int *)(param_1 + 0x34) + 0x24)" * (cast_expression "(uint *)(*(int *)(param_1 + 0x34) + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0x34) + 0x24)" ( (binary_expression "*(int *)(param_1 + 0x34) + 0x24" (pointer_expression "*(int *)(param_1 + 0x34)" * (cast_expression "(int *)(param_1 + 0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) )))) + number_literal) ))))) , (binary_expression "uVar8 == 0x10000" identifier == number_literal)) ))) )) ))) )) (compound_statement "{\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }" { (if_statement "if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }" if (parenthesized_expression "(((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1)))" ( (binary_expression "((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))" (parenthesized_expression "((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0'))" ( (binary_expression "(*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')" (parenthesized_expression "(*(char *)(iVar9 + uVar5 + 2) == '\0')" ( (binary_expression "*(char *)(iVar9 + uVar5 + 2) == '\0'" (pointer_expression "*(char *)(iVar9 + uVar5 + 2)" * (cast_expression "(char *)(iVar9 + uVar5 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + uVar5 + 2)" ( (binary_expression "iVar9 + uVar5 + 2" (binary_expression "iVar9 + uVar5" identifier + identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(char *)(iVar9 + uVar5 + 1) == '\0')" ( (binary_expression "*(char *)(iVar9 + uVar5 + 1) == '\0'" (pointer_expression "*(char *)(iVar9 + uVar5 + 1)" * (cast_expression "(char *)(iVar9 + uVar5 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + uVar5 + 1)" ( (binary_expression "iVar9 + uVar5 + 1" (binary_expression "iVar9 + uVar5" identifier + identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) ))) )) || (parenthesized_expression "((int)uVar8 <= (int)(uVar4 + 1))" ( (binary_expression "(int)uVar8 <= (int)(uVar4 + 1)" (cast_expression "(int)uVar8" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)(uVar4 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar4 + 1)" ( (binary_expression "uVar4 + 1" identifier + number_literal) )))) ))) )) (compound_statement "{\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }" { (labeled_statement "LAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }" statement_identifier : (if_statement "if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }" if (parenthesized_expression "((int)uVar8 < (int)(uVar4 + 2 + param_4))" ( (binary_expression "(int)uVar8 < (int)(uVar4 + 2 + param_4)" (cast_expression "(int)uVar8" ( (type_descriptor "int" primitive_type) ) identifier) < (cast_expression "(int)(uVar4 + 2 + param_4)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar4 + 2 + param_4)" ( (binary_expression "uVar4 + 2 + param_4" (binary_expression "uVar4 + 2" identifier + number_literal) + identifier) )))) )) (compound_statement "{\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }" { (expression_statement "iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);" (assignment_expression "iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2)" identifier = (binary_expression "(uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2)" (binary_expression "(uint)*(ushort *)(param_1 + 0x14)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(param_1 + 0x14)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) )))) - (parenthesized_expression "(param_4 + 2)" ( (binary_expression "param_4 + 2" identifier + number_literal) )))) ;) (if_statement "if (3 < iVar2) {\n iVar2 = 4;\n }" if (parenthesized_expression "(3 < iVar2)" ( (binary_expression "3 < iVar2" number_literal < identifier) )) (compound_statement "{\n iVar2 = 4;\n }" { (expression_statement "iVar2 = 4;" (assignment_expression "iVar2 = 4" identifier = number_literal) ;) })) (expression_statement "local_30 = (void *)FUN_00072778(param_1,iVar2);" (assignment_expression "local_30 = (void *)FUN_00072778(param_1,iVar2)" identifier = (cast_expression "(void *)FUN_00072778(param_1,iVar2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00072778(param_1,iVar2)" identifier (argument_list "(param_1,iVar2)" ( identifier , identifier ))))) ;) (expression_statement "pvVar10 = local_30;" (assignment_expression "pvVar10 = local_30" identifier = identifier) ;) (if_statement "if (local_30 != (void *)0x0) goto LAB_000a2c1c;" if (parenthesized_expression "(local_30 != (void *)0x0)" ( (binary_expression "local_30 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_000a2c1c;" goto statement_identifier ;)) (expression_statement "uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;" (assignment_expression "uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1" identifier = (binary_expression "(CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1" (parenthesized_expression "(CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff)" ( (binary_expression "CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff" (binary_expression "CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1" (call_expression "CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" identifier (argument_list "(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" ( (pointer_expression "*(undefined1 *)(iVar9 + iVar3)" * (cast_expression "(undefined1 *)(iVar9 + iVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar3)" ( (binary_expression "iVar9 + iVar3" identifier + identifier) )))) , (pointer_expression "*(undefined1 *)(iVar9 + iVar11)" * (cast_expression "(undefined1 *)(iVar9 + iVar11)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar11)" ( (binary_expression "iVar9 + iVar11" identifier + identifier) )))) ))) - number_literal) & number_literal) )) + number_literal)) ;) }))) (expression_statement "iVar2 = uVar8 - param_4;" (assignment_expression "iVar2 = uVar8 - param_4" identifier = (binary_expression "uVar8 - param_4" identifier - identifier)) ;) (expression_statement "*(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);" (assignment_expression "*(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8)" (pointer_expression "*(char *)(iVar9 + iVar3)" * (cast_expression "(char *)(iVar9 + iVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar3)" ( (binary_expression "iVar9 + iVar3" identifier + identifier) )))) = (cast_expression "(char)((uint)iVar2 >> 8)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "((uint)iVar2 >> 8)" ( (binary_expression "(uint)iVar2 >> 8" (cast_expression "(uint)iVar2" ( (type_descriptor "uint" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "*(char *)(iVar9 + iVar11) = (char)iVar2;" (assignment_expression "*(char *)(iVar9 + iVar11) = (char)iVar2" (pointer_expression "*(char *)(iVar9 + iVar11)" * (cast_expression "(char *)(iVar9 + iVar11)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar11)" ( (binary_expression "iVar9 + iVar11" identifier + identifier) )))) = (cast_expression "(char)iVar2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) }) (else_clause "else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }" else (compound_statement "{\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }" { (expression_statement "iVar2 = FUN_000725f8(param_1,param_4,&local_30);" (assignment_expression "iVar2 = FUN_000725f8(param_1,param_4,&local_30)" identifier = (call_expression "FUN_000725f8(param_1,param_4,&local_30)" identifier (argument_list "(param_1,param_4,&local_30)" ( identifier , identifier , (pointer_expression "&local_30" & identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }" { (expression_statement "pvVar10 = local_30;" (assignment_expression "pvVar10 = local_30" identifier = identifier) ;) (if_statement "if (local_30 != (void *)0x0) goto LAB_000a2c1c;" if (parenthesized_expression "(local_30 != (void *)0x0)" ( (binary_expression "local_30 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_000a2c1c;" goto statement_identifier ;)) (goto_statement "goto LAB_000a2c44;" goto statement_identifier ;) })) (expression_statement "iVar2 = iVar2 - iVar9;" (assignment_expression "iVar2 = iVar2 - iVar9" identifier = (binary_expression "iVar2 - iVar9" identifier - identifier)) ;) }))) (expression_statement "*(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;" (assignment_expression "*(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2" (pointer_expression "*(short *)(param_1 + 0x14)" * (cast_expression "(short *)(param_1 + 0x14)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) )))) = (binary_expression "(*(short *)(param_1 + 0x14) - (short)param_4) + -2" (parenthesized_expression "(*(short *)(param_1 + 0x14) - (short)param_4)" ( (binary_expression "*(short *)(param_1 + 0x14) - (short)param_4" (pointer_expression "*(short *)(param_1 + 0x14)" * (cast_expression "(short *)(param_1 + 0x14)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) )))) - (cast_expression "(short)param_4" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier)) )) + number_literal)) ;) (if_statement "if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }" if (parenthesized_expression "(param_6 == 0)" ( (binary_expression "param_6 == 0" identifier == number_literal) )) (compound_statement "{\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }" { (expression_statement "memcpy((void *)(iVar9 + iVar2),param_3,param_4);" (call_expression "memcpy((void *)(iVar9 + iVar2),param_3,param_4)" identifier (argument_list "((void *)(iVar9 + iVar2),param_3,param_4)" ( (cast_expression "(void *)(iVar9 + iVar2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar2)" ( (binary_expression "iVar9 + iVar2" identifier + identifier) ))) , identifier , identifier ))) ;) }) (else_clause "else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }" else (compound_statement "{\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }" { (expression_statement "memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);" (call_expression "memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4)" identifier (argument_list "((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4)" ( (cast_expression "(void *)(iVar9 + iVar2 + 4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar2 + 4)" ( (binary_expression "iVar9 + iVar2 + 4" (binary_expression "iVar9 + iVar2" identifier + identifier) + number_literal) ))) , (cast_expression "(void *)((int)param_3 + 4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_3 + 4)" ( (binary_expression "(int)param_3 + 4" (cast_expression "(int)param_3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) , (binary_expression "param_4 - 4" identifier - number_literal) ))) ;) (expression_statement "local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));" (assignment_expression "local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" identifier = (cast_expression "(void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" ( (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18)" (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff" (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8" (parenthesized_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10))" ( (binary_expression "param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)" identifier ^ (parenthesized_expression "(param_6 >> 0x10 | param_6 << 0x10)" ( (binary_expression "param_6 >> 0x10 | param_6 << 0x10" (binary_expression "param_6 >> 0x10" identifier >> number_literal) | (binary_expression "param_6 << 0x10" identifier << number_literal)) ))) )) >> number_literal) & number_literal) ^ (parenthesized_expression "(param_6 >> 8 | param_6 << 0x18)" ( (binary_expression "param_6 >> 8 | param_6 << 0x18" (binary_expression "param_6 >> 8" identifier >> number_literal) | (binary_expression "param_6 << 0x18" identifier << number_literal)) ))) )))) ;) (expression_statement "memcpy((void *)(iVar9 + iVar2),&local_30,4);" (call_expression "memcpy((void *)(iVar9 + iVar2),&local_30,4)" identifier (argument_list "((void *)(iVar9 + iVar2),&local_30,4)" ( (cast_expression "(void *)(iVar9 + iVar2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar2)" ( (binary_expression "iVar9 + iVar2" identifier + identifier) ))) , (pointer_expression "&local_30" & identifier) , number_literal ))) ;) }))) (expression_statement "iVar3 = *(int *)(param_1 + 0x40);" (assignment_expression "iVar3 = *(int *)(param_1 + 0x40)" identifier = (pointer_expression "*(int *)(param_1 + 0x40)" * (cast_expression "(int *)(param_1 + 0x40)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "__src = (void *)(iVar3 + param_2 * 2);" (assignment_expression "__src = (void *)(iVar3 + param_2 * 2)" identifier = (cast_expression "(void *)(iVar3 + param_2 * 2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + param_2 * 2)" ( (binary_expression "iVar3 + param_2 * 2" identifier + (binary_expression "param_2 * 2" identifier * number_literal)) )))) ;) (expression_statement "pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);" (assignment_expression "pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2)" identifier = (call_expression "memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2)" identifier (argument_list "((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2)" ( (cast_expression "(void *)((int)__src + 2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__src + 2)" ( (binary_expression "(int)__src + 2" (cast_expression "(int)__src" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) , identifier , (binary_expression "((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2" (parenthesized_expression "((uint)*(ushort *)(param_1 + 0x16) - param_2)" ( (binary_expression "(uint)*(ushort *)(param_1 + 0x16) - param_2" (binary_expression "(uint)*(ushort *)(param_1 + 0x16)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(param_1 + 0x16)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x16)" ( (binary_expression "param_1 + 0x16" identifier + number_literal) )))) - identifier) )) * number_literal) )))) ;) (expression_statement "*(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);" (assignment_expression "*(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8)" (pointer_expression "*(char *)(iVar3 + param_2 * 2)" * (cast_expression "(char *)(iVar3 + param_2 * 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + param_2 * 2)" ( (binary_expression "iVar3 + param_2 * 2" identifier + (binary_expression "param_2 * 2" identifier * number_literal)) )))) = (cast_expression "(char)((uint)iVar2 >> 8)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "((uint)iVar2 >> 8)" ( (binary_expression "(uint)iVar2 >> 8" (cast_expression "(uint)iVar2" ( (type_descriptor "uint" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "*(char *)((int)__src + 1) = (char)iVar2;" (assignment_expression "*(char *)((int)__src + 1) = (char)iVar2" (pointer_expression "*(char *)((int)__src + 1)" * (cast_expression "(char *)((int)__src + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__src + 1)" ( (binary_expression "(int)__src + 1" (cast_expression "(int)__src" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (cast_expression "(char)iVar2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "iVar3 = *(byte *)(param_1 + 9) + 4;" (assignment_expression "iVar3 = *(byte *)(param_1 + 9) + 4" identifier = (binary_expression "*(byte *)(param_1 + 9) + 4" (pointer_expression "*(byte *)(param_1 + 9)" * (cast_expression "(byte *)(param_1 + 9)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9)" ( (binary_expression "param_1 + 9" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "*(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;" (assignment_expression "*(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1" (pointer_expression "*(short *)(param_1 + 0x16)" * (cast_expression "(short *)(param_1 + 0x16)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x16)" ( (binary_expression "param_1 + 0x16" identifier + number_literal) )))) = (binary_expression "*(short *)(param_1 + 0x16) + 1" (pointer_expression "*(short *)(param_1 + 0x16)" * (cast_expression "(short *)(param_1 + 0x16)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x16)" ( (binary_expression "param_1 + 0x16" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "cVar6 = *(char *)(iVar9 + iVar3) + '\x01';" (assignment_expression "cVar6 = *(char *)(iVar9 + iVar3) + '\x01'" identifier = (binary_expression "*(char *)(iVar9 + iVar3) + '\x01'" (pointer_expression "*(char *)(iVar9 + iVar3)" * (cast_expression "(char *)(iVar9 + iVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar3)" ( (binary_expression "iVar9 + iVar3" identifier + identifier) )))) + (char_literal "'\x01'" ' escape_sequence '))) ;) (expression_statement "*(char *)(iVar9 + iVar3) = cVar6;" (assignment_expression "*(char *)(iVar9 + iVar3) = cVar6" (pointer_expression "*(char *)(iVar9 + iVar3)" * (cast_expression "(char *)(iVar9 + iVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar3)" ( (binary_expression "iVar9 + iVar3" identifier + identifier) )))) = identifier) ;) (if_statement "if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }" if (parenthesized_expression "(cVar6 == '\0')" ( (binary_expression "cVar6 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }" { (expression_statement "iVar3 = *(byte *)(param_1 + 9) + 3;" (assignment_expression "iVar3 = *(byte *)(param_1 + 9) + 3" identifier = (binary_expression "*(byte *)(param_1 + 9) + 3" (pointer_expression "*(byte *)(param_1 + 9)" * (cast_expression "(byte *)(param_1 + 9)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9)" ( (binary_expression "param_1 + 9" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "*(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';" (assignment_expression "*(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01'" (pointer_expression "*(char *)(iVar9 + iVar3)" * (cast_expression "(char *)(iVar9 + iVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar3)" ( (binary_expression "iVar9 + iVar3" identifier + identifier) )))) = (binary_expression "*(char *)(iVar9 + iVar3) + '\x01'" (pointer_expression "*(char *)(iVar9 + iVar3)" * (cast_expression "(char *)(iVar9 + iVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + iVar3)" ( (binary_expression "iVar9 + iVar3" identifier + identifier) )))) + (char_literal "'\x01'" ' escape_sequence '))) ;) })) (if_statement "if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }" if (parenthesized_expression "(*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0')" ( (binary_expression "*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0'" (pointer_expression "*(char *)(*(int *)(param_1 + 0x34) + 0x11)" * (cast_expression "(char *)(*(int *)(param_1 + 0x34) + 0x11)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0x34) + 0x11)" ( (binary_expression "*(int *)(param_1 + 0x34) + 0x11" (pointer_expression "*(int *)(param_1 + 0x34)" * (cast_expression "(int *)(param_1 + 0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) )))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }" { (expression_statement "pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);" (assignment_expression "pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7)" identifier = (cast_expression "(void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7)" identifier (argument_list "(param_1,param_1 + 0x3c,param_3,param_7)" ( identifier , (binary_expression "param_1 + 0x3c" identifier + number_literal) , identifier , identifier ))))) ;) })) (goto_statement "goto LAB_000a2b3c;" goto statement_identifier ;) })) (expression_statement "FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);" (call_expression "FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10)" identifier (argument_list "(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10)" ( number_literal , (binary_expression "DAT_000a2e40 + 0xa2c18" identifier + number_literal) , (binary_expression "DAT_000a2e44 + 0xa2c14" identifier + number_literal) , identifier , (binary_expression "DAT_000a2e3c + 0xa2c10" identifier + number_literal) ))) ;) (expression_statement "pvVar10 = (void *)0xb;" (assignment_expression "pvVar10 = (void *)0xb" identifier = (cast_expression "(void *)0xb" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (labeled_statement "LAB_000a2c1c:\n *param_7 = pvVar10;" statement_identifier : (expression_statement "*param_7 = pvVar10;" (assignment_expression "*param_7 = pvVar10" (pointer_expression "*param_7" * identifier) = identifier) ;)) (labeled_statement "LAB_000a2b3c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }" statement_identifier : (if_statement "if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }" if (parenthesized_expression "(local_2c != *piVar7)" ( (binary_expression "local_2c != *piVar7" identifier != (pointer_expression "*piVar7" * identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }" { comment (expression_statement "__stack_chk_fail(pvVar10);" (call_expression "__stack_chk_fail(pvVar10)" identifier (argument_list "(pvVar10)" ( 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 (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (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 * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) ))))) ;) (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 IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) || (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( IDENT ))) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (parenthesized_expression ( (binary_expression IDENT ^ (parenthesized_expression ( (binary_expression (binary_expression IDENT >> LIT) | (binary_expression IDENT << LIT)) ))) )) >> LIT) & LIT) ^ (parenthesized_expression ( (binary_expression (binary_expression IDENT >> LIT) | (binary_expression IDENT << LIT)) ))) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , LIT )))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (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 IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier short) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT) )))) = (cast_expression ( (type_descriptor (sized_type_specifier short)) ) IDENT)) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * (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 = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) , (binary_expression IDENT == LIT)) ))) )) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) )))) == (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) )))) == (char_literal ' escape_sequence ')) ))) )) || (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) <= (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + 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 IDENT + IDENT) )))) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & 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 != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) }))) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier short) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier short) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (cast_expression ( (type_descriptor (sized_type_specifier short)) ) IDENT)) )) + LIT)) ;) (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 + IDENT) ))) , IDENT , IDENT ))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) ))) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))) , (binary_expression IDENT - LIT) ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (parenthesized_expression ( (binary_expression IDENT ^ (parenthesized_expression ( (binary_expression (binary_expression IDENT >> LIT) | (binary_expression IDENT << LIT)) ))) )) >> LIT) & LIT) ^ (parenthesized_expression ( (binary_expression (binary_expression IDENT >> LIT) | (binary_expression IDENT << LIT)) ))) )))) ;) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))) , (pointer_expression & IDENT) , LIT ))) ;) }))) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))) , IDENT , (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - IDENT) )) * LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) )))) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier short) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier short) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) + (char_literal ' escape_sequence '))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) + (char_literal ' escape_sequence '))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + LIT) , IDENT , IDENT ))))) ;) })) (goto_statement goto statement_identifier ;) })) (expression_statement (call_expression IDENT (argument_list ( LIT , (binary_expression IDENT + LIT) , (binary_expression IDENT + LIT) , IDENT , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * IDENT)) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }))) (return_statement return ;) })))
(function_definition "void FUN_000a2aa4(int param_1,int param_2,void *param_3,size_t param_4,void *param_5,uint param_6,\n undefined4 *param_7)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n char cVar6;\n int *piVar7;\n void *__src;\n uint uVar8;\n int iVar9;\n void *pvVar10;\n int iVar11;\n void *local_30;\n int local_2c;\n \n pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8);\n piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38);\n local_2c = *piVar7;\n if ((*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))) {\n if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }\n if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }\n bVar1 = *(byte *)(param_1 + 0xc);\n *(byte *)(param_1 + 0xc) = bVar1 + 1;\n *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;\n *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;\n goto LAB_000a2b3c;\n }\n pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48));\n if (pvVar10 == (void *)0x0) {\n uVar5 = (uint)*(byte *)(param_1 + 9);\n iVar9 = *(int *)(param_1 + 0x38);\n iVar3 = uVar5 + 5;\n iVar11 = uVar5 + 6;\n uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));\n uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;\n local_30 = pvVar10;\n if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }\n FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);\n pvVar10 = (void *)0xb;\n }\nLAB_000a2c1c:\n *param_7 = pvVar10;\nLAB_000a2b3c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_000a2aa4(int param_1,int param_2,void *param_3,size_t param_4,void *param_5,uint param_6,\n undefined4 *param_7)" (identifier "FUN_000a2aa4") (parameter_list "(int param_1,int param_2,void *param_3,size_t param_4,void *param_5,uint param_6,\n undefined4 *param_7)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "void *param_3" (primitive_type "void") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "size_t param_4" (primitive_type "size_t") (identifier "param_4")) (, ",") (parameter_declaration "void *param_5" (primitive_type "void") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) (, ",") (parameter_declaration "uint param_6" (type_identifier "uint") (identifier "param_6")) (, ",") (parameter_declaration "undefined4 *param_7" (type_identifier "undefined4") (pointer_declarator "*param_7" (* "*") (identifier "param_7"))) () ")"))) (compound_statement "{\n byte bVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n char cVar6;\n int *piVar7;\n void *__src;\n uint uVar8;\n int iVar9;\n void *pvVar10;\n int iVar11;\n void *local_30;\n int local_2c;\n \n pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8);\n piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38);\n local_2c = *piVar7;\n if ((*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))) {\n if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }\n if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }\n bVar1 = *(byte *)(param_1 + 0xc);\n *(byte *)(param_1 + 0xc) = bVar1 + 1;\n *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;\n *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;\n goto LAB_000a2b3c;\n }\n pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48));\n if (pvVar10 == (void *)0x0) {\n uVar5 = (uint)*(byte *)(param_1 + 9);\n iVar9 = *(int *)(param_1 + 0x38);\n iVar3 = uVar5 + 5;\n iVar11 = uVar5 + 6;\n uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));\n uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;\n local_30 = pvVar10;\n if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }\n FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);\n pvVar10 = (void *)0xb;\n }\nLAB_000a2c1c:\n *param_7 = pvVar10;\nLAB_000a2b3c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }\n return;\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (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 "char cVar6;" (primitive_type "char") (identifier "cVar6") (; ";")) (declaration "int *piVar7;" (primitive_type "int") (pointer_declarator "*piVar7" (* "*") (identifier "piVar7")) (; ";")) (declaration "void *__src;" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "uint uVar8;" (type_identifier "uint") (identifier "uVar8") (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "void *pvVar10;" (primitive_type "void") (pointer_declarator "*pvVar10" (* "*") (identifier "pvVar10")) (; ";")) (declaration "int iVar11;" (primitive_type "int") (identifier "iVar11") (; ";")) (declaration "void *local_30;" (primitive_type "void") (pointer_declarator "*local_30" (* "*") (identifier "local_30")) (; ";")) (declaration "int local_2c;" (primitive_type "int") (identifier "local_2c") (; ";")) (expression_statement "pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8);" (assignment_expression "pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8)" (identifier "pvVar10") (= "=") (cast_expression "(void *)(DAT_000a2e34 + 0xa2ab8)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_000a2e34 + 0xa2ab8)" (( "(") (binary_expression "DAT_000a2e34 + 0xa2ab8" (identifier "DAT_000a2e34") (+ "+") (number_literal "0xa2ab8")) () ")")))) (; ";")) (expression_statement "piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38);" (assignment_expression "piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38)" (identifier "piVar7") (= "=") (pointer_expression "*(int **)((int)pvVar10 + DAT_000a2e38)" (* "*") (cast_expression "(int **)((int)pvVar10 + DAT_000a2e38)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)pvVar10 + DAT_000a2e38)" (( "(") (binary_expression "(int)pvVar10 + DAT_000a2e38" (cast_expression "(int)pvVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pvVar10")) (+ "+") (identifier "DAT_000a2e38")) () ")"))))) (; ";")) (expression_statement "local_2c = *piVar7;" (assignment_expression "local_2c = *piVar7" (identifier "local_2c") (= "=") (pointer_expression "*piVar7" (* "*") (identifier "piVar7"))) (; ";")) (if_statement "if ((*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))) {\n if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }\n if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }\n bVar1 = *(byte *)(param_1 + 0xc);\n *(byte *)(param_1 + 0xc) = bVar1 + 1;\n *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;\n *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;\n goto LAB_000a2b3c;\n }" (if "if") (parenthesized_expression "((*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1)))" (( "(") (binary_expression "(*(char *)(param_1 + 0xc) != '\0') ||\n ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))" (parenthesized_expression "(*(char *)(param_1 + 0xc) != '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0xc) != '\0'" (pointer_expression "*(char *)(param_1 + 0xc)" (* "*") (cast_expression "(char *)(param_1 + 0xc)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (|| "||") (parenthesized_expression "((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))" (( "(") (binary_expression "(int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1)" (binary_expression "(int)(uint)*(ushort *)(param_1 + 0x14)" (cast_expression "(int)(uint)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")"))) (* "*") (cast_expression "(ushort *)(param_1 + 0x14)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x14)" (( "(") (binary_expression "param_1 + 0x14" (identifier "param_1") (+ "+") (number_literal "0x14")) () ")")))) (<= "<=") (cast_expression "(int)(param_4 + 1)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(param_4 + 1)" (( "(") (binary_expression "param_4 + 1" (identifier "param_4") (+ "+") (number_literal "1")) () ")")))) () ")"))) () ")")) (compound_statement "{\n if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }\n if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }\n bVar1 = *(byte *)(param_1 + 0xc);\n *(byte *)(param_1 + 0xc) = bVar1 + 1;\n *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;\n *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;\n goto LAB_000a2b3c;\n }" ({ "{") (if_statement "if (param_5 != (void *)0x0) {\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }" (if "if") (parenthesized_expression "(param_5 != (void *)0x0)" (( "(") (binary_expression "param_5 != (void *)0x0" (identifier "param_5") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n pvVar10 = memcpy(param_5,param_3,param_4);\n param_3 = param_5;\n }" ({ "{") (expression_statement "pvVar10 = memcpy(param_5,param_3,param_4);" (assignment_expression "pvVar10 = memcpy(param_5,param_3,param_4)" (identifier "pvVar10") (= "=") (call_expression "memcpy(param_5,param_3,param_4)" (identifier "memcpy") (argument_list "(param_5,param_3,param_4)" (( "(") (identifier "param_5") (, ",") (identifier "param_3") (, ",") (identifier "param_4") () ")")))) (; ";")) (expression_statement "param_3 = param_5;" (assignment_expression "param_3 = param_5" (identifier "param_3") (= "=") (identifier "param_5")) (; ";")) (} "}"))) (if_statement "if (param_6 != 0) {\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }" (if "if") (parenthesized_expression "(param_6 != 0)" (( "(") (binary_expression "param_6 != 0" (identifier "param_6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n pvVar10 = memcpy(param_3,&local_30,4);\n }" ({ "{") (expression_statement "local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));" (assignment_expression "local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" (identifier "local_30") (= "=") (cast_expression "(void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" (( "(") (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18)" (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff" (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8" (parenthesized_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10))" (( "(") (binary_expression "param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)" (identifier "param_6") (^ "^") (parenthesized_expression "(param_6 >> 0x10 | param_6 << 0x10)" (( "(") (binary_expression "param_6 >> 0x10 | param_6 << 0x10" (binary_expression "param_6 >> 0x10" (identifier "param_6") (>> ">>") (number_literal "0x10")) (| "|") (binary_expression "param_6 << 0x10" (identifier "param_6") (<< "<<") (number_literal "0x10"))) () ")"))) () ")")) (>> ">>") (number_literal "8")) (& "&") (number_literal "0xffff00ff")) (^ "^") (parenthesized_expression "(param_6 >> 8 | param_6 << 0x18)" (( "(") (binary_expression "param_6 >> 8 | param_6 << 0x18" (binary_expression "param_6 >> 8" (identifier "param_6") (>> ">>") (number_literal "8")) (| "|") (binary_expression "param_6 << 0x18" (identifier "param_6") (<< "<<") (number_literal "0x18"))) () ")"))) () ")")))) (; ";")) (expression_statement "pvVar10 = memcpy(param_3,&local_30,4);" (assignment_expression "pvVar10 = memcpy(param_3,&local_30,4)" (identifier "pvVar10") (= "=") (call_expression "memcpy(param_3,&local_30,4)" (identifier "memcpy") (argument_list "(param_3,&local_30,4)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&local_30" (& "&") (identifier "local_30")) (, ",") (number_literal "4") () ")")))) (; ";")) (} "}"))) (expression_statement "bVar1 = *(byte *)(param_1 + 0xc);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0xc)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(param_1 + 0xc)" (* "*") (cast_expression "(byte *)(param_1 + 0xc)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "*(byte *)(param_1 + 0xc) = bVar1 + 1;" (assignment_expression "*(byte *)(param_1 + 0xc) = bVar1 + 1" (pointer_expression "*(byte *)(param_1 + 0xc)" (* "*") (cast_expression "(byte *)(param_1 + 0xc)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")")))) (= "=") (binary_expression "bVar1 + 1" (identifier "bVar1") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3;" (assignment_expression "*(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3" (pointer_expression "*(void **)(param_1 + (uint)bVar1 * 4 + 0x24)" (* "*") (cast_expression "(void **)(param_1 + (uint)bVar1 * 4 + 0x24)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + (uint)bVar1 * 4 + 0x24)" (( "(") (binary_expression "param_1 + (uint)bVar1 * 4 + 0x24" (binary_expression "param_1 + (uint)bVar1 * 4" (identifier "param_1") (+ "+") (binary_expression "(uint)bVar1 * 4" (cast_expression "(uint)bVar1" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar1")) (* "*") (number_literal "4"))) (+ "+") (number_literal "0x24")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (expression_statement "*(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2;" (assignment_expression "*(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2" (pointer_expression "*(short *)(param_1 + (uint)bVar1 * 2 + 0x1a)" (* "*") (cast_expression "(short *)(param_1 + (uint)bVar1 * 2 + 0x1a)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + (uint)bVar1 * 2 + 0x1a)" (( "(") (binary_expression "param_1 + (uint)bVar1 * 2 + 0x1a" (binary_expression "param_1 + (uint)bVar1 * 2" (identifier "param_1") (+ "+") (binary_expression "(uint)bVar1 * 2" (cast_expression "(uint)bVar1" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar1")) (* "*") (number_literal "2"))) (+ "+") (number_literal "0x1a")) () ")")))) (= "=") (cast_expression "(short)param_2" (( "(") (type_descriptor "short" (sized_type_specifier "short" (short "short"))) () ")") (identifier "param_2"))) (; ";")) (goto_statement "goto LAB_000a2b3c;" (goto "goto") (statement_identifier "LAB_000a2b3c") (; ";")) (} "}"))) (expression_statement "pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48));" (assignment_expression "pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48))" (identifier "pvVar10") (= "=") (cast_expression "(void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48))" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0009be80(*(undefined4 *)(param_1 + 0x48))" (identifier "FUN_0009be80") (argument_list "(*(undefined4 *)(param_1 + 0x48))" (( "(") (pointer_expression "*(undefined4 *)(param_1 + 0x48)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x48)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")")))) () ")"))))) (; ";")) (if_statement "if (pvVar10 == (void *)0x0) {\n uVar5 = (uint)*(byte *)(param_1 + 9);\n iVar9 = *(int *)(param_1 + 0x38);\n iVar3 = uVar5 + 5;\n iVar11 = uVar5 + 6;\n uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));\n uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;\n local_30 = pvVar10;\n if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }\n FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);\n pvVar10 = (void *)0xb;\n }" (if "if") (parenthesized_expression "(pvVar10 == (void *)0x0)" (( "(") (binary_expression "pvVar10 == (void *)0x0" (identifier "pvVar10") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar5 = (uint)*(byte *)(param_1 + 9);\n iVar9 = *(int *)(param_1 + 0x38);\n iVar3 = uVar5 + 5;\n iVar11 = uVar5 + 6;\n uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));\n uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;\n local_30 = pvVar10;\n if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }\n FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);\n pvVar10 = (void *)0xb;\n }" ({ "{") (expression_statement "uVar5 = (uint)*(byte *)(param_1 + 9);" (assignment_expression "uVar5 = (uint)*(byte *)(param_1 + 9)" (identifier "uVar5") (= "=") (binary_expression "(uint)*(byte *)(param_1 + 9)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(byte *)(param_1 + 9)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 9)" (( "(") (binary_expression "param_1 + 9" (identifier "param_1") (+ "+") (number_literal "9")) () ")"))))) (; ";")) (expression_statement "iVar9 = *(int *)(param_1 + 0x38);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x38)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)(param_1 + 0x38)" (* "*") (cast_expression "(int *)(param_1 + 0x38)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (expression_statement "iVar3 = uVar5 + 5;" (assignment_expression "iVar3 = uVar5 + 5" (identifier "iVar3") (= "=") (binary_expression "uVar5 + 5" (identifier "uVar5") (+ "+") (number_literal "5"))) (; ";")) (expression_statement "iVar11 = uVar5 + 6;" (assignment_expression "iVar11 = uVar5 + 6" (identifier "iVar11") (= "=") (binary_expression "uVar5 + 6" (identifier "uVar5") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11));" (assignment_expression "uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" (identifier "uVar8") (= "=") (cast_expression "(uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" (identifier "CONCAT11") (argument_list "(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" (( "(") (pointer_expression "*(undefined1 *)(iVar9 + iVar3)" (* "*") (cast_expression "(undefined1 *)(iVar9 + iVar3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + iVar3)" (( "(") (binary_expression "iVar9 + iVar3" (identifier "iVar9") (+ "+") (identifier "iVar3")) () ")")))) (, ",") (pointer_expression "*(undefined1 *)(iVar9 + iVar11)" (* "*") (cast_expression "(undefined1 *)(iVar9 + iVar11)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + iVar11)" (( "(") (binary_expression "iVar9 + iVar11" (identifier "iVar9") (+ "+") (identifier "iVar11")) () ")")))) () ")"))))) (; ";")) (expression_statement "uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2;" (assignment_expression "uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2" (identifier "uVar4") (= "=") (binary_expression "(uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2" (binary_expression "(uint)*(ushort *)(param_1 + 0x12)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(ushort *)(param_1 + 0x12)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x12)" (( "(") (binary_expression "param_1 + 0x12" (identifier "param_1") (+ "+") (number_literal "0x12")) () ")")))) (+ "+") (binary_expression "(uint)*(ushort *)(param_1 + 0x16) * 2" (binary_expression "(uint)*(ushort *)(param_1 + 0x16)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(ushort *)(param_1 + 0x16)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x16)" (( "(") (binary_expression "param_1 + 0x16" (identifier "param_1") (+ "+") (number_literal "0x16")) () ")")))) (* "*") (number_literal "2")))) (; ";")) (expression_statement "local_30 = pvVar10;" (assignment_expression "local_30 = pvVar10" (identifier "local_30") (= "=") (identifier "pvVar10")) (; ";")) (if_statement "if ((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) {\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }" (if "if") (parenthesized_expression "((uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000))))" (( "(") (binary_expression "(uVar4 <= uVar8) ||\n ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))" (parenthesized_expression "(uVar4 <= uVar8)" (( "(") (binary_expression "uVar4 <= uVar8" (identifier "uVar4") (<= "<=") (identifier "uVar8")) () ")")) (|| "||") (parenthesized_expression "((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))" (( "(") (parenthesized_expression "(uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000))" (( "(") (binary_expression "uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)" (binary_expression "uVar8 == 0" (identifier "uVar8") (== "==") (number_literal "0")) (&& "&&") (parenthesized_expression "(uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)" (( "(") (comma_expression "uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000" (assignment_expression "uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24)" (identifier "uVar8") (= "=") (pointer_expression "*(uint *)(*(int *)(param_1 + 0x34) + 0x24)" (* "*") (cast_expression "(uint *)(*(int *)(param_1 + 0x34) + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_1 + 0x34) + 0x24)" (( "(") (binary_expression "*(int *)(param_1 + 0x34) + 0x24" (pointer_expression "*(int *)(param_1 + 0x34)" (* "*") (cast_expression "(int *)(param_1 + 0x34)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x34)" (( "(") (binary_expression "param_1 + 0x34" (identifier "param_1") (+ "+") (number_literal "0x34")) () ")")))) (+ "+") (number_literal "0x24")) () ")"))))) (, ",") (binary_expression "uVar8 == 0x10000" (identifier "uVar8") (== "==") (number_literal "0x10000"))) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }\n *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;\n if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }\n iVar3 = *(int *)(param_1 + 0x40);\n __src = (void *)(iVar3 + param_2 * 2);\n pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);\n *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);\n *(char *)((int)__src + 1) = (char)iVar2;\n iVar3 = *(byte *)(param_1 + 9) + 4;\n *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;\n cVar6 = *(char *)(iVar9 + iVar3) + '\x01';\n *(char *)(iVar9 + iVar3) = cVar6;\n if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }\n if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }\n goto LAB_000a2b3c;\n }" ({ "{") (if_statement "if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))) {\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }\n else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }" (if "if") (parenthesized_expression "(((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1)))" (( "(") (binary_expression "((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) ||\n ((int)uVar8 <= (int)(uVar4 + 1))" (parenthesized_expression "((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0'))" (( "(") (binary_expression "(*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')" (parenthesized_expression "(*(char *)(iVar9 + uVar5 + 2) == '\0')" (( "(") (binary_expression "*(char *)(iVar9 + uVar5 + 2) == '\0'" (pointer_expression "*(char *)(iVar9 + uVar5 + 2)" (* "*") (cast_expression "(char *)(iVar9 + uVar5 + 2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + uVar5 + 2)" (( "(") (binary_expression "iVar9 + uVar5 + 2" (binary_expression "iVar9 + uVar5" (identifier "iVar9") (+ "+") (identifier "uVar5")) (+ "+") (number_literal "2")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(*(char *)(iVar9 + uVar5 + 1) == '\0')" (( "(") (binary_expression "*(char *)(iVar9 + uVar5 + 1) == '\0'" (pointer_expression "*(char *)(iVar9 + uVar5 + 1)" (* "*") (cast_expression "(char *)(iVar9 + uVar5 + 1)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + uVar5 + 1)" (( "(") (binary_expression "iVar9 + uVar5 + 1" (binary_expression "iVar9 + uVar5" (identifier "iVar9") (+ "+") (identifier "uVar5")) (+ "+") (number_literal "1")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (|| "||") (parenthesized_expression "((int)uVar8 <= (int)(uVar4 + 1))" (( "(") (binary_expression "(int)uVar8 <= (int)(uVar4 + 1)" (cast_expression "(int)uVar8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar8")) (<= "<=") (cast_expression "(int)(uVar4 + 1)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(uVar4 + 1)" (( "(") (binary_expression "uVar4 + 1" (identifier "uVar4") (+ "+") (number_literal "1")) () ")")))) () ")"))) () ")")) (compound_statement "{\nLAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }\n iVar2 = uVar8 - param_4;\n *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);\n *(char *)(iVar9 + iVar11) = (char)iVar2;\n }" ({ "{") (labeled_statement "LAB_000a2c44:\n if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }" (statement_identifier "LAB_000a2c44") (: ":") (if_statement "if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) {\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }" (if "if") (parenthesized_expression "((int)uVar8 < (int)(uVar4 + 2 + param_4))" (( "(") (binary_expression "(int)uVar8 < (int)(uVar4 + 2 + param_4)" (cast_expression "(int)uVar8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar8")) (< "<") (cast_expression "(int)(uVar4 + 2 + param_4)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(uVar4 + 2 + param_4)" (( "(") (binary_expression "uVar4 + 2 + param_4" (binary_expression "uVar4 + 2" (identifier "uVar4") (+ "+") (number_literal "2")) (+ "+") (identifier "param_4")) () ")")))) () ")")) (compound_statement "{\n iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);\n if (3 < iVar2) {\n iVar2 = 4;\n }\n local_30 = (void *)FUN_00072778(param_1,iVar2);\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;\n }" ({ "{") (expression_statement "iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2);" (assignment_expression "iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2)" (identifier "iVar2") (= "=") (binary_expression "(uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2)" (binary_expression "(uint)*(ushort *)(param_1 + 0x14)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(ushort *)(param_1 + 0x14)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x14)" (( "(") (binary_expression "param_1 + 0x14" (identifier "param_1") (+ "+") (number_literal "0x14")) () ")")))) (- "-") (parenthesized_expression "(param_4 + 2)" (( "(") (binary_expression "param_4 + 2" (identifier "param_4") (+ "+") (number_literal "2")) () ")")))) (; ";")) (if_statement "if (3 < iVar2) {\n iVar2 = 4;\n }" (if "if") (parenthesized_expression "(3 < iVar2)" (( "(") (binary_expression "3 < iVar2" (number_literal "3") (< "<") (identifier "iVar2")) () ")")) (compound_statement "{\n iVar2 = 4;\n }" ({ "{") (expression_statement "iVar2 = 4;" (assignment_expression "iVar2 = 4" (identifier "iVar2") (= "=") (number_literal "4")) (; ";")) (} "}"))) (expression_statement "local_30 = (void *)FUN_00072778(param_1,iVar2);" (assignment_expression "local_30 = (void *)FUN_00072778(param_1,iVar2)" (identifier "local_30") (= "=") (cast_expression "(void *)FUN_00072778(param_1,iVar2)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00072778(param_1,iVar2)" (identifier "FUN_00072778") (argument_list "(param_1,iVar2)" (( "(") (identifier "param_1") (, ",") (identifier "iVar2") () ")"))))) (; ";")) (expression_statement "pvVar10 = local_30;" (assignment_expression "pvVar10 = local_30" (identifier "pvVar10") (= "=") (identifier "local_30")) (; ";")) (if_statement "if (local_30 != (void *)0x0) goto LAB_000a2c1c;" (if "if") (parenthesized_expression "(local_30 != (void *)0x0)" (( "(") (binary_expression "local_30 != (void *)0x0" (identifier "local_30") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_000a2c1c;" (goto "goto") (statement_identifier "LAB_000a2c1c") (; ";"))) (expression_statement "uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1;" (assignment_expression "uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1" (identifier "uVar8") (= "=") (binary_expression "(CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff) + 1" (parenthesized_expression "(CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff)" (( "(") (binary_expression "CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 &\n 0xffff" (binary_expression "CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1" (call_expression "CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" (identifier "CONCAT11") (argument_list "(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11))" (( "(") (pointer_expression "*(undefined1 *)(iVar9 + iVar3)" (* "*") (cast_expression "(undefined1 *)(iVar9 + iVar3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + iVar3)" (( "(") (binary_expression "iVar9 + iVar3" (identifier "iVar9") (+ "+") (identifier "iVar3")) () ")")))) (, ",") (pointer_expression "*(undefined1 *)(iVar9 + iVar11)" (* "*") (cast_expression "(undefined1 *)(iVar9 + iVar11)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + iVar11)" (( "(") (binary_expression "iVar9 + iVar11" (identifier "iVar9") (+ "+") (identifier "iVar11")) () ")")))) () ")"))) (- "-") (number_literal "1")) (& "&") (number_literal "0xffff")) () ")")) (+ "+") (number_literal "1"))) (; ";")) (} "}")))) (expression_statement "iVar2 = uVar8 - param_4;" (assignment_expression "iVar2 = uVar8 - param_4" (identifier "iVar2") (= "=") (binary_expression "uVar8 - param_4" (identifier "uVar8") (- "-") (identifier "param_4"))) (; ";")) (expression_statement "*(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8);" (assignment_expression "*(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8)" (pointer_expression "*(char *)(iVar9 + iVar3)" (* "*") (cast_expression "(char *)(iVar9 + iVar3)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + iVar3)" (( "(") (binary_expression "iVar9 + iVar3" (identifier "iVar9") (+ "+") (identifier "iVar3")) () ")")))) (= "=") (cast_expression "(char)((uint)iVar2 >> 8)" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (parenthesized_expression "((uint)iVar2 >> 8)" (( "(") (binary_expression "(uint)iVar2 >> 8" (cast_expression "(uint)iVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "iVar2")) (>> ">>") (number_literal "8")) () ")")))) (; ";")) (expression_statement "*(char *)(iVar9 + iVar11) = (char)iVar2;" (assignment_expression "*(char *)(iVar9 + iVar11) = (char)iVar2" (pointer_expression "*(char *)(iVar9 + iVar11)" (* "*") (cast_expression "(char *)(iVar9 + iVar11)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + iVar11)" (( "(") (binary_expression "iVar9 + iVar11" (identifier "iVar9") (+ "+") (identifier "iVar11")) () ")")))) (= "=") (cast_expression "(char)iVar2" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "iVar2"))) (; ";")) (} "}")) (else_clause "else {\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }" (else "else") (compound_statement "{\n iVar2 = FUN_000725f8(param_1,param_4,&local_30);\n if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }\n iVar2 = iVar2 - iVar9;\n }" ({ "{") (expression_statement "iVar2 = FUN_000725f8(param_1,param_4,&local_30);" (assignment_expression "iVar2 = FUN_000725f8(param_1,param_4,&local_30)" (identifier "iVar2") (= "=") (call_expression "FUN_000725f8(param_1,param_4,&local_30)" (identifier "FUN_000725f8") (argument_list "(param_1,param_4,&local_30)" (( "(") (identifier "param_1") (, ",") (identifier "param_4") (, ",") (pointer_expression "&local_30" (& "&") (identifier "local_30")) () ")")))) (; ";")) (if_statement "if (iVar2 == 0) {\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n pvVar10 = local_30;\n if (local_30 != (void *)0x0) goto LAB_000a2c1c;\n goto LAB_000a2c44;\n }" ({ "{") (expression_statement "pvVar10 = local_30;" (assignment_expression "pvVar10 = local_30" (identifier "pvVar10") (= "=") (identifier "local_30")) (; ";")) (if_statement "if (local_30 != (void *)0x0) goto LAB_000a2c1c;" (if "if") (parenthesized_expression "(local_30 != (void *)0x0)" (( "(") (binary_expression "local_30 != (void *)0x0" (identifier "local_30") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_000a2c1c;" (goto "goto") (statement_identifier "LAB_000a2c1c") (; ";"))) (goto_statement "goto LAB_000a2c44;" (goto "goto") (statement_identifier "LAB_000a2c44") (; ";")) (} "}"))) (expression_statement "iVar2 = iVar2 - iVar9;" (assignment_expression "iVar2 = iVar2 - iVar9" (identifier "iVar2") (= "=") (binary_expression "iVar2 - iVar9" (identifier "iVar2") (- "-") (identifier "iVar9"))) (; ";")) (} "}")))) (expression_statement "*(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2;" (assignment_expression "*(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2" (pointer_expression "*(short *)(param_1 + 0x14)" (* "*") (cast_expression "(short *)(param_1 + 0x14)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x14)" (( "(") (binary_expression "param_1 + 0x14" (identifier "param_1") (+ "+") (number_literal "0x14")) () ")")))) (= "=") (binary_expression "(*(short *)(param_1 + 0x14) - (short)param_4) + -2" (parenthesized_expression "(*(short *)(param_1 + 0x14) - (short)param_4)" (( "(") (binary_expression "*(short *)(param_1 + 0x14) - (short)param_4" (pointer_expression "*(short *)(param_1 + 0x14)" (* "*") (cast_expression "(short *)(param_1 + 0x14)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x14)" (( "(") (binary_expression "param_1 + 0x14" (identifier "param_1") (+ "+") (number_literal "0x14")) () ")")))) (- "-") (cast_expression "(short)param_4" (( "(") (type_descriptor "short" (sized_type_specifier "short" (short "short"))) () ")") (identifier "param_4"))) () ")")) (+ "+") (number_literal "-2"))) (; ";")) (if_statement "if (param_6 == 0) {\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }\n else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }" (if "if") (parenthesized_expression "(param_6 == 0)" (( "(") (binary_expression "param_6 == 0" (identifier "param_6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n memcpy((void *)(iVar9 + iVar2),param_3,param_4);\n }" ({ "{") (expression_statement "memcpy((void *)(iVar9 + iVar2),param_3,param_4);" (call_expression "memcpy((void *)(iVar9 + iVar2),param_3,param_4)" (identifier "memcpy") (argument_list "((void *)(iVar9 + iVar2),param_3,param_4)" (( "(") (cast_expression "(void *)(iVar9 + iVar2)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + iVar2)" (( "(") (binary_expression "iVar9 + iVar2" (identifier "iVar9") (+ "+") (identifier "iVar2")) () ")"))) (, ",") (identifier "param_3") (, ",") (identifier "param_4") () ")"))) (; ";")) (} "}")) (else_clause "else {\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }" (else "else") (compound_statement "{\n memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);\n local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));\n memcpy((void *)(iVar9 + iVar2),&local_30,4);\n }" ({ "{") (expression_statement "memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4);" (call_expression "memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4)" (identifier "memcpy") (argument_list "((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4)" (( "(") (cast_expression "(void *)(iVar9 + iVar2 + 4)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + iVar2 + 4)" (( "(") (binary_expression "iVar9 + iVar2 + 4" (binary_expression "iVar9 + iVar2" (identifier "iVar9") (+ "+") (identifier "iVar2")) (+ "+") (number_literal "4")) () ")"))) (, ",") (cast_expression "(void *)((int)param_3 + 4)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_3 + 4)" (( "(") (binary_expression "(int)param_3 + 4" (cast_expression "(int)param_3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_3")) (+ "+") (number_literal "4")) () ")"))) (, ",") (binary_expression "param_4 - 4" (identifier "param_4") (- "-") (number_literal "4")) () ")"))) (; ";")) (expression_statement "local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18));" (assignment_expression "local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" (identifier "local_30") (= "=") (cast_expression "(void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18))" (( "(") (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^\n (param_6 >> 8 | param_6 << 0x18)" (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff" (binary_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8" (parenthesized_expression "(param_6 ^ (param_6 >> 0x10 | param_6 << 0x10))" (( "(") (binary_expression "param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)" (identifier "param_6") (^ "^") (parenthesized_expression "(param_6 >> 0x10 | param_6 << 0x10)" (( "(") (binary_expression "param_6 >> 0x10 | param_6 << 0x10" (binary_expression "param_6 >> 0x10" (identifier "param_6") (>> ">>") (number_literal "0x10")) (| "|") (binary_expression "param_6 << 0x10" (identifier "param_6") (<< "<<") (number_literal "0x10"))) () ")"))) () ")")) (>> ">>") (number_literal "8")) (& "&") (number_literal "0xffff00ff")) (^ "^") (parenthesized_expression "(param_6 >> 8 | param_6 << 0x18)" (( "(") (binary_expression "param_6 >> 8 | param_6 << 0x18" (binary_expression "param_6 >> 8" (identifier "param_6") (>> ">>") (number_literal "8")) (| "|") (binary_expression "param_6 << 0x18" (identifier "param_6") (<< "<<") (number_literal "0x18"))) () ")"))) () ")")))) (; ";")) (expression_statement "memcpy((void *)(iVar9 + iVar2),&local_30,4);" (call_expression "memcpy((void *)(iVar9 + iVar2),&local_30,4)" (identifier "memcpy") (argument_list "((void *)(iVar9 + iVar2),&local_30,4)" (( "(") (cast_expression "(void *)(iVar9 + iVar2)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + iVar2)" (( "(") (binary_expression "iVar9 + iVar2" (identifier "iVar9") (+ "+") (identifier "iVar2")) () ")"))) (, ",") (pointer_expression "&local_30" (& "&") (identifier "local_30")) (, ",") (number_literal "4") () ")"))) (; ";")) (} "}")))) (expression_statement "iVar3 = *(int *)(param_1 + 0x40);" (assignment_expression "iVar3 = *(int *)(param_1 + 0x40)" (identifier "iVar3") (= "=") (pointer_expression "*(int *)(param_1 + 0x40)" (* "*") (cast_expression "(int *)(param_1 + 0x40)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (expression_statement "__src = (void *)(iVar3 + param_2 * 2);" (assignment_expression "__src = (void *)(iVar3 + param_2 * 2)" (identifier "__src") (= "=") (cast_expression "(void *)(iVar3 + param_2 * 2)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar3 + param_2 * 2)" (( "(") (binary_expression "iVar3 + param_2 * 2" (identifier "iVar3") (+ "+") (binary_expression "param_2 * 2" (identifier "param_2") (* "*") (number_literal "2"))) () ")")))) (; ";")) (expression_statement "pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2);" (assignment_expression "pvVar10 = memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2)" (identifier "pvVar10") (= "=") (call_expression "memmove((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2)" (identifier "memmove") (argument_list "((void *)((int)__src + 2),__src,\n ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2)" (( "(") (cast_expression "(void *)((int)__src + 2)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)__src + 2)" (( "(") (binary_expression "(int)__src + 2" (cast_expression "(int)__src" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__src")) (+ "+") (number_literal "2")) () ")"))) (, ",") (identifier "__src") (, ",") (binary_expression "((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2" (parenthesized_expression "((uint)*(ushort *)(param_1 + 0x16) - param_2)" (( "(") (binary_expression "(uint)*(ushort *)(param_1 + 0x16) - param_2" (binary_expression "(uint)*(ushort *)(param_1 + 0x16)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(ushort *)(param_1 + 0x16)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x16)" (( "(") (binary_expression "param_1 + 0x16" (identifier "param_1") (+ "+") (number_literal "0x16")) () ")")))) (- "-") (identifier "param_2")) () ")")) (* "*") (number_literal "2")) () ")")))) (; ";")) (expression_statement "*(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8);" (assignment_expression "*(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8)" (pointer_expression "*(char *)(iVar3 + param_2 * 2)" (* "*") (cast_expression "(char *)(iVar3 + param_2 * 2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar3 + param_2 * 2)" (( "(") (binary_expression "iVar3 + param_2 * 2" (identifier "iVar3") (+ "+") (binary_expression "param_2 * 2" (identifier "param_2") (* "*") (number_literal "2"))) () ")")))) (= "=") (cast_expression "(char)((uint)iVar2 >> 8)" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (parenthesized_expression "((uint)iVar2 >> 8)" (( "(") (binary_expression "(uint)iVar2 >> 8" (cast_expression "(uint)iVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "iVar2")) (>> ">>") (number_literal "8")) () ")")))) (; ";")) (expression_statement "*(char *)((int)__src + 1) = (char)iVar2;" (assignment_expression "*(char *)((int)__src + 1) = (char)iVar2" (pointer_expression "*(char *)((int)__src + 1)" (* "*") (cast_expression "(char *)((int)__src + 1)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)__src + 1)" (( "(") (binary_expression "(int)__src + 1" (cast_expression "(int)__src" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__src")) (+ "+") (number_literal "1")) () ")")))) (= "=") (cast_expression "(char)iVar2" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "iVar2"))) (; ";")) (expression_statement "iVar3 = *(byte *)(param_1 + 9) + 4;" (assignment_expression "iVar3 = *(byte *)(param_1 + 9) + 4" (identifier "iVar3") (= "=") (binary_expression "*(byte *)(param_1 + 9) + 4" (pointer_expression "*(byte *)(param_1 + 9)" (* "*") (cast_expression "(byte *)(param_1 + 9)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 9)" (( "(") (binary_expression "param_1 + 9" (identifier "param_1") (+ "+") (number_literal "9")) () ")")))) (+ "+") (number_literal "4"))) (; ";")) (expression_statement "*(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1;" (assignment_expression "*(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1" (pointer_expression "*(short *)(param_1 + 0x16)" (* "*") (cast_expression "(short *)(param_1 + 0x16)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x16)" (( "(") (binary_expression "param_1 + 0x16" (identifier "param_1") (+ "+") (number_literal "0x16")) () ")")))) (= "=") (binary_expression "*(short *)(param_1 + 0x16) + 1" (pointer_expression "*(short *)(param_1 + 0x16)" (* "*") (cast_expression "(short *)(param_1 + 0x16)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x16)" (( "(") (binary_expression "param_1 + 0x16" (identifier "param_1") (+ "+") (number_literal "0x16")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "cVar6 = *(char *)(iVar9 + iVar3) + '\x01';" (assignment_expression "cVar6 = *(char *)(iVar9 + iVar3) + '\x01'" (identifier "cVar6") (= "=") (binary_expression "*(char *)(iVar9 + iVar3) + '\x01'" (pointer_expression "*(char *)(iVar9 + iVar3)" (* "*") (cast_expression "(char *)(iVar9 + iVar3)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + iVar3)" (( "(") (binary_expression "iVar9 + iVar3" (identifier "iVar9") (+ "+") (identifier "iVar3")) () ")")))) (+ "+") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'")))) (; ";")) (expression_statement "*(char *)(iVar9 + iVar3) = cVar6;" (assignment_expression "*(char *)(iVar9 + iVar3) = cVar6" (pointer_expression "*(char *)(iVar9 + iVar3)" (* "*") (cast_expression "(char *)(iVar9 + iVar3)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + iVar3)" (( "(") (binary_expression "iVar9 + iVar3" (identifier "iVar9") (+ "+") (identifier "iVar3")) () ")")))) (= "=") (identifier "cVar6")) (; ";")) (if_statement "if (cVar6 == '\0') {\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }" (if "if") (parenthesized_expression "(cVar6 == '\0')" (( "(") (binary_expression "cVar6 == '\0'" (identifier "cVar6") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n iVar3 = *(byte *)(param_1 + 9) + 3;\n *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';\n }" ({ "{") (expression_statement "iVar3 = *(byte *)(param_1 + 9) + 3;" (assignment_expression "iVar3 = *(byte *)(param_1 + 9) + 3" (identifier "iVar3") (= "=") (binary_expression "*(byte *)(param_1 + 9) + 3" (pointer_expression "*(byte *)(param_1 + 9)" (* "*") (cast_expression "(byte *)(param_1 + 9)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 9)" (( "(") (binary_expression "param_1 + 9" (identifier "param_1") (+ "+") (number_literal "9")) () ")")))) (+ "+") (number_literal "3"))) (; ";")) (expression_statement "*(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01';" (assignment_expression "*(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01'" (pointer_expression "*(char *)(iVar9 + iVar3)" (* "*") (cast_expression "(char *)(iVar9 + iVar3)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + iVar3)" (( "(") (binary_expression "iVar9 + iVar3" (identifier "iVar9") (+ "+") (identifier "iVar3")) () ")")))) (= "=") (binary_expression "*(char *)(iVar9 + iVar3) + '\x01'" (pointer_expression "*(char *)(iVar9 + iVar3)" (* "*") (cast_expression "(char *)(iVar9 + iVar3)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + iVar3)" (( "(") (binary_expression "iVar9 + iVar3" (identifier "iVar9") (+ "+") (identifier "iVar3")) () ")")))) (+ "+") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'")))) (; ";")) (} "}"))) (if_statement "if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') {\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }" (if "if") (parenthesized_expression "(*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0')" (( "(") (binary_expression "*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0'" (pointer_expression "*(char *)(*(int *)(param_1 + 0x34) + 0x11)" (* "*") (cast_expression "(char *)(*(int *)(param_1 + 0x34) + 0x11)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_1 + 0x34) + 0x11)" (( "(") (binary_expression "*(int *)(param_1 + 0x34) + 0x11" (pointer_expression "*(int *)(param_1 + 0x34)" (* "*") (cast_expression "(int *)(param_1 + 0x34)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x34)" (( "(") (binary_expression "param_1 + 0x34" (identifier "param_1") (+ "+") (number_literal "0x34")) () ")")))) (+ "+") (number_literal "0x11")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);\n }" ({ "{") (expression_statement "pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7);" (assignment_expression "pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7)" (identifier "pvVar10") (= "=") (cast_expression "(void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7)" (identifier "FUN_000a1200") (argument_list "(param_1,param_1 + 0x3c,param_3,param_7)" (( "(") (identifier "param_1") (, ",") (binary_expression "param_1 + 0x3c" (identifier "param_1") (+ "+") (number_literal "0x3c")) (, ",") (identifier "param_3") (, ",") (identifier "param_7") () ")"))))) (; ";")) (} "}"))) (goto_statement "goto LAB_000a2b3c;" (goto "goto") (statement_identifier "LAB_000a2b3c") (; ";")) (} "}"))) (expression_statement "FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10);" (call_expression "FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10)" (identifier "FUN_00070118") (argument_list "(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48,\n DAT_000a2e3c + 0xa2c10)" (( "(") (number_literal "0xb") (, ",") (binary_expression "DAT_000a2e40 + 0xa2c18" (identifier "DAT_000a2e40") (+ "+") (number_literal "0xa2c18")) (, ",") (binary_expression "DAT_000a2e44 + 0xa2c14" (identifier "DAT_000a2e44") (+ "+") (number_literal "0xa2c14")) (, ",") (identifier "DAT_000a2e48") (, ",") (binary_expression "DAT_000a2e3c + 0xa2c10" (identifier "DAT_000a2e3c") (+ "+") (number_literal "0xa2c10")) () ")"))) (; ";")) (expression_statement "pvVar10 = (void *)0xb;" (assignment_expression "pvVar10 = (void *)0xb" (identifier "pvVar10") (= "=") (cast_expression "(void *)0xb" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0xb"))) (; ";")) (} "}"))) (labeled_statement "LAB_000a2c1c:\n *param_7 = pvVar10;" (statement_identifier "LAB_000a2c1c") (: ":") (expression_statement "*param_7 = pvVar10;" (assignment_expression "*param_7 = pvVar10" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (= "=") (identifier "pvVar10")) (; ";"))) (labeled_statement "LAB_000a2b3c:\n if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }" (statement_identifier "LAB_000a2b3c") (: ":") (if_statement "if (local_2c != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }" (if "if") (parenthesized_expression "(local_2c != *piVar7)" (( "(") (binary_expression "local_2c != *piVar7" (identifier "local_2c") (!= "!=") (pointer_expression "*piVar7" (* "*") (identifier "piVar7"))) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(pvVar10);\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "__stack_chk_fail(pvVar10);" (call_expression "__stack_chk_fail(pvVar10)" (identifier "__stack_chk_fail") (argument_list "(pvVar10)" (( "(") (identifier "pvVar10") () ")"))) (; ";")) (} "}")))) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *pPage,int i,type_2 *pCell,int var_4,type_2 *var_6,type_3 var_8,int *pRC) { type_4 var_9; int *piVar2; int var_2; int rc; int var_10; var_2 = var_1 + 0xa2ab8; piVar2 = *(int **)(var_2 + var_3); var_10 = *piVar2; if ((pPage->nOverflow == '\0') && (var_4 + 1 < (int)(type_5)pPage->nFree)) { /* WARNING: Subroutine does not return */ var_5(pPage->pDbPage); } if (var_6 != (type_2 *)0x0) { /* WARNING: Subroutine does not return */ var_7(var_6,pCell,var_4); } if (var_8 == 0) { var_9 = pPage->nOverflow; pPage->nOverflow = var_9 + 1; pPage->apOvfl[var_9] = pCell; pPage->aiOvfl[var_9] = (type_6)i; if (var_10 == *piVar2) { return; } /* WARNING: Subroutine does not return */ var_11(var_2); } rc = (var_8 ^ (var_8 >> 0x10 | var_8 << 0x10)) >> 8 & 0xffff00ff ^ (var_8 >> 8 | var_8 << 0x18); /* WARNING: Subroutine does not return */ var_7(pCell,&rc,4); }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (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: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (identifier))) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (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: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (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)) value: (parenthesized_expression (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))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (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: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (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)) value: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) 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)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) right: (binary_expression left: (identifier) right: (number_literal))))))))) consequence: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (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: (binary_expression left: (identifier) right: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))))) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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 (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (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: (identifier))))) (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)) 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)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier)))) (expression_statement (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (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: (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 (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (identifier) (identifier))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (pointer_expression argument: (identifier)) (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) (identifier) (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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: (binary_expression left: (identifier) right: (number_literal)))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (char_literal (escape_sequence))))) (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: (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: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (char_literal (escape_sequence))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier)))))))) (goto_statement label: (statement_identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (binary_expression left: (identifier) right: (number_literal)) (binary_expression left: (identifier) right: (number_literal)) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (return_statement))))
void MASKED(int param_1,int param_2,void *param_3,size_t param_4,void *param_5,uint param_6, undefined4 *param_7) { byte bVar1; int iVar2; int iVar3; uint uVar4; uint uVar5; char cVar6; int *piVar7; void *__src; uint uVar8; int iVar9; void *pvVar10; int iVar11; void *local_30; int local_2c; pvVar10 = (void *)(DAT_000a2e34 + 0xa2ab8); piVar7 = *(int **)((int)pvVar10 + DAT_000a2e38); local_2c = *piVar7; if ((*(char *)(param_1 + 0xc) != '\0') || ((int)(uint)*(ushort *)(param_1 + 0x14) <= (int)(param_4 + 1))) { if (param_5 != (void *)0x0) { pvVar10 = memcpy(param_5,param_3,param_4); param_3 = param_5; } if (param_6 != 0) { local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^ (param_6 >> 8 | param_6 << 0x18)); pvVar10 = memcpy(param_3,&local_30,4); } bVar1 = *(byte *)(param_1 + 0xc); *(byte *)(param_1 + 0xc) = bVar1 + 1; *(void **)(param_1 + (uint)bVar1 * 4 + 0x24) = param_3; *(short *)(param_1 + (uint)bVar1 * 2 + 0x1a) = (short)param_2; goto LAB_000a2b3c; } pvVar10 = (void *)FUN_0009be80(*(undefined4 *)(param_1 + 0x48)); if (pvVar10 == (void *)0x0) { uVar5 = (uint)*(byte *)(param_1 + 9); iVar9 = *(int *)(param_1 + 0x38); iVar3 = uVar5 + 5; iVar11 = uVar5 + 6; uVar8 = (uint)CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)); uVar4 = (uint)*(ushort *)(param_1 + 0x12) + (uint)*(ushort *)(param_1 + 0x16) * 2; local_30 = pvVar10; if ((uVar4 <= uVar8) || ((uVar8 == 0 && (uVar8 = *(uint *)(*(int *)(param_1 + 0x34) + 0x24), uVar8 == 0x10000)))) { if (((*(char *)(iVar9 + uVar5 + 2) == '\0') && (*(char *)(iVar9 + uVar5 + 1) == '\0')) || ((int)uVar8 <= (int)(uVar4 + 1))) { LAB_000a2c44: if ((int)uVar8 < (int)(uVar4 + 2 + param_4)) { iVar2 = (uint)*(ushort *)(param_1 + 0x14) - (param_4 + 2); if (3 < iVar2) { iVar2 = 4; } local_30 = (void *)FUN_00072778(param_1,iVar2); pvVar10 = local_30; if (local_30 != (void *)0x0) goto LAB_000a2c1c; uVar8 = (CONCAT11(*(undefined1 *)(iVar9 + iVar3),*(undefined1 *)(iVar9 + iVar11)) - 1 & 0xffff) + 1; } iVar2 = uVar8 - param_4; *(char *)(iVar9 + iVar3) = (char)((uint)iVar2 >> 8); *(char *)(iVar9 + iVar11) = (char)iVar2; } else { iVar2 = FUN_000725f8(param_1,param_4,&local_30); if (iVar2 == 0) { pvVar10 = local_30; if (local_30 != (void *)0x0) goto LAB_000a2c1c; goto LAB_000a2c44; } iVar2 = iVar2 - iVar9; } *(short *)(param_1 + 0x14) = (*(short *)(param_1 + 0x14) - (short)param_4) + -2; if (param_6 == 0) { memcpy((void *)(iVar9 + iVar2),param_3,param_4); } else { memcpy((void *)(iVar9 + iVar2 + 4),(void *)((int)param_3 + 4),param_4 - 4); local_30 = (void *)((param_6 ^ (param_6 >> 0x10 | param_6 << 0x10)) >> 8 & 0xffff00ff ^ (param_6 >> 8 | param_6 << 0x18)); memcpy((void *)(iVar9 + iVar2),&local_30,4); } iVar3 = *(int *)(param_1 + 0x40); __src = (void *)(iVar3 + param_2 * 2); pvVar10 = memmove((void *)((int)__src + 2),__src, ((uint)*(ushort *)(param_1 + 0x16) - param_2) * 2); *(char *)(iVar3 + param_2 * 2) = (char)((uint)iVar2 >> 8); *(char *)((int)__src + 1) = (char)iVar2; iVar3 = *(byte *)(param_1 + 9) + 4; *(short *)(param_1 + 0x16) = *(short *)(param_1 + 0x16) + 1; cVar6 = *(char *)(iVar9 + iVar3) + '\x01'; *(char *)(iVar9 + iVar3) = cVar6; if (cVar6 == '\0') { iVar3 = *(byte *)(param_1 + 9) + 3; *(char *)(iVar9 + iVar3) = *(char *)(iVar9 + iVar3) + '\x01'; } if (*(char *)(*(int *)(param_1 + 0x34) + 0x11) != '\0') { pvVar10 = (void *)FUN_000a1200(param_1,param_1 + 0x3c,param_3,param_7); } goto LAB_000a2b3c; } FUN_00070118(0xb,DAT_000a2e40 + 0xa2c18,DAT_000a2e44 + 0xa2c14,DAT_000a2e48, DAT_000a2e3c + 0xa2c10); pvVar10 = (void *)0xb; } LAB_000a2c1c: *param_7 = pvVar10; LAB_000a2b3c: if (local_2c != *piVar7) { /* WARNING: Subroutine does not return */ __stack_chk_fail(pvVar10); } return; }
75,884
138_pinky_and_pinky_strip.c
free
free
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void free(void *__ptr) { /* WARNING: Bad instruction - Truncating control flow here */ /* free@@GLIBC_2.4 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void free(void *__ptr) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206022094')]
[('const-1', u'RETURN_-1206022094')]
null
null
00029028
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* free@@GLIBC_2.4 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* free@@GLIBC_2.4 */\n halt_baddata();\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* free@@GLIBC_2.4 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * 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 comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "free(void *__ptr)" (identifier "free") (parameter_list "(void *__ptr)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr"))) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void *__ptr) { /* WARNING: Bad instruction - Truncating control flow here */ /* free@@GLIBC_2.4 */ var_1(); }
(translation_unit (comment) (comment) (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 (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(void *__ptr) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
9,391
1585_libMagickWand-7.Q16HDRI.so.8.0_and_libMagickWand-7.Q16HDRI.so.8.0_strip.c
GetColorTuple
GetColorTuple
/* WARNING: Control flow encountered bad instruction data */ void GetColorTuple(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void GetColorTuple(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207052878')]
[('const-1', u'RETURN_-1207052878')]
null
null
0012d5a8
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid GetColorTuple(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void GetColorTuple(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "GetColorTuple(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 GetColorTuple(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void GetColorTuple(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "GetColorTuple(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 GetColorTuple(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void GetColorTuple(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "GetColorTuple(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 comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (function_definition "void GetColorTuple(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "GetColorTuple(void)" (identifier "GetColorTuple") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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(); }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
54,794
100_busybox_and_busybox_strip.c
localtime_r
localtime_r
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ tm * localtime_r(time_t *__timer,tm *__tp) { tm *ptVar1; ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)(); return ptVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ tm * localtime_r(time_t *__timer,tm *__tp) { tm *ptVar1; ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)(); return ptVar1; }
adr r12,0x15768 add r12,r12,#0xe7000 ldr pc,[r12,#0x410]!
null
null
null
null
[(u'CAST_-1205970993', u'CALLIND_-1205971069'), ('tmp_126', u'CAST_-1205970993'), (u'INDIRECT_-1205970998', u'COPY_-1205971057'), (u'CALLIND_-1205971069', u'INDIRECT_-1205970998'), (u'CAST_-1205970992', u'RETURN_-1205971066'), (u'CALLIND_-1205971069', u'CAST_-1205970992'), ('const-0', u'RETURN_-1205971066')]
[(u'CAST_-1205970993', u'CALLIND_-1205971069'), ('tmp_126', u'CAST_-1205970993'), (u'INDIRECT_-1205970998', u'COPY_-1205971057'), (u'CALLIND_-1205971069', u'INDIRECT_-1205970998'), (u'CAST_-1205970992', u'RETURN_-1205971066'), (u'CALLIND_-1205971069', u'CAST_-1205970992'), ('const-0', u'RETURN_-1205971066')]
null
null
00015760
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ntm * localtime_r(time_t *__timer,tm *__tp)\n\n{\n tm *ptVar1;\n \n ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();\n return ptVar1;\n}\n\n" comment (function_definition "tm * localtime_r(time_t *__timer,tm *__tp)\n\n{\n tm *ptVar1;\n \n ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();\n return ptVar1;\n}" type_identifier (pointer_declarator "* localtime_r(time_t *__timer,tm *__tp)" * (function_declarator "localtime_r(time_t *__timer,tm *__tp)" identifier (parameter_list "(time_t *__timer,tm *__tp)" ( (parameter_declaration "time_t *__timer" type_identifier (pointer_declarator "*__timer" * identifier)) , (parameter_declaration "tm *__tp" type_identifier (pointer_declarator "*__tp" * identifier)) )))) (compound_statement "{\n tm *ptVar1;\n \n ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();\n return ptVar1;\n}" { (declaration "tm *ptVar1;" type_identifier (pointer_declarator "*ptVar1" * identifier) ;) (expression_statement "ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();" (assignment_expression "ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)()" identifier = (cast_expression "(tm *)(*(code *)PTR_localtime_r_000fcb78)()" ( (type_descriptor "tm *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_localtime_r_000fcb78)()" (parenthesized_expression "(*(code *)PTR_localtime_r_000fcb78)" ( (pointer_expression "*(code *)PTR_localtime_r_000fcb78" * (cast_expression "(code *)PTR_localtime_r_000fcb78" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return ptVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ntm * localtime_r(time_t *__timer,tm *__tp)\n\n{\n tm *ptVar1;\n \n ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();\n return ptVar1;\n}\n\n" comment (function_definition "tm * localtime_r(time_t *__timer,tm *__tp)\n\n{\n tm *ptVar1;\n \n ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();\n return ptVar1;\n}" type_identifier (pointer_declarator "* localtime_r(time_t *__timer,tm *__tp)" * (function_declarator "localtime_r(time_t *__timer,tm *__tp)" identifier (parameter_list "(time_t *__timer,tm *__tp)" ( (parameter_declaration "time_t *__timer" type_identifier (pointer_declarator "*__timer" * identifier)) , (parameter_declaration "tm *__tp" type_identifier (pointer_declarator "*__tp" * identifier)) )))) (compound_statement "{\n tm *ptVar1;\n \n ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();\n return ptVar1;\n}" { (declaration "tm *ptVar1;" type_identifier (pointer_declarator "*ptVar1" * identifier) ;) (expression_statement "ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();" (assignment_expression "ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)()" identifier = (cast_expression "(tm *)(*(code *)PTR_localtime_r_000fcb78)()" ( (type_descriptor "tm *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_localtime_r_000fcb78)()" (parenthesized_expression "(*(code *)PTR_localtime_r_000fcb78)" ( (pointer_expression "*(code *)PTR_localtime_r_000fcb78" * (cast_expression "(code *)PTR_localtime_r_000fcb78" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return ptVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ntm * localtime_r(time_t *__timer,tm *__tp)\n\n{\n tm *ptVar1;\n \n ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();\n return ptVar1;\n}\n\n" comment (function_definition "tm * localtime_r(time_t *__timer,tm *__tp)\n\n{\n tm *ptVar1;\n \n ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();\n return ptVar1;\n}" type_identifier (pointer_declarator "* localtime_r(time_t *__timer,tm *__tp)" * (function_declarator "localtime_r(time_t *__timer,tm *__tp)" identifier (parameter_list "(time_t *__timer,tm *__tp)" ( (parameter_declaration "time_t *__timer" type_identifier (pointer_declarator "*__timer" * identifier)) , (parameter_declaration "tm *__tp" type_identifier (pointer_declarator "*__tp" * identifier)) )))) (compound_statement "{\n tm *ptVar1;\n \n ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();\n return ptVar1;\n}" { (declaration "tm *ptVar1;" type_identifier (pointer_declarator "*ptVar1" * identifier) ;) (expression_statement "ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();" (assignment_expression "ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)()" identifier = (cast_expression "(tm *)(*(code *)PTR_localtime_r_000fcb78)()" ( (type_descriptor "tm *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_localtime_r_000fcb78)()" (parenthesized_expression "(*(code *)PTR_localtime_r_000fcb78)" ( (pointer_expression "*(code *)PTR_localtime_r_000fcb78" * (cast_expression "(code *)PTR_localtime_r_000fcb78" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return ptVar1;" return identifier ;) })))
(translation_unit comment (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 (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 ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "tm * localtime_r(time_t *__timer,tm *__tp)\n\n{\n tm *ptVar1;\n \n ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();\n return ptVar1;\n}" (type_identifier "tm") (pointer_declarator "* localtime_r(time_t *__timer,tm *__tp)" (* "*") (function_declarator "localtime_r(time_t *__timer,tm *__tp)" (identifier "localtime_r") (parameter_list "(time_t *__timer,tm *__tp)" (( "(") (parameter_declaration "time_t *__timer" (type_identifier "time_t") (pointer_declarator "*__timer" (* "*") (identifier "__timer"))) (, ",") (parameter_declaration "tm *__tp" (type_identifier "tm") (pointer_declarator "*__tp" (* "*") (identifier "__tp"))) () ")")))) (compound_statement "{\n tm *ptVar1;\n \n ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();\n return ptVar1;\n}" ({ "{") (declaration "tm *ptVar1;" (type_identifier "tm") (pointer_declarator "*ptVar1" (* "*") (identifier "ptVar1")) (; ";")) (expression_statement "ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)();" (assignment_expression "ptVar1 = (tm *)(*(code *)PTR_localtime_r_000fcb78)()" (identifier "ptVar1") (= "=") (cast_expression "(tm *)(*(code *)PTR_localtime_r_000fcb78)()" (( "(") (type_descriptor "tm *" (type_identifier "tm") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_localtime_r_000fcb78)()" (parenthesized_expression "(*(code *)PTR_localtime_r_000fcb78)" (( "(") (pointer_expression "*(code *)PTR_localtime_r_000fcb78" (* "*") (cast_expression "(code *)PTR_localtime_r_000fcb78" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_localtime_r_000fcb78"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return ptVar1;" (return "return") (identifier "ptVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 * function_1(type_2 *__timer,type_1 *__tp) { type_1 *ptVar1; ptVar1 = (type_1 *)(*(type_3 *)PTR_localtime_r_000fcb78)(); return ptVar1; }
(translation_unit (comment) (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: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (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)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ tm * MASKED(time_t *__timer,tm *__tp) { tm *ptVar1; ptVar1 = (tm *)(*(code *)PTR_MASKED_000fcb78)(); return ptVar1; }
34,301
113_arm-linux-gnueabi-addr2line_and_arm-linux-gnueabi-addr2line_strip.c
bfd_scan_vma
bfd_scan_vma
/* WARNING: Control flow encountered bad instruction data */ void bfd_scan_vma(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_scan_vma(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206034418')]
[('const-1', u'RETURN_-1206034418')]
null
null
00026004
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_scan_vma(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_scan_vma(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_scan_vma(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (function_definition "void bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_scan_vma(void)" (identifier "bfd_scan_vma") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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(); }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
33,935
1358_pterm_and_pterm_strip.c
setenv
setenv
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int setenv(char *__name,char *__value,int __replace) { /* WARNING: Bad instruction - Truncating control flow here */ /* setenv@@GLIBC_2.4 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int setenv(char *__name,char *__value,int __replace) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206516606')]
[('const-1', u'RETURN_-1206516606')]
null
null
00090478
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint setenv(char *__name,char *__value,int __replace)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int setenv(char *__name,char *__value,int __replace)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "setenv(char *__name,char *__value,int __replace)" identifier (parameter_list "(char *__name,char *__value,int __replace)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) , (parameter_declaration "char *__value" primitive_type (pointer_declarator "*__value" * identifier)) , (parameter_declaration "int __replace" 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 setenv(char *__name,char *__value,int __replace)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* setenv@@GLIBC_2.4 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int setenv(char *__name,char *__value,int __replace)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* setenv@@GLIBC_2.4 */\n halt_baddata();\n}" primitive_type (function_declarator "setenv(char *__name,char *__value,int __replace)" identifier (parameter_list "(char *__name,char *__value,int __replace)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) , (parameter_declaration "char *__value" primitive_type (pointer_declarator "*__value" * identifier)) , (parameter_declaration "int __replace" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* setenv@@GLIBC_2.4 */\n halt_baddata();\n}" { comment 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 setenv(char *__name,char *__value,int __replace)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int setenv(char *__name,char *__value,int __replace)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "setenv(char *__name,char *__value,int __replace)" identifier (parameter_list "(char *__name,char *__value,int __replace)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) , (parameter_declaration "char *__value" primitive_type (pointer_declarator "*__value" * identifier)) , (parameter_declaration "int __replace" 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 comment comment (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 { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int setenv(char *__name,char *__value,int __replace)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "int") (function_declarator "setenv(char *__name,char *__value,int __replace)" (identifier "setenv") (parameter_list "(char *__name,char *__value,int __replace)" (( "(") (parameter_declaration "char *__name" (primitive_type "char") (pointer_declarator "*__name" (* "*") (identifier "__name"))) (, ",") (parameter_declaration "char *__value" (primitive_type "char") (pointer_declarator "*__value" (* "*") (identifier "__value"))) (, ",") (parameter_declaration "int __replace" (primitive_type "int") (identifier "__replace")) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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 *__name,char *__value,int __replace) { /* WARNING: Bad instruction - Truncating control flow here */ /* setenv@@GLIBC_2.4 */ var_1(); }
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__name,char *__value,int __replace) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
59,590
27_sdiff_and_sdiff_strip.c
textdomain
textdomain
void textdomain(void) { (*(code *)PTR_textdomain_0002a070)(); return; }
void textdomain(void) { (*(code *)PTR_textdomain_0002a070)(); return; }
adr r12,0x111e0 add r12,r12,#0x18000 ldr pc,[r12,#0xe90]!
null
null
null
null
[('tmp_113', u'CAST_-1205988795'), ('const-0', u'RETURN_-1205988866'), (u'CALLIND_-1205988869', u'INDIRECT_-1205988800'), (u'INDIRECT_-1205988800', u'COPY_-1205988859'), (u'CAST_-1205988795', u'CALLIND_-1205988869')]
[('tmp_113', u'CAST_-1205988795'), ('const-0', u'RETURN_-1205988866'), (u'CALLIND_-1205988869', u'INDIRECT_-1205988800'), (u'INDIRECT_-1205988800', u'COPY_-1205988859'), (u'CAST_-1205988795', u'CALLIND_-1205988869')]
null
null
000111d8
arm
O2
(translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0002a070)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0002a070)();\n return;\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_textdomain_0002a070)();\n return;\n}" { (expression_statement "(*(code *)PTR_textdomain_0002a070)();" (call_expression "(*(code *)PTR_textdomain_0002a070)()" (parenthesized_expression "(*(code *)PTR_textdomain_0002a070)" ( (pointer_expression "*(code *)PTR_textdomain_0002a070" * (cast_expression "(code *)PTR_textdomain_0002a070" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0002a070)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0002a070)();\n return;\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_textdomain_0002a070)();\n return;\n}" { (expression_statement "(*(code *)PTR_textdomain_0002a070)();" (call_expression "(*(code *)PTR_textdomain_0002a070)()" (parenthesized_expression "(*(code *)PTR_textdomain_0002a070)" ( (pointer_expression "*(code *)PTR_textdomain_0002a070" * (cast_expression "(code *)PTR_textdomain_0002a070" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0002a070)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0002a070)();\n return;\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_textdomain_0002a070)();\n return;\n}" { (expression_statement "(*(code *)PTR_textdomain_0002a070)();" (call_expression "(*(code *)PTR_textdomain_0002a070)()" (parenthesized_expression "(*(code *)PTR_textdomain_0002a070)" ( (pointer_expression "*(code *)PTR_textdomain_0002a070" * (cast_expression "(code *)PTR_textdomain_0002a070" ( (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 textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0002a070)();\n return;\n}" (primitive_type "void") (function_declarator "textdomain(void)" (identifier "textdomain") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_textdomain_0002a070)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_textdomain_0002a070)();" (call_expression "(*(code *)PTR_textdomain_0002a070)()" (parenthesized_expression "(*(code *)PTR_textdomain_0002a070)" (( "(") (pointer_expression "*(code *)PTR_textdomain_0002a070" (* "*") (cast_expression "(code *)PTR_textdomain_0002a070" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_textdomain_0002a070"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_textdomain_0002a070)(); return; }
(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))))
void MASKED(void) { (*(code *)PTR_MASKED_0002a070)(); return; }
32,725
147_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
gss_init_sec_context
gss_init_sec_context
void gss_init_sec_context(void) { (*(code *)PTR_gss_init_sec_context_000939e4)(); return; }
void gss_init_sec_context(void) { (*(code *)PTR_gss_init_sec_context_000939e4)(); return; }
adr r12,0x17b04 add r12,r12,#0x7b000 ldr pc,[r12,#0xee0]!
null
null
null
null
[(u'CAST_-1205961879', u'CALLIND_-1205961953'), (u'INDIRECT_-1205961884', u'COPY_-1205961943'), ('tmp_113', u'CAST_-1205961879'), ('const-0', u'RETURN_-1205961950'), (u'CALLIND_-1205961953', u'INDIRECT_-1205961884')]
[(u'CAST_-1205961879', u'CALLIND_-1205961953'), (u'INDIRECT_-1205961884', u'COPY_-1205961943'), ('tmp_113', u'CAST_-1205961879'), ('const-0', u'RETURN_-1205961950'), (u'CALLIND_-1205961953', u'INDIRECT_-1205961884')]
null
null
00017afc
arm
O2
(translation_unit "void gss_init_sec_context(void)\n\n{\n (*(code *)PTR_gss_init_sec_context_000939e4)();\n return;\n}\n\n" (function_definition "void gss_init_sec_context(void)\n\n{\n (*(code *)PTR_gss_init_sec_context_000939e4)();\n return;\n}" primitive_type (function_declarator "gss_init_sec_context(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_gss_init_sec_context_000939e4)();\n return;\n}" { (expression_statement "(*(code *)PTR_gss_init_sec_context_000939e4)();" (call_expression "(*(code *)PTR_gss_init_sec_context_000939e4)()" (parenthesized_expression "(*(code *)PTR_gss_init_sec_context_000939e4)" ( (pointer_expression "*(code *)PTR_gss_init_sec_context_000939e4" * (cast_expression "(code *)PTR_gss_init_sec_context_000939e4" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void gss_init_sec_context(void)\n\n{\n (*(code *)PTR_gss_init_sec_context_000939e4)();\n return;\n}\n\n" (function_definition "void gss_init_sec_context(void)\n\n{\n (*(code *)PTR_gss_init_sec_context_000939e4)();\n return;\n}" primitive_type (function_declarator "gss_init_sec_context(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_gss_init_sec_context_000939e4)();\n return;\n}" { (expression_statement "(*(code *)PTR_gss_init_sec_context_000939e4)();" (call_expression "(*(code *)PTR_gss_init_sec_context_000939e4)()" (parenthesized_expression "(*(code *)PTR_gss_init_sec_context_000939e4)" ( (pointer_expression "*(code *)PTR_gss_init_sec_context_000939e4" * (cast_expression "(code *)PTR_gss_init_sec_context_000939e4" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void gss_init_sec_context(void)\n\n{\n (*(code *)PTR_gss_init_sec_context_000939e4)();\n return;\n}\n\n" (function_definition "void gss_init_sec_context(void)\n\n{\n (*(code *)PTR_gss_init_sec_context_000939e4)();\n return;\n}" primitive_type (function_declarator "gss_init_sec_context(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_gss_init_sec_context_000939e4)();\n return;\n}" { (expression_statement "(*(code *)PTR_gss_init_sec_context_000939e4)();" (call_expression "(*(code *)PTR_gss_init_sec_context_000939e4)()" (parenthesized_expression "(*(code *)PTR_gss_init_sec_context_000939e4)" ( (pointer_expression "*(code *)PTR_gss_init_sec_context_000939e4" * (cast_expression "(code *)PTR_gss_init_sec_context_000939e4" ( (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 gss_init_sec_context(void)\n\n{\n (*(code *)PTR_gss_init_sec_context_000939e4)();\n return;\n}" (primitive_type "void") (function_declarator "gss_init_sec_context(void)" (identifier "gss_init_sec_context") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_gss_init_sec_context_000939e4)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_gss_init_sec_context_000939e4)();" (call_expression "(*(code *)PTR_gss_init_sec_context_000939e4)()" (parenthesized_expression "(*(code *)PTR_gss_init_sec_context_000939e4)" (( "(") (pointer_expression "*(code *)PTR_gss_init_sec_context_000939e4" (* "*") (cast_expression "(code *)PTR_gss_init_sec_context_000939e4" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_gss_init_sec_context_000939e4"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_gss_init_sec_context_000939e4)(); return; }
(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))))
void MASKED(void) { (*(code *)PTR_MASKED_000939e4)(); return; }
62,088
10_dd_and_dd_strip.c
sigprocmask
sigprocmask
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset) { int iVar1; iVar1 = (*(code *)PTR_sigprocmask_00030030)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset) { int iVar1; iVar1 = (*(code *)PTR_sigprocmask_00030030)(); return iVar1; }
adr r12,0x111b8 add r12,r12,#0x1e000 ldr pc,[r12,#0xe78]!
null
null
null
null
[(u'CAST_-1205988832', u'CALLIND_-1205988909'), ('tmp_132', u'CAST_-1205988832'), ('const-0', u'RETURN_-1205988906'), (u'CALLIND_-1205988909', u'RETURN_-1205988906'), (u'INDIRECT_-1205988837', u'COPY_-1205988896'), (u'CALLIND_-1205988909', u'INDIRECT_-1205988837')]
[(u'CAST_-1205988832', u'CALLIND_-1205988909'), ('tmp_132', u'CAST_-1205988832'), ('const-0', u'RETURN_-1205988906'), (u'CALLIND_-1205988909', u'RETURN_-1205988906'), (u'INDIRECT_-1205988837', u'COPY_-1205988896'), (u'CALLIND_-1205988909', u'INDIRECT_-1205988837')]
null
null
000111b0
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigprocmask_00030030)();\n return iVar1;\n}\n\n" comment (function_definition "int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigprocmask_00030030)();\n return iVar1;\n}" primitive_type (function_declarator "sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)" identifier (parameter_list "(int __how,sigset_t *__set,sigset_t *__oset)" ( (parameter_declaration "int __how" primitive_type identifier) , (parameter_declaration "sigset_t *__set" type_identifier (pointer_declarator "*__set" * identifier)) , (parameter_declaration "sigset_t *__oset" type_identifier (pointer_declarator "*__oset" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigprocmask_00030030)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_sigprocmask_00030030)();" (assignment_expression "iVar1 = (*(code *)PTR_sigprocmask_00030030)()" identifier = (call_expression "(*(code *)PTR_sigprocmask_00030030)()" (parenthesized_expression "(*(code *)PTR_sigprocmask_00030030)" ( (pointer_expression "*(code *)PTR_sigprocmask_00030030" * (cast_expression "(code *)PTR_sigprocmask_00030030" ( (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 sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigprocmask_00030030)();\n return iVar1;\n}\n\n" comment (function_definition "int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigprocmask_00030030)();\n return iVar1;\n}" primitive_type (function_declarator "sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)" identifier (parameter_list "(int __how,sigset_t *__set,sigset_t *__oset)" ( (parameter_declaration "int __how" primitive_type identifier) , (parameter_declaration "sigset_t *__set" type_identifier (pointer_declarator "*__set" * identifier)) , (parameter_declaration "sigset_t *__oset" type_identifier (pointer_declarator "*__oset" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigprocmask_00030030)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_sigprocmask_00030030)();" (assignment_expression "iVar1 = (*(code *)PTR_sigprocmask_00030030)()" identifier = (call_expression "(*(code *)PTR_sigprocmask_00030030)()" (parenthesized_expression "(*(code *)PTR_sigprocmask_00030030)" ( (pointer_expression "*(code *)PTR_sigprocmask_00030030" * (cast_expression "(code *)PTR_sigprocmask_00030030" ( (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 sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigprocmask_00030030)();\n return iVar1;\n}\n\n" comment (function_definition "int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigprocmask_00030030)();\n return iVar1;\n}" primitive_type (function_declarator "sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)" identifier (parameter_list "(int __how,sigset_t *__set,sigset_t *__oset)" ( (parameter_declaration "int __how" primitive_type identifier) , (parameter_declaration "sigset_t *__set" type_identifier (pointer_declarator "*__set" * identifier)) , (parameter_declaration "sigset_t *__oset" type_identifier (pointer_declarator "*__oset" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigprocmask_00030030)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_sigprocmask_00030030)();" (assignment_expression "iVar1 = (*(code *)PTR_sigprocmask_00030030)()" identifier = (call_expression "(*(code *)PTR_sigprocmask_00030030)()" (parenthesized_expression "(*(code *)PTR_sigprocmask_00030030)" ( (pointer_expression "*(code *)PTR_sigprocmask_00030030" * (cast_expression "(code *)PTR_sigprocmask_00030030" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (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 ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigprocmask_00030030)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)" (identifier "sigprocmask") (parameter_list "(int __how,sigset_t *__set,sigset_t *__oset)" (( "(") (parameter_declaration "int __how" (primitive_type "int") (identifier "__how")) (, ",") (parameter_declaration "sigset_t *__set" (type_identifier "sigset_t") (pointer_declarator "*__set" (* "*") (identifier "__set"))) (, ",") (parameter_declaration "sigset_t *__oset" (type_identifier "sigset_t") (pointer_declarator "*__oset" (* "*") (identifier "__oset"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigprocmask_00030030)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_sigprocmask_00030030)();" (assignment_expression "iVar1 = (*(code *)PTR_sigprocmask_00030030)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_sigprocmask_00030030)()" (parenthesized_expression "(*(code *)PTR_sigprocmask_00030030)" (( "(") (pointer_expression "*(code *)PTR_sigprocmask_00030030" (* "*") (cast_expression "(code *)PTR_sigprocmask_00030030" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_sigprocmask_00030030"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __how,type_1 *__set,type_1 *__oset) { int iVar1; iVar1 = (*(type_2 *)PTR_sigprocmask_00030030)(); return iVar1; }
(translation_unit (comment) (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))) (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)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __how,sigset_t *__set,sigset_t *__oset) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00030030)(); return iVar1; }
21,647
38_arm-linux-gnueabi-size_and_arm-linux-gnueabi-size_strip.c
bfd_set_format
bfd_set_format
void bfd_set_format(void) { (*(code *)PTR_bfd_set_format_000250a0)(); return; }
void bfd_set_format(void) { (*(code *)PTR_bfd_set_format_000250a0)(); return; }
adr r12,0x110dc add r12,r12,#0x13000 ldr pc,[r12,#0xfc4]!
null
null
null
null
[('tmp_113', u'CAST_-1205989055'), (u'INDIRECT_-1205989060', u'COPY_-1205989119'), ('const-0', u'RETURN_-1205989126'), (u'CAST_-1205989055', u'CALLIND_-1205989129'), (u'CALLIND_-1205989129', u'INDIRECT_-1205989060')]
[('tmp_113', u'CAST_-1205989055'), (u'INDIRECT_-1205989060', u'COPY_-1205989119'), ('const-0', u'RETURN_-1205989126'), (u'CAST_-1205989055', u'CALLIND_-1205989129'), (u'CALLIND_-1205989129', u'INDIRECT_-1205989060')]
null
null
000110d4
arm
O2
(translation_unit "void bfd_set_format(void)\n\n{\n (*(code *)PTR_bfd_set_format_000250a0)();\n return;\n}\n\n" (function_definition "void bfd_set_format(void)\n\n{\n (*(code *)PTR_bfd_set_format_000250a0)();\n return;\n}" primitive_type (function_declarator "bfd_set_format(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_format_000250a0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_format_000250a0)();" (call_expression "(*(code *)PTR_bfd_set_format_000250a0)()" (parenthesized_expression "(*(code *)PTR_bfd_set_format_000250a0)" ( (pointer_expression "*(code *)PTR_bfd_set_format_000250a0" * (cast_expression "(code *)PTR_bfd_set_format_000250a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_set_format(void)\n\n{\n (*(code *)PTR_bfd_set_format_000250a0)();\n return;\n}\n\n" (function_definition "void bfd_set_format(void)\n\n{\n (*(code *)PTR_bfd_set_format_000250a0)();\n return;\n}" primitive_type (function_declarator "bfd_set_format(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_format_000250a0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_format_000250a0)();" (call_expression "(*(code *)PTR_bfd_set_format_000250a0)()" (parenthesized_expression "(*(code *)PTR_bfd_set_format_000250a0)" ( (pointer_expression "*(code *)PTR_bfd_set_format_000250a0" * (cast_expression "(code *)PTR_bfd_set_format_000250a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_set_format(void)\n\n{\n (*(code *)PTR_bfd_set_format_000250a0)();\n return;\n}\n\n" (function_definition "void bfd_set_format(void)\n\n{\n (*(code *)PTR_bfd_set_format_000250a0)();\n return;\n}" primitive_type (function_declarator "bfd_set_format(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_format_000250a0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_format_000250a0)();" (call_expression "(*(code *)PTR_bfd_set_format_000250a0)()" (parenthesized_expression "(*(code *)PTR_bfd_set_format_000250a0)" ( (pointer_expression "*(code *)PTR_bfd_set_format_000250a0" * (cast_expression "(code *)PTR_bfd_set_format_000250a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void bfd_set_format(void)\n\n{\n (*(code *)PTR_bfd_set_format_000250a0)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_set_format(void)" (identifier "bfd_set_format") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_set_format_000250a0)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_set_format_000250a0)();" (call_expression "(*(code *)PTR_bfd_set_format_000250a0)()" (parenthesized_expression "(*(code *)PTR_bfd_set_format_000250a0)" (( "(") (pointer_expression "*(code *)PTR_bfd_set_format_000250a0" (* "*") (cast_expression "(code *)PTR_bfd_set_format_000250a0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_set_format_000250a0"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_bfd_set_format_000250a0)(); return; }
(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))))
void MASKED(void) { (*(code *)PTR_MASKED_000250a0)(); return; }
34,050
389_arm-linux-gnueabi-objcopy_and_arm-linux-gnueabi-objcopy_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_-1206173542')]
[('const-1', u'RETURN_-1206173542')]
null
null
00044090
arm
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 "/* 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 comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (function_definition "void xrealloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\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 /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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(); }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
38,586
4248_arm-linux-gnueabi-dwp_and_arm-linux-gnueabi-dwp_strip.c
_M_insert_int<unsigned_long>
FUN_001f1fac
/* WARNING: Heritage AFTER dead removal. Example location: r0 : 0x001f2020 */ /* WARNING: Restarted to delay deadcode elimination for space: register */ /* std::ostreambuf_iterator<char, std::char_traits<char> > std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::_M_insert_int<unsigned long>(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, unsigned long) const */ undefined4 * std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>:: _M_insert_int<unsigned_long> (undefined4 *param_1, num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *param_2,int *param_3, uint param_4,ios_base *param_5,byte param_6,uint param_7) { char cVar1; int iVar2; num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *this; int *piVar3; int iVar4; char *pcVar5; uint uVar6; undefined1 uVar7; undefined1 *puVar8; uint uVar9; uint uVar10; uint uVar11; undefined1 *puVar12; uint *puVar13; uint *puVar14; uint local_70 [4]; undefined1 auStack_5e [18]; undefined1 auStack_4c [8]; int local_44; uint local_40; num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *local_3c; int *local_38; uint local_34; __use_cache<std::__numpunct_cache<char>> a_Stack_30 [4]; int local_2c [2]; local_40 = (uint)param_6; local_3c = param_2; local_38 = param_3; local_34 = param_4; iVar4 = __use_cache<std::__numpunct_cache<char>>::operator() (a_Stack_30,(locale *)(param_5 + 0x6c)); uVar9 = *(uint *)(param_5 + 0xc); puVar14 = local_70; puVar13 = local_70; uVar10 = uVar9 & 0x4a; uVar11 = (uint)(uVar10 != 0x40 && uVar10 != 8); local_44 = iVar4 + 0x26; local_70[0] = uVar11; local_2c[0] = __int_to_char<char,unsigned_long>(iVar4,param_7,local_44,uVar9); puVar12 = auStack_4c + -local_2c[0]; if (*(char *)(iVar4 + 0x10) != '\0') { iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8); puVar13 = (uint *)((int)local_70 + iVar2); puVar14 = (uint *)((int)local_70 + iVar2); cVar1 = *(char *)(iVar4 + 0x25); uVar6 = *(uint *)(iVar4 + 0xc); pcVar5 = *(char **)(iVar4 + 8); *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar12; *(int **)((int)local_70 + iVar2 + 0xc) = local_2c; *(ios_base **)((int)local_70 + iVar2) = param_5; *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2; _M_group_int(local_3c,pcVar5,uVar6,cVar1,*(ios_base **)((int)local_70 + iVar2), *(char **)((int)local_70 + iVar2 + 4),*(char **)((int)local_70 + iVar2 + 8), *(int **)((int)local_70 + iVar2 + 0xc)); puVar12 = auStack_5e + iVar2; } if (uVar11 == 0) { if (param_7 != 0) { param_7 = 1; } puVar14 = puVar13; if ((param_7 & uVar9 >> 9) != 0) { if (uVar10 == 0x40) { puVar12[-1] = *(undefined1 *)(iVar4 + 0x2a); local_2c[0] = local_2c[0] + 1; puVar12 = puVar12 + -1; } else { puVar12[-1] = *(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2); puVar12[-2] = *(undefined1 *)(iVar4 + 0x2a); local_2c[0] = local_2c[0] + 2; puVar12 = puVar12 + -2; } } } iVar4 = *(int *)(param_5 + 8); puVar8 = puVar12; if (local_2c[0] < iVar4) { iVar2 = -(iVar4 + 7U & 0xfffffff8); puVar8 = (undefined1 *)((int)puVar14 + iVar2 + 0x10); *(undefined1 **)((int)puVar14 + iVar2 + 4) = puVar12; *(int **)((int)puVar14 + iVar2 + 8) = local_2c; this = local_3c; uVar9 = local_40; *(undefined1 **)((int)puVar14 + iVar2) = puVar8; _M_pad(this,(char)uVar9,iVar4,param_5,*(char **)((int)puVar14 + iVar2), *(char **)((int)puVar14 + iVar2 + 4),*(int **)((int)puVar14 + iVar2 + 8)); } piVar3 = local_38; uVar7 = (undefined1)local_34; *(undefined4 *)(param_5 + 8) = 0; if (((local_34 & 0xff) == 0) && (local_3c = (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)local_2c[0], iVar4 = (**(code **)(*local_38 + 0x30))(local_38,puVar8,local_2c[0]), (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)iVar4 != local_3c)) { uVar7 = 1; } *param_1 = piVar3; *(undefined1 *)(param_1 + 1) = uVar7; return param_1; }
undefined4 * FUN_001f1fac(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5, byte param_6,uint param_7) { undefined1 uVar1; int iVar2; int iVar3; int *piVar4; int iVar5; undefined4 uVar6; undefined4 uVar7; char cVar8; undefined1 *puVar9; uint uVar10; uint uVar11; uint uVar12; undefined1 *puVar13; uint *puVar14; uint *puVar15; uint local_70 [4]; undefined1 auStack_5e [18]; undefined1 auStack_4c [8]; int local_44; uint local_40; int local_3c; int *local_38; undefined4 local_34; undefined1 auStack_30 [4]; int local_2c [2]; local_40 = (uint)param_6; local_3c = param_2; local_38 = param_3; local_34 = param_4; iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c); uVar10 = *(uint *)(param_5 + 0xc); puVar15 = local_70; puVar14 = local_70; uVar11 = uVar10 & 0x4a; uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8); local_44 = iVar5 + 0x26; local_70[0] = uVar12; local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10); puVar13 = auStack_4c + -local_2c[0]; if (*(char *)(iVar5 + 0x10) != '\0') { iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8); puVar14 = (uint *)((int)local_70 + iVar2); puVar15 = (uint *)((int)local_70 + iVar2); uVar1 = *(undefined1 *)(iVar5 + 0x25); uVar7 = *(undefined4 *)(iVar5 + 0xc); uVar6 = *(undefined4 *)(iVar5 + 8); *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13; *(int **)((int)local_70 + iVar2 + 0xc) = local_2c; *(int *)((int)local_70 + iVar2) = param_5; *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2; FUN_001f0714(local_3c,uVar6,uVar7,uVar1); puVar13 = auStack_5e + iVar2; } if (uVar12 == 0) { if (param_7 != 0) { param_7 = 1; } puVar15 = puVar14; if ((param_7 & uVar10 >> 9) != 0) { if (uVar11 == 0x40) { puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a); puVar13 = puVar13 + -1; local_2c[0] = local_2c[0] + 1; } else { puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2); puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a); puVar13 = puVar13 + -2; local_2c[0] = local_2c[0] + 2; } } } iVar5 = *(int *)(param_5 + 8); puVar9 = puVar13; if (local_2c[0] < iVar5) { iVar2 = -(iVar5 + 7U & 0xfffffff8); puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10); *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13; *(int **)((int)puVar15 + iVar2 + 8) = local_2c; iVar3 = local_3c; uVar10 = local_40; *(undefined1 **)((int)puVar15 + iVar2) = puVar9; FUN_001f1824(iVar3,uVar10,iVar5,param_5); } piVar4 = local_38; cVar8 = (char)local_34; *(undefined4 *)(param_5 + 8) = 0; if (((char)local_34 == '\0') && (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]), iVar5 != local_3c)) { cVar8 = '\x01'; } *param_1 = piVar4; *(char *)(param_1 + 1) = cVar8; return param_1; }
stmdb sp!,{r4,r5,r6,r7,r8,r9,r10,r11,lr} add r11,sp,#0x20 sub sp,sp,#0x34 ldr r4,[r11,#0x4] sub r12,r11,#0x34 stmia r12,{r2,r3} str r1,[r11,#-0x38] ldrb r3,[r11,#0x8] add r1,r4,#0x6c cpy r6,r0 sub r0,r11,#0x2c str r3,[r11,#-0x3c] bl 0x001f1a04 ldr r7,[r4,#0xc] sub sp,sp,#0x18 and r8,r7,#0x4a cmp r8,#0x40 cmpne r8,#0x8 movne r9,#0x1 moveq r9,#0x0 str r9,[sp,#0x0] ldr r1,[r11,#0xc] add r10,sp,#0x10 add r3,r0,#0x26 cpy r2,r3 cpy r5,r0 str r3,[r11,#-0x40] add r0,sp,#0x24 cpy r3,r7 bl 0x001f185c ldrb r2,[r5,#0x10] cmp r2,#0x0 rsb r12,r0,#0x14 cpy r3,r0 str r0,[r11,#-0x28] add r12,r10,r12 bne 0x001f20a8 cmp r9,#0x0 beq 0x001f20f4 ldr r2,[r4,#0x8] cmp r2,r3 bgt 0x001f213c ldrb r5,[r11,#-0x30] mov r2,#0x0 cmp r5,r2 str r2,[r4,#0x8] ldr r4,[r11,#-0x34] bne 0x001f2094 ldr r2,[r4,#0x0] str r3,[r11,#-0x38] ldr r7,[r2,#0x30] cpy r1,r12 cpy r2,r3 cpy r0,r4 blx r7 ldr r3,[r11,#-0x38] cmp r0,r3 movne r5,#0x1 cpy r0,r6 str r4,[r6,#0x0] strb r5,[r6,#0x4] sub sp,r11,#0x20 ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,r11,pc} mov r3,r0, lsl #0x1 add r3,r3,#0x9 bic r3,r3,#0x7 sub sp,sp,r3 add r10,sp,#0x12 sub r0,r11,#0x28 ldrb r3,[r5,#0x25] ldr r2,[r5,#0xc] ldr r1,[r5,#0x8] str r12,[sp,#0x8] str r0,[sp,#0xc] str r4,[sp,#0x0] str r10,[sp,#0x4] ldr r0,[r11,#-0x38] bl 0x001f0714 cmp r9,#0x0 ldr r3,[r11,#-0x28] cpy r12,r10 bne 0x001f2048 ldr r2,[r11,#0xc] adds r2,r2,#0x0 movne r2,#0x1 ands r2,r2,r7, lsr #0x9 beq 0x001f2048 cmp r8,#0x40 beq 0x001f2178 ldr r2,[r11,#-0x40] mov r7,r7, lsl #0x11 add r7,r2,r7, lsr #0x1f ldrb r2,[r7,#0x2] strb r2,[r12,#-0x1] add r3,r3,#0x2 ldrb r2,[r5,#0x2a] strb r2,[r12,#-0x2] str r3,[r11,#-0x28] sub r12,r12,#0x2 b 0x001f2048 add r3,r2,#0x7 bic r3,r3,#0x7 sub sp,sp,r3 add r5,sp,#0x10 sub r3,r11,#0x28 str r12,[sp,#0x4] str r3,[sp,#0x8] ldr r1,[r11,#-0x3c] cpy r3,r4 ldr r0,[r11,#-0x38] str r5,[sp,#0x0] bl 0x001f1824 ldr r3,[r11,#-0x28] cpy r12,r5 b 0x001f2054 ldrb r2,[r5,#0x2a] add r3,r3,#0x1 strb r2,[r12,#-0x1] str r3,[r11,#-0x28] sub r12,r12,#0x1 b 0x001f2048
null
null
null
null
[(u'MULTIEQUAL_-1207949806', u'CAST_-1207949311'), (u'PTRADD_-1207949536', u'STORE_-1207950424'), (u'STORE_-1207950424', u'INDIRECT_-1207949829'), (u'CAST_-1207949089', u'INT_ADD_-1207950205'), (u'LOAD_-1207950365', u'CALL_-1207950390'), (u'LOAD_-1207950992', u'INT_ADD_-1207950591'), (u'STORE_-1207950534', u'INDIRECT_-1207949698'), (u'INT_ADD_-1207949398', u'CAST_-1207949302'), ('const-4294967184', u'PTRSUB_-1207949320'), (u'INT_ADD_-1207949336', u'INT_ADD_-1207949334'), (u'INDIRECT_-1207949624', u'MULTIEQUAL_-1207949925'), ('const-4294967184', u'PTRSUB_-1207949360'), ('const-0', u'SUBPIECE_-1207949542'), (u'INT_ADD_-1207949394', u'CAST_-1207949300'), ('const-12', u'INT_ADD_-1207949360'), (u'STORE_-1207950534', u'INDIRECT_-1207949672'), ('tmp_3277', u'PTRSUB_-1207949312'), (u'CALLIND_-1207950866', u'INDIRECT_-1207949856'), (u'INT_2COMP_-1207949878', u'INT_ADD_-1207949253'), ('const-417', u'LOAD_-1207951292'), ('const-12', u'INT_ADD_-1207950421'), ('tmp_1562', u'CBRANCH_-1207950526'), (u'CAST_-1207949349', u'STORE_-1207950926'), (u'INDIRECT_-1207949740', u'MULTIEQUAL_-1207949378'), (u'CAST_-1207949245', u'LOAD_-1207950365'), (u'MULTIEQUAL_-1207950305', u'CAST_-1207949089'), (u'INT_AND_-1207950938', u'INT_EQUAL_-1207950928'), (u'MULTIEQUAL_-1207949479', u'STORE_-1207950814'), ('const-4294967294', u'PTRADD_-1207950390'), ('tmp_3290', u'COPY_-1207949594'), (u'PTRSUB_-1207949320', u'CAST_-1207949272'), (u'CAST_-1207949301', u'INT_ADD_-1207949394'), (u'STORE_-1207950540', u'INDIRECT_-1207949651'), (u'INT_ADD_-1207949358', u'CAST_-1207949265'), (u'INT_ADD_-1207950548', u'CAST_-1207949126'), (u'INDIRECT_-1207949576', u'MULTIEQUAL_-1207949832'), (u'COPY_-1207950582', u'MULTIEQUAL_-1207950152'), (u'INT_2COMP_-1207949878', u'INT_ADD_-1207949359'), (u'PTRSUB_-1207949352', u'CAST_-1207949303'), ('const-1', u'PTRADD_-1207950251'), (u'CALL_-1207951293', u'INDIRECT_-1207950054'), (u'INT_2COMP_-1207950043', u'INT_ADD_-1207949402'), (u'INT_AND_-1207950542', u'INT_NOTEQUAL_-1207950553'), ('const-7', u'INT_ADD_-1207950591'), (u'LOAD_-1207950358', u'STORE_-1207950333'), (u'PTRSUB_-1207949348', u'CAST_-1207949301'), (u'INT_AND_-1207951239', u'INT_EQUAL_-1207950529'), (u'INT_AND_-1207951239', u'INT_NOTEQUAL_-1207950265'), (u'STORE_-1207950412', u'INDIRECT_-1207949714'), (u'STORE_-1207950424', u'INDIRECT_-1207949698'), (u'MULTIEQUAL_-1207949381', u'INT_SUB_-1207950479'), ('const-417', u'LOAD_-1207950363'), (u'CALL_-1207951088', u'INDIRECT_-1207950011'), (u'COPY_-1207949302', u'MULTIEQUAL_-1207950305'), (u'INT_NOTEQUAL_-1207950590', u'CBRANCH_-1207950586'), (u'CAST_-1207949116', u'STORE_-1207950540'), (u'INT_ADD_-1207949274', u'INT_ADD_-1207950519'), (u'STORE_-1207950511', u'INDIRECT_-1207949550'), (u'CALL_-1207950390', u'INDIRECT_-1207949687'), ('const-42', u'INT_ADD_-1207950342'), (u'STORE_-1207950424', u'INDIRECT_-1207949724'), ('const-1', u'COPY_-1207950582'), (u'INT_2COMP_-1207950043', u'PTRADD_-1207949378'), (u'CAST_-1207949303', u'INT_ADD_-1207949398'), (u'PTRSUB_-1207949356', u'CAST_-1207949305'), (u'STORE_-1207950480', u'INDIRECT_-1207949643'), (u'INDIRECT_-1207949959', u'MULTIEQUAL_-1207949379'), (u'INT_ADD_-1207949326', u'CAST_-1207949241'), (u'LOAD_-1207950489', u'STORE_-1207950480'), ('const-417', u'LOAD_-1207951087'), (u'MULTIEQUAL_-1207950311', u'STORE_-1207950540'), ('const-417', u'LOAD_-1207950221'), (u'INT_ADD_-1207949332', u'INT_ADD_-1207949330'), (u'LOAD_-1207950221', u'CALL_-1207950501'), ('const-42', u'INT_ADD_-1207950443'), (u'INT_ADD_-1207949346', u'CAST_-1207949255'), ('const-4', u'INT_ADD_-1207949348'), ('tmp_1390', u'BRANCH_-1207950488'), ('const-417', u'STORE_-1207950821'), ('tmp_5590', u'PTRADD_-1207950930'), ('const-4294967184', u'PTRSUB_-1207949312'), (u'COPY_-1207949314', u'MULTIEQUAL_-1207949384'), ('tmp_3277', u'PTRSUB_-1207949356'), (u'INT_ADD_-1207949328', u'INT_ADD_-1207949326'), (u'INDIRECT_-1207949735', u'MULTIEQUAL_-1207949951'), (u'CAST_-1207949272', u'INT_ADD_-1207949366'), ('const-4294967252', u'PTRSUB_-1207949232'), (u'PTRSUB_-1207949536', u'PTRADD_-1207949536'), (u'MULTIEQUAL_-1207949806', u'CALLIND_-1207950866'), (u'CALL_-1207951088', u'INT_MULT_-1207950500'), (u'PTRADD_-1207950390', u'STORE_-1207950450'), (u'COPY_-1207950446', u'MULTIEQUAL_-1207949820'), (u'CAST_-1207949246', u'INT_ADD_-1207949334'), (u'CAST_-1207949088', u'LOAD_-1207950221'), (u'CAST_-1207949117', u'INT_ADD_-1207950525'), (u'PTRADD_-1207950273', u'STORE_-1207950333'), ('tmp_783', u'CBRANCH_-1207951020'), (u'MULTIEQUAL_-1207949374', u'COPY_-1207949323'), (u'INT_NOTEQUAL_-1207950553', u'CBRANCH_-1207950551'), (u'LOAD_-1207951292', u'INT_AND_-1207951239'), ('tmp_5592', u'CALL_-1207951088'), ('const-8', u'INT_ADD_-1207949368'), ('const-4294967184', u'PTRSUB_-1207949284'), (u'INT_EQUAL_-1207950529', u'CBRANCH_-1207950526'), (u'PTRADD_-1207949536', u'MULTIEQUAL_-1207949384'), ('tmp_3288', u'COPY_-1207949592'), (u'STORE_-1207950450', u'INDIRECT_-1207949630'), (u'INT_2COMP_-1207950188', u'PTRADD_-1207949536'), (u'CALLIND_-1207950866', u'INDIRECT_-1207949882'), ('const-0', u'INT_NOTEQUAL_-1207950553'), ('tmp_3277', u'PTRSUB_-1207949378'), (u'STORE_-1207950540', u'INDIRECT_-1207949625'), ('const-417', u'STORE_-1207950534'), (u'INT_ADD_-1207949366', u'CAST_-1207949271'), (u'PTRADD_-1207950368', u'MULTIEQUAL_-1207950311'), (u'INT_ADD_-1207949406', u'CAST_-1207949306'), (u'INT_EQUAL_-1207950928', u'CBRANCH_-1207950912'), (u'COPY_-1207949323', u'MULTIEQUAL_-1207950305'), ('tmp_3277', u'PTRSUB_-1207949626'), (u'MULTIEQUAL_-1207949382', u'MULTIEQUAL_-1207949963'), (u'STORE_-1207950406', u'INDIRECT_-1207949683'), (u'COPY_-1207950829', u'RETURN_-1207950762'), (u'CAST_-1207949306', u'MULTIEQUAL_-1207949375'), ('const-417', u'STORE_-1207950540'), (u'STORE_-1207950424', u'INDIRECT_-1207949751'), (u'INT_AND_-1207950471', u'INT_2COMP_-1207950043'), ('const-255', u'INT_AND_-1207950938'), (u'LOAD_-1207950437', u'CALL_-1207950390'), ('const-4294967202', u'PTRSUB_-1207949378'), ('const-64', u'INT_EQUAL_-1207950529'), (u'INT_NOTEQUAL_-1207950846', u'CBRANCH_-1207950842'), ('const-417', u'STORE_-1207950511'), ('tmp_3277', u'PTRSUB_-1207949644'), (u'STORE_-1207950418', u'INDIRECT_-1207949772'), ('const-417', u'STORE_-1207950333'), (u'INT_ADD_-1207949360', u'INT_ADD_-1207949358'), (u'STORE_-1207950511', u'INDIRECT_-1207949629'), (u'CALL_-1207950501', u'INDIRECT_-1207949550'), (u'CALL_-1207950390', u'INDIRECT_-1207949792'), (u'INT_ADD_-1207950443', u'CAST_-1207949165'), ('const-1', u'PTRADD_-1207951230'), (u'CALL_-1207950501', u'INDIRECT_-1207949603'), ('const-8', u'INT_ADD_-1207949274'), (u'LOAD_-1207950367', u'CALL_-1207950390'), (u'STORE_-1207950418', u'INDIRECT_-1207949798'), (u'LOAD_-1207950909', u'INT_ADD_-1207950881'), (u'INT_ADD_-1207949348', u'INT_ADD_-1207949346'), (u'CAST_-1207949304', u'MULTIEQUAL_-1207949374'), (u'MULTIEQUAL_-1207949384', u'PTRADD_-1207950251'), (u'INDIRECT_-1207949844', u'MULTIEQUAL_-1207949382'), (u'INT_2COMP_-1207949878', u'INT_ADD_-1207949288'), (u'MULTIEQUAL_-1207949384', u'PTRADD_-1207950368'), (u'CAST_-1207949256', u'INT_ADD_-1207949346'), ('tmp_3289', u'COPY_-1207949591'), ('tmp_3291', u'STORE_-1207950821'), (u'STORE_-1207950412', u'INDIRECT_-1207949767'), (u'CALL_-1207951293', u'INT_ADD_-1207950421'), (u'INDIRECT_-1207949766', u'MULTIEQUAL_-1207949379'), (u'CAST_-1207949266', u'INT_ADD_-1207949358'), (u'CAST_-1207949302', u'STORE_-1207950412'), ('const-2', u'INT_ADD_-1207950450'), (u'CALL_-1207951088', u'INDIRECT_-1207949959'), (u'MULTIEQUAL_-1207949379', u'MULTIEQUAL_-1207949899'), (u'CAST_-1207949244', u'INT_ADD_-1207949330'), (u'STORE_-1207950540', u'INDIRECT_-1207949677'), (u'STORE_-1207950333', u'INDIRECT_-1207949650'), ('const-417', u'STORE_-1207950412'), (u'INDIRECT_-1207949792', u'MULTIEQUAL_-1207949380'), (u'INT_RIGHT_-1207950540', u'INT_AND_-1207950542'), (u'INT_ADD_-1207949359', u'CAST_-1207949134'), (u'INT_2COMP_-1207949878', u'INT_ADD_-1207949358'), (u'INT_2COMP_-1207950043', u'INT_ADD_-1207949332'), (u'STORE_-1207950412', u'INDIRECT_-1207949741'), (u'INT_ADD_-1207949334', u'CAST_-1207949245'), (u'PTRADD_-1207951230', u'CAST_-1207949521'), ('const-16', u'INT_ADD_-1207951071'), (u'INT_ADD_-1207949330', u'CAST_-1207949243'), ('const-417', u'LOAD_-1207950909'), (u'CAST_-1207949300', u'LOAD_-1207950367'), ('tmp_870', u'CBRANCH_-1207950967'), ('const-1', u'PTRADD_-1207949536'), ('tmp_3277', u'PTRSUB_-1207949320'), (u'CALLIND_-1207950866', u'INDIRECT_-1207949803'), ('const-1', u'PTRADD_-1207950865'), ('const-4294967184', u'PTRSUB_-1207949356'), (u'INT_ADD_-1207950205', u'CAST_-1207949088'), ('const-12', u'PTRADD_-1207951230'), (u'INT_2COMP_-1207950043', u'INT_ADD_-1207949368'), (u'INDIRECT_-1207949545', u'MULTIEQUAL_-1207949846'), (u'INT_MULT_-1207950500', u'INT_ADD_-1207950494'), (u'INDIRECT_-1207949906', u'MULTIEQUAL_-1207949377'), ('const-417', u'LOAD_-1207950361'), (u'CALL_-1207950501', u'INDIRECT_-1207949707'), (u'CALL_-1207951088', u'INT_2COMP_-1207950188'), (u'COPY_-1207950329', u'MULTIEQUAL_-1207949820'), ('const-4', u'PTRADD_-1207949435'), (u'CALL_-1207951293', u'INT_ADD_-1207950428'), (u'STORE_-1207950418', u'INDIRECT_-1207949693'), (u'INT_ADD_-1207950203', u'CAST_-1207949086'), ('const-1', u'PTRADD_-1207950273'), (u'MULTIEQUAL_-1207950305', u'CAST_-1207949127'), ('const-4', u'INT_ADD_-1207949336'), ('const-4294967184', u'PTRSUB_-1207949280'), (u'CALL_-1207950390', u'INDIRECT_-1207949818'), (u'MULTIEQUAL_-1207949375', u'COPY_-1207949302'), (u'STORE_-1207950511', u'INDIRECT_-1207949681'), (u'PTRSUB_-1207949360', u'CAST_-1207949307'), (u'CAST_-1207949087', u'INT_ADD_-1207950203'), (u'STORE_-1207950333', u'INDIRECT_-1207949545'), (u'INDIRECT_-1207949681', u'MULTIEQUAL_-1207949937'), ('const-417', u'LOAD_-1207950444'), (u'INDIRECT_-1207949672', u'COPY_-1207949227'), (u'INDIRECT_-1207949598', u'MULTIEQUAL_-1207949899'), (u'STORE_-1207950450', u'INDIRECT_-1207949735'), ('tmp_3277', u'PTRSUB_-1207949232'), (u'INDIRECT_-1207949657', u'MULTIEQUAL_-1207949873'), (u'CAST_-1207949134', u'STORE_-1207950511'), (u'STORE_-1207950418', u'INDIRECT_-1207949824'), (u'INT_ADD_-1207949253', u'INT_ADD_-1207950205'), (u'STORE_-1207950480', u'INDIRECT_-1207949722'), ('const-8', u'PTRADD_-1207950865'), (u'MULTIEQUAL_-1207950305', u'CAST_-1207949133'), ('const-1', u'PTRADD_-1207949378'), (u'INT_ADD_-1207950591', u'INT_AND_-1207950568'), (u'STORE_-1207950406', u'INDIRECT_-1207949709'), (u'INT_ADD_-1207951121', u'CALL_-1207951088'), ('const-1', u'PTRADD_-1207951270'), ('const-4294967295', u'PTRADD_-1207950251'), ('const-4294967295', u'PTRADD_-1207950420'), (u'CAST_-1207949183', u'INT_SRIGHT_-1207949917'), ('const-417', u'LOAD_-1207950431'), (u'INT_ADD_-1207949402', u'CAST_-1207949304'), (u'INT_AND_-1207950568', u'INT_2COMP_-1207949878'), (u'INT_AND_-1207951239', u'INT_NOTEQUAL_-1207951234'), (u'CAST_-1207949126', u'MULTIEQUAL_-1207950297'), (u'MULTIEQUAL_-1207950305', u'CAST_-1207949117'), (u'CAST_-1207949287', u'LOAD_-1207950444'), (u'INT_2COMP_-1207949878', u'INT_ADD_-1207949279'), (u'PTRSUB_-1207949644', u'CALL_-1207951293'), ('const-4294967184', u'PTRSUB_-1207949348'), (u'LOAD_-1207950219', u'CALL_-1207950501'), (u'CALL_-1207951088', u'INDIRECT_-1207949985'), (u'PTRSUB_-1207949378', u'PTRADD_-1207949378'), ('const-2', u'INT_ADD_-1207950473'), ('const-417', u'STORE_-1207950424'), (u'CALL_-1207951293', u'INT_ADD_-1207951071'), ('tmp_3277', u'PTRSUB_-1207949300'), ('const-417', u'LOAD_-1207950437'), ('const-417', u'LOAD_-1207950992'), ('tmp_5592', u'MULTIEQUAL_-1207950152'), (u'INT_ZEXT_-1207950439', u'COPY_-1207949527'), (u'MULTIEQUAL_-1207949859', u'LOAD_-1207950909'), (u'CALL_-1207951293', u'INDIRECT_-1207950028'), (u'INDIRECT_-1207949985', u'MULTIEQUAL_-1207949380'), (u'INDIRECT_-1207949630', u'MULTIEQUAL_-1207949846'), (u'CAST_-1207949388', u'LOAD_-1207950992'), (u'INDIRECT_-1207949650', u'MULTIEQUAL_-1207949951'), (u'STORE_-1207950406', u'INDIRECT_-1207949762'), ('const-417', u'STORE_-1207950406'), (u'PTRSUB_-1207949288', u'CAST_-1207949246'), ('tmp_952', u'CBRANCH_-1207950912'), (u'CAST_-1207949133', u'INT_ADD_-1207949358'), (u'INT_2COMP_-1207950043', u'INT_ADD_-1207949406'), ('tmp_1835', u'BRANCH_-1207950305'), (u'INT_EQUAL_-1207950370', u'CBRANCH_-1207950355'), ('tmp_1027', u'CBRANCH_-1207950842'), ('tmp_5590', u'STORE_-1207950412'), (u'INT_2COMP_-1207950043', u'INT_ADD_-1207949336'), (u'MULTIEQUAL_-1207949832', u'INT_AND_-1207950938'), (u'INDIRECT_-1207950011', u'MULTIEQUAL_-1207949381'), ('const-0', u'INT_NOTEQUAL_-1207951060'), (u'LOAD_-1207951087', u'INT_NOTEQUAL_-1207951060'), (u'MULTIEQUAL_-1207949377', u'MULTIEQUAL_-1207949846'), (u'INDIRECT_-1207949709', u'MULTIEQUAL_-1207949925'), (u'STORE_-1207950450', u'INDIRECT_-1207949683'), (u'INT_LEFT_-1207950487', u'CAST_-1207949183'), (u'MULTIEQUAL_-1207949925', u'MULTIEQUAL_-1207949911'), (u'CAST_-1207949135', u'INT_ADD_-1207949359'), (u'SUBPIECE_-1207949542', u'MULTIEQUAL_-1207949479'), (u'INT_ADD_-1207949288', u'INT_ADD_-1207950548'), (u'INDIRECT_-1207949687', u'MULTIEQUAL_-1207949376'), (u'CALL_-1207951088', u'INDIRECT_-1207949906'), (u'LOAD_-1207950431', u'CALL_-1207950390'), ('const-417', u'LOAD_-1207950367'), (u'INT_2COMP_-1207950043', u'INT_ADD_-1207949394'), (u'STORE_-1207950333', u'INDIRECT_-1207949598'), ('const-417', u'LOAD_-1207950459'), ('const-38', u'INT_ADD_-1207951121'), (u'INT_ADD_-1207950525', u'CAST_-1207949116'), ('const-1', u'PTRADD_-1207949435'), ('const-0', u'SUBPIECE_-1207950063'), (u'MULTIEQUAL_-1207949384', u'MULTIEQUAL_-1207950311'), (u'LOAD_-1207950361', u'CALL_-1207950390'), (u'STORE_-1207950540', u'INDIRECT_-1207949572'), ('tmp_3277', u'PTRSUB_-1207949280'), (u'MULTIEQUAL_-1207949376', u'INT_ADD_-1207950450'), (u'INT_ZEXT_-1207950439', u'INT_EQUAL_-1207950370'), (u'MULTIEQUAL_-1207949859', u'CALLIND_-1207950866'), (u'CALL_-1207950390', u'INDIRECT_-1207949740'), (u'CAST_-1207949242', u'INT_ADD_-1207949326'), ('const-4', u'INT_ADD_-1207949253'), (u'MULTIEQUAL_-1207950152', u'INT_AND_-1207950542'), (u'CAST_-1207949243', u'LOAD_-1207950363'), (u'COPY_-1207949226', u'CALL_-1207950501'), (u'CALLIND_-1207950866', u'INDIRECT_-1207949934'), (u'LOAD_-1207950992', u'INT_SLESS_-1207950960'), ('const-17', u'INT_LEFT_-1207950487'), (u'CAST_-1207949165', u'LOAD_-1207950459'), ('const-417', u'LOAD_-1207950223'), ('const-4294967248', u'PTRSUB_-1207949644'), (u'STORE_-1207950534', u'INDIRECT_-1207949646'), (u'STORE_-1207950333', u'INDIRECT_-1207949572'), (u'PTRSUB_-1207949627', u'MULTIEQUAL_-1207949374'), ('tmp_5591', u'INT_ZEXT_-1207951332'), (u'INT_ADD_-1207950326', u'COPY_-1207950329'), (u'INT_2COMP_-1207950043', u'INT_ADD_-1207949328'), (u'INT_NOTEQUAL_-1207951060', u'CBRANCH_-1207951020'), (u'PTRSUB_-1207949280', u'CAST_-1207949242'), ('const-1', u'COPY_-1207949543'), ('const-108', u'PTRADD_-1207951270'), ('tmp_1445', u'CBRANCH_-1207950586'), (u'CALL_-1207951088', u'INDIRECT_-1207950037'), (u'STORE_-1207950511', u'INDIRECT_-1207949707'), (u'CAST_-1207949452', u'LOAD_-1207951087'), (u'MULTIEQUAL_-1207949859', u'COPY_-1207949481'), ('const-4294967184', u'PTRSUB_-1207949352'), (u'CAST_-1207949542', u'CALL_-1207951293'), (u'CAST_-1207949328', u'LOAD_-1207950897'), ('tmp_3291', u'COPY_-1207950829'), (u'CALL_-1207950390', u'INDIRECT_-1207949766'), (u'INT_NOTEQUAL_-1207951234', u'BOOL_AND_-1207949672'), (u'INDIRECT_-1207949572', u'MULTIEQUAL_-1207949873'), (u'INT_ADD_-1207950428', u'CAST_-1207949287'), (u'CAST_-1207949311', u'COPY_-1207949425'), (u'CAST_-1207949265', u'STORE_-1207950418'), ('tmp_5592', u'INT_NOTEQUAL_-1207950590'), (u'LOAD_-1207950897', u'CALLIND_-1207950866'), (u'CAST_-1207949132', u'LOAD_-1207950223'), (u'STORE_-1207950424', u'INDIRECT_-1207949777'), ('const-0', u'INT_EQUAL_-1207950928'), (u'LOAD_-1207950459', u'STORE_-1207950450'), ('const-8', u'INT_ADD_-1207949332'), (u'STORE_-1207950412', u'INDIRECT_-1207949845'), ('const-4294967294', u'PTRADD_-1207950368'), ('const-417', u'LOAD_-1207950358'), (u'STORE_-1207950540', u'INDIRECT_-1207949598'), (u'INDIRECT_-1207950037', u'MULTIEQUAL_-1207949382'), (u'COPY_-1207949227', u'SUBPIECE_-1207950063'), (u'INT_ADD_-1207950415', u'CAST_-1207949277'), ('tmp_3277', u'PTRSUB_-1207949284'), (u'LOAD_-1207951292', u'CALL_-1207951088'), (u'PTRSUB_-1207949300', u'CAST_-1207949256'), (u'CAST_-1207949088', u'LOAD_-1207950358'), (u'LOAD_-1207950223', u'CALL_-1207950501'), (u'INT_ADD_-1207950494', u'INT_AND_-1207950471'), (u'STORE_-1207950540', u'INDIRECT_-1207949703'), ('const-4294967184', u'PTRSUB_-1207949288'), ('const-4294967295', u'PTRADD_-1207950273'), ('const-0', u'INT_EQUAL_-1207950370'), (u'STORE_-1207950534', u'INDIRECT_-1207949593'), (u'MULTIEQUAL_-1207950305', u'CAST_-1207949111'), (u'CALLIND_-1207950866', u'INDIRECT_-1207949830'), (u'CALL_-1207951293', u'INT_ADD_-1207950443'), (u'CAST_-1207949307', u'INT_ADD_-1207949406'), ('const-4294967184', u'PTRSUB_-1207949627'), ('const-8', u'INT_ADD_-1207950415'), (u'STORE_-1207950511', u'INDIRECT_-1207949576'), (u'SUBPIECE_-1207950063', u'CALL_-1207950501'), (u'MULTIEQUAL_-1207949384', u'PTRADD_-1207950420'), (u'INDIRECT_-1207949856', u'INT_NOTEQUAL_-1207950846'), ('const-417', u'LOAD_-1207950897'), ('const-417', u'STORE_-1207950480'), (u'INT_ADD_-1207949279', u'INT_ADD_-1207950525'), (u'CAST_-1207949302', u'INT_NOTEQUAL_-1207950846'), (u'PTRADD_-1207950420', u'STORE_-1207950480'), (u'CAST_-1207949282', u'LOAD_-1207950437'), (u'INT_ADD_-1207949368', u'INT_ADD_-1207949366'), (u'MULTIEQUAL_-1207949820', u'MULTIEQUAL_-1207949806'), ('tmp_3277', u'PTRSUB_-1207949288'), ('const-2', u'INT_MULT_-1207950500'), ('const-0', u'RETURN_-1207950762'), (u'MULTIEQUAL_-1207949381', u'MULTIEQUAL_-1207949951'), (u'PTRSUB_-1207949626', u'MULTIEQUAL_-1207949375'), (u'PTRADD_-1207949378', u'STORE_-1207950406'), ('const-31', u'INT_SRIGHT_-1207949917'), (u'INT_ADD_-1207950342', u'CAST_-1207949088'), (u'MULTIEQUAL_-1207949384', u'PTRADD_-1207950273'), (u'INT_ADD_-1207950421', u'CAST_-1207949282'), ('tmp_1516', u'CBRANCH_-1207950551'), (u'CAST_-1207949271', u'STORE_-1207950424'), (u'MULTIEQUAL_-1207950305', u'CAST_-1207949135'), ('const-417', u'STORE_-1207950926'), ('const-64', u'INT_NOTEQUAL_-1207951234'), (u'CALLIND_-1207950866', u'CAST_-1207949302'), (u'PTRSUB_-1207949312', u'CAST_-1207949266'), (u'INT_ADD_-1207950450', u'COPY_-1207950446'), (u'CAST_-1207949086', u'LOAD_-1207950219'), (u'MULTIEQUAL_-1207949376', u'MULTIEQUAL_-1207949820'), (u'INDIRECT_-1207949707', u'MULTIEQUAL_-1207949963'), ('const-48', u'INT_ADD_-1207950881'), ('const-0', u'STORE_-1207950926'), (u'INDIRECT_-1207949713', u'MULTIEQUAL_-1207949377'), (u'PTRADD_-1207950930', u'CAST_-1207949388'), (u'STORE_-1207950424', u'INDIRECT_-1207949803'), (u'CAST_-1207949255', u'STORE_-1207950406'), ('tmp_5590', u'PTRADD_-1207950865'), ('tmp_5590', u'CALL_-1207950501'), (u'MULTIEQUAL_-1207950311', u'COPY_-1207949484'), ('tmp_5590', u'PTRADD_-1207951270'), (u'INT_ADD_-1207951071', u'CAST_-1207949452'), (u'CALLIND_-1207950866', u'INDIRECT_-1207949777'), (u'INDIRECT_-1207949818', u'MULTIEQUAL_-1207949381'), ('tmp_3277', u'PTRSUB_-1207949627'), ('const-8', u'INT_ADD_-1207949252'), (u'LOAD_-1207950363', u'CALL_-1207950390'), ('const-1', u'PTRADD_-1207950930'), (u'CALL_-1207951293', u'CALL_-1207951088'), ('const-4294967184', u'PTRSUB_-1207949626'), (u'CALL_-1207951293', u'INT_ADD_-1207950342'), ('tmp_3277', u'PTRSUB_-1207949352'), (u'STORE_-1207950406', u'INDIRECT_-1207949788'), (u'CALL_-1207951293', u'INT_ADD_-1207951121'), (u'MULTIEQUAL_-1207949384', u'PTRADD_-1207950390'), (u'INT_2COMP_-1207950043', u'INT_ADD_-1207949398'), ('tmp_3277', u'PTRSUB_-1207949348'), (u'CALL_-1207950390', u'INDIRECT_-1207949713'), (u'COPY_-1207949481', u'STORE_-1207950821'), (u'STORE_-1207950412', u'INDIRECT_-1207949793'), (u'CALL_-1207950501', u'INDIRECT_-1207949655'), (u'INDIRECT_-1207949603', u'MULTIEQUAL_-1207949859'), ('const-8', u'INT_NOTEQUAL_-1207950265'), ('const-417', u'LOAD_-1207950365'), (u'INDIRECT_-1207949550', u'MULTIEQUAL_-1207949806'), (u'INT_ADD_-1207949252', u'INT_ADD_-1207950203'), (u'MULTIEQUAL_-1207949376', u'INT_ADD_-1207950326'), (u'MULTIEQUAL_-1207949820', u'INT_SLESS_-1207950960'), (u'MULTIEQUAL_-1207949832', u'SUBPIECE_-1207949542'), (u'INT_2COMP_-1207949878', u'INT_ADD_-1207949252'), (u'MULTIEQUAL_-1207949378', u'MULTIEQUAL_-1207949873'), (u'INT_SLESS_-1207950960', u'CBRANCH_-1207950967'), (u'STORE_-1207950534', u'INDIRECT_-1207949567'), (u'STORE_-1207950480', u'INDIRECT_-1207949748'), ('const-74', u'INT_AND_-1207951239'), (u'CAST_-1207949126', u'STORE_-1207950511'), ('tmp_3277', u'PTRSUB_-1207949360'), (u'CAST_-1207949285', u'STORE_-1207950814'), (u'MULTIEQUAL_-1207949951', u'MULTIEQUAL_-1207949937'), (u'STORE_-1207950412', u'INDIRECT_-1207949688'), (u'STORE_-1207950418', u'INDIRECT_-1207949746'), (u'INT_NOTEQUAL_-1207950265', u'BOOL_AND_-1207949672'), ('tmp_3291', u'PTRADD_-1207949435'), (u'BOOL_AND_-1207949672', u'INT_ZEXT_-1207950439'), (u'STORE_-1207950412', u'INDIRECT_-1207949819'), (u'PTRADD_-1207950251', u'MULTIEQUAL_-1207950311'), (u'PTRADD_-1207949435', u'CAST_-1207949285'), (u'INT_SUB_-1207950479', u'INT_ADD_-1207950473'), (u'LOAD_-1207951292', u'INT_RIGHT_-1207950540'), (u'CALL_-1207950501', u'INDIRECT_-1207949576'), (u'CALL_-1207951293', u'INDIRECT_-1207949975'), ('const-4294967252', u'PTRSUB_-1207949388'), (u'CAST_-1207949521', u'LOAD_-1207951292'), (u'LOAD_-1207950444', u'CALL_-1207950390'), ('tmp_2132', u'CBRANCH_-1207950355'), (u'CALL_-1207950501', u'INDIRECT_-1207949681'), ('const-1', u'PTRADD_-1207950420'), (u'MULTIEQUAL_-1207949846', u'MULTIEQUAL_-1207949832'), (u'COPY_-1207949543', u'MULTIEQUAL_-1207949479'), (u'INT_ADD_-1207950473', u'CAST_-1207949178'), (u'CAST_-1207949111', u'INT_ADD_-1207950519'), ('const-8', u'PTRADD_-1207950930'), ('const-16', u'INT_ADD_-1207949288'), ('const-4294967288', u'INT_AND_-1207950471'), (u'STORE_-1207950480', u'INDIRECT_-1207949670'), (u'PTRSUB_-1207949284', u'CAST_-1207949244'), ('const-1', u'INT_ADD_-1207950326'), ('const-0', u'INT_NOTEQUAL_-1207950590'), (u'CALL_-1207951088', u'COPY_-1207951040'), ('const-4294967220', u'PTRSUB_-1207949536'), (u'STORE_-1207950480', u'INDIRECT_-1207949696'), (u'INDIRECT_-1207949683', u'MULTIEQUAL_-1207949899'), (u'INDIRECT_-1207949762', u'CALL_-1207950390'), (u'PTRADD_-1207949378', u'COPY_-1207949314'), (u'STORE_-1207950511', u'INDIRECT_-1207949655'), (u'CALL_-1207950501', u'INDIRECT_-1207949629'), (u'INDIRECT_-1207949646', u'COPY_-1207949226'), (u'CALLIND_-1207950866', u'INDIRECT_-1207949908'), ('const-12', u'INT_ADD_-1207949328'), (u'CAST_-1207949110', u'STORE_-1207950534'), (u'STORE_-1207950333', u'INDIRECT_-1207949624'), (u'INT_ADD_-1207950881', u'CAST_-1207949328'), (u'STORE_-1207950418', u'INDIRECT_-1207949719'), (u'STORE_-1207950406', u'INDIRECT_-1207949814'), (u'CALL_-1207951293', u'INDIRECT_-1207950002'), ('const-4294967184', u'PTRSUB_-1207949300'), (u'STORE_-1207950406', u'INDIRECT_-1207949736'), (u'STORE_-1207950511', u'INDIRECT_-1207949603'), (u'INT_SRIGHT_-1207949917', u'INT_SUB_-1207950479'), ('const-4294967288', u'INT_AND_-1207950568'), (u'INT_2COMP_-1207950043', u'INT_ADD_-1207949348'), (u'PTRADD_-1207951270', u'CAST_-1207949542'), (u'PTRSUB_-1207949388', u'STORE_-1207950418'), (u'CAST_-1207949277', u'LOAD_-1207950431'), (u'STORE_-1207950534', u'INDIRECT_-1207949620'), (u'CAST_-1207949241', u'LOAD_-1207950361'), (u'COPY_-1207951040', u'MULTIEQUAL_-1207949376'), ('const-1', u'PTRADD_-1207950368'), (u'STORE_-1207950450', u'INDIRECT_-1207949709'), ('tmp_1739', u'BRANCH_-1207950422'), (u'LOAD_-1207950992', u'CALL_-1207950501'), (u'LOAD_-1207951292', u'INT_LEFT_-1207950487'), ('const-37', u'INT_ADD_-1207950428'), (u'COPY_-1207949484', u'MULTIEQUAL_-1207950297'), ('const-417', u'LOAD_-1207950219'), ('const-9', u'INT_ADD_-1207950494'), ('const-9', u'INT_RIGHT_-1207950540'), (u'INT_2COMP_-1207950043', u'INT_ADD_-1207949360'), (u'PTRADD_-1207950865', u'CAST_-1207949349'), ('const-417', u'STORE_-1207950418'), (u'CAST_-1207949127', u'INT_ADD_-1207950548'), (u'INDIRECT_-1207949655', u'MULTIEQUAL_-1207949911'), (u'CAST_-1207949305', u'INT_ADD_-1207949402'), ('const-1', u'PTRADD_-1207950390'), ('const-417', u'STORE_-1207950450'), (u'PTRSUB_-1207949232', u'STORE_-1207950534'), (u'CALL_-1207950390', u'INDIRECT_-1207949844'), (u'STORE_-1207950450', u'INDIRECT_-1207949657'), (u'INT_ADD_-1207949358', u'CAST_-1207949132'), ('const-417', u'STORE_-1207950814'), ('const-417', u'LOAD_-1207950489'), (u'INT_ADD_-1207950519', u'CAST_-1207949110'), ('tmp_5590', u'PTRADD_-1207951230'), (u'CALL_-1207951088', u'INDIRECT_-1207949933'), (u'MULTIEQUAL_-1207949380', u'MULTIEQUAL_-1207949925'), (u'MULTIEQUAL_-1207949873', u'MULTIEQUAL_-1207949859'), (u'CALL_-1207951293', u'INT_ADD_-1207950415'), (u'MULTIEQUAL_-1207950305', u'CAST_-1207949087'), ('tmp_3277', u'PTRSUB_-1207949388'), ('const-4', u'INT_ADD_-1207949279'), (u'INT_2COMP_-1207949878', u'INT_ADD_-1207949274'), (u'INDIRECT_-1207949933', u'MULTIEQUAL_-1207949378'), ('tmp_3277', u'PTRSUB_-1207949536'), (u'MULTIEQUAL_-1207950297', u'CALLIND_-1207950866'), (u'CAST_-1207949178', u'LOAD_-1207950489')]
[('const-1', u'PTRADD_-1207949615'), (u'CALL_-1207950390', u'INDIRECT_-1207949900'), (u'STORE_-1207950406', u'INDIRECT_-1207949800'), (u'CALL_-1207950501', u'INDIRECT_-1207949687'), (u'PTRADD_-1207949566', u'STORE_-1207950406'), (u'CAST_-1207949605', u'LOAD_-1207950992'), ('const-4294967220', u'PTRSUB_-1207949750'), ('const-417', u'STORE_-1207950450'), (u'CALL_-1207950390', u'INDIRECT_-1207949785'), (u'STORE_-1207950450', u'INDIRECT_-1207949741'), (u'LOAD_-1207950992', u'INT_ADD_-1207950591'), (u'INDIRECT_-1207949760', u'MULTIEQUAL_-1207949983'), (u'COPY_-1207949367', u'MULTIEQUAL_-1207949925'), (u'PTRADD_-1207949716', u'STORE_-1207950424'), (u'STORE_-1207950412', u'INDIRECT_-1207949786'), (u'MULTIEQUAL_-1207949911', u'CALLIND_-1207950866'), (u'STORE_-1207950450', u'INDIRECT_-1207949721'), ('tmp_4750', u'INT_ZEXT_-1207951332'), (u'INDIRECT_-1207949843', u'MULTIEQUAL_-1207949556'), (u'INDIRECT_-1207949824', u'MULTIEQUAL_-1207949555'), ('const-4294967252', u'PTRSUB_-1207949420'), (u'INT_ADD_-1207950911', u'CAST_-1207949572'), (u'MULTIEQUAL_-1207949553', u'COPY_-1207949505'), ('const-16', u'INT_ADD_-1207949474'), ('const-64', u'INT_EQUAL_-1207950529'), ('const-12', u'INT_ADD_-1207950421'), (u'STORE_-1207950534', u'INDIRECT_-1207949761'), ('tmp_1562', u'CBRANCH_-1207950526'), ('tmp_3266', u'COPY_-1207949806'), (u'PTRSUB_-1207949807', u'MULTIEQUAL_-1207949551'), (u'INT_ADD_-1207950976', u'CAST_-1207949605'), (u'INT_ADD_-1207950342', u'CAST_-1207949305'), (u'CAST_-1207949572', u'STORE_-1207950926'), ('tmp_3253', u'PTRSUB_-1207949716'), ('const-4294967294', u'PTRADD_-1207950390'), (u'INT_AND_-1207951239', u'INT_NOTEQUAL_-1207950255'), (u'MULTIEQUAL_-1207950021', u'MULTIEQUAL_-1207950007'), (u'INDIRECT_-1207949636', u'MULTIEQUAL_-1207949944'), (u'PTRSUB_-1207949549', u'CAST_-1207949512'), (u'INDIRECT_-1207949744', u'MULTIEQUAL_-1207950007'), (u'INDIRECT_-1207950055', u'MULTIEQUAL_-1207949557'), (u'CALL_-1207951088', u'INDIRECT_-1207950055'), (u'CALLIND_-1207950866', u'INDIRECT_-1207949875'), (u'CALL_-1207950501', u'INDIRECT_-1207949744'), (u'MULTIEQUAL_-1207949930', u'SUBPIECE_-1207949945'), (u'STORE_-1207950480', u'INDIRECT_-1207949811'), (u'COPY_-1207949452', u'MULTIEQUAL_-1207949925'), (u'CALL_-1207951088', u'MULTIEQUAL_-1207949553'), ('const-4', u'INT_ADD_-1207949465'), (u'CAST_-1207949730', u'LOAD_-1207951292'), (u'INT_AND_-1207950542', u'INT_NOTEQUAL_-1207950553'), ('const-417', u'STORE_-1207950511'), ('const-7', u'INT_ADD_-1207950591'), (u'LOAD_-1207950358', u'STORE_-1207950333'), (u'INT_ADD_-1207950519', u'CAST_-1207949329'), (u'INT_AND_-1207951239', u'INT_EQUAL_-1207950529'), (u'CAST_-1207949395', u'LOAD_-1207950489'), ('const-2', u'INT_MULT_-1207950500'), (u'COPY_-1207949514', u'MULTIEQUAL_-1207950316'), ('const-417', u'LOAD_-1207950444'), (u'COPY_-1207950120', u'MULTIEQUAL_-1207950056'), (u'CAST_-1207949467', u'INT_ADD_-1207949547'), (u'INT_NOTEQUAL_-1207950590', u'CBRANCH_-1207950586'), (u'INT_ADD_-1207950525', u'CAST_-1207949335'), (u'STORE_-1207950424', u'INDIRECT_-1207949892'), (u'INDIRECT_-1207949881', u'MULTIEQUAL_-1207949558'), (u'STORE_-1207950412', u'INDIRECT_-1207949882'), ('const-42', u'INT_ADD_-1207950342'), ('tmp_3267', u'COPY_-1207950829'), ('tmp_3253', u'PTRSUB_-1207949501'), (u'CAST_-1207949661', u'LOAD_-1207951087'), ('tmp_4749', u'INT_ADD_-1207951316'), ('const-4294967295', u'PTRADD_-1207950251'), (u'CALLIND_-1207950866', u'INT_NOTEQUAL_-1207950846'), ('const-0', u'SUBPIECE_-1207949945'), ('const-1', u'COPY_-1207950582'), ('const-417', u'LOAD_-1207950459'), (u'INDIRECT_-1207949804', u'MULTIEQUAL_-1207949554'), ('const-8', u'INT_ADD_-1207950911'), (u'INT_ADD_-1207951071', u'CAST_-1207949661'), (u'LOAD_-1207950489', u'STORE_-1207950480'), (u'INT_SRIGHT_-1207949948', u'INT_SUB_-1207950479'), (u'STORE_-1207950534', u'INDIRECT_-1207949704'), ('tmp_3253', u'PTRSUB_-1207949557'), (u'STORE_-1207950511', u'INDIRECT_-1207949744'), (u'CAST_-1207949512', u'INT_ADD_-1207949595'), (u'INDIRECT_-1207950074', u'MULTIEQUAL_-1207949558'), (u'INT_2COMP_-1207949907', u'INT_ADD_-1207949460'), ('tmp_4751', u'CALL_-1207951088'), (u'STORE_-1207950480', u'INDIRECT_-1207949792'), ('tmp_4749', u'INT_ADD_-1207950976'), ('const-42', u'INT_ADD_-1207950443'), (u'CALL_-1207950390', u'INDIRECT_-1207949843'), ('tmp_1390', u'BRANCH_-1207950488'), (u'COPY_-1207949522', u'MULTIEQUAL_-1207949561'), (u'INDIRECT_-1207950036', u'MULTIEQUAL_-1207949556'), ('tmp_4749', u'CALL_-1207950501'), (u'MULTIEQUAL_-1207949553', u'INT_ADD_-1207950450'), (u'CAST_-1207949513', u'MULTIEQUAL_-1207949551'), (u'CALL_-1207951088', u'INT_MULT_-1207950500'), (u'CAST_-1207949477', u'INT_ADD_-1207949559'), (u'PTRADD_-1207950390', u'STORE_-1207950450'), (u'MULTIEQUAL_-1207949950', u'CALLIND_-1207950866'), (u'INT_ADD_-1207950443', u'CAST_-1207949382'), (u'STORE_-1207950540', u'INDIRECT_-1207949747'), (u'STORE_-1207950540', u'INDIRECT_-1207949709'), (u'MULTIEQUAL_-1207949552', u'COPY_-1207949514'), (u'INT_ADD_-1207950421', u'CAST_-1207949493'), (u'CALLIND_-1207950866', u'INDIRECT_-1207949933'), (u'PTRADD_-1207950273', u'STORE_-1207950333'), ('tmp_783', u'CBRANCH_-1207951020'), (u'INT_NOTEQUAL_-1207950553', u'CBRANCH_-1207950551'), ('const-1', u'PTRADD_-1207950251'), (u'INT_ADD_-1207950326', u'COPY_-1207949367'), (u'MULTIEQUAL_-1207950162', u'INT_AND_-1207950542'), ('tmp_4751', u'MULTIEQUAL_-1207950162'), (u'LOAD_-1207951292', u'INT_AND_-1207951239'), (u'BOOL_AND_-1207949843', u'INT_ZEXT_-1207950450'), (u'CAST_-1207949516', u'INT_ADD_-1207949603'), (u'STORE_-1207950450', u'INDIRECT_-1207949817'), (u'CALL_-1207951293', u'INDIRECT_-1207950086'), (u'INT_EQUAL_-1207950529', u'CBRANCH_-1207950526'), (u'INT_2COMP_-1207950059', u'INT_ADD_-1207949603'), (u'MULTIEQUAL_-1207950316', u'CAST_-1207949346'), (u'INDIRECT_-1207949900', u'MULTIEQUAL_-1207949559'), (u'PTRADD_-1207949566', u'COPY_-1207949522'), ('const-0', u'INT_NOTEQUAL_-1207950553'), ('tmp_3253', u'PTRSUB_-1207949571'), (u'CALL_-1207951088', u'INDIRECT_-1207950093'), ('const-4294967252', u'PTRSUB_-1207949571'), (u'INT_ADD_-1207949547', u'CAST_-1207949466'), (u'CAST_-1207949345', u'STORE_-1207950511'), (u'INT_EQUAL_-1207950928', u'CBRANCH_-1207950912'), (u'INDIRECT_-1207949713', u'MULTIEQUAL_-1207950021'), (u'COPY_-1207950829', u'RETURN_-1207950762'), ('const-4294967202', u'PTRSUB_-1207949566'), (u'STORE_-1207950406', u'INDIRECT_-1207949858'), (u'CAST_-1207949305', u'LOAD_-1207950358'), (u'STORE_-1207950424', u'INDIRECT_-1207949835'), (u'LOAD_-1207950437', u'CALL_-1207950390'), (u'CAST_-1207949510', u'STORE_-1207950814'), (u'INT_NOTEQUAL_-1207950846', u'CBRANCH_-1207950842'), ('const-1', u'PTRADD_-1207950390'), ('const-417', u'LOAD_-1207950358'), (u'INDIRECT_-1207949667', u'MULTIEQUAL_-1207949930'), (u'CAST_-1207949400', u'INT_SRIGHT_-1207949948'), ('const-4294967184', u'PTRSUB_-1207949501'), (u'COPY_-1207949526', u'MULTIEQUAL_-1207949925'), ('const-4294967184', u'PTRSUB_-1207949549'), (u'STORE_-1207950424', u'INDIRECT_-1207949873'), (u'CALL_-1207951088', u'INDIRECT_-1207950074'), ('const-417', u'LOAD_-1207950897'), (u'CALL_-1207950390', u'INDIRECT_-1207949824'), (u'STORE_-1207950511', u'INDIRECT_-1207949648'), (u'STORE_-1207950424', u'INDIRECT_-1207949854'), (u'MULTIEQUAL_-1207949950', u'LOAD_-1207950909'), ('const-417', u'STORE_-1207950534'), (u'COPY_-1207949535', u'MULTIEQUAL_-1207950316'), (u'SUBPIECE_-1207949945', u'INT_EQUAL_-1207950928'), (u'LOAD_-1207950909', u'INT_ADD_-1207950881'), (u'CAST_-1207949346', u'INT_ADD_-1207950548'), (u'INT_NOTEQUAL_-1207951234', u'BOOL_AND_-1207949843'), (u'CALL_-1207951293', u'INT_ADD_-1207950421'), (u'STORE_-1207950418', u'INDIRECT_-1207949810'), ('const-417', u'LOAD_-1207950431'), (u'INT_2COMP_-1207949907', u'INT_ADD_-1207949474'), (u'INT_ADD_-1207950473', u'CAST_-1207949395'), ('const-2', u'INT_ADD_-1207950450'), (u'INT_ADD_-1207949465', u'INT_ADD_-1207950525'), ('const-4', u'INT_ADD_-1207949549'), (u'MULTIEQUAL_-1207949561', u'PTRADD_-1207950368'), (u'CALL_-1207951293', u'INDIRECT_-1207950105'), (u'INT_RIGHT_-1207950540', u'INT_AND_-1207950542'), (u'STORE_-1207950333', u'INDIRECT_-1207949675'), ('const-16', u'INT_ADD_-1207951071'), (u'INDIRECT_-1207949785', u'MULTIEQUAL_-1207949553'), ('tmp_870', u'CBRANCH_-1207950967'), ('tmp_4749', u'INT_ADD_-1207950911'), (u'MULTIEQUAL_-1207950316', u'CAST_-1207949330'), (u'CALLIND_-1207950866', u'INDIRECT_-1207949952'), (u'MULTIEQUAL_-1207950316', u'CAST_-1207949352'), (u'INT_MULT_-1207950500', u'INT_ADD_-1207950494'), (u'CALLIND_-1207950866', u'INDIRECT_-1207949914'), (u'INT_ADD_-1207949474', u'INT_ADD_-1207950548'), ('const-8', u'INT_NOTEQUAL_-1207950255'), (u'MULTIEQUAL_-1207949561', u'PTRADD_-1207950390'), (u'CAST_-1207949551', u'LOAD_-1207950897'), (u'CAST_-1207949336', u'INT_ADD_-1207950525'), (u'CAST_-1207949498', u'LOAD_-1207950444'), (u'CALL_-1207951293', u'INT_ADD_-1207950428'), (u'STORE_-1207950450', u'INDIRECT_-1207949760'), ('const-417', u'LOAD_-1207950992'), (u'INT_ADD_-1207949567', u'CAST_-1207949482'), (u'INT_NOTEQUAL_-1207950255', u'BOOL_AND_-1207949843'), (u'CALL_-1207950501', u'INDIRECT_-1207949648'), ('tmp_3267', u'PTRADD_-1207949615'), (u'MULTIEQUAL_-1207950040', u'MULTIEQUAL_-1207950026'), ('tmp_3253', u'PTRSUB_-1207949513'), (u'STORE_-1207950480', u'INDIRECT_-1207949773'), (u'STORE_-1207950333', u'INDIRECT_-1207949713'), ('const-8', u'INT_ADD_-1207949569'), (u'INT_ADD_-1207949595', u'CAST_-1207949511'), (u'INT_ADD_-1207949561', u'INT_ADD_-1207949559'), (u'INDIRECT_-1207949656', u'MULTIEQUAL_-1207949964'), (u'CALL_-1207950501', u'INDIRECT_-1207949763'), (u'CAST_-1207949345', u'MULTIEQUAL_-1207950308'), (u'INT_ADD_-1207950450', u'COPY_-1207949452'), ('const-1', u'PTRADD_-1207950368'), ('tmp_3253', u'PTRSUB_-1207949420'), (u'INT_ADD_-1207949549', u'INT_ADD_-1207949547'), (u'STORE_-1207950511', u'INDIRECT_-1207949687'), (u'INT_ADD_-1207950591', u'INT_AND_-1207950568'), ('tmp_3264', u'COPY_-1207949804'), ('const-417', u'LOAD_-1207951292'), (u'INT_ADD_-1207949529', u'CAST_-1207949351'), (u'INT_ADD_-1207951121', u'CALL_-1207951088'), (u'CALL_-1207951088', u'INDIRECT_-1207949997'), (u'PTRSUB_-1207949513', u'CAST_-1207949477'), ('const-4294967295', u'PTRADD_-1207950420'), ('const-417', u'STORE_-1207950333'), (u'INDIRECT_-1207949725', u'MULTIEQUAL_-1207949988'), (u'STORE_-1207950418', u'INDIRECT_-1207949791'), (u'INT_AND_-1207951239', u'INT_NOTEQUAL_-1207951234'), (u'INT_ZEXT_-1207950450', u'INT_EQUAL_-1207950370'), (u'INDIRECT_-1207949997', u'MULTIEQUAL_-1207949554'), ('const-4294967288', u'INT_AND_-1207950568'), (u'CAST_-1207949466', u'STORE_-1207950406'), (u'INDIRECT_-1207949862', u'MULTIEQUAL_-1207949557'), (u'CAST_-1207949329', u'STORE_-1207950534'), (u'CALL_-1207950501', u'INDIRECT_-1207949667'), (u'COPY_-1207950582', u'MULTIEQUAL_-1207950162'), (u'STORE_-1207950540', u'INDIRECT_-1207949670'), (u'PTRSUB_-1207949420', u'STORE_-1207950534'), ('const-2', u'INT_ADD_-1207950473'), (u'CALL_-1207951293', u'INT_ADD_-1207951071'), (u'STORE_-1207950540', u'INDIRECT_-1207949766'), (u'CAST_-1207949493', u'LOAD_-1207950437'), ('const-417', u'STORE_-1207950814'), ('const-4294967184', u'PTRSUB_-1207949806'), (u'PTRSUB_-1207949521', u'CAST_-1207949483'), (u'COPY_-1207949505', u'MULTIEQUAL_-1207949925'), ('tmp_952', u'CBRANCH_-1207950912'), ('const-417', u'LOAD_-1207950489'), (u'STORE_-1207950406', u'INDIRECT_-1207949839'), (u'COPY_-1207949693', u'MULTIEQUAL_-1207950056'), (u'MULTIEQUAL_-1207949551', u'COPY_-1207949535'), ('tmp_1835', u'BRANCH_-1207950305'), (u'INT_EQUAL_-1207950370', u'CBRANCH_-1207950355'), ('tmp_1027', u'CBRANCH_-1207950842'), ('const-0', u'STORE_-1207950926'), (u'STORE_-1207950418', u'INDIRECT_-1207949849'), ('const-4294967294', u'PTRADD_-1207950368'), (u'LOAD_-1207951087', u'INT_NOTEQUAL_-1207951060'), (u'INT_2COMP_-1207950059', u'INT_ADD_-1207949599'), (u'STORE_-1207950412', u'INDIRECT_-1207949825'), (u'MULTIEQUAL_-1207949925', u'MULTIEQUAL_-1207949911'), ('tmp_3253', u'PTRSUB_-1207949566'), (u'MULTIEQUAL_-1207949944', u'MULTIEQUAL_-1207949930'), ('const-1', u'COPY_-1207950120'), (u'LOAD_-1207950431', u'CALL_-1207950390'), (u'CALL_-1207950501', u'INDIRECT_-1207949725'), (u'CALL_-1207950390', u'INDIRECT_-1207949804'), ('const-4294967220', u'PTRSUB_-1207949716'), (u'INDIRECT_-1207949694', u'MULTIEQUAL_-1207950002'), ('const-1', u'PTRADD_-1207949566'), (u'STORE_-1207950406', u'INDIRECT_-1207949820'), ('const-38', u'INT_ADD_-1207951121'), (u'COPY_-1207949439', u'CALL_-1207950501'), (u'MULTIEQUAL_-1207949553', u'COPY_-1207949526'), (u'STORE_-1207950480', u'INDIRECT_-1207949830'), (u'CAST_-1207949352', u'INT_ADD_-1207949529'), (u'STORE_-1207950534', u'INDIRECT_-1207949665'), (u'PTRSUB_-1207949571', u'STORE_-1207950418'), (u'LOAD_-1207950992', u'INT_SLESS_-1207950960'), ('const-17', u'INT_LEFT_-1207950487'), (u'CAST_-1207949514', u'INT_ADD_-1207949599'), (u'PTRSUB_-1207949716', u'PTRADD_-1207949716'), ('const-417', u'STORE_-1207950406'), (u'MULTIEQUAL_-1207950308', u'CALLIND_-1207950866'), (u'PTRADD_-1207949716', u'MULTIEQUAL_-1207949561'), (u'CALLIND_-1207950866', u'INDIRECT_-1207949894'), (u'MULTIEQUAL_-1207950322', u'COPY_-1207949696'), ('const-4294967184', u'PTRSUB_-1207949807'), ('tmp_3253', u'PTRSUB_-1207949806'), ('const-0', u'INT_EQUAL_-1207950370'), (u'PTRSUB_-1207949566', u'PTRADD_-1207949566'), (u'MULTIEQUAL_-1207949556', u'MULTIEQUAL_-1207949983'), (u'MULTIEQUAL_-1207949558', u'INT_SUB_-1207950479'), (u'INT_NOTEQUAL_-1207951060', u'CBRANCH_-1207951020'), ('tmp_3265', u'COPY_-1207949803'), ('tmp_1445', u'CBRANCH_-1207950586'), (u'MULTIEQUAL_-1207949561', u'PTRADD_-1207950273'), (u'COPY_-1207949694', u'STORE_-1207950821'), ('tmp_3253', u'PTRSUB_-1207949521'), (u'PTRSUB_-1207949806', u'MULTIEQUAL_-1207949552'), ('const-8', u'INT_ADD_-1207949460'), (u'MULTIEQUAL_-1207950316', u'CAST_-1207949336'), (u'INT_ADD_-1207950881', u'CAST_-1207949551'), ('tmp_3253', u'PTRSUB_-1207949549'), (u'MULTIEQUAL_-1207950002', u'MULTIEQUAL_-1207949988'), (u'INT_ADD_-1207949559', u'CAST_-1207949476'), (u'STORE_-1207950412', u'INDIRECT_-1207949863'), (u'LOAD_-1207950897', u'CALLIND_-1207950866'), ('const-4294967184', u'PTRSUB_-1207949521'), (u'STORE_-1207950406', u'INDIRECT_-1207949781'), (u'INT_ADD_-1207950548', u'CAST_-1207949345'), ('const-417', u'STORE_-1207950424'), ('tmp_3253', u'PTRSUB_-1207949807'), (u'MULTIEQUAL_-1207949554', u'MULTIEQUAL_-1207949944'), (u'LOAD_-1207950459', u'STORE_-1207950450'), (u'STORE_-1207950534', u'INDIRECT_-1207949723'), (u'STORE_-1207950534', u'INDIRECT_-1207949742'), (u'CAST_-1207949515', u'MULTIEQUAL_-1207949552'), (u'INT_ADD_-1207951316', u'CALL_-1207951293'), (u'STORE_-1207950540', u'INDIRECT_-1207949689'), (u'STORE_-1207950412', u'INDIRECT_-1207949844'), ('const-1', u'PTRADD_-1207950420'), (u'LOAD_-1207951292', u'CALL_-1207951088'), (u'INT_ADD_-1207950494', u'INT_AND_-1207950471'), (u'CAST_-1207949382', u'LOAD_-1207950459'), (u'INDIRECT_-1207949798', u'MULTIEQUAL_-1207950021'), (u'MULTIEQUAL_-1207949561', u'PTRADD_-1207950251'), (u'COPY_-1207949440', u'CALL_-1207950501'), ('const-4294967295', u'PTRADD_-1207950273'), (u'INDIRECT_-1207949742', u'COPY_-1207949440'), ('tmp_4749', u'INT_ADD_-1207951276'), (u'CALL_-1207951293', u'INT_ADD_-1207950443'), (u'STORE_-1207950333', u'INDIRECT_-1207949732'), (u'INDIRECT_-1207949763', u'MULTIEQUAL_-1207950026'), (u'INDIRECT_-1207949732', u'MULTIEQUAL_-1207950040'), (u'STORE_-1207950412', u'INDIRECT_-1207949901'), ('const-8', u'INT_ADD_-1207950415'), (u'STORE_-1207950418', u'INDIRECT_-1207949830'), ('tmp_4749', u'STORE_-1207950412'), ('tmp_3267', u'STORE_-1207950821'), (u'STORE_-1207950511', u'INDIRECT_-1207949667'), ('const-12', u'INT_ADD_-1207951276'), (u'MULTIEQUAL_-1207949561', u'MULTIEQUAL_-1207950322'), ('const-417', u'LOAD_-1207950909'), (u'MULTIEQUAL_-1207949964', u'MULTIEQUAL_-1207949950'), (u'MULTIEQUAL_-1207949555', u'MULTIEQUAL_-1207949964'), (u'PTRADD_-1207950420', u'STORE_-1207950480'), (u'MULTIEQUAL_-1207949561', u'PTRADD_-1207950420'), (u'STORE_-1207950511', u'INDIRECT_-1207949706'), (u'INT_2COMP_-1207949907', u'INT_ADD_-1207949465'), (u'STORE_-1207950450', u'INDIRECT_-1207949779'), ('const-0', u'RETURN_-1207950762'), (u'CAST_-1207949511', u'STORE_-1207950412'), (u'STORE_-1207950511', u'INDIRECT_-1207949763'), ('const-417', u'STORE_-1207950418'), ('const-31', u'INT_SRIGHT_-1207949948'), ('const-417', u'STORE_-1207950480'), ('tmp_1516', u'CBRANCH_-1207950551'), (u'CALL_-1207950390', u'INDIRECT_-1207949862'), (u'CALLIND_-1207950866', u'INDIRECT_-1207949971'), ('tmp_4751', u'INT_NOTEQUAL_-1207950590'), (u'PTRSUB_-1207949750', u'CALL_-1207951088'), (u'STORE_-1207950412', u'INDIRECT_-1207949805'), ('const-1', u'PTRADD_-1207950273'), ('const-417', u'STORE_-1207950821'), (u'PTRSUB_-1207949824', u'CALL_-1207951293'), (u'PTRSUB_-1207949501', u'CAST_-1207949467'), ('const-48', u'INT_ADD_-1207950881'), (u'SUBPIECE_-1207949945', u'COPY_-1207949693'), (u'INT_2COMP_-1207950059', u'INT_ADD_-1207949549'), (u'INT_ADD_-1207950428', u'CAST_-1207949498'), ('const-417', u'STORE_-1207950540'), (u'INDIRECT_-1207949839', u'CALL_-1207950390'), (u'INDIRECT_-1207950017', u'MULTIEQUAL_-1207949555'), (u'MULTIEQUAL_-1207949950', u'COPY_-1207949694'), ('const-4294967184', u'PTRSUB_-1207949553'), (u'INT_2COMP_-1207950059', u'INT_ADD_-1207949561'), ('const-4294967184', u'PTRSUB_-1207949557'), ('tmp_3253', u'PTRSUB_-1207949553'), (u'CAST_-1207949330', u'INT_ADD_-1207950519'), (u'PTRADD_-1207950368', u'MULTIEQUAL_-1207950322'), ('const-1', u'PTRADD_-1207949716'), (u'INT_2COMP_-1207950059', u'PTRADD_-1207949566'), (u'CAST_-1207949483', u'INT_ADD_-1207949567'), (u'CALL_-1207951293', u'INT_ADD_-1207950342'), (u'CAST_-1207949482', u'STORE_-1207950424'), (u'INT_2COMP_-1207950059', u'INT_ADD_-1207949569'), (u'CALL_-1207951088', u'INDIRECT_-1207950036'), (u'CALL_-1207951293', u'INT_ADD_-1207951121'), (u'INT_ADD_-1207951276', u'CAST_-1207949730'), (u'STORE_-1207950424', u'INDIRECT_-1207949815'), ('const-8', u'INT_ADD_-1207950976'), (u'CALL_-1207951088', u'INT_2COMP_-1207950203'), (u'INDIRECT_-1207949675', u'MULTIEQUAL_-1207949983'), (u'INT_ADD_-1207949569', u'INT_ADD_-1207949567'), (u'CAST_-1207949476', u'STORE_-1207950418'), ('const-108', u'INT_ADD_-1207951316'), (u'MULTIEQUAL_-1207950322', u'STORE_-1207950540'), (u'INT_SLESS_-1207950960', u'CBRANCH_-1207950967'), (u'STORE_-1207950406', u'INDIRECT_-1207949877'), (u'STORE_-1207950418', u'INDIRECT_-1207949868'), ('const-74', u'INT_AND_-1207951239'), ('const-417', u'STORE_-1207950412'), (u'PTRSUB_-1207949553', u'CAST_-1207949514'), (u'STORE_-1207950450', u'INDIRECT_-1207949798'), (u'INT_ADD_-1207950415', u'CAST_-1207949488'), (u'STORE_-1207950333', u'INDIRECT_-1207949656'), (u'INT_ADD_-1207949599', u'CAST_-1207949513'), (u'INT_SUB_-1207950479', u'INT_ADD_-1207950473'), (u'PTRADD_-1207950251', u'MULTIEQUAL_-1207950322'), (u'INDIRECT_-1207949721', u'MULTIEQUAL_-1207949944'), (u'LOAD_-1207951292', u'INT_RIGHT_-1207950540'), (u'INDIRECT_-1207949648', u'MULTIEQUAL_-1207949911'), (u'LOAD_-1207950444', u'CALL_-1207950390'), ('tmp_2132', u'CBRANCH_-1207950355'), (u'CALL_-1207951293', u'INDIRECT_-1207950124'), ('const-4', u'PTRADD_-1207949615'), (u'STORE_-1207950333', u'INDIRECT_-1207949694'), (u'CALLIND_-1207950866', u'INDIRECT_-1207949990'), (u'STORE_-1207950534', u'INDIRECT_-1207949684'), (u'CALL_-1207950501', u'INDIRECT_-1207949706'), (u'MULTIEQUAL_-1207949925', u'INT_SLESS_-1207950960'), (u'MULTIEQUAL_-1207949558', u'MULTIEQUAL_-1207950021'), (u'CAST_-1207949335', u'STORE_-1207950540'), (u'INT_LEFT_-1207950487', u'CAST_-1207949400'), ('const-4294967288', u'INT_AND_-1207950471'), ('tmp_3253', u'PTRSUB_-1207949824'), (u'CAST_-1207949351', u'STORE_-1207950511'), ('const-1', u'INT_ADD_-1207950326'), ('const-0', u'INT_NOTEQUAL_-1207950590'), (u'STORE_-1207950480', u'INDIRECT_-1207949734'), (u'INDIRECT_-1207949779', u'MULTIEQUAL_-1207950002'), (u'MULTIEQUAL_-1207950056', u'STORE_-1207950814'), (u'INT_2COMP_-1207950059', u'INT_ADD_-1207949595'), ('const-417', u'LOAD_-1207950437'), ('const-12', u'INT_ADD_-1207949561'), (u'PTRSUB_-1207949557', u'CAST_-1207949516'), (u'INT_2COMP_-1207950203', u'PTRADD_-1207949716'), ('const-0', u'INT_NOTEQUAL_-1207951060'), (u'INDIRECT_-1207949687', u'MULTIEQUAL_-1207949950'), (u'INT_AND_-1207950568', u'INT_2COMP_-1207949907'), (u'STORE_-1207950511', u'INDIRECT_-1207949725'), (u'PTRADD_-1207949615', u'CAST_-1207949510'), (u'INT_2COMP_-1207949907', u'INT_ADD_-1207949529'), (u'CALL_-1207950390', u'INDIRECT_-1207949881'), (u'CALL_-1207951293', u'INDIRECT_-1207950066'), ('const-0', u'INT_EQUAL_-1207950928'), ('const-64', u'INT_NOTEQUAL_-1207951234'), ('tmp_1739', u'BRANCH_-1207950422'), (u'INDIRECT_-1207949723', u'COPY_-1207949439'), (u'LOAD_-1207950992', u'CALL_-1207950501'), (u'LOAD_-1207951292', u'INT_LEFT_-1207950487'), (u'INDIRECT_-1207949817', u'MULTIEQUAL_-1207950040'), (u'CALL_-1207951088', u'INDIRECT_-1207950017'), (u'CAST_-1207949488', u'LOAD_-1207950431'), ('const-37', u'INT_ADD_-1207950428'), (u'INT_ADD_-1207949603', u'CAST_-1207949515'), (u'STORE_-1207950540', u'INDIRECT_-1207949728'), ('const-417', u'LOAD_-1207951087'), (u'INDIRECT_-1207949933', u'INT_NOTEQUAL_-1207950846'), ('const-9', u'INT_ADD_-1207950494'), ('const-9', u'INT_RIGHT_-1207950540'), ('const-4294967248', u'PTRSUB_-1207949824'), (u'STORE_-1207950480', u'INDIRECT_-1207949754'), ('const-417', u'STORE_-1207950926'), (u'INT_ADD_-1207949460', u'INT_ADD_-1207950519'), (u'INT_AND_-1207950471', u'INT_2COMP_-1207950059'), (u'INT_ZEXT_-1207950450', u'COPY_-1207949739'), ('tmp_3253', u'PTRSUB_-1207949750'), (u'STORE_-1207950418', u'INDIRECT_-1207949887'), (u'INDIRECT_-1207950093', u'MULTIEQUAL_-1207949559'), (u'STORE_-1207950424', u'INDIRECT_-1207949796'), (u'CALL_-1207951293', u'INT_ADD_-1207950415'), (u'INDIRECT_-1207949741', u'MULTIEQUAL_-1207949964'), (u'COPY_-1207949696', u'MULTIEQUAL_-1207950308'), (u'MULTIEQUAL_-1207949559', u'MULTIEQUAL_-1207950040'), (u'MULTIEQUAL_-1207949557', u'MULTIEQUAL_-1207950002'), (u'STORE_-1207950333', u'INDIRECT_-1207949636'), (u'MULTIEQUAL_-1207949911', u'COPY_-1207949637'), ('const-4294967184', u'PTRSUB_-1207949513'), (u'MULTIEQUAL_-1207949553', u'INT_ADD_-1207950326')]
null
null
001f1fac
arm
O2
(translation_unit "undefined4 *\nFUN_001f1fac(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n byte param_6,uint param_7)\n\n{\n undefined1 uVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char cVar8;\n undefined1 *puVar9;\n uint uVar10;\n uint uVar11;\n uint uVar12;\n undefined1 *puVar13;\n uint *puVar14;\n uint *puVar15;\n uint local_70 [4];\n undefined1 auStack_5e [18];\n undefined1 auStack_4c [8];\n int local_44;\n uint local_40;\n int local_3c;\n int *local_38;\n undefined4 local_34;\n undefined1 auStack_30 [4];\n int local_2c [2];\n \n local_40 = (uint)param_6;\n local_3c = param_2;\n local_38 = param_3;\n local_34 = param_4;\n iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c);\n uVar10 = *(uint *)(param_5 + 0xc);\n puVar15 = local_70;\n puVar14 = local_70;\n uVar11 = uVar10 & 0x4a;\n uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8);\n local_44 = iVar5 + 0x26;\n local_70[0] = uVar12;\n local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10);\n puVar13 = auStack_4c + -local_2c[0];\n if (*(char *)(iVar5 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar14 = (uint *)((int)local_70 + iVar2);\n puVar15 = (uint *)((int)local_70 + iVar2);\n uVar1 = *(undefined1 *)(iVar5 + 0x25);\n uVar7 = *(undefined4 *)(iVar5 + 0xc);\n uVar6 = *(undefined4 *)(iVar5 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(int *)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n FUN_001f0714(local_3c,uVar6,uVar7,uVar1);\n puVar13 = auStack_5e + iVar2;\n }\n if (uVar12 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar15 = puVar14;\n if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }\n }\n iVar5 = *(int *)(param_5 + 8);\n puVar9 = puVar13;\n if (local_2c[0] < iVar5) {\n iVar2 = -(iVar5 + 7U & 0xfffffff8);\n puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;\n *(int **)((int)puVar15 + iVar2 + 8) = local_2c;\n iVar3 = local_3c;\n uVar10 = local_40;\n *(undefined1 **)((int)puVar15 + iVar2) = puVar9;\n FUN_001f1824(iVar3,uVar10,iVar5,param_5);\n }\n piVar4 = local_38;\n cVar8 = (char)local_34;\n *(undefined4 *)(param_5 + 8) = 0;\n if (((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)) {\n cVar8 = '\x01';\n }\n *param_1 = piVar4;\n *(char *)(param_1 + 1) = cVar8;\n return param_1;\n}\n\n" (function_definition "undefined4 *\nFUN_001f1fac(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n byte param_6,uint param_7)\n\n{\n undefined1 uVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char cVar8;\n undefined1 *puVar9;\n uint uVar10;\n uint uVar11;\n uint uVar12;\n undefined1 *puVar13;\n uint *puVar14;\n uint *puVar15;\n uint local_70 [4];\n undefined1 auStack_5e [18];\n undefined1 auStack_4c [8];\n int local_44;\n uint local_40;\n int local_3c;\n int *local_38;\n undefined4 local_34;\n undefined1 auStack_30 [4];\n int local_2c [2];\n \n local_40 = (uint)param_6;\n local_3c = param_2;\n local_38 = param_3;\n local_34 = param_4;\n iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c);\n uVar10 = *(uint *)(param_5 + 0xc);\n puVar15 = local_70;\n puVar14 = local_70;\n uVar11 = uVar10 & 0x4a;\n uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8);\n local_44 = iVar5 + 0x26;\n local_70[0] = uVar12;\n local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10);\n puVar13 = auStack_4c + -local_2c[0];\n if (*(char *)(iVar5 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar14 = (uint *)((int)local_70 + iVar2);\n puVar15 = (uint *)((int)local_70 + iVar2);\n uVar1 = *(undefined1 *)(iVar5 + 0x25);\n uVar7 = *(undefined4 *)(iVar5 + 0xc);\n uVar6 = *(undefined4 *)(iVar5 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(int *)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n FUN_001f0714(local_3c,uVar6,uVar7,uVar1);\n puVar13 = auStack_5e + iVar2;\n }\n if (uVar12 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar15 = puVar14;\n if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }\n }\n iVar5 = *(int *)(param_5 + 8);\n puVar9 = puVar13;\n if (local_2c[0] < iVar5) {\n iVar2 = -(iVar5 + 7U & 0xfffffff8);\n puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;\n *(int **)((int)puVar15 + iVar2 + 8) = local_2c;\n iVar3 = local_3c;\n uVar10 = local_40;\n *(undefined1 **)((int)puVar15 + iVar2) = puVar9;\n FUN_001f1824(iVar3,uVar10,iVar5,param_5);\n }\n piVar4 = local_38;\n cVar8 = (char)local_34;\n *(undefined4 *)(param_5 + 8) = 0;\n if (((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)) {\n cVar8 = '\x01';\n }\n *param_1 = piVar4;\n *(char *)(param_1 + 1) = cVar8;\n return param_1;\n}" type_identifier (pointer_declarator "*\nFUN_001f1fac(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n byte param_6,uint param_7)" * (function_declarator "FUN_001f1fac(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n byte param_6,uint param_7)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n byte param_6,uint param_7)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "int param_5" primitive_type identifier) , (parameter_declaration "byte param_6" type_identifier identifier) , (parameter_declaration "uint param_7" type_identifier identifier) )))) (compound_statement "{\n undefined1 uVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char cVar8;\n undefined1 *puVar9;\n uint uVar10;\n uint uVar11;\n uint uVar12;\n undefined1 *puVar13;\n uint *puVar14;\n uint *puVar15;\n uint local_70 [4];\n undefined1 auStack_5e [18];\n undefined1 auStack_4c [8];\n int local_44;\n uint local_40;\n int local_3c;\n int *local_38;\n undefined4 local_34;\n undefined1 auStack_30 [4];\n int local_2c [2];\n \n local_40 = (uint)param_6;\n local_3c = param_2;\n local_38 = param_3;\n local_34 = param_4;\n iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c);\n uVar10 = *(uint *)(param_5 + 0xc);\n puVar15 = local_70;\n puVar14 = local_70;\n uVar11 = uVar10 & 0x4a;\n uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8);\n local_44 = iVar5 + 0x26;\n local_70[0] = uVar12;\n local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10);\n puVar13 = auStack_4c + -local_2c[0];\n if (*(char *)(iVar5 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar14 = (uint *)((int)local_70 + iVar2);\n puVar15 = (uint *)((int)local_70 + iVar2);\n uVar1 = *(undefined1 *)(iVar5 + 0x25);\n uVar7 = *(undefined4 *)(iVar5 + 0xc);\n uVar6 = *(undefined4 *)(iVar5 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(int *)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n FUN_001f0714(local_3c,uVar6,uVar7,uVar1);\n puVar13 = auStack_5e + iVar2;\n }\n if (uVar12 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar15 = puVar14;\n if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }\n }\n iVar5 = *(int *)(param_5 + 8);\n puVar9 = puVar13;\n if (local_2c[0] < iVar5) {\n iVar2 = -(iVar5 + 7U & 0xfffffff8);\n puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;\n *(int **)((int)puVar15 + iVar2 + 8) = local_2c;\n iVar3 = local_3c;\n uVar10 = local_40;\n *(undefined1 **)((int)puVar15 + iVar2) = puVar9;\n FUN_001f1824(iVar3,uVar10,iVar5,param_5);\n }\n piVar4 = local_38;\n cVar8 = (char)local_34;\n *(undefined4 *)(param_5 + 8) = 0;\n if (((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)) {\n cVar8 = '\x01';\n }\n *param_1 = piVar4;\n *(char *)(param_1 + 1) = cVar8;\n return param_1;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "char cVar8;" primitive_type identifier ;) (declaration "undefined1 *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "undefined1 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "uint *puVar14;" type_identifier (pointer_declarator "*puVar14" * identifier) ;) (declaration "uint *puVar15;" type_identifier (pointer_declarator "*puVar15" * identifier) ;) (declaration "uint local_70 [4];" type_identifier (array_declarator "local_70 [4]" identifier [ number_literal ]) ;) (declaration "undefined1 auStack_5e [18];" type_identifier (array_declarator "auStack_5e [18]" identifier [ number_literal ]) ;) (declaration "undefined1 auStack_4c [8];" type_identifier (array_declarator "auStack_4c [8]" identifier [ number_literal ]) ;) (declaration "int local_44;" primitive_type identifier ;) (declaration "uint local_40;" type_identifier identifier ;) (declaration "int local_3c;" primitive_type identifier ;) (declaration "int *local_38;" primitive_type (pointer_declarator "*local_38" * identifier) ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined1 auStack_30 [4];" type_identifier (array_declarator "auStack_30 [4]" identifier [ number_literal ]) ;) (declaration "int local_2c [2];" primitive_type (array_declarator "local_2c [2]" identifier [ number_literal ]) ;) (expression_statement "local_40 = (uint)param_6;" (assignment_expression "local_40 = (uint)param_6" identifier = (cast_expression "(uint)param_6" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_3c = param_2;" (assignment_expression "local_3c = param_2" identifier = identifier) ;) (expression_statement "local_38 = param_3;" (assignment_expression "local_38 = param_3" identifier = identifier) ;) (expression_statement "local_34 = param_4;" (assignment_expression "local_34 = param_4" identifier = identifier) ;) (expression_statement "iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c);" (assignment_expression "iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c)" identifier = (call_expression "FUN_001f1a04(auStack_30,param_5 + 0x6c)" identifier (argument_list "(auStack_30,param_5 + 0x6c)" ( identifier , (binary_expression "param_5 + 0x6c" identifier + number_literal) )))) ;) (expression_statement "uVar10 = *(uint *)(param_5 + 0xc);" (assignment_expression "uVar10 = *(uint *)(param_5 + 0xc)" identifier = (pointer_expression "*(uint *)(param_5 + 0xc)" * (cast_expression "(uint *)(param_5 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0xc)" ( (binary_expression "param_5 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "puVar15 = local_70;" (assignment_expression "puVar15 = local_70" identifier = identifier) ;) (expression_statement "puVar14 = local_70;" (assignment_expression "puVar14 = local_70" identifier = identifier) ;) (expression_statement "uVar11 = uVar10 & 0x4a;" (assignment_expression "uVar11 = uVar10 & 0x4a" identifier = (binary_expression "uVar10 & 0x4a" identifier & number_literal)) ;) (expression_statement "uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8);" (assignment_expression "uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8)" identifier = (call_expression "(uint)(uVar11 != 0x40 && uVar11 != 8)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar11 != 0x40 && uVar11 != 8)" ( (binary_expression "uVar11 != 0x40 && uVar11 != 8" (binary_expression "uVar11 != 0x40" identifier != number_literal) && (binary_expression "uVar11 != 8" identifier != number_literal)) )))) ;) (expression_statement "local_44 = iVar5 + 0x26;" (assignment_expression "local_44 = iVar5 + 0x26" identifier = (binary_expression "iVar5 + 0x26" identifier + number_literal)) ;) (expression_statement "local_70[0] = uVar12;" (assignment_expression "local_70[0] = uVar12" (subscript_expression "local_70[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10);" (assignment_expression "local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10)" (subscript_expression "local_2c[0]" identifier [ number_literal ]) = (call_expression "FUN_001f185c(auStack_4c,param_7,local_44,uVar10)" identifier (argument_list "(auStack_4c,param_7,local_44,uVar10)" ( identifier , identifier , identifier , identifier )))) ;) (expression_statement "puVar13 = auStack_4c + -local_2c[0];" (assignment_expression "puVar13 = auStack_4c + -local_2c[0]" identifier = (binary_expression "auStack_4c + -local_2c[0]" identifier + (unary_expression "-local_2c[0]" - (subscript_expression "local_2c[0]" identifier [ number_literal ])))) ;) (if_statement "if (*(char *)(iVar5 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar14 = (uint *)((int)local_70 + iVar2);\n puVar15 = (uint *)((int)local_70 + iVar2);\n uVar1 = *(undefined1 *)(iVar5 + 0x25);\n uVar7 = *(undefined4 *)(iVar5 + 0xc);\n uVar6 = *(undefined4 *)(iVar5 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(int *)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n FUN_001f0714(local_3c,uVar6,uVar7,uVar1);\n puVar13 = auStack_5e + iVar2;\n }" if (parenthesized_expression "(*(char *)(iVar5 + 0x10) != '\0')" ( (binary_expression "*(char *)(iVar5 + 0x10) != '\0'" (pointer_expression "*(char *)(iVar5 + 0x10)" * (cast_expression "(char *)(iVar5 + 0x10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x10)" ( (binary_expression "iVar5 + 0x10" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar14 = (uint *)((int)local_70 + iVar2);\n puVar15 = (uint *)((int)local_70 + iVar2);\n uVar1 = *(undefined1 *)(iVar5 + 0x25);\n uVar7 = *(undefined4 *)(iVar5 + 0xc);\n uVar6 = *(undefined4 *)(iVar5 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(int *)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n FUN_001f0714(local_3c,uVar6,uVar7,uVar1);\n puVar13 = auStack_5e + iVar2;\n }" { (expression_statement "iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);" (assignment_expression "iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8)" identifier = (unary_expression "-(local_2c[0] * 2 + 9U & 0xfffffff8)" - (parenthesized_expression "(local_2c[0] * 2 + 9U & 0xfffffff8)" ( (binary_expression "local_2c[0] * 2 + 9U & 0xfffffff8" (binary_expression "local_2c[0] * 2 + 9U" (binary_expression "local_2c[0] * 2" (subscript_expression "local_2c[0]" identifier [ number_literal ]) * number_literal) + number_literal) & number_literal) )))) ;) (expression_statement "puVar14 = (uint *)((int)local_70 + iVar2);" (assignment_expression "puVar14 = (uint *)((int)local_70 + iVar2)" identifier = (cast_expression "(uint *)((int)local_70 + iVar2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_70 + iVar2)" ( (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (expression_statement "puVar15 = (uint *)((int)local_70 + iVar2);" (assignment_expression "puVar15 = (uint *)((int)local_70 + iVar2)" identifier = (cast_expression "(uint *)((int)local_70 + iVar2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_70 + iVar2)" ( (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (expression_statement "uVar1 = *(undefined1 *)(iVar5 + 0x25);" (assignment_expression "uVar1 = *(undefined1 *)(iVar5 + 0x25)" identifier = (pointer_expression "*(undefined1 *)(iVar5 + 0x25)" * (cast_expression "(undefined1 *)(iVar5 + 0x25)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x25)" ( (binary_expression "iVar5 + 0x25" identifier + number_literal) ))))) ;) (expression_statement "uVar7 = *(undefined4 *)(iVar5 + 0xc);" (assignment_expression "uVar7 = *(undefined4 *)(iVar5 + 0xc)" identifier = (pointer_expression "*(undefined4 *)(iVar5 + 0xc)" * (cast_expression "(undefined4 *)(iVar5 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0xc)" ( (binary_expression "iVar5 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = *(undefined4 *)(iVar5 + 8);" (assignment_expression "uVar6 = *(undefined4 *)(iVar5 + 8)" identifier = (pointer_expression "*(undefined4 *)(iVar5 + 8)" * (cast_expression "(undefined4 *)(iVar5 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 8)" ( (binary_expression "iVar5 + 8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;" (assignment_expression "*(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13" (pointer_expression "*(undefined1 **)((int)local_70 + iVar2 + 8)" * (cast_expression "(undefined1 **)((int)local_70 + iVar2 + 8)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)local_70 + iVar2 + 8)" ( (binary_expression "(int)local_70 + iVar2 + 8" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(int **)((int)local_70 + iVar2 + 0xc) = local_2c;" (assignment_expression "*(int **)((int)local_70 + iVar2 + 0xc) = local_2c" (pointer_expression "*(int **)((int)local_70 + iVar2 + 0xc)" * (cast_expression "(int **)((int)local_70 + iVar2 + 0xc)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)local_70 + iVar2 + 0xc)" ( (binary_expression "(int)local_70 + iVar2 + 0xc" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(int *)((int)local_70 + iVar2) = param_5;" (assignment_expression "*(int *)((int)local_70 + iVar2) = param_5" (pointer_expression "*(int *)((int)local_70 + iVar2)" * (cast_expression "(int *)((int)local_70 + iVar2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_70 + iVar2)" ( (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = identifier) ;) (expression_statement "*(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;" (assignment_expression "*(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2" (pointer_expression "*(undefined1 **)((int)local_70 + iVar2 + 4)" * (cast_expression "(undefined1 **)((int)local_70 + iVar2 + 4)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)local_70 + iVar2 + 4)" ( (binary_expression "(int)local_70 + iVar2 + 4" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (binary_expression "auStack_5e + iVar2" identifier + identifier)) ;) (expression_statement "FUN_001f0714(local_3c,uVar6,uVar7,uVar1);" (call_expression "FUN_001f0714(local_3c,uVar6,uVar7,uVar1)" identifier (argument_list "(local_3c,uVar6,uVar7,uVar1)" ( identifier , identifier , identifier , identifier ))) ;) (expression_statement "puVar13 = auStack_5e + iVar2;" (assignment_expression "puVar13 = auStack_5e + iVar2" identifier = (binary_expression "auStack_5e + iVar2" identifier + identifier)) ;) })) (if_statement "if (uVar12 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar15 = puVar14;\n if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }\n }" if (parenthesized_expression "(uVar12 == 0)" ( (binary_expression "uVar12 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar15 = puVar14;\n if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }\n }" { (if_statement "if (param_7 != 0) {\n param_7 = 1;\n }" if (parenthesized_expression "(param_7 != 0)" ( (binary_expression "param_7 != 0" identifier != number_literal) )) (compound_statement "{\n param_7 = 1;\n }" { (expression_statement "param_7 = 1;" (assignment_expression "param_7 = 1" identifier = number_literal) ;) })) (expression_statement "puVar15 = puVar14;" (assignment_expression "puVar15 = puVar14" identifier = identifier) ;) (if_statement "if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }" if (parenthesized_expression "((param_7 & uVar10 >> 9) != 0)" ( (binary_expression "(param_7 & uVar10 >> 9) != 0" (parenthesized_expression "(param_7 & uVar10 >> 9)" ( (binary_expression "param_7 & uVar10 >> 9" identifier & (binary_expression "uVar10 >> 9" identifier >> number_literal)) )) != number_literal) )) (compound_statement "{\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }" { (if_statement "if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }" if (parenthesized_expression "(uVar11 == 0x40)" ( (binary_expression "uVar11 == 0x40" identifier == number_literal) )) (compound_statement "{\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }" { (expression_statement "puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);" (assignment_expression "puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a)" (subscript_expression "puVar13[-1]" identifier [ number_literal ]) = (pointer_expression "*(undefined1 *)(iVar5 + 0x2a)" * (cast_expression "(undefined1 *)(iVar5 + 0x2a)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x2a)" ( (binary_expression "iVar5 + 0x2a" identifier + number_literal) ))))) ;) (expression_statement "puVar13 = puVar13 + -1;" (assignment_expression "puVar13 = puVar13 + -1" identifier = (binary_expression "puVar13 + -1" identifier + number_literal)) ;) (expression_statement "local_2c[0] = local_2c[0] + 1;" (assignment_expression "local_2c[0] = local_2c[0] + 1" (subscript_expression "local_2c[0]" identifier [ number_literal ]) = (binary_expression "local_2c[0] + 1" (subscript_expression "local_2c[0]" identifier [ number_literal ]) + number_literal)) ;) }) (else_clause "else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }" else (compound_statement "{\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }" { (expression_statement "puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);" (assignment_expression "puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2)" (subscript_expression "puVar13[-1]" identifier [ number_literal ]) = (pointer_expression "*(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2)" * (cast_expression "(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2)" ( (binary_expression "(local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2" (parenthesized_expression "(local_44 - ((int)(uVar10 << 0x11) >> 0x1f))" ( (binary_expression "local_44 - ((int)(uVar10 << 0x11) >> 0x1f)" identifier - (parenthesized_expression "((int)(uVar10 << 0x11) >> 0x1f)" ( (binary_expression "(int)(uVar10 << 0x11) >> 0x1f" (cast_expression "(int)(uVar10 << 0x11)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar10 << 0x11)" ( (binary_expression "uVar10 << 0x11" identifier << number_literal) ))) >> number_literal) ))) )) + number_literal) ))))) ;) (expression_statement "puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);" (assignment_expression "puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a)" (subscript_expression "puVar13[-2]" identifier [ number_literal ]) = (pointer_expression "*(undefined1 *)(iVar5 + 0x2a)" * (cast_expression "(undefined1 *)(iVar5 + 0x2a)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x2a)" ( (binary_expression "iVar5 + 0x2a" identifier + number_literal) ))))) ;) (expression_statement "puVar13 = puVar13 + -2;" (assignment_expression "puVar13 = puVar13 + -2" identifier = (binary_expression "puVar13 + -2" identifier + number_literal)) ;) (expression_statement "local_2c[0] = local_2c[0] + 2;" (assignment_expression "local_2c[0] = local_2c[0] + 2" (subscript_expression "local_2c[0]" identifier [ number_literal ]) = (binary_expression "local_2c[0] + 2" (subscript_expression "local_2c[0]" identifier [ number_literal ]) + number_literal)) ;) }))) })) })) (expression_statement "iVar5 = *(int *)(param_5 + 8);" (assignment_expression "iVar5 = *(int *)(param_5 + 8)" identifier = (pointer_expression "*(int *)(param_5 + 8)" * (cast_expression "(int *)(param_5 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 8)" ( (binary_expression "param_5 + 8" identifier + number_literal) ))))) ;) (expression_statement "puVar9 = puVar13;" (assignment_expression "puVar9 = puVar13" identifier = identifier) ;) (if_statement "if (local_2c[0] < iVar5) {\n iVar2 = -(iVar5 + 7U & 0xfffffff8);\n puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;\n *(int **)((int)puVar15 + iVar2 + 8) = local_2c;\n iVar3 = local_3c;\n uVar10 = local_40;\n *(undefined1 **)((int)puVar15 + iVar2) = puVar9;\n FUN_001f1824(iVar3,uVar10,iVar5,param_5);\n }" if (parenthesized_expression "(local_2c[0] < iVar5)" ( (binary_expression "local_2c[0] < iVar5" (subscript_expression "local_2c[0]" identifier [ number_literal ]) < identifier) )) (compound_statement "{\n iVar2 = -(iVar5 + 7U & 0xfffffff8);\n puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;\n *(int **)((int)puVar15 + iVar2 + 8) = local_2c;\n iVar3 = local_3c;\n uVar10 = local_40;\n *(undefined1 **)((int)puVar15 + iVar2) = puVar9;\n FUN_001f1824(iVar3,uVar10,iVar5,param_5);\n }" { (expression_statement "iVar2 = -(iVar5 + 7U & 0xfffffff8);" (assignment_expression "iVar2 = -(iVar5 + 7U & 0xfffffff8)" identifier = (unary_expression "-(iVar5 + 7U & 0xfffffff8)" - (parenthesized_expression "(iVar5 + 7U & 0xfffffff8)" ( (binary_expression "iVar5 + 7U & 0xfffffff8" (binary_expression "iVar5 + 7U" identifier + number_literal) & number_literal) )))) ;) (expression_statement "puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);" (assignment_expression "puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10)" identifier = (cast_expression "(undefined1 *)((int)puVar15 + iVar2 + 0x10)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar15 + iVar2 + 0x10)" ( (binary_expression "(int)puVar15 + iVar2 + 0x10" (binary_expression "(int)puVar15 + iVar2" (cast_expression "(int)puVar15" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;" (assignment_expression "*(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13" (pointer_expression "*(undefined1 **)((int)puVar15 + iVar2 + 4)" * (cast_expression "(undefined1 **)((int)puVar15 + iVar2 + 4)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar15 + iVar2 + 4)" ( (binary_expression "(int)puVar15 + iVar2 + 4" (binary_expression "(int)puVar15 + iVar2" (cast_expression "(int)puVar15" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(int **)((int)puVar15 + iVar2 + 8) = local_2c;" (assignment_expression "*(int **)((int)puVar15 + iVar2 + 8) = local_2c" (pointer_expression "*(int **)((int)puVar15 + iVar2 + 8)" * (cast_expression "(int **)((int)puVar15 + iVar2 + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar15 + iVar2 + 8)" ( (binary_expression "(int)puVar15 + iVar2 + 8" (binary_expression "(int)puVar15 + iVar2" (cast_expression "(int)puVar15" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "iVar3 = local_3c;" (assignment_expression "iVar3 = local_3c" identifier = identifier) ;) (expression_statement "uVar10 = local_40;" (assignment_expression "uVar10 = local_40" identifier = identifier) ;) (expression_statement "*(undefined1 **)((int)puVar15 + iVar2) = puVar9;" (assignment_expression "*(undefined1 **)((int)puVar15 + iVar2) = puVar9" (pointer_expression "*(undefined1 **)((int)puVar15 + iVar2)" * (cast_expression "(undefined1 **)((int)puVar15 + iVar2)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar15 + iVar2)" ( (binary_expression "(int)puVar15 + iVar2" (cast_expression "(int)puVar15" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = identifier) ;) (expression_statement "FUN_001f1824(iVar3,uVar10,iVar5,param_5);" (call_expression "FUN_001f1824(iVar3,uVar10,iVar5,param_5)" identifier (argument_list "(iVar3,uVar10,iVar5,param_5)" ( identifier , identifier , identifier , identifier ))) ;) })) (expression_statement "piVar4 = local_38;" (assignment_expression "piVar4 = local_38" identifier = identifier) ;) (expression_statement "cVar8 = (char)local_34;" (assignment_expression "cVar8 = (char)local_34" identifier = (cast_expression "(char)local_34" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "*(undefined4 *)(param_5 + 8) = 0;" (assignment_expression "*(undefined4 *)(param_5 + 8) = 0" (pointer_expression "*(undefined4 *)(param_5 + 8)" * (cast_expression "(undefined4 *)(param_5 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 8)" ( (binary_expression "param_5 + 8" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)) {\n cVar8 = '\x01';\n }" if (parenthesized_expression "(((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c))" ( (binary_expression "((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)" (parenthesized_expression "((char)local_34 == '\0')" ( (binary_expression "(char)local_34 == '\0'" (cast_expression "(char)local_34" ( (type_descriptor "char" primitive_type) ) identifier) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)" ( (comma_expression "local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c" (assignment_expression "local_3c = local_2c[0]" identifier = (subscript_expression "local_2c[0]" identifier [ number_literal ])) , (comma_expression "iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c" (assignment_expression "iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0])" identifier = (call_expression "(**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0])" (parenthesized_expression "(**(code **)(*local_38 + 0x30))" ( (pointer_expression "**(code **)(*local_38 + 0x30)" * (pointer_expression "*(code **)(*local_38 + 0x30)" * (cast_expression "(code **)(*local_38 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*local_38 + 0x30)" ( (binary_expression "*local_38 + 0x30" (pointer_expression "*local_38" * identifier) + number_literal) ))))) )) (argument_list "(local_38,puVar9,local_2c[0])" ( identifier , identifier , (subscript_expression "local_2c[0]" identifier [ number_literal ]) )))) , (binary_expression "iVar5 != local_3c" identifier != identifier))) ))) )) (compound_statement "{\n cVar8 = '\x01';\n }" { (expression_statement "cVar8 = '\x01';" (assignment_expression "cVar8 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (expression_statement "*param_1 = piVar4;" (assignment_expression "*param_1 = piVar4" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(char *)(param_1 + 1) = cVar8;" (assignment_expression "*(char *)(param_1 + 1) = cVar8" (pointer_expression "*(char *)(param_1 + 1)" * (cast_expression "(char *)(param_1 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = identifier) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit "/* WARNING: Heritage AFTER dead removal. Example location: r0 : 0x001f2020 */\n/* WARNING: Restarted to delay deadcode elimination for space: register */\n/* std::ostreambuf_iterator<char, std::char_traits<char> > std::num_put<char,\n std::ostreambuf_iterator<char, std::char_traits<char> > >::_M_insert_int<unsigned\n long>(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, unsigned\n long) const */\n\nundefined4 *\nstd::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::\n_M_insert_int<unsigned_long>\n (undefined4 *param_1,\n num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *param_2,int *param_3,\n uint param_4,ios_base *param_5,byte param_6,uint param_7)\n\n{\n char cVar1;\n int iVar2;\n num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *this;\n int *piVar3;\n int iVar4;\n char *pcVar5;\n uint uVar6;\n undefined1 uVar7;\n undefined1 *puVar8;\n uint uVar9;\n uint uVar10;\n uint uVar11;\n undefined1 *puVar12;\n uint *puVar13;\n uint *puVar14;\n uint local_70 [4];\n undefined1 auStack_5e [18];\n undefined1 auStack_4c [8];\n int local_44;\n uint local_40;\n num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *local_3c;\n int *local_38;\n uint local_34;\n __use_cache<std::__numpunct_cache<char>> a_Stack_30 [4];\n int local_2c [2];\n \n local_40 = (uint)param_6;\n local_3c = param_2;\n local_38 = param_3;\n local_34 = param_4;\n iVar4 = __use_cache<std::__numpunct_cache<char>>::operator()\n (a_Stack_30,(locale *)(param_5 + 0x6c));\n uVar9 = *(uint *)(param_5 + 0xc);\n puVar14 = local_70;\n puVar13 = local_70;\n uVar10 = uVar9 & 0x4a;\n uVar11 = (uint)(uVar10 != 0x40 && uVar10 != 8);\n local_44 = iVar4 + 0x26;\n local_70[0] = uVar11;\n local_2c[0] = __int_to_char<char,unsigned_long>(iVar4,param_7,local_44,uVar9);\n puVar12 = auStack_4c + -local_2c[0];\n if (*(char *)(iVar4 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar13 = (uint *)((int)local_70 + iVar2);\n puVar14 = (uint *)((int)local_70 + iVar2);\n cVar1 = *(char *)(iVar4 + 0x25);\n uVar6 = *(uint *)(iVar4 + 0xc);\n pcVar5 = *(char **)(iVar4 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar12;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(ios_base **)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n _M_group_int(local_3c,pcVar5,uVar6,cVar1,*(ios_base **)((int)local_70 + iVar2),\n *(char **)((int)local_70 + iVar2 + 4),*(char **)((int)local_70 + iVar2 + 8),\n *(int **)((int)local_70 + iVar2 + 0xc));\n puVar12 = auStack_5e + iVar2;\n }\n if (uVar11 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar14 = puVar13;\n if ((param_7 & uVar9 >> 9) != 0) {\n if (uVar10 == 0x40) {\n puVar12[-1] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 1;\n puVar12 = puVar12 + -1;\n }\n else {\n puVar12[-1] = *(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2);\n puVar12[-2] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 2;\n puVar12 = puVar12 + -2;\n }\n }\n }\n iVar4 = *(int *)(param_5 + 8);\n puVar8 = puVar12;\n if (local_2c[0] < iVar4) {\n iVar2 = -(iVar4 + 7U & 0xfffffff8);\n puVar8 = (undefined1 *)((int)puVar14 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar14 + iVar2 + 4) = puVar12;\n *(int **)((int)puVar14 + iVar2 + 8) = local_2c;\n this = local_3c;\n uVar9 = local_40;\n *(undefined1 **)((int)puVar14 + iVar2) = puVar8;\n _M_pad(this,(char)uVar9,iVar4,param_5,*(char **)((int)puVar14 + iVar2),\n *(char **)((int)puVar14 + iVar2 + 4),*(int **)((int)puVar14 + iVar2 + 8));\n }\n piVar3 = local_38;\n uVar7 = (undefined1)local_34;\n *(undefined4 *)(param_5 + 8) = 0;\n if (((local_34 & 0xff) == 0) &&\n (local_3c = (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)local_2c[0],\n iVar4 = (**(code **)(*local_38 + 0x30))(local_38,puVar8,local_2c[0]),\n (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)iVar4 != local_3c)) {\n uVar7 = 1;\n }\n *param_1 = piVar3;\n *(undefined1 *)(param_1 + 1) = uVar7;\n return param_1;\n}\n\n" comment comment comment (ERROR "undefined4 *\nstd::num_put<char," (binary_expression "undefined4 *\nstd::num_put<char" (binary_expression "undefined4 *\nstd" identifier * identifier) (ERROR "::num_put" : : identifier) < identifier) ,) (labeled_statement "std::ostreambuf_iterator<char,std::char_traits<char>>>::\n_M_insert_int<unsigned_long>\n (undefined4 *param_1,\n num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *param_2,int *param_3,\n uint param_4,ios_base *param_5,byte param_6,uint param_7)\n\n{\n char cVar1;\n int iVar2;\n num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *this;\n int *piVar3;\n int iVar4;\n char *pcVar5;\n uint uVar6;\n undefined1 uVar7;\n undefined1 *puVar8;\n uint uVar9;\n uint uVar10;\n uint uVar11;\n undefined1 *puVar12;\n uint *puVar13;\n uint *puVar14;\n uint local_70 [4];\n undefined1 auStack_5e [18];\n undefined1 auStack_4c [8];\n int local_44;\n uint local_40;\n num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *local_3c;\n int *local_38;\n uint local_34;\n __use_cache<std::__numpunct_cache<char>> a_Stack_30 [4];\n int local_2c [2];\n \n local_40 = (uint)param_6;\n local_3c = param_2;\n local_38 = param_3;\n local_34 = param_4;\n iVar4 = __use_cache<std::__numpunct_cache<char>>::operator()\n (a_Stack_30,(locale *)(param_5 + 0x6c));\n uVar9 = *(uint *)(param_5 + 0xc);\n puVar14 = local_70;\n puVar13 = local_70;\n uVar10 = uVar9 & 0x4a;\n uVar11 = (uint)(uVar10 != 0x40 && uVar10 != 8);\n local_44 = iVar4 + 0x26;\n local_70[0] = uVar11;\n local_2c[0] = __int_to_char<char,unsigned_long>(iVar4,param_7,local_44,uVar9);\n puVar12 = auStack_4c + -local_2c[0];\n if (*(char *)(iVar4 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar13 = (uint *)((int)local_70 + iVar2);\n puVar14 = (uint *)((int)local_70 + iVar2);\n cVar1 = *(char *)(iVar4 + 0x25);\n uVar6 = *(uint *)(iVar4 + 0xc);\n pcVar5 = *(char **)(iVar4 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar12;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(ios_base **)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n _M_group_int(local_3c,pcVar5,uVar6,cVar1,*(ios_base **)((int)local_70 + iVar2),\n *(char **)((int)local_70 + iVar2 + 4),*(char **)((int)local_70 + iVar2 + 8),\n *(int **)((int)local_70 + iVar2 + 0xc));\n puVar12 = auStack_5e + iVar2;\n }\n if (uVar11 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar14 = puVar13;\n if ((param_7 & uVar9 >> 9) != 0) {\n if (uVar10 == 0x40) {\n puVar12[-1] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 1;\n puVar12 = puVar12 + -1;\n }\n else {\n puVar12[-1] = *(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2);\n puVar12[-2] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 2;\n puVar12 = puVar12 + -2;\n }\n }\n }\n iVar4 = *(int *)(param_5 + 8);\n puVar8 = puVar12;\n if (local_2c[0] < iVar4) {\n iVar2 = -(iVar4 + 7U & 0xfffffff8);\n puVar8 = (undefined1 *)((int)puVar14 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar14 + iVar2 + 4) = puVar12;\n *(int **)((int)puVar14 + iVar2 + 8) = local_2c;\n this = local_3c;\n uVar9 = local_40;\n *(undefined1 **)((int)puVar14 + iVar2) = puVar8;\n _M_pad(this,(char)uVar9,iVar4,param_5,*(char **)((int)puVar14 + iVar2),\n *(char **)((int)puVar14 + iVar2 + 4),*(int **)((int)puVar14 + iVar2 + 8));\n }\n piVar3 = local_38;\n uVar7 = (undefined1)local_34;\n *(undefined4 *)(param_5 + 8) = 0;\n if (((local_34 & 0xff) == 0) &&\n (local_3c = (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)local_2c[0],\n iVar4 = (**(code **)(*local_38 + 0x30))(local_38,puVar8,local_2c[0]),\n (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)iVar4 != local_3c)) {\n uVar7 = 1;\n }\n *param_1 = piVar3;\n *(undefined1 *)(param_1 + 1) = uVar7;\n return param_1;\n}" statement_identifier (ERROR "::ostreambuf_iterator<char,std::char_traits<char>>>::\n_M_insert_int<unsigned_long>\n (undefined4 *param_1,\n num_put<char,std::ostreambuf_iterator<char,std:" : : (comma_expression "ostreambuf_iterator<char,std" (binary_expression "ostreambuf_iterator<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>>>::\n_M_insert_int<unsigned_long" (binary_expression "char_traits<char>>>::\n_M_insert_int" identifier < (binary_expression "char>>>::\n_M_insert_int" identifier >> (ERROR ">::" > : :) identifier)) < identifier) > ( (comma_expression "undefined4 *param_1,\n num_put<char,std" (binary_expression "undefined4 *param_1" identifier * identifier) , (comma_expression "num_put<char,std" (binary_expression "num_put<char" identifier < identifier) , identifier)) : : (comma_expression "ostreambuf_iterator<char,std" (binary_expression "ostreambuf_iterator<char" identifier < identifier) , identifier) :) : (ERROR "char_traits<char>>> *param_2,int *param_3,\n uint param_4,ios_base *param_5,byte param_6,uint param_7)" (comma_expression "char_traits<char>>> *param_2,int *param_3,\n uint param_4,ios_base *param_5,byte param_6,uint" (binary_expression "char_traits<char>>> *param_2" identifier < (binary_expression "char>>> *param_2" identifier >> (ERROR ">" >) (pointer_expression "*param_2" * identifier))) , (comma_expression "int *param_3,\n uint param_4,ios_base *param_5,byte param_6,uint" (binary_expression "int *param_3" identifier * identifier) , (ERROR "uint" identifier) (comma_expression "param_4,ios_base *param_5,byte param_6,uint" identifier , (comma_expression "ios_base *param_5,byte param_6,uint" (binary_expression "ios_base *param_5" identifier * identifier) , (ERROR "byte" identifier) (comma_expression "param_6,uint" identifier , identifier))))) identifier )) (compound_statement "{\n char cVar1;\n int iVar2;\n num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *this;\n int *piVar3;\n int iVar4;\n char *pcVar5;\n uint uVar6;\n undefined1 uVar7;\n undefined1 *puVar8;\n uint uVar9;\n uint uVar10;\n uint uVar11;\n undefined1 *puVar12;\n uint *puVar13;\n uint *puVar14;\n uint local_70 [4];\n undefined1 auStack_5e [18];\n undefined1 auStack_4c [8];\n int local_44;\n uint local_40;\n num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *local_3c;\n int *local_38;\n uint local_34;\n __use_cache<std::__numpunct_cache<char>> a_Stack_30 [4];\n int local_2c [2];\n \n local_40 = (uint)param_6;\n local_3c = param_2;\n local_38 = param_3;\n local_34 = param_4;\n iVar4 = __use_cache<std::__numpunct_cache<char>>::operator()\n (a_Stack_30,(locale *)(param_5 + 0x6c));\n uVar9 = *(uint *)(param_5 + 0xc);\n puVar14 = local_70;\n puVar13 = local_70;\n uVar10 = uVar9 & 0x4a;\n uVar11 = (uint)(uVar10 != 0x40 && uVar10 != 8);\n local_44 = iVar4 + 0x26;\n local_70[0] = uVar11;\n local_2c[0] = __int_to_char<char,unsigned_long>(iVar4,param_7,local_44,uVar9);\n puVar12 = auStack_4c + -local_2c[0];\n if (*(char *)(iVar4 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar13 = (uint *)((int)local_70 + iVar2);\n puVar14 = (uint *)((int)local_70 + iVar2);\n cVar1 = *(char *)(iVar4 + 0x25);\n uVar6 = *(uint *)(iVar4 + 0xc);\n pcVar5 = *(char **)(iVar4 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar12;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(ios_base **)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n _M_group_int(local_3c,pcVar5,uVar6,cVar1,*(ios_base **)((int)local_70 + iVar2),\n *(char **)((int)local_70 + iVar2 + 4),*(char **)((int)local_70 + iVar2 + 8),\n *(int **)((int)local_70 + iVar2 + 0xc));\n puVar12 = auStack_5e + iVar2;\n }\n if (uVar11 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar14 = puVar13;\n if ((param_7 & uVar9 >> 9) != 0) {\n if (uVar10 == 0x40) {\n puVar12[-1] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 1;\n puVar12 = puVar12 + -1;\n }\n else {\n puVar12[-1] = *(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2);\n puVar12[-2] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 2;\n puVar12 = puVar12 + -2;\n }\n }\n }\n iVar4 = *(int *)(param_5 + 8);\n puVar8 = puVar12;\n if (local_2c[0] < iVar4) {\n iVar2 = -(iVar4 + 7U & 0xfffffff8);\n puVar8 = (undefined1 *)((int)puVar14 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar14 + iVar2 + 4) = puVar12;\n *(int **)((int)puVar14 + iVar2 + 8) = local_2c;\n this = local_3c;\n uVar9 = local_40;\n *(undefined1 **)((int)puVar14 + iVar2) = puVar8;\n _M_pad(this,(char)uVar9,iVar4,param_5,*(char **)((int)puVar14 + iVar2),\n *(char **)((int)puVar14 + iVar2 + 4),*(int **)((int)puVar14 + iVar2 + 8));\n }\n piVar3 = local_38;\n uVar7 = (undefined1)local_34;\n *(undefined4 *)(param_5 + 8) = 0;\n if (((local_34 & 0xff) == 0) &&\n (local_3c = (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)local_2c[0],\n iVar4 = (**(code **)(*local_38 + 0x30))(local_38,puVar8,local_2c[0]),\n (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)iVar4 != local_3c)) {\n uVar7 = 1;\n }\n *param_1 = piVar3;\n *(undefined1 *)(param_1 + 1) = uVar7;\n return param_1;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (ERROR "num_put<char,std::ostreambuf_iterator<char,std::" (comma_expression "num_put<char,std" (binary_expression "num_put<char" identifier < identifier) , identifier) : : (comma_expression "ostreambuf_iterator<char,std" (binary_expression "ostreambuf_iterator<char" identifier < identifier) , identifier) : :) (expression_statement "char_traits<char>>> *this;" (binary_expression "char_traits<char>>> *this" identifier < (binary_expression "char>>> *this" identifier >> (ERROR ">" >) (pointer_expression "*this" * identifier))) ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "undefined1 uVar7;" type_identifier identifier ;) (declaration "undefined1 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "undefined1 *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "uint *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "uint *puVar14;" type_identifier (pointer_declarator "*puVar14" * identifier) ;) (declaration "uint local_70 [4];" type_identifier (array_declarator "local_70 [4]" identifier [ number_literal ]) ;) (declaration "undefined1 auStack_5e [18];" type_identifier (array_declarator "auStack_5e [18]" identifier [ number_literal ]) ;) (declaration "undefined1 auStack_4c [8];" type_identifier (array_declarator "auStack_4c [8]" identifier [ number_literal ]) ;) (declaration "int local_44;" primitive_type identifier ;) (declaration "uint local_40;" type_identifier identifier ;) (ERROR "num_put<char,std::ostreambuf_iterator<char,std::" (comma_expression "num_put<char,std" (binary_expression "num_put<char" identifier < identifier) , identifier) : : (comma_expression "ostreambuf_iterator<char,std" (binary_expression "ostreambuf_iterator<char" identifier < identifier) , identifier) : :) (expression_statement "char_traits<char>>> *local_3c;" (binary_expression "char_traits<char>>> *local_3c" identifier < (binary_expression "char>>> *local_3c" identifier >> (ERROR ">" >) (pointer_expression "*local_3c" * identifier))) ;) (declaration "int *local_38;" primitive_type (pointer_declarator "*local_38" * identifier) ;) (declaration "uint local_34;" type_identifier identifier ;) (ERROR "__use_cache<std::" (binary_expression "__use_cache<std" identifier < identifier) : :) (expression_statement "__numpunct_cache<char>> a_Stack_30 [4];" (binary_expression "__numpunct_cache<char>> a_Stack_30 [4]" identifier < (binary_expression "char>> a_Stack_30 [4]" identifier >> (subscript_expression "a_Stack_30 [4]" identifier [ number_literal ]))) ;) (declaration "int local_2c [2];" primitive_type (array_declarator "local_2c [2]" identifier [ number_literal ]) ;) (expression_statement "local_40 = (uint)param_6;" (assignment_expression "local_40 = (uint)param_6" identifier = (cast_expression "(uint)param_6" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_3c = param_2;" (assignment_expression "local_3c = param_2" identifier = identifier) ;) (expression_statement "local_38 = param_3;" (assignment_expression "local_38 = param_3" identifier = identifier) ;) (expression_statement "local_34 = param_4;" (assignment_expression "local_34 = param_4" identifier = identifier) ;) (expression_statement "iVar4 = __use_cache<std::__numpunct_cache<char>>::operator()\n (a_Stack_30,(locale *)(param_5 + 0x6c));" (binary_expression "iVar4 = __use_cache<std::__numpunct_cache<char>>::operator()\n (a_Stack_30,(locale *)(param_5 + 0x6c))" (assignment_expression "iVar4 = __use_cache<std" identifier = (binary_expression "__use_cache<std" identifier < identifier)) (ERROR "::__numpunct_cache" : : identifier) < (binary_expression "char>>::operator()\n (a_Stack_30,(locale *)(param_5 + 0x6c))" identifier >> (ERROR "::" : :) (call_expression "operator()\n (a_Stack_30,(locale *)(param_5 + 0x6c))" (call_expression "operator()" identifier (argument_list "()" ( ))) (argument_list "(a_Stack_30,(locale *)(param_5 + 0x6c))" ( identifier , (cast_expression "(locale *)(param_5 + 0x6c)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x6c)" ( (binary_expression "param_5 + 0x6c" identifier + number_literal) ))) ))))) ;) (expression_statement "uVar9 = *(uint *)(param_5 + 0xc);" (assignment_expression "uVar9 = *(uint *)(param_5 + 0xc)" identifier = (pointer_expression "*(uint *)(param_5 + 0xc)" * (cast_expression "(uint *)(param_5 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0xc)" ( (binary_expression "param_5 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "puVar14 = local_70;" (assignment_expression "puVar14 = local_70" identifier = identifier) ;) (expression_statement "puVar13 = local_70;" (assignment_expression "puVar13 = local_70" identifier = identifier) ;) (expression_statement "uVar10 = uVar9 & 0x4a;" (assignment_expression "uVar10 = uVar9 & 0x4a" identifier = (binary_expression "uVar9 & 0x4a" identifier & number_literal)) ;) (expression_statement "uVar11 = (uint)(uVar10 != 0x40 && uVar10 != 8);" (assignment_expression "uVar11 = (uint)(uVar10 != 0x40 && uVar10 != 8)" identifier = (call_expression "(uint)(uVar10 != 0x40 && uVar10 != 8)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar10 != 0x40 && uVar10 != 8)" ( (binary_expression "uVar10 != 0x40 && uVar10 != 8" (binary_expression "uVar10 != 0x40" identifier != number_literal) && (binary_expression "uVar10 != 8" identifier != number_literal)) )))) ;) (expression_statement "local_44 = iVar4 + 0x26;" (assignment_expression "local_44 = iVar4 + 0x26" identifier = (binary_expression "iVar4 + 0x26" identifier + number_literal)) ;) (expression_statement "local_70[0] = uVar11;" (assignment_expression "local_70[0] = uVar11" (subscript_expression "local_70[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_2c[0] = __int_to_char<char,unsigned_long>(iVar4,param_7,local_44,uVar9);" (comma_expression "local_2c[0] = __int_to_char<char,unsigned_long>(iVar4,param_7,local_44,uVar9)" (assignment_expression "local_2c[0] = __int_to_char<char" (subscript_expression "local_2c[0]" identifier [ number_literal ]) = (binary_expression "__int_to_char<char" identifier < identifier)) , (binary_expression "unsigned_long>(iVar4,param_7,local_44,uVar9)" identifier > (parenthesized_expression "(iVar4,param_7,local_44,uVar9)" ( (comma_expression "iVar4,param_7,local_44,uVar9" identifier , (comma_expression "param_7,local_44,uVar9" identifier , (comma_expression "local_44,uVar9" identifier , identifier))) )))) ;) (expression_statement "puVar12 = auStack_4c + -local_2c[0];" (assignment_expression "puVar12 = auStack_4c + -local_2c[0]" identifier = (binary_expression "auStack_4c + -local_2c[0]" identifier + (unary_expression "-local_2c[0]" - (subscript_expression "local_2c[0]" identifier [ number_literal ])))) ;) (if_statement "if (*(char *)(iVar4 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar13 = (uint *)((int)local_70 + iVar2);\n puVar14 = (uint *)((int)local_70 + iVar2);\n cVar1 = *(char *)(iVar4 + 0x25);\n uVar6 = *(uint *)(iVar4 + 0xc);\n pcVar5 = *(char **)(iVar4 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar12;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(ios_base **)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n _M_group_int(local_3c,pcVar5,uVar6,cVar1,*(ios_base **)((int)local_70 + iVar2),\n *(char **)((int)local_70 + iVar2 + 4),*(char **)((int)local_70 + iVar2 + 8),\n *(int **)((int)local_70 + iVar2 + 0xc));\n puVar12 = auStack_5e + iVar2;\n }" if (parenthesized_expression "(*(char *)(iVar4 + 0x10) != '\0')" ( (binary_expression "*(char *)(iVar4 + 0x10) != '\0'" (pointer_expression "*(char *)(iVar4 + 0x10)" * (cast_expression "(char *)(iVar4 + 0x10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x10)" ( (binary_expression "iVar4 + 0x10" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar13 = (uint *)((int)local_70 + iVar2);\n puVar14 = (uint *)((int)local_70 + iVar2);\n cVar1 = *(char *)(iVar4 + 0x25);\n uVar6 = *(uint *)(iVar4 + 0xc);\n pcVar5 = *(char **)(iVar4 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar12;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(ios_base **)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n _M_group_int(local_3c,pcVar5,uVar6,cVar1,*(ios_base **)((int)local_70 + iVar2),\n *(char **)((int)local_70 + iVar2 + 4),*(char **)((int)local_70 + iVar2 + 8),\n *(int **)((int)local_70 + iVar2 + 0xc));\n puVar12 = auStack_5e + iVar2;\n }" { (expression_statement "iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);" (assignment_expression "iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8)" identifier = (unary_expression "-(local_2c[0] * 2 + 9U & 0xfffffff8)" - (parenthesized_expression "(local_2c[0] * 2 + 9U & 0xfffffff8)" ( (binary_expression "local_2c[0] * 2 + 9U & 0xfffffff8" (binary_expression "local_2c[0] * 2 + 9U" (binary_expression "local_2c[0] * 2" (subscript_expression "local_2c[0]" identifier [ number_literal ]) * number_literal) + number_literal) & number_literal) )))) ;) (expression_statement "puVar13 = (uint *)((int)local_70 + iVar2);" (assignment_expression "puVar13 = (uint *)((int)local_70 + iVar2)" identifier = (cast_expression "(uint *)((int)local_70 + iVar2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_70 + iVar2)" ( (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (expression_statement "puVar14 = (uint *)((int)local_70 + iVar2);" (assignment_expression "puVar14 = (uint *)((int)local_70 + iVar2)" identifier = (cast_expression "(uint *)((int)local_70 + iVar2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_70 + iVar2)" ( (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (expression_statement "cVar1 = *(char *)(iVar4 + 0x25);" (assignment_expression "cVar1 = *(char *)(iVar4 + 0x25)" identifier = (pointer_expression "*(char *)(iVar4 + 0x25)" * (cast_expression "(char *)(iVar4 + 0x25)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x25)" ( (binary_expression "iVar4 + 0x25" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = *(uint *)(iVar4 + 0xc);" (assignment_expression "uVar6 = *(uint *)(iVar4 + 0xc)" identifier = (pointer_expression "*(uint *)(iVar4 + 0xc)" * (cast_expression "(uint *)(iVar4 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0xc)" ( (binary_expression "iVar4 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "pcVar5 = *(char **)(iVar4 + 8);" (assignment_expression "pcVar5 = *(char **)(iVar4 + 8)" identifier = (pointer_expression "*(char **)(iVar4 + 8)" * (cast_expression "(char **)(iVar4 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + 8)" ( (binary_expression "iVar4 + 8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined1 **)((int)local_70 + iVar2 + 8) = puVar12;" (assignment_expression "*(undefined1 **)((int)local_70 + iVar2 + 8) = puVar12" (pointer_expression "*(undefined1 **)((int)local_70 + iVar2 + 8)" * (cast_expression "(undefined1 **)((int)local_70 + iVar2 + 8)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)local_70 + iVar2 + 8)" ( (binary_expression "(int)local_70 + iVar2 + 8" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(int **)((int)local_70 + iVar2 + 0xc) = local_2c;" (assignment_expression "*(int **)((int)local_70 + iVar2 + 0xc) = local_2c" (pointer_expression "*(int **)((int)local_70 + iVar2 + 0xc)" * (cast_expression "(int **)((int)local_70 + iVar2 + 0xc)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)local_70 + iVar2 + 0xc)" ( (binary_expression "(int)local_70 + iVar2 + 0xc" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(ios_base **)((int)local_70 + iVar2) = param_5;" (assignment_expression "*(ios_base **)((int)local_70 + iVar2) = param_5" (pointer_expression "*(ios_base **)((int)local_70 + iVar2)" * (cast_expression "(ios_base **)((int)local_70 + iVar2)" ( (type_descriptor "ios_base **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)local_70 + iVar2)" ( (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = identifier) ;) (expression_statement "*(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;" (assignment_expression "*(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2" (pointer_expression "*(undefined1 **)((int)local_70 + iVar2 + 4)" * (cast_expression "(undefined1 **)((int)local_70 + iVar2 + 4)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)local_70 + iVar2 + 4)" ( (binary_expression "(int)local_70 + iVar2 + 4" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (binary_expression "auStack_5e + iVar2" identifier + identifier)) ;) (expression_statement "_M_group_int(local_3c,pcVar5,uVar6,cVar1,*(ios_base **)((int)local_70 + iVar2),\n *(char **)((int)local_70 + iVar2 + 4),*(char **)((int)local_70 + iVar2 + 8),\n *(int **)((int)local_70 + iVar2 + 0xc));" (call_expression "_M_group_int(local_3c,pcVar5,uVar6,cVar1,*(ios_base **)((int)local_70 + iVar2),\n *(char **)((int)local_70 + iVar2 + 4),*(char **)((int)local_70 + iVar2 + 8),\n *(int **)((int)local_70 + iVar2 + 0xc))" identifier (argument_list "(local_3c,pcVar5,uVar6,cVar1,*(ios_base **)((int)local_70 + iVar2),\n *(char **)((int)local_70 + iVar2 + 4),*(char **)((int)local_70 + iVar2 + 8),\n *(int **)((int)local_70 + iVar2 + 0xc))" ( identifier , identifier , identifier , identifier , (pointer_expression "*(ios_base **)((int)local_70 + iVar2)" * (cast_expression "(ios_base **)((int)local_70 + iVar2)" ( (type_descriptor "ios_base **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)local_70 + iVar2)" ( (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) , (pointer_expression "*(char **)((int)local_70 + iVar2 + 4)" * (cast_expression "(char **)((int)local_70 + iVar2 + 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)local_70 + iVar2 + 4)" ( (binary_expression "(int)local_70 + iVar2 + 4" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) , (pointer_expression "*(char **)((int)local_70 + iVar2 + 8)" * (cast_expression "(char **)((int)local_70 + iVar2 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)local_70 + iVar2 + 8)" ( (binary_expression "(int)local_70 + iVar2 + 8" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) , (pointer_expression "*(int **)((int)local_70 + iVar2 + 0xc)" * (cast_expression "(int **)((int)local_70 + iVar2 + 0xc)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)local_70 + iVar2 + 0xc)" ( (binary_expression "(int)local_70 + iVar2 + 0xc" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) ))) ;) (expression_statement "puVar12 = auStack_5e + iVar2;" (assignment_expression "puVar12 = auStack_5e + iVar2" identifier = (binary_expression "auStack_5e + iVar2" identifier + identifier)) ;) })) (if_statement "if (uVar11 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar14 = puVar13;\n if ((param_7 & uVar9 >> 9) != 0) {\n if (uVar10 == 0x40) {\n puVar12[-1] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 1;\n puVar12 = puVar12 + -1;\n }\n else {\n puVar12[-1] = *(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2);\n puVar12[-2] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 2;\n puVar12 = puVar12 + -2;\n }\n }\n }" if (parenthesized_expression "(uVar11 == 0)" ( (binary_expression "uVar11 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar14 = puVar13;\n if ((param_7 & uVar9 >> 9) != 0) {\n if (uVar10 == 0x40) {\n puVar12[-1] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 1;\n puVar12 = puVar12 + -1;\n }\n else {\n puVar12[-1] = *(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2);\n puVar12[-2] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 2;\n puVar12 = puVar12 + -2;\n }\n }\n }" { (if_statement "if (param_7 != 0) {\n param_7 = 1;\n }" if (parenthesized_expression "(param_7 != 0)" ( (binary_expression "param_7 != 0" identifier != number_literal) )) (compound_statement "{\n param_7 = 1;\n }" { (expression_statement "param_7 = 1;" (assignment_expression "param_7 = 1" identifier = number_literal) ;) })) (expression_statement "puVar14 = puVar13;" (assignment_expression "puVar14 = puVar13" identifier = identifier) ;) (if_statement "if ((param_7 & uVar9 >> 9) != 0) {\n if (uVar10 == 0x40) {\n puVar12[-1] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 1;\n puVar12 = puVar12 + -1;\n }\n else {\n puVar12[-1] = *(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2);\n puVar12[-2] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 2;\n puVar12 = puVar12 + -2;\n }\n }" if (parenthesized_expression "((param_7 & uVar9 >> 9) != 0)" ( (binary_expression "(param_7 & uVar9 >> 9) != 0" (parenthesized_expression "(param_7 & uVar9 >> 9)" ( (binary_expression "param_7 & uVar9 >> 9" identifier & (binary_expression "uVar9 >> 9" identifier >> number_literal)) )) != number_literal) )) (compound_statement "{\n if (uVar10 == 0x40) {\n puVar12[-1] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 1;\n puVar12 = puVar12 + -1;\n }\n else {\n puVar12[-1] = *(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2);\n puVar12[-2] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 2;\n puVar12 = puVar12 + -2;\n }\n }" { (if_statement "if (uVar10 == 0x40) {\n puVar12[-1] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 1;\n puVar12 = puVar12 + -1;\n }\n else {\n puVar12[-1] = *(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2);\n puVar12[-2] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 2;\n puVar12 = puVar12 + -2;\n }" if (parenthesized_expression "(uVar10 == 0x40)" ( (binary_expression "uVar10 == 0x40" identifier == number_literal) )) (compound_statement "{\n puVar12[-1] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 1;\n puVar12 = puVar12 + -1;\n }" { (expression_statement "puVar12[-1] = *(undefined1 *)(iVar4 + 0x2a);" (assignment_expression "puVar12[-1] = *(undefined1 *)(iVar4 + 0x2a)" (subscript_expression "puVar12[-1]" identifier [ number_literal ]) = (pointer_expression "*(undefined1 *)(iVar4 + 0x2a)" * (cast_expression "(undefined1 *)(iVar4 + 0x2a)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x2a)" ( (binary_expression "iVar4 + 0x2a" identifier + number_literal) ))))) ;) (expression_statement "local_2c[0] = local_2c[0] + 1;" (assignment_expression "local_2c[0] = local_2c[0] + 1" (subscript_expression "local_2c[0]" identifier [ number_literal ]) = (binary_expression "local_2c[0] + 1" (subscript_expression "local_2c[0]" identifier [ number_literal ]) + number_literal)) ;) (expression_statement "puVar12 = puVar12 + -1;" (assignment_expression "puVar12 = puVar12 + -1" identifier = (binary_expression "puVar12 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n puVar12[-1] = *(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2);\n puVar12[-2] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 2;\n puVar12 = puVar12 + -2;\n }" else (compound_statement "{\n puVar12[-1] = *(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2);\n puVar12[-2] = *(undefined1 *)(iVar4 + 0x2a);\n local_2c[0] = local_2c[0] + 2;\n puVar12 = puVar12 + -2;\n }" { (expression_statement "puVar12[-1] = *(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2);" (assignment_expression "puVar12[-1] = *(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2)" (subscript_expression "puVar12[-1]" identifier [ number_literal ]) = (pointer_expression "*(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2)" * (cast_expression "(undefined1 *)((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2)" ( (binary_expression "(local_44 - ((int)(uVar9 << 0x11) >> 0x1f)) + 2" (parenthesized_expression "(local_44 - ((int)(uVar9 << 0x11) >> 0x1f))" ( (binary_expression "local_44 - ((int)(uVar9 << 0x11) >> 0x1f)" identifier - (parenthesized_expression "((int)(uVar9 << 0x11) >> 0x1f)" ( (binary_expression "(int)(uVar9 << 0x11) >> 0x1f" (cast_expression "(int)(uVar9 << 0x11)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar9 << 0x11)" ( (binary_expression "uVar9 << 0x11" identifier << number_literal) ))) >> number_literal) ))) )) + number_literal) ))))) ;) (expression_statement "puVar12[-2] = *(undefined1 *)(iVar4 + 0x2a);" (assignment_expression "puVar12[-2] = *(undefined1 *)(iVar4 + 0x2a)" (subscript_expression "puVar12[-2]" identifier [ number_literal ]) = (pointer_expression "*(undefined1 *)(iVar4 + 0x2a)" * (cast_expression "(undefined1 *)(iVar4 + 0x2a)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x2a)" ( (binary_expression "iVar4 + 0x2a" identifier + number_literal) ))))) ;) (expression_statement "local_2c[0] = local_2c[0] + 2;" (assignment_expression "local_2c[0] = local_2c[0] + 2" (subscript_expression "local_2c[0]" identifier [ number_literal ]) = (binary_expression "local_2c[0] + 2" (subscript_expression "local_2c[0]" identifier [ number_literal ]) + number_literal)) ;) (expression_statement "puVar12 = puVar12 + -2;" (assignment_expression "puVar12 = puVar12 + -2" identifier = (binary_expression "puVar12 + -2" identifier + number_literal)) ;) }))) })) })) (expression_statement "iVar4 = *(int *)(param_5 + 8);" (assignment_expression "iVar4 = *(int *)(param_5 + 8)" identifier = (pointer_expression "*(int *)(param_5 + 8)" * (cast_expression "(int *)(param_5 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 8)" ( (binary_expression "param_5 + 8" identifier + number_literal) ))))) ;) (expression_statement "puVar8 = puVar12;" (assignment_expression "puVar8 = puVar12" identifier = identifier) ;) (if_statement "if (local_2c[0] < iVar4) {\n iVar2 = -(iVar4 + 7U & 0xfffffff8);\n puVar8 = (undefined1 *)((int)puVar14 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar14 + iVar2 + 4) = puVar12;\n *(int **)((int)puVar14 + iVar2 + 8) = local_2c;\n this = local_3c;\n uVar9 = local_40;\n *(undefined1 **)((int)puVar14 + iVar2) = puVar8;\n _M_pad(this,(char)uVar9,iVar4,param_5,*(char **)((int)puVar14 + iVar2),\n *(char **)((int)puVar14 + iVar2 + 4),*(int **)((int)puVar14 + iVar2 + 8));\n }" if (parenthesized_expression "(local_2c[0] < iVar4)" ( (binary_expression "local_2c[0] < iVar4" (subscript_expression "local_2c[0]" identifier [ number_literal ]) < identifier) )) (compound_statement "{\n iVar2 = -(iVar4 + 7U & 0xfffffff8);\n puVar8 = (undefined1 *)((int)puVar14 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar14 + iVar2 + 4) = puVar12;\n *(int **)((int)puVar14 + iVar2 + 8) = local_2c;\n this = local_3c;\n uVar9 = local_40;\n *(undefined1 **)((int)puVar14 + iVar2) = puVar8;\n _M_pad(this,(char)uVar9,iVar4,param_5,*(char **)((int)puVar14 + iVar2),\n *(char **)((int)puVar14 + iVar2 + 4),*(int **)((int)puVar14 + iVar2 + 8));\n }" { (expression_statement "iVar2 = -(iVar4 + 7U & 0xfffffff8);" (assignment_expression "iVar2 = -(iVar4 + 7U & 0xfffffff8)" identifier = (unary_expression "-(iVar4 + 7U & 0xfffffff8)" - (parenthesized_expression "(iVar4 + 7U & 0xfffffff8)" ( (binary_expression "iVar4 + 7U & 0xfffffff8" (binary_expression "iVar4 + 7U" identifier + number_literal) & number_literal) )))) ;) (expression_statement "puVar8 = (undefined1 *)((int)puVar14 + iVar2 + 0x10);" (assignment_expression "puVar8 = (undefined1 *)((int)puVar14 + iVar2 + 0x10)" identifier = (cast_expression "(undefined1 *)((int)puVar14 + iVar2 + 0x10)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar14 + iVar2 + 0x10)" ( (binary_expression "(int)puVar14 + iVar2 + 0x10" (binary_expression "(int)puVar14 + iVar2" (cast_expression "(int)puVar14" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(undefined1 **)((int)puVar14 + iVar2 + 4) = puVar12;" (assignment_expression "*(undefined1 **)((int)puVar14 + iVar2 + 4) = puVar12" (pointer_expression "*(undefined1 **)((int)puVar14 + iVar2 + 4)" * (cast_expression "(undefined1 **)((int)puVar14 + iVar2 + 4)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar14 + iVar2 + 4)" ( (binary_expression "(int)puVar14 + iVar2 + 4" (binary_expression "(int)puVar14 + iVar2" (cast_expression "(int)puVar14" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(int **)((int)puVar14 + iVar2 + 8) = local_2c;" (assignment_expression "*(int **)((int)puVar14 + iVar2 + 8) = local_2c" (pointer_expression "*(int **)((int)puVar14 + iVar2 + 8)" * (cast_expression "(int **)((int)puVar14 + iVar2 + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar14 + iVar2 + 8)" ( (binary_expression "(int)puVar14 + iVar2 + 8" (binary_expression "(int)puVar14 + iVar2" (cast_expression "(int)puVar14" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "this = local_3c;" (assignment_expression "this = local_3c" identifier = identifier) ;) (expression_statement "uVar9 = local_40;" (assignment_expression "uVar9 = local_40" identifier = identifier) ;) (expression_statement "*(undefined1 **)((int)puVar14 + iVar2) = puVar8;" (assignment_expression "*(undefined1 **)((int)puVar14 + iVar2) = puVar8" (pointer_expression "*(undefined1 **)((int)puVar14 + iVar2)" * (cast_expression "(undefined1 **)((int)puVar14 + iVar2)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar14 + iVar2)" ( (binary_expression "(int)puVar14 + iVar2" (cast_expression "(int)puVar14" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = identifier) ;) (expression_statement "_M_pad(this,(char)uVar9,iVar4,param_5,*(char **)((int)puVar14 + iVar2),\n *(char **)((int)puVar14 + iVar2 + 4),*(int **)((int)puVar14 + iVar2 + 8));" (call_expression "_M_pad(this,(char)uVar9,iVar4,param_5,*(char **)((int)puVar14 + iVar2),\n *(char **)((int)puVar14 + iVar2 + 4),*(int **)((int)puVar14 + iVar2 + 8))" identifier (argument_list "(this,(char)uVar9,iVar4,param_5,*(char **)((int)puVar14 + iVar2),\n *(char **)((int)puVar14 + iVar2 + 4),*(int **)((int)puVar14 + iVar2 + 8))" ( identifier , (cast_expression "(char)uVar9" ( (type_descriptor "char" primitive_type) ) identifier) , identifier , identifier , (pointer_expression "*(char **)((int)puVar14 + iVar2)" * (cast_expression "(char **)((int)puVar14 + iVar2)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar14 + iVar2)" ( (binary_expression "(int)puVar14 + iVar2" (cast_expression "(int)puVar14" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) , (pointer_expression "*(char **)((int)puVar14 + iVar2 + 4)" * (cast_expression "(char **)((int)puVar14 + iVar2 + 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar14 + iVar2 + 4)" ( (binary_expression "(int)puVar14 + iVar2 + 4" (binary_expression "(int)puVar14 + iVar2" (cast_expression "(int)puVar14" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) , (pointer_expression "*(int **)((int)puVar14 + iVar2 + 8)" * (cast_expression "(int **)((int)puVar14 + iVar2 + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar14 + iVar2 + 8)" ( (binary_expression "(int)puVar14 + iVar2 + 8" (binary_expression "(int)puVar14 + iVar2" (cast_expression "(int)puVar14" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) ))) ;) })) (expression_statement "piVar3 = local_38;" (assignment_expression "piVar3 = local_38" identifier = identifier) ;) (expression_statement "uVar7 = (undefined1)local_34;" (assignment_expression "uVar7 = (undefined1)local_34" identifier = (cast_expression "(undefined1)local_34" ( (type_descriptor "undefined1" type_identifier) ) identifier)) ;) (expression_statement "*(undefined4 *)(param_5 + 8) = 0;" (assignment_expression "*(undefined4 *)(param_5 + 8) = 0" (pointer_expression "*(undefined4 *)(param_5 + 8)" * (cast_expression "(undefined4 *)(param_5 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 8)" ( (binary_expression "param_5 + 8" identifier + number_literal) )))) = number_literal) ;) (ERROR "if (((local_34 & 0xff) == 0) &&\n (local_3c = (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)local_2c[0],\n iVar4 = (**(code **)(*local_38 + 0x30))(local_38,puVar8,local_2c[0]),\n (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)iVar4 != local_3c)) {\n uVar7 = 1;\n }\n *param_1 = piVar3;\n *(undefined1 *)(param_1 + 1) = uVar7;\n return param_1" if ( (parenthesized_expression "((local_34 & 0xff) == 0)" ( (binary_expression "(local_34 & 0xff) == 0" (parenthesized_expression "(local_34 & 0xff)" ( (binary_expression "local_34 & 0xff" identifier & number_literal) )) == number_literal) )) && ( (ERROR "local_3c = (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)local_2c[0],\n iVar4 = (**(code **)(*local_38 + 0x30))(local_38,puVar8,local_2c[0]),\n (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)iVar4 != local_3c)) {\n uVar7 = 1;\n }\n *param_1 = piVar3;\n *(undefined1 *)(param_1 + 1) = uVar7;\n return" (assignment_expression "local_3c = (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)local_2c[0],\n iVar4 = (**(code **)(*local_38 + 0x30))(local_38,puVar8,local_2c[0]),\n (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)iVar4 != local_3c))" identifier = (parenthesized_expression "(num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)local_2c[0],\n iVar4 = (**(code **)(*local_38 + 0x30))(local_38,puVar8,local_2c[0]),\n (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)iVar4 != local_3c))" ( (ERROR "num_put<char,std::ostreambuf_iterator<char,std::" (comma_expression "num_put<char,std" (binary_expression "num_put<char" identifier < identifier) , identifier) : : (comma_expression "ostreambuf_iterator<char,std" (binary_expression "ostreambuf_iterator<char" identifier < identifier) , identifier) : :) (comma_expression "char_traits<char>>> *)local_2c[0],\n iVar4 = (**(code **)(*local_38 + 0x30))(local_38,puVar8,local_2c[0]),\n (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)iVar4 != local_3c)" (binary_expression "char_traits<char>>> *)local_2c[0]" identifier < (binary_expression "char>>> *)local_2c[0]" identifier >> (ERROR ">" >) (pointer_expression "*)local_2c[0]" * (ERROR ")" )) (subscript_expression "local_2c[0]" identifier [ number_literal ])))) , (comma_expression "iVar4 = (**(code **)(*local_38 + 0x30))(local_38,puVar8,local_2c[0]),\n (num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)iVar4 != local_3c)" (assignment_expression "iVar4 = (**(code **)(*local_38 + 0x30))(local_38,puVar8,local_2c[0])" identifier = (call_expression "(**(code **)(*local_38 + 0x30))(local_38,puVar8,local_2c[0])" (parenthesized_expression "(**(code **)(*local_38 + 0x30))" ( (pointer_expression "**(code **)(*local_38 + 0x30)" * (pointer_expression "*(code **)(*local_38 + 0x30)" * (cast_expression "(code **)(*local_38 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*local_38 + 0x30)" ( (binary_expression "*local_38 + 0x30" (pointer_expression "*local_38" * identifier) + number_literal) ))))) )) (argument_list "(local_38,puVar8,local_2c[0])" ( identifier , identifier , (subscript_expression "local_2c[0]" identifier [ number_literal ]) )))) , (parenthesized_expression "(num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *)iVar4 != local_3c)" ( (ERROR "num_put<char,std::ostreambuf_iterator<char,std::" (comma_expression "num_put<char,std" (binary_expression "num_put<char" identifier < identifier) , identifier) : : (comma_expression "ostreambuf_iterator<char,std" (binary_expression "ostreambuf_iterator<char" identifier < identifier) , identifier) : :) (binary_expression "char_traits<char>>> *)iVar4 != local_3c" (binary_expression "char_traits<char>>> *)iVar4" identifier < (binary_expression "char>>> *)iVar4" identifier >> (ERROR ">" >) (pointer_expression "*)iVar4" * (ERROR ")" )) identifier))) != identifier) )))) ))) (compound_statement "{\n uVar7 = 1;\n }" { (expression_statement "uVar7 = 1;" (assignment_expression "uVar7 = 1" identifier = number_literal) ;) }) (binary_expression "*param_1 = piVar3;\n *(undefined1 *)(param_1 + 1) = uVar7" (assignment_expression "*param_1 = piVar3" (pointer_expression "*param_1" * identifier) = identifier) (ERROR ";" ;) * (cast_expression "(undefined1 *)(param_1 + 1) = uVar7" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (assignment_expression "(param_1 + 1) = uVar7" (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )) = identifier))) ; return) identifier) (expression_statement ";" ;) })))
(translation_unit "undefined4 *\nFUN_001f1fac(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n byte param_6,uint param_7)\n\n{\n undefined1 uVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char cVar8;\n undefined1 *puVar9;\n uint uVar10;\n uint uVar11;\n uint uVar12;\n undefined1 *puVar13;\n uint *puVar14;\n uint *puVar15;\n uint local_70 [4];\n undefined1 auStack_5e [18];\n undefined1 auStack_4c [8];\n int local_44;\n uint local_40;\n int local_3c;\n int *local_38;\n undefined4 local_34;\n undefined1 auStack_30 [4];\n int local_2c [2];\n \n local_40 = (uint)param_6;\n local_3c = param_2;\n local_38 = param_3;\n local_34 = param_4;\n iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c);\n uVar10 = *(uint *)(param_5 + 0xc);\n puVar15 = local_70;\n puVar14 = local_70;\n uVar11 = uVar10 & 0x4a;\n uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8);\n local_44 = iVar5 + 0x26;\n local_70[0] = uVar12;\n local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10);\n puVar13 = auStack_4c + -local_2c[0];\n if (*(char *)(iVar5 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar14 = (uint *)((int)local_70 + iVar2);\n puVar15 = (uint *)((int)local_70 + iVar2);\n uVar1 = *(undefined1 *)(iVar5 + 0x25);\n uVar7 = *(undefined4 *)(iVar5 + 0xc);\n uVar6 = *(undefined4 *)(iVar5 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(int *)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n FUN_001f0714(local_3c,uVar6,uVar7,uVar1);\n puVar13 = auStack_5e + iVar2;\n }\n if (uVar12 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar15 = puVar14;\n if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }\n }\n iVar5 = *(int *)(param_5 + 8);\n puVar9 = puVar13;\n if (local_2c[0] < iVar5) {\n iVar2 = -(iVar5 + 7U & 0xfffffff8);\n puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;\n *(int **)((int)puVar15 + iVar2 + 8) = local_2c;\n iVar3 = local_3c;\n uVar10 = local_40;\n *(undefined1 **)((int)puVar15 + iVar2) = puVar9;\n FUN_001f1824(iVar3,uVar10,iVar5,param_5);\n }\n piVar4 = local_38;\n cVar8 = (char)local_34;\n *(undefined4 *)(param_5 + 8) = 0;\n if (((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)) {\n cVar8 = '\x01';\n }\n *param_1 = piVar4;\n *(char *)(param_1 + 1) = cVar8;\n return param_1;\n}\n\n" (function_definition "undefined4 *\nFUN_001f1fac(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n byte param_6,uint param_7)\n\n{\n undefined1 uVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char cVar8;\n undefined1 *puVar9;\n uint uVar10;\n uint uVar11;\n uint uVar12;\n undefined1 *puVar13;\n uint *puVar14;\n uint *puVar15;\n uint local_70 [4];\n undefined1 auStack_5e [18];\n undefined1 auStack_4c [8];\n int local_44;\n uint local_40;\n int local_3c;\n int *local_38;\n undefined4 local_34;\n undefined1 auStack_30 [4];\n int local_2c [2];\n \n local_40 = (uint)param_6;\n local_3c = param_2;\n local_38 = param_3;\n local_34 = param_4;\n iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c);\n uVar10 = *(uint *)(param_5 + 0xc);\n puVar15 = local_70;\n puVar14 = local_70;\n uVar11 = uVar10 & 0x4a;\n uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8);\n local_44 = iVar5 + 0x26;\n local_70[0] = uVar12;\n local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10);\n puVar13 = auStack_4c + -local_2c[0];\n if (*(char *)(iVar5 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar14 = (uint *)((int)local_70 + iVar2);\n puVar15 = (uint *)((int)local_70 + iVar2);\n uVar1 = *(undefined1 *)(iVar5 + 0x25);\n uVar7 = *(undefined4 *)(iVar5 + 0xc);\n uVar6 = *(undefined4 *)(iVar5 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(int *)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n FUN_001f0714(local_3c,uVar6,uVar7,uVar1);\n puVar13 = auStack_5e + iVar2;\n }\n if (uVar12 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar15 = puVar14;\n if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }\n }\n iVar5 = *(int *)(param_5 + 8);\n puVar9 = puVar13;\n if (local_2c[0] < iVar5) {\n iVar2 = -(iVar5 + 7U & 0xfffffff8);\n puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;\n *(int **)((int)puVar15 + iVar2 + 8) = local_2c;\n iVar3 = local_3c;\n uVar10 = local_40;\n *(undefined1 **)((int)puVar15 + iVar2) = puVar9;\n FUN_001f1824(iVar3,uVar10,iVar5,param_5);\n }\n piVar4 = local_38;\n cVar8 = (char)local_34;\n *(undefined4 *)(param_5 + 8) = 0;\n if (((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)) {\n cVar8 = '\x01';\n }\n *param_1 = piVar4;\n *(char *)(param_1 + 1) = cVar8;\n return param_1;\n}" type_identifier (pointer_declarator "*\nFUN_001f1fac(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n byte param_6,uint param_7)" * (function_declarator "FUN_001f1fac(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n byte param_6,uint param_7)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n byte param_6,uint param_7)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "int param_5" primitive_type identifier) , (parameter_declaration "byte param_6" type_identifier identifier) , (parameter_declaration "uint param_7" type_identifier identifier) )))) (compound_statement "{\n undefined1 uVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char cVar8;\n undefined1 *puVar9;\n uint uVar10;\n uint uVar11;\n uint uVar12;\n undefined1 *puVar13;\n uint *puVar14;\n uint *puVar15;\n uint local_70 [4];\n undefined1 auStack_5e [18];\n undefined1 auStack_4c [8];\n int local_44;\n uint local_40;\n int local_3c;\n int *local_38;\n undefined4 local_34;\n undefined1 auStack_30 [4];\n int local_2c [2];\n \n local_40 = (uint)param_6;\n local_3c = param_2;\n local_38 = param_3;\n local_34 = param_4;\n iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c);\n uVar10 = *(uint *)(param_5 + 0xc);\n puVar15 = local_70;\n puVar14 = local_70;\n uVar11 = uVar10 & 0x4a;\n uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8);\n local_44 = iVar5 + 0x26;\n local_70[0] = uVar12;\n local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10);\n puVar13 = auStack_4c + -local_2c[0];\n if (*(char *)(iVar5 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar14 = (uint *)((int)local_70 + iVar2);\n puVar15 = (uint *)((int)local_70 + iVar2);\n uVar1 = *(undefined1 *)(iVar5 + 0x25);\n uVar7 = *(undefined4 *)(iVar5 + 0xc);\n uVar6 = *(undefined4 *)(iVar5 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(int *)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n FUN_001f0714(local_3c,uVar6,uVar7,uVar1);\n puVar13 = auStack_5e + iVar2;\n }\n if (uVar12 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar15 = puVar14;\n if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }\n }\n iVar5 = *(int *)(param_5 + 8);\n puVar9 = puVar13;\n if (local_2c[0] < iVar5) {\n iVar2 = -(iVar5 + 7U & 0xfffffff8);\n puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;\n *(int **)((int)puVar15 + iVar2 + 8) = local_2c;\n iVar3 = local_3c;\n uVar10 = local_40;\n *(undefined1 **)((int)puVar15 + iVar2) = puVar9;\n FUN_001f1824(iVar3,uVar10,iVar5,param_5);\n }\n piVar4 = local_38;\n cVar8 = (char)local_34;\n *(undefined4 *)(param_5 + 8) = 0;\n if (((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)) {\n cVar8 = '\x01';\n }\n *param_1 = piVar4;\n *(char *)(param_1 + 1) = cVar8;\n return param_1;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "char cVar8;" primitive_type identifier ;) (declaration "undefined1 *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "undefined1 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "uint *puVar14;" type_identifier (pointer_declarator "*puVar14" * identifier) ;) (declaration "uint *puVar15;" type_identifier (pointer_declarator "*puVar15" * identifier) ;) (declaration "uint local_70 [4];" type_identifier (array_declarator "local_70 [4]" identifier [ number_literal ]) ;) (declaration "undefined1 auStack_5e [18];" type_identifier (array_declarator "auStack_5e [18]" identifier [ number_literal ]) ;) (declaration "undefined1 auStack_4c [8];" type_identifier (array_declarator "auStack_4c [8]" identifier [ number_literal ]) ;) (declaration "int local_44;" primitive_type identifier ;) (declaration "uint local_40;" type_identifier identifier ;) (declaration "int local_3c;" primitive_type identifier ;) (declaration "int *local_38;" primitive_type (pointer_declarator "*local_38" * identifier) ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined1 auStack_30 [4];" type_identifier (array_declarator "auStack_30 [4]" identifier [ number_literal ]) ;) (declaration "int local_2c [2];" primitive_type (array_declarator "local_2c [2]" identifier [ number_literal ]) ;) (expression_statement "local_40 = (uint)param_6;" (assignment_expression "local_40 = (uint)param_6" identifier = (cast_expression "(uint)param_6" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_3c = param_2;" (assignment_expression "local_3c = param_2" identifier = identifier) ;) (expression_statement "local_38 = param_3;" (assignment_expression "local_38 = param_3" identifier = identifier) ;) (expression_statement "local_34 = param_4;" (assignment_expression "local_34 = param_4" identifier = identifier) ;) (expression_statement "iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c);" (assignment_expression "iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c)" identifier = (call_expression "FUN_001f1a04(auStack_30,param_5 + 0x6c)" identifier (argument_list "(auStack_30,param_5 + 0x6c)" ( identifier , (binary_expression "param_5 + 0x6c" identifier + number_literal) )))) ;) (expression_statement "uVar10 = *(uint *)(param_5 + 0xc);" (assignment_expression "uVar10 = *(uint *)(param_5 + 0xc)" identifier = (pointer_expression "*(uint *)(param_5 + 0xc)" * (cast_expression "(uint *)(param_5 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0xc)" ( (binary_expression "param_5 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "puVar15 = local_70;" (assignment_expression "puVar15 = local_70" identifier = identifier) ;) (expression_statement "puVar14 = local_70;" (assignment_expression "puVar14 = local_70" identifier = identifier) ;) (expression_statement "uVar11 = uVar10 & 0x4a;" (assignment_expression "uVar11 = uVar10 & 0x4a" identifier = (binary_expression "uVar10 & 0x4a" identifier & number_literal)) ;) (expression_statement "uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8);" (assignment_expression "uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8)" identifier = (call_expression "(uint)(uVar11 != 0x40 && uVar11 != 8)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar11 != 0x40 && uVar11 != 8)" ( (binary_expression "uVar11 != 0x40 && uVar11 != 8" (binary_expression "uVar11 != 0x40" identifier != number_literal) && (binary_expression "uVar11 != 8" identifier != number_literal)) )))) ;) (expression_statement "local_44 = iVar5 + 0x26;" (assignment_expression "local_44 = iVar5 + 0x26" identifier = (binary_expression "iVar5 + 0x26" identifier + number_literal)) ;) (expression_statement "local_70[0] = uVar12;" (assignment_expression "local_70[0] = uVar12" (subscript_expression "local_70[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10);" (assignment_expression "local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10)" (subscript_expression "local_2c[0]" identifier [ number_literal ]) = (call_expression "FUN_001f185c(auStack_4c,param_7,local_44,uVar10)" identifier (argument_list "(auStack_4c,param_7,local_44,uVar10)" ( identifier , identifier , identifier , identifier )))) ;) (expression_statement "puVar13 = auStack_4c + -local_2c[0];" (assignment_expression "puVar13 = auStack_4c + -local_2c[0]" identifier = (binary_expression "auStack_4c + -local_2c[0]" identifier + (unary_expression "-local_2c[0]" - (subscript_expression "local_2c[0]" identifier [ number_literal ])))) ;) (if_statement "if (*(char *)(iVar5 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar14 = (uint *)((int)local_70 + iVar2);\n puVar15 = (uint *)((int)local_70 + iVar2);\n uVar1 = *(undefined1 *)(iVar5 + 0x25);\n uVar7 = *(undefined4 *)(iVar5 + 0xc);\n uVar6 = *(undefined4 *)(iVar5 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(int *)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n FUN_001f0714(local_3c,uVar6,uVar7,uVar1);\n puVar13 = auStack_5e + iVar2;\n }" if (parenthesized_expression "(*(char *)(iVar5 + 0x10) != '\0')" ( (binary_expression "*(char *)(iVar5 + 0x10) != '\0'" (pointer_expression "*(char *)(iVar5 + 0x10)" * (cast_expression "(char *)(iVar5 + 0x10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x10)" ( (binary_expression "iVar5 + 0x10" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar14 = (uint *)((int)local_70 + iVar2);\n puVar15 = (uint *)((int)local_70 + iVar2);\n uVar1 = *(undefined1 *)(iVar5 + 0x25);\n uVar7 = *(undefined4 *)(iVar5 + 0xc);\n uVar6 = *(undefined4 *)(iVar5 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(int *)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n FUN_001f0714(local_3c,uVar6,uVar7,uVar1);\n puVar13 = auStack_5e + iVar2;\n }" { (expression_statement "iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);" (assignment_expression "iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8)" identifier = (unary_expression "-(local_2c[0] * 2 + 9U & 0xfffffff8)" - (parenthesized_expression "(local_2c[0] * 2 + 9U & 0xfffffff8)" ( (binary_expression "local_2c[0] * 2 + 9U & 0xfffffff8" (binary_expression "local_2c[0] * 2 + 9U" (binary_expression "local_2c[0] * 2" (subscript_expression "local_2c[0]" identifier [ number_literal ]) * number_literal) + number_literal) & number_literal) )))) ;) (expression_statement "puVar14 = (uint *)((int)local_70 + iVar2);" (assignment_expression "puVar14 = (uint *)((int)local_70 + iVar2)" identifier = (cast_expression "(uint *)((int)local_70 + iVar2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_70 + iVar2)" ( (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (expression_statement "puVar15 = (uint *)((int)local_70 + iVar2);" (assignment_expression "puVar15 = (uint *)((int)local_70 + iVar2)" identifier = (cast_expression "(uint *)((int)local_70 + iVar2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_70 + iVar2)" ( (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (expression_statement "uVar1 = *(undefined1 *)(iVar5 + 0x25);" (assignment_expression "uVar1 = *(undefined1 *)(iVar5 + 0x25)" identifier = (pointer_expression "*(undefined1 *)(iVar5 + 0x25)" * (cast_expression "(undefined1 *)(iVar5 + 0x25)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x25)" ( (binary_expression "iVar5 + 0x25" identifier + number_literal) ))))) ;) (expression_statement "uVar7 = *(undefined4 *)(iVar5 + 0xc);" (assignment_expression "uVar7 = *(undefined4 *)(iVar5 + 0xc)" identifier = (pointer_expression "*(undefined4 *)(iVar5 + 0xc)" * (cast_expression "(undefined4 *)(iVar5 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0xc)" ( (binary_expression "iVar5 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = *(undefined4 *)(iVar5 + 8);" (assignment_expression "uVar6 = *(undefined4 *)(iVar5 + 8)" identifier = (pointer_expression "*(undefined4 *)(iVar5 + 8)" * (cast_expression "(undefined4 *)(iVar5 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 8)" ( (binary_expression "iVar5 + 8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;" (assignment_expression "*(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13" (pointer_expression "*(undefined1 **)((int)local_70 + iVar2 + 8)" * (cast_expression "(undefined1 **)((int)local_70 + iVar2 + 8)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)local_70 + iVar2 + 8)" ( (binary_expression "(int)local_70 + iVar2 + 8" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(int **)((int)local_70 + iVar2 + 0xc) = local_2c;" (assignment_expression "*(int **)((int)local_70 + iVar2 + 0xc) = local_2c" (pointer_expression "*(int **)((int)local_70 + iVar2 + 0xc)" * (cast_expression "(int **)((int)local_70 + iVar2 + 0xc)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)local_70 + iVar2 + 0xc)" ( (binary_expression "(int)local_70 + iVar2 + 0xc" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(int *)((int)local_70 + iVar2) = param_5;" (assignment_expression "*(int *)((int)local_70 + iVar2) = param_5" (pointer_expression "*(int *)((int)local_70 + iVar2)" * (cast_expression "(int *)((int)local_70 + iVar2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_70 + iVar2)" ( (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = identifier) ;) (expression_statement "*(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;" (assignment_expression "*(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2" (pointer_expression "*(undefined1 **)((int)local_70 + iVar2 + 4)" * (cast_expression "(undefined1 **)((int)local_70 + iVar2 + 4)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)local_70 + iVar2 + 4)" ( (binary_expression "(int)local_70 + iVar2 + 4" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (binary_expression "auStack_5e + iVar2" identifier + identifier)) ;) (expression_statement "FUN_001f0714(local_3c,uVar6,uVar7,uVar1);" (call_expression "FUN_001f0714(local_3c,uVar6,uVar7,uVar1)" identifier (argument_list "(local_3c,uVar6,uVar7,uVar1)" ( identifier , identifier , identifier , identifier ))) ;) (expression_statement "puVar13 = auStack_5e + iVar2;" (assignment_expression "puVar13 = auStack_5e + iVar2" identifier = (binary_expression "auStack_5e + iVar2" identifier + identifier)) ;) })) (if_statement "if (uVar12 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar15 = puVar14;\n if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }\n }" if (parenthesized_expression "(uVar12 == 0)" ( (binary_expression "uVar12 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar15 = puVar14;\n if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }\n }" { (if_statement "if (param_7 != 0) {\n param_7 = 1;\n }" if (parenthesized_expression "(param_7 != 0)" ( (binary_expression "param_7 != 0" identifier != number_literal) )) (compound_statement "{\n param_7 = 1;\n }" { (expression_statement "param_7 = 1;" (assignment_expression "param_7 = 1" identifier = number_literal) ;) })) (expression_statement "puVar15 = puVar14;" (assignment_expression "puVar15 = puVar14" identifier = identifier) ;) (if_statement "if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }" if (parenthesized_expression "((param_7 & uVar10 >> 9) != 0)" ( (binary_expression "(param_7 & uVar10 >> 9) != 0" (parenthesized_expression "(param_7 & uVar10 >> 9)" ( (binary_expression "param_7 & uVar10 >> 9" identifier & (binary_expression "uVar10 >> 9" identifier >> number_literal)) )) != number_literal) )) (compound_statement "{\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }" { (if_statement "if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }" if (parenthesized_expression "(uVar11 == 0x40)" ( (binary_expression "uVar11 == 0x40" identifier == number_literal) )) (compound_statement "{\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }" { (expression_statement "puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);" (assignment_expression "puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a)" (subscript_expression "puVar13[-1]" identifier [ number_literal ]) = (pointer_expression "*(undefined1 *)(iVar5 + 0x2a)" * (cast_expression "(undefined1 *)(iVar5 + 0x2a)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x2a)" ( (binary_expression "iVar5 + 0x2a" identifier + number_literal) ))))) ;) (expression_statement "puVar13 = puVar13 + -1;" (assignment_expression "puVar13 = puVar13 + -1" identifier = (binary_expression "puVar13 + -1" identifier + number_literal)) ;) (expression_statement "local_2c[0] = local_2c[0] + 1;" (assignment_expression "local_2c[0] = local_2c[0] + 1" (subscript_expression "local_2c[0]" identifier [ number_literal ]) = (binary_expression "local_2c[0] + 1" (subscript_expression "local_2c[0]" identifier [ number_literal ]) + number_literal)) ;) }) (else_clause "else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }" else (compound_statement "{\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }" { (expression_statement "puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);" (assignment_expression "puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2)" (subscript_expression "puVar13[-1]" identifier [ number_literal ]) = (pointer_expression "*(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2)" * (cast_expression "(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2)" ( (binary_expression "(local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2" (parenthesized_expression "(local_44 - ((int)(uVar10 << 0x11) >> 0x1f))" ( (binary_expression "local_44 - ((int)(uVar10 << 0x11) >> 0x1f)" identifier - (parenthesized_expression "((int)(uVar10 << 0x11) >> 0x1f)" ( (binary_expression "(int)(uVar10 << 0x11) >> 0x1f" (cast_expression "(int)(uVar10 << 0x11)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar10 << 0x11)" ( (binary_expression "uVar10 << 0x11" identifier << number_literal) ))) >> number_literal) ))) )) + number_literal) ))))) ;) (expression_statement "puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);" (assignment_expression "puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a)" (subscript_expression "puVar13[-2]" identifier [ number_literal ]) = (pointer_expression "*(undefined1 *)(iVar5 + 0x2a)" * (cast_expression "(undefined1 *)(iVar5 + 0x2a)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x2a)" ( (binary_expression "iVar5 + 0x2a" identifier + number_literal) ))))) ;) (expression_statement "puVar13 = puVar13 + -2;" (assignment_expression "puVar13 = puVar13 + -2" identifier = (binary_expression "puVar13 + -2" identifier + number_literal)) ;) (expression_statement "local_2c[0] = local_2c[0] + 2;" (assignment_expression "local_2c[0] = local_2c[0] + 2" (subscript_expression "local_2c[0]" identifier [ number_literal ]) = (binary_expression "local_2c[0] + 2" (subscript_expression "local_2c[0]" identifier [ number_literal ]) + number_literal)) ;) }))) })) })) (expression_statement "iVar5 = *(int *)(param_5 + 8);" (assignment_expression "iVar5 = *(int *)(param_5 + 8)" identifier = (pointer_expression "*(int *)(param_5 + 8)" * (cast_expression "(int *)(param_5 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 8)" ( (binary_expression "param_5 + 8" identifier + number_literal) ))))) ;) (expression_statement "puVar9 = puVar13;" (assignment_expression "puVar9 = puVar13" identifier = identifier) ;) (if_statement "if (local_2c[0] < iVar5) {\n iVar2 = -(iVar5 + 7U & 0xfffffff8);\n puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;\n *(int **)((int)puVar15 + iVar2 + 8) = local_2c;\n iVar3 = local_3c;\n uVar10 = local_40;\n *(undefined1 **)((int)puVar15 + iVar2) = puVar9;\n FUN_001f1824(iVar3,uVar10,iVar5,param_5);\n }" if (parenthesized_expression "(local_2c[0] < iVar5)" ( (binary_expression "local_2c[0] < iVar5" (subscript_expression "local_2c[0]" identifier [ number_literal ]) < identifier) )) (compound_statement "{\n iVar2 = -(iVar5 + 7U & 0xfffffff8);\n puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;\n *(int **)((int)puVar15 + iVar2 + 8) = local_2c;\n iVar3 = local_3c;\n uVar10 = local_40;\n *(undefined1 **)((int)puVar15 + iVar2) = puVar9;\n FUN_001f1824(iVar3,uVar10,iVar5,param_5);\n }" { (expression_statement "iVar2 = -(iVar5 + 7U & 0xfffffff8);" (assignment_expression "iVar2 = -(iVar5 + 7U & 0xfffffff8)" identifier = (unary_expression "-(iVar5 + 7U & 0xfffffff8)" - (parenthesized_expression "(iVar5 + 7U & 0xfffffff8)" ( (binary_expression "iVar5 + 7U & 0xfffffff8" (binary_expression "iVar5 + 7U" identifier + number_literal) & number_literal) )))) ;) (expression_statement "puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);" (assignment_expression "puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10)" identifier = (cast_expression "(undefined1 *)((int)puVar15 + iVar2 + 0x10)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar15 + iVar2 + 0x10)" ( (binary_expression "(int)puVar15 + iVar2 + 0x10" (binary_expression "(int)puVar15 + iVar2" (cast_expression "(int)puVar15" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;" (assignment_expression "*(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13" (pointer_expression "*(undefined1 **)((int)puVar15 + iVar2 + 4)" * (cast_expression "(undefined1 **)((int)puVar15 + iVar2 + 4)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar15 + iVar2 + 4)" ( (binary_expression "(int)puVar15 + iVar2 + 4" (binary_expression "(int)puVar15 + iVar2" (cast_expression "(int)puVar15" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(int **)((int)puVar15 + iVar2 + 8) = local_2c;" (assignment_expression "*(int **)((int)puVar15 + iVar2 + 8) = local_2c" (pointer_expression "*(int **)((int)puVar15 + iVar2 + 8)" * (cast_expression "(int **)((int)puVar15 + iVar2 + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar15 + iVar2 + 8)" ( (binary_expression "(int)puVar15 + iVar2 + 8" (binary_expression "(int)puVar15 + iVar2" (cast_expression "(int)puVar15" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "iVar3 = local_3c;" (assignment_expression "iVar3 = local_3c" identifier = identifier) ;) (expression_statement "uVar10 = local_40;" (assignment_expression "uVar10 = local_40" identifier = identifier) ;) (expression_statement "*(undefined1 **)((int)puVar15 + iVar2) = puVar9;" (assignment_expression "*(undefined1 **)((int)puVar15 + iVar2) = puVar9" (pointer_expression "*(undefined1 **)((int)puVar15 + iVar2)" * (cast_expression "(undefined1 **)((int)puVar15 + iVar2)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar15 + iVar2)" ( (binary_expression "(int)puVar15 + iVar2" (cast_expression "(int)puVar15" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = identifier) ;) (expression_statement "FUN_001f1824(iVar3,uVar10,iVar5,param_5);" (call_expression "FUN_001f1824(iVar3,uVar10,iVar5,param_5)" identifier (argument_list "(iVar3,uVar10,iVar5,param_5)" ( identifier , identifier , identifier , identifier ))) ;) })) (expression_statement "piVar4 = local_38;" (assignment_expression "piVar4 = local_38" identifier = identifier) ;) (expression_statement "cVar8 = (char)local_34;" (assignment_expression "cVar8 = (char)local_34" identifier = (cast_expression "(char)local_34" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "*(undefined4 *)(param_5 + 8) = 0;" (assignment_expression "*(undefined4 *)(param_5 + 8) = 0" (pointer_expression "*(undefined4 *)(param_5 + 8)" * (cast_expression "(undefined4 *)(param_5 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 8)" ( (binary_expression "param_5 + 8" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)) {\n cVar8 = '\x01';\n }" if (parenthesized_expression "(((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c))" ( (binary_expression "((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)" (parenthesized_expression "((char)local_34 == '\0')" ( (binary_expression "(char)local_34 == '\0'" (cast_expression "(char)local_34" ( (type_descriptor "char" primitive_type) ) identifier) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)" ( (comma_expression "local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c" (assignment_expression "local_3c = local_2c[0]" identifier = (subscript_expression "local_2c[0]" identifier [ number_literal ])) , (comma_expression "iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c" (assignment_expression "iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0])" identifier = (call_expression "(**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0])" (parenthesized_expression "(**(code **)(*local_38 + 0x30))" ( (pointer_expression "**(code **)(*local_38 + 0x30)" * (pointer_expression "*(code **)(*local_38 + 0x30)" * (cast_expression "(code **)(*local_38 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*local_38 + 0x30)" ( (binary_expression "*local_38 + 0x30" (pointer_expression "*local_38" * identifier) + number_literal) ))))) )) (argument_list "(local_38,puVar9,local_2c[0])" ( identifier , identifier , (subscript_expression "local_2c[0]" identifier [ number_literal ]) )))) , (binary_expression "iVar5 != local_3c" identifier != identifier))) ))) )) (compound_statement "{\n cVar8 = '\x01';\n }" { (expression_statement "cVar8 = '\x01';" (assignment_expression "cVar8 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (expression_statement "*param_1 = piVar4;" (assignment_expression "*param_1 = piVar4" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(char *)(param_1 + 1) = cVar8;" (assignment_expression "*(char *)(param_1 + 1) = cVar8" (pointer_expression "*(char *)(param_1 + 1)" * (cast_expression "(char *)(param_1 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = identifier) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (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 (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) 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 ( 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 IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression IDENT != LIT) && (binary_expression IDENT != LIT)) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (unary_expression - (subscript_expression IDENT [ LIT ])))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (unary_expression - (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) * LIT) + LIT) & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + 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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = (binary_expression IDENT + IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (binary_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 = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & (binary_expression IDENT >> LIT)) )) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (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 IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT - (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT << LIT) ))) >> LIT) ))) )) + 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 IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + LIT)) ;) }))) })) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (unary_expression - (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + 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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + 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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (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 (cast_expression ( (type_descriptor TYPE) ) IDENT) == (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) , (comma_expression (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 ]) )))) , (binary_expression IDENT != IDENT))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (return_statement return IDENT ;) })))
(function_definition "undefined4 *\nFUN_001f1fac(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n byte param_6,uint param_7)\n\n{\n undefined1 uVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char cVar8;\n undefined1 *puVar9;\n uint uVar10;\n uint uVar11;\n uint uVar12;\n undefined1 *puVar13;\n uint *puVar14;\n uint *puVar15;\n uint local_70 [4];\n undefined1 auStack_5e [18];\n undefined1 auStack_4c [8];\n int local_44;\n uint local_40;\n int local_3c;\n int *local_38;\n undefined4 local_34;\n undefined1 auStack_30 [4];\n int local_2c [2];\n \n local_40 = (uint)param_6;\n local_3c = param_2;\n local_38 = param_3;\n local_34 = param_4;\n iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c);\n uVar10 = *(uint *)(param_5 + 0xc);\n puVar15 = local_70;\n puVar14 = local_70;\n uVar11 = uVar10 & 0x4a;\n uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8);\n local_44 = iVar5 + 0x26;\n local_70[0] = uVar12;\n local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10);\n puVar13 = auStack_4c + -local_2c[0];\n if (*(char *)(iVar5 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar14 = (uint *)((int)local_70 + iVar2);\n puVar15 = (uint *)((int)local_70 + iVar2);\n uVar1 = *(undefined1 *)(iVar5 + 0x25);\n uVar7 = *(undefined4 *)(iVar5 + 0xc);\n uVar6 = *(undefined4 *)(iVar5 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(int *)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n FUN_001f0714(local_3c,uVar6,uVar7,uVar1);\n puVar13 = auStack_5e + iVar2;\n }\n if (uVar12 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar15 = puVar14;\n if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }\n }\n iVar5 = *(int *)(param_5 + 8);\n puVar9 = puVar13;\n if (local_2c[0] < iVar5) {\n iVar2 = -(iVar5 + 7U & 0xfffffff8);\n puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;\n *(int **)((int)puVar15 + iVar2 + 8) = local_2c;\n iVar3 = local_3c;\n uVar10 = local_40;\n *(undefined1 **)((int)puVar15 + iVar2) = puVar9;\n FUN_001f1824(iVar3,uVar10,iVar5,param_5);\n }\n piVar4 = local_38;\n cVar8 = (char)local_34;\n *(undefined4 *)(param_5 + 8) = 0;\n if (((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)) {\n cVar8 = '\x01';\n }\n *param_1 = piVar4;\n *(char *)(param_1 + 1) = cVar8;\n return param_1;\n}" (type_identifier "undefined4") (pointer_declarator "*\nFUN_001f1fac(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n byte param_6,uint param_7)" (* "*") (function_declarator "FUN_001f1fac(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n byte param_6,uint param_7)" (identifier "FUN_001f1fac") (parameter_list "(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n byte param_6,uint param_7)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int *param_3" (primitive_type "int") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "int param_5" (primitive_type "int") (identifier "param_5")) (, ",") (parameter_declaration "byte param_6" (type_identifier "byte") (identifier "param_6")) (, ",") (parameter_declaration "uint param_7" (type_identifier "uint") (identifier "param_7")) () ")")))) (compound_statement "{\n undefined1 uVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n int iVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char cVar8;\n undefined1 *puVar9;\n uint uVar10;\n uint uVar11;\n uint uVar12;\n undefined1 *puVar13;\n uint *puVar14;\n uint *puVar15;\n uint local_70 [4];\n undefined1 auStack_5e [18];\n undefined1 auStack_4c [8];\n int local_44;\n uint local_40;\n int local_3c;\n int *local_38;\n undefined4 local_34;\n undefined1 auStack_30 [4];\n int local_2c [2];\n \n local_40 = (uint)param_6;\n local_3c = param_2;\n local_38 = param_3;\n local_34 = param_4;\n iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c);\n uVar10 = *(uint *)(param_5 + 0xc);\n puVar15 = local_70;\n puVar14 = local_70;\n uVar11 = uVar10 & 0x4a;\n uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8);\n local_44 = iVar5 + 0x26;\n local_70[0] = uVar12;\n local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10);\n puVar13 = auStack_4c + -local_2c[0];\n if (*(char *)(iVar5 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar14 = (uint *)((int)local_70 + iVar2);\n puVar15 = (uint *)((int)local_70 + iVar2);\n uVar1 = *(undefined1 *)(iVar5 + 0x25);\n uVar7 = *(undefined4 *)(iVar5 + 0xc);\n uVar6 = *(undefined4 *)(iVar5 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(int *)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n FUN_001f0714(local_3c,uVar6,uVar7,uVar1);\n puVar13 = auStack_5e + iVar2;\n }\n if (uVar12 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar15 = puVar14;\n if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }\n }\n iVar5 = *(int *)(param_5 + 8);\n puVar9 = puVar13;\n if (local_2c[0] < iVar5) {\n iVar2 = -(iVar5 + 7U & 0xfffffff8);\n puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;\n *(int **)((int)puVar15 + iVar2 + 8) = local_2c;\n iVar3 = local_3c;\n uVar10 = local_40;\n *(undefined1 **)((int)puVar15 + iVar2) = puVar9;\n FUN_001f1824(iVar3,uVar10,iVar5,param_5);\n }\n piVar4 = local_38;\n cVar8 = (char)local_34;\n *(undefined4 *)(param_5 + 8) = 0;\n if (((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)) {\n cVar8 = '\x01';\n }\n *param_1 = piVar4;\n *(char *)(param_1 + 1) = cVar8;\n return param_1;\n}" ({ "{") (declaration "undefined1 uVar1;" (type_identifier "undefined1") (identifier "uVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "int *piVar4;" (primitive_type "int") (pointer_declarator "*piVar4" (* "*") (identifier "piVar4")) (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "undefined4 uVar6;" (type_identifier "undefined4") (identifier "uVar6") (; ";")) (declaration "undefined4 uVar7;" (type_identifier "undefined4") (identifier "uVar7") (; ";")) (declaration "char cVar8;" (primitive_type "char") (identifier "cVar8") (; ";")) (declaration "undefined1 *puVar9;" (type_identifier "undefined1") (pointer_declarator "*puVar9" (* "*") (identifier "puVar9")) (; ";")) (declaration "uint uVar10;" (type_identifier "uint") (identifier "uVar10") (; ";")) (declaration "uint uVar11;" (type_identifier "uint") (identifier "uVar11") (; ";")) (declaration "uint uVar12;" (type_identifier "uint") (identifier "uVar12") (; ";")) (declaration "undefined1 *puVar13;" (type_identifier "undefined1") (pointer_declarator "*puVar13" (* "*") (identifier "puVar13")) (; ";")) (declaration "uint *puVar14;" (type_identifier "uint") (pointer_declarator "*puVar14" (* "*") (identifier "puVar14")) (; ";")) (declaration "uint *puVar15;" (type_identifier "uint") (pointer_declarator "*puVar15" (* "*") (identifier "puVar15")) (; ";")) (declaration "uint local_70 [4];" (type_identifier "uint") (array_declarator "local_70 [4]" (identifier "local_70") ([ "[") (number_literal "4") (] "]")) (; ";")) (declaration "undefined1 auStack_5e [18];" (type_identifier "undefined1") (array_declarator "auStack_5e [18]" (identifier "auStack_5e") ([ "[") (number_literal "18") (] "]")) (; ";")) (declaration "undefined1 auStack_4c [8];" (type_identifier "undefined1") (array_declarator "auStack_4c [8]" (identifier "auStack_4c") ([ "[") (number_literal "8") (] "]")) (; ";")) (declaration "int local_44;" (primitive_type "int") (identifier "local_44") (; ";")) (declaration "uint local_40;" (type_identifier "uint") (identifier "local_40") (; ";")) (declaration "int local_3c;" (primitive_type "int") (identifier "local_3c") (; ";")) (declaration "int *local_38;" (primitive_type "int") (pointer_declarator "*local_38" (* "*") (identifier "local_38")) (; ";")) (declaration "undefined4 local_34;" (type_identifier "undefined4") (identifier "local_34") (; ";")) (declaration "undefined1 auStack_30 [4];" (type_identifier "undefined1") (array_declarator "auStack_30 [4]" (identifier "auStack_30") ([ "[") (number_literal "4") (] "]")) (; ";")) (declaration "int local_2c [2];" (primitive_type "int") (array_declarator "local_2c [2]" (identifier "local_2c") ([ "[") (number_literal "2") (] "]")) (; ";")) (expression_statement "local_40 = (uint)param_6;" (assignment_expression "local_40 = (uint)param_6" (identifier "local_40") (= "=") (cast_expression "(uint)param_6" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "param_6"))) (; ";")) (expression_statement "local_3c = param_2;" (assignment_expression "local_3c = param_2" (identifier "local_3c") (= "=") (identifier "param_2")) (; ";")) (expression_statement "local_38 = param_3;" (assignment_expression "local_38 = param_3" (identifier "local_38") (= "=") (identifier "param_3")) (; ";")) (expression_statement "local_34 = param_4;" (assignment_expression "local_34 = param_4" (identifier "local_34") (= "=") (identifier "param_4")) (; ";")) (expression_statement "iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c);" (assignment_expression "iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c)" (identifier "iVar5") (= "=") (call_expression "FUN_001f1a04(auStack_30,param_5 + 0x6c)" (identifier "FUN_001f1a04") (argument_list "(auStack_30,param_5 + 0x6c)" (( "(") (identifier "auStack_30") (, ",") (binary_expression "param_5 + 0x6c" (identifier "param_5") (+ "+") (number_literal "0x6c")) () ")")))) (; ";")) (expression_statement "uVar10 = *(uint *)(param_5 + 0xc);" (assignment_expression "uVar10 = *(uint *)(param_5 + 0xc)" (identifier "uVar10") (= "=") (pointer_expression "*(uint *)(param_5 + 0xc)" (* "*") (cast_expression "(uint *)(param_5 + 0xc)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0xc)" (( "(") (binary_expression "param_5 + 0xc" (identifier "param_5") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "puVar15 = local_70;" (assignment_expression "puVar15 = local_70" (identifier "puVar15") (= "=") (identifier "local_70")) (; ";")) (expression_statement "puVar14 = local_70;" (assignment_expression "puVar14 = local_70" (identifier "puVar14") (= "=") (identifier "local_70")) (; ";")) (expression_statement "uVar11 = uVar10 & 0x4a;" (assignment_expression "uVar11 = uVar10 & 0x4a" (identifier "uVar11") (= "=") (binary_expression "uVar10 & 0x4a" (identifier "uVar10") (& "&") (number_literal "0x4a"))) (; ";")) (expression_statement "uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8);" (assignment_expression "uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8)" (identifier "uVar12") (= "=") (call_expression "(uint)(uVar11 != 0x40 && uVar11 != 8)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(uVar11 != 0x40 && uVar11 != 8)" (( "(") (binary_expression "uVar11 != 0x40 && uVar11 != 8" (binary_expression "uVar11 != 0x40" (identifier "uVar11") (!= "!=") (number_literal "0x40")) (&& "&&") (binary_expression "uVar11 != 8" (identifier "uVar11") (!= "!=") (number_literal "8"))) () ")")))) (; ";")) (expression_statement "local_44 = iVar5 + 0x26;" (assignment_expression "local_44 = iVar5 + 0x26" (identifier "local_44") (= "=") (binary_expression "iVar5 + 0x26" (identifier "iVar5") (+ "+") (number_literal "0x26"))) (; ";")) (expression_statement "local_70[0] = uVar12;" (assignment_expression "local_70[0] = uVar12" (subscript_expression "local_70[0]" (identifier "local_70") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "uVar12")) (; ";")) (expression_statement "local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10);" (assignment_expression "local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10)" (subscript_expression "local_2c[0]" (identifier "local_2c") ([ "[") (number_literal "0") (] "]")) (= "=") (call_expression "FUN_001f185c(auStack_4c,param_7,local_44,uVar10)" (identifier "FUN_001f185c") (argument_list "(auStack_4c,param_7,local_44,uVar10)" (( "(") (identifier "auStack_4c") (, ",") (identifier "param_7") (, ",") (identifier "local_44") (, ",") (identifier "uVar10") () ")")))) (; ";")) (expression_statement "puVar13 = auStack_4c + -local_2c[0];" (assignment_expression "puVar13 = auStack_4c + -local_2c[0]" (identifier "puVar13") (= "=") (binary_expression "auStack_4c + -local_2c[0]" (identifier "auStack_4c") (+ "+") (unary_expression "-local_2c[0]" (- "-") (subscript_expression "local_2c[0]" (identifier "local_2c") ([ "[") (number_literal "0") (] "]"))))) (; ";")) (if_statement "if (*(char *)(iVar5 + 0x10) != '\0') {\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar14 = (uint *)((int)local_70 + iVar2);\n puVar15 = (uint *)((int)local_70 + iVar2);\n uVar1 = *(undefined1 *)(iVar5 + 0x25);\n uVar7 = *(undefined4 *)(iVar5 + 0xc);\n uVar6 = *(undefined4 *)(iVar5 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(int *)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n FUN_001f0714(local_3c,uVar6,uVar7,uVar1);\n puVar13 = auStack_5e + iVar2;\n }" (if "if") (parenthesized_expression "(*(char *)(iVar5 + 0x10) != '\0')" (( "(") (binary_expression "*(char *)(iVar5 + 0x10) != '\0'" (pointer_expression "*(char *)(iVar5 + 0x10)" (* "*") (cast_expression "(char *)(iVar5 + 0x10)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x10)" (( "(") (binary_expression "iVar5 + 0x10" (identifier "iVar5") (+ "+") (number_literal "0x10")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);\n puVar14 = (uint *)((int)local_70 + iVar2);\n puVar15 = (uint *)((int)local_70 + iVar2);\n uVar1 = *(undefined1 *)(iVar5 + 0x25);\n uVar7 = *(undefined4 *)(iVar5 + 0xc);\n uVar6 = *(undefined4 *)(iVar5 + 8);\n *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;\n *(int **)((int)local_70 + iVar2 + 0xc) = local_2c;\n *(int *)((int)local_70 + iVar2) = param_5;\n *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;\n FUN_001f0714(local_3c,uVar6,uVar7,uVar1);\n puVar13 = auStack_5e + iVar2;\n }" ({ "{") (expression_statement "iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8);" (assignment_expression "iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8)" (identifier "iVar2") (= "=") (unary_expression "-(local_2c[0] * 2 + 9U & 0xfffffff8)" (- "-") (parenthesized_expression "(local_2c[0] * 2 + 9U & 0xfffffff8)" (( "(") (binary_expression "local_2c[0] * 2 + 9U & 0xfffffff8" (binary_expression "local_2c[0] * 2 + 9U" (binary_expression "local_2c[0] * 2" (subscript_expression "local_2c[0]" (identifier "local_2c") ([ "[") (number_literal "0") (] "]")) (* "*") (number_literal "2")) (+ "+") (number_literal "9U")) (& "&") (number_literal "0xfffffff8")) () ")")))) (; ";")) (expression_statement "puVar14 = (uint *)((int)local_70 + iVar2);" (assignment_expression "puVar14 = (uint *)((int)local_70 + iVar2)" (identifier "puVar14") (= "=") (cast_expression "(uint *)((int)local_70 + iVar2)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_70 + iVar2)" (( "(") (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_70")) (+ "+") (identifier "iVar2")) () ")")))) (; ";")) (expression_statement "puVar15 = (uint *)((int)local_70 + iVar2);" (assignment_expression "puVar15 = (uint *)((int)local_70 + iVar2)" (identifier "puVar15") (= "=") (cast_expression "(uint *)((int)local_70 + iVar2)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_70 + iVar2)" (( "(") (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_70")) (+ "+") (identifier "iVar2")) () ")")))) (; ";")) (expression_statement "uVar1 = *(undefined1 *)(iVar5 + 0x25);" (assignment_expression "uVar1 = *(undefined1 *)(iVar5 + 0x25)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined1 *)(iVar5 + 0x25)" (* "*") (cast_expression "(undefined1 *)(iVar5 + 0x25)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x25)" (( "(") (binary_expression "iVar5 + 0x25" (identifier "iVar5") (+ "+") (number_literal "0x25")) () ")"))))) (; ";")) (expression_statement "uVar7 = *(undefined4 *)(iVar5 + 0xc);" (assignment_expression "uVar7 = *(undefined4 *)(iVar5 + 0xc)" (identifier "uVar7") (= "=") (pointer_expression "*(undefined4 *)(iVar5 + 0xc)" (* "*") (cast_expression "(undefined4 *)(iVar5 + 0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0xc)" (( "(") (binary_expression "iVar5 + 0xc" (identifier "iVar5") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "uVar6 = *(undefined4 *)(iVar5 + 8);" (assignment_expression "uVar6 = *(undefined4 *)(iVar5 + 8)" (identifier "uVar6") (= "=") (pointer_expression "*(undefined4 *)(iVar5 + 8)" (* "*") (cast_expression "(undefined4 *)(iVar5 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 8)" (( "(") (binary_expression "iVar5 + 8" (identifier "iVar5") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "*(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13;" (assignment_expression "*(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13" (pointer_expression "*(undefined1 **)((int)local_70 + iVar2 + 8)" (* "*") (cast_expression "(undefined1 **)((int)local_70 + iVar2 + 8)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)local_70 + iVar2 + 8)" (( "(") (binary_expression "(int)local_70 + iVar2 + 8" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_70")) (+ "+") (identifier "iVar2")) (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "puVar13")) (; ";")) (expression_statement "*(int **)((int)local_70 + iVar2 + 0xc) = local_2c;" (assignment_expression "*(int **)((int)local_70 + iVar2 + 0xc) = local_2c" (pointer_expression "*(int **)((int)local_70 + iVar2 + 0xc)" (* "*") (cast_expression "(int **)((int)local_70 + iVar2 + 0xc)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)local_70 + iVar2 + 0xc)" (( "(") (binary_expression "(int)local_70 + iVar2 + 0xc" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_70")) (+ "+") (identifier "iVar2")) (+ "+") (number_literal "0xc")) () ")")))) (= "=") (identifier "local_2c")) (; ";")) (expression_statement "*(int *)((int)local_70 + iVar2) = param_5;" (assignment_expression "*(int *)((int)local_70 + iVar2) = param_5" (pointer_expression "*(int *)((int)local_70 + iVar2)" (* "*") (cast_expression "(int *)((int)local_70 + iVar2)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_70 + iVar2)" (( "(") (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_70")) (+ "+") (identifier "iVar2")) () ")")))) (= "=") (identifier "param_5")) (; ";")) (expression_statement "*(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2;" (assignment_expression "*(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2" (pointer_expression "*(undefined1 **)((int)local_70 + iVar2 + 4)" (* "*") (cast_expression "(undefined1 **)((int)local_70 + iVar2 + 4)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)local_70 + iVar2 + 4)" (( "(") (binary_expression "(int)local_70 + iVar2 + 4" (binary_expression "(int)local_70 + iVar2" (cast_expression "(int)local_70" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_70")) (+ "+") (identifier "iVar2")) (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "auStack_5e + iVar2" (identifier "auStack_5e") (+ "+") (identifier "iVar2"))) (; ";")) (expression_statement "FUN_001f0714(local_3c,uVar6,uVar7,uVar1);" (call_expression "FUN_001f0714(local_3c,uVar6,uVar7,uVar1)" (identifier "FUN_001f0714") (argument_list "(local_3c,uVar6,uVar7,uVar1)" (( "(") (identifier "local_3c") (, ",") (identifier "uVar6") (, ",") (identifier "uVar7") (, ",") (identifier "uVar1") () ")"))) (; ";")) (expression_statement "puVar13 = auStack_5e + iVar2;" (assignment_expression "puVar13 = auStack_5e + iVar2" (identifier "puVar13") (= "=") (binary_expression "auStack_5e + iVar2" (identifier "auStack_5e") (+ "+") (identifier "iVar2"))) (; ";")) (} "}"))) (if_statement "if (uVar12 == 0) {\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar15 = puVar14;\n if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }\n }" (if "if") (parenthesized_expression "(uVar12 == 0)" (( "(") (binary_expression "uVar12 == 0" (identifier "uVar12") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (param_7 != 0) {\n param_7 = 1;\n }\n puVar15 = puVar14;\n if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }\n }" ({ "{") (if_statement "if (param_7 != 0) {\n param_7 = 1;\n }" (if "if") (parenthesized_expression "(param_7 != 0)" (( "(") (binary_expression "param_7 != 0" (identifier "param_7") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n param_7 = 1;\n }" ({ "{") (expression_statement "param_7 = 1;" (assignment_expression "param_7 = 1" (identifier "param_7") (= "=") (number_literal "1")) (; ";")) (} "}"))) (expression_statement "puVar15 = puVar14;" (assignment_expression "puVar15 = puVar14" (identifier "puVar15") (= "=") (identifier "puVar14")) (; ";")) (if_statement "if ((param_7 & uVar10 >> 9) != 0) {\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }" (if "if") (parenthesized_expression "((param_7 & uVar10 >> 9) != 0)" (( "(") (binary_expression "(param_7 & uVar10 >> 9) != 0" (parenthesized_expression "(param_7 & uVar10 >> 9)" (( "(") (binary_expression "param_7 & uVar10 >> 9" (identifier "param_7") (& "&") (binary_expression "uVar10 >> 9" (identifier "uVar10") (>> ">>") (number_literal "9"))) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }\n }" ({ "{") (if_statement "if (uVar11 == 0x40) {\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }\n else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }" (if "if") (parenthesized_expression "(uVar11 == 0x40)" (( "(") (binary_expression "uVar11 == 0x40" (identifier "uVar11") (== "==") (number_literal "0x40")) () ")")) (compound_statement "{\n puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -1;\n local_2c[0] = local_2c[0] + 1;\n }" ({ "{") (expression_statement "puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a);" (assignment_expression "puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a)" (subscript_expression "puVar13[-1]" (identifier "puVar13") ([ "[") (number_literal "-1") (] "]")) (= "=") (pointer_expression "*(undefined1 *)(iVar5 + 0x2a)" (* "*") (cast_expression "(undefined1 *)(iVar5 + 0x2a)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x2a)" (( "(") (binary_expression "iVar5 + 0x2a" (identifier "iVar5") (+ "+") (number_literal "0x2a")) () ")"))))) (; ";")) (expression_statement "puVar13 = puVar13 + -1;" (assignment_expression "puVar13 = puVar13 + -1" (identifier "puVar13") (= "=") (binary_expression "puVar13 + -1" (identifier "puVar13") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "local_2c[0] = local_2c[0] + 1;" (assignment_expression "local_2c[0] = local_2c[0] + 1" (subscript_expression "local_2c[0]" (identifier "local_2c") ([ "[") (number_literal "0") (] "]")) (= "=") (binary_expression "local_2c[0] + 1" (subscript_expression "local_2c[0]" (identifier "local_2c") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (else_clause "else {\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }" (else "else") (compound_statement "{\n puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);\n puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);\n puVar13 = puVar13 + -2;\n local_2c[0] = local_2c[0] + 2;\n }" ({ "{") (expression_statement "puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2);" (assignment_expression "puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2)" (subscript_expression "puVar13[-1]" (identifier "puVar13") ([ "[") (number_literal "-1") (] "]")) (= "=") (pointer_expression "*(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2)" (* "*") (cast_expression "(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2)" (( "(") (binary_expression "(local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2" (parenthesized_expression "(local_44 - ((int)(uVar10 << 0x11) >> 0x1f))" (( "(") (binary_expression "local_44 - ((int)(uVar10 << 0x11) >> 0x1f)" (identifier "local_44") (- "-") (parenthesized_expression "((int)(uVar10 << 0x11) >> 0x1f)" (( "(") (binary_expression "(int)(uVar10 << 0x11) >> 0x1f" (cast_expression "(int)(uVar10 << 0x11)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(uVar10 << 0x11)" (( "(") (binary_expression "uVar10 << 0x11" (identifier "uVar10") (<< "<<") (number_literal "0x11")) () ")"))) (>> ">>") (number_literal "0x1f")) () ")"))) () ")")) (+ "+") (number_literal "2")) () ")"))))) (; ";")) (expression_statement "puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a);" (assignment_expression "puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a)" (subscript_expression "puVar13[-2]" (identifier "puVar13") ([ "[") (number_literal "-2") (] "]")) (= "=") (pointer_expression "*(undefined1 *)(iVar5 + 0x2a)" (* "*") (cast_expression "(undefined1 *)(iVar5 + 0x2a)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x2a)" (( "(") (binary_expression "iVar5 + 0x2a" (identifier "iVar5") (+ "+") (number_literal "0x2a")) () ")"))))) (; ";")) (expression_statement "puVar13 = puVar13 + -2;" (assignment_expression "puVar13 = puVar13 + -2" (identifier "puVar13") (= "=") (binary_expression "puVar13 + -2" (identifier "puVar13") (+ "+") (number_literal "-2"))) (; ";")) (expression_statement "local_2c[0] = local_2c[0] + 2;" (assignment_expression "local_2c[0] = local_2c[0] + 2" (subscript_expression "local_2c[0]" (identifier "local_2c") ([ "[") (number_literal "0") (] "]")) (= "=") (binary_expression "local_2c[0] + 2" (subscript_expression "local_2c[0]" (identifier "local_2c") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "2"))) (; ";")) (} "}")))) (} "}"))) (} "}"))) (expression_statement "iVar5 = *(int *)(param_5 + 8);" (assignment_expression "iVar5 = *(int *)(param_5 + 8)" (identifier "iVar5") (= "=") (pointer_expression "*(int *)(param_5 + 8)" (* "*") (cast_expression "(int *)(param_5 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 8)" (( "(") (binary_expression "param_5 + 8" (identifier "param_5") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "puVar9 = puVar13;" (assignment_expression "puVar9 = puVar13" (identifier "puVar9") (= "=") (identifier "puVar13")) (; ";")) (if_statement "if (local_2c[0] < iVar5) {\n iVar2 = -(iVar5 + 7U & 0xfffffff8);\n puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;\n *(int **)((int)puVar15 + iVar2 + 8) = local_2c;\n iVar3 = local_3c;\n uVar10 = local_40;\n *(undefined1 **)((int)puVar15 + iVar2) = puVar9;\n FUN_001f1824(iVar3,uVar10,iVar5,param_5);\n }" (if "if") (parenthesized_expression "(local_2c[0] < iVar5)" (( "(") (binary_expression "local_2c[0] < iVar5" (subscript_expression "local_2c[0]" (identifier "local_2c") ([ "[") (number_literal "0") (] "]")) (< "<") (identifier "iVar5")) () ")")) (compound_statement "{\n iVar2 = -(iVar5 + 7U & 0xfffffff8);\n puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);\n *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;\n *(int **)((int)puVar15 + iVar2 + 8) = local_2c;\n iVar3 = local_3c;\n uVar10 = local_40;\n *(undefined1 **)((int)puVar15 + iVar2) = puVar9;\n FUN_001f1824(iVar3,uVar10,iVar5,param_5);\n }" ({ "{") (expression_statement "iVar2 = -(iVar5 + 7U & 0xfffffff8);" (assignment_expression "iVar2 = -(iVar5 + 7U & 0xfffffff8)" (identifier "iVar2") (= "=") (unary_expression "-(iVar5 + 7U & 0xfffffff8)" (- "-") (parenthesized_expression "(iVar5 + 7U & 0xfffffff8)" (( "(") (binary_expression "iVar5 + 7U & 0xfffffff8" (binary_expression "iVar5 + 7U" (identifier "iVar5") (+ "+") (number_literal "7U")) (& "&") (number_literal "0xfffffff8")) () ")")))) (; ";")) (expression_statement "puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10);" (assignment_expression "puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10)" (identifier "puVar9") (= "=") (cast_expression "(undefined1 *)((int)puVar15 + iVar2 + 0x10)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar15 + iVar2 + 0x10)" (( "(") (binary_expression "(int)puVar15 + iVar2 + 0x10" (binary_expression "(int)puVar15 + iVar2" (cast_expression "(int)puVar15" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar15")) (+ "+") (identifier "iVar2")) (+ "+") (number_literal "0x10")) () ")")))) (; ";")) (expression_statement "*(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13;" (assignment_expression "*(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13" (pointer_expression "*(undefined1 **)((int)puVar15 + iVar2 + 4)" (* "*") (cast_expression "(undefined1 **)((int)puVar15 + iVar2 + 4)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)puVar15 + iVar2 + 4)" (( "(") (binary_expression "(int)puVar15 + iVar2 + 4" (binary_expression "(int)puVar15 + iVar2" (cast_expression "(int)puVar15" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar15")) (+ "+") (identifier "iVar2")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "puVar13")) (; ";")) (expression_statement "*(int **)((int)puVar15 + iVar2 + 8) = local_2c;" (assignment_expression "*(int **)((int)puVar15 + iVar2 + 8) = local_2c" (pointer_expression "*(int **)((int)puVar15 + iVar2 + 8)" (* "*") (cast_expression "(int **)((int)puVar15 + iVar2 + 8)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)puVar15 + iVar2 + 8)" (( "(") (binary_expression "(int)puVar15 + iVar2 + 8" (binary_expression "(int)puVar15 + iVar2" (cast_expression "(int)puVar15" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar15")) (+ "+") (identifier "iVar2")) (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "local_2c")) (; ";")) (expression_statement "iVar3 = local_3c;" (assignment_expression "iVar3 = local_3c" (identifier "iVar3") (= "=") (identifier "local_3c")) (; ";")) (expression_statement "uVar10 = local_40;" (assignment_expression "uVar10 = local_40" (identifier "uVar10") (= "=") (identifier "local_40")) (; ";")) (expression_statement "*(undefined1 **)((int)puVar15 + iVar2) = puVar9;" (assignment_expression "*(undefined1 **)((int)puVar15 + iVar2) = puVar9" (pointer_expression "*(undefined1 **)((int)puVar15 + iVar2)" (* "*") (cast_expression "(undefined1 **)((int)puVar15 + iVar2)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)puVar15 + iVar2)" (( "(") (binary_expression "(int)puVar15 + iVar2" (cast_expression "(int)puVar15" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar15")) (+ "+") (identifier "iVar2")) () ")")))) (= "=") (identifier "puVar9")) (; ";")) (expression_statement "FUN_001f1824(iVar3,uVar10,iVar5,param_5);" (call_expression "FUN_001f1824(iVar3,uVar10,iVar5,param_5)" (identifier "FUN_001f1824") (argument_list "(iVar3,uVar10,iVar5,param_5)" (( "(") (identifier "iVar3") (, ",") (identifier "uVar10") (, ",") (identifier "iVar5") (, ",") (identifier "param_5") () ")"))) (; ";")) (} "}"))) (expression_statement "piVar4 = local_38;" (assignment_expression "piVar4 = local_38" (identifier "piVar4") (= "=") (identifier "local_38")) (; ";")) (expression_statement "cVar8 = (char)local_34;" (assignment_expression "cVar8 = (char)local_34" (identifier "cVar8") (= "=") (cast_expression "(char)local_34" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "local_34"))) (; ";")) (expression_statement "*(undefined4 *)(param_5 + 8) = 0;" (assignment_expression "*(undefined4 *)(param_5 + 8) = 0" (pointer_expression "*(undefined4 *)(param_5 + 8)" (* "*") (cast_expression "(undefined4 *)(param_5 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 8)" (( "(") (binary_expression "param_5 + 8" (identifier "param_5") (+ "+") (number_literal "8")) () ")")))) (= "=") (number_literal "0")) (; ";")) (if_statement "if (((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)) {\n cVar8 = '\x01';\n }" (if "if") (parenthesized_expression "(((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c))" (( "(") (binary_expression "((char)local_34 == '\0') &&\n (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)" (parenthesized_expression "((char)local_34 == '\0')" (( "(") (binary_expression "(char)local_34 == '\0'" (cast_expression "(char)local_34" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "local_34")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c)" (( "(") (comma_expression "local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c" (assignment_expression "local_3c = local_2c[0]" (identifier "local_3c") (= "=") (subscript_expression "local_2c[0]" (identifier "local_2c") ([ "[") (number_literal "0") (] "]"))) (, ",") (comma_expression "iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]),\n iVar5 != local_3c" (assignment_expression "iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0])" (identifier "iVar5") (= "=") (call_expression "(**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0])" (parenthesized_expression "(**(code **)(*local_38 + 0x30))" (( "(") (pointer_expression "**(code **)(*local_38 + 0x30)" (* "*") (pointer_expression "*(code **)(*local_38 + 0x30)" (* "*") (cast_expression "(code **)(*local_38 + 0x30)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*local_38 + 0x30)" (( "(") (binary_expression "*local_38 + 0x30" (pointer_expression "*local_38" (* "*") (identifier "local_38")) (+ "+") (number_literal "0x30")) () ")"))))) () ")")) (argument_list "(local_38,puVar9,local_2c[0])" (( "(") (identifier "local_38") (, ",") (identifier "puVar9") (, ",") (subscript_expression "local_2c[0]" (identifier "local_2c") ([ "[") (number_literal "0") (] "]")) () ")")))) (, ",") (binary_expression "iVar5 != local_3c" (identifier "iVar5") (!= "!=") (identifier "local_3c")))) () ")"))) () ")")) (compound_statement "{\n cVar8 = '\x01';\n }" ({ "{") (expression_statement "cVar8 = '\x01';" (assignment_expression "cVar8 = '\x01'" (identifier "cVar8") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (expression_statement "*param_1 = piVar4;" (assignment_expression "*param_1 = piVar4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "piVar4")) (; ";")) (expression_statement "*(char *)(param_1 + 1) = cVar8;" (assignment_expression "*(char *)(param_1 + 1) = cVar8" (pointer_expression "*(char *)(param_1 + 1)" (* "*") (cast_expression "(char *)(param_1 + 1)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")")))) (= "=") (identifier "cVar8")) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
/* WARNING: Heritage AFTER dead removal. Example location: r0 : 0x001f2020 */ /* WARNING: Restarted to delay deadcode elimination for space: register */ /* std::ostreambuf_iterator<char, std::char_traits<char> > std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::_M_insert_int<unsigned long>(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, unsigned long) const */ type_5 * var_5::num_put<var_2,std::ostreambuf_iterator<var_2,var_5::var_1<var_2>>>:: _M_insert_int<var_12> (type_5 *param_1, num_put<var_2,var_5::ostreambuf_iterator<var_2,var_5::var_1<var_2>>> *param_2,int *param_3, type_1 param_4,type_4 *var_7,byte param_6,type_1 var_18) { char cVar1; int var_14; num_put<var_2,var_5::ostreambuf_iterator<var_2,var_5::var_1<var_2>>> *this; int *piVar3; int var_10; char *pcVar5; type_1 uVar6; type_2 uVar7; type_2 *puVar8; type_1 var_8; type_1 var_9; type_1 var_17; type_2 *var_19; type_1 *puVar13; type_1 *puVar14; type_1 local_70 [4]; type_2 var_15 [18]; type_2 var_13 [8]; int var_20; type_1 local_40; num_put<var_2,var_5::ostreambuf_iterator<var_2,var_5::var_1<var_2>>> *local_3c; int *local_38; type_1 local_34; var_4<var_5::var_3<var_2>> a_Stack_30 [4]; int local_2c [2]; local_40 = (type_1)param_6; local_3c = param_2; local_38 = param_3; local_34 = param_4; var_10 = var_4<var_5::var_3<var_2>>::var_6() (a_Stack_30,(type_3 *)(var_7 + 0x6c)); var_8 = *(type_1 *)(var_7 + 0xc); puVar14 = local_70; puVar13 = local_70; var_9 = var_8 & 0x4a; var_17 = (type_1)(var_9 != 0x40 && var_9 != 8); var_20 = var_10 + 0x26; local_70[0] = var_17; local_2c[0] = var_11<var_2,var_12>(var_10,var_18,var_20,var_8); var_19 = var_13 + -local_2c[0]; if (*(char *)(var_10 + 0x10) != '\0') { var_14 = -(local_2c[0] * 2 + 9U & 0xfffffff8); puVar13 = (type_1 *)((int)local_70 + var_14); puVar14 = (type_1 *)((int)local_70 + var_14); cVar1 = *(char *)(var_10 + 0x25); uVar6 = *(type_1 *)(var_10 + 0xc); pcVar5 = *(char **)(var_10 + 8); *(type_2 **)((int)local_70 + var_14 + 8) = var_19; *(int **)((int)local_70 + var_14 + 0xc) = local_2c; *(type_4 **)((int)local_70 + var_14) = var_7; *(type_2 **)((int)local_70 + var_14 + 4) = var_15 + var_14; var_16(local_3c,pcVar5,uVar6,cVar1,*(type_4 **)((int)local_70 + var_14), *(char **)((int)local_70 + var_14 + 4),*(char **)((int)local_70 + var_14 + 8), *(int **)((int)local_70 + var_14 + 0xc)); var_19 = var_15 + var_14; } if (var_17 == 0) { if (var_18 != 0) { var_18 = 1; } puVar14 = puVar13; if ((var_18 & var_8 >> 9) != 0) { if (var_9 == 0x40) { var_19[-1] = *(type_2 *)(var_10 + 0x2a); local_2c[0] = local_2c[0] + 1; var_19 = var_19 + -1; } else { var_19[-1] = *(type_2 *)((var_20 - ((int)(var_8 << 0x11) >> 0x1f)) + 2); var_19[-2] = *(type_2 *)(var_10 + 0x2a); local_2c[0] = local_2c[0] + 2; var_19 = var_19 + -2; } } } var_10 = *(int *)(var_7 + 8); puVar8 = var_19; if (local_2c[0] < var_10) { var_14 = -(var_10 + 7U & 0xfffffff8); puVar8 = (type_2 *)((int)puVar14 + var_14 + 0x10); *(type_2 **)((int)puVar14 + var_14 + 4) = var_19; *(int **)((int)puVar14 + var_14 + 8) = local_2c; this = local_3c; var_8 = local_40; *(type_2 **)((int)puVar14 + var_14) = puVar8; var_21(this,(char)var_8,var_10,var_7,*(char **)((int)puVar14 + var_14), *(char **)((int)puVar14 + var_14 + 4),*(int **)((int)puVar14 + var_14 + 8)); } piVar3 = local_38; uVar7 = (type_2)local_34; *(type_5 *)(var_7 + 8) = 0; if (((local_34 & 0xff) == 0) && (local_3c = (num_put<var_2,var_5::ostreambuf_iterator<var_2,var_5::var_1<var_2>>> *)local_2c[0], var_10 = (**(code **)(*local_38 + 0x30))(local_38,puVar8,local_2c[0]), (num_put<var_2,var_5::ostreambuf_iterator<var_2,var_5::var_1<var_2>>> *)var_10 != local_3c)) { uVar7 = 1; } *param_1 = piVar3; *(type_2 *)(param_1 + 1) = uVar7; return param_1; }
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) 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: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (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: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (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: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (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: (identifier) right: (identifier))) (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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) 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: (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) (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (unary_expression argument: (subscript_expression argument: (identifier) index: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) right: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_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: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (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 (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: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (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))))) alternative: (else_clause (compound_statement (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: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal))))) 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: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (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))))))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) 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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) 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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (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)))) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (comma_expression left: (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))))) right: (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: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement (identifier)))))
undefined4 * MASKED(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5, byte param_6,uint param_7) { undefined1 uVar1; int iVar2; int iVar3; int *piVar4; int iVar5; undefined4 uVar6; undefined4 uVar7; char cVar8; undefined1 *puVar9; uint uVar10; uint uVar11; uint uVar12; undefined1 *puVar13; uint *puVar14; uint *puVar15; uint local_70 [4]; undefined1 auStack_5e [18]; undefined1 auStack_4c [8]; int local_44; uint local_40; int local_3c; int *local_38; undefined4 local_34; undefined1 auStack_30 [4]; int local_2c [2]; local_40 = (uint)param_6; local_3c = param_2; local_38 = param_3; local_34 = param_4; iVar5 = FUN_001f1a04(auStack_30,param_5 + 0x6c); uVar10 = *(uint *)(param_5 + 0xc); puVar15 = local_70; puVar14 = local_70; uVar11 = uVar10 & 0x4a; uVar12 = (uint)(uVar11 != 0x40 && uVar11 != 8); local_44 = iVar5 + 0x26; local_70[0] = uVar12; local_2c[0] = FUN_001f185c(auStack_4c,param_7,local_44,uVar10); puVar13 = auStack_4c + -local_2c[0]; if (*(char *)(iVar5 + 0x10) != '\0') { iVar2 = -(local_2c[0] * 2 + 9U & 0xfffffff8); puVar14 = (uint *)((int)local_70 + iVar2); puVar15 = (uint *)((int)local_70 + iVar2); uVar1 = *(undefined1 *)(iVar5 + 0x25); uVar7 = *(undefined4 *)(iVar5 + 0xc); uVar6 = *(undefined4 *)(iVar5 + 8); *(undefined1 **)((int)local_70 + iVar2 + 8) = puVar13; *(int **)((int)local_70 + iVar2 + 0xc) = local_2c; *(int *)((int)local_70 + iVar2) = param_5; *(undefined1 **)((int)local_70 + iVar2 + 4) = auStack_5e + iVar2; FUN_001f0714(local_3c,uVar6,uVar7,uVar1); puVar13 = auStack_5e + iVar2; } if (uVar12 == 0) { if (param_7 != 0) { param_7 = 1; } puVar15 = puVar14; if ((param_7 & uVar10 >> 9) != 0) { if (uVar11 == 0x40) { puVar13[-1] = *(undefined1 *)(iVar5 + 0x2a); puVar13 = puVar13 + -1; local_2c[0] = local_2c[0] + 1; } else { puVar13[-1] = *(undefined1 *)((local_44 - ((int)(uVar10 << 0x11) >> 0x1f)) + 2); puVar13[-2] = *(undefined1 *)(iVar5 + 0x2a); puVar13 = puVar13 + -2; local_2c[0] = local_2c[0] + 2; } } } iVar5 = *(int *)(param_5 + 8); puVar9 = puVar13; if (local_2c[0] < iVar5) { iVar2 = -(iVar5 + 7U & 0xfffffff8); puVar9 = (undefined1 *)((int)puVar15 + iVar2 + 0x10); *(undefined1 **)((int)puVar15 + iVar2 + 4) = puVar13; *(int **)((int)puVar15 + iVar2 + 8) = local_2c; iVar3 = local_3c; uVar10 = local_40; *(undefined1 **)((int)puVar15 + iVar2) = puVar9; FUN_001f1824(iVar3,uVar10,iVar5,param_5); } piVar4 = local_38; cVar8 = (char)local_34; *(undefined4 *)(param_5 + 8) = 0; if (((char)local_34 == '\0') && (local_3c = local_2c[0], iVar5 = (**(code **)(*local_38 + 0x30))(local_38,puVar9,local_2c[0]), iVar5 != local_3c)) { cVar8 = '\x01'; } *param_1 = piVar4; *(char *)(param_1 + 1) = cVar8; return param_1; }
84,960
99_paste_and_paste_strip.c
rpl_getopt_long
FUN_000160cc
int rpl_getopt_long(int argc,char **argv,char *options,rpl_option *long_options,int *opt_index) { int iVar1; iVar1 = rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,0); return iVar1; }
void FUN_000160cc(void) { FUN_00016008(); return; }
str lr,[sp,#-0x4]! sub sp,sp,#0x14 mov r12,#0x0 ldr lr,[sp,#0x18] str lr,[sp,#0x0] str r12,[sp,#0x8] str r12,[sp,#0x4] bl 0x00016008 add sp,sp,#0x14 ldr pc,[sp],#0x4
null
null
null
null
[('tmp_166', u'CALL_-1205968622'), ('const-0', u'CALL_-1205968622'), ('tmp_164', u'CALL_-1205968622'), ('tmp_163', u'CALL_-1205968622'), ('const-0', u'RETURN_-1205968591'), ('tmp_165', u'CALL_-1205968622'), ('const-0', u'CALL_-1205968622'), (u'CALL_-1205968622', u'RETURN_-1205968591'), ('tmp_167', u'CALL_-1205968622')]
[('const-0', u'RETURN_-1205968591')]
null
null
000160cc
arm
O2
(translation_unit "void FUN_000160cc(void)\n\n{\n FUN_00016008();\n return;\n}\n\n" (function_definition "void FUN_000160cc(void)\n\n{\n FUN_00016008();\n return;\n}" primitive_type (function_declarator "FUN_000160cc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00016008();\n return;\n}" { (expression_statement "FUN_00016008();" (call_expression "FUN_00016008()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "int rpl_getopt_long(int argc,char **argv,char *options,rpl_option *long_options,int *opt_index)\n\n{\n int iVar1;\n \n iVar1 = rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,0);\n return iVar1;\n}\n\n" (function_definition "int rpl_getopt_long(int argc,char **argv,char *options,rpl_option *long_options,int *opt_index)\n\n{\n int iVar1;\n \n iVar1 = rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,0);\n return iVar1;\n}" primitive_type (function_declarator "rpl_getopt_long(int argc,char **argv,char *options,rpl_option *long_options,int *opt_index)" identifier (parameter_list "(int argc,char **argv,char *options,rpl_option *long_options,int *opt_index)" ( (parameter_declaration "int argc" primitive_type identifier) , (parameter_declaration "char **argv" primitive_type (pointer_declarator "**argv" * (pointer_declarator "*argv" * identifier))) , (parameter_declaration "char *options" primitive_type (pointer_declarator "*options" * identifier)) , (parameter_declaration "rpl_option *long_options" type_identifier (pointer_declarator "*long_options" * identifier)) , (parameter_declaration "int *opt_index" primitive_type (pointer_declarator "*opt_index" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,0);\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,0);" (assignment_expression "iVar1 = rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,0)" identifier = (call_expression "rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,0)" identifier (argument_list "(argc,argv,options,long_options,opt_index,0,0)" ( identifier , identifier , identifier , identifier , identifier , number_literal , number_literal )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "void FUN_000160cc(void)\n\n{\n FUN_00016008();\n return;\n}\n\n" (function_definition "void FUN_000160cc(void)\n\n{\n FUN_00016008();\n return;\n}" primitive_type (function_declarator "FUN_000160cc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00016008();\n return;\n}" { (expression_statement "FUN_00016008();" (call_expression "FUN_00016008()" 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_000160cc(void)\n\n{\n FUN_00016008();\n return;\n}" (primitive_type "void") (function_declarator "FUN_000160cc(void)" (identifier "FUN_000160cc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_00016008();\n return;\n}" ({ "{") (expression_statement "FUN_00016008();" (call_expression "FUN_00016008()" (identifier "FUN_00016008") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
int function_1(int argc,char **argv,char *options,type_1 *long_options,int *opt_index) { int iVar1; iVar1 = var_1(argc,argv,options,long_options,opt_index,0,0); return iVar1; }
(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))))
void MASKED(void) { FUN_00016008(); return; }
98
132_truncate_and_truncate_strip.c
__ctype_get_mb_cur_max
__ctype_get_mb_cur_max
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t __ctype_get_mb_cur_max(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* __ctype_get_mb_cur_max@@GLIBC_2.4 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t __ctype_get_mb_cur_max(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206017934')]
[('const-1', u'RETURN_-1206017934')]
null
null
0002a068
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t __ctype_get_mb_cur_max(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "__ctype_get_mb_cur_max(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\nsize_t __ctype_get_mb_cur_max(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __ctype_get_mb_cur_max@@GLIBC_2.4 */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __ctype_get_mb_cur_max@@GLIBC_2.4 */\n halt_baddata();\n}" primitive_type (function_declarator "__ctype_get_mb_cur_max(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __ctype_get_mb_cur_max@@GLIBC_2.4 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t __ctype_get_mb_cur_max(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "__ctype_get_mb_cur_max(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 comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "__ctype_get_mb_cur_max(void)" (identifier "__ctype_get_mb_cur_max") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* __ctype_get_mb_cur_max@@GLIBC_2.4 */ var_1(); }
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
10,636
2176_openssl_and_openssl_strip.c
PEM_write_bio_SSL_SESSION
PEM_write_bio_SSL_SESSION
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int PEM_write_bio_SSL_SESSION(BIO *bp,SSL_SESSION *x) { /* WARNING: Bad instruction - Truncating control flow here */ /* PEM_write_bio_SSL_SESSION@@OPENSSL_1_1_0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int PEM_write_bio_SSL_SESSION(BIO *bp,SSL_SESSION *x) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206642658')]
[('const-1', u'RETURN_-1206642658')]
null
null
000b1814
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint PEM_write_bio_SSL_SESSION(BIO *bp,SSL_SESSION *x)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int PEM_write_bio_SSL_SESSION(BIO *bp,SSL_SESSION *x)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "PEM_write_bio_SSL_SESSION(BIO *bp,SSL_SESSION *x)" identifier (parameter_list "(BIO *bp,SSL_SESSION *x)" ( (parameter_declaration "BIO *bp" type_identifier (pointer_declarator "*bp" * identifier)) , (parameter_declaration "SSL_SESSION *x" type_identifier (pointer_declarator "*x" * 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 PEM_write_bio_SSL_SESSION(BIO *bp,SSL_SESSION *x)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* PEM_write_bio_SSL_SESSION@@OPENSSL_1_1_0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int PEM_write_bio_SSL_SESSION(BIO *bp,SSL_SESSION *x)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* PEM_write_bio_SSL_SESSION@@OPENSSL_1_1_0 */\n halt_baddata();\n}" primitive_type (function_declarator "PEM_write_bio_SSL_SESSION(BIO *bp,SSL_SESSION *x)" identifier (parameter_list "(BIO *bp,SSL_SESSION *x)" ( (parameter_declaration "BIO *bp" type_identifier (pointer_declarator "*bp" * identifier)) , (parameter_declaration "SSL_SESSION *x" type_identifier (pointer_declarator "*x" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* PEM_write_bio_SSL_SESSION@@OPENSSL_1_1_0 */\n halt_baddata();\n}" { comment 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 PEM_write_bio_SSL_SESSION(BIO *bp,SSL_SESSION *x)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int PEM_write_bio_SSL_SESSION(BIO *bp,SSL_SESSION *x)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "PEM_write_bio_SSL_SESSION(BIO *bp,SSL_SESSION *x)" identifier (parameter_list "(BIO *bp,SSL_SESSION *x)" ( (parameter_declaration "BIO *bp" type_identifier (pointer_declarator "*bp" * identifier)) , (parameter_declaration "SSL_SESSION *x" type_identifier (pointer_declarator "*x" * 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 comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int PEM_write_bio_SSL_SESSION(BIO *bp,SSL_SESSION *x)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "int") (function_declarator "PEM_write_bio_SSL_SESSION(BIO *bp,SSL_SESSION *x)" (identifier "PEM_write_bio_SSL_SESSION") (parameter_list "(BIO *bp,SSL_SESSION *x)" (( "(") (parameter_declaration "BIO *bp" (type_identifier "BIO") (pointer_declarator "*bp" (* "*") (identifier "bp"))) (, ",") (parameter_declaration "SSL_SESSION *x" (type_identifier "SSL_SESSION") (pointer_declarator "*x" (* "*") (identifier "x"))) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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 *bp,type_2 *x) { /* WARNING: Bad instruction - Truncating control flow here */ /* PEM_write_bio_SSL_SESSION@@OPENSSL_1_1_0 */ var_1(); }
(translation_unit (comment) (comment) (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 (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(BIO *bp,SSL_SESSION *x) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
73,565
62_sqlite3_and_sqlite3_strip.c
__errno_location
__errno_location
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * __errno_location(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)(); return piVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * __errno_location(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)(); return piVar1; }
adr r12,0x115504 add r12,r12,#0x34000 ldr pc,[r12,#0xa20]!
null
null
null
null
[('tmp_119', u'CAST_-1205971606'), (u'INDIRECT_-1205971611', u'COPY_-1205971670'), ('const-0', u'RETURN_-1205971678'), (u'CALLIND_-1205971681', u'INDIRECT_-1205971611'), (u'CAST_-1205971605', u'RETURN_-1205971678'), (u'CAST_-1205971606', u'CALLIND_-1205971681'), (u'CALLIND_-1205971681', u'CAST_-1205971605')]
[('tmp_119', u'CAST_-1205971606'), (u'INDIRECT_-1205971611', u'COPY_-1205971670'), ('const-0', u'RETURN_-1205971678'), (u'CALLIND_-1205971681', u'INDIRECT_-1205971611'), (u'CAST_-1205971605', u'RETURN_-1205971678'), (u'CAST_-1205971606', u'CALLIND_-1205971681'), (u'CALLIND_-1205971681', u'CAST_-1205971605')]
null
null
000154fc
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();\n return piVar1;\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_00149f24)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_00149f24)()" (parenthesized_expression "(*(code *)PTR___errno_location_00149f24)" ( (pointer_expression "*(code *)PTR___errno_location_00149f24" * (cast_expression "(code *)PTR___errno_location_00149f24" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return piVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();\n return piVar1;\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_00149f24)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_00149f24)()" (parenthesized_expression "(*(code *)PTR___errno_location_00149f24)" ( (pointer_expression "*(code *)PTR___errno_location_00149f24" * (cast_expression "(code *)PTR___errno_location_00149f24" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return piVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();\n return piVar1;\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_00149f24)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_00149f24)()" (parenthesized_expression "(*(code *)PTR___errno_location_00149f24)" ( (pointer_expression "*(code *)PTR___errno_location_00149f24" * (cast_expression "(code *)PTR___errno_location_00149f24" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return piVar1;" return identifier ;) })))
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();\n return piVar1;\n}" (primitive_type "int") (pointer_declarator "* __errno_location(void)" (* "*") (function_declarator "__errno_location(void)" (identifier "__errno_location") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();\n return piVar1;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00149f24)()" (identifier "piVar1") (= "=") (cast_expression "(int *)(*(code *)PTR___errno_location_00149f24)()" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR___errno_location_00149f24)()" (parenthesized_expression "(*(code *)PTR___errno_location_00149f24)" (( "(") (pointer_expression "*(code *)PTR___errno_location_00149f24" (* "*") (cast_expression "(code *)PTR___errno_location_00149f24" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___errno_location_00149f24"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return piVar1;" (return "return") (identifier "piVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * function_1(void) { int *piVar1; piVar1 = (int *)(*(type_1 *)PTR___errno_location_00149f24)(); return piVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (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)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * MASKED(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR_MASKED_00149f24)(); return piVar1; }
74,461
232_realpath_and_realpath_strip.c
abort
abort
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void abort(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* abort@@GLIBC_2.4 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void abort(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206009582')]
[('const-1', u'RETURN_-1206009582')]
null
null
0002c108
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid abort(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void abort(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "abort(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\nvoid abort(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* abort@@GLIBC_2.4 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void abort(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* abort@@GLIBC_2.4 */\n halt_baddata();\n}" primitive_type (function_declarator "abort(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* abort@@GLIBC_2.4 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid abort(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void abort(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "abort(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 comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void abort(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "abort(void)" (identifier "abort") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* abort@@GLIBC_2.4 */ var_1(); }
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
15,110
97_users_and_users_strip.c
rpl_getopt_long
FUN_00015534
int rpl_getopt_long(int argc,char **argv,char *options,rpl_option *long_options,int *opt_index) { int iVar1; iVar1 = rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,0); return iVar1; }
void FUN_00015534(void) { FUN_00015470(); return; }
str lr,[sp,#-0x4]! sub sp,sp,#0x14 mov r12,#0x0 ldr lr,[sp,#0x18] str lr,[sp,#0x0] str r12,[sp,#0x8] str r12,[sp,#0x4] bl 0x00015470 add sp,sp,#0x14 ldr pc,[sp],#0x4
null
null
null
null
[('tmp_167', u'CALL_-1205971590'), ('const-0', u'RETURN_-1205971559'), ('const-0', u'CALL_-1205971590'), ('tmp_165', u'CALL_-1205971590'), (u'CALL_-1205971590', u'RETURN_-1205971559'), ('tmp_163', u'CALL_-1205971590'), ('tmp_166', u'CALL_-1205971590'), ('tmp_164', u'CALL_-1205971590'), ('const-0', u'CALL_-1205971590')]
[('const-0', u'RETURN_-1205971559')]
null
null
00015534
arm
O2
(translation_unit "void FUN_00015534(void)\n\n{\n FUN_00015470();\n return;\n}\n\n" (function_definition "void FUN_00015534(void)\n\n{\n FUN_00015470();\n return;\n}" primitive_type (function_declarator "FUN_00015534(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00015470();\n return;\n}" { (expression_statement "FUN_00015470();" (call_expression "FUN_00015470()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "int rpl_getopt_long(int argc,char **argv,char *options,rpl_option *long_options,int *opt_index)\n\n{\n int iVar1;\n \n iVar1 = rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,0);\n return iVar1;\n}\n\n" (function_definition "int rpl_getopt_long(int argc,char **argv,char *options,rpl_option *long_options,int *opt_index)\n\n{\n int iVar1;\n \n iVar1 = rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,0);\n return iVar1;\n}" primitive_type (function_declarator "rpl_getopt_long(int argc,char **argv,char *options,rpl_option *long_options,int *opt_index)" identifier (parameter_list "(int argc,char **argv,char *options,rpl_option *long_options,int *opt_index)" ( (parameter_declaration "int argc" primitive_type identifier) , (parameter_declaration "char **argv" primitive_type (pointer_declarator "**argv" * (pointer_declarator "*argv" * identifier))) , (parameter_declaration "char *options" primitive_type (pointer_declarator "*options" * identifier)) , (parameter_declaration "rpl_option *long_options" type_identifier (pointer_declarator "*long_options" * identifier)) , (parameter_declaration "int *opt_index" primitive_type (pointer_declarator "*opt_index" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,0);\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,0);" (assignment_expression "iVar1 = rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,0)" identifier = (call_expression "rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,0)" identifier (argument_list "(argc,argv,options,long_options,opt_index,0,0)" ( identifier , identifier , identifier , identifier , identifier , number_literal , number_literal )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "void FUN_00015534(void)\n\n{\n FUN_00015470();\n return;\n}\n\n" (function_definition "void FUN_00015534(void)\n\n{\n FUN_00015470();\n return;\n}" primitive_type (function_declarator "FUN_00015534(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00015470();\n return;\n}" { (expression_statement "FUN_00015470();" (call_expression "FUN_00015470()" 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_00015534(void)\n\n{\n FUN_00015470();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00015534(void)" (identifier "FUN_00015534") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_00015470();\n return;\n}" ({ "{") (expression_statement "FUN_00015470();" (call_expression "FUN_00015470()" (identifier "FUN_00015470") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
int function_1(int argc,char **argv,char *options,type_1 *long_options,int *opt_index) { int iVar1; iVar1 = var_1(argc,argv,options,long_options,opt_index,0,0); return iVar1; }
(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))))
void MASKED(void) { FUN_00015470(); return; }
16,510
210_arm-linux-gnueabi-nm_and_arm-linux-gnueabi-nm_strip.c
fopen64
fopen64
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ FILE * fopen64(char *__filename,char *__modes) { /* WARNING: Bad instruction - Truncating control flow here */ /* fopen64@@GLIBC_2.4 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ FILE * fopen64(char *__filename,char *__modes) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206021826')]
[('const-1', u'RETURN_-1206021826')]
null
null
00029134
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nFILE * fopen64(char *__filename,char *__modes)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "FILE * fopen64(char *__filename,char *__modes)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" type_identifier (pointer_declarator "* fopen64(char *__filename,char *__modes)" * (function_declarator "fopen64(char *__filename,char *__modes)" identifier (parameter_list "(char *__filename,char *__modes)" ( (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "char *__modes" primitive_type (pointer_declarator "*__modes" * 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\nFILE * fopen64(char *__filename,char *__modes)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fopen64@@GLIBC_2.4 */\n halt_baddata();\n}\n\n" comment comment (function_definition "FILE * fopen64(char *__filename,char *__modes)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fopen64@@GLIBC_2.4 */\n halt_baddata();\n}" type_identifier (pointer_declarator "* fopen64(char *__filename,char *__modes)" * (function_declarator "fopen64(char *__filename,char *__modes)" identifier (parameter_list "(char *__filename,char *__modes)" ( (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "char *__modes" primitive_type (pointer_declarator "*__modes" * identifier)) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fopen64@@GLIBC_2.4 */\n halt_baddata();\n}" { comment 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\nFILE * fopen64(char *__filename,char *__modes)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "FILE * fopen64(char *__filename,char *__modes)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" type_identifier (pointer_declarator "* fopen64(char *__filename,char *__modes)" * (function_declarator "fopen64(char *__filename,char *__modes)" identifier (parameter_list "(char *__filename,char *__modes)" ( (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "char *__modes" primitive_type (pointer_declarator "*__modes" * 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 comment comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "FILE * fopen64(char *__filename,char *__modes)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (type_identifier "FILE") (pointer_declarator "* fopen64(char *__filename,char *__modes)" (* "*") (function_declarator "fopen64(char *__filename,char *__modes)" (identifier "fopen64") (parameter_list "(char *__filename,char *__modes)" (( "(") (parameter_declaration "char *__filename" (primitive_type "char") (pointer_declarator "*__filename" (* "*") (identifier "__filename"))) (, ",") (parameter_declaration "char *__modes" (primitive_type "char") (pointer_declarator "*__modes" (* "*") (identifier "__modes"))) () ")")))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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(char *__filename,char *__modes) { /* WARNING: Bad instruction - Truncating control flow here */ /* fopen64@@GLIBC_2.4 */ var_1(); }
(translation_unit (comment) (comment) (function_definition type: (type_identifier) 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)))))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ FILE * MASKED(char *__filename,char *__modes) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
37,376
76_arm-linux-gnueabi-size_and_arm-linux-gnueabi-size_strip.c
call_weak_fn
FUN_00011928
void call_weak_fn(void) { if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) { return; } (*(code *)PTR___gmon_start___0002509c)(); return; }
void FUN_00011928(void) { if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) { return; } (*(code *)PTR___gmon_start___0002509c)(); return; }
adr r12,0x110d0 add r12,r12,#0x13000 ldr pc,[r12,#0xfcc]! ldr r3,[0x11944] ldr r2,[0x11948] add r3,pc,r3 ldr r2,[r3,r2] cmp r2,#0x0 bxeq lr b 0x000110c8
null
null
null
null
[(u'INDIRECT_-1205989027', u'COPY_-1205989085'), (u'INT_ADD_-1205986992', u'CAST_-1205986869'), (u'CAST_-1205989016', u'CALLIND_-1205989106'), (u'INDIRECT_-1205989030', u'COPY_-1205989088'), ('const-0', u'RETURN_-1205989103'), ('tmp_254', u'COPY_-1205986927'), ('tmp_252', u'COPY_-1205986933'), ('tmp_253', u'INT_ADD_-1205986992'), (u'CAST_-1205986869', u'LOAD_-1205987008'), (u'CALLIND_-1205989106', u'INDIRECT_-1205989024'), ('tmp_252', u'INT_ADD_-1205986999'), ('const-0', u'RETURN_-1205986969'), (u'CALLIND_-1205989106', u'INDIRECT_-1205989027'), (u'INDIRECT_-1205989024', u'COPY_-1205989082'), (u'INT_ADD_-1205986999', u'INT_ADD_-1205986992'), ('tmp_78', u'CBRANCH_-1205986979'), (u'LOAD_-1205987008', u'INT_EQUAL_-1205986983'), (u'CALLIND_-1205989106', u'INDIRECT_-1205989030'), ('tmp_253', u'COPY_-1205986930'), ('const-0', u'INT_EQUAL_-1205986983'), (u'INT_EQUAL_-1205986983', u'CBRANCH_-1205986979'), ('const-71992', u'INT_ADD_-1205986999'), ('tmp_254', u'CAST_-1205989016'), ('const-417', u'LOAD_-1205987008')]
[(u'INDIRECT_-1205989027', u'COPY_-1205989085'), (u'INT_ADD_-1205986992', u'CAST_-1205986869'), (u'CAST_-1205989016', u'CALLIND_-1205989106'), (u'INDIRECT_-1205989030', u'COPY_-1205989088'), ('const-0', u'RETURN_-1205989103'), ('tmp_254', u'COPY_-1205986927'), ('tmp_252', u'COPY_-1205986933'), ('tmp_253', u'INT_ADD_-1205986992'), (u'CAST_-1205986869', u'LOAD_-1205987008'), (u'CALLIND_-1205989106', u'INDIRECT_-1205989024'), ('tmp_252', u'INT_ADD_-1205986999'), ('const-0', u'RETURN_-1205986969'), (u'CALLIND_-1205989106', u'INDIRECT_-1205989027'), (u'INDIRECT_-1205989024', u'COPY_-1205989082'), (u'INT_ADD_-1205986999', u'INT_ADD_-1205986992'), ('tmp_78', u'CBRANCH_-1205986979'), (u'LOAD_-1205987008', u'INT_EQUAL_-1205986983'), (u'CALLIND_-1205989106', u'INDIRECT_-1205989030'), ('tmp_253', u'COPY_-1205986930'), ('const-0', u'INT_EQUAL_-1205986983'), (u'INT_EQUAL_-1205986983', u'CBRANCH_-1205986979'), ('const-71992', u'INT_ADD_-1205986999'), ('tmp_254', u'CAST_-1205989016'), ('const-417', u'LOAD_-1205987008')]
null
null
00011928
arm
O2
(translation_unit "void FUN_00011928(void)\n\n{\n if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }\n (*(code *)PTR___gmon_start___0002509c)();\n return;\n}\n\n" (function_definition "void FUN_00011928(void)\n\n{\n if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }\n (*(code *)PTR___gmon_start___0002509c)();\n return;\n}" primitive_type (function_declarator "FUN_00011928(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }\n (*(code *)PTR___gmon_start___0002509c)();\n return;\n}" { (if_statement "if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }" if (parenthesized_expression "(*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0)" ( (binary_expression "*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0" (pointer_expression "*(int *)(DAT_00011944 + 0x11938 + DAT_00011948)" * (cast_expression "(int *)(DAT_00011944 + 0x11938 + DAT_00011948)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00011944 + 0x11938 + DAT_00011948)" ( (binary_expression "DAT_00011944 + 0x11938 + DAT_00011948" (binary_expression "DAT_00011944 + 0x11938" identifier + number_literal) + identifier) )))) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "(*(code *)PTR___gmon_start___0002509c)();" (call_expression "(*(code *)PTR___gmon_start___0002509c)()" (parenthesized_expression "(*(code *)PTR___gmon_start___0002509c)" ( (pointer_expression "*(code *)PTR___gmon_start___0002509c" * (cast_expression "(code *)PTR___gmon_start___0002509c" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void call_weak_fn(void)\n\n{\n if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }\n (*(code *)PTR___gmon_start___0002509c)();\n return;\n}\n\n" (function_definition "void call_weak_fn(void)\n\n{\n if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }\n (*(code *)PTR___gmon_start___0002509c)();\n return;\n}" primitive_type (function_declarator "call_weak_fn(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }\n (*(code *)PTR___gmon_start___0002509c)();\n return;\n}" { (if_statement "if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }" if (parenthesized_expression "(*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0)" ( (binary_expression "*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0" (pointer_expression "*(int *)(DAT_00011944 + 0x11938 + DAT_00011948)" * (cast_expression "(int *)(DAT_00011944 + 0x11938 + DAT_00011948)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00011944 + 0x11938 + DAT_00011948)" ( (binary_expression "DAT_00011944 + 0x11938 + DAT_00011948" (binary_expression "DAT_00011944 + 0x11938" identifier + number_literal) + identifier) )))) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "(*(code *)PTR___gmon_start___0002509c)();" (call_expression "(*(code *)PTR___gmon_start___0002509c)()" (parenthesized_expression "(*(code *)PTR___gmon_start___0002509c)" ( (pointer_expression "*(code *)PTR___gmon_start___0002509c" * (cast_expression "(code *)PTR___gmon_start___0002509c" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00011928(void)\n\n{\n if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }\n (*(code *)PTR___gmon_start___0002509c)();\n return;\n}\n\n" (function_definition "void FUN_00011928(void)\n\n{\n if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }\n (*(code *)PTR___gmon_start___0002509c)();\n return;\n}" primitive_type (function_declarator "FUN_00011928(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }\n (*(code *)PTR___gmon_start___0002509c)();\n return;\n}" { (if_statement "if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }" if (parenthesized_expression "(*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0)" ( (binary_expression "*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0" (pointer_expression "*(int *)(DAT_00011944 + 0x11938 + DAT_00011948)" * (cast_expression "(int *)(DAT_00011944 + 0x11938 + DAT_00011948)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00011944 + 0x11938 + DAT_00011948)" ( (binary_expression "DAT_00011944 + 0x11938 + DAT_00011948" (binary_expression "DAT_00011944 + 0x11938" identifier + number_literal) + identifier) )))) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "(*(code *)PTR___gmon_start___0002509c)();" (call_expression "(*(code *)PTR___gmon_start___0002509c)()" (parenthesized_expression "(*(code *)PTR___gmon_start___0002509c)" ( (pointer_expression "*(code *)PTR___gmon_start___0002509c" * (cast_expression "(code *)PTR___gmon_start___0002509c" ( (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 { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) == LIT) )) (compound_statement { (return_statement return ;) })) (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_00011928(void)\n\n{\n if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }\n (*(code *)PTR___gmon_start___0002509c)();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00011928(void)" (identifier "FUN_00011928") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }\n (*(code *)PTR___gmon_start___0002509c)();\n return;\n}" ({ "{") (if_statement "if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) {\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0)" (( "(") (binary_expression "*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0" (pointer_expression "*(int *)(DAT_00011944 + 0x11938 + DAT_00011948)" (* "*") (cast_expression "(int *)(DAT_00011944 + 0x11938 + DAT_00011948)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00011944 + 0x11938 + DAT_00011948)" (( "(") (binary_expression "DAT_00011944 + 0x11938 + DAT_00011948" (binary_expression "DAT_00011944 + 0x11938" (identifier "DAT_00011944") (+ "+") (number_literal "0x11938")) (+ "+") (identifier "DAT_00011948")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "(*(code *)PTR___gmon_start___0002509c)();" (call_expression "(*(code *)PTR___gmon_start___0002509c)()" (parenthesized_expression "(*(code *)PTR___gmon_start___0002509c)" (( "(") (pointer_expression "*(code *)PTR___gmon_start___0002509c" (* "*") (cast_expression "(code *)PTR___gmon_start___0002509c" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___gmon_start___0002509c"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { if (*(int *)(var_1 + 0x11938 + var_2) == 0) { return; } (*(type_1 *)PTR___gmon_start___0002509c)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))) right: (number_literal))) consequence: (compound_statement (return_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))))
void MASKED(void) { if (*(int *)(DAT_00011944 + 0x11938 + DAT_00011948) == 0) { return; } (*(code *)PTR___gmon_start___0002509c)(); return; }
34,088
1657_arm-linux-gnueabi-dwp_and_arm-linux-gnueabi-dwp_strip.c
set_needs_dynsym_index
FUN_000f78fc
/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */ /* WARNING: Struct "Output_section": ignoring overlapping field "name_" */ /* DWARF original prototype: void set_needs_dynsym_index(Output_reloc<9,_true,_64,_false> * this) */ void __thiscall gold::Output_reloc<9,_true,_64,_false>::set_needs_dynsym_index (Output_reloc<9,_true,_64,_false> *this) { byte bVar1; int *piVar2; _func_int_varargs *p_Var3; uint uVar4; int iVar5; iVar5 = DAT_000f7ad0 + 0xf7914; if ((this->field_0x17 & 0x20) != 0) { return; } uVar4 = this->local_sym_index_; if (uVar4 == 0xfffffffd) { return; } if (uVar4 < 0xfffffffe) { if (uVar4 == 0) { return; } if (uVar4 == 0xfffffffc) { /* WARNING: Subroutine does not return */ do_gold_unreachable((char *)(DAT_000f7aec + 0xf7a74),DAT_000f7af0, (char *)(DAT_000f7ae8 + 0xf86c8)); } } else { if (uVar4 == 0xfffffffe) { *(byte *)&(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length = (byte)(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length | 2; return; } if (uVar4 == 0xffffffff) { *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) = *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) | 0x40; return; } } p_Var3 = (((this->u1_).relobj)->super_Relobj).super_Object._vptr_Object[0x3b]; if ((p_Var3 == *(_func_int_varargs **)(iVar5 + DAT_000f7ad4)) || (piVar2 = (int *)(*p_Var3)(), piVar2 == (int *)0x0)) { /* WARNING: Subroutine does not return */ do_gold_unreachable((char *)(DAT_000f7adc + 0xf7994),DAT_000f7ae0, (char *)(DAT_000f7ad8 + 0xf85e8)); } if ((this->field_0x17 & 0x40) != 0) { if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar5 + DAT_000f7ae4)) { if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar4) { /* WARNING: Subroutine does not return */ do_gold_unreachable((char *)(DAT_000f7af8 + 0xf7a90),DAT_000f7afc, (char *)(DAT_000f7af4 + 0xf7be8)); } iVar5 = *(int *)(piVar2[0xe] + uVar4 * 4); } else { iVar5 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar4); } *(byte *)(iVar5 + 0x98) = *(byte *)(iVar5 + 0x98) | 2; return; } if (uVar4 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) { iVar5 = piVar2[0x3a] + uVar4 * 0x18; bVar1 = *(byte *)(iVar5 + 0xb) >> 4; if ((bVar1 & 1) != 0) { /* WARNING: Subroutine does not return */ do_gold_unreachable((char *)(DAT_000f7b04 + 0xf7ab0),DAT_000f7b08, (char *)(DAT_000f7b00 + 0xf8318)); } *(uint *)(iVar5 + 4) = bVar1 & 1; return; } /* WARNING: Subroutine does not return */ do_gold_unreachable((char *)((int)&DAT_000f7ad0 + DAT_000f7b10),DAT_000f7b14, (char *)(DAT_000f7b0c + 0xf8318)); }
void FUN_000f78fc(int *param_1) { byte bVar1; int *piVar2; uint uVar3; int iVar4; iVar4 = DAT_000f7ad0 + 0xf7914; if ((*(byte *)((int)param_1 + 0x17) & 0x20) != 0) { return; } uVar3 = param_1[4]; if (uVar3 == 0xfffffffd) { return; } if (uVar3 < 0xfffffffe) { if (uVar3 == 0) { return; } if (uVar3 == 0xfffffffc) { /* WARNING: Subroutine does not return */ FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8); } } else { if (uVar3 == 0xfffffffe) { *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2; return; } if (uVar3 == 0xffffffff) { *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40; return; } } if ((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) || (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)) { /* WARNING: Subroutine does not return */ FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8); } if ((*(byte *)((int)param_1 + 0x17) & 0x40) != 0) { if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) { if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) { /* WARNING: Subroutine does not return */ FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8); } iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4); } else { iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3); } *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2; return; } if (uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) { iVar4 = piVar2[0x3a] + uVar3 * 0x18; bVar1 = *(byte *)(iVar4 + 0xb) >> 4; if ((bVar1 & 1) != 0) { /* WARNING: Subroutine does not return */ FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00); } *(uint *)(iVar4 + 4) = bVar1 & 1; return; } /* WARNING: Subroutine does not return */ FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c); }
ldrb r3,[r0,#0x17] stmdb sp!,{r4,r5,r6,lr} ldr r6,[0xf7ad0] tst r3,#0x20 add r6,pc,r6 ldmiane sp!,{r4,r5,r6,pc} ldr r5,[r0,#0x10] cmn r5,#0x3 ldmiaeq sp!,{r4,r5,r6,pc} cpy r4,r0 bls 0x000f794c cmn r5,#0x2 beq 0x000f7994 cmn r5,#0x1 bne 0x000f795c ldr r2,[r0,#0x0] ldrb r3,[r2,#0x2a] orr r3,r3,#0x40 strb r3,[r2,#0x2a] ldmia sp!,{r4,r5,r6,pc} cmp r5,#0x0 ldmiaeq sp!,{r4,r5,r6,pc} cmn r5,#0x4 beq 0x000f7a58 ldr r0,[r4,#0x0] ldr r3,[0xf7ad4] ldr r1,[r0,#0x0] ldr r2,[r6,r3] ldr r3,[r1,#0xec] cmp r3,r2 bne 0x000f79a8 ldr r2,[0xf7ad8] ldr r0,[0xf7adc] add r2,pc,r2 ldr r1,[0xf7ae0] add r2,r2,#0xc60 add r0,pc,r0 bl 0x0005f640 ldr r2,[r0,#0x0] ldrb r3,[r2,#0x98] orr r3,r3,#0x2 strb r3,[r2,#0x98] ldmia sp!,{r4,r5,r6,pc} blx r3 subs r2,r0,#0x0 beq 0x000f7978 ldrb r3,[r4,#0x17] tst r3,#0x40 beq 0x000f7a00 ldr r1,[r2,#0x0] ldr r3,[0xf7ae4] ldr r4,[r1,#0x60] ldr r3,[r6,r3] cmp r4,r3 bne 0x000f7a4c ldr r1,[r2,#0x38] ldr r3,[r2,#0x3c] sub r3,r3,r1 cmp r5,r3, asr #0x2 ldrcc r0,[r1,r5,lsl #0x2] bcs 0x000f7a74 ldrb r3,[r0,#0x98] orr r3,r3,#0x2 strb r3,[r0,#0x98] ldmia sp!,{r4,r5,r6,pc} ldr r0,[r2,#0xe8] ldr r2,[r2,#0xec] sub r2,r2,r0 mov r2,r2, asr #0x3 add r3,r2,r2, lsl #0x2 add r3,r3,r3, lsl #0x4 add r3,r3,r3, lsl #0x8 add r3,r3,r3, lsl #0x10 add r3,r2,r3, lsl #0x1 cmp r5,r3 bcs 0x000f7ab0 add r5,r5,r5, lsl #0x1 add r0,r0,r5, lsl #0x3 ldrb r3,[r0,#0xb] mov r3,r3, lsr #0x4 ands r3,r3,#0x1 bne 0x000f7a90 str r3,[r0,#0x4] ldmia sp!,{r4,r5,r6,pc} cpy r1,r5 blx r4 b 0x000f79f0 ldr r2,[0xf7ae8] ldr r0,[0xf7aec] add r2,pc,r2 ldr r1,[0xf7af0] add r2,r2,#0xc60 add r0,pc,r0 bl 0x0005f640 ldr r2,[0xf7af4] ldr r0,[0xf7af8] add r2,pc,r2 ldr r1,[0xf7afc] add r2,r2,#0x164 add r0,pc,r0 bl 0x0005f640 ldr r2,[0xf7b00] ldr r0,[0xf7b04] add r2,pc,r2 add r2,r2,#0x870 ldr r1,[0xf7b08] add r2,r2,#0x8 add r0,pc,r0 bl 0x0005f640 ldr r2,[0xf7b0c] ldr r0,[0xf7b10] add r2,pc,r2 add r2,r2,#0x850 ldr r1,[0xf7b14] add r2,r2,#0x8 add r0,pc,r0 bl 0x0005f640
null
null
null
null
[(u'CALL_-1206878912', u'INDIRECT_-1206878406'), (u'CALL_-1206878886', u'INDIRECT_-1206878225'), (u'INDIRECT_-1206878793', u'COPY_-1206878849'), (u'CALL_-1206878912', u'INDIRECT_-1206878331'), ('const-2', u'INT_OR_-1206878744'), (u'LOAD_-1206879356', u'INT_ADD_-1206879194'), (u'STORE_-1206879155', u'INDIRECT_-1206878398'), ('const-59', u'PTRADD_-1206878294'), (u'STORE_-1206879194', u'INDIRECT_-1206878336'), (u'INDIRECT_-1206878223', u'COPY_-1206878287'), ('const-417', u'LOAD_-1206879495'), (u'INDIRECT_-1206878167', u'COPY_-1206878220'), (u'STORE_-1206879781', u'INDIRECT_-1206878456'), (u'INDIRECT_-1206878586', u'COPY_-1206878648'), ('const-23', u'PTRSUB_-1206878255'), ('const-0', u'RETURN_-1206879168'), (u'CALL_-1206878989', u'INDIRECT_-1206878112'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878528'), (u'INDIRECT_-1206878292', u'COPY_-1206878345'), (u'CALL_-1206878886', u'INDIRECT_-1206878400'), ('tmp_4175', u'COPY_-1206878892'), (u'LOAD_-1206879922', u'INT_MULT_-1206879429'), (u'CALL_-1206878912', u'INDIRECT_-1206878256'), (u'INDIRECT_-1206878431', u'COPY_-1206878497'), (u'INDIRECT_-1206878711', u'COPY_-1206878773'), (u'INDIRECT_-1206878424', u'CALL_-1206878989'), ('const-64', u'INT_OR_-1206878934'), ('const-417', u'LOAD_-1206879225'), ('const-417', u'LOAD_-1206879730'), ('const-15', u'PTRADD_-1206878214'), (u'LOAD_-1206879922', u'INT_MULT_-1206879184'), (u'INDIRECT_-1206878431', u'COPY_-1206878478'), ('tmp_4177', u'COPY_-1206878781'), (u'PTRSUB_-1206878337', u'LOAD_-1206879812'), (u'INT_EQUAL_-1206879699', u'CBRANCH_-1206879695'), ('const-152', u'INT_ADD_-1206879407'), (u'STORE_-1206879155', u'INDIRECT_-1206878273'), (u'STORE_-1206879781', u'INDIRECT_-1206878431'), (u'INDIRECT_-1206878624', u'MULTIEQUAL_-1206878531'), ('tmp_4176', u'COPY_-1206878880'), ('const-1016600', u'INT_ADD_-1206878919'), (u'LOAD_-1206879922', u'INT_LESSEQUAL_-1206879461'), ('tmp_4172', u'COPY_-1206878967'), ('const-2', u'INT_ADD_-1206878396'), ('const-152', u'INT_ADD_-1206879430'), ('tmp_4185', u'MULTIEQUAL_-1206878475'), (u'INT_ADD_-1206879935', u'INT_ADD_-1206879708'), (u'STORE_-1206879421', u'INDIRECT_-1206878650'), ('const-4', u'PTRSUB_-1206878243'), (u'INDIRECT_-1206878574', u'MULTIEQUAL_-1206878481'), (u'LOAD_-1206879225', u'PTRADD_-1206878263'), (u'INDIRECT_-1206878681', u'COPY_-1206878747'), (u'LOAD_-1206879501', u'INT_ADD_-1206879441'), (u'INT_LESSEQUAL_-1206879461', u'CBRANCH_-1206879457'), ('const-1', u'INT_AND_-1206878665'), (u'INDIRECT_-1206878611', u'COPY_-1206878673'), ('const-417', u'LOAD_-1206879219'), (u'STORE_-1206879421', u'INDIRECT_-1206878450'), (u'INDIRECT_-1206878217', u'COPY_-1206878270'), (u'INT_RIGHT_-1206878667', u'INT_ZEXT_-1206879178'), (u'CALL_-1206879634', u'INDIRECT_-1206878568'), ('tmp_4178', u'INT_ADD_-1206878893'), (u'INDIRECT_-1206878603', u'MULTIEQUAL_-1206878681'), (u'INDIRECT_-1206878336', u'COPY_-1206878398'), (u'INDIRECT_-1206878349', u'MULTIEQUAL_-1206878375'), ('const-2', u'INT_OR_-1206878838'), (u'MULTIEQUAL_-1206878906', u'INT_ADD_-1206879430'), (u'INDIRECT_-1206878525', u'COPY_-1206878567'), (u'INT_ADD_-1206878396', u'CAST_-1206878333'), (u'INDIRECT_-1206878417', u'COPY_-1206878470'), ('tmp_4175', u'COPY_-1206878905'), (u'INT_LESS_-1206879237', u'CBRANCH_-1206879234'), (u'INT_ZEXT_-1206879178', u'INT_AND_-1206879151'), (u'CALL_-1206879223', u'INDIRECT_-1206878542'), ('tmp_4179', u'COPY_-1206878805'), (u'STORE_-1206879421', u'INDIRECT_-1206878400'), (u'INT_SRIGHT_-1206879447', u'CAST_-1206878155'), (u'LOAD_-1206879730', u'PTRADD_-1206878294'), (u'INDIRECT_-1206878486', u'COPY_-1206878548'), (u'LOAD_-1206879356', u'INT_SUB_-1206879324'), ('const-0', u'RETURN_-1206879129'), (u'STORE_-1206879781', u'INDIRECT_-1206878706'), (u'PTRADD_-1206878274', u'PTRSUB_-1206878272'), (u'CAST_-1206878333', u'LOAD_-1206879806'), (u'LOAD_-1206879922', u'INT_EQUAL_-1206879897'), (u'INDIRECT_-1206878056', u'COPY_-1206878103'), (u'INDIRECT_-1206878461', u'COPY_-1206878523'), (u'INDIRECT_-1206878656', u'COPY_-1206878722'), ('tmp_4183', u'COPY_-1206878692'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878449'), (u'INDIRECT_-1206878350', u'COPY_-1206878392'), ('const-417', u'STORE_-1206879781'), (u'INDIRECT_-1206878549', u'MULTIEQUAL_-1206878575'), (u'STORE_-1206879194', u'INDIRECT_-1206878586'), (u'INDIRECT_-1206878081', u'COPY_-1206878128'), (u'CALL_-1206878989', u'INDIRECT_-1206878137'), ('const-417', u'LOAD_-1206879527'), ('tmp_823', u'CBRANCH_-1206879457'), (u'PTRSUB_-1206878419', u'LOAD_-1206879922'), (u'STORE_-1206879194', u'INDIRECT_-1206878686'), (u'STORE_-1206879781', u'INDIRECT_-1206878481'), ('tmp_4179', u'INT_ADD_-1206878882'), (u'STORE_-1206879421', u'INDIRECT_-1206878350'), (u'INT_ADD_-1206879708', u'CAST_-1206878285'), (u'PTRSUB_-1206878359', u'PTRSUB_-1206878350'), (u'INDIRECT_-1206878450', u'COPY_-1206878515'), (u'INDIRECT_-1206878399', u'INT_ADD_-1206878919'), (u'INDIRECT_-1206878374', u'MULTIEQUAL_-1206878400'), ('tmp_296', u'CBRANCH_-1206879841'), (u'STORE_-1206879421', u'INDIRECT_-1206878600'), (u'INDIRECT_-1206878253', u'MULTIEQUAL_-1206878331'), (u'INDIRECT_-1206878462', u'COPY_-1206878511'), (u'INDIRECT_-1206878228', u'MULTIEQUAL_-1206878306'), ('tmp_4172', u'INT_ADD_-1206879935'), (u'INDIRECT_-1206878386', u'COPY_-1206878448'), (u'INDIRECT_-1206878625', u'COPY_-1206878690'), (u'STORE_-1206879155', u'INDIRECT_-1206878173'), (u'INDIRECT_-1206878187', u'COPY_-1206878236'), ('const-58', u'PTRADD_-1206878177'), ('const-0', u'INT_NOTEQUAL_-1206879549'), (u'INT_NOTEQUAL_-1206879955', u'CBRANCH_-1206879940'), (u'INDIRECT_-1206878492', u'COPY_-1206878545'), (u'CALL_-1206878989', u'INDIRECT_-1206878487'), ('const-0', u'PTRSUB_-1206878306'), ('const-0', u'PTRSUB_-1206878337'), (u'PTRSUB_-1206878288', u'PTRSUB_-1206878247'), (u'INT_ADD_-1206879430', u'CAST_-1206878141'), (u'STORE_-1206879781', u'INDIRECT_-1206878656'), ('tmp_4172', u'MULTIEQUAL_-1206878800'), (u'CALL_-1206878989', u'INDIRECT_-1206878412'), ('const-4294967294', u'INT_EQUAL_-1206879844'), (u'STORE_-1206879155', u'INDIRECT_-1206878448'), (u'INDIRECT_-1206878400', u'COPY_-1206878465'), ('const-1014164', u'INT_ADD_-1206879630'), (u'CALL_-1206878912', u'INDIRECT_-1206878131'), (u'PTRSUB_-1206878253', u'PTRSUB_-1206878248'), (u'INDIRECT_-1206878831', u'COPY_-1206878897'), ('tmp_4178', u'COPY_-1206878830'), (u'STORE_-1206879194', u'INDIRECT_-1206878461'), (u'INT_ADD_-1206879441', u'CAST_-1206878150'), (u'CALL_-1206878912', u'INDIRECT_-1206878156'), (u'INT_ADD_-1206878919', u'CAST_-1206877924'), ('const-0', u'PTRSUB_-1206878272'), (u'CALL_-1206879223', u'INDIRECT_-1206878317'), ('const-0', u'PTRSUB_-1206878288'), (u'STORE_-1206879155', u'INDIRECT_-1206878598'), ('const-1014448', u'INT_ADD_-1206878985'), (u'CALL_-1206878912', u'INDIRECT_-1206878381'), (u'CALL_-1206879223', u'INDIRECT_-1206878417'), (u'CALL_-1206878912', u'INDIRECT_-1206878481'), (u'STORE_-1206879155', u'INDIRECT_-1206878473'), ('tmp_2040', u'PTRSUB_-1206878444'), (u'LOAD_-1206879576', u'INT_AND_-1206878809'), (u'INDIRECT_-1206878400', u'COPY_-1206878442'), (u'PTRADD_-1206878214', u'LOAD_-1206879495'), (u'CAST_-1206877918', u'CALL_-1206878912'), ('const-417', u'LOAD_-1206879806'), ('const-0', u'PTRSUB_-1206878360'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878203'), (u'CALL_-1206879223', u'INDIRECT_-1206878392'), (u'CALL_-1206878886', u'INDIRECT_-1206878275'), ('tmp_4176', u'MULTIEQUAL_-1206878700'), (u'INDIRECT_-1206878749', u'MULTIEQUAL_-1206878775'), (u'SUBPIECE_-1206878249', u'INT_OR_-1206878838'), (u'CAST_-1206877924', u'CALL_-1206878912'), ('const-1016600', u'INT_ADD_-1206878996'), (u'INDIRECT_-1206878393', u'COPY_-1206878449'), (u'STORE_-1206879781', u'INDIRECT_-1206878781'), (u'STORE_-1206879155', u'INDIRECT_-1206878548'), ('tmp_4179', u'MULTIEQUAL_-1206878625'), ('const-1', u'RETURN_-1206879629'), (u'INDIRECT_-1206878337', u'COPY_-1206878386'), ('const-0', u'INT_NOTEQUAL_-1206879955'), ('const-417', u'LOAD_-1206879812'), (u'INDIRECT_-1206878473', u'COPY_-1206878537'), (u'INDIRECT_-1206878503', u'MULTIEQUAL_-1206878581'), (u'INDIRECT_-1206878342', u'COPY_-1206878395'), (u'INDIRECT_-1206878300', u'COPY_-1206878342'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878553'), (u'LOAD_-1206879446', u'INT_OR_-1206878744'), ('const-23', u'PTRSUB_-1206878444'), ('const-417', u'LOAD_-1206879922'), (u'INDIRECT_-1206878328', u'MULTIEQUAL_-1206878406'), (u'INT_ADD_-1206878985', u'CAST_-1206877946'), (u'INDIRECT_-1206878349', u'CALL_-1206878912'), (u'INDIRECT_-1206878267', u'COPY_-1206878320'), ('const-417', u'STORE_-1206879421'), (u'CAST_-1206878334', u'INT_ADD_-1206878396'), (u'INDIRECT_-1206878449', u'MULTIEQUAL_-1206878356'), (u'STORE_-1206879194', u'INDIRECT_-1206878636'), (u'INDIRECT_-1206878162', u'COPY_-1206878211'), (u'INT_NOTEQUAL_-1206879162', u'CBRANCH_-1206879159'), (u'INDIRECT_-1206878367', u'COPY_-1206878420'), (u'CALL_-1206879223', u'INDIRECT_-1206878492'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878649'), (u'CAST_-1206878065', u'LOAD_-1206879203'), (u'STORE_-1206879781', u'INDIRECT_-1206878831'), ('const-417', u'LOAD_-1206879724'), (u'INDIRECT_-1206878323', u'COPY_-1206878387'), (u'INDIRECT_-1206878731', u'COPY_-1206878797'), (u'CALL_-1206879634', u'INDIRECT_-1206878493'), ('tmp_4173', u'MULTIEQUAL_-1206878775'), ('tmp_4183', u'COPY_-1206878631'), (u'INDIRECT_-1206878525', u'COPY_-1206878590'), ('tmp_4187', u'COPY_-1206878531'), (u'INDIRECT_-1206878674', u'MULTIEQUAL_-1206878581'), (u'INT_AND_-1206879151', u'STORE_-1206879155'), (u'INDIRECT_-1206878437', u'COPY_-1206878486'), ('tmp_4185', u'COPY_-1206878642'), (u'INDIRECT_-1206878303', u'MULTIEQUAL_-1206878381'), (u'STORE_-1206879194', u'INDIRECT_-1206878611'), ('const-417', u'LOAD_-1206879350'), ('tmp_4173', u'COPY_-1206878955'), (u'MULTIEQUAL_-1206878906', u'INT_ADD_-1206879407'), (u'INT_AND_-1206878809', u'INT_NOTEQUAL_-1206879549'), (u'INT_EQUAL_-1206879243', u'CBRANCH_-1206879239'), ('tmp_4178', u'COPY_-1206878817'), (u'INT_RIGHT_-1206878667', u'INT_AND_-1206878665'), ('const-1014480', u'PTRSUB_-1206877985'), (u'INDIRECT_-1206878278', u'MULTIEQUAL_-1206878356'), (u'CALL_-1206879634', u'INDIRECT_-1206878543'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878453'), (u'INDIRECT_-1206878643', u'COPY_-1206878699'), ('tmp_4172', u'COPY_-1206878980'), ('tmp_1266', u'CBRANCH_-1206879234'), (u'INDIRECT_-1206878574', u'MULTIEQUAL_-1206878600'), (u'STORE_-1206879781', u'INDIRECT_-1206878581'), (u'CALL_-1206879634', u'INDIRECT_-1206878443'), (u'INDIRECT_-1206878675', u'COPY_-1206878740'), (u'PTRSUB_-1206878370', u'PTRSUB_-1206878359'), (u'INDIRECT_-1206878542', u'COPY_-1206878595'), (u'CALL_-1206878886', u'INDIRECT_-1206878450'), (u'CALL_-1206879223', u'INDIRECT_-1206878192'), (u'INDIRECT_-1206878606', u'COPY_-1206878672'), (u'LOAD_-1206879922', u'CALLIND_-1206879273'), ('tmp_1034', u'BRANCH_-1206879272'), (u'PTRADD_-1206878294', u'LOAD_-1206879718'), ('const-417', u'LOAD_-1206879576'), (u'INT_ADD_-1206879219', u'CAST_-1206877986'), (u'INDIRECT_-1206878686', u'COPY_-1206878748'), (u'CAST_-1206878220', u'INT_EQUAL_-1206879582'), (u'CALL_-1206878989', u'INDIRECT_-1206878262'), (u'CALL_-1206878886', u'INDIRECT_-1206878475'), (u'STORE_-1206879421', u'INDIRECT_-1206878275'), (u'INDIRECT_-1206878774', u'MULTIEQUAL_-1206878800'), ('const-1', u'RETURN_-1206878881'), (u'CAST_-1206878048', u'STORE_-1206879155'), (u'CALL_-1206879634', u'INDIRECT_-1206878718'), (u'CAST_-1206878220', u'CALLIND_-1206879273'), (u'INDIRECT_-1206878706', u'COPY_-1206878772'), (u'CALL_-1206878989', u'INDIRECT_-1206878362'), (u'CALL_-1206878912', u'INDIRECT_-1206878456'), (u'INDIRECT_-1206878661', u'COPY_-1206878723'), ('const-1', u'PTRADD_-1206878274'), ('tmp_4174', u'MULTIEQUAL_-1206878750'), (u'STORE_-1206879781', u'INDIRECT_-1206878506'), (u'INDIRECT_-1206878173', u'COPY_-1206878237'), (u'INDIRECT_-1206878468', u'COPY_-1206878524'), (u'CALL_-1206879223', u'INDIRECT_-1206878517'), (u'PTRSUB_-1206878272', u'PTRSUB_-1206878262'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878724'), (u'CAST_-1206878246', u'CALL_-1206879634'), (u'STORE_-1206879421', u'INDIRECT_-1206878250'), (u'INDIRECT_-1206878756', u'COPY_-1206878822'), ('const-0', u'INT_EQUAL_-1206879582'), (u'CALL_-1206879223', u'INDIRECT_-1206878142'), (u'STORE_-1206879155', u'INDIRECT_-1206878423'), (u'INDIRECT_-1206878281', u'COPY_-1206878328'), (u'INDIRECT_-1206878761', u'COPY_-1206878823'), ('const-14', u'PTRADD_-1206878219'), (u'INDIRECT_-1206878399', u'MULTIEQUAL_-1206878306'), (u'CALL_-1206878886', u'INDIRECT_-1206878250'), (u'INDIRECT_-1206878262', u'COPY_-1206878311'), ('tmp_750', u'CBRANCH_-1206879504'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878403'), (u'LOAD_-1206879922', u'INT_EQUAL_-1206879243'), (u'CAST_-1206878220', u'PTRADD_-1206878214'), (u'INDIRECT_-1206878749', u'MULTIEQUAL_-1206878656'), (u'CALL_-1206879634', u'INDIRECT_-1206878693'), (u'CALL_-1206878912', u'INDIRECT_-1206878306'), (u'INDIRECT_-1206878412', u'COPY_-1206878461'), (u'CALL_-1206878912', u'INDIRECT_-1206878231'), ('tmp_2040', u'PTRSUB_-1206878345'), (u'INDIRECT_-1206878856', u'COPY_-1206878922'), (u'INDIRECT_-1206878411', u'COPY_-1206878473'), (u'CALL_-1206879223', u'INDIRECT_-1206878442'), (u'STORE_-1206879194', u'INDIRECT_-1206878486'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878378'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878478'), (u'INDIRECT_-1206878206', u'COPY_-1206878253'), (u'CAST_-1206878220', u'LOAD_-1206879544'), (u'INDIRECT_-1206878774', u'MULTIEQUAL_-1206878681'), ('tmp_4184', u'COPY_-1206878606'), (u'INT_ADD_-1206879511', u'CAST_-1206878180'), (u'STORE_-1206879155', u'INDIRECT_-1206878498'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878328'), ('const-0', u'PTRSUB_-1206877985'), ('const-1', u'INT_AND_-1206879151'), (u'INDIRECT_-1206878449', u'MULTIEQUAL_-1206878475'), (u'INDIRECT_-1206878131', u'COPY_-1206878178'), ('const-3', u'INT_SRIGHT_-1206879302'), (u'STORE_-1206879194', u'INDIRECT_-1206878386'), ('const-96', u'INT_ADD_-1206879517'), (u'MULTIEQUAL_-1206878750', u'INT_ADD_-1206879641'), ('const-417', u'LOAD_-1206879501'), (u'LOAD_-1206879501', u'INT_SUB_-1206879469'), (u'STORE_-1206879781', u'INDIRECT_-1206878856'), ('const-0', u'PTRSUB_-1206878247'), (u'CALL_-1206878912', u'INDIRECT_-1206878081'), (u'PTRSUB_-1206878248', u'LOAD_-1206879219'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878574'), ('const-32', u'INT_AND_-1206878993'), ('tmp_4184', u'COPY_-1206878680'), ('const-0', u'RETURN_-1206879395'), (u'CAST_-1206878150', u'LOAD_-1206879457'), (u'INT_MULT_-1206879184', u'INT_ADD_-1206879194'), (u'INDIRECT_-1206878387', u'COPY_-1206878436'), (u'CALL_-1206879634', u'INDIRECT_-1206878768'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878578'), ('tmp_2040', u'PTRSUB_-1206878288'), (u'LOAD_-1206879922', u'INT_EQUAL_-1206879202'), (u'CALL_-1206879223', u'INDIRECT_-1206878267'), (u'PTRSUB_-1206878296', u'LOAD_-1206879741'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878428'), (u'INDIRECT_-1206878087', u'COPY_-1206878136'), (u'CALL_-1206879634', u'INDIRECT_-1206878593'), (u'INDIRECT_-1206878493', u'COPY_-1206878549'), (u'CAST_-1206878141', u'LOAD_-1206879446'), ('const-0', u'PTRSUB_-1206878349'), (u'CALL_-1206879634', u'INDIRECT_-1206878643'), (u'INDIRECT_-1206878768', u'COPY_-1206878824'), ('tmp_4187', u'MULTIEQUAL_-1206878425'), (u'INDIRECT_-1206878398', u'COPY_-1206878462'), (u'INDIRECT_-1206878442', u'COPY_-1206878495'), (u'CAST_-1206878324', u'INT_ADD_-1206878386'), ('tmp_4186', u'COPY_-1206878556'), (u'INDIRECT_-1206878450', u'COPY_-1206878492'), (u'INDIRECT_-1206878481', u'COPY_-1206878528'), (u'CALL_-1206878912', u'INDIRECT_-1206878056'), ('tmp_4173', u'INT_ADD_-1206879708'), ('const-417', u'LOAD_-1206879533'), (u'INDIRECT_-1206878718', u'COPY_-1206878774'), (u'INDIRECT_-1206878275', u'COPY_-1206878317'), (u'INDIRECT_-1206878424', u'MULTIEQUAL_-1206878450'), ('tmp_250', u'CBRANCH_-1206879866'), (u'LOAD_-1206879219', u'SUBPIECE_-1206878249'), (u'INT_ADD_-1206879140', u'CAST_-1206878048'), (u'INDIRECT_-1206878112', u'COPY_-1206878161'), (u'PTRSUB_-1206878261', u'PTRSUB_-1206878252'), ('const-1017320', u'INT_ADD_-1206879641'), (u'INDIRECT_-1206878117', u'COPY_-1206878170'), (u'INT_AND_-1206878993', u'INT_NOTEQUAL_-1206879955'), (u'LOAD_-1206879922', u'INT_LESS_-1206879857'), (u'INDIRECT_-1206878273', u'COPY_-1206878337'), ('const-0', u'SUBPIECE_-1206878249'), (u'STORE_-1206879421', u'INDIRECT_-1206878475'), (u'CALL_-1206878989', u'INDIRECT_-1206878312'), (u'PTRSUB_-1206878262', u'PTRSUB_-1206878253'), (u'CALL_-1206878989', u'INDIRECT_-1206878212'), ('const-1014036', u'INT_ADD_-1206879935'), ('tmp_4187', u'COPY_-1206878605'), (u'MULTIEQUAL_-1206878725', u'INT_ADD_-1206879630'), (u'INDIRECT_-1206878518', u'COPY_-1206878574'), (u'INDIRECT_-1206878575', u'COPY_-1206878640'), (u'LOAD_-1206879350', u'INT_SUB_-1206879324'), (u'INT_ADD_-1206879407', u'CAST_-1206878132'), (u'PTRSUB_-1206878382', u'PTRSUB_-1206878337'), ('const-417', u'LOAD_-1206880001'), ('const-64', u'INT_AND_-1206878809'), (u'INT_ADD_-1206879194', u'INT_ADD_-1206879187'), (u'INDIRECT_-1206878356', u'COPY_-1206878403'), (u'INDIRECT_-1206878475', u'COPY_-1206878540'), (u'CALL_-1206878989', u'INDIRECT_-1206878462'), (u'INDIRECT_-1206878524', u'INT_ADD_-1206879219'), (u'CALL_-1206878886', u'INDIRECT_-1206878525'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878374'), (u'INT_ADD_-1206879230', u'CAST_-1206877991'), ('const-4', u'INT_MULT_-1206879429'), ('const-1017544', u'INT_ADD_-1206878893'), ('const-40', u'PTRSUB_-1206878340'), ('tmp_4180', u'MULTIEQUAL_-1206878600'), (u'CALL_-1206878912', u'INDIRECT_-1206878206'), (u'INDIRECT_-1206878349', u'MULTIEQUAL_-1206878256'), (u'CALL_-1206879634', u'INDIRECT_-1206878743'), (u'CALL_-1206878886', u'INDIRECT_-1206878350'), (u'LOAD_-1206879724', u'INT_EQUAL_-1206879699'), (u'CALL_-1206878989', u'INDIRECT_-1206878337'), (u'CALLIND_-1206879601', u'CAST_-1206878220'), (u'CALL_-1206879634', u'INDIRECT_-1206878393'), (u'INDIRECT_-1206878331', u'COPY_-1206878378'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878674'), (u'INT_EQUAL_-1206879844', u'CBRANCH_-1206879841'), ('const-59', u'PTRADD_-1206878172'), (u'INDIRECT_-1206878512', u'COPY_-1206878561'), (u'INDIRECT_-1206878550', u'COPY_-1206878615'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878178'), ('tmp_4175', u'COPY_-1206878831'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878503'), ('const-4', u'INT_ADD_-1206879140'), (u'INDIRECT_-1206878650', u'COPY_-1206878715'), (u'INDIRECT_-1206878317', u'COPY_-1206878370'), (u'INT_NOTEQUAL_-1206879549', u'CBRANCH_-1206879547'), (u'INDIRECT_-1206878498', u'COPY_-1206878562'), (u'STORE_-1206879781', u'INDIRECT_-1206878806'), ('const-417', u'LOAD_-1206879203'), (u'CALL_-1206879634', u'INDIRECT_-1206878793'), (u'CAST_-1206878285', u'LOAD_-1206879724'), ('const-417', u'STORE_-1206879194'), (u'CALL_-1206879223', u'INDIRECT_-1206878467'), ('tmp_4185', u'COPY_-1206878655'), (u'INDIRECT_-1206878736', u'COPY_-1206878798'), ('const-4', u'PTRSUB_-1206878248'), (u'INDIRECT_-1206878549', u'MULTIEQUAL_-1206878456'), (u'INDIRECT_-1206878548', u'COPY_-1206878612'), (u'INDIRECT_-1206878524', u'MULTIEQUAL_-1206878550'), (u'INT_EQUAL_-1206879202', u'CBRANCH_-1206879199'), ('const-4294967294', u'INT_LESS_-1206879857'), (u'INT_OR_-1206878934', u'STORE_-1206879781'), (u'INDIRECT_-1206878373', u'COPY_-1206878437'), ('tmp_344', u'CBRANCH_-1206879815'), (u'INDIRECT_-1206878353', u'MULTIEQUAL_-1206878431'), (u'INDIRECT_-1206878624', u'MULTIEQUAL_-1206878650'), (u'CALL_-1206879634', u'INDIRECT_-1206878468'), (u'INDIRECT_-1206878250', u'COPY_-1206878315'), (u'CALL_-1206878912', u'INDIRECT_-1206878356'), (u'LOAD_-1206879806', u'INT_OR_-1206878934'), ('const-4', u'PTRADD_-1206878177'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878499'), ('const-0', u'PTRSUB_-1206878326'), (u'INT_SUB_-1206879324', u'INT_SRIGHT_-1206879302'), ('const-0', u'PTRSUB_-1206878296'), ('const-16', u'PTRSUB_-1206878419'), ('tmp_4181', u'COPY_-1206878681'), (u'LOAD_-1206879225', u'PTRADD_-1206878274'), ('tmp_4176', u'COPY_-1206878867'), (u'STORE_-1206879194', u'INDIRECT_-1206878561'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878303'), (u'INDIRECT_-1206878649', u'MULTIEQUAL_-1206878675'), (u'CAST_-1206878039', u'CALL_-1206878886'), (u'INDIRECT_-1206878425', u'COPY_-1206878467'), ('tmp_4174', u'COPY_-1206878930'), ('tmp_4188', u'COPY_-1206878580'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878774'), (u'STORE_-1206879781', u'INDIRECT_-1206878731'), (u'CAST_-1206877919', u'INT_ADD_-1206878908'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878253'), (u'INT_ADD_-1206879630', u'CAST_-1206878246'), (u'STORE_-1206879421', u'INDIRECT_-1206878625'), ('const-0', u'PTRSUB_-1206878382'), (u'CALL_-1206879634', u'INDIRECT_-1206878618'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878278'), (u'INDIRECT_-1206878636', u'COPY_-1206878698'), (u'INDIRECT_-1206878453', u'MULTIEQUAL_-1206878531'), (u'INDIRECT_-1206878106', u'COPY_-1206878153'), ('tmp_4180', u'COPY_-1206878706'), ('tmp_4177', u'MULTIEQUAL_-1206878675'), ('tmp_4188', u'COPY_-1206878506'), ('tmp_4189', u'MULTIEQUAL_-1206878375'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878749'), (u'INDIRECT_-1206878467', u'COPY_-1206878520'), (u'STORE_-1206879421', u'INDIRECT_-1206878425'), (u'CAST_-1206878220', u'PTRADD_-1206878172'), (u'LOAD_-1206879922', u'INT_EQUAL_-1206879819'), ('const-4', u'PTRADD_-1206878294'), ('const-417', u'LOAD_-1206879544'), (u'STORE_-1206879194', u'INDIRECT_-1206878511'), ('const-144', u'PTRADD_-1206878263'), ('tmp_4182', u'COPY_-1206878717'), (u'STORE_-1206879781', u'INDIRECT_-1206878606'), ('const-0', u'PTRSUB_-1206878370'), ('tmp_1938', u'CBRANCH_-1206879199'), (u'CAST_-1206877986', u'CALL_-1206879223'), (u'INDIRECT_-1206878568', u'COPY_-1206878624'), (u'LOAD_-1206880001', u'INT_AND_-1206878993'), ('const-417', u'LOAD_-1206879457'), (u'INT_EQUAL_-1206879819', u'CBRANCH_-1206879815'), (u'INDIRECT_-1206878456', u'COPY_-1206878522'), ('const-4294967295', u'INT_EQUAL_-1206879819'), (u'CAST_-1206878185', u'LOAD_-1206879533'), ('tmp_4177', u'COPY_-1206878842'), (u'PTRSUB_-1206878444', u'LOAD_-1206880001'), (u'INDIRECT_-1206878428', u'MULTIEQUAL_-1206878506'), (u'CALL_-1206879223', u'INDIRECT_-1206878167'), (u'INDIRECT_-1206878449', u'INT_ADD_-1206878985'), (u'PTRSUB_-1206878340', u'CAST_-1206878324'), (u'MULTIEQUAL_-1206878700', u'CALL_-1206879634'), (u'PTRSUB_-1206878239', u'CAST_-1206878236'), (u'INT_ADD_-1206879935', u'INT_ADD_-1206879511'), (u'CALL_-1206879223', u'INDIRECT_-1206878117'), (u'STORE_-1206879781', u'INDIRECT_-1206878756'), (u'INDIRECT_-1206878198', u'COPY_-1206878262'), ('tmp_4188', u'COPY_-1206878567'), (u'INDIRECT_-1206878456', u'COPY_-1206878503'), (u'INDIRECT_-1206878499', u'CALL_-1206879223'), (u'INDIRECT_-1206878478', u'MULTIEQUAL_-1206878556'), (u'INDIRECT_-1206878506', u'COPY_-1206878572'), (u'STORE_-1206879781', u'INDIRECT_-1206878531'), (u'CALL_-1206878886', u'INDIRECT_-1206878425'), (u'INT_LESS_-1206879857', u'CBRANCH_-1206879866'), (u'INDIRECT_-1206878511', u'COPY_-1206878573'), ('const-0', u'RETURN_-1206879755'), ('const-24', u'INT_MULT_-1206879184'), (u'CALL_-1206879634', u'INDIRECT_-1206878518'), ('const-1', u'RETURN_-1206879218'), ('tmp_4182', u'MULTIEQUAL_-1206878550'), ('const-40', u'PTRSUB_-1206878350'), (u'INDIRECT_-1206878598', u'COPY_-1206878662'), ('tmp_4172', u'COPY_-1206878906'), ('tmp_4187', u'COPY_-1206878592'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878549'), (u'STORE_-1206879421', u'INDIRECT_-1206878375'), (u'PTRSUB_-1206878360', u'PTRSUB_-1206878349'), (u'INDIRECT_-1206878381', u'COPY_-1206878428'), ('tmp_4179', u'COPY_-1206878792'), (u'INDIRECT_-1206878593', u'COPY_-1206878649'), (u'CALL_-1206878886', u'INDIRECT_-1206878500'), (u'INDIRECT_-1206878200', u'COPY_-1206878242'), (u'LOAD_-1206879533', u'CALLIND_-1206879273'), (u'CAST_-1206878155', u'INT_LESSEQUAL_-1206879461'), (u'INDIRECT_-1206878425', u'COPY_-1206878490'), (u'CAST_-1206878180', u'LOAD_-1206879527'), (u'INDIRECT_-1206878699', u'MULTIEQUAL_-1206878606'), (u'CALLIND_-1206879273', u'MULTIEQUAL_-1206878906'), (u'STORE_-1206879155', u'INDIRECT_-1206878523'), (u'INDIRECT_-1206878325', u'COPY_-1206878390'), (u'INDIRECT_-1206878487', u'COPY_-1206878536'), (u'INDIRECT_-1206878368', u'COPY_-1206878424'), (u'INDIRECT_-1206878181', u'COPY_-1206878228'), ('const-4294967292', u'INT_EQUAL_-1206879202'), (u'INDIRECT_-1206878374', u'INT_ADD_-1206878908'), (u'CAST_-1206878323', u'STORE_-1206879781'), (u'INT_ADD_-1206878908', u'CAST_-1206877918'), (u'INDIRECT_-1206878418', u'COPY_-1206878474'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878399'), (u'INDIRECT_-1206878550', u'COPY_-1206878592'), (u'INDIRECT_-1206878250', u'COPY_-1206878292'), ('tmp_4182', u'COPY_-1206878656'), ('tmp_4185', u'COPY_-1206878581'), (u'INDIRECT_-1206878175', u'COPY_-1206878217'), (u'STORE_-1206879155', u'INDIRECT_-1206878223'), (u'INDIRECT_-1206878475', u'COPY_-1206878517'), (u'CALL_-1206878886', u'INDIRECT_-1206878550'), (u'INDIRECT_-1206878298', u'COPY_-1206878362'), (u'INDIRECT_-1206878549', u'INT_ADD_-1206879230'), (u'INDIRECT_-1206878481', u'COPY_-1206878547'), ('const-417', u'LOAD_-1206879741'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878699'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878349'), (u'LOAD_-1206879457', u'MULTIEQUAL_-1206878906'), (u'INDIRECT_-1206878724', u'MULTIEQUAL_-1206878631'), (u'INDIRECT_-1206878543', u'COPY_-1206878599'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878353'), (u'INDIRECT_-1206878423', u'COPY_-1206878487'), (u'CALL_-1206878989', u'INDIRECT_-1206878387'), (u'LOAD_-1206879922', u'INT_EQUAL_-1206879844'), (u'INDIRECT_-1206878556', u'COPY_-1206878622'), (u'CALL_-1206878912', u'INDIRECT_-1206878281'), (u'CALL_-1206878989', u'INDIRECT_-1206878087'), (u'INDIRECT_-1206878256', u'COPY_-1206878303'), ('const-417', u'LOAD_-1206879446'), (u'INDIRECT_-1206878499', u'MULTIEQUAL_-1206878406'), (u'INDIRECT_-1206878203', u'MULTIEQUAL_-1206878281'), ('const-1', u'RETURN_-1206878984'), (u'INDIRECT_-1206878231', u'COPY_-1206878278'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878474'), (u'PTRADD_-1206878177', u'LOAD_-1206879356'), (u'INDIRECT_-1206878500', u'COPY_-1206878565'), ('const-417', u'LOAD_-1206879718'), (u'INDIRECT_-1206878668', u'COPY_-1206878724'), (u'CALL_-1206878989', u'INDIRECT_-1206878187'), (u'INT_ADD_-1206879517', u'CAST_-1206878185'), ('tmp_2040', u'PTRSUB_-1206878382'), (u'PTRSUB_-1206878349', u'PTRSUB_-1206878340'), ('const-4', u'INT_RIGHT_-1206878667'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878228'), (u'INDIRECT_-1206878348', u'COPY_-1206878412'), (u'LOAD_-1206879527', u'INT_EQUAL_-1206879508'), (u'PTRSUB_-1206878255', u'LOAD_-1206879576'), ('tmp_2040', u'PTRSUB_-1206878255'), (u'INDIRECT_-1206878474', u'INT_ADD_-1206878996'), (u'CALL_-1206878989', u'INDIRECT_-1206878237'), (u'CAST_-1206878220', u'PTRADD_-1206878219'), (u'INDIRECT_-1206878561', u'COPY_-1206878623'), (u'INDIRECT_-1206878156', u'COPY_-1206878203'), (u'INDIRECT_-1206878378', u'MULTIEQUAL_-1206878456'), (u'INDIRECT_-1206878137', u'COPY_-1206878186'), (u'LOAD_-1206879741', u'PTRSUB_-1206878326'), (u'INT_ADD_-1206878386', u'CAST_-1206878323'), (u'INDIRECT_-1206878374', u'MULTIEQUAL_-1206878281'), (u'CALL_-1206878912', u'INDIRECT_-1206878181'), (u'CAST_-1206878251', u'CALL_-1206879634'), (u'LOAD_-1206879812', u'PTRSUB_-1206878360'), (u'STORE_-1206879421', u'INDIRECT_-1206878300'), ('tmp_4186', u'COPY_-1206878630'), ('tmp_4178', u'COPY_-1206878756'), ('tmp_201', u'CBRANCH_-1206879893'), (u'STORE_-1206879155', u'INDIRECT_-1206878373'), (u'INT_EQUAL_-1206879508', u'CBRANCH_-1206879504'), (u'INDIRECT_-1206878599', u'MULTIEQUAL_-1206878625'), (u'INDIRECT_-1206878806', u'COPY_-1206878872'), ('const-4', u'PTRADD_-1206878214'), (u'CALL_-1206878886', u'INDIRECT_-1206878200'), (u'INDIRECT_-1206878528', u'MULTIEQUAL_-1206878606'), (u'INDIRECT_-1206878242', u'COPY_-1206878295'), (u'CALL_-1206878912', u'INDIRECT_-1206878106'), (u'CALL_-1206878886', u'INDIRECT_-1206878150'), (u'INDIRECT_-1206878524', u'MULTIEQUAL_-1206878431'), ('const-0', u'PTRSUB_-1206878252'), (u'INDIRECT_-1206878724', u'MULTIEQUAL_-1206878750'), (u'CALL_-1206879634', u'INDIRECT_-1206878668'), (u'PTRSUB_-1206878306', u'LOAD_-1206879730'), (u'STORE_-1206879155', u'INDIRECT_-1206878573'), (u'INDIRECT_-1206878406', u'COPY_-1206878453'), (u'INT_SRIGHT_-1206879302', u'INT_MULT_-1206878685'), (u'STORE_-1206879781', u'INDIRECT_-1206878681'), (u'CALL_-1206878886', u'INDIRECT_-1206878300'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878424'), (u'INT_ADD_-1206878996', u'CAST_-1206877951'), (u'INDIRECT_-1206878312', u'COPY_-1206878361'), (u'STORE_-1206879194', u'INDIRECT_-1206878661'), (u'INT_OR_-1206878744', u'STORE_-1206879421'), (u'STORE_-1206879155', u'INDIRECT_-1206878348'), (u'PTRSUB_-1206877985', u'CAST_-1206877919'), (u'INDIRECT_-1206878517', u'COPY_-1206878570'), (u'CALL_-1206879634', u'INDIRECT_-1206878368'), ('const-1', u'RETURN_-1206878907'), (u'INDIRECT_-1206878212', u'COPY_-1206878261'), (u'STORE_-1206879155', u'INDIRECT_-1206878298'), (u'CALL_-1206878886', u'INDIRECT_-1206878375'), ('const-11', u'INT_ADD_-1206879187'), (u'STORE_-1206879421', u'INDIRECT_-1206878500'), (u'INDIRECT_-1206878499', u'MULTIEQUAL_-1206878525'), ('tmp_4173', u'COPY_-1206878881'), (u'CALL_-1206878989', u'INDIRECT_-1206878512'), ('const-0', u'PTRSUB_-1206878315'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878599'), (u'STORE_-1206879155', u'INDIRECT_-1206878323'), (u'PTRADD_-1206878263', u'PTRSUB_-1206878261'), (u'INDIRECT_-1206878581', u'COPY_-1206878647'), ('const-2', u'INT_SRIGHT_-1206879447'), (u'INT_ADD_-1206878882', u'CAST_-1206878034'), ('tmp_4183', u'COPY_-1206878705'), (u'PTRSUB_-1206878247', u'LOAD_-1206879225'), (u'PTRSUB_-1206878326', u'PTRSUB_-1206878315'), (u'INDIRECT_-1206878142', u'COPY_-1206878195'), ('tmp_4173', u'COPY_-1206878942'), ('const-1014388', u'INT_ADD_-1206878882'), (u'INDIRECT_-1206878781', u'COPY_-1206878847'), ('tmp_4184', u'COPY_-1206878667'), ('tmp_107', u'CBRANCH_-1206879940'), (u'INDIRECT_-1206878674', u'MULTIEQUAL_-1206878700'), (u'CALL_-1206878989', u'INDIRECT_-1206878287'), ('tmp_4186', u'MULTIEQUAL_-1206878450'), (u'CAST_-1206877946', u'CALL_-1206878989'), ('tmp_4181', u'COPY_-1206878742'), ('tmp_4174', u'COPY_-1206878917'), (u'STORE_-1206879421', u'INDIRECT_-1206878550'), ('tmp_4186', u'COPY_-1206878617'), (u'CALL_-1206879223', u'INDIRECT_-1206878217'), ('tmp_2040', u'PTRSUB_-1206878419'), (u'CAST_-1206877991', u'CALL_-1206879223'), (u'STORE_-1206879194', u'INDIRECT_-1206878711'), ('const-0', u'PTRSUB_-1206878261'), ('tmp_4184', u'MULTIEQUAL_-1206878500'), ('tmp_4189', u'COPY_-1206878555'), (u'LOAD_-1206879718', u'CALLIND_-1206879601'), (u'LOAD_-1206879533', u'INT_EQUAL_-1206879508'), ('tmp_4179', u'COPY_-1206878731'), (u'INDIRECT_-1206878306', u'COPY_-1206878353'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878624'), (u'INDIRECT_-1206878424', u'MULTIEQUAL_-1206878331'), (u'INDIRECT_-1206878287', u'COPY_-1206878336'), (u'STORE_-1206879781', u'INDIRECT_-1206878631'), ('tmp_4189', u'COPY_-1206878481'), (u'INDIRECT_-1206878361', u'COPY_-1206878423'), (u'LOAD_-1206879922', u'INT_LESS_-1206879237'), (u'INT_MULT_-1206878685', u'CAST_-1206878085'), ('const-417', u'STORE_-1206879155'), ('tmp_4182', u'COPY_-1206878730'), (u'INDIRECT_-1206878649', u'INT_ADD_-1206879511'), ('const-0', u'RETURN_-1206879920'), ('const-0', u'RETURN_-1206879219'), (u'INDIRECT_-1206878448', u'COPY_-1206878512'), (u'INDIRECT_-1206878248', u'COPY_-1206878312'), (u'CALL_-1206879223', u'INDIRECT_-1206878292'), ('tmp_4188', u'MULTIEQUAL_-1206878400'), (u'INDIRECT_-1206878573', u'COPY_-1206878637'), (u'STORE_-1206879421', u'INDIRECT_-1206878325'), (u'CALL_-1206878989', u'INDIRECT_-1206878162'), ('tmp_648', u'CBRANCH_-1206879579'), ('tmp_4176', u'COPY_-1206878806'), (u'STORE_-1206879421', u'INDIRECT_-1206878575'), (u'PTRADD_-1206878172', u'LOAD_-1206879350'), (u'INDIRECT_-1206878699', u'MULTIEQUAL_-1206878725'), (u'LOAD_-1206879812', u'PTRSUB_-1206878370'), ('tmp_4177', u'COPY_-1206878855'), (u'CALL_-1206879223', u'INDIRECT_-1206878367'), (u'INDIRECT_-1206878536', u'COPY_-1206878598'), ('const-417', u'LOAD_-1206879356'), ('const-144', u'PTRADD_-1206878274'), (u'LOAD_-1206879203', u'INT_RIGHT_-1206878667'), ('tmp_4175', u'MULTIEQUAL_-1206878725'), (u'INDIRECT_-1206878392', u'COPY_-1206878445'), (u'CALL_-1206878886', u'INDIRECT_-1206878575'), (u'STORE_-1206879781', u'INDIRECT_-1206878556'), (u'CALL_-1206879223', u'INDIRECT_-1206878342'), (u'CAST_-1206878220', u'PTRADD_-1206878177'), ('const-0', u'PTRSUB_-1206878345'), ('tmp_4181', u'MULTIEQUAL_-1206878575'), ('const-4', u'PTRADD_-1206878219'), (u'INDIRECT_-1206878631', u'COPY_-1206878697'), (u'INDIRECT_-1206878578', u'MULTIEQUAL_-1206878656'), (u'INDIRECT_-1206878474', u'MULTIEQUAL_-1206878381'), ('const-4', u'PTRSUB_-1206878239'), (u'INDIRECT_-1206878362', u'COPY_-1206878411'), (u'STORE_-1206879194', u'INDIRECT_-1206878536'), (u'INT_ADD_-1206879641', u'CAST_-1206878251'), (u'CALL_-1206878989', u'INDIRECT_-1206878437'), (u'INDIRECT_-1206878693', u'COPY_-1206878749'), (u'INT_MULT_-1206879429', u'INT_ADD_-1206879441'), ('const-1014416', u'INT_ADD_-1206879219'), ('const-1014760', u'INT_ADD_-1206879230'), (u'CALL_-1206879634', u'INDIRECT_-1206878418'), (u'STORE_-1206879194', u'INDIRECT_-1206878436'), ('tmp_4178', u'MULTIEQUAL_-1206878650'), (u'LOAD_-1206879544', u'INT_ADD_-1206879517'), ('const-4', u'PTRSUB_-1206878253'), (u'INT_EQUAL_-1206879897', u'CBRANCH_-1206879893'), ('tmp_700', u'CBRANCH_-1206879547'), (u'PTRSUB_-1206878345', u'PTRSUB_-1206878296'), (u'CALL_-1206878886', u'INDIRECT_-1206878325'), ('tmp_4183', u'MULTIEQUAL_-1206878525'), (u'INDIRECT_-1206878743', u'COPY_-1206878799'), (u'PTRADD_-1206878219', u'LOAD_-1206879501'), (u'INDIRECT_-1206878178', u'MULTIEQUAL_-1206878256'), (u'INDIRECT_-1206878599', u'MULTIEQUAL_-1206878506'), ('const-0', u'PTRSUB_-1206878262'), (u'INT_ADD_-1206879194', u'INT_ADD_-1206879140'), ('const-4', u'PTRADD_-1206878172'), (u'STORE_-1206879155', u'INDIRECT_-1206878198'), (u'INDIRECT_-1206878350', u'COPY_-1206878415'), (u'INDIRECT_-1206878553', u'MULTIEQUAL_-1206878631'), (u'INDIRECT_-1206878237', u'COPY_-1206878286'), (u'CAST_-1206878085', u'INT_LESS_-1206879237'), ('tmp_497', u'CBRANCH_-1206879695'), (u'INDIRECT_-1206878436', u'COPY_-1206878498'), (u'INT_EQUAL_-1206879582', u'CBRANCH_-1206879579'), ('tmp_4180', u'CALL_-1206878886'), ('const-4294967293', u'INT_EQUAL_-1206879897'), (u'INDIRECT_-1206878375', u'COPY_-1206878417'), (u'INDIRECT_-1206878531', u'COPY_-1206878597'), (u'INT_OR_-1206878838', u'STORE_-1206879194'), (u'INDIRECT_-1206878575', u'COPY_-1206878617'), (u'STORE_-1206879155', u'INDIRECT_-1206878248'), ('tmp_4180', u'COPY_-1206878767'), ('const-0', u'INT_NOTEQUAL_-1206879162'), (u'PTRSUB_-1206878243', u'PTRSUB_-1206878239'), (u'INDIRECT_-1206878500', u'COPY_-1206878542'), (u'STORE_-1206879194', u'INDIRECT_-1206878411'), ('const-2863311531', u'INT_MULT_-1206878685'), (u'LOAD_-1206879718', u'INT_EQUAL_-1206879699'), (u'CAST_-1206878034', u'CALL_-1206878886'), (u'STORE_-1206879194', u'INDIRECT_-1206878761'), (u'INDIRECT_-1206878375', u'COPY_-1206878440'), (u'INDIRECT_-1206878600', u'COPY_-1206878665'), ('tmp_4189', u'COPY_-1206878542'), (u'INDIRECT_-1206878225', u'COPY_-1206878267'), (u'INDIRECT_-1206878150', u'COPY_-1206878192'), (u'INDIRECT_-1206878443', u'COPY_-1206878499'), (u'INDIRECT_-1206878523', u'COPY_-1206878587'), (u'STORE_-1206879421', u'INDIRECT_-1206878675'), (u'PTRSUB_-1206878252', u'PTRSUB_-1206878243'), (u'INDIRECT_-1206878325', u'COPY_-1206878367'), (u'INDIRECT_-1206878403', u'MULTIEQUAL_-1206878481'), ('const-1', u'PTRADD_-1206878263'), ('tmp_4174', u'COPY_-1206878856'), (u'INT_ADD_-1206878893', u'CAST_-1206878039'), (u'STORE_-1206879194', u'INDIRECT_-1206878361'), ('tmp_1407', u'CBRANCH_-1206879159'), ('const-0', u'PTRSUB_-1206878359'), (u'CALL_-1206878886', u'INDIRECT_-1206878175'), ('const-2', u'INT_ADD_-1206878386'), (u'LOAD_-1206879495', u'INT_SUB_-1206879469'), (u'CALL_-1206879223', u'INDIRECT_-1206878242'), (u'INT_AND_-1206878665', u'INT_NOTEQUAL_-1206879162'), (u'CAST_-1206878132', u'STORE_-1206879421'), (u'STORE_-1206879421', u'INDIRECT_-1206878525'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878603'), (u'CALL_-1206878912', u'INDIRECT_-1206878431'), (u'STORE_-1206879194', u'INDIRECT_-1206878736'), (u'INDIRECT_-1206878192', u'COPY_-1206878245'), (u'INT_SUB_-1206879469', u'INT_SRIGHT_-1206879447'), ('const-0', u'INT_EQUAL_-1206879243'), ('tmp_4180', u'COPY_-1206878780'), (u'INDIRECT_-1206878618', u'COPY_-1206878674'), ('tmp_4181', u'COPY_-1206878755'), (u'INDIRECT_-1206878300', u'COPY_-1206878365'), (u'PTRSUB_-1206878350', u'CAST_-1206878334'), ('tmp_1852', u'CBRANCH_-1206879239'), (u'CAST_-1206877951', u'CALL_-1206878989'), (u'INDIRECT_-1206878275', u'COPY_-1206878340'), (u'INT_ADD_-1206879187', u'CAST_-1206878065'), (u'INDIRECT_-1206878399', u'MULTIEQUAL_-1206878425'), (u'INDIRECT_-1206878474', u'MULTIEQUAL_-1206878500'), (u'INDIRECT_-1206878649', u'MULTIEQUAL_-1206878556'), (u'CAST_-1206878236', u'STORE_-1206879194'), (u'PTRSUB_-1206878315', u'PTRSUB_-1206878306'), ('const-0', u'RETURN_-1206879873'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878524')]
[('const-64', u'INT_OR_-1206878933'), ('const-2863311531', u'INT_MULT_-1206878684'), ('tmp_4215', u'MULTIEQUAL_-1206878799'), (u'CALL_-1206878886', u'INDIRECT_-1206878224'), (u'CALL_-1206878886', u'INDIRECT_-1206878149'), (u'INT_NOTEQUAL_-1206879549', u'CBRANCH_-1206879547'), (u'INDIRECT_-1206878449', u'COPY_-1206878514'), (u'INDIRECT_-1206878374', u'COPY_-1206878439'), (u'INT_ADD_-1206878882', u'CALL_-1206878886'), (u'CAST_-1206878437', u'LOAD_-1206880001'), (u'CAST_-1206878318', u'LOAD_-1206879718'), (u'LOAD_-1206879356', u'INT_ADD_-1206879194'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878448'), (u'CALL_-1206878912', u'INDIRECT_-1206878330'), (u'INDIRECT_-1206878336', u'COPY_-1206878385'), (u'CALL_-1206878886', u'INDIRECT_-1206878549'), (u'CALL_-1206879634', u'INDIRECT_-1206878742'), ('tmp_4218', u'COPY_-1206878904'), (u'INT_ADD_-1206879511', u'CAST_-1206878217'), (u'INT_ADD_-1206879219', u'CALL_-1206879223'), (u'INDIRECT_-1206878222', u'COPY_-1206878286'), ('const-42', u'INT_ADD_-1206879790'), (u'INDIRECT_-1206878442', u'COPY_-1206878498'), (u'INDIRECT_-1206878585', u'COPY_-1206878647'), ('tmp_4224', u'COPY_-1206878754'), (u'INT_EQUAL_-1206879202', u'CBRANCH_-1206879199'), ('const-0', u'RETURN_-1206879168'), ('tmp_4227', u'MULTIEQUAL_-1206878499'), (u'INDIRECT_-1206878805', u'COPY_-1206878871'), (u'INDIRECT_-1206878398', u'MULTIEQUAL_-1206878305'), (u'STORE_-1206879155', u'INDIRECT_-1206878297'), ('tmp_344', u'CBRANCH_-1206879815'), (u'STORE_-1206879194', u'INDIRECT_-1206878410'), (u'INDIRECT_-1206878735', u'COPY_-1206878797'), ('tmp_4222', u'COPY_-1206878791'), ('const-32', u'INT_AND_-1206878992'), ('const-417', u'LOAD_-1206879544'), (u'PTRADD_-1206878174', u'LOAD_-1206879350'), (u'LOAD_-1206879922', u'INT_MULT_-1206879429'), (u'CAST_-1206878244', u'INT_ADD_-1206879560'), (u'INDIRECT_-1206878574', u'COPY_-1206878639'), (u'MULTIEQUAL_-1206878699', u'CALL_-1206879634'), ('tmp_4231', u'COPY_-1206878579'), (u'INT_ADD_-1206879767', u'CAST_-1206878361'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878602'), (u'INDIRECT_-1206878410', u'COPY_-1206878472'), (u'PTRSUB_-1206877984', u'CAST_-1206877959'), ('const-4294967294', u'INT_EQUAL_-1206879844'), ('tmp_4229', u'COPY_-1206878629'), (u'INDIRECT_-1206878648', u'MULTIEQUAL_-1206878555'), ('const-417', u'LOAD_-1206879501'), ('const-1', u'INT_AND_-1206878664'), (u'INDIRECT_-1206878855', u'COPY_-1206878921'), (u'LOAD_-1206879922', u'INT_MULT_-1206879184'), ('const-417', u'LOAD_-1206880001'), (u'INT_EQUAL_-1206879699', u'CBRANCH_-1206879695'), (u'INT_ADD_-1206879985', u'CAST_-1206878437'), ('const-152', u'INT_ADD_-1206879407'), (u'CAST_-1206878257', u'LOAD_-1206879544'), (u'INT_AND_-1206878808', u'INT_NOTEQUAL_-1206879549'), (u'PTRADD_-1206878221', u'LOAD_-1206879501'), (u'INDIRECT_-1206878373', u'MULTIEQUAL_-1206878399'), (u'INT_SUB_-1206879324', u'INT_SRIGHT_-1206879302'), (u'STORE_-1206879194', u'INDIRECT_-1206878685'), (u'STORE_-1206879421', u'INDIRECT_-1206878574'), (u'STORE_-1206879155', u'INDIRECT_-1206878547'), (u'STORE_-1206879155', u'INDIRECT_-1206878472'), ('const-417', u'LOAD_-1206879495'), (u'INDIRECT_-1206878452', u'MULTIEQUAL_-1206878530'), (u'INDIRECT_-1206878327', u'MULTIEQUAL_-1206878405'), (u'CALL_-1206878989', u'INDIRECT_-1206878086'), (u'LOAD_-1206879225', u'INT_ADD_-1206879203'), ('const-417', u'STORE_-1206879155'), (u'INDIRECT_-1206878455', u'COPY_-1206878502'), (u'INDIRECT_-1206878617', u'COPY_-1206878673'), (u'INDIRECT_-1206878660', u'COPY_-1206878722'), (u'INDIRECT_-1206878380', u'COPY_-1206878427'), ('tmp_2750', u'LOAD_-1206879741'), (u'STORE_-1206879421', u'INDIRECT_-1206878299'), (u'INDIRECT_-1206878461', u'COPY_-1206878510'), ('tmp_4225', u'COPY_-1206878655'), (u'CALL_-1206878989', u'INDIRECT_-1206878461'), ('tmp_4227', u'COPY_-1206878679'), ('tmp_4220', u'COPY_-1206878841'), (u'INDIRECT_-1206878398', u'MULTIEQUAL_-1206878424'), ('const-64', u'INT_AND_-1206878808'), (u'INDIRECT_-1206878324', u'COPY_-1206878366'), (u'LOAD_-1206879922', u'INT_LESSEQUAL_-1206879461'), (u'LOAD_-1206879203', u'INT_RIGHT_-1206878666'), (u'INDIRECT_-1206878467', u'COPY_-1206878523'), ('const-152', u'INT_ADD_-1206879430'), (u'INT_ADD_-1206879935', u'INT_ADD_-1206879708'), (u'INDIRECT_-1206878360', u'COPY_-1206878422'), (u'CAST_-1206877959', u'INT_ADD_-1206878908'), (u'CALL_-1206879223', u'INDIRECT_-1206878416'), (u'INDIRECT_-1206878474', u'COPY_-1206878539'), (u'INDIRECT_-1206878522', u'COPY_-1206878586'), ('tmp_4226', u'MULTIEQUAL_-1206878524'), (u'STORE_-1206879155', u'INDIRECT_-1206878222'), (u'INDIRECT_-1206878324', u'COPY_-1206878389'), ('tmp_4228', u'COPY_-1206878641'), (u'INDIRECT_-1206878655', u'COPY_-1206878721'), (u'CAST_-1206878336', u'LOAD_-1206879730'), (u'CALL_-1206878886', u'INDIRECT_-1206878524'), (u'CAST_-1206878257', u'PTRADD_-1206878216'), (u'INDIRECT_-1206878252', u'MULTIEQUAL_-1206878330'), (u'LOAD_-1206879501', u'INT_ADD_-1206879441'), (u'INT_ADD_-1206879630', u'CALL_-1206879634'), (u'CALL_-1206879223', u'INDIRECT_-1206878491'), (u'PTRSUB_-1206877986', u'PTRADD_-1206878873'), ('const-1017320', u'INT_ADD_-1206879641'), ('tmp_2750', u'PTRADD_-1206878418'), (u'INT_LESSEQUAL_-1206879461', u'CBRANCH_-1206879457'), (u'INDIRECT_-1206878348', u'MULTIEQUAL_-1206878255'), ('tmp_4215', u'COPY_-1206878966'), (u'INT_ADD_-1206878985', u'CALL_-1206878989'), ('const-0', u'INT_EQUAL_-1206879243'), (u'INDIRECT_-1206878130', u'COPY_-1206878177'), (u'CALL_-1206879634', u'INDIRECT_-1206878517'), (u'INDIRECT_-1206878261', u'COPY_-1206878310'), (u'INDIRECT_-1206878567', u'COPY_-1206878623'), (u'INT_AND_-1206878664', u'INT_NOTEQUAL_-1206879162'), (u'STORE_-1206879194', u'INDIRECT_-1206878710'), (u'INDIRECT_-1206878374', u'COPY_-1206878416'), (u'INDIRECT_-1206878305', u'COPY_-1206878352'), (u'INDIRECT_-1206878199', u'COPY_-1206878241'), (u'INDIRECT_-1206878610', u'COPY_-1206878672'), ('tmp_4215', u'COPY_-1206878979'), (u'INDIRECT_-1206878673', u'MULTIEQUAL_-1206878699'), (u'LOAD_-1206879922', u'INT_EQUAL_-1206879819'), (u'INDIRECT_-1206878335', u'COPY_-1206878397'), (u'INDIRECT_-1206878710', u'COPY_-1206878772'), (u'INDIRECT_-1206878541', u'COPY_-1206878594'), ('tmp_4216', u'COPY_-1206878954'), ('const-4', u'PTRADD_-1206878221'), (u'LOAD_-1206879225', u'INT_ADD_-1206879180'), ('tmp_1938', u'CBRANCH_-1206879199'), (u'INDIRECT_-1206878623', u'MULTIEQUAL_-1206878530'), (u'INT_ADD_-1206879230', u'CALL_-1206879223'), (u'INT_LESS_-1206879237', u'CBRANCH_-1206879234'), (u'INT_ZEXT_-1206879178', u'INT_AND_-1206879151'), (u'INDIRECT_-1206878423', u'CALL_-1206878989'), ('tmp_4229', u'COPY_-1206878555'), ('const-58', u'PTRADD_-1206878179'), (u'INT_EQUAL_-1206879819', u'CBRANCH_-1206879815'), (u'INDIRECT_-1206878435', u'COPY_-1206878497'), (u'CALL_-1206878912', u'INDIRECT_-1206878405'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878452'), (u'LOAD_-1206879356', u'INT_SUB_-1206879324'), ('const-0', u'RETURN_-1206879129'), (u'INT_OR_-1206878837', u'STORE_-1206879194'), (u'STORE_-1206879194', u'INDIRECT_-1206878360'), (u'INDIRECT_-1206878560', u'COPY_-1206878622'), (u'LOAD_-1206879922', u'INT_EQUAL_-1206879897'), (u'PTRSUB_-1206878019', u'PTRADD_-1206878950'), (u'INDIRECT_-1206878548', u'MULTIEQUAL_-1206878455'), (u'CALL_-1206878912', u'INDIRECT_-1206878480'), (u'CALL_-1206878912', u'INDIRECT_-1206878180'), (u'LOAD_-1206879576', u'INT_AND_-1206878808'), ('tmp_4218', u'MULTIEQUAL_-1206878724'), ('const-0', u'PTRSUB_-1206878019'), (u'MULTIEQUAL_-1206878749', u'INT_ADD_-1206879641'), (u'STORE_-1206879194', u'INDIRECT_-1206878585'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878377'), ('tmp_4232', u'MULTIEQUAL_-1206878374'), (u'INDIRECT_-1206878241', u'COPY_-1206878294'), (u'INT_ADD_-1206879935', u'INT_ADD_-1206879511'), ('const-15', u'PTRADD_-1206878216'), (u'STORE_-1206879155', u'INDIRECT_-1206878347'), (u'CALL_-1206878886', u'INDIRECT_-1206878199'), (u'INDIRECT_-1206878498', u'MULTIEQUAL_-1206878405'), ('const-417', u'LOAD_-1206879730'), ('tmp_4219', u'COPY_-1206878879'), (u'INDIRECT_-1206878430', u'COPY_-1206878477'), ('tmp_4215', u'INT_ADD_-1206879935'), ('tmp_4216', u'INT_ADD_-1206879708'), (u'INDIRECT_-1206878086', u'COPY_-1206878135'), (u'CAST_-1206878089', u'STORE_-1206879155'), ('const-417', u'LOAD_-1206879457'), (u'CALL_-1206878886', u'INDIRECT_-1206878174'), ('tmp_823', u'CBRANCH_-1206879457'), ('tmp_4216', u'COPY_-1206878880'), (u'INDIRECT_-1206878498', u'MULTIEQUAL_-1206878524'), (u'INDIRECT_-1206878549', u'COPY_-1206878614'), (u'LOAD_-1206879812', u'INT_ADD_-1206879767'), (u'INDIRECT_-1206878448', u'MULTIEQUAL_-1206878474'), (u'INT_AND_-1206878992', u'INT_NOTEQUAL_-1206879955'), (u'INDIRECT_-1206878673', u'MULTIEQUAL_-1206878580'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878402'), (u'INT_LESS_-1206879857', u'CBRANCH_-1206879866'), ('const-0', u'RETURN_-1206879755'), (u'INDIRECT_-1206878341', u'COPY_-1206878394'), (u'CALL_-1206878886', u'INDIRECT_-1206878299'), (u'CAST_-1206878370', u'LOAD_-1206879806'), (u'INDIRECT_-1206878247', u'COPY_-1206878311'), (u'CAST_-1206878257', u'PTRADD_-1206878179'), (u'INDIRECT_-1206878236', u'COPY_-1206878285'), (u'INDIRECT_-1206878755', u'COPY_-1206878821'), (u'CALL_-1206878912', u'INDIRECT_-1206878355'), (u'INDIRECT_-1206878311', u'COPY_-1206878360'), (u'INT_MULT_-1206878684', u'CAST_-1206878124'), (u'INDIRECT_-1206878698', u'MULTIEQUAL_-1206878724'), ('tmp_4224', u'MULTIEQUAL_-1206878574'), ('const-1', u'RETURN_-1206879218'), (u'INDIRECT_-1206878080', u'COPY_-1206878127'), (u'INDIRECT_-1206878255', u'COPY_-1206878302'), (u'INDIRECT_-1206878116', u'COPY_-1206878169'), (u'INDIRECT_-1206878424', u'COPY_-1206878466'), ('tmp_296', u'CBRANCH_-1206879841'), (u'INDIRECT_-1206878172', u'COPY_-1206878236'), ('const-417', u'LOAD_-1206879724'), (u'CALL_-1206878886', u'INDIRECT_-1206878249'), ('tmp_4218', u'COPY_-1206878891'), ('const-4', u'PTRADD_-1206878418'), (u'CALLIND_-1206879273', u'MULTIEQUAL_-1206878905'), ('const-4294967295', u'INT_EQUAL_-1206879819'), (u'LOAD_-1206879533', u'CALLIND_-1206879273'), (u'CALL_-1206878989', u'INDIRECT_-1206878311'), (u'INDIRECT_-1206878635', u'COPY_-1206878697'), (u'INDIRECT_-1206878723', u'MULTIEQUAL_-1206878630'), (u'INDIRECT_-1206878166', u'COPY_-1206878219'), (u'CALL_-1206878989', u'INDIRECT_-1206878411'), (u'INDIRECT_-1206878441', u'COPY_-1206878494'), (u'INDIRECT_-1206878455', u'COPY_-1206878521'), ('tmp_4222', u'COPY_-1206878730'), (u'INDIRECT_-1206878422', u'COPY_-1206878486'), (u'STORE_-1206879781', u'INDIRECT_-1206878780'), (u'INDIRECT_-1206878552', u'MULTIEQUAL_-1206878630'), ('tmp_4228', u'MULTIEQUAL_-1206878474'), (u'INT_NOTEQUAL_-1206879955', u'CBRANCH_-1206879940'), (u'INDIRECT_-1206878742', u'COPY_-1206878798'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878573'), (u'CALL_-1206878886', u'INDIRECT_-1206878449'), (u'INDIRECT_-1206878499', u'COPY_-1206878564'), ('const-23', u'INT_ADD_-1206879985'), (u'INDIRECT_-1206878348', u'CALL_-1206878912'), (u'CAST_-1206878257', u'PTRADD_-1206878174'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878773'), (u'INDIRECT_-1206878573', u'MULTIEQUAL_-1206878480'), (u'INDIRECT_-1206878773', u'MULTIEQUAL_-1206878799'), (u'STORE_-1206879155', u'INDIRECT_-1206878497'), (u'STORE_-1206879194', u'INDIRECT_-1206878535'), ('tmp_4218', u'COPY_-1206878830'), ('const-152', u'INT_ADD_-1206879180'), (u'INDIRECT_-1206878277', u'MULTIEQUAL_-1206878355'), (u'INDIRECT_-1206878161', u'COPY_-1206878210'), ('tmp_4230', u'COPY_-1206878591'), (u'STORE_-1206879421', u'INDIRECT_-1206878449'), ('const-2', u'INT_OR_-1206878837'), (u'CALL_-1206879223', u'INDIRECT_-1206878191'), (u'CAST_-1206878438', u'INT_ADD_-1206879985'), (u'CAST_-1206878280', u'LOAD_-1206879219'), (u'STORE_-1206879194', u'INDIRECT_-1206878335'), (u'INDIRECT_-1206878511', u'COPY_-1206878560'), ('tmp_4223', u'CALL_-1206878886'), (u'CALL_-1206879223', u'INDIRECT_-1206878291'), (u'LOAD_-1206879806', u'INT_OR_-1206878933'), (u'CALL_-1206879634', u'INDIRECT_-1206878592'), (u'INDIRECT_-1206878473', u'MULTIEQUAL_-1206878380'), (u'CALL_-1206878886', u'INDIRECT_-1206878574'), (u'INDIRECT_-1206878723', u'MULTIEQUAL_-1206878749'), (u'INDIRECT_-1206878291', u'COPY_-1206878344'), ('const-4294967294', u'INT_LESS_-1206879857'), (u'STORE_-1206879781', u'INDIRECT_-1206878680'), (u'STORE_-1206879421', u'INDIRECT_-1206878649'), ('const-417', u'LOAD_-1206879203'), (u'INDIRECT_-1206878542', u'COPY_-1206878598'), (u'LOAD_-1206879812', u'INT_ADD_-1206879790'), (u'STORE_-1206879194', u'INDIRECT_-1206878385'), (u'CALL_-1206879634', u'INDIRECT_-1206878417'), (u'INDIRECT_-1206878605', u'COPY_-1206878671'), (u'INDIRECT_-1206878547', u'COPY_-1206878611'), ('const-0', u'PTRSUB_-1206877986'), (u'CALL_-1206878912', u'INDIRECT_-1206878055'), ('const-417', u'STORE_-1206879781'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878202'), (u'INDIRECT_-1206878549', u'COPY_-1206878591'), (u'INDIRECT_-1206878373', u'MULTIEQUAL_-1206878280'), ('tmp_4219', u'COPY_-1206878866'), (u'INDIRECT_-1206878402', u'MULTIEQUAL_-1206878480'), (u'INDIRECT_-1206878574', u'COPY_-1206878616'), (u'STORE_-1206879421', u'INDIRECT_-1206878324'), (u'INDIRECT_-1206878299', u'COPY_-1206878364'), (u'STORE_-1206879781', u'INDIRECT_-1206878505'), (u'INDIRECT_-1206878523', u'MULTIEQUAL_-1206878430'), (u'INDIRECT_-1206878392', u'COPY_-1206878448'), (u'CALL_-1206878912', u'INDIRECT_-1206878255'), (u'LOAD_-1206879922', u'INT_EQUAL_-1206879844'), (u'STORE_-1206879155', u'INDIRECT_-1206878522'), ('tmp_4229', u'MULTIEQUAL_-1206878449'), (u'INDIRECT_-1206878249', u'COPY_-1206878291'), ('tmp_4228', u'COPY_-1206878654'), (u'INT_ADD_-1206879790', u'CAST_-1206878370'), (u'INDIRECT_-1206878598', u'MULTIEQUAL_-1206878624'), (u'INDIRECT_-1206878391', u'COPY_-1206878444'), (u'INDIRECT_-1206878648', u'MULTIEQUAL_-1206878674'), (u'CAST_-1206878124', u'INT_LESS_-1206879237'), (u'STORE_-1206879155', u'INDIRECT_-1206878322'), (u'INDIRECT_-1206878186', u'COPY_-1206878235'), ('tmp_4230', u'COPY_-1206878604'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878373'), (u'CALL_-1206879634', u'INDIRECT_-1206878617'), ('const-1', u'RETURN_-1206879629'), ('const-1', u'PTRADD_-1206878873'), (u'CAST_-1206878178', u'LOAD_-1206879446'), (u'INDIRECT_-1206878527', u'MULTIEQUAL_-1206878605'), ('const-1014480', u'PTRSUB_-1206877984'), ('tmp_4229', u'COPY_-1206878616'), (u'INDIRECT_-1206878398', u'PTRADD_-1206878873'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878352'), (u'CALL_-1206879223', u'INDIRECT_-1206878466'), (u'INDIRECT_-1206878473', u'PTRADD_-1206878950'), ('const-4', u'PTRADD_-1206878179'), ('const-1017544', u'INT_ADD_-1206878893'), (u'INDIRECT_-1206878316', u'COPY_-1206878369'), ('tmp_4215', u'COPY_-1206878905'), (u'INDIRECT_-1206878174', u'COPY_-1206878216'), (u'INDIRECT_-1206878330', u'COPY_-1206878377'), (u'INDIRECT_-1206878111', u'COPY_-1206878160'), (u'CALL_-1206878912', u'INDIRECT_-1206878230'), (u'INDIRECT_-1206878216', u'COPY_-1206878269'), ('const-1', u'RETURN_-1206878984'), (u'CAST_-1206878192', u'INT_LESSEQUAL_-1206879461'), ('tmp_4225', u'COPY_-1206878729'), (u'CALL_-1206879634', u'INDIRECT_-1206878792'), (u'INT_ADD_-1206879140', u'CAST_-1206878089'), (u'CALL_-1206878886', u'INDIRECT_-1206878349'), (u'CALL_-1206878989', u'INDIRECT_-1206878236'), (u'INT_OR_-1206878933', u'STORE_-1206879781'), ('tmp_4225', u'COPY_-1206878716'), (u'CAST_-1206878257', u'CALLIND_-1206879273'), (u'CALL_-1206878912', u'INDIRECT_-1206878205'), ('const-417', u'LOAD_-1206879219'), ('const-417', u'STORE_-1206879421'), (u'INDIRECT_-1206878505', u'COPY_-1206878571'), (u'LOAD_-1206879446', u'INT_OR_-1206878743'), (u'STORE_-1206879421', u'INDIRECT_-1206878274'), (u'CALL_-1206878886', u'INDIRECT_-1206878424'), (u'CALL_-1206878912', u'INDIRECT_-1206878380'), ('tmp_4231', u'MULTIEQUAL_-1206878399'), (u'INDIRECT_-1206878767', u'COPY_-1206878823'), (u'INDIRECT_-1206878474', u'COPY_-1206878516'), (u'INDIRECT_-1206878299', u'COPY_-1206878341'), ('const-14', u'PTRADD_-1206878221'), (u'CALL_-1206879634', u'INDIRECT_-1206878717'), ('const-23', u'INT_ADD_-1206879560'), (u'INDIRECT_-1206878372', u'COPY_-1206878436'), (u'INT_NOTEQUAL_-1206879162', u'CBRANCH_-1206879159'), (u'INDIRECT_-1206878197', u'COPY_-1206878261'), ('tmp_2750', u'CAST_-1206878438'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878523'), ('const-417', u'LOAD_-1206879812'), (u'LOAD_-1206879527', u'INT_EQUAL_-1206879508'), (u'INDIRECT_-1206878717', u'COPY_-1206878773'), (u'INDIRECT_-1206878136', u'COPY_-1206878185'), (u'INDIRECT_-1206878361', u'COPY_-1206878410'), ('const-1016600', u'PTRSUB_-1206877986'), (u'INDIRECT_-1206878498', u'CALL_-1206879223'), ('tmp_4224', u'COPY_-1206878741'), (u'STORE_-1206879781', u'INDIRECT_-1206878830'), (u'CALL_-1206879634', u'INDIRECT_-1206878567'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878302'), ('tmp_4221', u'COPY_-1206878816'), (u'INDIRECT_-1206878516', u'COPY_-1206878569'), (u'CAST_-1206878361', u'STORE_-1206879781'), (u'INT_AND_-1206879151', u'STORE_-1206879155'), (u'INDIRECT_-1206878448', u'INT_ADD_-1206878985'), (u'CALL_-1206879634', u'INDIRECT_-1206878392'), (u'CAST_-1206878243', u'LOAD_-1206879576'), (u'CALL_-1206878912', u'INDIRECT_-1206878305'), (u'CALL_-1206879223', u'INDIRECT_-1206878541'), (u'STORE_-1206879155', u'INDIRECT_-1206878372'), ('const-417', u'STORE_-1206879194'), ('tmp_4232', u'COPY_-1206878554'), (u'INDIRECT_-1206878530', u'COPY_-1206878596'), (u'INDIRECT_-1206878385', u'COPY_-1206878447'), (u'STORE_-1206879155', u'INDIRECT_-1206878422'), ('tmp_201', u'CBRANCH_-1206879893'), (u'CALL_-1206878989', u'INDIRECT_-1206878486'), (u'STORE_-1206879781', u'INDIRECT_-1206878805'), (u'STORE_-1206879421', u'INDIRECT_-1206878399'), (u'CALL_-1206878989', u'INDIRECT_-1206878286'), (u'STORE_-1206879781', u'INDIRECT_-1206878855'), (u'INT_EQUAL_-1206879508', u'CBRANCH_-1206879504'), ('const-0', u'INT_NOTEQUAL_-1206879955'), (u'CALL_-1206878989', u'INDIRECT_-1206878511'), (u'STORE_-1206879155', u'INDIRECT_-1206878172'), (u'STORE_-1206879781', u'INDIRECT_-1206878530'), ('tmp_4223', u'COPY_-1206878779'), (u'INT_EQUAL_-1206879243', u'CBRANCH_-1206879239'), ('tmp_4224', u'COPY_-1206878680'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878598'), (u'CALL_-1206879634', u'INDIRECT_-1206878692'), (u'INDIRECT_-1206878642', u'COPY_-1206878698'), (u'INDIRECT_-1206878373', u'INT_ADD_-1206878908'), (u'INDIRECT_-1206878249', u'COPY_-1206878314'), (u'CALL_-1206878912', u'INDIRECT_-1206878155'), (u'STORE_-1206879194', u'INDIRECT_-1206878510'), (u'INDIRECT_-1206878399', u'COPY_-1206878464'), ('const-4294967292', u'INT_EQUAL_-1206879202'), (u'CALL_-1206879223', u'INDIRECT_-1206878216'), (u'CALL_-1206879223', u'INDIRECT_-1206878166'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878502'), (u'STORE_-1206879781', u'INDIRECT_-1206878580'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878548'), (u'INDIRECT_-1206878548', u'MULTIEQUAL_-1206878574'), (u'CALL_-1206878989', u'INDIRECT_-1206878336'), (u'INDIRECT_-1206878424', u'COPY_-1206878489'), (u'INDIRECT_-1206878597', u'COPY_-1206878661'), (u'INDIRECT_-1206878460', u'COPY_-1206878522'), ('tmp_2750', u'CAST_-1206878244'), (u'STORE_-1206879421', u'INDIRECT_-1206878599'), (u'STORE_-1206879194', u'INDIRECT_-1206878760'), (u'INT_RIGHT_-1206878666', u'INT_ZEXT_-1206879178'), (u'INDIRECT_-1206878149', u'COPY_-1206878191'), ('tmp_4217', u'COPY_-1206878916'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878277'), (u'INDIRECT_-1206878205', u'COPY_-1206878252'), (u'INDIRECT_-1206878480', u'COPY_-1206878527'), (u'LOAD_-1206879219', u'INT_OR_-1206878837'), ('const-0', u'INT_NOTEQUAL_-1206879162'), ('tmp_4216', u'COPY_-1206878941'), (u'INDIRECT_-1206878667', u'COPY_-1206878723'), (u'INDIRECT_-1206878416', u'COPY_-1206878469'), (u'STORE_-1206879781', u'INDIRECT_-1206878730'), (u'INT_SRIGHT_-1206879302', u'INT_MULT_-1206878684'), ('tmp_1266', u'CBRANCH_-1206879234'), (u'STORE_-1206879155', u'INDIRECT_-1206878447'), (u'INDIRECT_-1206878274', u'COPY_-1206878339'), ('const-4', u'INT_RIGHT_-1206878666'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878227'), (u'CALL_-1206878886', u'INDIRECT_-1206878399'), (u'STORE_-1206879194', u'INDIRECT_-1206878735'), (u'PTRADD_-1206878950', u'CALL_-1206878989'), (u'INDIRECT_-1206878730', u'COPY_-1206878796'), (u'LOAD_-1206879457', u'MULTIEQUAL_-1206878905'), ('const-24', u'INT_MULT_-1206879184'), (u'INDIRECT_-1206878573', u'MULTIEQUAL_-1206878599'), ('const-1', u'RETURN_-1206878907'), ('const-4', u'PTRADD_-1206878174'), (u'CALL_-1206878989', u'INDIRECT_-1206878186'), (u'INDIRECT_-1206878524', u'COPY_-1206878566'), (u'MULTIEQUAL_-1206878724', u'INT_ADD_-1206879630'), (u'INDIRECT_-1206878649', u'COPY_-1206878714'), ('tmp_4223', u'MULTIEQUAL_-1206878599'), (u'CALL_-1206878989', u'INDIRECT_-1206878436'), ('const-417', u'LOAD_-1206879225'), ('const-11', u'INT_ADD_-1206879187'), (u'INDIRECT_-1206878491', u'COPY_-1206878544'), ('tmp_4222', u'COPY_-1206878804'), (u'INT_ADD_-1206878893', u'CALL_-1206878886'), ('tmp_4221', u'MULTIEQUAL_-1206878649'), (u'INT_ADD_-1206879702', u'CAST_-1206878318'), (u'LOAD_-1206879922', u'CALLIND_-1206879273'), (u'CALL_-1206878989', u'INDIRECT_-1206878261'), (u'INDIRECT_-1206878555', u'COPY_-1206878621'), (u'INDIRECT_-1206878524', u'COPY_-1206878589'), ('tmp_1034', u'BRANCH_-1206879272'), (u'INDIRECT_-1206878580', u'COPY_-1206878646'), (u'STORE_-1206879155', u'INDIRECT_-1206878597'), ('tmp_4230', u'COPY_-1206878530'), (u'CALL_-1206879223', u'INDIRECT_-1206878391'), ('const-2', u'INT_SRIGHT_-1206879447'), (u'CALL_-1206879223', u'INDIRECT_-1206878316'), (u'INDIRECT_-1206878492', u'COPY_-1206878548'), ('const-4294967293', u'INT_EQUAL_-1206879897'), (u'MULTIEQUAL_-1206878905', u'INT_ADD_-1206879407'), (u'CALL_-1206878886', u'INDIRECT_-1206878324'), ('const-1014164', u'INT_ADD_-1206879630'), ('tmp_4230', u'MULTIEQUAL_-1206878424'), (u'CALL_-1206879223', u'INDIRECT_-1206878341'), (u'STORE_-1206879781', u'INDIRECT_-1206878555'), ('const-417', u'LOAD_-1206879356'), ('const-1', u'RETURN_-1206878881'), ('tmp_4232', u'COPY_-1206878541'), ('tmp_4217', u'COPY_-1206878929'), ('tmp_107', u'CBRANCH_-1206879940'), (u'CALL_-1206878989', u'INDIRECT_-1206878386'), ('tmp_4219', u'MULTIEQUAL_-1206878699'), ('const-1014416', u'INT_ADD_-1206879219'), (u'INDIRECT_-1206878705', u'COPY_-1206878771'), (u'CALL_-1206878989', u'INDIRECT_-1206878161'), (u'INDIRECT_-1206878405', u'COPY_-1206878452'), (u'CALL_-1206879634', u'INDIRECT_-1206878467'), ('const-1', u'PTRADD_-1206878950'), ('tmp_4221', u'COPY_-1206878829'), (u'INDIRECT_-1206878155', u'COPY_-1206878202'), (u'CALL_-1206879634', u'INDIRECT_-1206878642'), ('const-417', u'LOAD_-1206879446'), (u'STORE_-1206879421', u'INDIRECT_-1206878624'), ('tmp_4228', u'COPY_-1206878580'), (u'INDIRECT_-1206878623', u'MULTIEQUAL_-1206878649'), (u'CALL_-1206879634', u'INDIRECT_-1206878542'), (u'INDIRECT_-1206878535', u'COPY_-1206878597'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878252'), (u'STORE_-1206879194', u'INDIRECT_-1206878610'), (u'CALL_-1206879223', u'INDIRECT_-1206878116'), ('tmp_4231', u'COPY_-1206878505'), (u'INDIRECT_-1206878202', u'MULTIEQUAL_-1206878280'), (u'INDIRECT_-1206878423', u'MULTIEQUAL_-1206878330'), (u'STORE_-1206879155', u'INDIRECT_-1206878197'), (u'PTRADD_-1206878418', u'LOAD_-1206879922'), (u'INDIRECT_-1206878399', u'COPY_-1206878441'), (u'INDIRECT_-1206878599', u'COPY_-1206878664'), ('const-0', u'INT_EQUAL_-1206879582'), (u'LOAD_-1206879718', u'CALLIND_-1206879601'), (u'INDIRECT_-1206878352', u'MULTIEQUAL_-1206878430'), (u'LOAD_-1206879533', u'INT_EQUAL_-1206879508'), (u'STORE_-1206879421', u'INDIRECT_-1206878424'), (u'CAST_-1206878222', u'LOAD_-1206879533'), ('const-2', u'INT_OR_-1206878743'), (u'INT_OR_-1206878743', u'STORE_-1206879421'), (u'INDIRECT_-1206878449', u'COPY_-1206878491'), ('const-4', u'PTRADD_-1206878418'), (u'INDIRECT_-1206878322', u'COPY_-1206878386'), ('tmp_750', u'CBRANCH_-1206879504'), (u'STORE_-1206879155', u'INDIRECT_-1206878572'), (u'LOAD_-1206879730', u'INT_ADD_-1206879702'), (u'CALL_-1206879634', u'INDIRECT_-1206878442'), (u'INT_ADD_-1206879187', u'CAST_-1206878106'), (u'INDIRECT_-1206878355', u'COPY_-1206878402'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878723'), (u'INDIRECT_-1206878377', u'MULTIEQUAL_-1206878455'), (u'INDIRECT_-1206878748', u'MULTIEQUAL_-1206878774'), ('const-0', u'PTRSUB_-1206877984'), ('const-417', u'LOAD_-1206879576'), ('tmp_4223', u'COPY_-1206878766'), (u'LOAD_-1206879922', u'INT_EQUAL_-1206879243'), ('const-42', u'INT_ADD_-1206879767'), (u'LOAD_-1206879922', u'INT_LESS_-1206879237'), ('tmp_4216', u'MULTIEQUAL_-1206878774'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878623'), (u'INDIRECT_-1206878577', u'MULTIEQUAL_-1206878655'), ('tmp_4221', u'COPY_-1206878755'), (u'INT_ADD_-1206879407', u'CAST_-1206878169'), ('const-0', u'RETURN_-1206879920'), ('tmp_4223', u'COPY_-1206878705'), ('const-0', u'RETURN_-1206879219'), ('tmp_4222', u'MULTIEQUAL_-1206878624'), (u'INT_ADD_-1206879560', u'CAST_-1206878243'), (u'STORE_-1206879155', u'INDIRECT_-1206878247'), (u'CALL_-1206878989', u'INDIRECT_-1206878211'), (u'INT_ADD_-1206879203', u'CAST_-1206878280'), (u'CALL_-1206878989', u'INDIRECT_-1206878361'), (u'CALL_-1206878886', u'INDIRECT_-1206878274'), (u'INDIRECT_-1206878517', u'COPY_-1206878573'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878698'), (u'INDIRECT_-1206878227', u'MULTIEQUAL_-1206878305'), ('tmp_648', u'CBRANCH_-1206879579'), (u'STORE_-1206879194', u'INDIRECT_-1206878560'), ('const-1014388', u'INT_ADD_-1206878882'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878477'), (u'CALL_-1206879223', u'INDIRECT_-1206878266'), (u'INDIRECT_-1206878386', u'COPY_-1206878435'), (u'CAST_-1206878169', u'STORE_-1206879421'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878648'), (u'CALL_-1206879634', u'INDIRECT_-1206878367'), ('tmp_4226', u'COPY_-1206878630'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878673'), (u'INDIRECT_-1206878773', u'MULTIEQUAL_-1206878680'), (u'INDIRECT_-1206878624', u'COPY_-1206878689'), (u'INDIRECT_-1206878177', u'MULTIEQUAL_-1206878255'), ('tmp_4226', u'COPY_-1206878691'), (u'STORE_-1206879421', u'INDIRECT_-1206878249'), (u'CALL_-1206879223', u'INDIRECT_-1206878516'), ('const-1014760', u'INT_ADD_-1206879230'), (u'CALL_-1206879634', u'INDIRECT_-1206878767'), (u'INDIRECT_-1206878366', u'COPY_-1206878419'), (u'PTRADD_-1206878873', u'CALL_-1206878912'), (u'CAST_-1206878257', u'PTRADD_-1206878221'), (u'STORE_-1206879781', u'INDIRECT_-1206878705'), ('const-1', u'INT_AND_-1206879151'), (u'INDIRECT_-1206878692', u'COPY_-1206878748'), (u'LOAD_-1206879741', u'CAST_-1206878336'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878473'), (u'INDIRECT_-1206878180', u'COPY_-1206878227'), ('tmp_4220', u'COPY_-1206878854'), (u'STORE_-1206879421', u'INDIRECT_-1206878674'), (u'INT_RIGHT_-1206878666', u'INT_AND_-1206878664'), (u'CALL_-1206879223', u'INDIRECT_-1206878366'), (u'CALL_-1206879223', u'INDIRECT_-1206878241'), (u'INDIRECT_-1206878486', u'COPY_-1206878535'), (u'CALL_-1206878912', u'INDIRECT_-1206878105'), (u'STORE_-1206879421', u'INDIRECT_-1206878374'), (u'INDIRECT_-1206878602', u'MULTIEQUAL_-1206878680'), ('tmp_4217', u'COPY_-1206878855'), ('const-3', u'INT_SRIGHT_-1206879302'), ('const-417', u'LOAD_-1206879718'), ('const-96', u'INT_ADD_-1206879517'), (u'INT_ADD_-1206879430', u'CAST_-1206878178'), (u'INDIRECT_-1206878497', u'COPY_-1206878561'), (u'INDIRECT_-1206878510', u'COPY_-1206878572'), (u'STORE_-1206879781', u'INDIRECT_-1206878755'), (u'LOAD_-1206879501', u'INT_SUB_-1206879469'), (u'CALL_-1206879634', u'INDIRECT_-1206878492'), (u'CAST_-1206878323', u'LOAD_-1206879724'), ('tmp_4232', u'COPY_-1206878480'), (u'INT_MULT_-1206879429', u'INT_ADD_-1206879441'), (u'INDIRECT_-1206878349', u'COPY_-1206878414'), (u'INDIRECT_-1206878466', u'COPY_-1206878519'), (u'CALL_-1206878912', u'INDIRECT_-1206878080'), (u'STORE_-1206879194', u'INDIRECT_-1206878435'), (u'CALL_-1206878912', u'INDIRECT_-1206878430'), (u'INDIRECT_-1206878592', u'COPY_-1206878648'), ('const-0', u'RETURN_-1206879395'), (u'INDIRECT_-1206878427', u'MULTIEQUAL_-1206878505'), (u'INT_MULT_-1206879184', u'INT_ADD_-1206879194'), (u'INDIRECT_-1206878297', u'COPY_-1206878361'), ('const-417', u'LOAD_-1206879533'), ('const-417', u'LOAD_-1206879741'), (u'INDIRECT_-1206878397', u'COPY_-1206878461'), (u'LOAD_-1206879922', u'INT_EQUAL_-1206879202'), (u'INDIRECT_-1206878472', u'COPY_-1206878536'), (u'INDIRECT_-1206878480', u'COPY_-1206878546'), (u'LOAD_-1206879544', u'INT_ADD_-1206879517'), (u'CAST_-1206878106', u'LOAD_-1206879203'), ('const-417', u'LOAD_-1206879806'), (u'INT_EQUAL_-1206879897', u'CBRANCH_-1206879893'), ('tmp_4220', u'MULTIEQUAL_-1206878674'), ('tmp_700', u'CBRANCH_-1206879547'), (u'INDIRECT_-1206878674', u'COPY_-1206878739'), (u'PTRADD_-1206878179', u'LOAD_-1206879356'), ('tmp_4226', u'COPY_-1206878704'), ('const-417', u'LOAD_-1206879527'), (u'INDIRECT_-1206878477', u'MULTIEQUAL_-1206878555'), (u'STORE_-1206879194', u'INDIRECT_-1206878635'), (u'INT_ADD_-1206879194', u'INT_ADD_-1206879140'), ('const-4', u'PTRADD_-1206878216'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878327'), (u'STORE_-1206879194', u'INDIRECT_-1206878485'), (u'STORE_-1206879421', u'INDIRECT_-1206878499'), (u'CALL_-1206878912', u'INDIRECT_-1206878130'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878748'), (u'CALL_-1206879223', u'INDIRECT_-1206878441'), ('tmp_497', u'CBRANCH_-1206879695'), (u'INT_EQUAL_-1206879582', u'CBRANCH_-1206879579'), (u'CALLIND_-1206879601', u'CAST_-1206878257'), ('const-59', u'PTRADD_-1206878174'), ('const-152', u'INT_ADD_-1206879203'), (u'STORE_-1206879155', u'INDIRECT_-1206878272'), (u'INDIRECT_-1206878502', u'MULTIEQUAL_-1206878580'), (u'CALL_-1206878886', u'INDIRECT_-1206878499'), (u'INDIRECT_-1206878430', u'COPY_-1206878496'), (u'INDIRECT_-1206878280', u'COPY_-1206878327'), (u'INDIRECT_-1206878230', u'COPY_-1206878277'), (u'INT_ADD_-1206879517', u'CAST_-1206878222'), (u'INDIRECT_-1206878348', u'MULTIEQUAL_-1206878374'), (u'INDIRECT_-1206878105', u'COPY_-1206878152'), ('const-0', u'INT_NOTEQUAL_-1206879549'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878552'), ('const-417', u'LOAD_-1206879922'), (u'INDIRECT_-1206878447', u'COPY_-1206878511'), ('tmp_4221', u'INT_ADD_-1206878893'), ('tmp_250', u'CBRANCH_-1206879866'), ('const-4', u'INT_MULT_-1206879429'), (u'INT_ADD_-1206878908', u'CALL_-1206878912'), ('tmp_4227', u'COPY_-1206878666'), (u'STORE_-1206879781', u'INDIRECT_-1206878630'), (u'CALL_-1206878989', u'INDIRECT_-1206878111'), ('tmp_4225', u'MULTIEQUAL_-1206878549'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878177'), (u'INDIRECT_-1206878523', u'INT_ADD_-1206879219'), (u'INDIRECT_-1206878423', u'MULTIEQUAL_-1206878449'), (u'INDIRECT_-1206878698', u'MULTIEQUAL_-1206878605'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878398'), (u'INDIRECT_-1206878411', u'COPY_-1206878460'), (u'INDIRECT_-1206878630', u'COPY_-1206878696'), (u'INDIRECT_-1206878272', u'COPY_-1206878336'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878527'), (u'LOAD_-1206879922', u'INT_LESS_-1206879857'), (u'LOAD_-1206879718', u'INT_EQUAL_-1206879699'), ('tmp_4222', u'INT_ADD_-1206878882'), (u'INDIRECT_-1206878572', u'COPY_-1206878636'), (u'PTRADD_-1206878216', u'LOAD_-1206879495'), ('const-1016600', u'PTRSUB_-1206878019'), ('tmp_4217', u'MULTIEQUAL_-1206878749'), (u'INDIRECT_-1206878780', u'COPY_-1206878846'), (u'INDIRECT_-1206878436', u'COPY_-1206878485'), (u'INT_ADD_-1206879180', u'CAST_-1206878271'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878577'), (u'CALL_-1206879223', u'INDIRECT_-1206878141'), (u'INDIRECT_-1206878191', u'COPY_-1206878244'), ('tmp_2750', u'LOAD_-1206879225'), (u'INDIRECT_-1206878523', u'MULTIEQUAL_-1206878549'), (u'STORE_-1206879421', u'INDIRECT_-1206878349'), (u'INDIRECT_-1206878349', u'COPY_-1206878391'), (u'CALLIND_-1206879273', u'INDIRECT_-1206878427'), (u'STORE_-1206879421', u'INDIRECT_-1206878524'), (u'LOAD_-1206879350', u'INT_SUB_-1206879324'), ('tmp_2750', u'LOAD_-1206879812'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878423'), (u'INDIRECT_-1206878347', u'COPY_-1206878411'), (u'INDIRECT_-1206878485', u'COPY_-1206878547'), (u'STORE_-1206879155', u'INDIRECT_-1206878397'), (u'INDIRECT_-1206878224', u'COPY_-1206878266'), (u'STORE_-1206879781', u'INDIRECT_-1206878455'), (u'INT_ADD_-1206879194', u'INT_ADD_-1206879187'), (u'CALL_-1206878886', u'INDIRECT_-1206878474'), ('tmp_4220', u'COPY_-1206878780'), (u'INDIRECT_-1206878648', u'INT_ADD_-1206879511'), ('tmp_4231', u'COPY_-1206878566'), ('const-236', u'INT_ADD_-1206879702'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878348'), (u'INDIRECT_-1206878748', u'MULTIEQUAL_-1206878655'), (u'CAST_-1206878187', u'LOAD_-1206879457'), (u'INT_SRIGHT_-1206879447', u'CAST_-1206878192'), (u'CALL_-1206879634', u'INDIRECT_-1206878667'), (u'CALL_-1206878989', u'INDIRECT_-1206878136'), ('tmp_1407', u'CBRANCH_-1206879159'), (u'INDIRECT_-1206878499', u'COPY_-1206878541'), (u'CALL_-1206878912', u'INDIRECT_-1206878280'), (u'INDIRECT_-1206878417', u'COPY_-1206878473'), (u'INDIRECT_-1206878792', u'COPY_-1206878848'), (u'STORE_-1206879194', u'INDIRECT_-1206878660'), (u'STORE_-1206879781', u'INDIRECT_-1206878430'), (u'STORE_-1206879194', u'INDIRECT_-1206878460'), (u'LOAD_-1206879495', u'INT_SUB_-1206879469'), (u'CAST_-1206878271', u'STORE_-1206879194'), (u'INDIRECT_-1206878473', u'MULTIEQUAL_-1206878499'), (u'CALLIND_-1206879601', u'INDIRECT_-1206878498'), (u'INDIRECT_-1206878274', u'COPY_-1206878316'), (u'INT_SUB_-1206879469', u'INT_SRIGHT_-1206879447'), ('const-1014448', u'INT_ADD_-1206878985'), (u'INDIRECT_-1206878211', u'COPY_-1206878260'), (u'INDIRECT_-1206878302', u'MULTIEQUAL_-1206878380'), (u'INDIRECT_-1206878448', u'MULTIEQUAL_-1206878355'), (u'CAST_-1206878217', u'LOAD_-1206879527'), (u'STORE_-1206879781', u'INDIRECT_-1206878605'), (u'MULTIEQUAL_-1206878905', u'INT_ADD_-1206879430'), (u'LOAD_-1206879724', u'INT_EQUAL_-1206879699'), (u'INT_ADD_-1206879441', u'CAST_-1206878187'), (u'CAST_-1206878257', u'INT_EQUAL_-1206879582'), (u'INDIRECT_-1206878286', u'COPY_-1206878335'), (u'INDIRECT_-1206878367', u'COPY_-1206878423'), (u'INDIRECT_-1206878830', u'COPY_-1206878896'), (u'INDIRECT_-1206878680', u'COPY_-1206878746'), (u'CALL_-1206878886', u'INDIRECT_-1206878374'), ('tmp_1852', u'CBRANCH_-1206879239'), ('const-417', u'LOAD_-1206879350'), ('tmp_4227', u'COPY_-1206878605'), (u'INT_EQUAL_-1206879844', u'CBRANCH_-1206879841'), (u'INDIRECT_-1206878685', u'COPY_-1206878747'), (u'INT_ADD_-1206879708', u'CAST_-1206878323'), (u'INDIRECT_-1206878548', u'INT_ADD_-1206879230'), (u'INT_ADD_-1206879641', u'CALL_-1206879634'), (u'INDIRECT_-1206878760', u'COPY_-1206878822'), ('tmp_4219', u'COPY_-1206878805'), ('const-1014036', u'INT_ADD_-1206879935'), (u'STORE_-1206879421', u'INDIRECT_-1206878474'), (u'LOAD_-1206880001', u'INT_AND_-1206878992'), (u'STORE_-1206879421', u'INDIRECT_-1206878549'), (u'CALL_-1206878912', u'INDIRECT_-1206878455'), ('const-0', u'RETURN_-1206879873'), (u'STORE_-1206879781', u'INDIRECT_-1206878655'), (u'INDIRECT_-1206878266', u'COPY_-1206878319'), (u'INDIRECT_-1206878598', u'MULTIEQUAL_-1206878505'), (u'STORE_-1206879781', u'INDIRECT_-1206878480'), (u'INDIRECT_-1206878055', u'COPY_-1206878102'), ('const-4', u'INT_ADD_-1206879140'), (u'INDIRECT_-1206878141', u'COPY_-1206878194')]
null
null
000f78fc
arm
O2
(translation_unit "void FUN_000f78fc(int *param_1)\n\n{\n byte bVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n \n iVar4 = DAT_000f7ad0 + 0xf7914;\n if ((*(byte *)((int)param_1 + 0x17) & 0x20) != 0) {\n return;\n }\n uVar3 = param_1[4];\n if (uVar3 == 0xfffffffd) {\n return;\n }\n if (uVar3 < 0xfffffffe) {\n if (uVar3 == 0) {\n return;\n }\n if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }\n }\n else {\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }\n if ((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);\n }\n if ((*(byte *)((int)param_1 + 0x17) & 0x40) != 0) {\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }\n *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;\n return;\n }\n if (uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) {\n iVar4 = piVar2[0x3a] + uVar3 * 0x18;\n bVar1 = *(byte *)(iVar4 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }\n *(uint *)(iVar4 + 4) = bVar1 & 1;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c);\n}\n\n" (function_definition "void FUN_000f78fc(int *param_1)\n\n{\n byte bVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n \n iVar4 = DAT_000f7ad0 + 0xf7914;\n if ((*(byte *)((int)param_1 + 0x17) & 0x20) != 0) {\n return;\n }\n uVar3 = param_1[4];\n if (uVar3 == 0xfffffffd) {\n return;\n }\n if (uVar3 < 0xfffffffe) {\n if (uVar3 == 0) {\n return;\n }\n if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }\n }\n else {\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }\n if ((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);\n }\n if ((*(byte *)((int)param_1 + 0x17) & 0x40) != 0) {\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }\n *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;\n return;\n }\n if (uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) {\n iVar4 = piVar2[0x3a] + uVar3 * 0x18;\n bVar1 = *(byte *)(iVar4 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }\n *(uint *)(iVar4 + 4) = bVar1 & 1;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c);\n}" primitive_type (function_declarator "FUN_000f78fc(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n byte bVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n \n iVar4 = DAT_000f7ad0 + 0xf7914;\n if ((*(byte *)((int)param_1 + 0x17) & 0x20) != 0) {\n return;\n }\n uVar3 = param_1[4];\n if (uVar3 == 0xfffffffd) {\n return;\n }\n if (uVar3 < 0xfffffffe) {\n if (uVar3 == 0) {\n return;\n }\n if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }\n }\n else {\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }\n if ((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);\n }\n if ((*(byte *)((int)param_1 + 0x17) & 0x40) != 0) {\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }\n *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;\n return;\n }\n if (uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) {\n iVar4 = piVar2[0x3a] + uVar3 * 0x18;\n bVar1 = *(byte *)(iVar4 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }\n *(uint *)(iVar4 + 4) = bVar1 & 1;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c);\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (expression_statement "iVar4 = DAT_000f7ad0 + 0xf7914;" (assignment_expression "iVar4 = DAT_000f7ad0 + 0xf7914" identifier = (binary_expression "DAT_000f7ad0 + 0xf7914" identifier + number_literal)) ;) (if_statement "if ((*(byte *)((int)param_1 + 0x17) & 0x20) != 0) {\n return;\n }" if (parenthesized_expression "((*(byte *)((int)param_1 + 0x17) & 0x20) != 0)" ( (binary_expression "(*(byte *)((int)param_1 + 0x17) & 0x20) != 0" (parenthesized_expression "(*(byte *)((int)param_1 + 0x17) & 0x20)" ( (binary_expression "*(byte *)((int)param_1 + 0x17) & 0x20" (pointer_expression "*(byte *)((int)param_1 + 0x17)" * (cast_expression "(byte *)((int)param_1 + 0x17)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x17)" ( (binary_expression "(int)param_1 + 0x17" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "uVar3 = param_1[4];" (assignment_expression "uVar3 = param_1[4]" identifier = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (if_statement "if (uVar3 == 0xfffffffd) {\n return;\n }" if (parenthesized_expression "(uVar3 == 0xfffffffd)" ( (binary_expression "uVar3 == 0xfffffffd" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (uVar3 < 0xfffffffe) {\n if (uVar3 == 0) {\n return;\n }\n if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }\n }\n else {\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }" if (parenthesized_expression "(uVar3 < 0xfffffffe)" ( (binary_expression "uVar3 < 0xfffffffe" identifier < number_literal) )) (compound_statement "{\n if (uVar3 == 0) {\n return;\n }\n if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }\n }" { (if_statement "if (uVar3 == 0) {\n return;\n }" if (parenthesized_expression "(uVar3 == 0)" ( (binary_expression "uVar3 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }" if (parenthesized_expression "(uVar3 == 0xfffffffc)" ( (binary_expression "uVar3 == 0xfffffffc" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }" { comment (expression_statement "FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);" (call_expression "FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8)" identifier (argument_list "(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8)" ( (binary_expression "DAT_000f7aec + 0xf7a74" identifier + number_literal) , identifier , (binary_expression "DAT_000f7ae8 + 0xf86c8" identifier + number_literal) ))) ;) })) }) (else_clause "else {\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }" else (compound_statement "{\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }" { (if_statement "if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }" if (parenthesized_expression "(uVar3 == 0xfffffffe)" ( (binary_expression "uVar3 == 0xfffffffe" identifier == number_literal) )) (compound_statement "{\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }" { (expression_statement "*(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;" (assignment_expression "*(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2" (pointer_expression "*(byte *)(*param_1 + 0x98)" * (cast_expression "(byte *)(*param_1 + 0x98)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x98)" ( (binary_expression "*param_1 + 0x98" (pointer_expression "*param_1" * identifier) + number_literal) )))) = (binary_expression "*(byte *)(*param_1 + 0x98) | 2" (pointer_expression "*(byte *)(*param_1 + 0x98)" * (cast_expression "(byte *)(*param_1 + 0x98)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x98)" ( (binary_expression "*param_1 + 0x98" (pointer_expression "*param_1" * identifier) + number_literal) )))) | number_literal)) ;) (return_statement "return;" return ;) })) (if_statement "if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }" if (parenthesized_expression "(uVar3 == 0xffffffff)" ( (binary_expression "uVar3 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }" { (expression_statement "*(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;" (assignment_expression "*(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40" (pointer_expression "*(byte *)(*param_1 + 0x2a)" * (cast_expression "(byte *)(*param_1 + 0x2a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x2a)" ( (binary_expression "*param_1 + 0x2a" (pointer_expression "*param_1" * identifier) + number_literal) )))) = (binary_expression "*(byte *)(*param_1 + 0x2a) | 0x40" (pointer_expression "*(byte *)(*param_1 + 0x2a)" * (cast_expression "(byte *)(*param_1 + 0x2a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x2a)" ( (binary_expression "*param_1 + 0x2a" (pointer_expression "*param_1" * identifier) + number_literal) )))) | number_literal)) ;) (return_statement "return;" return ;) })) }))) (if_statement "if ((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);\n }" if (parenthesized_expression "((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0))" ( (binary_expression "(*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)" (parenthesized_expression "(*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4))" ( (binary_expression "*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)" (pointer_expression "*(code **)(*(int *)*param_1 + 0xec)" * (cast_expression "(code **)(*(int *)*param_1 + 0xec)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)*param_1 + 0xec)" ( (binary_expression "*(int *)*param_1 + 0xec" (pointer_expression "*(int *)*param_1" * (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) + number_literal) )))) == (pointer_expression "*(code **)(iVar4 + DAT_000f7ad4)" * (cast_expression "(code **)(iVar4 + DAT_000f7ad4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + DAT_000f7ad4)" ( (binary_expression "iVar4 + DAT_000f7ad4" identifier + identifier) ))))) )) || (parenthesized_expression "(piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)" ( (comma_expression "piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0" (assignment_expression "piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))()" identifier = (cast_expression "(int *)(**(code **)(*(int *)*param_1 + 0xec))()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(**(code **)(*(int *)*param_1 + 0xec))()" (parenthesized_expression "(**(code **)(*(int *)*param_1 + 0xec))" ( (pointer_expression "**(code **)(*(int *)*param_1 + 0xec)" * (pointer_expression "*(code **)(*(int *)*param_1 + 0xec)" * (cast_expression "(code **)(*(int *)*param_1 + 0xec)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)*param_1 + 0xec)" ( (binary_expression "*(int *)*param_1 + 0xec" (pointer_expression "*(int *)*param_1" * (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) + number_literal) ))))) )) (argument_list "()" ( ))))) , (binary_expression "piVar2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);\n }" { comment (expression_statement "FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);" (call_expression "FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8)" identifier (argument_list "(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8)" ( (binary_expression "DAT_000f7adc + 0xf7994" identifier + number_literal) , identifier , (binary_expression "DAT_000f7ad8 + 0xf85e8" identifier + number_literal) ))) ;) })) (if_statement "if ((*(byte *)((int)param_1 + 0x17) & 0x40) != 0) {\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }\n *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;\n return;\n }" if (parenthesized_expression "((*(byte *)((int)param_1 + 0x17) & 0x40) != 0)" ( (binary_expression "(*(byte *)((int)param_1 + 0x17) & 0x40) != 0" (parenthesized_expression "(*(byte *)((int)param_1 + 0x17) & 0x40)" ( (binary_expression "*(byte *)((int)param_1 + 0x17) & 0x40" (pointer_expression "*(byte *)((int)param_1 + 0x17)" * (cast_expression "(byte *)((int)param_1 + 0x17)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x17)" ( (binary_expression "(int)param_1 + 0x17" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }\n *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;\n return;\n }" { (if_statement "if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }" if (parenthesized_expression "(*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4))" ( (binary_expression "*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)" (pointer_expression "*(code **)(*piVar2 + 0x60)" * (cast_expression "(code **)(*piVar2 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x60)" ( (binary_expression "*piVar2 + 0x60" (pointer_expression "*piVar2" * identifier) + number_literal) )))) == (pointer_expression "*(code **)(iVar4 + DAT_000f7ae4)" * (cast_expression "(code **)(iVar4 + DAT_000f7ae4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + DAT_000f7ae4)" ( (binary_expression "iVar4 + DAT_000f7ae4" identifier + identifier) ))))) )) (compound_statement "{\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }" { (if_statement "if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }" if (parenthesized_expression "((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3)" ( (binary_expression "(uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3" (call_expression "(uint)(piVar2[0xf] - piVar2[0xe] >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(piVar2[0xf] - piVar2[0xe] >> 2)" ( (binary_expression "piVar2[0xf] - piVar2[0xe] >> 2" (binary_expression "piVar2[0xf] - piVar2[0xe]" (subscript_expression "piVar2[0xf]" identifier [ number_literal ]) - (subscript_expression "piVar2[0xe]" identifier [ number_literal ])) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }" { comment (expression_statement "FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);" (call_expression "FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8)" identifier (argument_list "(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8)" ( (binary_expression "DAT_000f7af8 + 0xf7a90" identifier + number_literal) , identifier , (binary_expression "DAT_000f7af4 + 0xf7be8" identifier + number_literal) ))) ;) })) (expression_statement "iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);" (assignment_expression "iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4)" identifier = (pointer_expression "*(int *)(piVar2[0xe] + uVar3 * 4)" * (cast_expression "(int *)(piVar2[0xe] + uVar3 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2[0xe] + uVar3 * 4)" ( (binary_expression "piVar2[0xe] + uVar3 * 4" (subscript_expression "piVar2[0xe]" identifier [ number_literal ]) + (binary_expression "uVar3 * 4" identifier * number_literal)) ))))) ;) }) (else_clause "else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }" else (compound_statement "{\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }" { (expression_statement "iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);" (assignment_expression "iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3)" identifier = (call_expression "(**(code **)(*piVar2 + 0x60))(piVar2,uVar3)" (parenthesized_expression "(**(code **)(*piVar2 + 0x60))" ( (pointer_expression "**(code **)(*piVar2 + 0x60)" * (pointer_expression "*(code **)(*piVar2 + 0x60)" * (cast_expression "(code **)(*piVar2 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x60)" ( (binary_expression "*piVar2 + 0x60" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2,uVar3)" ( identifier , identifier )))) ;) }))) (expression_statement "*(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;" (assignment_expression "*(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2" (pointer_expression "*(byte *)(iVar4 + 0x98)" * (cast_expression "(byte *)(iVar4 + 0x98)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x98)" ( (binary_expression "iVar4 + 0x98" identifier + number_literal) )))) = (binary_expression "*(byte *)(iVar4 + 0x98) | 2" (pointer_expression "*(byte *)(iVar4 + 0x98)" * (cast_expression "(byte *)(iVar4 + 0x98)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x98)" ( (binary_expression "iVar4 + 0x98" identifier + number_literal) )))) | number_literal)) ;) (return_statement "return;" return ;) })) (if_statement "if (uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) {\n iVar4 = piVar2[0x3a] + uVar3 * 0x18;\n bVar1 = *(byte *)(iVar4 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }\n *(uint *)(iVar4 + 4) = bVar1 & 1;\n return;\n }" if (parenthesized_expression "(uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555))" ( (binary_expression "uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)" identifier < (call_expression "(uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)" ( (binary_expression "(piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555" (parenthesized_expression "(piVar2[0x3b] - piVar2[0x3a] >> 3)" ( (binary_expression "piVar2[0x3b] - piVar2[0x3a] >> 3" (binary_expression "piVar2[0x3b] - piVar2[0x3a]" (subscript_expression "piVar2[0x3b]" identifier [ number_literal ]) - (subscript_expression "piVar2[0x3a]" identifier [ number_literal ])) >> number_literal) )) * number_literal) )))) )) (compound_statement "{\n iVar4 = piVar2[0x3a] + uVar3 * 0x18;\n bVar1 = *(byte *)(iVar4 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }\n *(uint *)(iVar4 + 4) = bVar1 & 1;\n return;\n }" { (expression_statement "iVar4 = piVar2[0x3a] + uVar3 * 0x18;" (assignment_expression "iVar4 = piVar2[0x3a] + uVar3 * 0x18" identifier = (binary_expression "piVar2[0x3a] + uVar3 * 0x18" (subscript_expression "piVar2[0x3a]" identifier [ number_literal ]) + (binary_expression "uVar3 * 0x18" identifier * number_literal))) ;) (expression_statement "bVar1 = *(byte *)(iVar4 + 0xb) >> 4;" (assignment_expression "bVar1 = *(byte *)(iVar4 + 0xb) >> 4" identifier = (binary_expression "*(byte *)(iVar4 + 0xb) >> 4" (pointer_expression "*(byte *)(iVar4 + 0xb)" * (cast_expression "(byte *)(iVar4 + 0xb)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0xb)" ( (binary_expression "iVar4 + 0xb" identifier + number_literal) )))) >> number_literal)) ;) (if_statement "if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }" if (parenthesized_expression "((bVar1 & 1) != 0)" ( (binary_expression "(bVar1 & 1) != 0" (parenthesized_expression "(bVar1 & 1)" ( (binary_expression "bVar1 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }" { comment (expression_statement "FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);" (call_expression "FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00)" identifier (argument_list "(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00)" ( (binary_expression "DAT_000f7b04 + 0xf7ab0" identifier + number_literal) , identifier , (binary_expression "&UNK_000f8318 + DAT_000f7b00" (pointer_expression "&UNK_000f8318" & identifier) + identifier) ))) ;) })) (expression_statement "*(uint *)(iVar4 + 4) = bVar1 & 1;" (assignment_expression "*(uint *)(iVar4 + 4) = bVar1 & 1" (pointer_expression "*(uint *)(iVar4 + 4)" * (cast_expression "(uint *)(iVar4 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 4)" ( (binary_expression "iVar4 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 & 1" identifier & number_literal)) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c);" (call_expression "FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c)" identifier (argument_list "((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c)" ( (binary_expression "(int)&DAT_000f7ad0 + DAT_000f7b10" (cast_expression "(int)&DAT_000f7ad0" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_000f7ad0" & identifier)) + identifier) , identifier , (binary_expression "&UNK_000f8318 + DAT_000f7b0c" (pointer_expression "&UNK_000f8318" & identifier) + identifier) ))) ;) })))
(translation_unit "/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */\n/* WARNING: Struct "Output_section": ignoring overlapping field "name_" */\n/* DWARF original prototype: void set_needs_dynsym_index(Output_reloc<9,_true,_64,_false> * this) */\n\nvoid __thiscall\ngold::Output_reloc<9,_true,_64,_false>::set_needs_dynsym_index\n (Output_reloc<9,_true,_64,_false> *this)\n\n{\n byte bVar1;\n int *piVar2;\n _func_int_varargs *p_Var3;\n uint uVar4;\n int iVar5;\n \n iVar5 = DAT_000f7ad0 + 0xf7914;\n if ((this->field_0x17 & 0x20) != 0) {\n return;\n }\n uVar4 = this->local_sym_index_;\n if (uVar4 == 0xfffffffd) {\n return;\n }\n if (uVar4 < 0xfffffffe) {\n if (uVar4 == 0) {\n return;\n }\n if (uVar4 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7aec + 0xf7a74),DAT_000f7af0,\n (char *)(DAT_000f7ae8 + 0xf86c8));\n }\n }\n else {\n if (uVar4 == 0xfffffffe) {\n *(byte *)&(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length =\n (byte)(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length | 2;\n return;\n }\n if (uVar4 == 0xffffffff) {\n *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) =\n *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) | 0x40;\n return;\n }\n }\n p_Var3 = (((this->u1_).relobj)->super_Relobj).super_Object._vptr_Object[0x3b];\n if ((p_Var3 == *(_func_int_varargs **)(iVar5 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(*p_Var3)(), piVar2 == (int *)0x0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7adc + 0xf7994),DAT_000f7ae0,\n (char *)(DAT_000f7ad8 + 0xf85e8));\n }\n if ((this->field_0x17 & 0x40) != 0) {\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar5 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7af8 + 0xf7a90),DAT_000f7afc,\n (char *)(DAT_000f7af4 + 0xf7be8));\n }\n iVar5 = *(int *)(piVar2[0xe] + uVar4 * 4);\n }\n else {\n iVar5 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar4);\n }\n *(byte *)(iVar5 + 0x98) = *(byte *)(iVar5 + 0x98) | 2;\n return;\n }\n if (uVar4 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) {\n iVar5 = piVar2[0x3a] + uVar4 * 0x18;\n bVar1 = *(byte *)(iVar5 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7b04 + 0xf7ab0),DAT_000f7b08,\n (char *)(DAT_000f7b00 + 0xf8318));\n }\n *(uint *)(iVar5 + 4) = bVar1 & 1;\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)((int)&DAT_000f7ad0 + DAT_000f7b10),DAT_000f7b14,\n (char *)(DAT_000f7b0c + 0xf8318));\n}\n\n" comment comment comment (declaration "void __thiscall\ngold::Output_reloc<9,_true,_64,_false>::set_needs_dynsym_index\n (Output_reloc<9,_true,_64,_false> *this)\n\n{\n byte bVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::set_needs_dynsym_index\n (Output_reloc<9,_true,_64,_false> *this)\n\n{\n byte" identifier > : : (function_declarator "set_needs_dynsym_index\n (Output_reloc<9,_true,_64,_false> *this)" identifier (parameter_list "(Output_reloc<9,_true,_64,_false> *this)" ( (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)) ))) { identifier) identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "_func_int_varargs *p_Var3;" type_identifier (pointer_declarator "*p_Var3" * identifier) ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (expression_statement "iVar5 = DAT_000f7ad0 + 0xf7914;" (assignment_expression "iVar5 = DAT_000f7ad0 + 0xf7914" identifier = (binary_expression "DAT_000f7ad0 + 0xf7914" identifier + number_literal)) ;) (if_statement "if ((this->field_0x17 & 0x20) != 0) {\n return;\n }" if (parenthesized_expression "((this->field_0x17 & 0x20) != 0)" ( (binary_expression "(this->field_0x17 & 0x20) != 0" (parenthesized_expression "(this->field_0x17 & 0x20)" ( (binary_expression "this->field_0x17 & 0x20" (field_expression "this->field_0x17" identifier -> field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "uVar4 = this->local_sym_index_;" (assignment_expression "uVar4 = this->local_sym_index_" identifier = (field_expression "this->local_sym_index_" identifier -> field_identifier)) ;) (if_statement "if (uVar4 == 0xfffffffd) {\n return;\n }" if (parenthesized_expression "(uVar4 == 0xfffffffd)" ( (binary_expression "uVar4 == 0xfffffffd" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (uVar4 < 0xfffffffe) {\n if (uVar4 == 0) {\n return;\n }\n if (uVar4 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7aec + 0xf7a74),DAT_000f7af0,\n (char *)(DAT_000f7ae8 + 0xf86c8));\n }\n }\n else {\n if (uVar4 == 0xfffffffe) {\n *(byte *)&(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length =\n (byte)(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length | 2;\n return;\n }\n if (uVar4 == 0xffffffff) {\n *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) =\n *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) | 0x40;\n return;\n }\n }" if (parenthesized_expression "(uVar4 < 0xfffffffe)" ( (binary_expression "uVar4 < 0xfffffffe" identifier < number_literal) )) (compound_statement "{\n if (uVar4 == 0) {\n return;\n }\n if (uVar4 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7aec + 0xf7a74),DAT_000f7af0,\n (char *)(DAT_000f7ae8 + 0xf86c8));\n }\n }" { (if_statement "if (uVar4 == 0) {\n return;\n }" if (parenthesized_expression "(uVar4 == 0)" ( (binary_expression "uVar4 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (uVar4 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7aec + 0xf7a74),DAT_000f7af0,\n (char *)(DAT_000f7ae8 + 0xf86c8));\n }" if (parenthesized_expression "(uVar4 == 0xfffffffc)" ( (binary_expression "uVar4 == 0xfffffffc" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7aec + 0xf7a74),DAT_000f7af0,\n (char *)(DAT_000f7ae8 + 0xf86c8));\n }" { comment (expression_statement "do_gold_unreachable((char *)(DAT_000f7aec + 0xf7a74),DAT_000f7af0,\n (char *)(DAT_000f7ae8 + 0xf86c8));" (call_expression "do_gold_unreachable((char *)(DAT_000f7aec + 0xf7a74),DAT_000f7af0,\n (char *)(DAT_000f7ae8 + 0xf86c8))" identifier (argument_list "((char *)(DAT_000f7aec + 0xf7a74),DAT_000f7af0,\n (char *)(DAT_000f7ae8 + 0xf86c8))" ( (cast_expression "(char *)(DAT_000f7aec + 0xf7a74)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000f7aec + 0xf7a74)" ( (binary_expression "DAT_000f7aec + 0xf7a74" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_000f7ae8 + 0xf86c8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000f7ae8 + 0xf86c8)" ( (binary_expression "DAT_000f7ae8 + 0xf86c8" identifier + number_literal) ))) ))) ;) })) }) (else_clause "else {\n if (uVar4 == 0xfffffffe) {\n *(byte *)&(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length =\n (byte)(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length | 2;\n return;\n }\n if (uVar4 == 0xffffffff) {\n *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) =\n *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) | 0x40;\n return;\n }\n }" else (compound_statement "{\n if (uVar4 == 0xfffffffe) {\n *(byte *)&(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length =\n (byte)(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length | 2;\n return;\n }\n if (uVar4 == 0xffffffff) {\n *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) =\n *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) | 0x40;\n return;\n }\n }" { (if_statement "if (uVar4 == 0xfffffffe) {\n *(byte *)&(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length =\n (byte)(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length | 2;\n return;\n }" if (parenthesized_expression "(uVar4 == 0xfffffffe)" ( (binary_expression "uVar4 == 0xfffffffe" identifier == number_literal) )) (compound_statement "{\n *(byte *)&(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length =\n (byte)(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length | 2;\n return;\n }" { (expression_statement "*(byte *)&(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length =\n (byte)(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length | 2;" (assignment_expression "*(byte *)&(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length =\n (byte)(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length | 2" (pointer_expression "*(byte *)&(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length" * (cast_expression "(byte *)&(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length" & (field_expression "(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length" (field_expression "(this->u1_).relobj[1].super_Relobj.super_Object.name_" (field_expression "(this->u1_).relobj[1].super_Relobj.super_Object" (field_expression "(this->u1_).relobj[1].super_Relobj" (subscript_expression "(this->u1_).relobj[1]" (field_expression "(this->u1_).relobj" (parenthesized_expression "(this->u1_)" ( (field_expression "this->u1_" identifier -> field_identifier) )) . field_identifier) [ number_literal ]) . field_identifier) . field_identifier) . field_identifier) . field_identifier)))) = (binary_expression "(byte)(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length | 2" (field_expression "(byte)(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length" (field_expression "(byte)(this->u1_).relobj[1].super_Relobj.super_Object.name_" (field_expression "(byte)(this->u1_).relobj[1].super_Relobj.super_Object" (field_expression "(byte)(this->u1_).relobj[1].super_Relobj" (subscript_expression "(byte)(this->u1_).relobj[1]" (field_expression "(byte)(this->u1_).relobj" (call_expression "(byte)(this->u1_)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(this->u1_)" ( (field_expression "this->u1_" identifier -> field_identifier) ))) . field_identifier) [ number_literal ]) . field_identifier) . field_identifier) . field_identifier) . field_identifier) | number_literal)) ;) (return_statement "return;" return ;) })) (if_statement "if (uVar4 == 0xffffffff) {\n *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) =\n *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) | 0x40;\n return;\n }" if (parenthesized_expression "(uVar4 == 0xffffffff)" ( (binary_expression "uVar4 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) =\n *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) | 0x40;\n return;\n }" { (expression_statement "*(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) =\n *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) | 0x40;" (assignment_expression "*(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) =\n *(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) | 0x40" (pointer_expression "*(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2)" * (cast_expression "(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2)" ( (binary_expression "(int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2" (cast_expression "(int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_" & (field_expression "(((this->u1_).relobj)->super_Relobj).super_Object.shnum_" (field_expression "(((this->u1_).relobj)->super_Relobj).super_Object" (parenthesized_expression "(((this->u1_).relobj)->super_Relobj)" ( (field_expression "((this->u1_).relobj)->super_Relobj" (parenthesized_expression "((this->u1_).relobj)" ( (field_expression "(this->u1_).relobj" (parenthesized_expression "(this->u1_)" ( (field_expression "this->u1_" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) = (binary_expression "*(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) | 0x40" (pointer_expression "*(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2)" * (cast_expression "(byte *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2)" ( (binary_expression "(int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2" (cast_expression "(int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_" & (field_expression "(((this->u1_).relobj)->super_Relobj).super_Object.shnum_" (field_expression "(((this->u1_).relobj)->super_Relobj).super_Object" (parenthesized_expression "(((this->u1_).relobj)->super_Relobj)" ( (field_expression "((this->u1_).relobj)->super_Relobj" (parenthesized_expression "((this->u1_).relobj)" ( (field_expression "(this->u1_).relobj" (parenthesized_expression "(this->u1_)" ( (field_expression "this->u1_" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) | number_literal)) ;) (return_statement "return;" return ;) })) }))) (expression_statement "p_Var3 = (((this->u1_).relobj)->super_Relobj).super_Object._vptr_Object[0x3b];" (assignment_expression "p_Var3 = (((this->u1_).relobj)->super_Relobj).super_Object._vptr_Object[0x3b]" identifier = (subscript_expression "(((this->u1_).relobj)->super_Relobj).super_Object._vptr_Object[0x3b]" (field_expression "(((this->u1_).relobj)->super_Relobj).super_Object._vptr_Object" (field_expression "(((this->u1_).relobj)->super_Relobj).super_Object" (parenthesized_expression "(((this->u1_).relobj)->super_Relobj)" ( (field_expression "((this->u1_).relobj)->super_Relobj" (parenthesized_expression "((this->u1_).relobj)" ( (field_expression "(this->u1_).relobj" (parenthesized_expression "(this->u1_)" ( (field_expression "this->u1_" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) )) . field_identifier) . field_identifier) [ number_literal ])) ;) (if_statement "if ((p_Var3 == *(_func_int_varargs **)(iVar5 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(*p_Var3)(), piVar2 == (int *)0x0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7adc + 0xf7994),DAT_000f7ae0,\n (char *)(DAT_000f7ad8 + 0xf85e8));\n }" if (parenthesized_expression "((p_Var3 == *(_func_int_varargs **)(iVar5 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(*p_Var3)(), piVar2 == (int *)0x0))" ( (binary_expression "(p_Var3 == *(_func_int_varargs **)(iVar5 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(*p_Var3)(), piVar2 == (int *)0x0)" (parenthesized_expression "(p_Var3 == *(_func_int_varargs **)(iVar5 + DAT_000f7ad4))" ( (binary_expression "p_Var3 == *(_func_int_varargs **)(iVar5 + DAT_000f7ad4)" identifier == (pointer_expression "*(_func_int_varargs **)(iVar5 + DAT_000f7ad4)" * (cast_expression "(_func_int_varargs **)(iVar5 + DAT_000f7ad4)" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar5 + DAT_000f7ad4)" ( (binary_expression "iVar5 + DAT_000f7ad4" identifier + identifier) ))))) )) || (parenthesized_expression "(piVar2 = (int *)(*p_Var3)(), piVar2 == (int *)0x0)" ( (comma_expression "piVar2 = (int *)(*p_Var3)(), piVar2 == (int *)0x0" (assignment_expression "piVar2 = (int *)(*p_Var3)()" identifier = (cast_expression "(int *)(*p_Var3)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*p_Var3)()" (parenthesized_expression "(*p_Var3)" ( (pointer_expression "*p_Var3" * identifier) )) (argument_list "()" ( ))))) , (binary_expression "piVar2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7adc + 0xf7994),DAT_000f7ae0,\n (char *)(DAT_000f7ad8 + 0xf85e8));\n }" { comment (expression_statement "do_gold_unreachable((char *)(DAT_000f7adc + 0xf7994),DAT_000f7ae0,\n (char *)(DAT_000f7ad8 + 0xf85e8));" (call_expression "do_gold_unreachable((char *)(DAT_000f7adc + 0xf7994),DAT_000f7ae0,\n (char *)(DAT_000f7ad8 + 0xf85e8))" identifier (argument_list "((char *)(DAT_000f7adc + 0xf7994),DAT_000f7ae0,\n (char *)(DAT_000f7ad8 + 0xf85e8))" ( (cast_expression "(char *)(DAT_000f7adc + 0xf7994)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000f7adc + 0xf7994)" ( (binary_expression "DAT_000f7adc + 0xf7994" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_000f7ad8 + 0xf85e8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000f7ad8 + 0xf85e8)" ( (binary_expression "DAT_000f7ad8 + 0xf85e8" identifier + number_literal) ))) ))) ;) })) (if_statement "if ((this->field_0x17 & 0x40) != 0) {\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar5 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7af8 + 0xf7a90),DAT_000f7afc,\n (char *)(DAT_000f7af4 + 0xf7be8));\n }\n iVar5 = *(int *)(piVar2[0xe] + uVar4 * 4);\n }\n else {\n iVar5 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar4);\n }\n *(byte *)(iVar5 + 0x98) = *(byte *)(iVar5 + 0x98) | 2;\n return;\n }" if (parenthesized_expression "((this->field_0x17 & 0x40) != 0)" ( (binary_expression "(this->field_0x17 & 0x40) != 0" (parenthesized_expression "(this->field_0x17 & 0x40)" ( (binary_expression "this->field_0x17 & 0x40" (field_expression "this->field_0x17" identifier -> field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar5 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7af8 + 0xf7a90),DAT_000f7afc,\n (char *)(DAT_000f7af4 + 0xf7be8));\n }\n iVar5 = *(int *)(piVar2[0xe] + uVar4 * 4);\n }\n else {\n iVar5 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar4);\n }\n *(byte *)(iVar5 + 0x98) = *(byte *)(iVar5 + 0x98) | 2;\n return;\n }" { (if_statement "if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar5 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7af8 + 0xf7a90),DAT_000f7afc,\n (char *)(DAT_000f7af4 + 0xf7be8));\n }\n iVar5 = *(int *)(piVar2[0xe] + uVar4 * 4);\n }\n else {\n iVar5 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar4);\n }" if (parenthesized_expression "(*(code **)(*piVar2 + 0x60) == *(code **)(iVar5 + DAT_000f7ae4))" ( (binary_expression "*(code **)(*piVar2 + 0x60) == *(code **)(iVar5 + DAT_000f7ae4)" (pointer_expression "*(code **)(*piVar2 + 0x60)" * (cast_expression "(code **)(*piVar2 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x60)" ( (binary_expression "*piVar2 + 0x60" (pointer_expression "*piVar2" * identifier) + number_literal) )))) == (pointer_expression "*(code **)(iVar5 + DAT_000f7ae4)" * (cast_expression "(code **)(iVar5 + DAT_000f7ae4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar5 + DAT_000f7ae4)" ( (binary_expression "iVar5 + DAT_000f7ae4" identifier + identifier) ))))) )) (compound_statement "{\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7af8 + 0xf7a90),DAT_000f7afc,\n (char *)(DAT_000f7af4 + 0xf7be8));\n }\n iVar5 = *(int *)(piVar2[0xe] + uVar4 * 4);\n }" { (if_statement "if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7af8 + 0xf7a90),DAT_000f7afc,\n (char *)(DAT_000f7af4 + 0xf7be8));\n }" if (parenthesized_expression "((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar4)" ( (binary_expression "(uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar4" (call_expression "(uint)(piVar2[0xf] - piVar2[0xe] >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(piVar2[0xf] - piVar2[0xe] >> 2)" ( (binary_expression "piVar2[0xf] - piVar2[0xe] >> 2" (binary_expression "piVar2[0xf] - piVar2[0xe]" (subscript_expression "piVar2[0xf]" identifier [ number_literal ]) - (subscript_expression "piVar2[0xe]" identifier [ number_literal ])) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7af8 + 0xf7a90),DAT_000f7afc,\n (char *)(DAT_000f7af4 + 0xf7be8));\n }" { comment (expression_statement "do_gold_unreachable((char *)(DAT_000f7af8 + 0xf7a90),DAT_000f7afc,\n (char *)(DAT_000f7af4 + 0xf7be8));" (call_expression "do_gold_unreachable((char *)(DAT_000f7af8 + 0xf7a90),DAT_000f7afc,\n (char *)(DAT_000f7af4 + 0xf7be8))" identifier (argument_list "((char *)(DAT_000f7af8 + 0xf7a90),DAT_000f7afc,\n (char *)(DAT_000f7af4 + 0xf7be8))" ( (cast_expression "(char *)(DAT_000f7af8 + 0xf7a90)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000f7af8 + 0xf7a90)" ( (binary_expression "DAT_000f7af8 + 0xf7a90" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_000f7af4 + 0xf7be8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000f7af4 + 0xf7be8)" ( (binary_expression "DAT_000f7af4 + 0xf7be8" identifier + number_literal) ))) ))) ;) })) (expression_statement "iVar5 = *(int *)(piVar2[0xe] + uVar4 * 4);" (assignment_expression "iVar5 = *(int *)(piVar2[0xe] + uVar4 * 4)" identifier = (pointer_expression "*(int *)(piVar2[0xe] + uVar4 * 4)" * (cast_expression "(int *)(piVar2[0xe] + uVar4 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2[0xe] + uVar4 * 4)" ( (binary_expression "piVar2[0xe] + uVar4 * 4" (subscript_expression "piVar2[0xe]" identifier [ number_literal ]) + (binary_expression "uVar4 * 4" identifier * number_literal)) ))))) ;) }) (else_clause "else {\n iVar5 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar4);\n }" else (compound_statement "{\n iVar5 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar4);\n }" { (expression_statement "iVar5 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar4);" (assignment_expression "iVar5 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar4)" identifier = (call_expression "(**(code **)(*piVar2 + 0x60))(piVar2,uVar4)" (parenthesized_expression "(**(code **)(*piVar2 + 0x60))" ( (pointer_expression "**(code **)(*piVar2 + 0x60)" * (pointer_expression "*(code **)(*piVar2 + 0x60)" * (cast_expression "(code **)(*piVar2 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x60)" ( (binary_expression "*piVar2 + 0x60" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2,uVar4)" ( identifier , identifier )))) ;) }))) (expression_statement "*(byte *)(iVar5 + 0x98) = *(byte *)(iVar5 + 0x98) | 2;" (assignment_expression "*(byte *)(iVar5 + 0x98) = *(byte *)(iVar5 + 0x98) | 2" (pointer_expression "*(byte *)(iVar5 + 0x98)" * (cast_expression "(byte *)(iVar5 + 0x98)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x98)" ( (binary_expression "iVar5 + 0x98" identifier + number_literal) )))) = (binary_expression "*(byte *)(iVar5 + 0x98) | 2" (pointer_expression "*(byte *)(iVar5 + 0x98)" * (cast_expression "(byte *)(iVar5 + 0x98)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x98)" ( (binary_expression "iVar5 + 0x98" identifier + number_literal) )))) | number_literal)) ;) (return_statement "return;" return ;) })) (if_statement "if (uVar4 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) {\n iVar5 = piVar2[0x3a] + uVar4 * 0x18;\n bVar1 = *(byte *)(iVar5 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7b04 + 0xf7ab0),DAT_000f7b08,\n (char *)(DAT_000f7b00 + 0xf8318));\n }\n *(uint *)(iVar5 + 4) = bVar1 & 1;\n return;\n }" if (parenthesized_expression "(uVar4 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555))" ( (binary_expression "uVar4 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)" identifier < (call_expression "(uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)" ( (binary_expression "(piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555" (parenthesized_expression "(piVar2[0x3b] - piVar2[0x3a] >> 3)" ( (binary_expression "piVar2[0x3b] - piVar2[0x3a] >> 3" (binary_expression "piVar2[0x3b] - piVar2[0x3a]" (subscript_expression "piVar2[0x3b]" identifier [ number_literal ]) - (subscript_expression "piVar2[0x3a]" identifier [ number_literal ])) >> number_literal) )) * number_literal) )))) )) (compound_statement "{\n iVar5 = piVar2[0x3a] + uVar4 * 0x18;\n bVar1 = *(byte *)(iVar5 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7b04 + 0xf7ab0),DAT_000f7b08,\n (char *)(DAT_000f7b00 + 0xf8318));\n }\n *(uint *)(iVar5 + 4) = bVar1 & 1;\n return;\n }" { (expression_statement "iVar5 = piVar2[0x3a] + uVar4 * 0x18;" (assignment_expression "iVar5 = piVar2[0x3a] + uVar4 * 0x18" identifier = (binary_expression "piVar2[0x3a] + uVar4 * 0x18" (subscript_expression "piVar2[0x3a]" identifier [ number_literal ]) + (binary_expression "uVar4 * 0x18" identifier * number_literal))) ;) (expression_statement "bVar1 = *(byte *)(iVar5 + 0xb) >> 4;" (assignment_expression "bVar1 = *(byte *)(iVar5 + 0xb) >> 4" identifier = (binary_expression "*(byte *)(iVar5 + 0xb) >> 4" (pointer_expression "*(byte *)(iVar5 + 0xb)" * (cast_expression "(byte *)(iVar5 + 0xb)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0xb)" ( (binary_expression "iVar5 + 0xb" identifier + number_literal) )))) >> number_literal)) ;) (if_statement "if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7b04 + 0xf7ab0),DAT_000f7b08,\n (char *)(DAT_000f7b00 + 0xf8318));\n }" if (parenthesized_expression "((bVar1 & 1) != 0)" ( (binary_expression "(bVar1 & 1) != 0" (parenthesized_expression "(bVar1 & 1)" ( (binary_expression "bVar1 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable((char *)(DAT_000f7b04 + 0xf7ab0),DAT_000f7b08,\n (char *)(DAT_000f7b00 + 0xf8318));\n }" { comment (expression_statement "do_gold_unreachable((char *)(DAT_000f7b04 + 0xf7ab0),DAT_000f7b08,\n (char *)(DAT_000f7b00 + 0xf8318));" (call_expression "do_gold_unreachable((char *)(DAT_000f7b04 + 0xf7ab0),DAT_000f7b08,\n (char *)(DAT_000f7b00 + 0xf8318))" identifier (argument_list "((char *)(DAT_000f7b04 + 0xf7ab0),DAT_000f7b08,\n (char *)(DAT_000f7b00 + 0xf8318))" ( (cast_expression "(char *)(DAT_000f7b04 + 0xf7ab0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000f7b04 + 0xf7ab0)" ( (binary_expression "DAT_000f7b04 + 0xf7ab0" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_000f7b00 + 0xf8318)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000f7b00 + 0xf8318)" ( (binary_expression "DAT_000f7b00 + 0xf8318" identifier + number_literal) ))) ))) ;) })) (expression_statement "*(uint *)(iVar5 + 4) = bVar1 & 1;" (assignment_expression "*(uint *)(iVar5 + 4) = bVar1 & 1" (pointer_expression "*(uint *)(iVar5 + 4)" * (cast_expression "(uint *)(iVar5 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 4)" ( (binary_expression "iVar5 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 & 1" identifier & number_literal)) ;) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable((char *)((int)&DAT_000f7ad0 + DAT_000f7b10),DAT_000f7b14,\n (char *)(DAT_000f7b0c + 0xf8318));" (call_expression "do_gold_unreachable((char *)((int)&DAT_000f7ad0 + DAT_000f7b10),DAT_000f7b14,\n (char *)(DAT_000f7b0c + 0xf8318))" identifier (argument_list "((char *)((int)&DAT_000f7ad0 + DAT_000f7b10),DAT_000f7b14,\n (char *)(DAT_000f7b0c + 0xf8318))" ( (cast_expression "(char *)((int)&DAT_000f7ad0 + DAT_000f7b10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_000f7ad0 + DAT_000f7b10)" ( (binary_expression "(int)&DAT_000f7ad0 + DAT_000f7b10" (cast_expression "(int)&DAT_000f7ad0" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_000f7ad0" & identifier)) + identifier) ))) , identifier , (cast_expression "(char *)(DAT_000f7b0c + 0xf8318)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_000f7b0c + 0xf8318)" ( (binary_expression "DAT_000f7b0c + 0xf8318" identifier + number_literal) ))) ))) ;) (ERROR "}" }))
(translation_unit "void FUN_000f78fc(int *param_1)\n\n{\n byte bVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n \n iVar4 = DAT_000f7ad0 + 0xf7914;\n if ((*(byte *)((int)param_1 + 0x17) & 0x20) != 0) {\n return;\n }\n uVar3 = param_1[4];\n if (uVar3 == 0xfffffffd) {\n return;\n }\n if (uVar3 < 0xfffffffe) {\n if (uVar3 == 0) {\n return;\n }\n if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }\n }\n else {\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }\n if ((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);\n }\n if ((*(byte *)((int)param_1 + 0x17) & 0x40) != 0) {\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }\n *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;\n return;\n }\n if (uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) {\n iVar4 = piVar2[0x3a] + uVar3 * 0x18;\n bVar1 = *(byte *)(iVar4 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }\n *(uint *)(iVar4 + 4) = bVar1 & 1;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c);\n}\n\n" (function_definition "void FUN_000f78fc(int *param_1)\n\n{\n byte bVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n \n iVar4 = DAT_000f7ad0 + 0xf7914;\n if ((*(byte *)((int)param_1 + 0x17) & 0x20) != 0) {\n return;\n }\n uVar3 = param_1[4];\n if (uVar3 == 0xfffffffd) {\n return;\n }\n if (uVar3 < 0xfffffffe) {\n if (uVar3 == 0) {\n return;\n }\n if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }\n }\n else {\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }\n if ((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);\n }\n if ((*(byte *)((int)param_1 + 0x17) & 0x40) != 0) {\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }\n *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;\n return;\n }\n if (uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) {\n iVar4 = piVar2[0x3a] + uVar3 * 0x18;\n bVar1 = *(byte *)(iVar4 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }\n *(uint *)(iVar4 + 4) = bVar1 & 1;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c);\n}" primitive_type (function_declarator "FUN_000f78fc(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n byte bVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n \n iVar4 = DAT_000f7ad0 + 0xf7914;\n if ((*(byte *)((int)param_1 + 0x17) & 0x20) != 0) {\n return;\n }\n uVar3 = param_1[4];\n if (uVar3 == 0xfffffffd) {\n return;\n }\n if (uVar3 < 0xfffffffe) {\n if (uVar3 == 0) {\n return;\n }\n if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }\n }\n else {\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }\n if ((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);\n }\n if ((*(byte *)((int)param_1 + 0x17) & 0x40) != 0) {\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }\n *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;\n return;\n }\n if (uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) {\n iVar4 = piVar2[0x3a] + uVar3 * 0x18;\n bVar1 = *(byte *)(iVar4 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }\n *(uint *)(iVar4 + 4) = bVar1 & 1;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c);\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (expression_statement "iVar4 = DAT_000f7ad0 + 0xf7914;" (assignment_expression "iVar4 = DAT_000f7ad0 + 0xf7914" identifier = (binary_expression "DAT_000f7ad0 + 0xf7914" identifier + number_literal)) ;) (if_statement "if ((*(byte *)((int)param_1 + 0x17) & 0x20) != 0) {\n return;\n }" if (parenthesized_expression "((*(byte *)((int)param_1 + 0x17) & 0x20) != 0)" ( (binary_expression "(*(byte *)((int)param_1 + 0x17) & 0x20) != 0" (parenthesized_expression "(*(byte *)((int)param_1 + 0x17) & 0x20)" ( (binary_expression "*(byte *)((int)param_1 + 0x17) & 0x20" (pointer_expression "*(byte *)((int)param_1 + 0x17)" * (cast_expression "(byte *)((int)param_1 + 0x17)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x17)" ( (binary_expression "(int)param_1 + 0x17" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "uVar3 = param_1[4];" (assignment_expression "uVar3 = param_1[4]" identifier = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (if_statement "if (uVar3 == 0xfffffffd) {\n return;\n }" if (parenthesized_expression "(uVar3 == 0xfffffffd)" ( (binary_expression "uVar3 == 0xfffffffd" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (uVar3 < 0xfffffffe) {\n if (uVar3 == 0) {\n return;\n }\n if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }\n }\n else {\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }" if (parenthesized_expression "(uVar3 < 0xfffffffe)" ( (binary_expression "uVar3 < 0xfffffffe" identifier < number_literal) )) (compound_statement "{\n if (uVar3 == 0) {\n return;\n }\n if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }\n }" { (if_statement "if (uVar3 == 0) {\n return;\n }" if (parenthesized_expression "(uVar3 == 0)" ( (binary_expression "uVar3 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }" if (parenthesized_expression "(uVar3 == 0xfffffffc)" ( (binary_expression "uVar3 == 0xfffffffc" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }" { comment (expression_statement "FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);" (call_expression "FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8)" identifier (argument_list "(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8)" ( (binary_expression "DAT_000f7aec + 0xf7a74" identifier + number_literal) , identifier , (binary_expression "DAT_000f7ae8 + 0xf86c8" identifier + number_literal) ))) ;) })) }) (else_clause "else {\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }" else (compound_statement "{\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }" { (if_statement "if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }" if (parenthesized_expression "(uVar3 == 0xfffffffe)" ( (binary_expression "uVar3 == 0xfffffffe" identifier == number_literal) )) (compound_statement "{\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }" { (expression_statement "*(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;" (assignment_expression "*(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2" (pointer_expression "*(byte *)(*param_1 + 0x98)" * (cast_expression "(byte *)(*param_1 + 0x98)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x98)" ( (binary_expression "*param_1 + 0x98" (pointer_expression "*param_1" * identifier) + number_literal) )))) = (binary_expression "*(byte *)(*param_1 + 0x98) | 2" (pointer_expression "*(byte *)(*param_1 + 0x98)" * (cast_expression "(byte *)(*param_1 + 0x98)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x98)" ( (binary_expression "*param_1 + 0x98" (pointer_expression "*param_1" * identifier) + number_literal) )))) | number_literal)) ;) (return_statement "return;" return ;) })) (if_statement "if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }" if (parenthesized_expression "(uVar3 == 0xffffffff)" ( (binary_expression "uVar3 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }" { (expression_statement "*(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;" (assignment_expression "*(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40" (pointer_expression "*(byte *)(*param_1 + 0x2a)" * (cast_expression "(byte *)(*param_1 + 0x2a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x2a)" ( (binary_expression "*param_1 + 0x2a" (pointer_expression "*param_1" * identifier) + number_literal) )))) = (binary_expression "*(byte *)(*param_1 + 0x2a) | 0x40" (pointer_expression "*(byte *)(*param_1 + 0x2a)" * (cast_expression "(byte *)(*param_1 + 0x2a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x2a)" ( (binary_expression "*param_1 + 0x2a" (pointer_expression "*param_1" * identifier) + number_literal) )))) | number_literal)) ;) (return_statement "return;" return ;) })) }))) (if_statement "if ((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);\n }" if (parenthesized_expression "((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0))" ( (binary_expression "(*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)" (parenthesized_expression "(*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4))" ( (binary_expression "*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)" (pointer_expression "*(code **)(*(int *)*param_1 + 0xec)" * (cast_expression "(code **)(*(int *)*param_1 + 0xec)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)*param_1 + 0xec)" ( (binary_expression "*(int *)*param_1 + 0xec" (pointer_expression "*(int *)*param_1" * (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) + number_literal) )))) == (pointer_expression "*(code **)(iVar4 + DAT_000f7ad4)" * (cast_expression "(code **)(iVar4 + DAT_000f7ad4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + DAT_000f7ad4)" ( (binary_expression "iVar4 + DAT_000f7ad4" identifier + identifier) ))))) )) || (parenthesized_expression "(piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)" ( (comma_expression "piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0" (assignment_expression "piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))()" identifier = (cast_expression "(int *)(**(code **)(*(int *)*param_1 + 0xec))()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(**(code **)(*(int *)*param_1 + 0xec))()" (parenthesized_expression "(**(code **)(*(int *)*param_1 + 0xec))" ( (pointer_expression "**(code **)(*(int *)*param_1 + 0xec)" * (pointer_expression "*(code **)(*(int *)*param_1 + 0xec)" * (cast_expression "(code **)(*(int *)*param_1 + 0xec)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)*param_1 + 0xec)" ( (binary_expression "*(int *)*param_1 + 0xec" (pointer_expression "*(int *)*param_1" * (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) + number_literal) ))))) )) (argument_list "()" ( ))))) , (binary_expression "piVar2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);\n }" { comment (expression_statement "FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);" (call_expression "FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8)" identifier (argument_list "(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8)" ( (binary_expression "DAT_000f7adc + 0xf7994" identifier + number_literal) , identifier , (binary_expression "DAT_000f7ad8 + 0xf85e8" identifier + number_literal) ))) ;) })) (if_statement "if ((*(byte *)((int)param_1 + 0x17) & 0x40) != 0) {\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }\n *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;\n return;\n }" if (parenthesized_expression "((*(byte *)((int)param_1 + 0x17) & 0x40) != 0)" ( (binary_expression "(*(byte *)((int)param_1 + 0x17) & 0x40) != 0" (parenthesized_expression "(*(byte *)((int)param_1 + 0x17) & 0x40)" ( (binary_expression "*(byte *)((int)param_1 + 0x17) & 0x40" (pointer_expression "*(byte *)((int)param_1 + 0x17)" * (cast_expression "(byte *)((int)param_1 + 0x17)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x17)" ( (binary_expression "(int)param_1 + 0x17" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }\n *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;\n return;\n }" { (if_statement "if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }" if (parenthesized_expression "(*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4))" ( (binary_expression "*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)" (pointer_expression "*(code **)(*piVar2 + 0x60)" * (cast_expression "(code **)(*piVar2 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x60)" ( (binary_expression "*piVar2 + 0x60" (pointer_expression "*piVar2" * identifier) + number_literal) )))) == (pointer_expression "*(code **)(iVar4 + DAT_000f7ae4)" * (cast_expression "(code **)(iVar4 + DAT_000f7ae4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + DAT_000f7ae4)" ( (binary_expression "iVar4 + DAT_000f7ae4" identifier + identifier) ))))) )) (compound_statement "{\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }" { (if_statement "if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }" if (parenthesized_expression "((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3)" ( (binary_expression "(uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3" (call_expression "(uint)(piVar2[0xf] - piVar2[0xe] >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(piVar2[0xf] - piVar2[0xe] >> 2)" ( (binary_expression "piVar2[0xf] - piVar2[0xe] >> 2" (binary_expression "piVar2[0xf] - piVar2[0xe]" (subscript_expression "piVar2[0xf]" identifier [ number_literal ]) - (subscript_expression "piVar2[0xe]" identifier [ number_literal ])) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }" { comment (expression_statement "FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);" (call_expression "FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8)" identifier (argument_list "(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8)" ( (binary_expression "DAT_000f7af8 + 0xf7a90" identifier + number_literal) , identifier , (binary_expression "DAT_000f7af4 + 0xf7be8" identifier + number_literal) ))) ;) })) (expression_statement "iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);" (assignment_expression "iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4)" identifier = (pointer_expression "*(int *)(piVar2[0xe] + uVar3 * 4)" * (cast_expression "(int *)(piVar2[0xe] + uVar3 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2[0xe] + uVar3 * 4)" ( (binary_expression "piVar2[0xe] + uVar3 * 4" (subscript_expression "piVar2[0xe]" identifier [ number_literal ]) + (binary_expression "uVar3 * 4" identifier * number_literal)) ))))) ;) }) (else_clause "else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }" else (compound_statement "{\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }" { (expression_statement "iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);" (assignment_expression "iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3)" identifier = (call_expression "(**(code **)(*piVar2 + 0x60))(piVar2,uVar3)" (parenthesized_expression "(**(code **)(*piVar2 + 0x60))" ( (pointer_expression "**(code **)(*piVar2 + 0x60)" * (pointer_expression "*(code **)(*piVar2 + 0x60)" * (cast_expression "(code **)(*piVar2 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x60)" ( (binary_expression "*piVar2 + 0x60" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2,uVar3)" ( identifier , identifier )))) ;) }))) (expression_statement "*(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;" (assignment_expression "*(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2" (pointer_expression "*(byte *)(iVar4 + 0x98)" * (cast_expression "(byte *)(iVar4 + 0x98)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x98)" ( (binary_expression "iVar4 + 0x98" identifier + number_literal) )))) = (binary_expression "*(byte *)(iVar4 + 0x98) | 2" (pointer_expression "*(byte *)(iVar4 + 0x98)" * (cast_expression "(byte *)(iVar4 + 0x98)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x98)" ( (binary_expression "iVar4 + 0x98" identifier + number_literal) )))) | number_literal)) ;) (return_statement "return;" return ;) })) (if_statement "if (uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) {\n iVar4 = piVar2[0x3a] + uVar3 * 0x18;\n bVar1 = *(byte *)(iVar4 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }\n *(uint *)(iVar4 + 4) = bVar1 & 1;\n return;\n }" if (parenthesized_expression "(uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555))" ( (binary_expression "uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)" identifier < (call_expression "(uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)" ( (binary_expression "(piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555" (parenthesized_expression "(piVar2[0x3b] - piVar2[0x3a] >> 3)" ( (binary_expression "piVar2[0x3b] - piVar2[0x3a] >> 3" (binary_expression "piVar2[0x3b] - piVar2[0x3a]" (subscript_expression "piVar2[0x3b]" identifier [ number_literal ]) - (subscript_expression "piVar2[0x3a]" identifier [ number_literal ])) >> number_literal) )) * number_literal) )))) )) (compound_statement "{\n iVar4 = piVar2[0x3a] + uVar3 * 0x18;\n bVar1 = *(byte *)(iVar4 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }\n *(uint *)(iVar4 + 4) = bVar1 & 1;\n return;\n }" { (expression_statement "iVar4 = piVar2[0x3a] + uVar3 * 0x18;" (assignment_expression "iVar4 = piVar2[0x3a] + uVar3 * 0x18" identifier = (binary_expression "piVar2[0x3a] + uVar3 * 0x18" (subscript_expression "piVar2[0x3a]" identifier [ number_literal ]) + (binary_expression "uVar3 * 0x18" identifier * number_literal))) ;) (expression_statement "bVar1 = *(byte *)(iVar4 + 0xb) >> 4;" (assignment_expression "bVar1 = *(byte *)(iVar4 + 0xb) >> 4" identifier = (binary_expression "*(byte *)(iVar4 + 0xb) >> 4" (pointer_expression "*(byte *)(iVar4 + 0xb)" * (cast_expression "(byte *)(iVar4 + 0xb)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0xb)" ( (binary_expression "iVar4 + 0xb" identifier + number_literal) )))) >> number_literal)) ;) (if_statement "if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }" if (parenthesized_expression "((bVar1 & 1) != 0)" ( (binary_expression "(bVar1 & 1) != 0" (parenthesized_expression "(bVar1 & 1)" ( (binary_expression "bVar1 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }" { comment (expression_statement "FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);" (call_expression "FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00)" identifier (argument_list "(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00)" ( (binary_expression "DAT_000f7b04 + 0xf7ab0" identifier + number_literal) , identifier , (binary_expression "&UNK_000f8318 + DAT_000f7b00" (pointer_expression "&UNK_000f8318" & identifier) + identifier) ))) ;) })) (expression_statement "*(uint *)(iVar4 + 4) = bVar1 & 1;" (assignment_expression "*(uint *)(iVar4 + 4) = bVar1 & 1" (pointer_expression "*(uint *)(iVar4 + 4)" * (cast_expression "(uint *)(iVar4 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 4)" ( (binary_expression "iVar4 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 & 1" identifier & number_literal)) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c);" (call_expression "FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c)" identifier (argument_list "((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c)" ( (binary_expression "(int)&DAT_000f7ad0 + DAT_000f7b10" (cast_expression "(int)&DAT_000f7ad0" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_000f7ad0" & identifier)) + identifier) , identifier , (binary_expression "&UNK_000f8318 + DAT_000f7b0c" (pointer_expression "&UNK_000f8318" & 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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , (binary_expression IDENT + LIT) ))) ;) })) }) (else_clause else (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 (pointer_expression * IDENT) + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) | LIT)) ;) (return_statement return ;) })) (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 * IDENT) + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) | LIT)) ;) (return_statement return ;) })) }))) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) + LIT) )))) == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))))) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) + LIT) ))))) )) (argument_list ( ))))) , (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , (binary_expression IDENT + LIT) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - (subscript_expression IDENT [ LIT ])) >> LIT) ))) <= IDENT) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , (binary_expression IDENT + LIT) ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression IDENT * LIT)) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT )))) ;) }))) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) | LIT)) ;) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - (subscript_expression IDENT [ LIT ])) >> LIT) )) * LIT) )))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression IDENT * LIT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , (binary_expression (pointer_expression & IDENT) + IDENT) ))) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT & LIT)) ;) (return_statement return ;) })) comment (expression_statement (call_expression IDENT (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (pointer_expression & IDENT)) + IDENT) , IDENT , (binary_expression (pointer_expression & IDENT) + IDENT) ))) ;) })))
(function_definition "void FUN_000f78fc(int *param_1)\n\n{\n byte bVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n \n iVar4 = DAT_000f7ad0 + 0xf7914;\n if ((*(byte *)((int)param_1 + 0x17) & 0x20) != 0) {\n return;\n }\n uVar3 = param_1[4];\n if (uVar3 == 0xfffffffd) {\n return;\n }\n if (uVar3 < 0xfffffffe) {\n if (uVar3 == 0) {\n return;\n }\n if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }\n }\n else {\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }\n if ((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);\n }\n if ((*(byte *)((int)param_1 + 0x17) & 0x40) != 0) {\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }\n *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;\n return;\n }\n if (uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) {\n iVar4 = piVar2[0x3a] + uVar3 * 0x18;\n bVar1 = *(byte *)(iVar4 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }\n *(uint *)(iVar4 + 4) = bVar1 & 1;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c);\n}" (primitive_type "void") (function_declarator "FUN_000f78fc(int *param_1)" (identifier "FUN_000f78fc") (parameter_list "(int *param_1)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n byte bVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n \n iVar4 = DAT_000f7ad0 + 0xf7914;\n if ((*(byte *)((int)param_1 + 0x17) & 0x20) != 0) {\n return;\n }\n uVar3 = param_1[4];\n if (uVar3 == 0xfffffffd) {\n return;\n }\n if (uVar3 < 0xfffffffe) {\n if (uVar3 == 0) {\n return;\n }\n if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }\n }\n else {\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }\n if ((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);\n }\n if ((*(byte *)((int)param_1 + 0x17) & 0x40) != 0) {\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }\n *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;\n return;\n }\n if (uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) {\n iVar4 = piVar2[0x3a] + uVar3 * 0x18;\n bVar1 = *(byte *)(iVar4 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }\n *(uint *)(iVar4 + 4) = bVar1 & 1;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c);\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (expression_statement "iVar4 = DAT_000f7ad0 + 0xf7914;" (assignment_expression "iVar4 = DAT_000f7ad0 + 0xf7914" (identifier "iVar4") (= "=") (binary_expression "DAT_000f7ad0 + 0xf7914" (identifier "DAT_000f7ad0") (+ "+") (number_literal "0xf7914"))) (; ";")) (if_statement "if ((*(byte *)((int)param_1 + 0x17) & 0x20) != 0) {\n return;\n }" (if "if") (parenthesized_expression "((*(byte *)((int)param_1 + 0x17) & 0x20) != 0)" (( "(") (binary_expression "(*(byte *)((int)param_1 + 0x17) & 0x20) != 0" (parenthesized_expression "(*(byte *)((int)param_1 + 0x17) & 0x20)" (( "(") (binary_expression "*(byte *)((int)param_1 + 0x17) & 0x20" (pointer_expression "*(byte *)((int)param_1 + 0x17)" (* "*") (cast_expression "(byte *)((int)param_1 + 0x17)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x17)" (( "(") (binary_expression "(int)param_1 + 0x17" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x17")) () ")")))) (& "&") (number_literal "0x20")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "uVar3 = param_1[4];" (assignment_expression "uVar3 = param_1[4]" (identifier "uVar3") (= "=") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]"))) (; ";")) (if_statement "if (uVar3 == 0xfffffffd) {\n return;\n }" (if "if") (parenthesized_expression "(uVar3 == 0xfffffffd)" (( "(") (binary_expression "uVar3 == 0xfffffffd" (identifier "uVar3") (== "==") (number_literal "0xfffffffd")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (uVar3 < 0xfffffffe) {\n if (uVar3 == 0) {\n return;\n }\n if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }\n }\n else {\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }" (if "if") (parenthesized_expression "(uVar3 < 0xfffffffe)" (( "(") (binary_expression "uVar3 < 0xfffffffe" (identifier "uVar3") (< "<") (number_literal "0xfffffffe")) () ")")) (compound_statement "{\n if (uVar3 == 0) {\n return;\n }\n if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }\n }" ({ "{") (if_statement "if (uVar3 == 0) {\n return;\n }" (if "if") (parenthesized_expression "(uVar3 == 0)" (( "(") (binary_expression "uVar3 == 0" (identifier "uVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (uVar3 == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }" (if "if") (parenthesized_expression "(uVar3 == 0xfffffffc)" (( "(") (binary_expression "uVar3 == 0xfffffffc" (identifier "uVar3") (== "==") (number_literal "0xfffffffc")) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8);" (call_expression "FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8)" (identifier "FUN_0005f640") (argument_list "(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8)" (( "(") (binary_expression "DAT_000f7aec + 0xf7a74" (identifier "DAT_000f7aec") (+ "+") (number_literal "0xf7a74")) (, ",") (identifier "DAT_000f7af0") (, ",") (binary_expression "DAT_000f7ae8 + 0xf86c8" (identifier "DAT_000f7ae8") (+ "+") (number_literal "0xf86c8")) () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }" (else "else") (compound_statement "{\n if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }\n if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }\n }" ({ "{") (if_statement "if (uVar3 == 0xfffffffe) {\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }" (if "if") (parenthesized_expression "(uVar3 == 0xfffffffe)" (( "(") (binary_expression "uVar3 == 0xfffffffe" (identifier "uVar3") (== "==") (number_literal "0xfffffffe")) () ")")) (compound_statement "{\n *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;\n return;\n }" ({ "{") (expression_statement "*(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2;" (assignment_expression "*(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2" (pointer_expression "*(byte *)(*param_1 + 0x98)" (* "*") (cast_expression "(byte *)(*param_1 + 0x98)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0x98)" (( "(") (binary_expression "*param_1 + 0x98" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x98")) () ")")))) (= "=") (binary_expression "*(byte *)(*param_1 + 0x98) | 2" (pointer_expression "*(byte *)(*param_1 + 0x98)" (* "*") (cast_expression "(byte *)(*param_1 + 0x98)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0x98)" (( "(") (binary_expression "*param_1 + 0x98" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x98")) () ")")))) (| "|") (number_literal "2"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (uVar3 == 0xffffffff) {\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }" (if "if") (parenthesized_expression "(uVar3 == 0xffffffff)" (( "(") (binary_expression "uVar3 == 0xffffffff" (identifier "uVar3") (== "==") (number_literal "0xffffffff")) () ")")) (compound_statement "{\n *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;\n return;\n }" ({ "{") (expression_statement "*(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40;" (assignment_expression "*(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40" (pointer_expression "*(byte *)(*param_1 + 0x2a)" (* "*") (cast_expression "(byte *)(*param_1 + 0x2a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0x2a)" (( "(") (binary_expression "*param_1 + 0x2a" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x2a")) () ")")))) (= "=") (binary_expression "*(byte *)(*param_1 + 0x2a) | 0x40" (pointer_expression "*(byte *)(*param_1 + 0x2a)" (* "*") (cast_expression "(byte *)(*param_1 + 0x2a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0x2a)" (( "(") (binary_expression "*param_1 + 0x2a" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x2a")) () ")")))) (| "|") (number_literal "0x40"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")))) (if_statement "if ((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);\n }" (if "if") (parenthesized_expression "((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0))" (( "(") (binary_expression "(*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) ||\n (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)" (parenthesized_expression "(*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4))" (( "(") (binary_expression "*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)" (pointer_expression "*(code **)(*(int *)*param_1 + 0xec)" (* "*") (cast_expression "(code **)(*(int *)*param_1 + 0xec)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)*param_1 + 0xec)" (( "(") (binary_expression "*(int *)*param_1 + 0xec" (pointer_expression "*(int *)*param_1" (* "*") (cast_expression "(int *)*param_1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (+ "+") (number_literal "0xec")) () ")")))) (== "==") (pointer_expression "*(code **)(iVar4 + DAT_000f7ad4)" (* "*") (cast_expression "(code **)(iVar4 + DAT_000f7ad4)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar4 + DAT_000f7ad4)" (( "(") (binary_expression "iVar4 + DAT_000f7ad4" (identifier "iVar4") (+ "+") (identifier "DAT_000f7ad4")) () ")"))))) () ")")) (|| "||") (parenthesized_expression "(piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)" (( "(") (comma_expression "piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0" (assignment_expression "piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))()" (identifier "piVar2") (= "=") (cast_expression "(int *)(**(code **)(*(int *)*param_1 + 0xec))()" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(**(code **)(*(int *)*param_1 + 0xec))()" (parenthesized_expression "(**(code **)(*(int *)*param_1 + 0xec))" (( "(") (pointer_expression "**(code **)(*(int *)*param_1 + 0xec)" (* "*") (pointer_expression "*(code **)(*(int *)*param_1 + 0xec)" (* "*") (cast_expression "(code **)(*(int *)*param_1 + 0xec)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)*param_1 + 0xec)" (( "(") (binary_expression "*(int *)*param_1 + 0xec" (pointer_expression "*(int *)*param_1" (* "*") (cast_expression "(int *)*param_1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (+ "+") (number_literal "0xec")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))))) (, ",") (binary_expression "piVar2 == (int *)0x0" (identifier "piVar2") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8);" (call_expression "FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8)" (identifier "FUN_0005f640") (argument_list "(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8)" (( "(") (binary_expression "DAT_000f7adc + 0xf7994" (identifier "DAT_000f7adc") (+ "+") (number_literal "0xf7994")) (, ",") (identifier "DAT_000f7ae0") (, ",") (binary_expression "DAT_000f7ad8 + 0xf85e8" (identifier "DAT_000f7ad8") (+ "+") (number_literal "0xf85e8")) () ")"))) (; ";")) (} "}"))) (if_statement "if ((*(byte *)((int)param_1 + 0x17) & 0x40) != 0) {\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }\n *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;\n return;\n }" (if "if") (parenthesized_expression "((*(byte *)((int)param_1 + 0x17) & 0x40) != 0)" (( "(") (binary_expression "(*(byte *)((int)param_1 + 0x17) & 0x40) != 0" (parenthesized_expression "(*(byte *)((int)param_1 + 0x17) & 0x40)" (( "(") (binary_expression "*(byte *)((int)param_1 + 0x17) & 0x40" (pointer_expression "*(byte *)((int)param_1 + 0x17)" (* "*") (cast_expression "(byte *)((int)param_1 + 0x17)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x17)" (( "(") (binary_expression "(int)param_1 + 0x17" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x17")) () ")")))) (& "&") (number_literal "0x40")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }\n *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;\n return;\n }" ({ "{") (if_statement "if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) {\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }\n else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }" (if "if") (parenthesized_expression "(*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4))" (( "(") (binary_expression "*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)" (pointer_expression "*(code **)(*piVar2 + 0x60)" (* "*") (cast_expression "(code **)(*piVar2 + 0x60)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar2 + 0x60)" (( "(") (binary_expression "*piVar2 + 0x60" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (+ "+") (number_literal "0x60")) () ")")))) (== "==") (pointer_expression "*(code **)(iVar4 + DAT_000f7ae4)" (* "*") (cast_expression "(code **)(iVar4 + DAT_000f7ae4)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar4 + DAT_000f7ae4)" (( "(") (binary_expression "iVar4 + DAT_000f7ae4" (identifier "iVar4") (+ "+") (identifier "DAT_000f7ae4")) () ")"))))) () ")")) (compound_statement "{\n if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }\n iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);\n }" ({ "{") (if_statement "if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }" (if "if") (parenthesized_expression "((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3)" (( "(") (binary_expression "(uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3" (call_expression "(uint)(piVar2[0xf] - piVar2[0xe] >> 2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(piVar2[0xf] - piVar2[0xe] >> 2)" (( "(") (binary_expression "piVar2[0xf] - piVar2[0xe] >> 2" (binary_expression "piVar2[0xf] - piVar2[0xe]" (subscript_expression "piVar2[0xf]" (identifier "piVar2") ([ "[") (number_literal "0xf") (] "]")) (- "-") (subscript_expression "piVar2[0xe]" (identifier "piVar2") ([ "[") (number_literal "0xe") (] "]"))) (>> ">>") (number_literal "2")) () ")"))) (<= "<=") (identifier "uVar3")) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8);" (call_expression "FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8)" (identifier "FUN_0005f640") (argument_list "(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8)" (( "(") (binary_expression "DAT_000f7af8 + 0xf7a90" (identifier "DAT_000f7af8") (+ "+") (number_literal "0xf7a90")) (, ",") (identifier "DAT_000f7afc") (, ",") (binary_expression "DAT_000f7af4 + 0xf7be8" (identifier "DAT_000f7af4") (+ "+") (number_literal "0xf7be8")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4);" (assignment_expression "iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4)" (identifier "iVar4") (= "=") (pointer_expression "*(int *)(piVar2[0xe] + uVar3 * 4)" (* "*") (cast_expression "(int *)(piVar2[0xe] + uVar3 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar2[0xe] + uVar3 * 4)" (( "(") (binary_expression "piVar2[0xe] + uVar3 * 4" (subscript_expression "piVar2[0xe]" (identifier "piVar2") ([ "[") (number_literal "0xe") (] "]")) (+ "+") (binary_expression "uVar3 * 4" (identifier "uVar3") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }" (else "else") (compound_statement "{\n iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);\n }" ({ "{") (expression_statement "iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3);" (assignment_expression "iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3)" (identifier "iVar4") (= "=") (call_expression "(**(code **)(*piVar2 + 0x60))(piVar2,uVar3)" (parenthesized_expression "(**(code **)(*piVar2 + 0x60))" (( "(") (pointer_expression "**(code **)(*piVar2 + 0x60)" (* "*") (pointer_expression "*(code **)(*piVar2 + 0x60)" (* "*") (cast_expression "(code **)(*piVar2 + 0x60)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar2 + 0x60)" (( "(") (binary_expression "*piVar2 + 0x60" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (+ "+") (number_literal "0x60")) () ")"))))) () ")")) (argument_list "(piVar2,uVar3)" (( "(") (identifier "piVar2") (, ",") (identifier "uVar3") () ")")))) (; ";")) (} "}")))) (expression_statement "*(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2;" (assignment_expression "*(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2" (pointer_expression "*(byte *)(iVar4 + 0x98)" (* "*") (cast_expression "(byte *)(iVar4 + 0x98)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x98)" (( "(") (binary_expression "iVar4 + 0x98" (identifier "iVar4") (+ "+") (number_literal "0x98")) () ")")))) (= "=") (binary_expression "*(byte *)(iVar4 + 0x98) | 2" (pointer_expression "*(byte *)(iVar4 + 0x98)" (* "*") (cast_expression "(byte *)(iVar4 + 0x98)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x98)" (( "(") (binary_expression "iVar4 + 0x98" (identifier "iVar4") (+ "+") (number_literal "0x98")) () ")")))) (| "|") (number_literal "2"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) {\n iVar4 = piVar2[0x3a] + uVar3 * 0x18;\n bVar1 = *(byte *)(iVar4 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }\n *(uint *)(iVar4 + 4) = bVar1 & 1;\n return;\n }" (if "if") (parenthesized_expression "(uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555))" (( "(") (binary_expression "uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)" (identifier "uVar3") (< "<") (call_expression "(uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)" (( "(") (binary_expression "(piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555" (parenthesized_expression "(piVar2[0x3b] - piVar2[0x3a] >> 3)" (( "(") (binary_expression "piVar2[0x3b] - piVar2[0x3a] >> 3" (binary_expression "piVar2[0x3b] - piVar2[0x3a]" (subscript_expression "piVar2[0x3b]" (identifier "piVar2") ([ "[") (number_literal "0x3b") (] "]")) (- "-") (subscript_expression "piVar2[0x3a]" (identifier "piVar2") ([ "[") (number_literal "0x3a") (] "]"))) (>> ">>") (number_literal "3")) () ")")) (* "*") (number_literal "-0x55555555")) () ")")))) () ")")) (compound_statement "{\n iVar4 = piVar2[0x3a] + uVar3 * 0x18;\n bVar1 = *(byte *)(iVar4 + 0xb) >> 4;\n if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }\n *(uint *)(iVar4 + 4) = bVar1 & 1;\n return;\n }" ({ "{") (expression_statement "iVar4 = piVar2[0x3a] + uVar3 * 0x18;" (assignment_expression "iVar4 = piVar2[0x3a] + uVar3 * 0x18" (identifier "iVar4") (= "=") (binary_expression "piVar2[0x3a] + uVar3 * 0x18" (subscript_expression "piVar2[0x3a]" (identifier "piVar2") ([ "[") (number_literal "0x3a") (] "]")) (+ "+") (binary_expression "uVar3 * 0x18" (identifier "uVar3") (* "*") (number_literal "0x18")))) (; ";")) (expression_statement "bVar1 = *(byte *)(iVar4 + 0xb) >> 4;" (assignment_expression "bVar1 = *(byte *)(iVar4 + 0xb) >> 4" (identifier "bVar1") (= "=") (binary_expression "*(byte *)(iVar4 + 0xb) >> 4" (pointer_expression "*(byte *)(iVar4 + 0xb)" (* "*") (cast_expression "(byte *)(iVar4 + 0xb)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0xb)" (( "(") (binary_expression "iVar4 + 0xb" (identifier "iVar4") (+ "+") (number_literal "0xb")) () ")")))) (>> ">>") (number_literal "4"))) (; ";")) (if_statement "if ((bVar1 & 1) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }" (if "if") (parenthesized_expression "((bVar1 & 1) != 0)" (( "(") (binary_expression "(bVar1 & 1) != 0" (parenthesized_expression "(bVar1 & 1)" (( "(") (binary_expression "bVar1 & 1" (identifier "bVar1") (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00);" (call_expression "FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00)" (identifier "FUN_0005f640") (argument_list "(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00)" (( "(") (binary_expression "DAT_000f7b04 + 0xf7ab0" (identifier "DAT_000f7b04") (+ "+") (number_literal "0xf7ab0")) (, ",") (identifier "DAT_000f7b08") (, ",") (binary_expression "&UNK_000f8318 + DAT_000f7b00" (pointer_expression "&UNK_000f8318" (& "&") (identifier "UNK_000f8318")) (+ "+") (identifier "DAT_000f7b00")) () ")"))) (; ";")) (} "}"))) (expression_statement "*(uint *)(iVar4 + 4) = bVar1 & 1;" (assignment_expression "*(uint *)(iVar4 + 4) = bVar1 & 1" (pointer_expression "*(uint *)(iVar4 + 4)" (* "*") (cast_expression "(uint *)(iVar4 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 4)" (( "(") (binary_expression "iVar4 + 4" (identifier "iVar4") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "bVar1 & 1" (identifier "bVar1") (& "&") (number_literal "1"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (comment "/* WARNING: Subroutine does not return */") (expression_statement "FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c);" (call_expression "FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c)" (identifier "FUN_0005f640") (argument_list "((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c)" (( "(") (binary_expression "(int)&DAT_000f7ad0 + DAT_000f7b10" (cast_expression "(int)&DAT_000f7ad0" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "&DAT_000f7ad0" (& "&") (identifier "DAT_000f7ad0"))) (+ "+") (identifier "DAT_000f7b10")) (, ",") (identifier "DAT_000f7b14") (, ",") (binary_expression "&UNK_000f8318 + DAT_000f7b0c" (pointer_expression "&UNK_000f8318" (& "&") (identifier "UNK_000f8318")) (+ "+") (identifier "DAT_000f7b0c")) () ")"))) (; ";")) (} "}")))
/* WARNING: Struct "Output_section_data": ignoring overlapping field "output_section_" */ /* WARNING: Struct "Output_section": ignoring overlapping field "name_" */ /* DWARF original prototype: void set_needs_dynsym_index(Output_reloc<9,_true,_64,_false> * this) */ void __thiscall gold::Output_reloc<9,_true,_64,_false>::set_needs_dynsym_index (Output_reloc<9,_true,_64,_false> *this) { type_3 var_15; int *var_9; type_1 *var_6; type_2 var_2; int var_7; var_7 = var_1 + 0xf7914; if ((this->field_0x17 & 0x20) != 0) { return; } var_2 = this->local_sym_index_; if (var_2 == 0xfffffffd) { return; } if (var_2 < 0xfffffffe) { if (var_2 == 0) { return; } if (var_2 == 0xfffffffc) { /* WARNING: Subroutine does not return */ var_3((char *)(var_4 + 0xf7a74),DAT_000f7af0, (char *)(var_5 + 0xf86c8)); } } else { if (var_2 == 0xfffffffe) { *(type_3 *)&(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length = (type_3)(this->u1_).relobj[1].super_Relobj.super_Object.name_._M_string_length | 2; return; } if (var_2 == 0xffffffff) { *(type_3 *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) = *(type_3 *)((int)&(((this->u1_).relobj)->super_Relobj).super_Object.shnum_ + 2) | 0x40; return; } } var_6 = (((this->u1_).relobj)->super_Relobj).super_Object._vptr_Object[0x3b]; if ((var_6 == *(type_1 **)(var_7 + var_8)) || (var_9 = (int *)(*var_6)(), var_9 == (int *)0x0)) { /* WARNING: Subroutine does not return */ var_3((char *)(var_10 + 0xf7994),DAT_000f7ae0, (char *)(var_11 + 0xf85e8)); } if ((this->field_0x17 & 0x40) != 0) { if (*(type_4 **)(*var_9 + 0x60) == *(type_4 **)(var_7 + var_12)) { if ((type_2)(var_9[0xf] - var_9[0xe] >> 2) <= var_2) { /* WARNING: Subroutine does not return */ var_3((char *)(var_13 + 0xf7a90),DAT_000f7afc, (char *)(var_14 + 0xf7be8)); } var_7 = *(int *)(var_9[0xe] + var_2 * 4); } else { var_7 = (**(type_4 **)(*var_9 + 0x60))(var_9,var_2); } *(type_3 *)(var_7 + 0x98) = *(type_3 *)(var_7 + 0x98) | 2; return; } if (var_2 < (type_2)((var_9[0x3b] - var_9[0x3a] >> 3) * -0x55555555)) { var_7 = var_9[0x3a] + var_2 * 0x18; var_15 = *(type_3 *)(var_7 + 0xb) >> 4; if ((var_15 & 1) != 0) { /* WARNING: Subroutine does not return */ var_3((char *)(var_16 + 0xf7ab0),DAT_000f7b08, (char *)(var_17 + 0xf8318)); } *(type_2 *)(var_7 + 4) = var_15 & 1; return; } /* WARNING: Subroutine does not return */ var_3((char *)((int)&var_1 + var_18),DAT_000f7b14, (char *)(var_19 + 0xf8318)); }
(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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (binary_expression left: (identifier) right: (number_literal)))))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (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: (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: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal)))) (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal)))) (return_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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (number_literal))))) 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: (identifier))))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (number_literal))))))) arguments: (argument_list)))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) 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: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) 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: (identifier))))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal)))) right: (identifier))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal))) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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 (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (return_statement))) (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))) right: (identifier)) (identifier) (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))))))
void MASKED(int *param_1) { byte bVar1; int *piVar2; uint uVar3; int iVar4; iVar4 = DAT_000f7ad0 + 0xf7914; if ((*(byte *)((int)param_1 + 0x17) & 0x20) != 0) { return; } uVar3 = param_1[4]; if (uVar3 == 0xfffffffd) { return; } if (uVar3 < 0xfffffffe) { if (uVar3 == 0) { return; } if (uVar3 == 0xfffffffc) { /* WARNING: Subroutine does not return */ FUN_0005f640(DAT_000f7aec + 0xf7a74,DAT_000f7af0,DAT_000f7ae8 + 0xf86c8); } } else { if (uVar3 == 0xfffffffe) { *(byte *)(*param_1 + 0x98) = *(byte *)(*param_1 + 0x98) | 2; return; } if (uVar3 == 0xffffffff) { *(byte *)(*param_1 + 0x2a) = *(byte *)(*param_1 + 0x2a) | 0x40; return; } } if ((*(code **)(*(int *)*param_1 + 0xec) == *(code **)(iVar4 + DAT_000f7ad4)) || (piVar2 = (int *)(**(code **)(*(int *)*param_1 + 0xec))(), piVar2 == (int *)0x0)) { /* WARNING: Subroutine does not return */ FUN_0005f640(DAT_000f7adc + 0xf7994,DAT_000f7ae0,DAT_000f7ad8 + 0xf85e8); } if ((*(byte *)((int)param_1 + 0x17) & 0x40) != 0) { if (*(code **)(*piVar2 + 0x60) == *(code **)(iVar4 + DAT_000f7ae4)) { if ((uint)(piVar2[0xf] - piVar2[0xe] >> 2) <= uVar3) { /* WARNING: Subroutine does not return */ FUN_0005f640(DAT_000f7af8 + 0xf7a90,DAT_000f7afc,DAT_000f7af4 + 0xf7be8); } iVar4 = *(int *)(piVar2[0xe] + uVar3 * 4); } else { iVar4 = (**(code **)(*piVar2 + 0x60))(piVar2,uVar3); } *(byte *)(iVar4 + 0x98) = *(byte *)(iVar4 + 0x98) | 2; return; } if (uVar3 < (uint)((piVar2[0x3b] - piVar2[0x3a] >> 3) * -0x55555555)) { iVar4 = piVar2[0x3a] + uVar3 * 0x18; bVar1 = *(byte *)(iVar4 + 0xb) >> 4; if ((bVar1 & 1) != 0) { /* WARNING: Subroutine does not return */ FUN_0005f640(DAT_000f7b04 + 0xf7ab0,DAT_000f7b08,&UNK_000f8318 + DAT_000f7b00); } *(uint *)(iVar4 + 4) = bVar1 & 1; return; } /* WARNING: Subroutine does not return */ FUN_0005f640((int)&DAT_000f7ad0 + DAT_000f7b10,DAT_000f7b14,&UNK_000f8318 + DAT_000f7b0c); }
82,369
4406_arm-linux-gnueabi-dwp_and_arm-linux-gnueabi-dwp_strip.c
open
FUN_0020b418
/* std::wfilebuf::open(char const*, std::_Ios_Openmode) */ wfilebuf * __thiscall std::wfilebuf::open(wfilebuf *this,char *param_1,_Ios_Openmode param_2) { int iVar1; undefined4 uVar2; __basic_file<char> *this_00; int local_28; int iStack_24; this_00 = (__basic_file<char> *)(this + 0x38); iVar1 = __basic_file<char>::is_open(this_00); if (iVar1 == 0) { __basic_file<char>::open((char *)this_00,(_Ios_Openmode)param_1,param_2); iVar1 = __basic_file<char>::is_open(this_00); if (iVar1 != 0) { _M_allocate_internal_buffer(this); uVar2 = *(undefined4 *)(this + 0x5c); *(_Ios_Openmode *)(this + 0x40) = param_2; this[0x65] = (wfilebuf)0x0; this[0x66] = (wfilebuf)0x0; *(undefined4 *)(this + 0x14) = 0; *(undefined4 *)(this + 0x10) = 0; *(undefined4 *)(this + 0x18) = 0; *(undefined4 *)(this + 4) = uVar2; *(undefined4 *)(this + 8) = uVar2; *(undefined4 *)(this + 0xc) = uVar2; *(undefined4 *)(this + 0x4c) = *(undefined4 *)(this + 0x44); *(undefined4 *)(this + 0x50) = *(undefined4 *)(this + 0x48); *(undefined4 *)(this + 0x54) = *(undefined4 *)(this + 0x44); *(undefined4 *)(this + 0x58) = *(undefined4 *)(this + 0x48); if (((param_2 & _S_ate) == ~(_S_ios_openmode_min|_S_ios_openmode_max)) || ((**(code **)(*(int *)this + 0x10))(&local_28,this,0,0,2,param_2), iStack_24 != -1 || local_28 != -1)) { return this; } close(this); } } return (wfilebuf *)0x0; }
int * FUN_0020b418(int *param_1,undefined4 param_2,uint param_3) { int iVar1; int *piVar2; int local_28; int iStack_24; piVar2 = param_1 + 0xe; iVar1 = FUN_001dbc7c(piVar2); if (iVar1 == 0) { FUN_001dbd84(piVar2,param_2,param_3,0x1b4); iVar1 = FUN_001dbc7c(piVar2); if (iVar1 != 0) { FUN_00206d28(param_1); iVar1 = param_1[0x17]; param_1[0x10] = param_3; *(undefined1 *)((int)param_1 + 0x65) = 0; *(undefined1 *)((int)param_1 + 0x66) = 0; param_1[5] = 0; param_1[4] = 0; param_1[6] = 0; param_1[1] = iVar1; param_1[2] = iVar1; param_1[3] = iVar1; param_1[0x13] = param_1[0x11]; param_1[0x14] = param_1[0x12]; param_1[0x15] = param_1[0x11]; param_1[0x16] = param_1[0x12]; if (((param_3 & 2) == 0) || ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3), iStack_24 != -1 || local_28 != -1)) { return param_1; } FUN_0020aa8c(param_1); } } return (int *)0x0; }
stmdb sp!,{r4,r5,r6,r7,r8,lr} add r5,r0,#0x38 sub sp,sp,#0x18 cpy r4,r0 cpy r0,r5 cpy r8,r1 cpy r7,r2 bl 0x001dbc7c subs r6,r0,#0x0 bne 0x0020b4fc cpy r1,r8 mov r3,#0x1b4 cpy r2,r7 cpy r0,r5 bl 0x001dbd84 cpy r0,r5 bl 0x001dbc7c cmp r0,#0x0 beq 0x0020b4fc cpy r0,r4 bl 0x00206d28 ldr r2,[r4,#0x5c] add r3,r4,#0x44 str r7,[r4,#0x40] strb r6,[r4,#0x65] strb r6,[r4,#0x66] str r6,[r4,#0x14] str r6,[r4,#0x10] str r6,[r4,#0x18] str r2,[r4,#0x4] str r2,[r4,#0x8] str r2,[r4,#0xc] ldmia r3,{r0,r1} add r3,r4,#0x4c stmia r3,{r0,r1} tst r7,#0x2 add r3,r4,#0x54 stmia r3,{r0,r1} beq 0x0020b4f0 ldr r1,[r4,#0x0] mov r3,#0x2 stmia sp,{r3,r7} mov r2,#0x0 mov r3,#0x0 ldr r5,[r1,#0x10] add r0,sp,#0x8 cpy r1,r4 blx r5 ldrd r2,r3,[sp,#0x8] mvn r1,#0x0 mvn r0,#0x0 cmp r3,r1 cmpeq r2,r0 beq 0x0020b508 cpy r0,r4 add sp,sp,#0x18 ldmia sp!,{r4,r5,r6,r7,r8,pc} mov r0,#0x0 add sp,sp,#0x18 ldmia sp!,{r4,r5,r6,r7,r8,pc} cpy r0,r4 bl 0x0020aa8c cpy r0,r6 b 0x0020b500
null
null
null
null
[(u'CAST_-1203783876', u'CALL_-1203784602'), (u'CAST_-1203783823', u'CALL_-1203784539'), (u'PTRADD_-1203784394', u'STORE_-1203784454'), ('tmp_1070', u'PTRADD_-1203784363'), (u'CAST_-1203783876', u'CAST_-1203783823'), (u'PTRADD_-1203784333', u'CAST_-1203783731'), ('const-1', u'PTRADD_-1203784414'), ('const-417', u'LOAD_-1203784491'), ('const-12', u'PTRADD_-1203784357'), (u'CALL_-1203784528', u'INDIRECT_-1203783905'), ('const-1', u'PTRADD_-1203784429'), ('tmp_1070', u'PTRADD_-1203784401'), (u'CAST_-1203783716', u'STORE_-1203784340'), ('const-0', u'STORE_-1203784461'), (u'PTRADD_-1203784357', u'CAST_-1203783746'), ('const-417', u'STORE_-1203784442'), (u'CALL_-1203784602', u'INDIRECT_-1203783943'), (u'CAST_-1203783740', u'LOAD_-1203784411'), (u'CALL_-1203784539', u'INDIRECT_-1203783905'), ('tmp_1072', u'CALLIND_-1203784229'), (u'CALLIND_-1203784229', u'INDIRECT_-1203783770'), ('const-16', u'INT_ADD_-1203784250'), ('tmp_1070', u'PTRADD_-1203784429'), ('tmp_533', u'CBRANCH_-1203784332'), ('const-1', u'PTRADD_-1203784369'), ('tmp_1769', u'PTRSUB_-1203783707'), ('const-0', u'STORE_-1203784448'), (u'LOAD_-1203784411', u'STORE_-1203784340'), ('const-4294967295', u'INT_NOTEQUAL_-1203784175'), (u'CALL_-1203784539', u'INDIRECT_-1203783914'), ('const-2', u'CALLIND_-1203784229'), (u'CALL_-1203784492', u'INDIRECT_-1203783879'), ('const-64', u'PTRADD_-1203784407'), ('const-24', u'PTRADD_-1203784375'), ('const-1', u'PTRADD_-1203784324'), ('const-102', u'PTRADD_-1203784394'), (u'PTRADD_-1203784387', u'CAST_-1203783771'), ('const-1', u'PTRADD_-1203784288'), (u'INT_AND_-1203784348', u'INT_EQUAL_-1203784360'), ('const-417', u'STORE_-1203784340'), ('tmp_1070', u'CALL_-1203784088'), ('const-16', u'PTRADD_-1203784381'), ('const-0', u'CALLIND_-1203784229'), ('const-417', u'STORE_-1203784418'), ('const-0', u'INT_EQUAL_-1203784582'), ('const-1', u'PTRADD_-1203784349'), ('const-0', u'INT_NOTEQUAL_-1203784507'), ('const-417', u'STORE_-1203784342'), (u'CALLIND_-1203784229', u'INDIRECT_-1203783779'), ('const-0', u'STORE_-1203784454'), ('tmp_1070', u'PTRADD_-1203784349'), ('tmp_1071', u'CAST_-1203783822'), (u'LOAD_-1203784491', u'STORE_-1203784418'), ('const-4294967295', u'INT_NOTEQUAL_-1203783831'), ('const-417', u'STORE_-1203784454'), (u'BOOL_OR_-1203783695', u'CBRANCH_-1203784157'), ('const-8', u'PTRADD_-1203784363'), ('const-1', u'PTRADD_-1203784387'), ('tmp_1070', u'PTRADD_-1203784394'), (u'PTRADD_-1203784324', u'CAST_-1203783730'), ('tmp_1072', u'CALL_-1203784539'), (u'PTRADD_-1203784414', u'CAST_-1203783741'), (u'CAST_-1203783761', u'STORE_-1203784436'), (u'CAST_-1203783766', u'STORE_-1203784442'), ('tmp_844', u'CBRANCH_-1203784157'), ('const-1', u'PTRADD_-1203784401'), ('tmp_267', u'CBRANCH_-1203784505'), (u'LOAD_-1203784413', u'STORE_-1203784387'), ('const-88', u'PTRADD_-1203784279'), (u'PTRADD_-1203784375', u'CAST_-1203783761'), (u'CAST_-1203783784', u'STORE_-1203784468'), (u'CAST_-1203783756', u'STORE_-1203784430'), ('const-417', u'LOAD_-1203784266'), ('tmp_1070', u'PTRADD_-1203784588'), (u'INT_NOTEQUAL_-1203783831', u'BOOL_OR_-1203783695'), (u'CALL_-1203784528', u'INT_NOTEQUAL_-1203784507'), ('tmp_1070', u'PTRADD_-1203784375'), ('tmp_1070', u'CALLIND_-1203784229'), ('tmp_1070', u'PTRADD_-1203784279'), (u'PTRADD_-1203784363', u'CAST_-1203783751'), (u'LOAD_-1203784413', u'STORE_-1203784342'), ('const-417', u'STORE_-1203784461'), ('tmp_172', u'CBRANCH_-1203784578'), (u'PTRADD_-1203784588', u'CAST_-1203783876'), ('const-1', u'PTRADD_-1203784381'), (u'LOAD_-1203784491', u'STORE_-1203784430'), ('tmp_1072', u'STORE_-1203784468'), ('const-0', u'COPY_-1203784006'), (u'CAST_-1203783730', u'STORE_-1203784385'), ('const-417', u'LOAD_-1203784413'), ('const-417', u'STORE_-1203784424'), (u'CAST_-1203783793', u'LOAD_-1203784491'), (u'CAST_-1203783717', u'STORE_-1203784342'), (u'PTRADD_-1203784279', u'CAST_-1203783716'), ('tmp_944', u'BRANCH_-1203784081'), ('const-1', u'PTRADD_-1203784394'), (u'CALL_-1203784602', u'INT_EQUAL_-1203784582'), ('tmp_1072', u'INT_AND_-1203784348'), ('const-417', u'LOAD_-1203784329'), (u'CAST_-1203783876', u'CALL_-1203784528'), ('const-1', u'PTRADD_-1203784588'), (u'LOAD_-1203784329', u'INT_ADD_-1203784250'), (u'INT_NOTEQUAL_-1203784507', u'CBRANCH_-1203784505'), (u'CAST_-1203783707', u'LOAD_-1203784329'), ('const-417', u'STORE_-1203784430'), ('const-4294967256', u'PTRSUB_-1203783707'), ('const-0', u'CALLIND_-1203784229'), (u'INT_NOTEQUAL_-1203784175', u'BOOL_OR_-1203783695'), ('tmp_1070', u'PTRADD_-1203784333'), (u'PTRADD_-1203784288', u'CAST_-1203783717'), ('const-417', u'STORE_-1203784436'), (u'PTRADD_-1203784381', u'CAST_-1203783766'), (u'CAST_-1203783731', u'STORE_-1203784387'), ('const-56', u'PTRADD_-1203784588'), ('const-1', u'PTRADD_-1203784357'), (u'CAST_-1203783822', u'CALL_-1203784539'), (u'COPY_-1203784006', u'RETURN_-1203784060'), (u'CAST_-1203783746', u'STORE_-1203784418'), (u'LOAD_-1203784266', u'CALLIND_-1203784229'), ('const-92', u'PTRADD_-1203784429'), ('const-2', u'INT_AND_-1203784348'), (u'INDIRECT_-1203783779', u'INT_NOTEQUAL_-1203783831'), (u'PTRADD_-1203784349', u'CAST_-1203783740'), (u'INT_ADD_-1203784250', u'CAST_-1203783686'), (u'LOAD_-1203784491', u'STORE_-1203784424'), ('tmp_1070', u'PTRADD_-1203784288'), ('const-76', u'PTRADD_-1203784333'), ('const-1', u'PTRADD_-1203784363'), ('const-417', u'STORE_-1203784387'), ('const-80', u'PTRADD_-1203784324'), ('tmp_1070', u'COPY_-1203784156'), ('const-1', u'PTRADD_-1203784333'), ('tmp_1070', u'PTRADD_-1203784381'), ('const-0', u'INT_EQUAL_-1203784360'), ('tmp_1070', u'CALL_-1203784492'), ('tmp_1070', u'PTRADD_-1203784324'), ('const-417', u'STORE_-1203784385'), ('const-0', u'STORE_-1203784442'), ('const-1', u'PTRADD_-1203784407'), ('const-0', u'STORE_-1203784436'), (u'CAST_-1203783686', u'LOAD_-1203784266'), (u'PTRADD_-1203784369', u'CAST_-1203783756'), ('tmp_1070', u'PTRADD_-1203784387'), ('const-101', u'PTRADD_-1203784401'), ('tmp_1070', u'CAST_-1203783707'), ('const-72', u'PTRADD_-1203784349'), ('const-0', u'RETURN_-1203784060'), (u'INT_EQUAL_-1203784582', u'CBRANCH_-1203784578'), (u'CAST_-1203783751', u'STORE_-1203784424'), ('tmp_1070', u'PTRADD_-1203784407'), ('tmp_1070', u'PTRADD_-1203784357'), (u'COPY_-1203784156', u'RETURN_-1203784108'), (u'CALL_-1203784602', u'INDIRECT_-1203783934'), (u'CALL_-1203784492', u'INDIRECT_-1203783888'), (u'INDIRECT_-1203783770', u'INT_NOTEQUAL_-1203784175'), ('const-68', u'PTRADD_-1203784414'), ('const-1', u'PTRADD_-1203784279'), (u'LOAD_-1203784411', u'STORE_-1203784385'), ('const-417', u'STORE_-1203784448'), (u'PTRSUB_-1203783707', u'CALLIND_-1203784229'), ('const-417', u'STORE_-1203784468'), ('tmp_1070', u'PTRADD_-1203784369'), (u'PTRADD_-1203784407', u'CAST_-1203783784'), (u'CAST_-1203783771', u'STORE_-1203784448'), ('const-84', u'PTRADD_-1203784288'), ('const-0', u'RETURN_-1203784108'), (u'PTRADD_-1203784401', u'STORE_-1203784461'), (u'CAST_-1203783741', u'LOAD_-1203784413'), ('const-1', u'PTRADD_-1203784375'), (u'PTRADD_-1203784429', u'CAST_-1203783793'), ('const-417', u'LOAD_-1203784411'), (u'CALL_-1203784528', u'INDIRECT_-1203783896'), ('const-4', u'PTRADD_-1203784369'), (u'INT_EQUAL_-1203784360', u'CBRANCH_-1203784332'), ('tmp_1070', u'PTRADD_-1203784414'), ('const-20', u'PTRADD_-1203784387')]
[('const-4', u'PTRADD_-1203783750'), ('tmp_1787', u'PTRADD_-1203783745'), ('const-417', u'STORE_-1203784385'), (u'PTRADD_-1203783793', u'STORE_-1203784468'), ('const-417', u'LOAD_-1203784411'), ('const-417', u'STORE_-1203784342'), ('tmp_1787', u'PTRADD_-1203783798'), ('tmp_1787', u'PTRADD_-1203783755'), ('const-417', u'LOAD_-1203784266'), (u'CALL_-1203784528', u'INDIRECT_-1203783905'), ('tmp_1787', u'PTRADD_-1203783793'), ('tmp_1787', u'PTRADD_-1203783731'), (u'CALL_-1203784602', u'INDIRECT_-1203783943'), (u'CALL_-1203784539', u'INDIRECT_-1203783905'), ('const-3', u'PTRADD_-1203783755'), ('tmp_1787', u'CAST_-1203783769'), (u'CALLIND_-1203784229', u'INDIRECT_-1203783770'), ('const-4', u'PTRADD_-1203783770'), ('const-16', u'INT_ADD_-1203784250'), ('tmp_1789', u'CALLIND_-1203784229'), ('const-4', u'PTRADD_-1203783793'), ('tmp_533', u'CBRANCH_-1203784332'), ('const-4', u'PTRADD_-1203783884'), ('const-0', u'STORE_-1203784461'), ('const-417', u'STORE_-1203784461'), (u'PTRADD_-1203783765', u'STORE_-1203784430'), ('const-6', u'PTRADD_-1203783770'), (u'LOAD_-1203784411', u'STORE_-1203784340'), (u'CAST_-1203783762', u'STORE_-1203784454'), (u'CALL_-1203784539', u'INDIRECT_-1203783914'), ('const-4', u'PTRADD_-1203783731'), ('const-0', u'STORE_-1203784436'), (u'CALL_-1203784492', u'INDIRECT_-1203783879'), ('tmp_1789', u'STORE_-1203784468'), ('const-4', u'PTRADD_-1203783726'), (u'INT_AND_-1203784348', u'INT_EQUAL_-1203784360'), ('const-4', u'PTRADD_-1203783803'), (u'INT_NOTEQUAL_-1203783831', u'BOOL_OR_-1203783680'), ('const-0', u'INT_EQUAL_-1203784582'), ('const-0', u'STORE_-1203784442'), (u'CALLIND_-1203784229', u'INDIRECT_-1203783779'), ('const-4', u'PTRADD_-1203783740'), ('const-417', u'LOAD_-1203784329'), ('const-101', u'INT_ADD_-1203784447'), ('const-4294967295', u'INT_NOTEQUAL_-1203783831'), (u'LOAD_-1203784491', u'STORE_-1203784418'), (u'PTRADD_-1203783780', u'STORE_-1203784448'), (u'INT_ADD_-1203784250', u'CAST_-1203783685'), ('const-417', u'STORE_-1203784436'), ('const-2', u'PTRADD_-1203783760'), ('tmp_1787', u'CAST_-1203783763'), ('const-4294967295', u'INT_NOTEQUAL_-1203784175'), (u'PTRADD_-1203783798', u'LOAD_-1203784413'), ('tmp_1787', u'PTRADD_-1203783726'), ('const-417', u'STORE_-1203784430'), (u'PTRADD_-1203783750', u'LOAD_-1203784411'), ('const-21', u'PTRADD_-1203783731'), ('tmp_1787', u'PTRADD_-1203783884'), ('const-0', u'INT_NOTEQUAL_-1203784507'), ('tmp_844', u'CBRANCH_-1203784157'), ('tmp_267', u'CBRANCH_-1203784505'), (u'LOAD_-1203784413', u'STORE_-1203784387'), ('const-0', u'COPY_-1203784006'), ('const-14', u'PTRADD_-1203783884'), ('tmp_1787', u'PTRADD_-1203783780'), ('const-2', u'CALLIND_-1203784229'), (u'CALL_-1203784528', u'INT_NOTEQUAL_-1203784507'), ('tmp_1787', u'COPY_-1203784156'), ('const-436', u'CALL_-1203784539'), (u'PTRSUB_-1203783692', u'CALLIND_-1203784229'), (u'LOAD_-1203784413', u'STORE_-1203784342'), ('const-0', u'CALLIND_-1203784229'), ('tmp_172', u'CBRANCH_-1203784578'), (u'CAST_-1203783763', u'INT_ADD_-1203784440'), ('tmp_1787', u'CALL_-1203784492'), (u'LOAD_-1203784491', u'STORE_-1203784430'), ('const-4', u'PTRADD_-1203783765'), (u'CAST_-1203783768', u'STORE_-1203784461'), ('tmp_1789', u'CALL_-1203784539'), ('const-417', u'STORE_-1203784340'), (u'CAST_-1203783769', u'INT_ADD_-1203784447'), ('tmp_1787', u'CALLIND_-1203784229'), ('const-417', u'STORE_-1203784387'), (u'CAST_-1203783685', u'LOAD_-1203784266'), (u'PTRADD_-1203783884', u'CALL_-1203784602'), (u'PTRADD_-1203783884', u'CALL_-1203784528'), (u'INT_ADD_-1203784440', u'CAST_-1203783762'), ('const-4', u'PTRADD_-1203783775'), ('tmp_1788', u'CALL_-1203784539'), (u'PTRADD_-1203783803', u'LOAD_-1203784491'), (u'BOOL_OR_-1203783680', u'CBRANCH_-1203784157'), ('const-5', u'PTRADD_-1203783780'), (u'PTRADD_-1203783770', u'STORE_-1203784436'), ('tmp_1787', u'PTRADD_-1203783760'), ('tmp_944', u'BRANCH_-1203784081'), (u'CALL_-1203784602', u'INT_EQUAL_-1203784582'), (u'INT_ADD_-1203784447', u'CAST_-1203783768'), ('tmp_1787', u'PTRADD_-1203783765'), (u'PTRADD_-1203783884', u'CALL_-1203784539'), ('const-417', u'STORE_-1203784454'), (u'LOAD_-1203784329', u'INT_ADD_-1203784250'), ('const-4294967256', u'PTRSUB_-1203783692'), (u'INT_NOTEQUAL_-1203784507', u'CBRANCH_-1203784505'), ('const-417', u'STORE_-1203784468'), (u'COPY_-1203784006', u'RETURN_-1203784060'), ('const-417', u'STORE_-1203784448'), (u'LOAD_-1203784266', u'CALLIND_-1203784229'), ('const-2', u'INT_AND_-1203784348'), ('const-417', u'LOAD_-1203784413'), (u'INDIRECT_-1203783779', u'INT_NOTEQUAL_-1203783831'), ('const-4', u'PTRADD_-1203783798'), ('tmp_1787', u'PTRADD_-1203783770'), ('const-18', u'PTRADD_-1203783750'), ('tmp_1787', u'PTRADD_-1203783775'), (u'LOAD_-1203784491', u'STORE_-1203784424'), (u'PTRADD_-1203783740', u'STORE_-1203784385'), ('const-17', u'PTRADD_-1203783798'), ('tmp_1779', u'PTRSUB_-1203783692'), ('const-1', u'PTRADD_-1203783765'), ('const-417', u'STORE_-1203784424'), ('const-22', u'PTRADD_-1203783726'), ('const-0', u'CALLIND_-1203784229'), (u'PTRADD_-1203783726', u'STORE_-1203784340'), (u'PTRADD_-1203783760', u'STORE_-1203784424'), ('const-0', u'STORE_-1203784448'), ('const-0', u'INT_EQUAL_-1203784360'), ('const-4', u'PTRADD_-1203783760'), ('const-417', u'LOAD_-1203784491'), (u'PTRADD_-1203783775', u'STORE_-1203784442'), ('tmp_1787', u'PTRADD_-1203783740'), ('const-0', u'RETURN_-1203784060'), (u'INT_EQUAL_-1203784582', u'CBRANCH_-1203784578'), ('const-4', u'PTRADD_-1203783775'), (u'COPY_-1203784156', u'RETURN_-1203784108'), (u'CALL_-1203784602', u'INDIRECT_-1203783934'), ('tmp_1787', u'PTRADD_-1203783750'), ('const-19', u'PTRADD_-1203783745'), (u'PTRADD_-1203783745', u'STORE_-1203784387'), (u'CALL_-1203784492', u'INDIRECT_-1203783888'), ('const-20', u'PTRADD_-1203783740'), (u'INDIRECT_-1203783770', u'INT_NOTEQUAL_-1203784175'), ('const-23', u'PTRADD_-1203783803'), (u'INT_NOTEQUAL_-1203784175', u'BOOL_OR_-1203783680'), ('const-417', u'STORE_-1203784442'), (u'LOAD_-1203784411', u'STORE_-1203784385'), ('const-4', u'PTRADD_-1203783745'), ('const-102', u'INT_ADD_-1203784440'), ('const-0', u'STORE_-1203784454'), ('const-4', u'PTRADD_-1203783755'), ('tmp_1789', u'INT_AND_-1203784348'), ('const-0', u'RETURN_-1203784108'), (u'PTRADD_-1203783755', u'STORE_-1203784418'), ('tmp_1787', u'LOAD_-1203784329'), (u'CALL_-1203784528', u'INDIRECT_-1203783896'), ('const-16', u'PTRADD_-1203783793'), (u'INT_EQUAL_-1203784360', u'CBRANCH_-1203784332'), ('tmp_1787', u'CALL_-1203784088'), ('const-4', u'PTRADD_-1203783780'), ('tmp_1787', u'PTRADD_-1203783803'), (u'PTRADD_-1203783731', u'STORE_-1203784342'), ('const-417', u'STORE_-1203784418')]
null
null
0020b418
arm
O2
(translation_unit "int * FUN_0020b418(int *param_1,undefined4 param_2,uint param_3)\n\n{\n int iVar1;\n int *piVar2;\n int local_28;\n int iStack_24;\n \n piVar2 = param_1 + 0xe;\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 == 0) {\n FUN_001dbd84(piVar2,param_2,param_3,0x1b4);\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }\n }\n return (int *)0x0;\n}\n\n" (function_definition "int * FUN_0020b418(int *param_1,undefined4 param_2,uint param_3)\n\n{\n int iVar1;\n int *piVar2;\n int local_28;\n int iStack_24;\n \n piVar2 = param_1 + 0xe;\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 == 0) {\n FUN_001dbd84(piVar2,param_2,param_3,0x1b4);\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }\n }\n return (int *)0x0;\n}" primitive_type (pointer_declarator "* FUN_0020b418(int *param_1,undefined4 param_2,uint param_3)" * (function_declarator "FUN_0020b418(int *param_1,undefined4 param_2,uint param_3)" identifier (parameter_list "(int *param_1,undefined4 param_2,uint param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) )))) (compound_statement "{\n int iVar1;\n int *piVar2;\n int local_28;\n int iStack_24;\n \n piVar2 = param_1 + 0xe;\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 == 0) {\n FUN_001dbd84(piVar2,param_2,param_3,0x1b4);\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }\n }\n return (int *)0x0;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "int iStack_24;" primitive_type identifier ;) (expression_statement "piVar2 = param_1 + 0xe;" (assignment_expression "piVar2 = param_1 + 0xe" identifier = (binary_expression "param_1 + 0xe" identifier + number_literal)) ;) (expression_statement "iVar1 = FUN_001dbc7c(piVar2);" (assignment_expression "iVar1 = FUN_001dbc7c(piVar2)" identifier = (call_expression "FUN_001dbc7c(piVar2)" identifier (argument_list "(piVar2)" ( identifier )))) ;) (if_statement "if (iVar1 == 0) {\n FUN_001dbd84(piVar2,param_2,param_3,0x1b4);\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_001dbd84(piVar2,param_2,param_3,0x1b4);\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }\n }" { (expression_statement "FUN_001dbd84(piVar2,param_2,param_3,0x1b4);" (call_expression "FUN_001dbd84(piVar2,param_2,param_3,0x1b4)" identifier (argument_list "(piVar2,param_2,param_3,0x1b4)" ( identifier , identifier , identifier , number_literal ))) ;) (expression_statement "iVar1 = FUN_001dbc7c(piVar2);" (assignment_expression "iVar1 = FUN_001dbc7c(piVar2)" identifier = (call_expression "FUN_001dbc7c(piVar2)" identifier (argument_list "(piVar2)" ( identifier )))) ;) (if_statement "if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }" { (expression_statement "FUN_00206d28(param_1);" (call_expression "FUN_00206d28(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "iVar1 = param_1[0x17];" (assignment_expression "iVar1 = param_1[0x17]" identifier = (subscript_expression "param_1[0x17]" identifier [ number_literal ])) ;) (expression_statement "param_1[0x10] = param_3;" (assignment_expression "param_1[0x10] = param_3" (subscript_expression "param_1[0x10]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined1 *)((int)param_1 + 0x65) = 0;" (assignment_expression "*(undefined1 *)((int)param_1 + 0x65) = 0" (pointer_expression "*(undefined1 *)((int)param_1 + 0x65)" * (cast_expression "(undefined1 *)((int)param_1 + 0x65)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x65)" ( (binary_expression "(int)param_1 + 0x65" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)((int)param_1 + 0x66) = 0;" (assignment_expression "*(undefined1 *)((int)param_1 + 0x66) = 0" (pointer_expression "*(undefined1 *)((int)param_1 + 0x66)" * (cast_expression "(undefined1 *)((int)param_1 + 0x66)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x66)" ( (binary_expression "(int)param_1 + 0x66" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "param_1[5] = 0;" (assignment_expression "param_1[5] = 0" (subscript_expression "param_1[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[4] = 0;" (assignment_expression "param_1[4] = 0" (subscript_expression "param_1[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[1] = iVar1;" (assignment_expression "param_1[1] = iVar1" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[2] = iVar1;" (assignment_expression "param_1[2] = iVar1" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[3] = iVar1;" (assignment_expression "param_1[3] = iVar1" (subscript_expression "param_1[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[0x13] = param_1[0x11];" (assignment_expression "param_1[0x13] = param_1[0x11]" (subscript_expression "param_1[0x13]" identifier [ number_literal ]) = (subscript_expression "param_1[0x11]" identifier [ number_literal ])) ;) (expression_statement "param_1[0x14] = param_1[0x12];" (assignment_expression "param_1[0x14] = param_1[0x12]" (subscript_expression "param_1[0x14]" identifier [ number_literal ]) = (subscript_expression "param_1[0x12]" identifier [ number_literal ])) ;) (expression_statement "param_1[0x15] = param_1[0x11];" (assignment_expression "param_1[0x15] = param_1[0x11]" (subscript_expression "param_1[0x15]" identifier [ number_literal ]) = (subscript_expression "param_1[0x11]" identifier [ number_literal ])) ;) (expression_statement "param_1[0x16] = param_1[0x12];" (assignment_expression "param_1[0x16] = param_1[0x12]" (subscript_expression "param_1[0x16]" identifier [ number_literal ]) = (subscript_expression "param_1[0x12]" identifier [ number_literal ])) ;) (if_statement "if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }" if (parenthesized_expression "(((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1))" ( (binary_expression "((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)" (parenthesized_expression "((param_3 & 2) == 0)" ( (binary_expression "(param_3 & 2) == 0" (parenthesized_expression "(param_3 & 2)" ( (binary_expression "param_3 & 2" identifier & number_literal) )) == number_literal) )) || (parenthesized_expression "((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)" ( (comma_expression "(**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1" (call_expression "(**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3)" (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 "(&local_28,param_1,0,0,2,param_3)" ( (pointer_expression "&local_28" & identifier) , identifier , number_literal , number_literal , number_literal , identifier ))) , (binary_expression "iStack_24 != -1 || local_28 != -1" (binary_expression "iStack_24 != -1" identifier != number_literal) || (binary_expression "local_28 != -1" identifier != number_literal))) ))) )) (compound_statement "{\n return param_1;\n }" { (return_statement "return param_1;" return identifier ;) })) (expression_statement "FUN_0020aa8c(param_1);" (call_expression "FUN_0020aa8c(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) })) (return_statement "return (int *)0x0;" return (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
(translation_unit "/* std::wfilebuf::open(char const*, std::_Ios_Openmode) */\n\nwfilebuf * __thiscall std::wfilebuf::open(wfilebuf *this,char *param_1,_Ios_Openmode param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n __basic_file<char> *this_00;\n int local_28;\n int iStack_24;\n \n this_00 = (__basic_file<char> *)(this + 0x38);\n iVar1 = __basic_file<char>::is_open(this_00);\n if (iVar1 == 0) {\n __basic_file<char>::open((char *)this_00,(_Ios_Openmode)param_1,param_2);\n iVar1 = __basic_file<char>::is_open(this_00);\n if (iVar1 != 0) {\n _M_allocate_internal_buffer(this);\n uVar2 = *(undefined4 *)(this + 0x5c);\n *(_Ios_Openmode *)(this + 0x40) = param_2;\n this[0x65] = (wfilebuf)0x0;\n this[0x66] = (wfilebuf)0x0;\n *(undefined4 *)(this + 0x14) = 0;\n *(undefined4 *)(this + 0x10) = 0;\n *(undefined4 *)(this + 0x18) = 0;\n *(undefined4 *)(this + 4) = uVar2;\n *(undefined4 *)(this + 8) = uVar2;\n *(undefined4 *)(this + 0xc) = uVar2;\n *(undefined4 *)(this + 0x4c) = *(undefined4 *)(this + 0x44);\n *(undefined4 *)(this + 0x50) = *(undefined4 *)(this + 0x48);\n *(undefined4 *)(this + 0x54) = *(undefined4 *)(this + 0x44);\n *(undefined4 *)(this + 0x58) = *(undefined4 *)(this + 0x48);\n if (((param_2 & _S_ate) == ~(_S_ios_openmode_min|_S_ios_openmode_max)) ||\n ((**(code **)(*(int *)this + 0x10))(&local_28,this,0,0,2,param_2),\n iStack_24 != -1 || local_28 != -1)) {\n return this;\n }\n close(this);\n }\n }\n return (wfilebuf *)0x0;\n}\n\n" comment (ERROR "wfilebuf * __thiscall std::wfilebuf::open(wfilebuf *this,char *param_1,_Ios_Openmode param_2)" (binary_expression "wfilebuf * __thiscall std::wfilebuf::open(wfilebuf *this" (binary_expression "wfilebuf * __thiscall" identifier * identifier) (ERROR "std::wfilebuf::open(wfilebuf" identifier : : identifier : : identifier ( identifier) * identifier) , primitive_type (pointer_declarator "*param_1" * identifier) , identifier identifier )) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n __basic_file<char> *this_00;\n int local_28;\n int iStack_24;\n \n this_00 = (__basic_file<char> *)(this + 0x38);\n iVar1 = __basic_file<char>::is_open(this_00);\n if (iVar1 == 0) {\n __basic_file<char>::open((char *)this_00,(_Ios_Openmode)param_1,param_2);\n iVar1 = __basic_file<char>::is_open(this_00);\n if (iVar1 != 0) {\n _M_allocate_internal_buffer(this);\n uVar2 = *(undefined4 *)(this + 0x5c);\n *(_Ios_Openmode *)(this + 0x40) = param_2;\n this[0x65] = (wfilebuf)0x0;\n this[0x66] = (wfilebuf)0x0;\n *(undefined4 *)(this + 0x14) = 0;\n *(undefined4 *)(this + 0x10) = 0;\n *(undefined4 *)(this + 0x18) = 0;\n *(undefined4 *)(this + 4) = uVar2;\n *(undefined4 *)(this + 8) = uVar2;\n *(undefined4 *)(this + 0xc) = uVar2;\n *(undefined4 *)(this + 0x4c) = *(undefined4 *)(this + 0x44);\n *(undefined4 *)(this + 0x50) = *(undefined4 *)(this + 0x48);\n *(undefined4 *)(this + 0x54) = *(undefined4 *)(this + 0x44);\n *(undefined4 *)(this + 0x58) = *(undefined4 *)(this + 0x48);\n if (((param_2 & _S_ate) == ~(_S_ios_openmode_min|_S_ios_openmode_max)) ||\n ((**(code **)(*(int *)this + 0x10))(&local_28,this,0,0,2,param_2),\n iStack_24 != -1 || local_28 != -1)) {\n return this;\n }\n close(this);\n }\n }\n return (wfilebuf *)0x0;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (expression_statement "__basic_file<char> *this_00;" (binary_expression "__basic_file<char> *this_00" (binary_expression "__basic_file<char" identifier < identifier) > (pointer_expression "*this_00" * identifier)) ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "int iStack_24;" primitive_type identifier ;) (expression_statement "this_00 = (__basic_file<char> *)(this + 0x38);" (assignment_expression "this_00 = (__basic_file<char> *)(this + 0x38)" identifier = (call_expression "(__basic_file<char> *)(this + 0x38)" (parenthesized_expression "(__basic_file<char> *)" ( (binary_expression "__basic_file<char> *" (binary_expression "__basic_file<char" identifier < identifier) > (pointer_expression "*" * identifier)) )) (argument_list "(this + 0x38)" ( (binary_expression "this + 0x38" identifier + number_literal) )))) ;) (expression_statement "iVar1 = __basic_file<char>::is_open(this_00);" (assignment_expression "iVar1 = __basic_file<char>::is_open(this_00)" identifier = (binary_expression "__basic_file<char>::is_open(this_00)" (binary_expression "__basic_file<char" identifier < identifier) > (ERROR "::" : :) (call_expression "is_open(this_00)" identifier (argument_list "(this_00)" ( identifier ))))) ;) (if_statement "if (iVar1 == 0) {\n __basic_file<char>::open((char *)this_00,(_Ios_Openmode)param_1,param_2);\n iVar1 = __basic_file<char>::is_open(this_00);\n if (iVar1 != 0) {\n _M_allocate_internal_buffer(this);\n uVar2 = *(undefined4 *)(this + 0x5c);\n *(_Ios_Openmode *)(this + 0x40) = param_2;\n this[0x65] = (wfilebuf)0x0;\n this[0x66] = (wfilebuf)0x0;\n *(undefined4 *)(this + 0x14) = 0;\n *(undefined4 *)(this + 0x10) = 0;\n *(undefined4 *)(this + 0x18) = 0;\n *(undefined4 *)(this + 4) = uVar2;\n *(undefined4 *)(this + 8) = uVar2;\n *(undefined4 *)(this + 0xc) = uVar2;\n *(undefined4 *)(this + 0x4c) = *(undefined4 *)(this + 0x44);\n *(undefined4 *)(this + 0x50) = *(undefined4 *)(this + 0x48);\n *(undefined4 *)(this + 0x54) = *(undefined4 *)(this + 0x44);\n *(undefined4 *)(this + 0x58) = *(undefined4 *)(this + 0x48);\n if (((param_2 & _S_ate) == ~(_S_ios_openmode_min|_S_ios_openmode_max)) ||\n ((**(code **)(*(int *)this + 0x10))(&local_28,this,0,0,2,param_2),\n iStack_24 != -1 || local_28 != -1)) {\n return this;\n }\n close(this);\n }\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n __basic_file<char>::open((char *)this_00,(_Ios_Openmode)param_1,param_2);\n iVar1 = __basic_file<char>::is_open(this_00);\n if (iVar1 != 0) {\n _M_allocate_internal_buffer(this);\n uVar2 = *(undefined4 *)(this + 0x5c);\n *(_Ios_Openmode *)(this + 0x40) = param_2;\n this[0x65] = (wfilebuf)0x0;\n this[0x66] = (wfilebuf)0x0;\n *(undefined4 *)(this + 0x14) = 0;\n *(undefined4 *)(this + 0x10) = 0;\n *(undefined4 *)(this + 0x18) = 0;\n *(undefined4 *)(this + 4) = uVar2;\n *(undefined4 *)(this + 8) = uVar2;\n *(undefined4 *)(this + 0xc) = uVar2;\n *(undefined4 *)(this + 0x4c) = *(undefined4 *)(this + 0x44);\n *(undefined4 *)(this + 0x50) = *(undefined4 *)(this + 0x48);\n *(undefined4 *)(this + 0x54) = *(undefined4 *)(this + 0x44);\n *(undefined4 *)(this + 0x58) = *(undefined4 *)(this + 0x48);\n if (((param_2 & _S_ate) == ~(_S_ios_openmode_min|_S_ios_openmode_max)) ||\n ((**(code **)(*(int *)this + 0x10))(&local_28,this,0,0,2,param_2),\n iStack_24 != -1 || local_28 != -1)) {\n return this;\n }\n close(this);\n }\n }" { (expression_statement "__basic_file<char>::open((char *)this_00,(_Ios_Openmode)param_1,param_2);" (binary_expression "__basic_file<char>::open((char *)this_00,(_Ios_Openmode)param_1,param_2)" (binary_expression "__basic_file<char" identifier < identifier) > (ERROR "::" : :) (call_expression "open((char *)this_00,(_Ios_Openmode)param_1,param_2)" identifier (argument_list "((char *)this_00,(_Ios_Openmode)param_1,param_2)" ( (cast_expression "(char *)this_00" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(_Ios_Openmode)param_1" ( (type_descriptor "_Ios_Openmode" type_identifier) ) identifier) , identifier )))) ;) (expression_statement "iVar1 = __basic_file<char>::is_open(this_00);" (assignment_expression "iVar1 = __basic_file<char>::is_open(this_00)" identifier = (binary_expression "__basic_file<char>::is_open(this_00)" (binary_expression "__basic_file<char" identifier < identifier) > (ERROR "::" : :) (call_expression "is_open(this_00)" identifier (argument_list "(this_00)" ( identifier ))))) ;) (if_statement "if (iVar1 != 0) {\n _M_allocate_internal_buffer(this);\n uVar2 = *(undefined4 *)(this + 0x5c);\n *(_Ios_Openmode *)(this + 0x40) = param_2;\n this[0x65] = (wfilebuf)0x0;\n this[0x66] = (wfilebuf)0x0;\n *(undefined4 *)(this + 0x14) = 0;\n *(undefined4 *)(this + 0x10) = 0;\n *(undefined4 *)(this + 0x18) = 0;\n *(undefined4 *)(this + 4) = uVar2;\n *(undefined4 *)(this + 8) = uVar2;\n *(undefined4 *)(this + 0xc) = uVar2;\n *(undefined4 *)(this + 0x4c) = *(undefined4 *)(this + 0x44);\n *(undefined4 *)(this + 0x50) = *(undefined4 *)(this + 0x48);\n *(undefined4 *)(this + 0x54) = *(undefined4 *)(this + 0x44);\n *(undefined4 *)(this + 0x58) = *(undefined4 *)(this + 0x48);\n if (((param_2 & _S_ate) == ~(_S_ios_openmode_min|_S_ios_openmode_max)) ||\n ((**(code **)(*(int *)this + 0x10))(&local_28,this,0,0,2,param_2),\n iStack_24 != -1 || local_28 != -1)) {\n return this;\n }\n close(this);\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n _M_allocate_internal_buffer(this);\n uVar2 = *(undefined4 *)(this + 0x5c);\n *(_Ios_Openmode *)(this + 0x40) = param_2;\n this[0x65] = (wfilebuf)0x0;\n this[0x66] = (wfilebuf)0x0;\n *(undefined4 *)(this + 0x14) = 0;\n *(undefined4 *)(this + 0x10) = 0;\n *(undefined4 *)(this + 0x18) = 0;\n *(undefined4 *)(this + 4) = uVar2;\n *(undefined4 *)(this + 8) = uVar2;\n *(undefined4 *)(this + 0xc) = uVar2;\n *(undefined4 *)(this + 0x4c) = *(undefined4 *)(this + 0x44);\n *(undefined4 *)(this + 0x50) = *(undefined4 *)(this + 0x48);\n *(undefined4 *)(this + 0x54) = *(undefined4 *)(this + 0x44);\n *(undefined4 *)(this + 0x58) = *(undefined4 *)(this + 0x48);\n if (((param_2 & _S_ate) == ~(_S_ios_openmode_min|_S_ios_openmode_max)) ||\n ((**(code **)(*(int *)this + 0x10))(&local_28,this,0,0,2,param_2),\n iStack_24 != -1 || local_28 != -1)) {\n return this;\n }\n close(this);\n }" { (expression_statement "_M_allocate_internal_buffer(this);" (call_expression "_M_allocate_internal_buffer(this)" identifier (argument_list "(this)" ( identifier ))) ;) (expression_statement "uVar2 = *(undefined4 *)(this + 0x5c);" (assignment_expression "uVar2 = *(undefined4 *)(this + 0x5c)" identifier = (pointer_expression "*(undefined4 *)(this + 0x5c)" * (cast_expression "(undefined4 *)(this + 0x5c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x5c)" ( (binary_expression "this + 0x5c" identifier + number_literal) ))))) ;) (expression_statement "*(_Ios_Openmode *)(this + 0x40) = param_2;" (assignment_expression "*(_Ios_Openmode *)(this + 0x40) = param_2" (pointer_expression "*(_Ios_Openmode *)(this + 0x40)" * (cast_expression "(_Ios_Openmode *)(this + 0x40)" ( (type_descriptor "_Ios_Openmode *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x40)" ( (binary_expression "this + 0x40" identifier + number_literal) )))) = identifier) ;) (expression_statement "this[0x65] = (wfilebuf)0x0;" (assignment_expression "this[0x65] = (wfilebuf)0x0" (subscript_expression "this[0x65]" identifier [ number_literal ]) = (cast_expression "(wfilebuf)0x0" ( (type_descriptor "wfilebuf" type_identifier) ) number_literal)) ;) (expression_statement "this[0x66] = (wfilebuf)0x0;" (assignment_expression "this[0x66] = (wfilebuf)0x0" (subscript_expression "this[0x66]" identifier [ number_literal ]) = (cast_expression "(wfilebuf)0x0" ( (type_descriptor "wfilebuf" type_identifier) ) number_literal)) ;) (expression_statement "*(undefined4 *)(this + 0x14) = 0;" (assignment_expression "*(undefined4 *)(this + 0x14) = 0" (pointer_expression "*(undefined4 *)(this + 0x14)" * (cast_expression "(undefined4 *)(this + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x14)" ( (binary_expression "this + 0x14" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(this + 0x10) = 0;" (assignment_expression "*(undefined4 *)(this + 0x10) = 0" (pointer_expression "*(undefined4 *)(this + 0x10)" * (cast_expression "(undefined4 *)(this + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(this + 0x18) = 0;" (assignment_expression "*(undefined4 *)(this + 0x18) = 0" (pointer_expression "*(undefined4 *)(this + 0x18)" * (cast_expression "(undefined4 *)(this + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x18)" ( (binary_expression "this + 0x18" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(this + 4) = uVar2;" (assignment_expression "*(undefined4 *)(this + 4) = uVar2" (pointer_expression "*(undefined4 *)(this + 4)" * (cast_expression "(undefined4 *)(this + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 4)" ( (binary_expression "this + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(this + 8) = uVar2;" (assignment_expression "*(undefined4 *)(this + 8) = uVar2" (pointer_expression "*(undefined4 *)(this + 8)" * (cast_expression "(undefined4 *)(this + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(this + 0xc) = uVar2;" (assignment_expression "*(undefined4 *)(this + 0xc) = uVar2" (pointer_expression "*(undefined4 *)(this + 0xc)" * (cast_expression "(undefined4 *)(this + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xc)" ( (binary_expression "this + 0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(this + 0x4c) = *(undefined4 *)(this + 0x44);" (assignment_expression "*(undefined4 *)(this + 0x4c) = *(undefined4 *)(this + 0x44)" (pointer_expression "*(undefined4 *)(this + 0x4c)" * (cast_expression "(undefined4 *)(this + 0x4c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x4c)" ( (binary_expression "this + 0x4c" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(this + 0x44)" * (cast_expression "(undefined4 *)(this + 0x44)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x44)" ( (binary_expression "this + 0x44" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(this + 0x50) = *(undefined4 *)(this + 0x48);" (assignment_expression "*(undefined4 *)(this + 0x50) = *(undefined4 *)(this + 0x48)" (pointer_expression "*(undefined4 *)(this + 0x50)" * (cast_expression "(undefined4 *)(this + 0x50)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x50)" ( (binary_expression "this + 0x50" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(this + 0x48)" * (cast_expression "(undefined4 *)(this + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x48)" ( (binary_expression "this + 0x48" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(this + 0x54) = *(undefined4 *)(this + 0x44);" (assignment_expression "*(undefined4 *)(this + 0x54) = *(undefined4 *)(this + 0x44)" (pointer_expression "*(undefined4 *)(this + 0x54)" * (cast_expression "(undefined4 *)(this + 0x54)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x54)" ( (binary_expression "this + 0x54" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(this + 0x44)" * (cast_expression "(undefined4 *)(this + 0x44)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x44)" ( (binary_expression "this + 0x44" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(this + 0x58) = *(undefined4 *)(this + 0x48);" (assignment_expression "*(undefined4 *)(this + 0x58) = *(undefined4 *)(this + 0x48)" (pointer_expression "*(undefined4 *)(this + 0x58)" * (cast_expression "(undefined4 *)(this + 0x58)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x58)" ( (binary_expression "this + 0x58" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(this + 0x48)" * (cast_expression "(undefined4 *)(this + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x48)" ( (binary_expression "this + 0x48" identifier + number_literal) ))))) ;) (if_statement "if (((param_2 & _S_ate) == ~(_S_ios_openmode_min|_S_ios_openmode_max)) ||\n ((**(code **)(*(int *)this + 0x10))(&local_28,this,0,0,2,param_2),\n iStack_24 != -1 || local_28 != -1)) {\n return this;\n }" if (parenthesized_expression "(((param_2 & _S_ate) == ~(_S_ios_openmode_min|_S_ios_openmode_max)) ||\n ((**(code **)(*(int *)this + 0x10))(&local_28,this,0,0,2,param_2),\n iStack_24 != -1 || local_28 != -1))" ( (binary_expression "((param_2 & _S_ate) == ~(_S_ios_openmode_min|_S_ios_openmode_max)) ||\n ((**(code **)(*(int *)this + 0x10))(&local_28,this,0,0,2,param_2),\n iStack_24 != -1 || local_28 != -1)" (parenthesized_expression "((param_2 & _S_ate) == ~(_S_ios_openmode_min|_S_ios_openmode_max))" ( (binary_expression "(param_2 & _S_ate) == ~(_S_ios_openmode_min|_S_ios_openmode_max)" (parenthesized_expression "(param_2 & _S_ate)" ( (binary_expression "param_2 & _S_ate" identifier & identifier) )) == (unary_expression "~(_S_ios_openmode_min|_S_ios_openmode_max)" ~ (parenthesized_expression "(_S_ios_openmode_min|_S_ios_openmode_max)" ( (binary_expression "_S_ios_openmode_min|_S_ios_openmode_max" identifier | identifier) )))) )) || (parenthesized_expression "((**(code **)(*(int *)this + 0x10))(&local_28,this,0,0,2,param_2),\n iStack_24 != -1 || local_28 != -1)" ( (comma_expression "(**(code **)(*(int *)this + 0x10))(&local_28,this,0,0,2,param_2),\n iStack_24 != -1 || local_28 != -1" (call_expression "(**(code **)(*(int *)this + 0x10))(&local_28,this,0,0,2,param_2)" (parenthesized_expression "(**(code **)(*(int *)this + 0x10))" ( (pointer_expression "**(code **)(*(int *)this + 0x10)" * (pointer_expression "*(code **)(*(int *)this + 0x10)" * (cast_expression "(code **)(*(int *)this + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)this + 0x10)" ( (binary_expression "*(int *)this + 0x10" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "(&local_28,this,0,0,2,param_2)" ( (pointer_expression "&local_28" & identifier) , identifier , number_literal , number_literal , number_literal , identifier ))) , (binary_expression "iStack_24 != -1 || local_28 != -1" (binary_expression "iStack_24 != -1" identifier != number_literal) || (binary_expression "local_28 != -1" identifier != number_literal))) ))) )) (compound_statement "{\n return this;\n }" { (return_statement "return this;" return identifier ;) })) (expression_statement "close(this);" (call_expression "close(this)" identifier (argument_list "(this)" ( identifier ))) ;) })) })) (return_statement "return (wfilebuf *)0x0;" return (cast_expression "(wfilebuf *)0x0" ( (type_descriptor "wfilebuf *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) }))
(translation_unit "int * FUN_0020b418(int *param_1,undefined4 param_2,uint param_3)\n\n{\n int iVar1;\n int *piVar2;\n int local_28;\n int iStack_24;\n \n piVar2 = param_1 + 0xe;\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 == 0) {\n FUN_001dbd84(piVar2,param_2,param_3,0x1b4);\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }\n }\n return (int *)0x0;\n}\n\n" (function_definition "int * FUN_0020b418(int *param_1,undefined4 param_2,uint param_3)\n\n{\n int iVar1;\n int *piVar2;\n int local_28;\n int iStack_24;\n \n piVar2 = param_1 + 0xe;\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 == 0) {\n FUN_001dbd84(piVar2,param_2,param_3,0x1b4);\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }\n }\n return (int *)0x0;\n}" primitive_type (pointer_declarator "* FUN_0020b418(int *param_1,undefined4 param_2,uint param_3)" * (function_declarator "FUN_0020b418(int *param_1,undefined4 param_2,uint param_3)" identifier (parameter_list "(int *param_1,undefined4 param_2,uint param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) )))) (compound_statement "{\n int iVar1;\n int *piVar2;\n int local_28;\n int iStack_24;\n \n piVar2 = param_1 + 0xe;\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 == 0) {\n FUN_001dbd84(piVar2,param_2,param_3,0x1b4);\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }\n }\n return (int *)0x0;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "int iStack_24;" primitive_type identifier ;) (expression_statement "piVar2 = param_1 + 0xe;" (assignment_expression "piVar2 = param_1 + 0xe" identifier = (binary_expression "param_1 + 0xe" identifier + number_literal)) ;) (expression_statement "iVar1 = FUN_001dbc7c(piVar2);" (assignment_expression "iVar1 = FUN_001dbc7c(piVar2)" identifier = (call_expression "FUN_001dbc7c(piVar2)" identifier (argument_list "(piVar2)" ( identifier )))) ;) (if_statement "if (iVar1 == 0) {\n FUN_001dbd84(piVar2,param_2,param_3,0x1b4);\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_001dbd84(piVar2,param_2,param_3,0x1b4);\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }\n }" { (expression_statement "FUN_001dbd84(piVar2,param_2,param_3,0x1b4);" (call_expression "FUN_001dbd84(piVar2,param_2,param_3,0x1b4)" identifier (argument_list "(piVar2,param_2,param_3,0x1b4)" ( identifier , identifier , identifier , number_literal ))) ;) (expression_statement "iVar1 = FUN_001dbc7c(piVar2);" (assignment_expression "iVar1 = FUN_001dbc7c(piVar2)" identifier = (call_expression "FUN_001dbc7c(piVar2)" identifier (argument_list "(piVar2)" ( identifier )))) ;) (if_statement "if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }" { (expression_statement "FUN_00206d28(param_1);" (call_expression "FUN_00206d28(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "iVar1 = param_1[0x17];" (assignment_expression "iVar1 = param_1[0x17]" identifier = (subscript_expression "param_1[0x17]" identifier [ number_literal ])) ;) (expression_statement "param_1[0x10] = param_3;" (assignment_expression "param_1[0x10] = param_3" (subscript_expression "param_1[0x10]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined1 *)((int)param_1 + 0x65) = 0;" (assignment_expression "*(undefined1 *)((int)param_1 + 0x65) = 0" (pointer_expression "*(undefined1 *)((int)param_1 + 0x65)" * (cast_expression "(undefined1 *)((int)param_1 + 0x65)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x65)" ( (binary_expression "(int)param_1 + 0x65" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)((int)param_1 + 0x66) = 0;" (assignment_expression "*(undefined1 *)((int)param_1 + 0x66) = 0" (pointer_expression "*(undefined1 *)((int)param_1 + 0x66)" * (cast_expression "(undefined1 *)((int)param_1 + 0x66)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x66)" ( (binary_expression "(int)param_1 + 0x66" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "param_1[5] = 0;" (assignment_expression "param_1[5] = 0" (subscript_expression "param_1[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[4] = 0;" (assignment_expression "param_1[4] = 0" (subscript_expression "param_1[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[1] = iVar1;" (assignment_expression "param_1[1] = iVar1" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[2] = iVar1;" (assignment_expression "param_1[2] = iVar1" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[3] = iVar1;" (assignment_expression "param_1[3] = iVar1" (subscript_expression "param_1[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[0x13] = param_1[0x11];" (assignment_expression "param_1[0x13] = param_1[0x11]" (subscript_expression "param_1[0x13]" identifier [ number_literal ]) = (subscript_expression "param_1[0x11]" identifier [ number_literal ])) ;) (expression_statement "param_1[0x14] = param_1[0x12];" (assignment_expression "param_1[0x14] = param_1[0x12]" (subscript_expression "param_1[0x14]" identifier [ number_literal ]) = (subscript_expression "param_1[0x12]" identifier [ number_literal ])) ;) (expression_statement "param_1[0x15] = param_1[0x11];" (assignment_expression "param_1[0x15] = param_1[0x11]" (subscript_expression "param_1[0x15]" identifier [ number_literal ]) = (subscript_expression "param_1[0x11]" identifier [ number_literal ])) ;) (expression_statement "param_1[0x16] = param_1[0x12];" (assignment_expression "param_1[0x16] = param_1[0x12]" (subscript_expression "param_1[0x16]" identifier [ number_literal ]) = (subscript_expression "param_1[0x12]" identifier [ number_literal ])) ;) (if_statement "if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }" if (parenthesized_expression "(((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1))" ( (binary_expression "((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)" (parenthesized_expression "((param_3 & 2) == 0)" ( (binary_expression "(param_3 & 2) == 0" (parenthesized_expression "(param_3 & 2)" ( (binary_expression "param_3 & 2" identifier & number_literal) )) == number_literal) )) || (parenthesized_expression "((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)" ( (comma_expression "(**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1" (call_expression "(**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3)" (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 "(&local_28,param_1,0,0,2,param_3)" ( (pointer_expression "&local_28" & identifier) , identifier , number_literal , number_literal , number_literal , identifier ))) , (binary_expression "iStack_24 != -1 || local_28 != -1" (binary_expression "iStack_24 != -1" identifier != number_literal) || (binary_expression "local_28 != -1" identifier != number_literal))) ))) )) (compound_statement "{\n return param_1;\n }" { (return_statement "return param_1;" return identifier ;) })) (expression_statement "FUN_0020aa8c(param_1);" (call_expression "FUN_0020aa8c(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) })) (return_statement "return (int *)0x0;" return (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = 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 ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) || (parenthesized_expression ( (comma_expression (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( (pointer_expression & IDENT) , IDENT , LIT , LIT , LIT , IDENT ))) , (binary_expression (binary_expression IDENT != LIT) || (binary_expression IDENT != LIT))) ))) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) })) (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })))
(function_definition "int * FUN_0020b418(int *param_1,undefined4 param_2,uint param_3)\n\n{\n int iVar1;\n int *piVar2;\n int local_28;\n int iStack_24;\n \n piVar2 = param_1 + 0xe;\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 == 0) {\n FUN_001dbd84(piVar2,param_2,param_3,0x1b4);\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }\n }\n return (int *)0x0;\n}" (primitive_type "int") (pointer_declarator "* FUN_0020b418(int *param_1,undefined4 param_2,uint param_3)" (* "*") (function_declarator "FUN_0020b418(int *param_1,undefined4 param_2,uint param_3)" (identifier "FUN_0020b418") (parameter_list "(int *param_1,undefined4 param_2,uint param_3)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) () ")")))) (compound_statement "{\n int iVar1;\n int *piVar2;\n int local_28;\n int iStack_24;\n \n piVar2 = param_1 + 0xe;\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 == 0) {\n FUN_001dbd84(piVar2,param_2,param_3,0x1b4);\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }\n }\n return (int *)0x0;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "int local_28;" (primitive_type "int") (identifier "local_28") (; ";")) (declaration "int iStack_24;" (primitive_type "int") (identifier "iStack_24") (; ";")) (expression_statement "piVar2 = param_1 + 0xe;" (assignment_expression "piVar2 = param_1 + 0xe" (identifier "piVar2") (= "=") (binary_expression "param_1 + 0xe" (identifier "param_1") (+ "+") (number_literal "0xe"))) (; ";")) (expression_statement "iVar1 = FUN_001dbc7c(piVar2);" (assignment_expression "iVar1 = FUN_001dbc7c(piVar2)" (identifier "iVar1") (= "=") (call_expression "FUN_001dbc7c(piVar2)" (identifier "FUN_001dbc7c") (argument_list "(piVar2)" (( "(") (identifier "piVar2") () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n FUN_001dbd84(piVar2,param_2,param_3,0x1b4);\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001dbd84(piVar2,param_2,param_3,0x1b4);\n iVar1 = FUN_001dbc7c(piVar2);\n if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }\n }" ({ "{") (expression_statement "FUN_001dbd84(piVar2,param_2,param_3,0x1b4);" (call_expression "FUN_001dbd84(piVar2,param_2,param_3,0x1b4)" (identifier "FUN_001dbd84") (argument_list "(piVar2,param_2,param_3,0x1b4)" (( "(") (identifier "piVar2") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (number_literal "0x1b4") () ")"))) (; ";")) (expression_statement "iVar1 = FUN_001dbc7c(piVar2);" (assignment_expression "iVar1 = FUN_001dbc7c(piVar2)" (identifier "iVar1") (= "=") (call_expression "FUN_001dbc7c(piVar2)" (identifier "FUN_001dbc7c") (argument_list "(piVar2)" (( "(") (identifier "piVar2") () ")")))) (; ";")) (if_statement "if (iVar1 != 0) {\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00206d28(param_1);\n iVar1 = param_1[0x17];\n param_1[0x10] = param_3;\n *(undefined1 *)((int)param_1 + 0x65) = 0;\n *(undefined1 *)((int)param_1 + 0x66) = 0;\n param_1[5] = 0;\n param_1[4] = 0;\n param_1[6] = 0;\n param_1[1] = iVar1;\n param_1[2] = iVar1;\n param_1[3] = iVar1;\n param_1[0x13] = param_1[0x11];\n param_1[0x14] = param_1[0x12];\n param_1[0x15] = param_1[0x11];\n param_1[0x16] = param_1[0x12];\n if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }\n FUN_0020aa8c(param_1);\n }" ({ "{") (expression_statement "FUN_00206d28(param_1);" (call_expression "FUN_00206d28(param_1)" (identifier "FUN_00206d28") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (expression_statement "iVar1 = param_1[0x17];" (assignment_expression "iVar1 = param_1[0x17]" (identifier "iVar1") (= "=") (subscript_expression "param_1[0x17]" (identifier "param_1") ([ "[") (number_literal "0x17") (] "]"))) (; ";")) (expression_statement "param_1[0x10] = param_3;" (assignment_expression "param_1[0x10] = param_3" (subscript_expression "param_1[0x10]" (identifier "param_1") ([ "[") (number_literal "0x10") (] "]")) (= "=") (identifier "param_3")) (; ";")) (expression_statement "*(undefined1 *)((int)param_1 + 0x65) = 0;" (assignment_expression "*(undefined1 *)((int)param_1 + 0x65) = 0" (pointer_expression "*(undefined1 *)((int)param_1 + 0x65)" (* "*") (cast_expression "(undefined1 *)((int)param_1 + 0x65)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x65)" (( "(") (binary_expression "(int)param_1 + 0x65" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x65")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)((int)param_1 + 0x66) = 0;" (assignment_expression "*(undefined1 *)((int)param_1 + 0x66) = 0" (pointer_expression "*(undefined1 *)((int)param_1 + 0x66)" (* "*") (cast_expression "(undefined1 *)((int)param_1 + 0x66)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x66)" (( "(") (binary_expression "(int)param_1 + 0x66" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x66")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[5] = 0;" (assignment_expression "param_1[5] = 0" (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[4] = 0;" (assignment_expression "param_1[4] = 0" (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[1] = iVar1;" (assignment_expression "param_1[1] = iVar1" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "iVar1")) (; ";")) (expression_statement "param_1[2] = iVar1;" (assignment_expression "param_1[2] = iVar1" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "iVar1")) (; ";")) (expression_statement "param_1[3] = iVar1;" (assignment_expression "param_1[3] = iVar1" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "iVar1")) (; ";")) (expression_statement "param_1[0x13] = param_1[0x11];" (assignment_expression "param_1[0x13] = param_1[0x11]" (subscript_expression "param_1[0x13]" (identifier "param_1") ([ "[") (number_literal "0x13") (] "]")) (= "=") (subscript_expression "param_1[0x11]" (identifier "param_1") ([ "[") (number_literal "0x11") (] "]"))) (; ";")) (expression_statement "param_1[0x14] = param_1[0x12];" (assignment_expression "param_1[0x14] = param_1[0x12]" (subscript_expression "param_1[0x14]" (identifier "param_1") ([ "[") (number_literal "0x14") (] "]")) (= "=") (subscript_expression "param_1[0x12]" (identifier "param_1") ([ "[") (number_literal "0x12") (] "]"))) (; ";")) (expression_statement "param_1[0x15] = param_1[0x11];" (assignment_expression "param_1[0x15] = param_1[0x11]" (subscript_expression "param_1[0x15]" (identifier "param_1") ([ "[") (number_literal "0x15") (] "]")) (= "=") (subscript_expression "param_1[0x11]" (identifier "param_1") ([ "[") (number_literal "0x11") (] "]"))) (; ";")) (expression_statement "param_1[0x16] = param_1[0x12];" (assignment_expression "param_1[0x16] = param_1[0x12]" (subscript_expression "param_1[0x16]" (identifier "param_1") ([ "[") (number_literal "0x16") (] "]")) (= "=") (subscript_expression "param_1[0x12]" (identifier "param_1") ([ "[") (number_literal "0x12") (] "]"))) (; ";")) (if_statement "if (((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)) {\n return param_1;\n }" (if "if") (parenthesized_expression "(((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1))" (( "(") (binary_expression "((param_3 & 2) == 0) ||\n ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)" (parenthesized_expression "((param_3 & 2) == 0)" (( "(") (binary_expression "(param_3 & 2) == 0" (parenthesized_expression "(param_3 & 2)" (( "(") (binary_expression "param_3 & 2" (identifier "param_3") (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1)" (( "(") (comma_expression "(**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3),\n iStack_24 != -1 || local_28 != -1" (call_expression "(**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3)" (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 "(&local_28,param_1,0,0,2,param_3)" (( "(") (pointer_expression "&local_28" (& "&") (identifier "local_28")) (, ",") (identifier "param_1") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "2") (, ",") (identifier "param_3") () ")"))) (, ",") (binary_expression "iStack_24 != -1 || local_28 != -1" (binary_expression "iStack_24 != -1" (identifier "iStack_24") (!= "!=") (number_literal "-1")) (|| "||") (binary_expression "local_28 != -1" (identifier "local_28") (!= "!=") (number_literal "-1")))) () ")"))) () ")")) (compound_statement "{\n return param_1;\n }" ({ "{") (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "FUN_0020aa8c(param_1);" (call_expression "FUN_0020aa8c(param_1)" (identifier "FUN_0020aa8c") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (} "}"))) (return_statement "return (int *)0x0;" (return "return") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}")))
/* std::wfilebuf::open(char const*, std::_Ios_Openmode) */ type_3 * __thiscall std::type_3::var_6(type_3 *var_3,char *param_1,type_2 var_8) { int var_5; type_1 uVar2; var_1<var_2> *this_00; int var_13; int var_12; this_00 = (var_1<var_2> *)(var_3 + 0x38); var_5 = var_1<var_2>::var_4(this_00); if (var_5 == 0) { var_1<var_2>::var_6((char *)this_00,(type_2)param_1,var_8); var_5 = var_1<var_2>::var_4(this_00); if (var_5 != 0) { var_7(var_3); uVar2 = *(type_1 *)(var_3 + 0x5c); *(type_2 *)(var_3 + 0x40) = var_8; var_3[0x65] = (type_3)0x0; var_3[0x66] = (type_3)0x0; *(type_1 *)(var_3 + 0x14) = 0; *(type_1 *)(var_3 + 0x10) = 0; *(type_1 *)(var_3 + 0x18) = 0; *(type_1 *)(var_3 + 4) = uVar2; *(type_1 *)(var_3 + 8) = uVar2; *(type_1 *)(var_3 + 0xc) = uVar2; *(type_1 *)(var_3 + 0x4c) = *(type_1 *)(var_3 + 0x44); *(type_1 *)(var_3 + 0x50) = *(type_1 *)(var_3 + 0x48); *(type_1 *)(var_3 + 0x54) = *(type_1 *)(var_3 + 0x44); *(type_1 *)(var_3 + 0x58) = *(type_1 *)(var_3 + 0x48); if (((var_8 & var_9) == ~(var_10|var_11)) || ((**(type_4 **)(*(int *)var_3 + 0x10))(&var_13,var_3,0,0,2,var_8), var_12 != -1 || var_13 != -1)) { return var_3; } var_14(var_3); } } return (type_3 *)0x0; }
(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: (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: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (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) (identifier) (identifier) (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: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (number_literal) (number_literal) (number_literal) (identifier))) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))))) (return_statement (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))
int * MASKED(int *param_1,undefined4 param_2,uint param_3) { int iVar1; int *piVar2; int local_28; int iStack_24; piVar2 = param_1 + 0xe; iVar1 = FUN_001dbc7c(piVar2); if (iVar1 == 0) { FUN_001dbd84(piVar2,param_2,param_3,0x1b4); iVar1 = FUN_001dbc7c(piVar2); if (iVar1 != 0) { FUN_00206d28(param_1); iVar1 = param_1[0x17]; param_1[0x10] = param_3; *(undefined1 *)((int)param_1 + 0x65) = 0; *(undefined1 *)((int)param_1 + 0x66) = 0; param_1[5] = 0; param_1[4] = 0; param_1[6] = 0; param_1[1] = iVar1; param_1[2] = iVar1; param_1[3] = iVar1; param_1[0x13] = param_1[0x11]; param_1[0x14] = param_1[0x12]; param_1[0x15] = param_1[0x11]; param_1[0x16] = param_1[0x12]; if (((param_3 & 2) == 0) || ((**(code **)(*param_1 + 0x10))(&local_28,param_1,0,0,2,param_3), iStack_24 != -1 || local_28 != -1)) { return param_1; } FUN_0020aa8c(param_1); } } return (int *)0x0; }
85,118
94_nl_and_nl_strip.c
quotearg_n_custom
FUN_00014fe4
char * quotearg_n_custom(int n,char *left_quote,char *right_quote,char *arg) { char *pcVar1; pcVar1 = quotearg_n_custom_mem(n,left_quote,right_quote,arg,0xffffffff); return pcVar1; }
void FUN_00014fe4(void) { FUN_00014f3c(); return; }
str lr,[sp,#-0x4]! mvn r12,#0x0 sub sp,sp,#0xc str r12,[sp,#0x0] bl 0x00014f3c add sp,sp,#0xc ldr pc,[sp],#0x4
null
null
null
null
[('tmp_145', u'CALL_-1205972968'), (u'CALL_-1205972968', u'RETURN_-1205972937'), ('tmp_147', u'CALL_-1205972968'), ('const-4294967295', u'CALL_-1205972968'), ('const-0', u'RETURN_-1205972937'), ('tmp_146', u'CALL_-1205972968'), ('tmp_148', u'CALL_-1205972968')]
[('const-0', u'RETURN_-1205972937')]
null
null
00014fe4
arm
O2
(translation_unit "void FUN_00014fe4(void)\n\n{\n FUN_00014f3c();\n return;\n}\n\n" (function_definition "void FUN_00014fe4(void)\n\n{\n FUN_00014f3c();\n return;\n}" primitive_type (function_declarator "FUN_00014fe4(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00014f3c();\n return;\n}" { (expression_statement "FUN_00014f3c();" (call_expression "FUN_00014f3c()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "char * quotearg_n_custom(int n,char *left_quote,char *right_quote,char *arg)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_n_custom_mem(n,left_quote,right_quote,arg,0xffffffff);\n return pcVar1;\n}\n\n" (function_definition "char * quotearg_n_custom(int n,char *left_quote,char *right_quote,char *arg)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_n_custom_mem(n,left_quote,right_quote,arg,0xffffffff);\n return pcVar1;\n}" primitive_type (pointer_declarator "* quotearg_n_custom(int n,char *left_quote,char *right_quote,char *arg)" * (function_declarator "quotearg_n_custom(int n,char *left_quote,char *right_quote,char *arg)" identifier (parameter_list "(int n,char *left_quote,char *right_quote,char *arg)" ( (parameter_declaration "int n" primitive_type identifier) , (parameter_declaration "char *left_quote" primitive_type (pointer_declarator "*left_quote" * identifier)) , (parameter_declaration "char *right_quote" primitive_type (pointer_declarator "*right_quote" * identifier)) , (parameter_declaration "char *arg" primitive_type (pointer_declarator "*arg" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = quotearg_n_custom_mem(n,left_quote,right_quote,arg,0xffffffff);\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = quotearg_n_custom_mem(n,left_quote,right_quote,arg,0xffffffff);" (assignment_expression "pcVar1 = quotearg_n_custom_mem(n,left_quote,right_quote,arg,0xffffffff)" identifier = (call_expression "quotearg_n_custom_mem(n,left_quote,right_quote,arg,0xffffffff)" identifier (argument_list "(n,left_quote,right_quote,arg,0xffffffff)" ( identifier , identifier , identifier , identifier , number_literal )))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit "void FUN_00014fe4(void)\n\n{\n FUN_00014f3c();\n return;\n}\n\n" (function_definition "void FUN_00014fe4(void)\n\n{\n FUN_00014f3c();\n return;\n}" primitive_type (function_declarator "FUN_00014fe4(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00014f3c();\n return;\n}" { (expression_statement "FUN_00014f3c();" (call_expression "FUN_00014f3c()" 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_00014fe4(void)\n\n{\n FUN_00014f3c();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00014fe4(void)" (identifier "FUN_00014fe4") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_00014f3c();\n return;\n}" ({ "{") (expression_statement "FUN_00014f3c();" (call_expression "FUN_00014f3c()" (identifier "FUN_00014f3c") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
char * function_1(int n,char *left_quote,char *right_quote,char *arg) { char *pcVar1; pcVar1 = var_1(n,left_quote,right_quote,arg,0xffffffff); return pcVar1; }
(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))))
void MASKED(void) { FUN_00014f3c(); return; }
6,434
1182_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c
IsImagesEqual
IsImagesEqual
/* WARNING: Enum "GravityType": Some values do not have unique names */ /* WARNING: Enum "DisposeType": Some values do not have unique names */ /* WARNING: Enum "ChannelType": Some values do not have unique names */ /* WARNING: Enum "PixelChannel": Some values do not have unique names */ /* WARNING: Enum "ExceptionType": Some values do not have unique names */ MagickBooleanType IsImagesEqual(Image *image,Image *reconstruct_image,ExceptionInfo *exception) { CacheView *cache_view; CacheView *cache_view_00; uint uVar1; uint uVar2; uint unaff_r5; if (image == (Image *)0x0) { /* WARNING: Subroutine does not return */ __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40, (char *)((int)&DAT_00075e40 + DAT_00075e34)); } if (image->signature != DAT_00075e28) { /* WARNING: Subroutine does not return */ __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24), DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac)); } if (reconstruct_image == (Image *)0x0) { /* WARNING: Subroutine does not return */ __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60, (char *)(DAT_00075e54 + 0x75e88)); } if (reconstruct_image->signature != image->signature) { /* WARNING: Subroutine does not return */ __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50, (char *)((int)&DAT_00075e64 + DAT_00075e44)); } uVar1 = reconstruct_image->rows; uVar2 = image->rows; if (uVar1 < uVar2) { unaff_r5 = uVar2; } if (uVar1 >= uVar2) { unaff_r5 = uVar1; } uVar1 = image->columns; if (image->columns <= reconstruct_image->columns) { uVar1 = reconstruct_image->columns; } cache_view = AcquireVirtualCacheView(image,exception); cache_view_00 = AcquireVirtualCacheView(reconstruct_image,exception); if ((int)unaff_r5 < 1) { DestroyCacheView(cache_view_00); DestroyCacheView(cache_view); return (uint)((int)unaff_r5 < 1); } /* WARNING: Subroutine does not return */ GetCacheViewVirtualPixels(cache_view,0,0,uVar1,1,exception); }
bool IsImagesEqual(int param_1,int param_2,undefined4 param_3) { undefined4 uVar1; undefined4 uVar2; uint uVar3; uint uVar4; int iVar5; uint unaff_r5; int *piVar6; int *piVar7; int iVar8; int iVar9; int iVar10; undefined8 uVar11; undefined8 uVar12; int local_58; int local_54; uint local_50; uint local_3c; if (param_1 == 0) { /* WARNING: Subroutine does not return */ __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40, (char *)((int)&DAT_00075e40 + DAT_00075e34)); } if (*(int *)(param_1 + 0x336c) != DAT_00075e28) { /* WARNING: Subroutine does not return */ __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24), DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac)); } if (param_2 == 0) { /* WARNING: Subroutine does not return */ __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60, (char *)(DAT_00075e54 + 0x75e88)); } if (*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)) { /* WARNING: Subroutine does not return */ __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50, (char *)((int)&DAT_00075e64 + DAT_00075e44)); } uVar3 = *(uint *)(param_2 + 0x1c); uVar4 = *(uint *)(param_1 + 0x1c); if (uVar3 < uVar4) { unaff_r5 = uVar4; } if (uVar3 >= uVar4) { unaff_r5 = uVar3; } uVar3 = *(uint *)(param_1 + 0x18); if (*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)) { uVar3 = *(uint *)(param_2 + 0x18); } uVar1 = AcquireVirtualCacheView(param_1,param_3); uVar2 = AcquireVirtualCacheView(param_2,param_3); local_3c = 0; if (0 < (int)unaff_r5) { while( true ) { local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3); local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3); if (local_54 == 0 || local_58 == 0) break; if (0 < (int)uVar3) { iVar9 = *(int *)(param_1 + 0x2c0); local_50 = 0; do { if (0 < iVar9) { iVar5 = 0; piVar7 = *(int **)(param_1 + 0x2d0); iVar8 = *(int *)(param_2 + 0x2d0); piVar6 = piVar7; do { iVar10 = iVar8 + *piVar6 * 0xc; uVar4 = *(uint *)(iVar10 + 4); if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) { uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4)); uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4)); uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12, (int)((ulonglong)uVar12 >> 0x20)); iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff, DAT_00075e2c,DAT_00075e30); if (iVar10 != 0) { if ((int)uVar3 <= (int)local_50) goto LAB_00075d40; goto LAB_00075d58; } } iVar5 = iVar5 + 1; piVar6 = piVar6 + 3; } while (iVar5 != iVar9); } local_50 = local_50 + 1; local_54 = local_54 + iVar9 * 4; local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4; } while (local_50 != uVar3); } LAB_00075d40: local_3c = local_3c + 1; if (local_3c == unaff_r5) break; } } LAB_00075d58: DestroyCacheView(uVar2); DestroyCacheView(uVar1); return (int)unaff_r5 <= (int)local_3c; }
stmdb sp!,{r4,r5,r6,r7,r8,r9,r10,r11,lr} subs r3,r0,#0x0 sub sp,sp,#0x3c str r3,[sp,#0x1c] str r1,[sp,#0x14] str r2,[sp,#0x30] beq 0x00075d98 ldr r3,[sp,#0x1c] ldr r2,[0x75e28] add r3,r3,#0x3000 ldr r3,[r3,#0x36c] cmp r3,r2 bne 0x00075e04 ldr r2,[sp,#0x14] cmp r2,#0x0 beq 0x00075de0 ldr r2,[sp,#0x14] add r2,r2,#0x3000 ldr r2,[r2,#0x36c] cmp r2,r3 bne 0x00075dbc ldr r4,[sp,#0x14] ldr r12,[sp,#0x1c] ldr r1,[r4,#0x1c] ldr r3,[r12,#0x1c] ldr r2,[r4,#0x18] cmp r1,r3 cpycc r5,r3 ldr r3,[r12,#0x18] cpycs r5,r1 cmp r2,r3 cpycs r3,r2 ldr r6,[sp,#0x30] str r3,[sp,#0x18] cpy r1,r6 str r5,[sp,#0x34] bl 0x00030c90 cpy r1,r6 str r0,[sp,#0x28] cpy r0,r4 bl 0x00030c90 mov r3,#0x0 cmp r5,#0x0 str r0,[sp,#0x2c] str r3,[sp,#0x24] ble 0x00075d58 mov r4,#0x1 ldr r5,[sp,#0x30] ldr r8,[sp,#0x18] ldr r7,[sp,#0x24] cpy r3,r8 cpy r2,r7 mov r1,#0x0 stmia sp,{r4,r5} ldr r0,[sp,#0x28] bl 0x00030f84 cpy r3,r8 cpy r6,r0 str r0,[sp,#0xc] stmia sp,{r4,r5} cpy r2,r7 mov r1,#0x0 ldr r0,[sp,#0x2c] bl 0x00030f84 clz r3,r0 cmp r6,#0x0 mov r3,r3, lsr #0x5 cpyeq r3,r4 cmp r3,#0x0 str r0,[sp,#0x8] bne 0x00075d58 ldr r2,[sp,#0x18] cmp r2,#0x0 ble 0x00075d40 str r3,[sp,#0x10] ldr r3,[sp,#0x1c] ldr r10,[r3,#0x2c0] mov r3,r10, lsl #0x2 str r3,[sp,#0x20] cmp r10,#0x0 ble 0x00075d04 ldr r3,[sp,#0x1c] mov r4,#0x0 ldr r8,[r3,#0x2d0] ldr r3,[sp,#0x14] cpy r5,r8 ldr r9,[r3,#0x2d0] ldr r3,[r5,#0x0] add r3,r3,r3, lsl #0x1 mov r3,r3, lsl #0x2 add r11,r9,r3 add r3,r8,r3 ldr r1,[r3,#0x4] ldr r3,[r11,#0x4] cmp r3,#0x0 cmpne r1,#0x0 beq 0x00075cf4 tst r3,#0x2 beq 0x00075cf4 ldr r3,[sp,#0xc] ldr r0,[r3,r4,lsl #0x2] bl 0x002ea218 ldr r3,[r11,#0x8] ldr r2,[sp,#0x8] cpy r6,r0 ldr r0,[r2,r3,lsl #0x2] cpy r7,r1 bl 0x002ea218 cpy r2,r0 cpy r3,r1 cpy r0,r6 cpy r1,r7 bl 0x002e9f1c bic r7,r1,#0x80000000 ldr r2,[0x75e2c] ldr r3,[0x75e30] cpy r1,r7 bl 0x002ea848 cmp r0,#0x0 bne 0x00075d84 add r4,r4,#0x1 cmp r4,r10 add r5,r5,#0xc bne 0x00075c70 ldr r3,[sp,#0x10] ldr r1,[sp,#0x18] add r2,r3,#0x1 cmp r2,r1 str r2,[sp,#0x10] ldr r1,[sp,#0x20] ldr r2,[sp,#0xc] ldr r3,[sp,#0x14] add r2,r2,r1 ldr r3,[r3,#0x2c0] str r2,[sp,#0xc] ldr r2,[sp,#0x8] add r3,r2,r3, lsl #0x2 str r3,[sp,#0x8] bne 0x00075c50 ldr r3,[sp,#0x24] ldr r2,[sp,#0x34] add r3,r3,#0x1 cmp r3,r2 str r3,[sp,#0x24] bne 0x00075bcc ldr r0,[sp,#0x2c] bl 0x00032574 ldr r0,[sp,#0x28] bl 0x00032574 ldr r3,[sp,#0x24] ldr r2,[sp,#0x34] cmp r3,r2 movlt r0,#0x0 movge r0,#0x1 add sp,sp,#0x3c ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,r11,pc} ldr r3,[sp,#0x10] ldr r2,[sp,#0x18] cmp r3,r2 bge 0x00075d40 b 0x00075d58 ldr r3,[0x75e34] ldr r1,[0x75e38] ldr r0,[0x75e3c] add r3,pc,r3 ldr r2,[0x75e40] add r3,r3,#0x94 add r1,pc,r1 add r0,pc,r0 bl 0x000310ec ldr r3,[0x75e44] ldr r1,[0x75e48] ldr r0,[0x75e4c] add r3,pc,r3 ldr r2,[0x75e50] add r3,r3,#0x94 add r1,pc,r1 add r0,pc,r0 bl 0x000310ec ldr r3,[0x75e54] ldr r1,[0x75e58] ldr r0,[0x75e5c] add r3,pc,r3 ldr r2,[0x75e60] add r3,r3,#0x94 add r1,pc,r1 add r0,pc,r0 bl 0x000310ec ldr r3,[0x75e64] ldr r1,[0x75e68] ldr r0,[0x75e6c] add r3,pc,r3 ldr r2,[0x75e70] add r3,r3,#0x94 add r1,pc,r1 add r0,pc,r0 bl 0x000310ec
null
null
null
null
[(u'CALL_-1206363018', u'INDIRECT_-1206362177'), (u'CALL_-1206362173', u'INDIRECT_-1206361681'), (u'INT_SLESS_-1206362463', u'INT_ZEXT_-1206362183'), (u'CALL_-1206362260', u'INDIRECT_-1206361672'), (u'CALL_-1206363040', u'INDIRECT_-1206362284'), (u'INDIRECT_-1206362099', u'COPY_-1206362158'), (u'INDIRECT_-1206361717', u'COPY_-1206361769'), (u'CALL_-1206362260', u'INDIRECT_-1206361702'), (u'CALL_-1206362260', u'INDIRECT_-1206361627'), (u'CALL_-1206363040', u'INDIRECT_-1206362194'), (u'CALL_-1206362882', u'INDIRECT_-1206362264'), (u'CALL_-1206362882', u'INDIRECT_-1206362174'), (u'COPY_-1206362052', u'MULTIEQUAL_-1206362613'), (u'INDIRECT_-1206361846', u'COPY_-1206361892'), (u'CAST_-1206361381', u'CALL_-1206362260'), (u'CALL_-1206362173', u'INDIRECT_-1206361831'), (u'CALL_-1206362882', u'INDIRECT_-1206362144'), (u'CALL_-1206362106', u'INDIRECT_-1206361527'), (u'CALL_-1206362500', u'INDIRECT_-1206361833'), (u'INDIRECT_-1206361662', u'COPY_-1206361710'), (u'CALL_-1206362512', u'INDIRECT_-1206361782'), (u'CALL_-1206363040', u'INDIRECT_-1206362344'), (u'CALL_-1206362260', u'INDIRECT_-1206361807'), (u'CALL_-1206362106', u'INDIRECT_-1206361707'), (u'CALL_-1206362512', u'INDIRECT_-1206361737'), ('const-28', u'PTRSUB_-1206362010'), (u'CALL_-1206363040', u'INDIRECT_-1206362329'), (u'INDIRECT_-1206361632', u'COPY_-1206361680'), (u'INDIRECT_-1206362324', u'COPY_-1206362383'), (u'INDIRECT_-1206361677', u'COPY_-1206361725'), (u'INDIRECT_-1206362234', u'COPY_-1206362293'), (u'COPY_-1206362045', u'MULTIEQUAL_-1206362606'), ('tmp_3546', u'CALL_-1206362260'), ('const-482952', u'INT_ADD_-1206362201'), ('tmp_3551', u'INT_ADD_-1206362124'), (u'CALL_-1206363040', u'INDIRECT_-1206362404'), (u'CALL_-1206363018', u'INDIRECT_-1206362387'), (u'CAST_-1206361425', u'CALL_-1206362173'), (u'CALL_-1206362260', u'INDIRECT_-1206361747'), ('tmp_471', u'CBRANCH_-1206363072'), (u'INDIRECT_-1206361737', u'COPY_-1206361785'), ('const-0', u'RETURN_-1206362388'), ('tmp_3540', u'INT_ADD_-1206362169'), (u'COPY_-1206362051', u'MULTIEQUAL_-1206362613'), (u'INDIRECT_-1206361728', u'COPY_-1206361757'), (u'INDIRECT_-1206361801', u'COPY_-1206361847'), (u'CALL_-1206362500', u'INDIRECT_-1206361953'), (u'INT_ADD_-1206362179', u'CAST_-1206361341'), ('const-482820', u'INT_ADD_-1206362179'), (u'INDIRECT_-1206361893', u'COPY_-1206361922'), (u'CALL_-1206362882', u'INDIRECT_-1206362204'), ('const-1', u'INT_SLESS_-1206362958'), (u'CALL_-1206362512', u'INDIRECT_-1206361872'), ('tmp_1427', u'PTRSUB_-1206362010'), ('const-0', u'CALL_-1206362882'), (u'CAST_-1206361904', u'INT_SLESS_-1206362958'), ('const-482748', u'INT_ADD_-1206362169'), ('tmp_1427', u'INT_EQUAL_-1206363326'), (u'CALL_-1206362173', u'INDIRECT_-1206361816'), (u'CALL_-1206363040', u'INDIRECT_-1206362224'), ('tmp_1427', u'PTRSUB_-1206362069'), (u'INDIRECT_-1206361597', u'COPY_-1206361649'), (u'INDIRECT_-1206361758', u'COPY_-1206361787'), (u'CAST_-1206361308', u'CALL_-1206362106'), (u'LOAD_-1206363259', u'INT_NOTEQUAL_-1206363160'), (u'CALL_-1206363018', u'INDIRECT_-1206362192'), (u'INDIRECT_-1206361742', u'COPY_-1206361792'), ('tmp_1428', u'PTRSUB_-1206362015'), ('tmp_238', u'CBRANCH_-1206363236'), (u'PTRSUB_-1206362015', u'LOAD_-1206363142'), (u'CALL_-1206362882', u'INDIRECT_-1206362279'), ('const-482852', u'INT_ADD_-1206362113'), (u'INDIRECT_-1206361657', u'COPY_-1206361709'), (u'CALL_-1206362183', u'INDIRECT_-1206361667'), (u'CALL_-1206362500', u'INDIRECT_-1206361788'), (u'CALL_-1206362183', u'INDIRECT_-1206361592'), ('tmp_3553', u'INT_ADD_-1206362102'), (u'CALL_-1206362512', u'INDIRECT_-1206361752'), (u'INT_SLESS_-1206362958', u'CBRANCH_-1206362965'), (u'INDIRECT_-1206361617', u'COPY_-1206361665'), (u'INT_NOTEQUAL_-1206363239', u'CBRANCH_-1206363236'), (u'CALL_-1206362183', u'INDIRECT_-1206361622'), (u'CALL_-1206362183', u'INDIRECT_-1206361787'), (u'INDIRECT_-1206361762', u'COPY_-1206361814'), (u'INDIRECT_-1206361822', u'COPY_-1206361874'), ('tmp_440', u'CBRANCH_-1206363093'), (u'MULTIEQUAL_-1206362606', u'CAST_-1206361475'), (u'INDIRECT_-1206361802', u'COPY_-1206361852'), (u'INDIRECT_-1206361622', u'COPY_-1206361672'), (u'PTRSUB_-1206361410', u'CAST_-1206361382'), (u'INDIRECT_-1206361752', u'COPY_-1206361800'), ('tmp_3548', u'INT_ADD_-1206362190'), (u'INDIRECT_-1206361818', u'COPY_-1206361847'), (u'CALL_-1206362512', u'INDIRECT_-1206361722'), (u'INDIRECT_-1206361863', u'COPY_-1206361892'), (u'CALL_-1206362500', u'INDIRECT_-1206361863'), ('const-482744', u'INT_ADD_-1206362180'), (u'INDIRECT_-1206361602', u'COPY_-1206361650'), (u'PTRSUB_-1206362036', u'LOAD_-1206363180'), ('tmp_1428', u'PTRSUB_-1206362005'), (u'CALL_-1206362260', u'INDIRECT_-1206361597'), (u'CALL_-1206362183', u'INDIRECT_-1206361637'), (u'CALL_-1206363040', u'CALL_-1206362500'), (u'INDIRECT_-1206361792', u'COPY_-1206361844'), (u'CALL_-1206362882', u'INDIRECT_-1206362129'), ('tmp_3549', u'INT_ADD_-1206362179'), (u'CALL_-1206362173', u'INDIRECT_-1206361726'), (u'CALL_-1206362183', u'INDIRECT_-1206361652'), ('tmp_1428', u'PTRSUB_-1206362036'), (u'CALL_-1206362106', u'INDIRECT_-1206361767'), (u'CALL_-1206362260', u'INDIRECT_-1206361687'), ('tmp_3541', u'CALL_-1206362173'), (u'CALL_-1206362183', u'INDIRECT_-1206361757'), (u'CALL_-1206362183', u'INDIRECT_-1206361577'), (u'CALL_-1206363018', u'INDIRECT_-1206362147'), (u'CALL_-1206362183', u'INDIRECT_-1206361607'), (u'CALL_-1206363040', u'INDIRECT_-1206362299'), (u'LOAD_-1206363142', u'COPY_-1206362045'), (u'CALL_-1206362500', u'INDIRECT_-1206361743'), (u'CALL_-1206363040', u'INDIRECT_-1206362209'), (u'INDIRECT_-1206362144', u'COPY_-1206362203'), (u'INT_EQUAL_-1206363326', u'CBRANCH_-1206363289'), (u'CALL_-1206363018', u'INDIRECT_-1206362342'), (u'CALL_-1206362106', u'INDIRECT_-1206361632'), (u'CALL_-1206363018', u'CALL_-1206362512'), (u'CALL_-1206362173', u'INDIRECT_-1206361786'), (u'CALL_-1206362500', u'INDIRECT_-1206361848'), (u'CALL_-1206362183', u'INDIRECT_-1206361562'), (u'CALL_-1206362183', u'INDIRECT_-1206361742'), (u'INDIRECT_-1206361557', u'COPY_-1206361605'), (u'CALL_-1206362882', u'INDIRECT_-1206362324'), (u'CALL_-1206362173', u'INDIRECT_-1206361876'), ('tmp_608', u'CBRANCH_-1206362965'), (u'CALL_-1206362500', u'INDIRECT_-1206361923'), (u'CAST_-1206361382', u'INT_ADD_-1206362278'), (u'CALL_-1206362183', u'INDIRECT_-1206361697'), (u'INDIRECT_-1206362249', u'COPY_-1206362308'), (u'MULTIEQUAL_-1206362599', u'CALL_-1206362882'), (u'INDIRECT_-1206361747', u'COPY_-1206361799'), (u'PTRSUB_-1206361332', u'CAST_-1206361309'), (u'INT_LESS_-1206363111', u'CBRANCH_-1206363106'), (u'CALL_-1206362882', u'INDIRECT_-1206362294'), (u'CALL_-1206362106', u'INDIRECT_-1206361557'), (u'CALL_-1206362882', u'INDIRECT_-1206362249'), (u'INT_ZEXT_-1206362183', u'RETURN_-1206362388'), (u'CALL_-1206363040', u'INDIRECT_-1206362314'), (u'CALL_-1206362183', u'INDIRECT_-1206361727'), (u'CALL_-1206363018', u'INDIRECT_-1206362267'), (u'MULTIEQUAL_-1206362606', u'CAST_-1206361904'), (u'CALL_-1206362260', u'INDIRECT_-1206361792'), (u'CAST_-1206361341', u'CALL_-1206362183'), ('const-1', u'INT_SLESS_-1206362463'), (u'LOAD_-1206363142', u'INT_LESS_-1206363111'), ('const-0', u'PTRSUB_-1206361447'), (u'LOAD_-1206363130', u'INT_LESSEQUAL_-1206363075'), (u'INDIRECT_-1206362309', u'COPY_-1206362368'), (u'CAST_-1206361346', u'CALL_-1206362183'), (u'INDIRECT_-1206361908', u'COPY_-1206361937'), (u'CALL_-1206362106', u'INDIRECT_-1206361677'), (u'INDIRECT_-1206361667', u'COPY_-1206361717'), (u'INDIRECT_-1206362189', u'COPY_-1206362248'), (u'CALL_-1206362500', u'INDIRECT_-1206361908'), (u'INDIRECT_-1206361773', u'COPY_-1206361802'), (u'INDIRECT_-1206361697', u'COPY_-1206361747'), (u'CALL_-1206362260', u'INDIRECT_-1206361777'), (u'CALL_-1206362106', u'INDIRECT_-1206361602'), ('const-482880', u'PTRSUB_-1206361447'), (u'CALL_-1206362882', u'INDIRECT_-1206362159'), (u'INDIRECT_-1206361767', u'COPY_-1206361815'), (u'CALL_-1206363018', u'INDIRECT_-1206362357'), (u'CALL_-1206362106', u'INDIRECT_-1206361692'), (u'CALL_-1206362500', u'INDIRECT_-1206361938'), (u'INDIRECT_-1206362084', u'COPY_-1206362143'), (u'INDIRECT_-1206361722', u'COPY_-1206361770'), (u'INT_ADD_-1206362256', u'CAST_-1206361371'), (u'INT_ADD_-1206362190', u'CAST_-1206361346'), (u'INDIRECT_-1206361786', u'COPY_-1206361832'), (u'CALL_-1206362500', u'INDIRECT_-1206361803'), (u'CALL_-1206362512', u'INDIRECT_-1206361917'), ('const-0', u'INT_EQUAL_-1206363208'), (u'CAST_-1206361309', u'INT_ADD_-1206362102'), (u'INDIRECT_-1206361726', u'COPY_-1206361772'), ('tmp_3552', u'INT_ADD_-1206362113'), (u'INDIRECT_-1206361787', u'COPY_-1206361837'), (u'COPY_-1206362046', u'MULTIEQUAL_-1206362606'), (u'INT_ADD_-1206362278', u'CAST_-1206361381'), (u'INDIRECT_-1206361938', u'COPY_-1206361967'), (u'CALL_-1206363018', u'INDIRECT_-1206362312'), (u'INT_ADD_-1206362169', u'CAST_-1206361420'), (u'LOAD_-1206363136', u'INT_LESS_-1206363111'), (u'INDIRECT_-1206361732', u'COPY_-1206361784'), (u'CALL_-1206363018', u'INDIRECT_-1206362252'), (u'COPY_-1206362040', u'MULTIEQUAL_-1206362599'), (u'CALL_-1206363040', u'INDIRECT_-1206362389'), (u'CALL_-1206362882', u'INDIRECT_-1206362234'), (u'CALL_-1206362260', u'INDIRECT_-1206361717'), (u'INDIRECT_-1206361711', u'COPY_-1206361757'), (u'LOAD_-1206363102', u'INT_LESSEQUAL_-1206363075'), ('const-0', u'PTRSUB_-1206361410'), ('const-417', u'LOAD_-1206363130'), (u'CALL_-1206363018', u'INDIRECT_-1206362297'), (u'INDIRECT_-1206361816', u'COPY_-1206361862'), (u'CAST_-1206361475', u'INT_SLESS_-1206362463'), (u'INDIRECT_-1206361756', u'COPY_-1206361802'), (u'CALL_-1206362260', u'INDIRECT_-1206361657'), (u'INT_EQUAL_-1206363208', u'CBRANCH_-1206363205'), (u'CAST_-1206361430', u'CALL_-1206362173'), (u'INDIRECT_-1206361837', u'COPY_-1206361889'), (u'LOAD_-1206363130', u'COPY_-1206362039'), (u'INDIRECT_-1206361741', u'COPY_-1206361787'), (u'CALL_-1206362106', u'INDIRECT_-1206361587'), (u'CALL_-1206362512', u'INDIRECT_-1206361827'), (u'COPY_-1206362039', u'MULTIEQUAL_-1206362599'), (u'INDIRECT_-1206362294', u'COPY_-1206362353'), (u'CAST_-1206361420', u'CALL_-1206362173'), (u'CALL_-1206362882', u'INDIRECT_-1206362189'), (u'INDIRECT_-1206362159', u'COPY_-1206362218'), (u'CALL_-1206363018', u'INDIRECT_-1206362282'), (u'INDIRECT_-1206361572', u'COPY_-1206361620'), (u'PTRSUB_-1206362069', u'LOAD_-1206363259'), ('tmp_3545', u'INT_ADD_-1206362256'), (u'INDIRECT_-1206362219', u'COPY_-1206362278'), (u'INDIRECT_-1206361666', u'COPY_-1206361712'), (u'INDIRECT_-1206361788', u'COPY_-1206361817'), (u'INDIRECT_-1206362264', u'COPY_-1206362323'), (u'CALL_-1206362512', u'INDIRECT_-1206361842'), (u'CALL_-1206362173', u'INDIRECT_-1206361771'), (u'CALL_-1206362500', u'INDIRECT_-1206361713'), (u'CAST_-1206361376', u'CALL_-1206362260'), (u'CALL_-1206362882', u'INDIRECT_-1206362114'), (u'CALL_-1206362882', u'INDIRECT_-1206362099'), (u'CALL_-1206362106', u'INDIRECT_-1206361617'), ('const-417', u'LOAD_-1206363142'), (u'PTRSUB_-1206362010', u'LOAD_-1206363136'), (u'INDIRECT_-1206361833', u'COPY_-1206361862'), (u'INDIRECT_-1206361923', u'COPY_-1206361952'), (u'CALL_-1206362106', u'INDIRECT_-1206361647'), (u'CALL_-1206362106', u'INDIRECT_-1206361722'), (u'INDIRECT_-1206361702', u'COPY_-1206361754'), (u'INDIRECT_-1206361713', u'COPY_-1206361742'), (u'PTRSUB_-1206361447', u'CAST_-1206361431'), (u'CALL_-1206362260', u'INDIRECT_-1206361762'), (u'INT_ADD_-1206362180', u'CAST_-1206361425'), ('tmp_2125', u'COPY_-1206362052'), (u'CALL_-1206363018', u'INDIRECT_-1206362327'), ('const-1', u'RETURN_-1206362178'), (u'CALL_-1206362183', u'INDIRECT_-1206361712'), ('const-28', u'PTRSUB_-1206362015'), (u'CALL_-1206362512', u'INDIRECT_-1206361962'), ('const-482780', u'INT_ADD_-1206362267'), ('const-24', u'PTRSUB_-1206361992'), (u'CALL_-1206363040', u'INDIRECT_-1206362374'), ('const-417', u'LOAD_-1206363180'), (u'INDIRECT_-1206361876', u'COPY_-1206361922'), (u'INDIRECT_-1206362114', u'COPY_-1206362173'), (u'CALL_-1206362500', u'INDIRECT_-1206361758'), ('const-1', u'RETURN_-1206362877'), ('const-1', u'RETURN_-1206362168'), ('tmp_3539', u'INT_ADD_-1206362180'), (u'INT_LESSEQUAL_-1206363075', u'CBRANCH_-1206363072'), (u'INDIRECT_-1206361807', u'COPY_-1206361859'), (u'CALL_-1206362500', u'INDIRECT_-1206361878'), (u'CALL_-1206362512', u'INDIRECT_-1206361857'), ('tmp_3547', u'INT_ADD_-1206362201'), (u'CALL_-1206362173', u'INDIRECT_-1206361846'), ('tmp_1427', u'CALL_-1206363040'), (u'INDIRECT_-1206362204', u'COPY_-1206362263'), ('tmp_3544', u'INT_ADD_-1206362267'), (u'INT_NOTEQUAL_-1206363160', u'CBRANCH_-1206363157'), (u'CALL_-1206362260', u'INDIRECT_-1206361642'), ('tmp_3542', u'INT_NOTEQUAL_-1206363239'), ('tmp_290', u'CBRANCH_-1206363205'), (u'CALL_-1206362173', u'INDIRECT_-1206361861'), (u'LOAD_-1206363180', u'INT_NOTEQUAL_-1206363160'), (u'INT_ADD_-1206362191', u'CAST_-1206361430'), ('const-482816', u'INT_ADD_-1206362190'), (u'MULTIEQUAL_-1206362613', u'COPY_-1206362046'), (u'CALL_-1206362500', u'INDIRECT_-1206361773'), (u'CALL_-1206363018', u'INDIRECT_-1206362372'), ('tmp_3543', u'INT_ADD_-1206362278'), (u'INDIRECT_-1206361587', u'COPY_-1206361635'), (u'INT_ADD_-1206362113', u'CAST_-1206361314'), (u'CALL_-1206362106', u'INDIRECT_-1206361542'), (u'CALL_-1206363040', u'CALL_-1206362882'), (u'CALL_-1206362500', u'INDIRECT_-1206361728'), (u'CALL_-1206362882', u'INDIRECT_-1206362309'), (u'CALL_-1206362512', u'INDIRECT_-1206361932'), (u'INDIRECT_-1206361878', u'COPY_-1206361907'), (u'CALL_-1206363040', u'INDIRECT_-1206362164'), ('tmp_3550', u'CALL_-1206362183'), (u'INDIRECT_-1206361612', u'COPY_-1206361664'), (u'INDIRECT_-1206361772', u'COPY_-1206361822'), (u'INDIRECT_-1206361803', u'COPY_-1206361832'), (u'CALL_-1206362106', u'INDIRECT_-1206361737'), (u'CALL_-1206362173', u'INDIRECT_-1206361756'), ('const-417', u'LOAD_-1206363102'), (u'CALL_-1206362260', u'INDIRECT_-1206361732'), (u'INDIRECT_-1206361652', u'COPY_-1206361702'), (u'INDIRECT_-1206361647', u'COPY_-1206361695'), (u'CALL_-1206362260', u'INDIRECT_-1206361612'), (u'LOAD_-1206363102', u'COPY_-1206362040'), ('tmp_1428', u'INT_EQUAL_-1206363208'), (u'CALL_-1206363018', u'INDIRECT_-1206362162'), (u'CALL_-1206362173', u'INDIRECT_-1206361666'), (u'CALL_-1206362183', u'INDIRECT_-1206361802'), ('const-13164', u'PTRSUB_-1206362069'), ('const-1', u'RETURN_-1206362101'), (u'CALL_-1206362173', u'INDIRECT_-1206361696'), (u'INT_ADD_-1206362267', u'CAST_-1206361376'), (u'CALL_-1206362106', u'INDIRECT_-1206361572'), (u'INDIRECT_-1206361627', u'COPY_-1206361679'), (u'INDIRECT_-1206361696', u'COPY_-1206361742'), (u'CALL_-1206363040', u'INDIRECT_-1206362254'), (u'INDIRECT_-1206361642', u'COPY_-1206361694'), (u'CALL_-1206362500', u'INDIRECT_-1206361893'), (u'INDIRECT_-1206361636', u'COPY_-1206361682'), (u'INDIRECT_-1206361637', u'COPY_-1206361687'), (u'CALL_-1206362173', u'INDIRECT_-1206361801'), (u'CALL_-1206363040', u'INDIRECT_-1206362179'), (u'INDIRECT_-1206361672', u'COPY_-1206361724'), (u'CALL_-1206363040', u'INDIRECT_-1206362359'), (u'INDIRECT_-1206361707', u'COPY_-1206361755'), (u'INT_ADD_-1206362102', u'CAST_-1206361308'), (u'CAST_-1206361314', u'CALL_-1206362106'), (u'CALL_-1206362512', u'INDIRECT_-1206361812'), (u'CALL_-1206362183', u'INDIRECT_-1206361682'), (u'PTRSUB_-1206361992', u'LOAD_-1206363102'), ('tmp_1428', u'CALL_-1206363018'), (u'INDIRECT_-1206362174', u'COPY_-1206362233'), (u'INDIRECT_-1206361542', u'COPY_-1206361590'), ('tmp_428', u'CBRANCH_-1206363106'), (u'INDIRECT_-1206361651', u'COPY_-1206361697'), ('const-417', u'LOAD_-1206363136'), (u'CALL_-1206362512', u'INDIRECT_-1206361797'), (u'CALL_-1206363040', u'INDIRECT_-1206362239'), (u'CALL_-1206363018', u'INDIRECT_-1206362237'), (u'INT_ADD_-1206362124', u'CAST_-1206361319'), (u'INDIRECT_-1206361592', u'COPY_-1206361642'), (u'PTRSUB_-1206362005', u'LOAD_-1206363130'), ('const-1', u'CALL_-1206362882'), ('const-417', u'LOAD_-1206363259'), ('const-482988', u'INT_ADD_-1206362124'), ('const-482916', u'PTRSUB_-1206361410'), (u'CALL_-1206362512', u'INDIRECT_-1206361902'), (u'INDIRECT_-1206361831', u'COPY_-1206361877'), (u'CALL_-1206362173', u'INDIRECT_-1206361741'), ('tmp_1429', u'CALL_-1206363040'), ('tmp_367', u'CBRANCH_-1206363157'), (u'BOOL_NEGATE_-1206362032', u'CBRANCH_-1206363093'), (u'CALL_-1206362173', u'INDIRECT_-1206361651'), (u'INDIRECT_-1206361848', u'COPY_-1206361877'), ('const-0', u'CALL_-1206362882'), ('const-482784', u'INT_ADD_-1206362256'), (u'INT_LESS_-1206363111', u'BOOL_NEGATE_-1206362032'), (u'CALL_-1206362512', u'INDIRECT_-1206361887'), (u'CALL_-1206362260', u'INDIRECT_-1206361837'), (u'INDIRECT_-1206361692', u'COPY_-1206361740'), (u'INDIRECT_-1206361527', u'COPY_-1206361575'), ('const-13164', u'PTRSUB_-1206362036'), (u'CALL_-1206362882', u'INDIRECT_-1206362084'), (u'INDIRECT_-1206361577', u'COPY_-1206361627'), (u'INT_ADD_-1206362201', u'CAST_-1206361351'), (u'INDIRECT_-1206361861', u'COPY_-1206361907'), ('tmp_158', u'CBRANCH_-1206363289'), (u'CALL_-1206362173', u'INDIRECT_-1206361636'), (u'INDIRECT_-1206361953', u'COPY_-1206361982'), (u'LOAD_-1206363136', u'COPY_-1206362051'), (u'INDIRECT_-1206361712', u'COPY_-1206361762'), (u'INDIRECT_-1206362279', u'COPY_-1206362338'), (u'CALL_-1206362106', u'INDIRECT_-1206361752'), (u'CAST_-1206361371', u'CALL_-1206362260'), (u'INDIRECT_-1206361771', u'COPY_-1206361817'), ('const-0', u'INT_EQUAL_-1206363326'), (u'CALL_-1206363018', u'INDIRECT_-1206362207'), (u'CALL_-1206363018', u'INDIRECT_-1206362222'), (u'CALL_-1206362512', u'INDIRECT_-1206361767'), (u'CAST_-1206361351', u'CALL_-1206362183'), ('const-0', u'PTRSUB_-1206361332'), (u'CALL_-1206362512', u'INDIRECT_-1206361947'), ('const-1', u'RETURN_-1206362255'), ('const-24', u'PTRSUB_-1206362005'), (u'INDIRECT_-1206362129', u'COPY_-1206362188'), ('tmp_3538', u'INT_ADD_-1206362191'), (u'CALL_-1206362183', u'INDIRECT_-1206361772'), (u'LOAD_-1206363259', u'INT_NOTEQUAL_-1206363239'), (u'CALL_-1206363040', u'INDIRECT_-1206362269'), (u'INDIRECT_-1206361757', u'COPY_-1206361807'), ('tmp_1427', u'PTRSUB_-1206361992'), ('tmp_1429', u'CALL_-1206362882'), ('tmp_1429', u'CALL_-1206363018'), (u'INDIRECT_-1206361743', u'COPY_-1206361772'), (u'CALL_-1206362173', u'INDIRECT_-1206361711'), (u'INDIRECT_-1206361562', u'COPY_-1206361612'), (u'INDIRECT_-1206361681', u'COPY_-1206361727'), (u'CALL_-1206362106', u'INDIRECT_-1206361662'), (u'CALL_-1206362260', u'INDIRECT_-1206361822'), (u'INDIRECT_-1206361777', u'COPY_-1206361829'), (u'CAST_-1206361319', u'CALL_-1206362106'), (u'CAST_-1206361431', u'INT_ADD_-1206362191'), (u'CALL_-1206362882', u'INDIRECT_-1206362219'), (u'INDIRECT_-1206361687', u'COPY_-1206361739'), ('tmp_3554', u'CALL_-1206362106'), (u'CALL_-1206362500', u'INDIRECT_-1206361818'), (u'INDIRECT_-1206361607', u'COPY_-1206361657'), ('const-482856', u'PTRSUB_-1206361332'), (u'INDIRECT_-1206361682', u'COPY_-1206361732'), (u'INDIRECT_-1206361727', u'COPY_-1206361777')]
[(u'MULTIEQUAL_-1206361061', u'MULTIEQUAL_-1206361003'), (u'MULTIEQUAL_-1206360718', u'INT_ADD_-1206362230'), (u'CALL_-1206362070', u'INDIRECT_-1206360583'), (u'MULTIEQUAL_-1206360795', u'MULTIEQUAL_-1206360770'), (u'INDIRECT_-1206360765', u'COPY_-1206360796'), (u'MULTIEQUAL_-1206361057', u'MULTIEQUAL_-1206360879'), (u'CALL_-1206362445', u'INDIRECT_-1206360958'), ('tmp_1903', u'CBRANCH_-1206362096'), (u'MULTIEQUAL_-1206360664', u'MULTIEQUAL_-1206360792'), (u'INDIRECT_-1206360981', u'MULTIEQUAL_-1206360665'), (u'MULTIEQUAL_-1206360639', u'MULTIEQUAL_-1206361006'), (u'MULTIEQUAL_-1206360927', u'MULTIEQUAL_-1206360749'), (u'CALL_-1206362070', u'INDIRECT_-1206360609'), (u'MULTIEQUAL_-1206360697', u'MULTIEQUAL_-1206360875'), (u'INDIRECT_-1206360564', u'COPY_-1206360606'), (u'INDIRECT_-1206360863', u'COPY_-1206360911'), (u'INT_ADD_-1206361732', u'CAST_-1206359849'), ('const-0', u'INT_NOTEQUAL_-1206362516'), (u'INDIRECT_-1206360698', u'COPY_-1206360744'), (u'MULTIEQUAL_-1206360983', u'MULTIEQUAL_-1206360925'), (u'CALL_-1206362346', u'INDIRECT_-1206361047'), (u'CALL_-1206362384', u'INDIRECT_-1206360860'), (u'INT_ADD_-1206363164', u'CAST_-1206360520'), (u'MULTIEQUAL_-1206360742', u'MULTIEQUAL_-1206360723'), (u'INDIRECT_-1206360943', u'MULTIEQUAL_-1206360847'), (u'SUBPIECE_-1206360202', u'CALL_-1206362384'), (u'CALL_-1206362410', u'INDIRECT_-1206361115'), (u'INT_NOTEQUAL_-1206362225', u'CBRANCH_-1206362150'), (u'CALL_-1206361659', u'INDIRECT_-1206360481'), (u'CALL_-1206362346', u'INDIRECT_-1206360943'), (u'MULTIEQUAL_-1206360723', u'MULTIEQUAL_-1206360665'), (u'INDIRECT_-1206361361', u'MULTIEQUAL_-1206360926'), (u'MULTIEQUAL_-1206360717', u'MULTIEQUAL_-1206360692'), (u'INDIRECT_-1206361059', u'MULTIEQUAL_-1206360743'), (u'COPY_-1206360549', u'MULTIEQUAL_-1206361937'), (u'MULTIEQUAL_-1206361265', u'MULTIEQUAL_-1206361234'), ('const-4', u'PTRADD_-1206360129'), (u'CALL_-1206361726', u'INDIRECT_-1206360746'), (u'CAST_-1206360167', u'LOAD_-1206362444'), (u'CAST_-1206359880', u'CALL_-1206361813'), (u'CALL_-1206361659', u'INDIRECT_-1206360819'), (u'INDIRECT_-1206360955', u'MULTIEQUAL_-1206360614'), (u'CALL_-1206362410', u'CAST_-1206360145'), (u'INT_ADD_-1206362410', u'CAST_-1206360154'), (u'INDIRECT_-1206360817', u'COPY_-1206360848'), (u'CALL_-1206361726', u'INDIRECT_-1206360798'), (u'CALL_-1206361659', u'INDIRECT_-1206360689'), (u'MULTIEQUAL_-1206361109', u'MULTIEQUAL_-1206360931'), (u'MULTIEQUAL_-1206361087', u'MULTIEQUAL_-1206361029'), ('const-0', u'INT_EQUAL_-1206363208'), (u'INDIRECT_-1206361075', u'MULTIEQUAL_-1206361032'), (u'INDIRECT_-1206360616', u'COPY_-1206360658'), (u'CALL_-1206361659', u'INDIRECT_-1206360559'), (u'CALL_-1206362070', u'INDIRECT_-1206360895'), (u'CALL_-1206361736', u'INDIRECT_-1206360620'), (u'CALL_-1206363018', u'INDIRECT_-1206361283'), (u'INDIRECT_-1206360542', u'COPY_-1206360588'), (u'INDIRECT_-1206361085', u'MULTIEQUAL_-1206360744'), (u'MULTIEQUAL_-1206360951', u'MULTIEQUAL_-1206361318'), (u'CALL_-1206363018', u'INDIRECT_-1206361075'), (u'CALL_-1206361736', u'INDIRECT_-1206360412'), (u'INT_ADD_-1206362294', u'MULTIEQUAL_-1206361715'), (u'CALL_-1206361813', u'INDIRECT_-1206360759'), (u'CAST_-1206360248', u'LOAD_-1206362625'), (u'INDIRECT_-1206360865', u'MULTIEQUAL_-1206360769'), ('tmp_4949', u'CALL_-1206363040'), (u'MULTIEQUAL_-1206360879', u'MULTIEQUAL_-1206360821'), (u'CALL_-1206362882', u'INDIRECT_-1206361274'), ('const-12', u'INT_MULT_-1206362549'), (u'CALL_-1206363040', u'INDIRECT_-1206361482'), (u'MULTIEQUAL_-1206360870', u'MULTIEQUAL_-1206360742'), (u'INDIRECT_-1206361137', u'MULTIEQUAL_-1206360796'), (u'MULTIEQUAL_-1206360844', u'MULTIEQUAL_-1206360716'), (u'INDIRECT_-1206361073', u'MULTIEQUAL_-1206360977'), (u'INDIRECT_-1206360455', u'COPY_-1206360499'), (u'CALL_-1206362882', u'INDIRECT_-1206361014'), ('tmp_4949', u'CALL_-1206362824'), (u'MULTIEQUAL_-1206361029', u'MULTIEQUAL_-1206361004'), (u'MULTIEQUAL_-1206360925', u'MULTIEQUAL_-1206361292'), (u'LOAD_-1206362542', u'INT_NOTEQUAL_-1206362516'), ('const-24', u'INT_ADD_-1206363086'), ('tmp_238', u'CBRANCH_-1206363236'), (u'INDIRECT_-1206360481', u'COPY_-1206360525'), (u'INT_SLESSEQUAL_-1206361923', u'CBRANCH_-1206361931'), (u'CALL_-1206362824', u'INDIRECT_-1206361241'), (u'MULTIEQUAL_-1206360664', u'MULTIEQUAL_-1206360645'), (u'CALL_-1206362824', u'INDIRECT_-1206361033'), (u'INDIRECT_-1206361257', u'MULTIEQUAL_-1206361214'), (u'CALL_-1206362882', u'INDIRECT_-1206361196'), (u'CALL_-1206361726', u'INDIRECT_-1206360512'), (u'CALL_-1206362824', u'INDIRECT_-1206361371'), (u'CALL_-1206362346', u'INDIRECT_-1206360891'), (u'INDIRECT_-1206361179', u'MULTIEQUAL_-1206360744'), (u'MULTIEQUAL_-1206360879', u'MULTIEQUAL_-1206361057'), (u'INDIRECT_-1206361007', u'MULTIEQUAL_-1206360927'), (u'LOAD_-1206362444', u'INT_MULT_-1206362398'), ('const-1', u'INT_ADD_-1206362230'), (u'CALL_-1206363040', u'INDIRECT_-1206361378'), (u'CALL_-1206362410', u'INDIRECT_-1206360803'), (u'INDIRECT_-1206360915', u'COPY_-1206360963'), (u'INDIRECT_-1206360843', u'COPY_-1206360874'), (u'INT_MULT_-1206362428', u'INT_ADD_-1206362440'), (u'CALL_-1206363040', u'INDIRECT_-1206361118'), (u'INDIRECT_-1206360715', u'COPY_-1206360759'), (u'MULTIEQUAL_-1206360718', u'CAST_-1206359934'), (u'INT_NOTEQUAL_-1206361300', u'BOOL_AND_-1206360283'), (u'INT_ADD_-1206362592', u'CAST_-1206360235'), (u'MULTIEQUAL_-1206361187', u'MULTIEQUAL_-1206361009'), (u'CALL_-1206362082', u'INDIRECT_-1206360644'), (u'CALL_-1206361736', u'INDIRECT_-1206360698'), (u'CALL_-1206362882', u'INDIRECT_-1206361326'), (u'MULTIEQUAL_-1206360744', u'CALL_-1206362882'), (u'CALL_-1206362346', u'INDIRECT_-1206360865'), ('const-1', u'INT_ADD_-1206360297'), (u'INDIRECT_-1206361025', u'COPY_-1206361056'), (u'CAST_-1206360472', u'LOAD_-1206363102'), ('const-482952', u'INT_ADD_-1206361754'), (u'CALL_-1206361813', u'INDIRECT_-1206360577'), (u'MULTIEQUAL_-1206361937', u'CAST_-1206360290'), (u'INT_ADD_-1206361744', u'CAST_-1206359939'), ('const-482916', u'PTRSUB_-1206359921'), (u'MULTIEQUAL_-1206360716', u'MULTIEQUAL_-1206360844'), ('const-0', u'PTRSUB_-1206359958'), (u'CALL_-1206362445', u'INDIRECT_-1206361192'), (u'CALL_-1206362384', u'INDIRECT_-1206360730'), ('const-417', u'LOAD_-1206363142'), (u'CALL_-1206361736', u'INDIRECT_-1206360776'), (u'CAST_-1206360403', u'INT_SLESS_-1206362958'), ('tmp_1820', u'CBRANCH_-1206362150'), (u'MULTIEQUAL_-1206360744', u'MULTIEQUAL_-1206360352'), (u'INT_NOTEQUAL_-1206362468', u'CBRANCH_-1206362466'), (u'MULTIEQUAL_-1206360827', u'MULTIEQUAL_-1206361005'), (u'MULTIEQUAL_-1206361055', u'MULTIEQUAL_-1206361422'), (u'CALL_-1206363018', u'INDIRECT_-1206361465'), (u'MULTIEQUAL_-1206360950', u'MULTIEQUAL_-1206360931'), (u'INDIRECT_-1206360739', u'COPY_-1206360770'), (u'MULTIEQUAL_-1206360924', u'MULTIEQUAL_-1206361052'), (u'MULTIEQUAL_-1206361106', u'MULTIEQUAL_-1206361234'), (u'INDIRECT_-1206360655', u'COPY_-1206360703'), ('const-704', u'INT_ADD_-1206362175'), (u'CALL_-1206362410', u'INDIRECT_-1206361063'), (u'INT_EQUAL_-1206362106', u'CBRANCH_-1206362096'), ('tmp_8583', u'INT_ADD_-1206361744'), (u'MULTIEQUAL_-1206360953', u'MULTIEQUAL_-1206360922'), (u'MULTIEQUAL_-1206360739', u'INT_ADD_-1206362182'), ('tmp_8598', u'INT_ADD_-1206361677'), (u'CALL_-1206362070', u'INDIRECT_-1206360765'), (u'INT_ADD_-1206362549', u'INT_ADD_-1206362526'), (u'INDIRECT_-1206361345', u'MULTIEQUAL_-1206361004'), (u'INDIRECT_-1206361387', u'MULTIEQUAL_-1206360952'), (u'INDIRECT_-1206360839', u'MULTIEQUAL_-1206360718'), (u'CAST_-1206360485', u'LOAD_-1206363130'), (u'INDIRECT_-1206361465', u'MULTIEQUAL_-1206361422'), (u'INDIRECT_-1206360377', u'COPY_-1206360421'), ('const-417', u'LOAD_-1206362444'), (u'BOOL_NEGATE_-1206360560', u'CBRANCH_-1206363093'), (u'INDIRECT_-1206361137', u'MULTIEQUAL_-1206361057'), (u'SUBPIECE_-1206360228', u'CALL_-1206362384'), (u'CALL_-1206362824', u'INDIRECT_-1206361319'), (u'MULTIEQUAL_-1206361213', u'MULTIEQUAL_-1206361182'), (u'CALL_-1206362070', u'INDIRECT_-1206360817'), (u'INT_SLESSEQUAL_-1206362032', u'COPY_-1206360079'), (u'CALL_-1206362346', u'INT_NOTEQUAL_-1206362325'), ('const-417', u'LOAD_-1206362191'), (u'MULTIEQUAL_-1206360821', u'MULTIEQUAL_-1206360796'), (u'CAST_-1206359885', u'CALL_-1206361813'), (u'INDIRECT_-1206360683', u'MULTIEQUAL_-1206360664'), (u'INDIRECT_-1206360997', u'MULTIEQUAL_-1206360562'), (u'CALL_-1206362346', u'INDIRECT_-1206360839'), ('const-1', u'RETURN_-1206361731'), (u'INDIRECT_-1206360720', u'COPY_-1206360762'), (u'CALL_-1206362410', u'INDIRECT_-1206360907'), (u'MULTIEQUAL_-1206361239', u'MULTIEQUAL_-1206361061'), (u'INDIRECT_-1206361111', u'MULTIEQUAL_-1206361031'), ('tmp_8590', u'INT_ADD_-1206361831'), (u'MULTIEQUAL_-1206361937', u'CALL_-1206362882'), (u'INDIRECT_-1206361085', u'MULTIEQUAL_-1206360769'), (u'INDIRECT_-1206360876', u'COPY_-1206360918'), ('const-1', u'INT_ADD_-1206362294'), (u'MULTIEQUAL_-1206360743', u'MULTIEQUAL_-1206361110'), (u'MULTIEQUAL_-1206360853', u'MULTIEQUAL_-1206360795'), (u'INDIRECT_-1206361205', u'MULTIEQUAL_-1206360770'), (u'MULTIEQUAL_-1206361054', u'MULTIEQUAL_-1206361035'), (u'MULTIEQUAL_-1206360769', u'MULTIEQUAL_-1206361136'), (u'INDIRECT_-1206360854', u'COPY_-1206360900'), ('tmp_4944', u'COPY_-1206360561'), (u'INDIRECT_-1206360995', u'MULTIEQUAL_-1206360874'), (u'INT_MULT_-1206360285', u'INT_ADD_-1206360297'), (u'CALL_-1206361726', u'INDIRECT_-1206360876'), (u'CAST_-1206359817', u'INT_ADD_-1206361655'), ('tmp_608', u'CBRANCH_-1206362965'), (u'INDIRECT_-1206361125', u'MULTIEQUAL_-1206361029'), (u'INDIRECT_-1206360839', u'MULTIEQUAL_-1206360743'), (u'CALL_-1206361813', u'INDIRECT_-1206360629'), (u'INDIRECT_-1206360981', u'MULTIEQUAL_-1206360901'), (u'INDIRECT_-1206360683', u'MULTIEQUAL_-1206360562'), (u'INT_LESS_-1206363111', u'CBRANCH_-1206363106'), (u'INDIRECT_-1206361189', u'MULTIEQUAL_-1206361109'), (u'MULTIEQUAL_-1206360847', u'MULTIEQUAL_-1206360822'), (u'CALL_-1206362445', u'INDIRECT_-1206361088'), (u'CALL_-1206362882', u'INT_EQUAL_-1206362799'), (u'CALL_-1206363040', u'INDIRECT_-1206361456'), (u'CALL_-1206362882', u'INDIRECT_-1206360962'), (u'INDIRECT_-1206361137', u'MULTIEQUAL_-1206360821'), ('tmp_8585', u'INT_ADD_-1206361722'), (u'INT_ADD_-1206362150', u'MULTIEQUAL_-1206360760'), ('const-4', u'INT_MULT_-1206362661'), (u'INDIRECT_-1206360787', u'MULTIEQUAL_-1206360666'), (u'LOAD_-1206363130', u'INT_LESSEQUAL_-1206363075'), (u'CALL_-1206362070', u'INDIRECT_-1206360661'), (u'LOAD_-1206362426', u'CALL_-1206362410'), (u'MULTIEQUAL_-1206360957', u'MULTIEQUAL_-1206360899'), (u'CALL_-1206361736', u'INDIRECT_-1206360854'), (u'CALL_-1206363040', u'INDIRECT_-1206361300'), (u'CALL_-1206362082', u'INDIRECT_-1206360852'), (u'INT_AND_-1206362351', u'CALL_-1206362346'), ('tmp_4948', u'CALL_-1206363018'), (u'CALL_-1206362410', u'INDIRECT_-1206360855'), ('tmp_8601', u'CALL_-1206361659'), ('tmp_4947', u'CALL_-1206363040'), (u'INT_ADD_-1206361733', u'CAST_-1206359934'), (u'MULTIEQUAL_-1206360587', u'MULTIEQUAL_-1206360954'), ('const-1', u'CALL_-1206362882'), (u'MULTIEQUAL_-1206360645', u'MULTIEQUAL_-1206360823'), (u'CALL_-1206361813', u'INDIRECT_-1206360525'), (u'MULTIEQUAL_-1206360760', u'INT_ADD_-1206362150'), (u'CAST_-1206360235', u'LOAD_-1206362608'), (u'INDIRECT_-1206360798', u'COPY_-1206360840'), ('const-0', u'SUBPIECE_-1206360180'), (u'INDIRECT_-1206361023', u'MULTIEQUAL_-1206360588'), (u'MULTIEQUAL_-1206360899', u'MULTIEQUAL_-1206360874'), (u'INDIRECT_-1206360903', u'MULTIEQUAL_-1206360587'), (u'CALL_-1206361726', u'INDIRECT_-1206360642'), ('const-417', u'LOAD_-1206362426'), (u'INDIRECT_-1206360683', u'MULTIEQUAL_-1206360587'), (u'CALL_-1206362070', u'INDIRECT_-1206360635'), (u'CAST_-1206359929', u'CALL_-1206361726'), ('tmp_4949', u'CALL_-1206362882'), (u'CALL_-1206362384', u'INDIRECT_-1206360990'), (u'CALL_-1206361736', u'INDIRECT_-1206360568'), (u'MULTIEQUAL_-1206360792', u'MULTIEQUAL_-1206360664'), (u'INDIRECT_-1206361361', u'MULTIEQUAL_-1206361318'), (u'INDIRECT_-1206360486', u'COPY_-1206360528'), (u'CALL_-1206362824', u'INDIRECT_-1206361293'), ('tmp_980', u'CBRANCH_-1206362715'), (u'CALL_-1206362445', u'INDIRECT_-1206360932'), (u'MULTIEQUAL_-1206360924', u'MULTIEQUAL_-1206360905'), (u'INT_ADD_-1206362175', u'CAST_-1206360037'), (u'INDIRECT_-1206360997', u'MULTIEQUAL_-1206360954'), (u'INDIRECT_-1206360824', u'COPY_-1206360866'), ('const-482820', u'INT_ADD_-1206361732'), (u'CALL_-1206361813', u'INDIRECT_-1206360681'), (u'CAST_-1206360177', u'LOAD_-1206362456'), (u'INDIRECT_-1206360557', u'COPY_-1206360588'), (u'INDIRECT_-1206361283', u'MULTIEQUAL_-1206360848'), (u'INDIRECT_-1206360995', u'MULTIEQUAL_-1206360976'), (u'CALL_-1206361813', u'INDIRECT_-1206360915'), ('const-0', u'PTRSUB_-1206359921'), (u'CALL_-1206361659', u'INDIRECT_-1206360793'), (u'CALL_-1206361736', u'INDIRECT_-1206360490'), (u'CALL_-1206362384', u'SUBPIECE_-1206360180'), (u'MULTIEQUAL_-1206360977', u'MULTIEQUAL_-1206360952'), (u'INT_ADD_-1206362110', u'MULTIEQUAL_-1206360744'), (u'CALL_-1206362445', u'INDIRECT_-1206360828'), (u'INDIRECT_-1206360891', u'MULTIEQUAL_-1206360770'), (u'INDIRECT_-1206361439', u'MULTIEQUAL_-1206361004'), (u'INDIRECT_-1206361127', u'MULTIEQUAL_-1206360692'), (u'INDIRECT_-1206360583', u'COPY_-1206360614'), (u'MULTIEQUAL_-1206360931', u'MULTIEQUAL_-1206361109'), (u'CALL_-1206362346', u'INDIRECT_-1206360813'), (u'CALL_-1206363018', u'INDIRECT_-1206361101'), (u'CALL_-1206362082', u'INDIRECT_-1206361034'), (u'INDIRECT_-1206361163', u'MULTIEQUAL_-1206360822'), (u'INDIRECT_-1206360973', u'COPY_-1206361004'), (u'INDIRECT_-1206360902', u'COPY_-1206360944'), (u'INDIRECT_-1206360928', u'COPY_-1206360970'), (u'CALL_-1206362824', u'INDIRECT_-1206360929'), (u'MULTIEQUAL_-1206360976', u'MULTIEQUAL_-1206360957'), ('tmp_1547', u'CBRANCH_-1206362322'), (u'CALL_-1206362445', u'INDIRECT_-1206360776'), (u'COPY_-1206360554', u'MULTIEQUAL_-1206361932'), (u'CALL_-1206362882', u'INDIRECT_-1206361170'), ('const-482856', u'PTRSUB_-1206359843'), (u'CALL_-1206362824', u'INDIRECT_-1206361059'), (u'INDIRECT_-1206361101', u'MULTIEQUAL_-1206360666'), (u'CALL_-1206362824', u'INDIRECT_-1206361345'), (u'CALL_-1206363040', u'INDIRECT_-1206361430'), (u'MULTIEQUAL_-1206360769', u'MULTIEQUAL_-1206360744'), (u'INT_ADD_-1206360297', u'PTRADD_-1206360250'), (u'MULTIEQUAL_-1206361080', u'MULTIEQUAL_-1206361208'), (u'INDIRECT_-1206360917', u'MULTIEQUAL_-1206360898'), (u'CALL_-1206362082', u'INDIRECT_-1206361008'), (u'INDIRECT_-1206360772', u'COPY_-1206360814'), (u'INDIRECT_-1206360663', u'COPY_-1206360707'), (u'CALL_-1206362445', u'SUBPIECE_-1206360228'), (u'CALL_-1206363040', u'INDIRECT_-1206361066'), (u'MULTIEQUAL_-1206360801', u'MULTIEQUAL_-1206360743'), ('const-4', u'INT_ADD_-1206362526'), (u'INT_ADD_-1206361743', u'CAST_-1206359854'), (u'INDIRECT_-1206361179', u'MULTIEQUAL_-1206361136'), ('const-0', u'RETURN_-1206361958'), (u'INDIRECT_-1206361127', u'MULTIEQUAL_-1206361084'), ('tmp_4947', u'INT_ADD_-1206362609'), (u'MULTIEQUAL_-1206361132', u'MULTIEQUAL_-1206361113'), (u'MULTIEQUAL_-1206360613', u'MULTIEQUAL_-1206360588'), (u'CAST_-1206360172', u'INT_RIGHT_-1206360244'), ('const-482852', u'INT_ADD_-1206361666'), (u'COPY_-1206362976', u'MULTIEQUAL_-1206360352'), ('const-0', u'SUBPIECE_-1206360202'), (u'COPY_-1206362976', u'MULTIEQUAL_-1206360744'), (u'INT_ADD_-1206362549', u'INT_ADD_-1206362428'), (u'INT_NOTEQUAL_-1206363160', u'CBRANCH_-1206363157'), (u'MULTIEQUAL_-1206361003', u'MULTIEQUAL_-1206361370'), (u'INDIRECT_-1206360507', u'COPY_-1206360551'), ('const-482748', u'INT_ADD_-1206361722'), (u'MULTIEQUAL_-1206360896', u'MULTIEQUAL_-1206360768'), (u'CALL_-1206362082', u'INDIRECT_-1206360618'), (u'INDIRECT_-1206361309', u'MULTIEQUAL_-1206361266'), (u'CALL_-1206361659', u'INDIRECT_-1206360715'), ('const-2147483647', u'INT_AND_-1206362351'), ('const-482816', u'INT_ADD_-1206361743'), (u'INDIRECT_-1206360403', u'COPY_-1206360447'), (u'INDIRECT_-1206360490', u'COPY_-1206360536'), ('const-1', u'RETURN_-1206361721'), (u'INDIRECT_-1206360750', u'COPY_-1206360796'), (u'INDIRECT_-1206360741', u'COPY_-1206360785'), (u'CALL_-1206361736', u'INDIRECT_-1206360802'), ('const-3', u'INT_MULT_-1206360285'), (u'MULTIEQUAL_-1206361130', u'MULTIEQUAL_-1206361002'), ('tmp_1083', u'CBRANCH_-1206362650'), ('tmp_2188', u'CBRANCH_-1206361931'), (u'MULTIEQUAL_-1206361161', u'MULTIEQUAL_-1206360983'), (u'INDIRECT_-1206360429', u'COPY_-1206360473'), (u'CALL_-1206362824', u'INDIRECT_-1206361267'), (u'MULTIEQUAL_-1206360931', u'MULTIEQUAL_-1206360873'), (u'INDIRECT_-1206360880', u'COPY_-1206360926'), (u'LOAD_-1206362602', u'INT_MULT_-1206362549'), ('const-417', u'LOAD_-1206362625'), (u'CALL_-1206363040', u'INDIRECT_-1206361170'), ('const-8', u'INT_ADD_-1206362428'), ('tmp_4948', u'INT_ADD_-1206362592'), (u'INT_ADD_-1206361754', u'CAST_-1206359859'), (u'INDIRECT_-1206361125', u'MULTIEQUAL_-1206361004'), (u'CALL_-1206363018', u'INDIRECT_-1206360997'), (u'CALL_-1206363018', u'INDIRECT_-1206361439'), (u'CALL_-1206362410', u'INDIRECT_-1206361011'), (u'CALL_-1206362384', u'INDIRECT_-1206360912'), (u'MULTIEQUAL_-1206361113', u'MULTIEQUAL_-1206361291'), ('tmp_8600', u'INT_ADD_-1206361655'), (u'INDIRECT_-1206361231', u'MULTIEQUAL_-1206360796'), (u'CAST_-1206360495', u'LOAD_-1206363142'), (u'INT_ADD_-1206361820', u'CAST_-1206359885'), (u'CALL_-1206362082', u'INDIRECT_-1206360878'), (u'CALL_-1206361726', u'INDIRECT_-1206360824'), (u'INDIRECT_-1206361293', u'MULTIEQUAL_-1206360977'), (u'CALL_-1206363018', u'INDIRECT_-1206361127'), (u'INDIRECT_-1206360709', u'MULTIEQUAL_-1206360613'), (u'INDIRECT_-1206360929', u'MULTIEQUAL_-1206360588'), ('const-1', u'RETURN_-1206361654'), ('const-0', u'SUBPIECE_-1206360201'), (u'CAST_-1206360277', u'LOAD_-1206362700'), (u'INT_ADD_-1206362230', u'MULTIEQUAL_-1206360718'), (u'CALL_-1206361813', u'INDIRECT_-1206360811'), (u'INDIRECT_-1206360642', u'COPY_-1206360684'), (u'CALL_-1206361726', u'INDIRECT_-1206360486'), (u'INDIRECT_-1206361267', u'MULTIEQUAL_-1206360951'), (u'CALL_-1206362070', u'INDIRECT_-1206360791'), (u'CALL_-1206362824', u'INDIRECT_-1206361085'), (u'INDIRECT_-1206361047', u'MULTIEQUAL_-1206360951'), (u'INDIRECT_-1206361241', u'MULTIEQUAL_-1206360925'), (u'CALL_-1206361736', u'INDIRECT_-1206360438'), (u'CALL_-1206362082', u'INDIRECT_-1206360722'), (u'INT_ADD_-1206363243', u'CAST_-1206360560'), (u'MULTIEQUAL_-1206360768', u'MULTIEQUAL_-1206360749'), ('tmp_4947', u'INT_ADD_-1206363086'), (u'CALL_-1206363018', u'INDIRECT_-1206361413'), (u'MULTIEQUAL_-1206361087', u'MULTIEQUAL_-1206361265'), (u'INDIRECT_-1206360464', u'COPY_-1206360510'), (u'INDIRECT_-1206361413', u'MULTIEQUAL_-1206360978'), ('const-4', u'INT_MULT_-1206362140'), (u'INDIRECT_-1206360889', u'COPY_-1206360937'), (u'CALL_-1206362445', u'INDIRECT_-1206360880'), (u'CALL_-1206362824', u'INDIRECT_-1206360981'), ('const-4', u'INT_MULT_-1206362428'), (u'CALL_-1206362384', u'INDIRECT_-1206360756'), ('const-482988', u'INT_ADD_-1206361677'), (u'CALL_-1206362384', u'INDIRECT_-1206361042'), (u'CALL_-1206362410', u'INDIRECT_-1206361089'), (u'INDIRECT_-1206361007', u'MULTIEQUAL_-1206360666'), (u'LOAD_-1206363102', u'COPY_-1206360550'), (u'INDIRECT_-1206360947', u'COPY_-1206360978'), (u'CALL_-1206362410', u'INDIRECT_-1206360959'), ('const-417', u'LOAD_-1206362602'), (u'CAST_-1206360154', u'LOAD_-1206362426'), (u'INDIRECT_-1206361163', u'MULTIEQUAL_-1206361083'), (u'MULTIEQUAL_-1206361002', u'MULTIEQUAL_-1206360983'), (u'INDIRECT_-1206360954', u'COPY_-1206360996'), (u'LOAD_-1206362456', u'CALL_-1206362445'), ('const-0', u'INT_SLESS_-1206362643'), (u'MULTIEQUAL_-1206361109', u'MULTIEQUAL_-1206361078'), (u'CALL_-1206362410', u'INDIRECT_-1206360777'), ('const-0', u'SUBPIECE_-1206360227'), (u'INDIRECT_-1206360538', u'COPY_-1206360580'), (u'INDIRECT_-1206360865', u'MULTIEQUAL_-1206360744'), ('const-0', u'CALL_-1206362882'), (u'CALL_-1206363018', u'INDIRECT_-1206361335'), (u'MULTIEQUAL_-1206360749', u'MULTIEQUAL_-1206360927'), ('const-0', u'INT_NOTEQUAL_-1206362325'), ('const-28', u'INT_ADD_-1206363120'), (u'INDIRECT_-1206361153', u'MULTIEQUAL_-1206360718'), (u'INDIRECT_-1206361439', u'MULTIEQUAL_-1206361396'), (u'CALL_-1206361813', u'INDIRECT_-1206360551'), (u'INDIRECT_-1206360895', u'COPY_-1206360926'), (u'CALL_-1206363018', u'INDIRECT_-1206361153'), ('const-2', u'INT_AND_-1206362457'), (u'CALL_-1206362410', u'INDIRECT_-1206361193'), (u'INDIRECT_-1206360819', u'COPY_-1206360863'), (u'INDIRECT_-1206360995', u'MULTIEQUAL_-1206360899'), (u'MULTIEQUAL_-1206360847', u'MULTIEQUAL_-1206361214'), (u'CALL_-1206361726', u'INDIRECT_-1206360954'), (u'CALL_-1206362070', u'INDIRECT_-1206360869'), (u'COPY_-1206362636', u'MULTIEQUAL_-1206361715'), (u'CALL_-1206361726', u'INDIRECT_-1206360590'), (u'CALL_-1206361726', u'INDIRECT_-1206360564'), (u'CALL_-1206362070', u'INDIRECT_-1206360843'), (u'INDIRECT_-1206361023', u'MULTIEQUAL_-1206360980'), (u'INDIRECT_-1206360828', u'COPY_-1206360874'), (u'MULTIEQUAL_-1206360953', u'MULTIEQUAL_-1206360775'), (u'CALL_-1206362882', u'INDIRECT_-1206361066'), (u'CAST_-1206360206', u'LOAD_-1206362542'), (u'INDIRECT_-1206360969', u'MULTIEQUAL_-1206360950'), (u'MULTIEQUAL_-1206360690', u'MULTIEQUAL_-1206360671'), (u'INDIRECT_-1206360709', u'MULTIEQUAL_-1206360588'), (u'CALL_-1206362410', u'INDIRECT_-1206360985'), (u'INDIRECT_-1206360746', u'COPY_-1206360788'), (u'INDIRECT_-1206360661', u'COPY_-1206360692'), (u'MULTIEQUAL_-1206361026', u'MULTIEQUAL_-1206360898'), (u'MULTIEQUAL_-1206360875', u'MULTIEQUAL_-1206360697'), (u'CALL_-1206362882', u'INDIRECT_-1206361092'), (u'INDIRECT_-1206361033', u'MULTIEQUAL_-1206360953'), (u'INDIRECT_-1206360865', u'MULTIEQUAL_-1206360846'), (u'MULTIEQUAL_-1206360901', u'MULTIEQUAL_-1206360723'), ('tmp_8586', u'CALL_-1206361726'), (u'CALL_-1206362082', u'INDIRECT_-1206360904'), (u'INT_ADD_-1206362440', u'CAST_-1206360177'), (u'MULTIEQUAL_-1206360979', u'MULTIEQUAL_-1206360801'), (u'MULTIEQUAL_-1206361031', u'MULTIEQUAL_-1206361000'), (u'MULTIEQUAL_-1206360775', u'MULTIEQUAL_-1206360717'), (u'INDIRECT_-1206361189', u'MULTIEQUAL_-1206360848'), (u'INDIRECT_-1206360620', u'COPY_-1206360666'), (u'MULTIEQUAL_-1206361002', u'MULTIEQUAL_-1206361130'), ('const-417', u'LOAD_-1206363102'), (u'INDIRECT_-1206360929', u'MULTIEQUAL_-1206360849'), (u'CALL_-1206362384', u'INDIRECT_-1206360938'), (u'CALL_-1206362346', u'INDIRECT_-1206360995'), (u'INDIRECT_-1206360637', u'COPY_-1206360681'), (u'INT_ADD_-1206362110', u'INT_EQUAL_-1206362106'), (u'CALL_-1206361726', u'INDIRECT_-1206360616'), ('tmp_158', u'CBRANCH_-1206363289'), (u'INDIRECT_-1206360516', u'COPY_-1206360562'), ('const-0', u'INT_SLESS_-1206362708'), (u'MULTIEQUAL_-1206360875', u'MULTIEQUAL_-1206360844'), (u'CALL_-1206362070', u'INDIRECT_-1206360739'), (u'COPY_-1206360560', u'MULTIEQUAL_-1206361939'), (u'INDIRECT_-1206360955', u'MULTIEQUAL_-1206360875'), (u'CALL_-1206362384', u'INDIRECT_-1206360886'), (u'CALL_-1206362445', u'INDIRECT_-1206361140'), (u'INDIRECT_-1206360785', u'COPY_-1206360833'), (u'MULTIEQUAL_-1206360979', u'MULTIEQUAL_-1206360948'), ('tmp_8592', u'INT_ADD_-1206361809'), (u'CALL_-1206362824', u'INDIRECT_-1206361111'), ('const-0', u'INT_EQUAL_-1206363326'), (u'CALL_-1206361736', u'INDIRECT_-1206360828'), (u'INT_SLESS_-1206362708', u'CBRANCH_-1206362715'), (u'INDIRECT_-1206361021', u'MULTIEQUAL_-1206360900'), (u'CALL_-1206362882', u'INDIRECT_-1206360988'), (u'MULTIEQUAL_-1206360820', u'MULTIEQUAL_-1206360801'), (u'MULTIEQUAL_-1206360951', u'MULTIEQUAL_-1206360926'), (u'INDIRECT_-1206360713', u'COPY_-1206360744'), (u'MULTIEQUAL_-1206360671', u'MULTIEQUAL_-1206360613'), (u'MULTIEQUAL_-1206360898', u'MULTIEQUAL_-1206360879'), (u'CALL_-1206362445', u'INDIRECT_-1206360750'), (u'MULTIEQUAL_-1206361187', u'MULTIEQUAL_-1206361156'), (u'MULTIEQUAL_-1206361009', u'MULTIEQUAL_-1206360951'), (u'MULTIEQUAL_-1206360925', u'MULTIEQUAL_-1206360900'), ('tmp_4948', u'INT_ADD_-1206363164'), (u'CALL_-1206361659', u'INDIRECT_-1206360507'), (u'INDIRECT_-1206360735', u'MULTIEQUAL_-1206360614'), (u'CALL_-1206361659', u'INDIRECT_-1206360533'), (u'INDIRECT_-1206361049', u'MULTIEQUAL_-1206361006'), ('const-417', u'LOAD_-1206362456'), (u'INDIRECT_-1206360559', u'COPY_-1206360603'), (u'INT_ADD_-1206363114', u'CAST_-1206360485'), (u'CAST_-1206359959', u'INT_SLESSEQUAL_-1206362032'), (u'MULTIEQUAL_-1206360768', u'MULTIEQUAL_-1206360896'), (u'INDIRECT_-1206361099', u'MULTIEQUAL_-1206361003'), (u'CALL_-1206362082', u'INDIRECT_-1206360670'), (u'INDIRECT_-1206360735', u'MULTIEQUAL_-1206360716'), (u'CALL_-1206362070', u'INDIRECT_-1206360947'), (u'INDIRECT_-1206361241', u'MULTIEQUAL_-1206361161'), (u'CALL_-1206362082', u'INDIRECT_-1206360956'), (u'INDIRECT_-1206360802', u'COPY_-1206360848'), (u'CALL_-1206363040', u'INDIRECT_-1206361144'), (u'INDIRECT_-1206360943', u'MULTIEQUAL_-1206360822'), (u'CALL_-1206363018', u'INDIRECT_-1206361309'), (u'INT_ADD_-1206362684', u'CAST_-1206360277'), (u'MULTIEQUAL_-1206360742', u'MULTIEQUAL_-1206360870'), ('const-0', u'COPY_-1206360391'), ('const-417', u'LOAD_-1206362608'), (u'INDIRECT_-1206361075', u'MULTIEQUAL_-1206360640'), (u'MULTIEQUAL_-1206360821', u'MULTIEQUAL_-1206361188'), (u'CALL_-1206362445', u'INDIRECT_-1206360854'), (u'CALL_-1206362410', u'INDIRECT_-1206361037'), (u'INDIRECT_-1206360687', u'COPY_-1206360718'), (u'CALL_-1206361659', u'INDIRECT_-1206360767'), (u'CAST_-1206359854', u'CALL_-1206361736'), (u'INDIRECT_-1206361465', u'MULTIEQUAL_-1206361030'), (u'LOAD_-1206362700', u'INT_SLESS_-1206362643'), (u'CALL_-1206361736', u'INDIRECT_-1206360880'), (u'INDIRECT_-1206361047', u'MULTIEQUAL_-1206361028'), (u'PTRSUB_-1206359843', u'CAST_-1206359817'), (u'CALL_-1206363040', u'INDIRECT_-1206361248'), (u'INT_ADD_-1206361831', u'CAST_-1206359890'), (u'MULTIEQUAL_-1206361080', u'MULTIEQUAL_-1206361061'), (u'CALL_-1206361736', u'INDIRECT_-1206360594'), (u'CALL_-1206361659', u'INDIRECT_-1206360455'), (u'CAST_-1206359890', u'CALL_-1206361813'), ('tmp_4949', u'CALL_-1206363018'), ('const-482744', u'INT_ADD_-1206361733'), (u'INDIRECT_-1206360609', u'COPY_-1206360640'), (u'INT_RIGHT_-1206360198', u'SUBPIECE_-1206360179'), (u'INT_RIGHT_-1206360219', u'SUBPIECE_-1206360201'), (u'CALL_-1206362824', u'INT_EQUAL_-1206361431'), (u'CALL_-1206362824', u'INDIRECT_-1206361189'), (u'CALL_-1206362346', u'INDIRECT_-1206361073'), ('const-13164', u'INT_ADD_-1206363164'), (u'INDIRECT_-1206360943', u'MULTIEQUAL_-1206360924'), (u'INDIRECT_-1206360733', u'COPY_-1206360781'), (u'MULTIEQUAL_-1206360716', u'MULTIEQUAL_-1206360697'), ('tmp_8593', u'CALL_-1206361813'), (u'CALL_-1206361726', u'INDIRECT_-1206360850'), ('const-0', u'INT_EQUAL_-1206361431'), (u'COPY_-1206360550', u'MULTIEQUAL_-1206361937'), (u'MULTIEQUAL_-1206360794', u'MULTIEQUAL_-1206360775'), (u'INDIRECT_-1206360635', u'COPY_-1206360666'), (u'CALL_-1206361726', u'INDIRECT_-1206360538'), (u'INDIRECT_-1206360412', u'COPY_-1206360458'), (u'CALL_-1206361659', u'INDIRECT_-1206360637'), (u'LOAD_-1206363136', u'COPY_-1206360560'), (u'INDIRECT_-1206360585', u'COPY_-1206360629'), (u'INDIRECT_-1206360761', u'MULTIEQUAL_-1206360665'), (u'CALL_-1206362384', u'INDIRECT_-1206361172'), ('tmp_471', u'CBRANCH_-1206363072'), (u'MULTIEQUAL_-1206360823', u'MULTIEQUAL_-1206360645'), (u'CALL_-1206362082', u'INDIRECT_-1206360982'), (u'MULTIEQUAL_-1206361035', u'MULTIEQUAL_-1206360977'), (u'CALL_-1206362824', u'INDIRECT_-1206361007'), (u'INDIRECT_-1206360787', u'MULTIEQUAL_-1206360691'), (u'MULTIEQUAL_-1206360794', u'MULTIEQUAL_-1206360922'), (u'INDIRECT_-1206360903', u'MULTIEQUAL_-1206360823'), (u'CALL_-1206361813', u'INDIRECT_-1206360707'), (u'INDIRECT_-1206361163', u'MULTIEQUAL_-1206360847'), (u'CALL_-1206363018', u'INDIRECT_-1206361231'), (u'CAST_-1206359934', u'INT_SLESSEQUAL_-1206361923'), (u'MULTIEQUAL_-1206360873', u'MULTIEQUAL_-1206361240'), (u'INDIRECT_-1206360447', u'COPY_-1206360495'), (u'INDIRECT_-1206361146', u'CALL_-1206362346'), (u'INDIRECT_-1206361241', u'MULTIEQUAL_-1206360900'), (u'CALL_-1206361813', u'INDIRECT_-1206360785'), (u'LOAD_-1206363130', u'COPY_-1206360549'), (u'INDIRECT_-1206361231', u'MULTIEQUAL_-1206361188'), (u'INDIRECT_-1206360533', u'COPY_-1206360577'), (u'INDIRECT_-1206360629', u'COPY_-1206360677'), (u'CALL_-1206361736', u'INDIRECT_-1206360542'), (u'CALL_-1206362445', u'INDIRECT_-1206361218'), (u'CALL_-1206362445', u'INDIRECT_-1206361036'), ('const-0', u'INT_SLESS_-1206362958'), (u'INT_ADD_-1206362428', u'CAST_-1206360167'), (u'INDIRECT_-1206360969', u'MULTIEQUAL_-1206360873'), (u'CALL_-1206361659', u'INDIRECT_-1206360377'), (u'MULTIEQUAL_-1206361003', u'MULTIEQUAL_-1206360978'), (u'LOAD_-1206362542', u'INT_AND_-1206362457'), (u'MULTIEQUAL_-1206360801', u'MULTIEQUAL_-1206360979'), ('tmp_4948', u'INT_ADD_-1206363114'), (u'INDIRECT_-1206361319', u'MULTIEQUAL_-1206361239'), (u'CALL_-1206361813', u'INDIRECT_-1206360603'), (u'CALL_-1206361736', u'INDIRECT_-1206360724'), (u'INDIRECT_-1206360512', u'COPY_-1206360554'), (u'MULTIEQUAL_-1206361291', u'MULTIEQUAL_-1206361260'), (u'INDIRECT_-1206361120', u'CALL_-1206362346'), (u'CALL_-1206361659', u'INDIRECT_-1206360663'), (u'MULTIEQUAL_-1206360795', u'MULTIEQUAL_-1206361162'), (u'CALL_-1206362410', u'INDIRECT_-1206360725'), ('const-0', u'SUBPIECE_-1206360179'), (u'LOAD_-1206363259', u'INT_NOTEQUAL_-1206363160'), (u'INT_EQUAL_-1206361431', u'BOOL_OR_-1206360386'), (u'INDIRECT_-1206360969', u'MULTIEQUAL_-1206360848'), (u'CALL_-1206362384', u'INDIRECT_-1206360808'), (u'CALL_-1206362410', u'INDIRECT_-1206360881'), (u'CALL_-1206362082', u'INDIRECT_-1206360696'), ('tmp_8587', u'INT_NOTEQUAL_-1206363239'), (u'MULTIEQUAL_-1206360645', u'MULTIEQUAL_-1206360587'), (u'CALL_-1206362882', u'INDIRECT_-1206361040'), (u'CALL_-1206362384', u'INDIRECT_-1206360964'), (u'INDIRECT_-1206360850', u'COPY_-1206360892'), (u'INT_LESS_-1206363111', u'BOOL_NEGATE_-1206360560'), (u'CAST_-1206360490', u'LOAD_-1206363136'), (u'COPY_-1206360079', u'RETURN_-1206361958'), ('tmp_8597', u'CALL_-1206361736'), (u'MULTIEQUAL_-1206361239', u'MULTIEQUAL_-1206361208'), (u'MULTIEQUAL_-1206360691', u'MULTIEQUAL_-1206360666'), (u'INT_SLESS_-1206362958', u'CBRANCH_-1206362965'), (u'MULTIEQUAL_-1206361161', u'MULTIEQUAL_-1206361130'), ('tmp_8595', u'INT_ADD_-1206361743'), (u'CALL_-1206362070', u'INDIRECT_-1206360921'), (u'CALL_-1206361726', u'INDIRECT_-1206360694'), (u'CAST_-1206359939', u'CALL_-1206361726'), ('const-417', u'LOAD_-1206363136'), (u'MULTIEQUAL_-1206361132', u'MULTIEQUAL_-1206361260'), (u'INT_NOTEQUAL_-1206363239', u'CBRANCH_-1206363236'), (u'MULTIEQUAL_-1206361083', u'MULTIEQUAL_-1206361052'), (u'CALL_-1206361726', u'INDIRECT_-1206360902'), (u'CALL_-1206362082', u'INDIRECT_-1206360748'), (u'INDIRECT_-1206361073', u'MULTIEQUAL_-1206361054'), ('const-0', u'INT_EQUAL_-1206362799'), (u'INDIRECT_-1206361125', u'MULTIEQUAL_-1206361106'), (u'INDIRECT_-1206361099', u'MULTIEQUAL_-1206360978'), (u'CALL_-1206362070', u'INDIRECT_-1206361025'), (u'CALL_-1206362082', u'INDIRECT_-1206360592'), ('tmp_440', u'CBRANCH_-1206363093'), (u'INDIRECT_-1206361309', u'MULTIEQUAL_-1206360874'), (u'CALL_-1206362082', u'INDIRECT_-1206360930'), (u'INDIRECT_-1206360646', u'COPY_-1206360692'), (u'MULTIEQUAL_-1206360853', u'MULTIEQUAL_-1206361031'), (u'INT_SLESS_-1206362643', u'CBRANCH_-1206362650'), (u'PTRADD_-1206360129', u'MULTIEQUAL_-1206361709'), (u'INT_ADD_-1206363086', u'CAST_-1206360472'), (u'CALL_-1206362082', u'INDIRECT_-1206360826'), (u'INDIRECT_-1206361283', u'MULTIEQUAL_-1206361240'), ('const-0', u'PTRSUB_-1206359843'), (u'MULTIEQUAL_-1206361156', u'MULTIEQUAL_-1206361028'), (u'CALL_-1206363018', u'INDIRECT_-1206361205'), (u'CALL_-1206362082', u'INDIRECT_-1206360800'), (u'MULTIEQUAL_-1206361937', u'INT_NOTEQUAL_-1206362225'), (u'MULTIEQUAL_-1206360823', u'MULTIEQUAL_-1206360792'), (u'MULTIEQUAL_-1206361234', u'MULTIEQUAL_-1206361106'), (u'CALL_-1206362346', u'INDIRECT_-1206361125'), ('const-13164', u'INT_ADD_-1206363243'), (u'CALL_-1206362410', u'INDIRECT_-1206361141'), (u'CALL_-1206362346', u'INDIRECT_-1206360969'), ('const-0', u'COPY_-1206362976'), (u'INDIRECT_-1206361021', u'MULTIEQUAL_-1206361002'), (u'MULTIEQUAL_-1206360872', u'MULTIEQUAL_-1206360853'), (u'MULTIEQUAL_-1206360922', u'MULTIEQUAL_-1206360794'), (u'MULTIEQUAL_-1206360665', u'MULTIEQUAL_-1206360640'), (u'CALL_-1206362384', u'CAST_-1206360124'), (u'MULTIEQUAL_-1206361104', u'MULTIEQUAL_-1206360976'), (u'INDIRECT_-1206360603', u'COPY_-1206360651'), (u'CALL_-1206362410', u'INDIRECT_-1206360829'), (u'CALL_-1206362384', u'INDIRECT_-1206361068'), (u'MULTIEQUAL_-1206361260', u'MULTIEQUAL_-1206361132'), (u'CAST_-1206360037', u'LOAD_-1206362191'), (u'INDIRECT_-1206361335', u'MULTIEQUAL_-1206361292'), ('const-0', u'SUBPIECE_-1206360228'), (u'CALL_-1206362824', u'INDIRECT_-1206361215'), (u'INT_ADD_-1206363120', u'CAST_-1206360490'), ('tmp_4948', u'INT_ADD_-1206363126'), ('const-417', u'LOAD_-1206363180'), ('tmp_8591', u'INT_ADD_-1206361820'), (u'CAST_-1206360560', u'LOAD_-1206363259'), (u'INDIRECT_-1206361047', u'MULTIEQUAL_-1206360926'), (u'SUBPIECE_-1206360179', u'INT_AND_-1206362351'), (u'CALL_-1206362445', u'CAST_-1206360172'), (u'MULTIEQUAL_-1206360846', u'MULTIEQUAL_-1206360827'), (u'CALL_-1206363018', u'CALL_-1206362082'), (u'INDIRECT_-1206361293', u'MULTIEQUAL_-1206360952'), (u'MULTIEQUAL_-1206361000', u'MULTIEQUAL_-1206360872'), (u'INDIRECT_-1206360813', u'MULTIEQUAL_-1206360794'), (u'CALL_-1206362410', u'INDIRECT_-1206361167'), (u'COPY_-1206360391', u'MULTIEQUAL_-1206360718'), (u'CALL_-1206362410', u'INDIRECT_-1206360933'), (u'MULTIEQUAL_-1206361031', u'MULTIEQUAL_-1206360853'), (u'CALL_-1206361659', u'INDIRECT_-1206360429'), (u'MULTIEQUAL_-1206360846', u'MULTIEQUAL_-1206360974'), (u'INDIRECT_-1206360724', u'COPY_-1206360770'), (u'LOAD_-1206362700', u'INT_NOTEQUAL_-1206362289'), (u'MULTIEQUAL_-1206360723', u'MULTIEQUAL_-1206360901'), (u'MULTIEQUAL_-1206360957', u'MULTIEQUAL_-1206361135'), (u'CALL_-1206362445', u'INDIRECT_-1206360906'), (u'INT_EQUAL_-1206363326', u'CBRANCH_-1206363289'), (u'MULTIEQUAL_-1206360739', u'INT_ADD_-1206362440'), (u'INDIRECT_-1206360776', u'COPY_-1206360822'), (u'CALL_-1206362882', u'INDIRECT_-1206361222'), (u'CALL_-1206361736', u'INDIRECT_-1206360646'), (u'MULTIEQUAL_-1206360587', u'MULTIEQUAL_-1206360562'), (u'SUBPIECE_-1206360201', u'CALL_-1206362384'), (u'CALL_-1206362384', u'INDIRECT_-1206361094'), ('tmp_4948', u'INT_EQUAL_-1206363208'), (u'MULTIEQUAL_-1206360983', u'MULTIEQUAL_-1206361161'), (u'INDIRECT_-1206361033', u'MULTIEQUAL_-1206360692'), (u'LOAD_-1206362548', u'INT_NOTEQUAL_-1206361300'), (u'INT_ADD_-1206361722', u'CAST_-1206359929'), (u'MULTIEQUAL_-1206360691', u'MULTIEQUAL_-1206361058'), (u'CAST_-1206359827', u'CALL_-1206361659'), (u'MULTIEQUAL_-1206361135', u'MULTIEQUAL_-1206361104'), (u'MULTIEQUAL_-1206361937', u'CALL_-1206362824'), (u'INT_ADD_-1206361677', u'CAST_-1206359827'), ('const-482784', u'INT_ADD_-1206361809'), (u'MULTIEQUAL_-1206361061', u'MULTIEQUAL_-1206361239'), (u'CALL_-1206362882', u'INDIRECT_-1206361300'), (u'INDIRECT_-1206360689', u'COPY_-1206360733'), ('const-720', u'INT_ADD_-1206362592'), (u'INDIRECT_-1206360590', u'COPY_-1206360632'), (u'INDIRECT_-1206360473', u'COPY_-1206360521'), (u'LOAD_-1206362191', u'INT_MULT_-1206362140'), ('const-1', u'RETURN_-1206361808'), (u'CALL_-1206361813', u'INDIRECT_-1206360473'), (u'INDIRECT_-1206360791', u'COPY_-1206360822'), (u'CALL_-1206361659', u'INDIRECT_-1206360611'), (u'CALL_-1206362346', u'INDIRECT_-1206361099'), ('const-417', u'LOAD_-1206362542'), ('const-417', u'LOAD_-1206362700'), (u'MULTIEQUAL_-1206360974', u'MULTIEQUAL_-1206360846'), (u'MULTIEQUAL_-1206361028', u'MULTIEQUAL_-1206361156'), (u'CAST_-1206360124', u'INT_RIGHT_-1206360198'), (u'CAST_-1206360290', u'INT_SLESS_-1206362708'), (u'CAST_-1206360520', u'LOAD_-1206363180'), (u'LOAD_-1206363142', u'INT_LESS_-1206363111'), (u'MULTIEQUAL_-1206360665', u'MULTIEQUAL_-1206361032'), (u'MULTIEQUAL_-1206360898', u'MULTIEQUAL_-1206361026'), (u'MULTIEQUAL_-1206360671', u'MULTIEQUAL_-1206360849'), (u'CALL_-1206362410', u'SUBPIECE_-1206360202'), (u'MULTIEQUAL_-1206360744', u'CALL_-1206362824'), ('tmp_8599', u'INT_ADD_-1206361666'), (u'MULTIEQUAL_-1206361932', u'CAST_-1206359960'), (u'MULTIEQUAL_-1206360905', u'MULTIEQUAL_-1206360847'), (u'MULTIEQUAL_-1206361052', u'MULTIEQUAL_-1206360924'), (u'INDIRECT_-1206361215', u'MULTIEQUAL_-1206360874'), (u'CALL_-1206362445', u'INDIRECT_-1206361114'), (u'INT_MULT_-1206362140', u'INT_ADD_-1206362150'), (u'INT_ADD_-1206361666', u'CAST_-1206359822'), (u'CALL_-1206363018', u'INDIRECT_-1206361179'), (u'CAST_-1206359816', u'CALL_-1206361659'), (u'INDIRECT_-1206360813', u'MULTIEQUAL_-1206360717'), (u'CALL_-1206362824', u'INDIRECT_-1206361137'), ('const-417', u'LOAD_-1206363259'), (u'MULTIEQUAL_-1206360976', u'MULTIEQUAL_-1206361104'), ('const-0', u'INT_NOTEQUAL_-1206361300'), (u'MULTIEQUAL_-1206361715', u'INT_ADD_-1206362294'), (u'CALL_-1206362346', u'INDIRECT_-1206360761'), (u'CAST_-1206359859', u'CALL_-1206361736'), (u'CALL_-1206362445', u'INDIRECT_-1206360984'), (u'MULTIEQUAL_-1206360818', u'MULTIEQUAL_-1206360690'), (u'INDIRECT_-1206360709', u'MULTIEQUAL_-1206360690'), (u'CALL_-1206362824', u'INDIRECT_-1206361163'), (u'SUBPIECE_-1206360180', u'CALL_-1206362346'), (u'LOAD_-1206363136', u'INT_LESS_-1206363111'), ('const-3', u'PTRADD_-1206360129'), (u'INT_MULT_-1206362549', u'INT_ADD_-1206362549'), (u'CALL_-1206363040', u'INDIRECT_-1206361352'), (u'INDIRECT_-1206360551', u'COPY_-1206360599'), (u'MULTIEQUAL_-1206360775', u'MULTIEQUAL_-1206360953'), (u'INDIRECT_-1206360917', u'MULTIEQUAL_-1206360821'), (u'INDIRECT_-1206360903', u'MULTIEQUAL_-1206360562'), ('const-720', u'INT_ADD_-1206362609'), (u'INDIRECT_-1206360668', u'COPY_-1206360710'), (u'MULTIEQUAL_-1206361057', u'MULTIEQUAL_-1206361026'), (u'SUBPIECE_-1206360227', u'CALL_-1206362384'), (u'MULTIEQUAL_-1206361715', u'INT_MULT_-1206362428'), (u'INDIRECT_-1206361059', u'MULTIEQUAL_-1206360979'), (u'CALL_-1206361736', u'INDIRECT_-1206360672'), ('const-0', u'INT_NOTEQUAL_-1206362468'), ('tmp_4947', u'INT_ADD_-1206362684'), (u'INDIRECT_-1206360811', u'COPY_-1206360859'), (u'INT_NOTEQUAL_-1206362516', u'BOOL_AND_-1206360283'), (u'INDIRECT_-1206361371', u'MULTIEQUAL_-1206361291'), (u'INDIRECT_-1206361371', u'MULTIEQUAL_-1206361055'), (u'CALL_-1206361736', u'INDIRECT_-1206360750'), (u'MULTIEQUAL_-1206361208', u'MULTIEQUAL_-1206361080'), (u'LOAD_-1206363102', u'INT_LESSEQUAL_-1206363075'), (u'CALL_-1206363040', u'INDIRECT_-1206361404'), (u'MULTIEQUAL_-1206361106', u'MULTIEQUAL_-1206361087'), (u'MULTIEQUAL_-1206361005', u'MULTIEQUAL_-1206360974'), (u'INDIRECT_-1206360999', u'COPY_-1206361030'), (u'INT_EQUAL_-1206363208', u'CBRANCH_-1206363205'), (u'CALL_-1206362346', u'INDIRECT_-1206360709'), (u'MULTIEQUAL_-1206360697', u'MULTIEQUAL_-1206360639'), (u'INDIRECT_-1206360759', u'COPY_-1206360807'), (u'MULTIEQUAL_-1206361005', u'MULTIEQUAL_-1206360827'), ('const-1', u'INT_ADD_-1206362110'), (u'CAST_-1206360145', u'INT_RIGHT_-1206360219'), ('const-24', u'INT_ADD_-1206363114'), (u'INDIRECT_-1206360525', u'COPY_-1206360573'), (u'INDIRECT_-1206360787', u'MULTIEQUAL_-1206360768'), (u'CALL_-1206361659', u'INDIRECT_-1206360585'), (u'CALL_-1206362882', u'INDIRECT_-1206361248'), ('const-0', u'CALL_-1206362824'), (u'CALL_-1206363040', u'INDIRECT_-1206361326'), (u'INDIRECT_-1206360577', u'COPY_-1206360625'), (u'CALL_-1206362445', u'INDIRECT_-1206361010'), (u'LOAD_-1206363142', u'COPY_-1206360554'), (u'MULTIEQUAL_-1206360820', u'MULTIEQUAL_-1206360948'), (u'CALL_-1206362384', u'INDIRECT_-1206361016'), (u'CALL_-1206362384', u'INDIRECT_-1206361120'), ('tmp_4948', u'INT_ADD_-1206362175'), (u'INDIRECT_-1206360611', u'COPY_-1206360655'), (u'INDIRECT_-1206360735', u'MULTIEQUAL_-1206360639'), (u'CALL_-1206363040', u'CALL_-1206362070'), (u'MULTIEQUAL_-1206360749', u'MULTIEQUAL_-1206360691'), (u'INDIRECT_-1206360793', u'COPY_-1206360837'), (u'INDIRECT_-1206361319', u'MULTIEQUAL_-1206361003'), (u'CAST_-1206359822', u'CALL_-1206361659'), (u'INDIRECT_-1206361319', u'MULTIEQUAL_-1206360978'), (u'INDIRECT_-1206360981', u'MULTIEQUAL_-1206360640'), (u'CALL_-1206361813', u'INDIRECT_-1206360655'), (u'INDIRECT_-1206361033', u'MULTIEQUAL_-1206360717'), (u'INDIRECT_-1206360767', u'COPY_-1206360811'), (u'CALL_-1206361659', u'INDIRECT_-1206360845'), (u'CALL_-1206362882', u'INDIRECT_-1206361378'), ('const-0', u'COPY_-1206362636'), (u'MULTIEQUAL_-1206360352', u'CAST_-1206359959'), (u'INDIRECT_-1206361387', u'MULTIEQUAL_-1206361344'), (u'CALL_-1206363018', u'INDIRECT_-1206361387'), (u'CALL_-1206362070', u'INDIRECT_-1206360999'), (u'CALL_-1206363018', u'INDIRECT_-1206361361'), (u'CALL_-1206362070', u'INDIRECT_-1206360557'), (u'MULTIEQUAL_-1206361937', u'CAST_-1206359935'), (u'INT_LESSEQUAL_-1206363075', u'CBRANCH_-1206363072'), (u'MULTIEQUAL_-1206360905', u'MULTIEQUAL_-1206361083'), (u'INDIRECT_-1206360707', u'COPY_-1206360755'), (u'INDIRECT_-1206361085', u'MULTIEQUAL_-1206361005'), (u'CALL_-1206361659', u'INDIRECT_-1206360403'), (u'CALL_-1206362384', u'INDIRECT_-1206361146'), (u'INDIRECT_-1206360499', u'COPY_-1206360547'), (u'COPY_-1206360555', u'MULTIEQUAL_-1206361932'), (u'INT_ADD_-1206361809', u'CAST_-1206359880'), (u'MULTIEQUAL_-1206360977', u'MULTIEQUAL_-1206361344'), (u'CALL_-1206362082', u'INDIRECT_-1206360774'), (u'INDIRECT_-1206360917', u'MULTIEQUAL_-1206360796'), ('const-32', u'INT_RIGHT_-1206360244'), (u'CALL_-1206362882', u'INDIRECT_-1206361144'), (u'MULTIEQUAL_-1206360849', u'MULTIEQUAL_-1206360671'), ('tmp_1648', u'CBRANCH_-1206362270'), (u'MULTIEQUAL_-1206360827', u'MULTIEQUAL_-1206360769'), ('tmp_290', u'CBRANCH_-1206363205'), (u'LOAD_-1206363180', u'INT_NOTEQUAL_-1206363160'), (u'CALL_-1206361813', u'INDIRECT_-1206360837'), (u'INDIRECT_-1206360761', u'MULTIEQUAL_-1206360640'), (u'INDIRECT_-1206360921', u'COPY_-1206360952'), (u'CAST_-1206359891', u'INT_ADD_-1206361831'), (u'MULTIEQUAL_-1206361054', u'MULTIEQUAL_-1206361182'), (u'CALL_-1206362082', u'INDIRECT_-1206360566'), (u'CALL_-1206362384', u'INDIRECT_-1206360704'), (u'MULTIEQUAL_-1206360950', u'MULTIEQUAL_-1206361078'), (u'CALL_-1206363040', u'INDIRECT_-1206361196'), (u'CALL_-1206361813', u'INDIRECT_-1206360447'), (u'LOAD_-1206362608', u'INT_ADD_-1206362549'), (u'CALL_-1206361813', u'INDIRECT_-1206360733'), (u'CALL_-1206362824', u'INDIRECT_-1206360903'), (u'CAST_-1206359960', u'INT_SLESSEQUAL_-1206362032'), (u'MULTIEQUAL_-1206360743', u'MULTIEQUAL_-1206360718'), (u'MULTIEQUAL_-1206360613', u'MULTIEQUAL_-1206360980'), (u'CALL_-1206363040', u'CALL_-1206362882'), (u'CALL_-1206362882', u'INDIRECT_-1206361118'), (u'INDIRECT_-1206360929', u'MULTIEQUAL_-1206360613'), (u'MULTIEQUAL_-1206361055', u'MULTIEQUAL_-1206361030'), (u'INT_ADD_-1206362230', u'INT_NOTEQUAL_-1206362225'), (u'CALL_-1206361726', u'INDIRECT_-1206360928'), (u'INT_ADD_-1206362182', u'MULTIEQUAL_-1206360739'), (u'INDIRECT_-1206360681', u'COPY_-1206360729'), (u'CAST_-1206359849', u'CALL_-1206361736'), (u'INDIRECT_-1206361345', u'MULTIEQUAL_-1206361265'), (u'INDIRECT_-1206360891', u'MULTIEQUAL_-1206360872'), (u'MULTIEQUAL_-1206360927', u'MULTIEQUAL_-1206360896'), (u'CALL_-1206362882', u'INDIRECT_-1206361404'), (u'CALL_-1206362882', u'MULTIEQUAL_-1206360739'), (u'MULTIEQUAL_-1206360849', u'MULTIEQUAL_-1206360818'), (u'LOAD_-1206362602', u'INT_MULT_-1206360285'), ('const-417', u'LOAD_-1206363130'), (u'CALL_-1206363040', u'INDIRECT_-1206361092'), (u'CALL_-1206361726', u'INDIRECT_-1206360772'), (u'CALL_-1206363018', u'INDIRECT_-1206361049'), (u'MULTIEQUAL_-1206361113', u'MULTIEQUAL_-1206361055'), (u'MULTIEQUAL_-1206361009', u'MULTIEQUAL_-1206361187'), ('tmp_8596', u'INT_ADD_-1206361732'), (u'CALL_-1206362824', u'MULTIEQUAL_-1206360760'), ('const-704', u'INT_ADD_-1206362684'), ('tmp_4947', u'INT_EQUAL_-1206363326'), (u'INDIRECT_-1206361267', u'MULTIEQUAL_-1206361187'), (u'MULTIEQUAL_-1206361028', u'MULTIEQUAL_-1206361009'), (u'INDIRECT_-1206361215', u'MULTIEQUAL_-1206360899'), ('const-32', u'INT_RIGHT_-1206360198'), (u'CALL_-1206363018', u'INDIRECT_-1206361023'), (u'INDIRECT_-1206360891', u'MULTIEQUAL_-1206360795'), (u'COPY_-1206360561', u'MULTIEQUAL_-1206361939'), (u'CALL_-1206362346', u'INDIRECT_-1206360735'), (u'MULTIEQUAL_-1206360717', u'MULTIEQUAL_-1206361084'), (u'CALL_-1206362882', u'INDIRECT_-1206360936'), (u'INDIRECT_-1206361267', u'MULTIEQUAL_-1206360926'), (u'CALL_-1206363040', u'INDIRECT_-1206361274'), (u'CALL_-1206362445', u'INDIRECT_-1206361062'), (u'PTRSUB_-1206359958', u'CAST_-1206359940'), (u'INDIRECT_-1206361101', u'MULTIEQUAL_-1206361058'), (u'INDIRECT_-1206361111', u'MULTIEQUAL_-1206360770'), (u'MULTIEQUAL_-1206360948', u'MULTIEQUAL_-1206360820'), (u'INT_MULT_-1206362661', u'INT_ADD_-1206362182'), (u'CALL_-1206363040', u'INDIRECT_-1206361222'), (u'COPY_-1206360328', u'MULTIEQUAL_-1206361709'), (u'INDIRECT_-1206361021', u'MULTIEQUAL_-1206360925'), (u'INDIRECT_-1206361049', u'MULTIEQUAL_-1206360614'), (u'CALL_-1206363018', u'CALL_-1206362824'), (u'MULTIEQUAL_-1206361939', u'COPY_-1206360555'), (u'CALL_-1206361813', u'INDIRECT_-1206360863'), (u'CALL_-1206362824', u'INDIRECT_-1206360955'), (u'MULTIEQUAL_-1206361035', u'MULTIEQUAL_-1206361213'), (u'INDIRECT_-1206361099', u'MULTIEQUAL_-1206361080'), (u'CAST_-1206359940', u'INT_ADD_-1206361744'), (u'MULTIEQUAL_-1206361932', u'INT_EQUAL_-1206362106'), (u'INT_EQUAL_-1206362799', u'BOOL_OR_-1206360386'), (u'INT_MULT_-1206362398', u'INT_ADD_-1206362410'), (u'INDIRECT_-1206361111', u'MULTIEQUAL_-1206360795'), (u'INDIRECT_-1206360837', u'COPY_-1206360885'), ('const-28', u'INT_ADD_-1206363126'), (u'INT_ADD_-1206362294', u'INT_NOTEQUAL_-1206362289'), (u'CALL_-1206362384', u'INDIRECT_-1206360782'), (u'INDIRECT_-1206360869', u'COPY_-1206360900'), (u'INT_ADD_-1206361655', u'CAST_-1206359816'), (u'INDIRECT_-1206361205', u'MULTIEQUAL_-1206361162'), (u'PTRADD_-1206360250', u'LOAD_-1206362548'), (u'CALL_-1206361726', u'INDIRECT_-1206360720'), (u'CALL_-1206362882', u'INDIRECT_-1206361352'), (u'BOOL_AND_-1206360283', u'CBRANCH_-1206362491'), (u'MULTIEQUAL_-1206361083', u'MULTIEQUAL_-1206360905'), (u'CAST_-1206359935', u'INT_SLESSEQUAL_-1206361923'), (u'CALL_-1206361659', u'INDIRECT_-1206360741'), (u'MULTIEQUAL_-1206361182', u'MULTIEQUAL_-1206361054'), ('tmp_428', u'CBRANCH_-1206363106'), (u'INT_RIGHT_-1206360244', u'SUBPIECE_-1206360227'), ('const-482780', u'INT_ADD_-1206361820'), (u'CALL_-1206362346', u'INDIRECT_-1206360683'), (u'INDIRECT_-1206361189', u'MULTIEQUAL_-1206360873'), (u'MULTIEQUAL_-1206361078', u'MULTIEQUAL_-1206360950'), (u'INT_NOTEQUAL_-1206362289', u'CBRANCH_-1206362270'), (u'INT_AND_-1206362457', u'INT_NOTEQUAL_-1206362468'), ('const-417', u'LOAD_-1206362548'), ('tmp_922', u'CBRANCH_-1206362748'), (u'LOAD_-1206362625', u'PTRADD_-1206360250'), (u'MULTIEQUAL_-1206360744', u'INT_ADD_-1206362110'), (u'INDIRECT_-1206361345', u'MULTIEQUAL_-1206361029'), ('tmp_4947', u'INT_ADD_-1206363243'), (u'INDIRECT_-1206360594', u'COPY_-1206360640'), (u'INDIRECT_-1206361215', u'MULTIEQUAL_-1206361135'), (u'MULTIEQUAL_-1206361265', u'MULTIEQUAL_-1206361087'), (u'LOAD_-1206362700', u'INT_MULT_-1206362661'), (u'CALL_-1206362070', u'INDIRECT_-1206360687'), (u'INDIRECT_-1206361151', u'MULTIEQUAL_-1206361132'), (u'CALL_-1206362070', u'INDIRECT_-1206360973'), (u'INT_NOTEQUAL_-1206362325', u'CBRANCH_-1206362322'), (u'CALL_-1206362070', u'INDIRECT_-1206360713'), (u'MULTIEQUAL_-1206361135', u'MULTIEQUAL_-1206360957'), (u'CALL_-1206363018', u'INDIRECT_-1206361257'), ('tmp_4947', u'INT_ADD_-1206363120'), (u'CALL_-1206362346', u'INDIRECT_-1206360787'), ('const-32', u'INT_RIGHT_-1206360219'), ('tmp_367', u'CBRANCH_-1206363157'), ('tmp_1391', u'CBRANCH_-1206362466'), (u'INT_ADD_-1206362110', u'MULTIEQUAL_-1206360352'), (u'INDIRECT_-1206360839', u'MULTIEQUAL_-1206360820'), (u'INDIRECT_-1206361007', u'MULTIEQUAL_-1206360691'), (u'INDIRECT_-1206361257', u'MULTIEQUAL_-1206360822'), (u'INDIRECT_-1206361059', u'MULTIEQUAL_-1206360718'), (u'BOOL_OR_-1206360386', u'CBRANCH_-1206362748'), (u'MULTIEQUAL_-1206360639', u'MULTIEQUAL_-1206360614'), (u'CALL_-1206362445', u'INDIRECT_-1206361166'), (u'MULTIEQUAL_-1206360901', u'MULTIEQUAL_-1206360870'), ('tmp_8584', u'INT_ADD_-1206361733'), (u'CALL_-1206362346', u'INDIRECT_-1206361021'), (u'INDIRECT_-1206360955', u'MULTIEQUAL_-1206360639'), (u'INDIRECT_-1206361371', u'MULTIEQUAL_-1206361030'), (u'CALL_-1206361813', u'INDIRECT_-1206360499'), (u'INDIRECT_-1206361335', u'MULTIEQUAL_-1206360900'), (u'MULTIEQUAL_-1206361709', u'PTRADD_-1206360129'), (u'INDIRECT_-1206361073', u'MULTIEQUAL_-1206360952'), (u'CALL_-1206362445', u'INDIRECT_-1206360802'), ('const-1', u'CALL_-1206362824'), (u'LOAD_-1206362625', u'COPY_-1206360328'), (u'CALL_-1206361736', u'INDIRECT_-1206360516'), (u'INT_ADD_-1206362526', u'CAST_-1206360206'), (u'MULTIEQUAL_-1206360899', u'MULTIEQUAL_-1206361266'), (u'CALL_-1206363040', u'INDIRECT_-1206361040'), (u'CALL_-1206361726', u'INDIRECT_-1206360668'), (u'MULTIEQUAL_-1206361932', u'CAST_-1206360403'), (u'CALL_-1206362346', u'INDIRECT_-1206361151'), (u'MULTIEQUAL_-1206361213', u'MULTIEQUAL_-1206361035'), (u'MULTIEQUAL_-1206360873', u'MULTIEQUAL_-1206360848'), (u'INDIRECT_-1206360813', u'MULTIEQUAL_-1206360692'), ('tmp_1347', u'CBRANCH_-1206362491'), (u'INDIRECT_-1206361151', u'MULTIEQUAL_-1206361030'), (u'INDIRECT_-1206360438', u'COPY_-1206360484'), (u'INT_ADD_-1206363126', u'CAST_-1206360495'), (u'INDIRECT_-1206360568', u'COPY_-1206360614'), (u'INDIRECT_-1206361413', u'MULTIEQUAL_-1206361370'), (u'LOAD_-1206363259', u'INT_NOTEQUAL_-1206363239'), ('tmp_8594', u'INT_ADD_-1206361754'), (u'CALL_-1206363040', u'INDIRECT_-1206361014'), (u'CALL_-1206362384', u'INDIRECT_-1206360834'), (u'INDIRECT_-1206360694', u'COPY_-1206360736'), (u'CALL_-1206362346', u'INDIRECT_-1206360917'), (u'INDIRECT_-1206360672', u'COPY_-1206360718'), (u'CALL_-1206362410', u'INDIRECT_-1206360751'), (u'CAST_-1206359934', u'CALL_-1206361726'), (u'PTRSUB_-1206359921', u'CAST_-1206359891'), (u'INT_ADD_-1206362609', u'CAST_-1206360248'), (u'INDIRECT_-1206360761', u'MULTIEQUAL_-1206360742'), (u'MULTIEQUAL_-1206361291', u'MULTIEQUAL_-1206361113'), (u'CALL_-1206361813', u'INDIRECT_-1206360889'), (u'INDIRECT_-1206361151', u'MULTIEQUAL_-1206361055'), ('const-482880', u'PTRSUB_-1206359958'), ('const-4', u'PTRADD_-1206360250'), (u'MULTIEQUAL_-1206360760', u'INT_ADD_-1206362410'), (u'MULTIEQUAL_-1206360872', u'MULTIEQUAL_-1206361000'), (u'MULTIEQUAL_-1206361709', u'LOAD_-1206362602'), (u'MULTIEQUAL_-1206361029', u'MULTIEQUAL_-1206361396'), (u'INDIRECT_-1206361153', u'MULTIEQUAL_-1206361110'), (u'INDIRECT_-1206360845', u'COPY_-1206360889'), (u'INDIRECT_-1206361293', u'MULTIEQUAL_-1206361213'), (u'MULTIEQUAL_-1206360690', u'MULTIEQUAL_-1206360818'), (u'CALL_-1206361736', u'INDIRECT_-1206360464'), ('const-4', u'INT_MULT_-1206362398')]
null
null
00075b14
arm
O2
(translation_unit "bool IsImagesEqual(int param_1,int param_2,undefined4 param_3)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint unaff_r5;\n int *piVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n int local_58;\n int local_54;\n uint local_50;\n uint local_3c;\n \n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }\n if (*(int *)(param_1 + 0x336c) != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }\n if (param_2 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }\n if (*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }\n uVar3 = *(uint *)(param_2 + 0x1c);\n uVar4 = *(uint *)(param_1 + 0x1c);\n if (uVar3 < uVar4) {\n unaff_r5 = uVar4;\n }\n if (uVar3 >= uVar4) {\n unaff_r5 = uVar3;\n }\n uVar3 = *(uint *)(param_1 + 0x18);\n if (*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)) {\n uVar3 = *(uint *)(param_2 + 0x18);\n }\n uVar1 = AcquireVirtualCacheView(param_1,param_3);\n uVar2 = AcquireVirtualCacheView(param_2,param_3);\n local_3c = 0;\n if (0 < (int)unaff_r5) {\n while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }\n }\nLAB_00075d58:\n DestroyCacheView(uVar2);\n DestroyCacheView(uVar1);\n return (int)unaff_r5 <= (int)local_3c;\n}\n\n" (function_definition "bool IsImagesEqual(int param_1,int param_2,undefined4 param_3)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint unaff_r5;\n int *piVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n int local_58;\n int local_54;\n uint local_50;\n uint local_3c;\n \n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }\n if (*(int *)(param_1 + 0x336c) != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }\n if (param_2 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }\n if (*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }\n uVar3 = *(uint *)(param_2 + 0x1c);\n uVar4 = *(uint *)(param_1 + 0x1c);\n if (uVar3 < uVar4) {\n unaff_r5 = uVar4;\n }\n if (uVar3 >= uVar4) {\n unaff_r5 = uVar3;\n }\n uVar3 = *(uint *)(param_1 + 0x18);\n if (*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)) {\n uVar3 = *(uint *)(param_2 + 0x18);\n }\n uVar1 = AcquireVirtualCacheView(param_1,param_3);\n uVar2 = AcquireVirtualCacheView(param_2,param_3);\n local_3c = 0;\n if (0 < (int)unaff_r5) {\n while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }\n }\nLAB_00075d58:\n DestroyCacheView(uVar2);\n DestroyCacheView(uVar1);\n return (int)unaff_r5 <= (int)local_3c;\n}" primitive_type (function_declarator "IsImagesEqual(int param_1,int param_2,undefined4 param_3)" identifier (parameter_list "(int param_1,int param_2,undefined4 param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n undefined4 uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint unaff_r5;\n int *piVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n int local_58;\n int local_54;\n uint local_50;\n uint local_3c;\n \n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }\n if (*(int *)(param_1 + 0x336c) != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }\n if (param_2 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }\n if (*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }\n uVar3 = *(uint *)(param_2 + 0x1c);\n uVar4 = *(uint *)(param_1 + 0x1c);\n if (uVar3 < uVar4) {\n unaff_r5 = uVar4;\n }\n if (uVar3 >= uVar4) {\n unaff_r5 = uVar3;\n }\n uVar3 = *(uint *)(param_1 + 0x18);\n if (*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)) {\n uVar3 = *(uint *)(param_2 + 0x18);\n }\n uVar1 = AcquireVirtualCacheView(param_1,param_3);\n uVar2 = AcquireVirtualCacheView(param_2,param_3);\n local_3c = 0;\n if (0 < (int)unaff_r5) {\n while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }\n }\nLAB_00075d58:\n DestroyCacheView(uVar2);\n DestroyCacheView(uVar1);\n return (int)unaff_r5 <= (int)local_3c;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "uint unaff_r5;" type_identifier identifier ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "undefined8 uVar11;" type_identifier identifier ;) (declaration "undefined8 uVar12;" type_identifier identifier ;) (declaration "int local_58;" primitive_type identifier ;) (declaration "int local_54;" primitive_type identifier ;) (declaration "uint local_50;" type_identifier identifier ;) (declaration "uint local_3c;" type_identifier identifier ;) (if_statement "if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\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((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }" { comment (expression_statement "__assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));" (call_expression "__assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34))" identifier (argument_list "((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34))" ( (cast_expression "(char *)(DAT_00075e3c + 0x75dbc)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e3c + 0x75dbc)" ( (binary_expression "DAT_00075e3c + 0x75dbc" identifier + number_literal) ))) , (cast_expression "(char *)(DAT_00075e38 + 0x75db8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e38 + 0x75db8)" ( (binary_expression "DAT_00075e38 + 0x75db8" identifier + number_literal) ))) , identifier , (cast_expression "(char *)((int)&DAT_00075e40 + DAT_00075e34)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_00075e40 + DAT_00075e34)" ( (binary_expression "(int)&DAT_00075e40 + DAT_00075e34" (cast_expression "(int)&DAT_00075e40" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00075e40" & identifier)) + identifier) ))) ))) ;) })) (if_statement "if (*(int *)(param_1 + 0x336c) != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x336c) != DAT_00075e28)" ( (binary_expression "*(int *)(param_1 + 0x336c) != DAT_00075e28" (pointer_expression "*(int *)(param_1 + 0x336c)" * (cast_expression "(int *)(param_1 + 0x336c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x336c)" ( (binary_expression "param_1 + 0x336c" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }" { comment (expression_statement "__assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));" (call_expression "__assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac))" identifier (argument_list "((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac))" ( (cast_expression "(char *)((int)&DAT_00075e28 + DAT_00075e6c)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_00075e28 + DAT_00075e6c)" ( (binary_expression "(int)&DAT_00075e28 + DAT_00075e6c" (cast_expression "(int)&DAT_00075e28" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00075e28" & identifier)) + identifier) ))) , (cast_expression "(char *)(DAT_00075e68 + 0x75e24)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e68 + 0x75e24)" ( (binary_expression "DAT_00075e68 + 0x75e24" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_00075e64 + 0x75eac)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e64 + 0x75eac)" ( (binary_expression "DAT_00075e64 + 0x75eac" identifier + number_literal) ))) ))) ;) })) (if_statement "if (param_2 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }" { comment (expression_statement "__assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));" (call_expression "__assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88))" identifier (argument_list "((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88))" ( (cast_expression "(char *)(DAT_00075e5c + 0x75e04)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e5c + 0x75e04)" ( (binary_expression "DAT_00075e5c + 0x75e04" identifier + number_literal) ))) , (cast_expression "(char *)(DAT_00075e58 + 0x75e00)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e58 + 0x75e00)" ( (binary_expression "DAT_00075e58 + 0x75e00" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_00075e54 + 0x75e88)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e54 + 0x75e88)" ( (binary_expression "DAT_00075e54 + 0x75e88" identifier + number_literal) ))) ))) ;) })) (if_statement "if (*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }" if (parenthesized_expression "(*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c))" ( (binary_expression "*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)" (pointer_expression "*(int *)(param_2 + 0x336c)" * (cast_expression "(int *)(param_2 + 0x336c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x336c)" ( (binary_expression "param_2 + 0x336c" identifier + number_literal) )))) != (pointer_expression "*(int *)(param_1 + 0x336c)" * (cast_expression "(int *)(param_1 + 0x336c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x336c)" ( (binary_expression "param_1 + 0x336c" identifier + number_literal) ))))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }" { comment (expression_statement "__assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));" (call_expression "__assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44))" identifier (argument_list "((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44))" ( (cast_expression "(char *)(DAT_00075e4c + 0x75de0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e4c + 0x75de0)" ( (binary_expression "DAT_00075e4c + 0x75de0" identifier + number_literal) ))) , (cast_expression "(char *)(DAT_00075e48 + 0x75ddc)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e48 + 0x75ddc)" ( (binary_expression "DAT_00075e48 + 0x75ddc" identifier + number_literal) ))) , identifier , (cast_expression "(char *)((int)&DAT_00075e64 + DAT_00075e44)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_00075e64 + DAT_00075e44)" ( (binary_expression "(int)&DAT_00075e64 + DAT_00075e44" (cast_expression "(int)&DAT_00075e64" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00075e64" & identifier)) + identifier) ))) ))) ;) })) (expression_statement "uVar3 = *(uint *)(param_2 + 0x1c);" (assignment_expression "uVar3 = *(uint *)(param_2 + 0x1c)" identifier = (pointer_expression "*(uint *)(param_2 + 0x1c)" * (cast_expression "(uint *)(param_2 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = *(uint *)(param_1 + 0x1c);" (assignment_expression "uVar4 = *(uint *)(param_1 + 0x1c)" identifier = (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) ))))) ;) (if_statement "if (uVar3 < uVar4) {\n unaff_r5 = uVar4;\n }" if (parenthesized_expression "(uVar3 < uVar4)" ( (binary_expression "uVar3 < uVar4" identifier < identifier) )) (compound_statement "{\n unaff_r5 = uVar4;\n }" { (expression_statement "unaff_r5 = uVar4;" (assignment_expression "unaff_r5 = uVar4" identifier = identifier) ;) })) (if_statement "if (uVar3 >= uVar4) {\n unaff_r5 = uVar3;\n }" if (parenthesized_expression "(uVar3 >= uVar4)" ( (binary_expression "uVar3 >= uVar4" identifier >= identifier) )) (compound_statement "{\n unaff_r5 = uVar3;\n }" { (expression_statement "unaff_r5 = uVar3;" (assignment_expression "unaff_r5 = uVar3" identifier = identifier) ;) })) (expression_statement "uVar3 = *(uint *)(param_1 + 0x18);" (assignment_expression "uVar3 = *(uint *)(param_1 + 0x18)" identifier = (pointer_expression "*(uint *)(param_1 + 0x18)" * (cast_expression "(uint *)(param_1 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)) {\n uVar3 = *(uint *)(param_2 + 0x18);\n }" if (parenthesized_expression "(*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18))" ( (binary_expression "*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)" (pointer_expression "*(uint *)(param_1 + 0x18)" * (cast_expression "(uint *)(param_1 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) <= (pointer_expression "*(uint *)(param_2 + 0x18)" * (cast_expression "(uint *)(param_2 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) )) (compound_statement "{\n uVar3 = *(uint *)(param_2 + 0x18);\n }" { (expression_statement "uVar3 = *(uint *)(param_2 + 0x18);" (assignment_expression "uVar3 = *(uint *)(param_2 + 0x18)" identifier = (pointer_expression "*(uint *)(param_2 + 0x18)" * (cast_expression "(uint *)(param_2 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ;) })) (expression_statement "uVar1 = AcquireVirtualCacheView(param_1,param_3);" (assignment_expression "uVar1 = AcquireVirtualCacheView(param_1,param_3)" identifier = (call_expression "AcquireVirtualCacheView(param_1,param_3)" identifier (argument_list "(param_1,param_3)" ( identifier , identifier )))) ;) (expression_statement "uVar2 = AcquireVirtualCacheView(param_2,param_3);" (assignment_expression "uVar2 = AcquireVirtualCacheView(param_2,param_3)" identifier = (call_expression "AcquireVirtualCacheView(param_2,param_3)" identifier (argument_list "(param_2,param_3)" ( identifier , identifier )))) ;) (expression_statement "local_3c = 0;" (assignment_expression "local_3c = 0" identifier = number_literal) ;) (if_statement "if (0 < (int)unaff_r5) {\n while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }\n }" if (parenthesized_expression "(0 < (int)unaff_r5)" ( (binary_expression "0 < (int)unaff_r5" number_literal < (cast_expression "(int)unaff_r5" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }\n }" { (while_statement "while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }" { (expression_statement "local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);" (assignment_expression "local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3)" identifier = (call_expression "GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3)" identifier (argument_list "(uVar1,0,local_3c,uVar3,1,param_3)" ( identifier , number_literal , identifier , identifier , number_literal , identifier )))) ;) (expression_statement "local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);" (assignment_expression "local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3)" identifier = (call_expression "GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3)" identifier (argument_list "(uVar2,0,local_3c,uVar3,1,param_3)" ( identifier , number_literal , identifier , identifier , number_literal , identifier )))) ;) (if_statement "if (local_54 == 0 || local_58 == 0) break;" if (parenthesized_expression "(local_54 == 0 || local_58 == 0)" ( (binary_expression "local_54 == 0 || local_58 == 0" (binary_expression "local_54 == 0" identifier == number_literal) || (binary_expression "local_58 == 0" identifier == number_literal)) )) (break_statement "break;" break ;)) (if_statement "if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }" if (parenthesized_expression "(0 < (int)uVar3)" ( (binary_expression "0 < (int)uVar3" number_literal < (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }" { (expression_statement "iVar9 = *(int *)(param_1 + 0x2c0);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x2c0)" identifier = (pointer_expression "*(int *)(param_1 + 0x2c0)" * (cast_expression "(int *)(param_1 + 0x2c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x2c0)" ( (binary_expression "param_1 + 0x2c0" identifier + number_literal) ))))) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (do_statement "do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);" do (compound_statement "{\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n }" { (if_statement "if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }" if (parenthesized_expression "(0 < iVar9)" ( (binary_expression "0 < iVar9" number_literal < identifier) )) (compound_statement "{\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }" { (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (expression_statement "piVar7 = *(int **)(param_1 + 0x2d0);" (assignment_expression "piVar7 = *(int **)(param_1 + 0x2d0)" identifier = (pointer_expression "*(int **)(param_1 + 0x2d0)" * (cast_expression "(int **)(param_1 + 0x2d0)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x2d0)" ( (binary_expression "param_1 + 0x2d0" identifier + number_literal) ))))) ;) (expression_statement "iVar8 = *(int *)(param_2 + 0x2d0);" (assignment_expression "iVar8 = *(int *)(param_2 + 0x2d0)" identifier = (pointer_expression "*(int *)(param_2 + 0x2d0)" * (cast_expression "(int *)(param_2 + 0x2d0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x2d0)" ( (binary_expression "param_2 + 0x2d0" identifier + number_literal) ))))) ;) (expression_statement "piVar6 = piVar7;" (assignment_expression "piVar6 = piVar7" identifier = identifier) ;) (do_statement "do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);" do (compound_statement "{\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n }" { (expression_statement "iVar10 = iVar8 + *piVar6 * 0xc;" (assignment_expression "iVar10 = iVar8 + *piVar6 * 0xc" identifier = (binary_expression "iVar8 + *piVar6 * 0xc" identifier + (binary_expression "*piVar6 * 0xc" (pointer_expression "*piVar6" * identifier) * number_literal))) ;) (expression_statement "uVar4 = *(uint *)(iVar10 + 4);" (assignment_expression "uVar4 = *(uint *)(iVar10 + 4)" identifier = (pointer_expression "*(uint *)(iVar10 + 4)" * (cast_expression "(uint *)(iVar10 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 4)" ( (binary_expression "iVar10 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }" if (parenthesized_expression "((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0))" ( (binary_expression "(uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)" (parenthesized_expression "(uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0)" ( (binary_expression "uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0" (binary_expression "uVar4 != 0" identifier != number_literal) && (binary_expression "piVar7[*piVar6 * 3 + 1] != 0" (subscript_expression "piVar7[*piVar6 * 3 + 1]" identifier [ (binary_expression "*piVar6 * 3 + 1" (binary_expression "*piVar6 * 3" (pointer_expression "*piVar6" * identifier) * number_literal) + number_literal) ]) != number_literal)) )) && (parenthesized_expression "((uVar4 & 2) != 0)" ( (binary_expression "(uVar4 & 2) != 0" (parenthesized_expression "(uVar4 & 2)" ( (binary_expression "uVar4 & 2" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }" { (expression_statement "uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));" (assignment_expression "uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4))" identifier = (call_expression "FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4))" identifier (argument_list "(*(undefined4 *)(local_54 + iVar5 * 4))" ( (pointer_expression "*(undefined4 *)(local_54 + iVar5 * 4)" * (cast_expression "(undefined4 *)(local_54 + iVar5 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_54 + iVar5 * 4)" ( (binary_expression "local_54 + iVar5 * 4" identifier + (binary_expression "iVar5 * 4" identifier * number_literal)) )))) )))) ;) (expression_statement "uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));" (assignment_expression "uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4))" identifier = (call_expression "FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4))" identifier (argument_list "(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4))" ( (pointer_expression "*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4)" * (cast_expression "(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + *(int *)(iVar10 + 8) * 4)" ( (binary_expression "local_58 + *(int *)(iVar10 + 8) * 4" identifier + (binary_expression "*(int *)(iVar10 + 8) * 4" (pointer_expression "*(int *)(iVar10 + 8)" * (cast_expression "(int *)(iVar10 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 8)" ( (binary_expression "iVar10 + 8" identifier + number_literal) )))) * number_literal)) )))) )))) ;) (expression_statement "uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));" (assignment_expression "uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20))" identifier = (call_expression "FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20))" identifier (argument_list "((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20))" ( (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier) , (cast_expression "(int)((ulonglong)uVar11 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar11 >> 0x20)" ( (binary_expression "(ulonglong)uVar11 >> 0x20" (cast_expression "(ulonglong)uVar11" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) ))) , (cast_expression "(int)uVar12" ( (type_descriptor "int" primitive_type) ) identifier) , (cast_expression "(int)((ulonglong)uVar12 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar12 >> 0x20)" ( (binary_expression "(ulonglong)uVar12 >> 0x20" (cast_expression "(ulonglong)uVar12" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) ))) )))) ;) (expression_statement "iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);" (assignment_expression "iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30)" identifier = (call_expression "FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30)" identifier (argument_list "((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30)" ( (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier) , (binary_expression "(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff" (call_expression "(uint)((ulonglong)uVar11 >> 0x20)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((ulonglong)uVar11 >> 0x20)" ( (binary_expression "(ulonglong)uVar11 >> 0x20" (cast_expression "(ulonglong)uVar11" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) ))) & number_literal) , identifier , identifier )))) ;) (if_statement "if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }" if (parenthesized_expression "(iVar10 != 0)" ( (binary_expression "iVar10 != 0" identifier != number_literal) )) (compound_statement "{\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }" { (if_statement "if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;" if (parenthesized_expression "((int)uVar3 <= (int)local_50)" ( (binary_expression "(int)uVar3 <= (int)local_50" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)local_50" ( (type_descriptor "int" primitive_type) ) identifier)) )) (goto_statement "goto LAB_00075d40;" goto statement_identifier ;)) (goto_statement "goto LAB_00075d58;" goto statement_identifier ;) })) })) (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" identifier = (binary_expression "iVar5 + 1" identifier + number_literal)) ;) (expression_statement "piVar6 = piVar6 + 3;" (assignment_expression "piVar6 = piVar6 + 3" identifier = (binary_expression "piVar6 + 3" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar5 != iVar9)" ( (binary_expression "iVar5 != iVar9" identifier != identifier) )) ;) })) (expression_statement "local_50 = local_50 + 1;" (assignment_expression "local_50 = local_50 + 1" identifier = (binary_expression "local_50 + 1" identifier + number_literal)) ;) (expression_statement "local_54 = local_54 + iVar9 * 4;" (assignment_expression "local_54 = local_54 + iVar9 * 4" identifier = (binary_expression "local_54 + iVar9 * 4" identifier + (binary_expression "iVar9 * 4" identifier * number_literal))) ;) (expression_statement "local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;" (assignment_expression "local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4" identifier = (binary_expression "local_58 + *(int *)(param_2 + 0x2c0) * 4" identifier + (binary_expression "*(int *)(param_2 + 0x2c0) * 4" (pointer_expression "*(int *)(param_2 + 0x2c0)" * (cast_expression "(int *)(param_2 + 0x2c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x2c0)" ( (binary_expression "param_2 + 0x2c0" identifier + number_literal) )))) * number_literal))) ;) }) while (parenthesized_expression "(local_50 != uVar3)" ( (binary_expression "local_50 != uVar3" identifier != identifier) )) ;) })) (labeled_statement "LAB_00075d40:\n local_3c = local_3c + 1;" statement_identifier : (expression_statement "local_3c = local_3c + 1;" (assignment_expression "local_3c = local_3c + 1" identifier = (binary_expression "local_3c + 1" identifier + number_literal)) ;)) (if_statement "if (local_3c == unaff_r5) break;" if (parenthesized_expression "(local_3c == unaff_r5)" ( (binary_expression "local_3c == unaff_r5" identifier == identifier) )) (break_statement "break;" break ;)) })) })) (labeled_statement "LAB_00075d58:\n DestroyCacheView(uVar2);" statement_identifier : (expression_statement "DestroyCacheView(uVar2);" (call_expression "DestroyCacheView(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;)) (expression_statement "DestroyCacheView(uVar1);" (call_expression "DestroyCacheView(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (return_statement "return (int)unaff_r5 <= (int)local_3c;" return (binary_expression "(int)unaff_r5 <= (int)local_3c" (cast_expression "(int)unaff_r5" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)local_3c" ( (type_descriptor "int" primitive_type) ) identifier)) ;) })))
(translation_unit "/* WARNING: Enum "GravityType": Some values do not have unique names */\n/* WARNING: Enum "DisposeType": Some values do not have unique names */\n/* WARNING: Enum "ChannelType": Some values do not have unique names */\n/* WARNING: Enum "PixelChannel": Some values do not have unique names */\n/* WARNING: Enum "ExceptionType": Some values do not have unique names */\n\nMagickBooleanType IsImagesEqual(Image *image,Image *reconstruct_image,ExceptionInfo *exception)\n\n{\n CacheView *cache_view;\n CacheView *cache_view_00;\n uint uVar1;\n uint uVar2;\n uint unaff_r5;\n \n if (image == (Image *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }\n if (image->signature != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }\n if (reconstruct_image == (Image *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }\n if (reconstruct_image->signature != image->signature) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }\n uVar1 = reconstruct_image->rows;\n uVar2 = image->rows;\n if (uVar1 < uVar2) {\n unaff_r5 = uVar2;\n }\n if (uVar1 >= uVar2) {\n unaff_r5 = uVar1;\n }\n uVar1 = image->columns;\n if (image->columns <= reconstruct_image->columns) {\n uVar1 = reconstruct_image->columns;\n }\n cache_view = AcquireVirtualCacheView(image,exception);\n cache_view_00 = AcquireVirtualCacheView(reconstruct_image,exception);\n if ((int)unaff_r5 < 1) {\n DestroyCacheView(cache_view_00);\n DestroyCacheView(cache_view);\n return (uint)((int)unaff_r5 < 1);\n }\n /* WARNING: Subroutine does not return */\n GetCacheViewVirtualPixels(cache_view,0,0,uVar1,1,exception);\n}\n\n" comment comment comment comment comment (function_definition "MagickBooleanType IsImagesEqual(Image *image,Image *reconstruct_image,ExceptionInfo *exception)\n\n{\n CacheView *cache_view;\n CacheView *cache_view_00;\n uint uVar1;\n uint uVar2;\n uint unaff_r5;\n \n if (image == (Image *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }\n if (image->signature != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }\n if (reconstruct_image == (Image *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }\n if (reconstruct_image->signature != image->signature) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }\n uVar1 = reconstruct_image->rows;\n uVar2 = image->rows;\n if (uVar1 < uVar2) {\n unaff_r5 = uVar2;\n }\n if (uVar1 >= uVar2) {\n unaff_r5 = uVar1;\n }\n uVar1 = image->columns;\n if (image->columns <= reconstruct_image->columns) {\n uVar1 = reconstruct_image->columns;\n }\n cache_view = AcquireVirtualCacheView(image,exception);\n cache_view_00 = AcquireVirtualCacheView(reconstruct_image,exception);\n if ((int)unaff_r5 < 1) {\n DestroyCacheView(cache_view_00);\n DestroyCacheView(cache_view);\n return (uint)((int)unaff_r5 < 1);\n }\n /* WARNING: Subroutine does not return */\n GetCacheViewVirtualPixels(cache_view,0,0,uVar1,1,exception);\n}" type_identifier (function_declarator "IsImagesEqual(Image *image,Image *reconstruct_image,ExceptionInfo *exception)" identifier (parameter_list "(Image *image,Image *reconstruct_image,ExceptionInfo *exception)" ( (parameter_declaration "Image *image" type_identifier (pointer_declarator "*image" * identifier)) , (parameter_declaration "Image *reconstruct_image" type_identifier (pointer_declarator "*reconstruct_image" * identifier)) , (parameter_declaration "ExceptionInfo *exception" type_identifier (pointer_declarator "*exception" * identifier)) ))) (compound_statement "{\n CacheView *cache_view;\n CacheView *cache_view_00;\n uint uVar1;\n uint uVar2;\n uint unaff_r5;\n \n if (image == (Image *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }\n if (image->signature != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }\n if (reconstruct_image == (Image *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }\n if (reconstruct_image->signature != image->signature) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }\n uVar1 = reconstruct_image->rows;\n uVar2 = image->rows;\n if (uVar1 < uVar2) {\n unaff_r5 = uVar2;\n }\n if (uVar1 >= uVar2) {\n unaff_r5 = uVar1;\n }\n uVar1 = image->columns;\n if (image->columns <= reconstruct_image->columns) {\n uVar1 = reconstruct_image->columns;\n }\n cache_view = AcquireVirtualCacheView(image,exception);\n cache_view_00 = AcquireVirtualCacheView(reconstruct_image,exception);\n if ((int)unaff_r5 < 1) {\n DestroyCacheView(cache_view_00);\n DestroyCacheView(cache_view);\n return (uint)((int)unaff_r5 < 1);\n }\n /* WARNING: Subroutine does not return */\n GetCacheViewVirtualPixels(cache_view,0,0,uVar1,1,exception);\n}" { (declaration "CacheView *cache_view;" type_identifier (pointer_declarator "*cache_view" * identifier) ;) (declaration "CacheView *cache_view_00;" type_identifier (pointer_declarator "*cache_view_00" * identifier) ;) (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint unaff_r5;" type_identifier identifier ;) (if_statement "if (image == (Image *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }" if (parenthesized_expression "(image == (Image *)0x0)" ( (binary_expression "image == (Image *)0x0" identifier == (cast_expression "(Image *)0x0" ( (type_descriptor "Image *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }" { comment (expression_statement "__assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));" (call_expression "__assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34))" identifier (argument_list "((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34))" ( (cast_expression "(char *)(DAT_00075e3c + 0x75dbc)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e3c + 0x75dbc)" ( (binary_expression "DAT_00075e3c + 0x75dbc" identifier + number_literal) ))) , (cast_expression "(char *)(DAT_00075e38 + 0x75db8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e38 + 0x75db8)" ( (binary_expression "DAT_00075e38 + 0x75db8" identifier + number_literal) ))) , identifier , (cast_expression "(char *)((int)&DAT_00075e40 + DAT_00075e34)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_00075e40 + DAT_00075e34)" ( (binary_expression "(int)&DAT_00075e40 + DAT_00075e34" (cast_expression "(int)&DAT_00075e40" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00075e40" & identifier)) + identifier) ))) ))) ;) })) (if_statement "if (image->signature != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }" if (parenthesized_expression "(image->signature != DAT_00075e28)" ( (binary_expression "image->signature != DAT_00075e28" (field_expression "image->signature" identifier -> field_identifier) != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }" { comment (expression_statement "__assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));" (call_expression "__assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac))" identifier (argument_list "((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac))" ( (cast_expression "(char *)((int)&DAT_00075e28 + DAT_00075e6c)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_00075e28 + DAT_00075e6c)" ( (binary_expression "(int)&DAT_00075e28 + DAT_00075e6c" (cast_expression "(int)&DAT_00075e28" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00075e28" & identifier)) + identifier) ))) , (cast_expression "(char *)(DAT_00075e68 + 0x75e24)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e68 + 0x75e24)" ( (binary_expression "DAT_00075e68 + 0x75e24" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_00075e64 + 0x75eac)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e64 + 0x75eac)" ( (binary_expression "DAT_00075e64 + 0x75eac" identifier + number_literal) ))) ))) ;) })) (if_statement "if (reconstruct_image == (Image *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }" if (parenthesized_expression "(reconstruct_image == (Image *)0x0)" ( (binary_expression "reconstruct_image == (Image *)0x0" identifier == (cast_expression "(Image *)0x0" ( (type_descriptor "Image *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }" { comment (expression_statement "__assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));" (call_expression "__assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88))" identifier (argument_list "((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88))" ( (cast_expression "(char *)(DAT_00075e5c + 0x75e04)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e5c + 0x75e04)" ( (binary_expression "DAT_00075e5c + 0x75e04" identifier + number_literal) ))) , (cast_expression "(char *)(DAT_00075e58 + 0x75e00)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e58 + 0x75e00)" ( (binary_expression "DAT_00075e58 + 0x75e00" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_00075e54 + 0x75e88)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e54 + 0x75e88)" ( (binary_expression "DAT_00075e54 + 0x75e88" identifier + number_literal) ))) ))) ;) })) (if_statement "if (reconstruct_image->signature != image->signature) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }" if (parenthesized_expression "(reconstruct_image->signature != image->signature)" ( (binary_expression "reconstruct_image->signature != image->signature" (field_expression "reconstruct_image->signature" identifier -> field_identifier) != (field_expression "image->signature" identifier -> field_identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }" { comment (expression_statement "__assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));" (call_expression "__assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44))" identifier (argument_list "((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44))" ( (cast_expression "(char *)(DAT_00075e4c + 0x75de0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e4c + 0x75de0)" ( (binary_expression "DAT_00075e4c + 0x75de0" identifier + number_literal) ))) , (cast_expression "(char *)(DAT_00075e48 + 0x75ddc)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e48 + 0x75ddc)" ( (binary_expression "DAT_00075e48 + 0x75ddc" identifier + number_literal) ))) , identifier , (cast_expression "(char *)((int)&DAT_00075e64 + DAT_00075e44)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_00075e64 + DAT_00075e44)" ( (binary_expression "(int)&DAT_00075e64 + DAT_00075e44" (cast_expression "(int)&DAT_00075e64" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00075e64" & identifier)) + identifier) ))) ))) ;) })) (expression_statement "uVar1 = reconstruct_image->rows;" (assignment_expression "uVar1 = reconstruct_image->rows" identifier = (field_expression "reconstruct_image->rows" identifier -> field_identifier)) ;) (expression_statement "uVar2 = image->rows;" (assignment_expression "uVar2 = image->rows" identifier = (field_expression "image->rows" identifier -> field_identifier)) ;) (if_statement "if (uVar1 < uVar2) {\n unaff_r5 = uVar2;\n }" if (parenthesized_expression "(uVar1 < uVar2)" ( (binary_expression "uVar1 < uVar2" identifier < identifier) )) (compound_statement "{\n unaff_r5 = uVar2;\n }" { (expression_statement "unaff_r5 = uVar2;" (assignment_expression "unaff_r5 = uVar2" identifier = identifier) ;) })) (if_statement "if (uVar1 >= uVar2) {\n unaff_r5 = uVar1;\n }" if (parenthesized_expression "(uVar1 >= uVar2)" ( (binary_expression "uVar1 >= uVar2" identifier >= identifier) )) (compound_statement "{\n unaff_r5 = uVar1;\n }" { (expression_statement "unaff_r5 = uVar1;" (assignment_expression "unaff_r5 = uVar1" identifier = identifier) ;) })) (expression_statement "uVar1 = image->columns;" (assignment_expression "uVar1 = image->columns" identifier = (field_expression "image->columns" identifier -> field_identifier)) ;) (if_statement "if (image->columns <= reconstruct_image->columns) {\n uVar1 = reconstruct_image->columns;\n }" if (parenthesized_expression "(image->columns <= reconstruct_image->columns)" ( (binary_expression "image->columns <= reconstruct_image->columns" (field_expression "image->columns" identifier -> field_identifier) <= (field_expression "reconstruct_image->columns" identifier -> field_identifier)) )) (compound_statement "{\n uVar1 = reconstruct_image->columns;\n }" { (expression_statement "uVar1 = reconstruct_image->columns;" (assignment_expression "uVar1 = reconstruct_image->columns" identifier = (field_expression "reconstruct_image->columns" identifier -> field_identifier)) ;) })) (expression_statement "cache_view = AcquireVirtualCacheView(image,exception);" (assignment_expression "cache_view = AcquireVirtualCacheView(image,exception)" identifier = (call_expression "AcquireVirtualCacheView(image,exception)" identifier (argument_list "(image,exception)" ( identifier , identifier )))) ;) (expression_statement "cache_view_00 = AcquireVirtualCacheView(reconstruct_image,exception);" (assignment_expression "cache_view_00 = AcquireVirtualCacheView(reconstruct_image,exception)" identifier = (call_expression "AcquireVirtualCacheView(reconstruct_image,exception)" identifier (argument_list "(reconstruct_image,exception)" ( identifier , identifier )))) ;) (if_statement "if ((int)unaff_r5 < 1) {\n DestroyCacheView(cache_view_00);\n DestroyCacheView(cache_view);\n return (uint)((int)unaff_r5 < 1);\n }" if (parenthesized_expression "((int)unaff_r5 < 1)" ( (binary_expression "(int)unaff_r5 < 1" (cast_expression "(int)unaff_r5" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n DestroyCacheView(cache_view_00);\n DestroyCacheView(cache_view);\n return (uint)((int)unaff_r5 < 1);\n }" { (expression_statement "DestroyCacheView(cache_view_00);" (call_expression "DestroyCacheView(cache_view_00)" identifier (argument_list "(cache_view_00)" ( identifier ))) ;) (expression_statement "DestroyCacheView(cache_view);" (call_expression "DestroyCacheView(cache_view)" identifier (argument_list "(cache_view)" ( identifier ))) ;) (return_statement "return (uint)((int)unaff_r5 < 1);" return (call_expression "(uint)((int)unaff_r5 < 1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((int)unaff_r5 < 1)" ( (binary_expression "(int)unaff_r5 < 1" (cast_expression "(int)unaff_r5" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) ))) ;) })) comment (expression_statement "GetCacheViewVirtualPixels(cache_view,0,0,uVar1,1,exception);" (call_expression "GetCacheViewVirtualPixels(cache_view,0,0,uVar1,1,exception)" identifier (argument_list "(cache_view,0,0,uVar1,1,exception)" ( identifier , number_literal , number_literal , identifier , number_literal , identifier ))) ;) })))
(translation_unit "bool IsImagesEqual(int param_1,int param_2,undefined4 param_3)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint unaff_r5;\n int *piVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n int local_58;\n int local_54;\n uint local_50;\n uint local_3c;\n \n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }\n if (*(int *)(param_1 + 0x336c) != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }\n if (param_2 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }\n if (*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }\n uVar3 = *(uint *)(param_2 + 0x1c);\n uVar4 = *(uint *)(param_1 + 0x1c);\n if (uVar3 < uVar4) {\n unaff_r5 = uVar4;\n }\n if (uVar3 >= uVar4) {\n unaff_r5 = uVar3;\n }\n uVar3 = *(uint *)(param_1 + 0x18);\n if (*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)) {\n uVar3 = *(uint *)(param_2 + 0x18);\n }\n uVar1 = AcquireVirtualCacheView(param_1,param_3);\n uVar2 = AcquireVirtualCacheView(param_2,param_3);\n local_3c = 0;\n if (0 < (int)unaff_r5) {\n while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }\n }\nLAB_00075d58:\n DestroyCacheView(uVar2);\n DestroyCacheView(uVar1);\n return (int)unaff_r5 <= (int)local_3c;\n}\n\n" (function_definition "bool IsImagesEqual(int param_1,int param_2,undefined4 param_3)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint unaff_r5;\n int *piVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n int local_58;\n int local_54;\n uint local_50;\n uint local_3c;\n \n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }\n if (*(int *)(param_1 + 0x336c) != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }\n if (param_2 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }\n if (*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }\n uVar3 = *(uint *)(param_2 + 0x1c);\n uVar4 = *(uint *)(param_1 + 0x1c);\n if (uVar3 < uVar4) {\n unaff_r5 = uVar4;\n }\n if (uVar3 >= uVar4) {\n unaff_r5 = uVar3;\n }\n uVar3 = *(uint *)(param_1 + 0x18);\n if (*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)) {\n uVar3 = *(uint *)(param_2 + 0x18);\n }\n uVar1 = AcquireVirtualCacheView(param_1,param_3);\n uVar2 = AcquireVirtualCacheView(param_2,param_3);\n local_3c = 0;\n if (0 < (int)unaff_r5) {\n while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }\n }\nLAB_00075d58:\n DestroyCacheView(uVar2);\n DestroyCacheView(uVar1);\n return (int)unaff_r5 <= (int)local_3c;\n}" primitive_type (function_declarator "IsImagesEqual(int param_1,int param_2,undefined4 param_3)" identifier (parameter_list "(int param_1,int param_2,undefined4 param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n undefined4 uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint unaff_r5;\n int *piVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n int local_58;\n int local_54;\n uint local_50;\n uint local_3c;\n \n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }\n if (*(int *)(param_1 + 0x336c) != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }\n if (param_2 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }\n if (*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }\n uVar3 = *(uint *)(param_2 + 0x1c);\n uVar4 = *(uint *)(param_1 + 0x1c);\n if (uVar3 < uVar4) {\n unaff_r5 = uVar4;\n }\n if (uVar3 >= uVar4) {\n unaff_r5 = uVar3;\n }\n uVar3 = *(uint *)(param_1 + 0x18);\n if (*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)) {\n uVar3 = *(uint *)(param_2 + 0x18);\n }\n uVar1 = AcquireVirtualCacheView(param_1,param_3);\n uVar2 = AcquireVirtualCacheView(param_2,param_3);\n local_3c = 0;\n if (0 < (int)unaff_r5) {\n while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }\n }\nLAB_00075d58:\n DestroyCacheView(uVar2);\n DestroyCacheView(uVar1);\n return (int)unaff_r5 <= (int)local_3c;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "uint unaff_r5;" type_identifier identifier ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "undefined8 uVar11;" type_identifier identifier ;) (declaration "undefined8 uVar12;" type_identifier identifier ;) (declaration "int local_58;" primitive_type identifier ;) (declaration "int local_54;" primitive_type identifier ;) (declaration "uint local_50;" type_identifier identifier ;) (declaration "uint local_3c;" type_identifier identifier ;) (if_statement "if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\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((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }" { comment (expression_statement "__assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));" (call_expression "__assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34))" identifier (argument_list "((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34))" ( (cast_expression "(char *)(DAT_00075e3c + 0x75dbc)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e3c + 0x75dbc)" ( (binary_expression "DAT_00075e3c + 0x75dbc" identifier + number_literal) ))) , (cast_expression "(char *)(DAT_00075e38 + 0x75db8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e38 + 0x75db8)" ( (binary_expression "DAT_00075e38 + 0x75db8" identifier + number_literal) ))) , identifier , (cast_expression "(char *)((int)&DAT_00075e40 + DAT_00075e34)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_00075e40 + DAT_00075e34)" ( (binary_expression "(int)&DAT_00075e40 + DAT_00075e34" (cast_expression "(int)&DAT_00075e40" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00075e40" & identifier)) + identifier) ))) ))) ;) })) (if_statement "if (*(int *)(param_1 + 0x336c) != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x336c) != DAT_00075e28)" ( (binary_expression "*(int *)(param_1 + 0x336c) != DAT_00075e28" (pointer_expression "*(int *)(param_1 + 0x336c)" * (cast_expression "(int *)(param_1 + 0x336c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x336c)" ( (binary_expression "param_1 + 0x336c" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }" { comment (expression_statement "__assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));" (call_expression "__assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac))" identifier (argument_list "((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac))" ( (cast_expression "(char *)((int)&DAT_00075e28 + DAT_00075e6c)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_00075e28 + DAT_00075e6c)" ( (binary_expression "(int)&DAT_00075e28 + DAT_00075e6c" (cast_expression "(int)&DAT_00075e28" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00075e28" & identifier)) + identifier) ))) , (cast_expression "(char *)(DAT_00075e68 + 0x75e24)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e68 + 0x75e24)" ( (binary_expression "DAT_00075e68 + 0x75e24" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_00075e64 + 0x75eac)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e64 + 0x75eac)" ( (binary_expression "DAT_00075e64 + 0x75eac" identifier + number_literal) ))) ))) ;) })) (if_statement "if (param_2 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }" { comment (expression_statement "__assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));" (call_expression "__assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88))" identifier (argument_list "((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88))" ( (cast_expression "(char *)(DAT_00075e5c + 0x75e04)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e5c + 0x75e04)" ( (binary_expression "DAT_00075e5c + 0x75e04" identifier + number_literal) ))) , (cast_expression "(char *)(DAT_00075e58 + 0x75e00)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e58 + 0x75e00)" ( (binary_expression "DAT_00075e58 + 0x75e00" identifier + number_literal) ))) , identifier , (cast_expression "(char *)(DAT_00075e54 + 0x75e88)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e54 + 0x75e88)" ( (binary_expression "DAT_00075e54 + 0x75e88" identifier + number_literal) ))) ))) ;) })) (if_statement "if (*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }" if (parenthesized_expression "(*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c))" ( (binary_expression "*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)" (pointer_expression "*(int *)(param_2 + 0x336c)" * (cast_expression "(int *)(param_2 + 0x336c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x336c)" ( (binary_expression "param_2 + 0x336c" identifier + number_literal) )))) != (pointer_expression "*(int *)(param_1 + 0x336c)" * (cast_expression "(int *)(param_1 + 0x336c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x336c)" ( (binary_expression "param_1 + 0x336c" identifier + number_literal) ))))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }" { comment (expression_statement "__assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));" (call_expression "__assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44))" identifier (argument_list "((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44))" ( (cast_expression "(char *)(DAT_00075e4c + 0x75de0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e4c + 0x75de0)" ( (binary_expression "DAT_00075e4c + 0x75de0" identifier + number_literal) ))) , (cast_expression "(char *)(DAT_00075e48 + 0x75ddc)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00075e48 + 0x75ddc)" ( (binary_expression "DAT_00075e48 + 0x75ddc" identifier + number_literal) ))) , identifier , (cast_expression "(char *)((int)&DAT_00075e64 + DAT_00075e44)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_00075e64 + DAT_00075e44)" ( (binary_expression "(int)&DAT_00075e64 + DAT_00075e44" (cast_expression "(int)&DAT_00075e64" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00075e64" & identifier)) + identifier) ))) ))) ;) })) (expression_statement "uVar3 = *(uint *)(param_2 + 0x1c);" (assignment_expression "uVar3 = *(uint *)(param_2 + 0x1c)" identifier = (pointer_expression "*(uint *)(param_2 + 0x1c)" * (cast_expression "(uint *)(param_2 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = *(uint *)(param_1 + 0x1c);" (assignment_expression "uVar4 = *(uint *)(param_1 + 0x1c)" identifier = (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) ))))) ;) (if_statement "if (uVar3 < uVar4) {\n unaff_r5 = uVar4;\n }" if (parenthesized_expression "(uVar3 < uVar4)" ( (binary_expression "uVar3 < uVar4" identifier < identifier) )) (compound_statement "{\n unaff_r5 = uVar4;\n }" { (expression_statement "unaff_r5 = uVar4;" (assignment_expression "unaff_r5 = uVar4" identifier = identifier) ;) })) (if_statement "if (uVar3 >= uVar4) {\n unaff_r5 = uVar3;\n }" if (parenthesized_expression "(uVar3 >= uVar4)" ( (binary_expression "uVar3 >= uVar4" identifier >= identifier) )) (compound_statement "{\n unaff_r5 = uVar3;\n }" { (expression_statement "unaff_r5 = uVar3;" (assignment_expression "unaff_r5 = uVar3" identifier = identifier) ;) })) (expression_statement "uVar3 = *(uint *)(param_1 + 0x18);" (assignment_expression "uVar3 = *(uint *)(param_1 + 0x18)" identifier = (pointer_expression "*(uint *)(param_1 + 0x18)" * (cast_expression "(uint *)(param_1 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)) {\n uVar3 = *(uint *)(param_2 + 0x18);\n }" if (parenthesized_expression "(*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18))" ( (binary_expression "*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)" (pointer_expression "*(uint *)(param_1 + 0x18)" * (cast_expression "(uint *)(param_1 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) <= (pointer_expression "*(uint *)(param_2 + 0x18)" * (cast_expression "(uint *)(param_2 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) )) (compound_statement "{\n uVar3 = *(uint *)(param_2 + 0x18);\n }" { (expression_statement "uVar3 = *(uint *)(param_2 + 0x18);" (assignment_expression "uVar3 = *(uint *)(param_2 + 0x18)" identifier = (pointer_expression "*(uint *)(param_2 + 0x18)" * (cast_expression "(uint *)(param_2 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ;) })) (expression_statement "uVar1 = AcquireVirtualCacheView(param_1,param_3);" (assignment_expression "uVar1 = AcquireVirtualCacheView(param_1,param_3)" identifier = (call_expression "AcquireVirtualCacheView(param_1,param_3)" identifier (argument_list "(param_1,param_3)" ( identifier , identifier )))) ;) (expression_statement "uVar2 = AcquireVirtualCacheView(param_2,param_3);" (assignment_expression "uVar2 = AcquireVirtualCacheView(param_2,param_3)" identifier = (call_expression "AcquireVirtualCacheView(param_2,param_3)" identifier (argument_list "(param_2,param_3)" ( identifier , identifier )))) ;) (expression_statement "local_3c = 0;" (assignment_expression "local_3c = 0" identifier = number_literal) ;) (if_statement "if (0 < (int)unaff_r5) {\n while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }\n }" if (parenthesized_expression "(0 < (int)unaff_r5)" ( (binary_expression "0 < (int)unaff_r5" number_literal < (cast_expression "(int)unaff_r5" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }\n }" { (while_statement "while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }" { (expression_statement "local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);" (assignment_expression "local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3)" identifier = (call_expression "GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3)" identifier (argument_list "(uVar1,0,local_3c,uVar3,1,param_3)" ( identifier , number_literal , identifier , identifier , number_literal , identifier )))) ;) (expression_statement "local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);" (assignment_expression "local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3)" identifier = (call_expression "GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3)" identifier (argument_list "(uVar2,0,local_3c,uVar3,1,param_3)" ( identifier , number_literal , identifier , identifier , number_literal , identifier )))) ;) (if_statement "if (local_54 == 0 || local_58 == 0) break;" if (parenthesized_expression "(local_54 == 0 || local_58 == 0)" ( (binary_expression "local_54 == 0 || local_58 == 0" (binary_expression "local_54 == 0" identifier == number_literal) || (binary_expression "local_58 == 0" identifier == number_literal)) )) (break_statement "break;" break ;)) (if_statement "if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }" if (parenthesized_expression "(0 < (int)uVar3)" ( (binary_expression "0 < (int)uVar3" number_literal < (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }" { (expression_statement "iVar9 = *(int *)(param_1 + 0x2c0);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x2c0)" identifier = (pointer_expression "*(int *)(param_1 + 0x2c0)" * (cast_expression "(int *)(param_1 + 0x2c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x2c0)" ( (binary_expression "param_1 + 0x2c0" identifier + number_literal) ))))) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (do_statement "do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);" do (compound_statement "{\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n }" { (if_statement "if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }" if (parenthesized_expression "(0 < iVar9)" ( (binary_expression "0 < iVar9" number_literal < identifier) )) (compound_statement "{\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }" { (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (expression_statement "piVar7 = *(int **)(param_1 + 0x2d0);" (assignment_expression "piVar7 = *(int **)(param_1 + 0x2d0)" identifier = (pointer_expression "*(int **)(param_1 + 0x2d0)" * (cast_expression "(int **)(param_1 + 0x2d0)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x2d0)" ( (binary_expression "param_1 + 0x2d0" identifier + number_literal) ))))) ;) (expression_statement "iVar8 = *(int *)(param_2 + 0x2d0);" (assignment_expression "iVar8 = *(int *)(param_2 + 0x2d0)" identifier = (pointer_expression "*(int *)(param_2 + 0x2d0)" * (cast_expression "(int *)(param_2 + 0x2d0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x2d0)" ( (binary_expression "param_2 + 0x2d0" identifier + number_literal) ))))) ;) (expression_statement "piVar6 = piVar7;" (assignment_expression "piVar6 = piVar7" identifier = identifier) ;) (do_statement "do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);" do (compound_statement "{\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n }" { (expression_statement "iVar10 = iVar8 + *piVar6 * 0xc;" (assignment_expression "iVar10 = iVar8 + *piVar6 * 0xc" identifier = (binary_expression "iVar8 + *piVar6 * 0xc" identifier + (binary_expression "*piVar6 * 0xc" (pointer_expression "*piVar6" * identifier) * number_literal))) ;) (expression_statement "uVar4 = *(uint *)(iVar10 + 4);" (assignment_expression "uVar4 = *(uint *)(iVar10 + 4)" identifier = (pointer_expression "*(uint *)(iVar10 + 4)" * (cast_expression "(uint *)(iVar10 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 4)" ( (binary_expression "iVar10 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }" if (parenthesized_expression "((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0))" ( (binary_expression "(uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)" (parenthesized_expression "(uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0)" ( (binary_expression "uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0" (binary_expression "uVar4 != 0" identifier != number_literal) && (binary_expression "piVar7[*piVar6 * 3 + 1] != 0" (subscript_expression "piVar7[*piVar6 * 3 + 1]" identifier [ (binary_expression "*piVar6 * 3 + 1" (binary_expression "*piVar6 * 3" (pointer_expression "*piVar6" * identifier) * number_literal) + number_literal) ]) != number_literal)) )) && (parenthesized_expression "((uVar4 & 2) != 0)" ( (binary_expression "(uVar4 & 2) != 0" (parenthesized_expression "(uVar4 & 2)" ( (binary_expression "uVar4 & 2" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }" { (expression_statement "uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));" (assignment_expression "uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4))" identifier = (call_expression "FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4))" identifier (argument_list "(*(undefined4 *)(local_54 + iVar5 * 4))" ( (pointer_expression "*(undefined4 *)(local_54 + iVar5 * 4)" * (cast_expression "(undefined4 *)(local_54 + iVar5 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_54 + iVar5 * 4)" ( (binary_expression "local_54 + iVar5 * 4" identifier + (binary_expression "iVar5 * 4" identifier * number_literal)) )))) )))) ;) (expression_statement "uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));" (assignment_expression "uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4))" identifier = (call_expression "FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4))" identifier (argument_list "(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4))" ( (pointer_expression "*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4)" * (cast_expression "(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + *(int *)(iVar10 + 8) * 4)" ( (binary_expression "local_58 + *(int *)(iVar10 + 8) * 4" identifier + (binary_expression "*(int *)(iVar10 + 8) * 4" (pointer_expression "*(int *)(iVar10 + 8)" * (cast_expression "(int *)(iVar10 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 8)" ( (binary_expression "iVar10 + 8" identifier + number_literal) )))) * number_literal)) )))) )))) ;) (expression_statement "uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));" (assignment_expression "uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20))" identifier = (call_expression "FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20))" identifier (argument_list "((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20))" ( (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier) , (cast_expression "(int)((ulonglong)uVar11 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar11 >> 0x20)" ( (binary_expression "(ulonglong)uVar11 >> 0x20" (cast_expression "(ulonglong)uVar11" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) ))) , (cast_expression "(int)uVar12" ( (type_descriptor "int" primitive_type) ) identifier) , (cast_expression "(int)((ulonglong)uVar12 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar12 >> 0x20)" ( (binary_expression "(ulonglong)uVar12 >> 0x20" (cast_expression "(ulonglong)uVar12" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) ))) )))) ;) (expression_statement "iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);" (assignment_expression "iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30)" identifier = (call_expression "FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30)" identifier (argument_list "((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30)" ( (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier) , (binary_expression "(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff" (call_expression "(uint)((ulonglong)uVar11 >> 0x20)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((ulonglong)uVar11 >> 0x20)" ( (binary_expression "(ulonglong)uVar11 >> 0x20" (cast_expression "(ulonglong)uVar11" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) ))) & number_literal) , identifier , identifier )))) ;) (if_statement "if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }" if (parenthesized_expression "(iVar10 != 0)" ( (binary_expression "iVar10 != 0" identifier != number_literal) )) (compound_statement "{\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }" { (if_statement "if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;" if (parenthesized_expression "((int)uVar3 <= (int)local_50)" ( (binary_expression "(int)uVar3 <= (int)local_50" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)local_50" ( (type_descriptor "int" primitive_type) ) identifier)) )) (goto_statement "goto LAB_00075d40;" goto statement_identifier ;)) (goto_statement "goto LAB_00075d58;" goto statement_identifier ;) })) })) (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" identifier = (binary_expression "iVar5 + 1" identifier + number_literal)) ;) (expression_statement "piVar6 = piVar6 + 3;" (assignment_expression "piVar6 = piVar6 + 3" identifier = (binary_expression "piVar6 + 3" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar5 != iVar9)" ( (binary_expression "iVar5 != iVar9" identifier != identifier) )) ;) })) (expression_statement "local_50 = local_50 + 1;" (assignment_expression "local_50 = local_50 + 1" identifier = (binary_expression "local_50 + 1" identifier + number_literal)) ;) (expression_statement "local_54 = local_54 + iVar9 * 4;" (assignment_expression "local_54 = local_54 + iVar9 * 4" identifier = (binary_expression "local_54 + iVar9 * 4" identifier + (binary_expression "iVar9 * 4" identifier * number_literal))) ;) (expression_statement "local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;" (assignment_expression "local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4" identifier = (binary_expression "local_58 + *(int *)(param_2 + 0x2c0) * 4" identifier + (binary_expression "*(int *)(param_2 + 0x2c0) * 4" (pointer_expression "*(int *)(param_2 + 0x2c0)" * (cast_expression "(int *)(param_2 + 0x2c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x2c0)" ( (binary_expression "param_2 + 0x2c0" identifier + number_literal) )))) * number_literal))) ;) }) while (parenthesized_expression "(local_50 != uVar3)" ( (binary_expression "local_50 != uVar3" identifier != identifier) )) ;) })) (labeled_statement "LAB_00075d40:\n local_3c = local_3c + 1;" statement_identifier : (expression_statement "local_3c = local_3c + 1;" (assignment_expression "local_3c = local_3c + 1" identifier = (binary_expression "local_3c + 1" identifier + number_literal)) ;)) (if_statement "if (local_3c == unaff_r5) break;" if (parenthesized_expression "(local_3c == unaff_r5)" ( (binary_expression "local_3c == unaff_r5" identifier == identifier) )) (break_statement "break;" break ;)) })) })) (labeled_statement "LAB_00075d58:\n DestroyCacheView(uVar2);" statement_identifier : (expression_statement "DestroyCacheView(uVar2);" (call_expression "DestroyCacheView(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;)) (expression_statement "DestroyCacheView(uVar1);" (call_expression "DestroyCacheView(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (return_statement "return (int)unaff_r5 <= (int)local_3c;" return (binary_expression "(int)unaff_r5 <= (int)local_3c" (cast_expression "(int)unaff_r5" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)local_3c" ( (type_descriptor "int" primitive_type) ) identifier)) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (pointer_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) )))) != IDENT) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (pointer_expression & IDENT)) + IDENT) ))) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (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 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 = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT >= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , IDENT , LIT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , IDENT , LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) || (binary_expression IDENT == LIT)) )) (break_statement break ;)) (if_statement if (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression (pointer_expression * IDENT) * LIT))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) && (binary_expression (subscript_expression IDENT [ (binary_expression (binary_expression (pointer_expression * IDENT) * LIT) + LIT) ]) != LIT)) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != 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 + (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 + (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT)) )))) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE) ) IDENT) , (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) ))) , (cast_expression ( (type_descriptor TYPE) ) IDENT) , (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) ))) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE) ) IDENT) , (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) ))) & LIT) , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;) })) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (break_statement break ;)) })) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) })))
(function_definition "bool IsImagesEqual(int param_1,int param_2,undefined4 param_3)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint unaff_r5;\n int *piVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n int local_58;\n int local_54;\n uint local_50;\n uint local_3c;\n \n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }\n if (*(int *)(param_1 + 0x336c) != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }\n if (param_2 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }\n if (*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }\n uVar3 = *(uint *)(param_2 + 0x1c);\n uVar4 = *(uint *)(param_1 + 0x1c);\n if (uVar3 < uVar4) {\n unaff_r5 = uVar4;\n }\n if (uVar3 >= uVar4) {\n unaff_r5 = uVar3;\n }\n uVar3 = *(uint *)(param_1 + 0x18);\n if (*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)) {\n uVar3 = *(uint *)(param_2 + 0x18);\n }\n uVar1 = AcquireVirtualCacheView(param_1,param_3);\n uVar2 = AcquireVirtualCacheView(param_2,param_3);\n local_3c = 0;\n if (0 < (int)unaff_r5) {\n while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }\n }\nLAB_00075d58:\n DestroyCacheView(uVar2);\n DestroyCacheView(uVar1);\n return (int)unaff_r5 <= (int)local_3c;\n}" (primitive_type "bool") (function_declarator "IsImagesEqual(int param_1,int param_2,undefined4 param_3)" (identifier "IsImagesEqual") (parameter_list "(int param_1,int param_2,undefined4 param_3)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n undefined4 uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint unaff_r5;\n int *piVar6;\n int *piVar7;\n int iVar8;\n int iVar9;\n int iVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n int local_58;\n int local_54;\n uint local_50;\n uint local_3c;\n \n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }\n if (*(int *)(param_1 + 0x336c) != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }\n if (param_2 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }\n if (*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }\n uVar3 = *(uint *)(param_2 + 0x1c);\n uVar4 = *(uint *)(param_1 + 0x1c);\n if (uVar3 < uVar4) {\n unaff_r5 = uVar4;\n }\n if (uVar3 >= uVar4) {\n unaff_r5 = uVar3;\n }\n uVar3 = *(uint *)(param_1 + 0x18);\n if (*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)) {\n uVar3 = *(uint *)(param_2 + 0x18);\n }\n uVar1 = AcquireVirtualCacheView(param_1,param_3);\n uVar2 = AcquireVirtualCacheView(param_2,param_3);\n local_3c = 0;\n if (0 < (int)unaff_r5) {\n while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }\n }\nLAB_00075d58:\n DestroyCacheView(uVar2);\n DestroyCacheView(uVar1);\n return (int)unaff_r5 <= (int)local_3c;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "uint unaff_r5;" (type_identifier "uint") (identifier "unaff_r5") (; ";")) (declaration "int *piVar6;" (primitive_type "int") (pointer_declarator "*piVar6" (* "*") (identifier "piVar6")) (; ";")) (declaration "int *piVar7;" (primitive_type "int") (pointer_declarator "*piVar7" (* "*") (identifier "piVar7")) (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "int iVar10;" (primitive_type "int") (identifier "iVar10") (; ";")) (declaration "undefined8 uVar11;" (type_identifier "undefined8") (identifier "uVar11") (; ";")) (declaration "undefined8 uVar12;" (type_identifier "undefined8") (identifier "uVar12") (; ";")) (declaration "int local_58;" (primitive_type "int") (identifier "local_58") (; ";")) (declaration "int local_54;" (primitive_type "int") (identifier "local_54") (; ";")) (declaration "uint local_50;" (type_identifier "uint") (identifier "local_50") (; ";")) (declaration "uint local_3c;" (type_identifier "uint") (identifier "local_3c") (; ";")) (if_statement "if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }" (if "if") (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "__assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34));" (call_expression "__assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34))" (identifier "__assert_fail") (argument_list "((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40,\n (char *)((int)&DAT_00075e40 + DAT_00075e34))" (( "(") (cast_expression "(char *)(DAT_00075e3c + 0x75dbc)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00075e3c + 0x75dbc)" (( "(") (binary_expression "DAT_00075e3c + 0x75dbc" (identifier "DAT_00075e3c") (+ "+") (number_literal "0x75dbc")) () ")"))) (, ",") (cast_expression "(char *)(DAT_00075e38 + 0x75db8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00075e38 + 0x75db8)" (( "(") (binary_expression "DAT_00075e38 + 0x75db8" (identifier "DAT_00075e38") (+ "+") (number_literal "0x75db8")) () ")"))) (, ",") (identifier "DAT_00075e40") (, ",") (cast_expression "(char *)((int)&DAT_00075e40 + DAT_00075e34)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)&DAT_00075e40 + DAT_00075e34)" (( "(") (binary_expression "(int)&DAT_00075e40 + DAT_00075e34" (cast_expression "(int)&DAT_00075e40" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "&DAT_00075e40" (& "&") (identifier "DAT_00075e40"))) (+ "+") (identifier "DAT_00075e34")) () ")"))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(param_1 + 0x336c) != DAT_00075e28) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x336c) != DAT_00075e28)" (( "(") (binary_expression "*(int *)(param_1 + 0x336c) != DAT_00075e28" (pointer_expression "*(int *)(param_1 + 0x336c)" (* "*") (cast_expression "(int *)(param_1 + 0x336c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x336c)" (( "(") (binary_expression "param_1 + 0x336c" (identifier "param_1") (+ "+") (number_literal "0x336c")) () ")")))) (!= "!=") (identifier "DAT_00075e28")) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "__assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac));" (call_expression "__assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac))" (identifier "__assert_fail") (argument_list "((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24),\n DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac))" (( "(") (cast_expression "(char *)((int)&DAT_00075e28 + DAT_00075e6c)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)&DAT_00075e28 + DAT_00075e6c)" (( "(") (binary_expression "(int)&DAT_00075e28 + DAT_00075e6c" (cast_expression "(int)&DAT_00075e28" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "&DAT_00075e28" (& "&") (identifier "DAT_00075e28"))) (+ "+") (identifier "DAT_00075e6c")) () ")"))) (, ",") (cast_expression "(char *)(DAT_00075e68 + 0x75e24)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00075e68 + 0x75e24)" (( "(") (binary_expression "DAT_00075e68 + 0x75e24" (identifier "DAT_00075e68") (+ "+") (number_literal "0x75e24")) () ")"))) (, ",") (identifier "DAT_00075e70") (, ",") (cast_expression "(char *)(DAT_00075e64 + 0x75eac)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00075e64 + 0x75eac)" (( "(") (binary_expression "DAT_00075e64 + 0x75eac" (identifier "DAT_00075e64") (+ "+") (number_literal "0x75eac")) () ")"))) () ")"))) (; ";")) (} "}"))) (if_statement "if (param_2 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }" (if "if") (parenthesized_expression "(param_2 == 0)" (( "(") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "__assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88));" (call_expression "__assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88))" (identifier "__assert_fail") (argument_list "((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60,\n (char *)(DAT_00075e54 + 0x75e88))" (( "(") (cast_expression "(char *)(DAT_00075e5c + 0x75e04)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00075e5c + 0x75e04)" (( "(") (binary_expression "DAT_00075e5c + 0x75e04" (identifier "DAT_00075e5c") (+ "+") (number_literal "0x75e04")) () ")"))) (, ",") (cast_expression "(char *)(DAT_00075e58 + 0x75e00)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00075e58 + 0x75e00)" (( "(") (binary_expression "DAT_00075e58 + 0x75e00" (identifier "DAT_00075e58") (+ "+") (number_literal "0x75e00")) () ")"))) (, ",") (identifier "DAT_00075e60") (, ",") (cast_expression "(char *)(DAT_00075e54 + 0x75e88)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00075e54 + 0x75e88)" (( "(") (binary_expression "DAT_00075e54 + 0x75e88" (identifier "DAT_00075e54") (+ "+") (number_literal "0x75e88")) () ")"))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)) {\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }" (if "if") (parenthesized_expression "(*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c))" (( "(") (binary_expression "*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)" (pointer_expression "*(int *)(param_2 + 0x336c)" (* "*") (cast_expression "(int *)(param_2 + 0x336c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x336c)" (( "(") (binary_expression "param_2 + 0x336c" (identifier "param_2") (+ "+") (number_literal "0x336c")) () ")")))) (!= "!=") (pointer_expression "*(int *)(param_1 + 0x336c)" (* "*") (cast_expression "(int *)(param_1 + 0x336c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x336c)" (( "(") (binary_expression "param_1 + 0x336c" (identifier "param_1") (+ "+") (number_literal "0x336c")) () ")"))))) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "__assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44));" (call_expression "__assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44))" (identifier "__assert_fail") (argument_list "((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50,\n (char *)((int)&DAT_00075e64 + DAT_00075e44))" (( "(") (cast_expression "(char *)(DAT_00075e4c + 0x75de0)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00075e4c + 0x75de0)" (( "(") (binary_expression "DAT_00075e4c + 0x75de0" (identifier "DAT_00075e4c") (+ "+") (number_literal "0x75de0")) () ")"))) (, ",") (cast_expression "(char *)(DAT_00075e48 + 0x75ddc)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00075e48 + 0x75ddc)" (( "(") (binary_expression "DAT_00075e48 + 0x75ddc" (identifier "DAT_00075e48") (+ "+") (number_literal "0x75ddc")) () ")"))) (, ",") (identifier "DAT_00075e50") (, ",") (cast_expression "(char *)((int)&DAT_00075e64 + DAT_00075e44)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)&DAT_00075e64 + DAT_00075e44)" (( "(") (binary_expression "(int)&DAT_00075e64 + DAT_00075e44" (cast_expression "(int)&DAT_00075e64" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "&DAT_00075e64" (& "&") (identifier "DAT_00075e64"))) (+ "+") (identifier "DAT_00075e44")) () ")"))) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar3 = *(uint *)(param_2 + 0x1c);" (assignment_expression "uVar3 = *(uint *)(param_2 + 0x1c)" (identifier "uVar3") (= "=") (pointer_expression "*(uint *)(param_2 + 0x1c)" (* "*") (cast_expression "(uint *)(param_2 + 0x1c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x1c)" (( "(") (binary_expression "param_2 + 0x1c" (identifier "param_2") (+ "+") (number_literal "0x1c")) () ")"))))) (; ";")) (expression_statement "uVar4 = *(uint *)(param_1 + 0x1c);" (assignment_expression "uVar4 = *(uint *)(param_1 + 0x1c)" (identifier "uVar4") (= "=") (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")) () ")"))))) (; ";")) (if_statement "if (uVar3 < uVar4) {\n unaff_r5 = uVar4;\n }" (if "if") (parenthesized_expression "(uVar3 < uVar4)" (( "(") (binary_expression "uVar3 < uVar4" (identifier "uVar3") (< "<") (identifier "uVar4")) () ")")) (compound_statement "{\n unaff_r5 = uVar4;\n }" ({ "{") (expression_statement "unaff_r5 = uVar4;" (assignment_expression "unaff_r5 = uVar4" (identifier "unaff_r5") (= "=") (identifier "uVar4")) (; ";")) (} "}"))) (if_statement "if (uVar3 >= uVar4) {\n unaff_r5 = uVar3;\n }" (if "if") (parenthesized_expression "(uVar3 >= uVar4)" (( "(") (binary_expression "uVar3 >= uVar4" (identifier "uVar3") (>= ">=") (identifier "uVar4")) () ")")) (compound_statement "{\n unaff_r5 = uVar3;\n }" ({ "{") (expression_statement "unaff_r5 = uVar3;" (assignment_expression "unaff_r5 = uVar3" (identifier "unaff_r5") (= "=") (identifier "uVar3")) (; ";")) (} "}"))) (expression_statement "uVar3 = *(uint *)(param_1 + 0x18);" (assignment_expression "uVar3 = *(uint *)(param_1 + 0x18)" (identifier "uVar3") (= "=") (pointer_expression "*(uint *)(param_1 + 0x18)" (* "*") (cast_expression "(uint *)(param_1 + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)) {\n uVar3 = *(uint *)(param_2 + 0x18);\n }" (if "if") (parenthesized_expression "(*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18))" (( "(") (binary_expression "*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)" (pointer_expression "*(uint *)(param_1 + 0x18)" (* "*") (cast_expression "(uint *)(param_1 + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (<= "<=") (pointer_expression "*(uint *)(param_2 + 0x18)" (* "*") (cast_expression "(uint *)(param_2 + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")"))))) () ")")) (compound_statement "{\n uVar3 = *(uint *)(param_2 + 0x18);\n }" ({ "{") (expression_statement "uVar3 = *(uint *)(param_2 + 0x18);" (assignment_expression "uVar3 = *(uint *)(param_2 + 0x18)" (identifier "uVar3") (= "=") (pointer_expression "*(uint *)(param_2 + 0x18)" (* "*") (cast_expression "(uint *)(param_2 + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (} "}"))) (expression_statement "uVar1 = AcquireVirtualCacheView(param_1,param_3);" (assignment_expression "uVar1 = AcquireVirtualCacheView(param_1,param_3)" (identifier "uVar1") (= "=") (call_expression "AcquireVirtualCacheView(param_1,param_3)" (identifier "AcquireVirtualCacheView") (argument_list "(param_1,param_3)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") () ")")))) (; ";")) (expression_statement "uVar2 = AcquireVirtualCacheView(param_2,param_3);" (assignment_expression "uVar2 = AcquireVirtualCacheView(param_2,param_3)" (identifier "uVar2") (= "=") (call_expression "AcquireVirtualCacheView(param_2,param_3)" (identifier "AcquireVirtualCacheView") (argument_list "(param_2,param_3)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") () ")")))) (; ";")) (expression_statement "local_3c = 0;" (assignment_expression "local_3c = 0" (identifier "local_3c") (= "=") (number_literal "0")) (; ";")) (if_statement "if (0 < (int)unaff_r5) {\n while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }\n }" (if "if") (parenthesized_expression "(0 < (int)unaff_r5)" (( "(") (binary_expression "0 < (int)unaff_r5" (number_literal "0") (< "<") (cast_expression "(int)unaff_r5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "unaff_r5"))) () ")")) (compound_statement "{\n while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }\n }" ({ "{") (while_statement "while( true ) {\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);\n local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);\n if (local_54 == 0 || local_58 == 0) break;\n if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }\nLAB_00075d40:\n local_3c = local_3c + 1;\n if (local_3c == unaff_r5) break;\n }" ({ "{") (expression_statement "local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3);" (assignment_expression "local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3)" (identifier "local_54") (= "=") (call_expression "GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3)" (identifier "GetCacheViewVirtualPixels") (argument_list "(uVar1,0,local_3c,uVar3,1,param_3)" (( "(") (identifier "uVar1") (, ",") (number_literal "0") (, ",") (identifier "local_3c") (, ",") (identifier "uVar3") (, ",") (number_literal "1") (, ",") (identifier "param_3") () ")")))) (; ";")) (expression_statement "local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3);" (assignment_expression "local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3)" (identifier "local_58") (= "=") (call_expression "GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3)" (identifier "GetCacheViewVirtualPixels") (argument_list "(uVar2,0,local_3c,uVar3,1,param_3)" (( "(") (identifier "uVar2") (, ",") (number_literal "0") (, ",") (identifier "local_3c") (, ",") (identifier "uVar3") (, ",") (number_literal "1") (, ",") (identifier "param_3") () ")")))) (; ";")) (if_statement "if (local_54 == 0 || local_58 == 0) break;" (if "if") (parenthesized_expression "(local_54 == 0 || local_58 == 0)" (( "(") (binary_expression "local_54 == 0 || local_58 == 0" (binary_expression "local_54 == 0" (identifier "local_54") (== "==") (number_literal "0")) (|| "||") (binary_expression "local_58 == 0" (identifier "local_58") (== "==") (number_literal "0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (if_statement "if (0 < (int)uVar3) {\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }" (if "if") (parenthesized_expression "(0 < (int)uVar3)" (( "(") (binary_expression "0 < (int)uVar3" (number_literal "0") (< "<") (cast_expression "(int)uVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar3"))) () ")")) (compound_statement "{\n iVar9 = *(int *)(param_1 + 0x2c0);\n local_50 = 0;\n do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);\n }" ({ "{") (expression_statement "iVar9 = *(int *)(param_1 + 0x2c0);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x2c0)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)(param_1 + 0x2c0)" (* "*") (cast_expression "(int *)(param_1 + 0x2c0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x2c0)" (( "(") (binary_expression "param_1 + 0x2c0" (identifier "param_1") (+ "+") (number_literal "0x2c0")) () ")"))))) (; ";")) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" (identifier "local_50") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n } while (local_50 != uVar3);" (do "do") (compound_statement "{\n if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }\n local_50 = local_50 + 1;\n local_54 = local_54 + iVar9 * 4;\n local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;\n }" ({ "{") (if_statement "if (0 < iVar9) {\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }" (if "if") (parenthesized_expression "(0 < iVar9)" (( "(") (binary_expression "0 < iVar9" (number_literal "0") (< "<") (identifier "iVar9")) () ")")) (compound_statement "{\n iVar5 = 0;\n piVar7 = *(int **)(param_1 + 0x2d0);\n iVar8 = *(int *)(param_2 + 0x2d0);\n piVar6 = piVar7;\n do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);\n }" ({ "{") (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" (identifier "iVar5") (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar7 = *(int **)(param_1 + 0x2d0);" (assignment_expression "piVar7 = *(int **)(param_1 + 0x2d0)" (identifier "piVar7") (= "=") (pointer_expression "*(int **)(param_1 + 0x2d0)" (* "*") (cast_expression "(int **)(param_1 + 0x2d0)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x2d0)" (( "(") (binary_expression "param_1 + 0x2d0" (identifier "param_1") (+ "+") (number_literal "0x2d0")) () ")"))))) (; ";")) (expression_statement "iVar8 = *(int *)(param_2 + 0x2d0);" (assignment_expression "iVar8 = *(int *)(param_2 + 0x2d0)" (identifier "iVar8") (= "=") (pointer_expression "*(int *)(param_2 + 0x2d0)" (* "*") (cast_expression "(int *)(param_2 + 0x2d0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x2d0)" (( "(") (binary_expression "param_2 + 0x2d0" (identifier "param_2") (+ "+") (number_literal "0x2d0")) () ")"))))) (; ";")) (expression_statement "piVar6 = piVar7;" (assignment_expression "piVar6 = piVar7" (identifier "piVar6") (= "=") (identifier "piVar7")) (; ";")) (do_statement "do {\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n } while (iVar5 != iVar9);" (do "do") (compound_statement "{\n iVar10 = iVar8 + *piVar6 * 0xc;\n uVar4 = *(uint *)(iVar10 + 4);\n if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }\n iVar5 = iVar5 + 1;\n piVar6 = piVar6 + 3;\n }" ({ "{") (expression_statement "iVar10 = iVar8 + *piVar6 * 0xc;" (assignment_expression "iVar10 = iVar8 + *piVar6 * 0xc" (identifier "iVar10") (= "=") (binary_expression "iVar8 + *piVar6 * 0xc" (identifier "iVar8") (+ "+") (binary_expression "*piVar6 * 0xc" (pointer_expression "*piVar6" (* "*") (identifier "piVar6")) (* "*") (number_literal "0xc")))) (; ";")) (expression_statement "uVar4 = *(uint *)(iVar10 + 4);" (assignment_expression "uVar4 = *(uint *)(iVar10 + 4)" (identifier "uVar4") (= "=") (pointer_expression "*(uint *)(iVar10 + 4)" (* "*") (cast_expression "(uint *)(iVar10 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar10 + 4)" (( "(") (binary_expression "iVar10 + 4" (identifier "iVar10") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) {\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }" (if "if") (parenthesized_expression "((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0))" (( "(") (binary_expression "(uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)" (parenthesized_expression "(uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0)" (( "(") (binary_expression "uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0" (binary_expression "uVar4 != 0" (identifier "uVar4") (!= "!=") (number_literal "0")) (&& "&&") (binary_expression "piVar7[*piVar6 * 3 + 1] != 0" (subscript_expression "piVar7[*piVar6 * 3 + 1]" (identifier "piVar7") ([ "[") (binary_expression "*piVar6 * 3 + 1" (binary_expression "*piVar6 * 3" (pointer_expression "*piVar6" (* "*") (identifier "piVar6")) (* "*") (number_literal "3")) (+ "+") (number_literal "1")) (] "]")) (!= "!=") (number_literal "0"))) () ")")) (&& "&&") (parenthesized_expression "((uVar4 & 2) != 0)" (( "(") (binary_expression "(uVar4 & 2) != 0" (parenthesized_expression "(uVar4 & 2)" (( "(") (binary_expression "uVar4 & 2" (identifier "uVar4") (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));\n uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));\n uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));\n iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);\n if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }\n }" ({ "{") (expression_statement "uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4));" (assignment_expression "uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4))" (identifier "uVar11") (= "=") (call_expression "FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4))" (identifier "FUN_002ea218") (argument_list "(*(undefined4 *)(local_54 + iVar5 * 4))" (( "(") (pointer_expression "*(undefined4 *)(local_54 + iVar5 * 4)" (* "*") (cast_expression "(undefined4 *)(local_54 + iVar5 * 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_54 + iVar5 * 4)" (( "(") (binary_expression "local_54 + iVar5 * 4" (identifier "local_54") (+ "+") (binary_expression "iVar5 * 4" (identifier "iVar5") (* "*") (number_literal "4"))) () ")")))) () ")")))) (; ";")) (expression_statement "uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4));" (assignment_expression "uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4))" (identifier "uVar12") (= "=") (call_expression "FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4))" (identifier "FUN_002ea218") (argument_list "(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4))" (( "(") (pointer_expression "*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4)" (* "*") (cast_expression "(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_58 + *(int *)(iVar10 + 8) * 4)" (( "(") (binary_expression "local_58 + *(int *)(iVar10 + 8) * 4" (identifier "local_58") (+ "+") (binary_expression "*(int *)(iVar10 + 8) * 4" (pointer_expression "*(int *)(iVar10 + 8)" (* "*") (cast_expression "(int *)(iVar10 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar10 + 8)" (( "(") (binary_expression "iVar10 + 8" (identifier "iVar10") (+ "+") (number_literal "8")) () ")")))) (* "*") (number_literal "4"))) () ")")))) () ")")))) (; ";")) (expression_statement "uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20));" (assignment_expression "uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20))" (identifier "uVar11") (= "=") (call_expression "FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20))" (identifier "FUN_002e9f1c") (argument_list "((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12,\n (int)((ulonglong)uVar12 >> 0x20))" (( "(") (cast_expression "(int)uVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar11")) (, ",") (cast_expression "(int)((ulonglong)uVar11 >> 0x20)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((ulonglong)uVar11 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar11 >> 0x20" (cast_expression "(ulonglong)uVar11" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar11")) (>> ">>") (number_literal "0x20")) () ")"))) (, ",") (cast_expression "(int)uVar12" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar12")) (, ",") (cast_expression "(int)((ulonglong)uVar12 >> 0x20)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((ulonglong)uVar12 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar12 >> 0x20" (cast_expression "(ulonglong)uVar12" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar12")) (>> ">>") (number_literal "0x20")) () ")"))) () ")")))) (; ";")) (expression_statement "iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30);" (assignment_expression "iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30)" (identifier "iVar10") (= "=") (call_expression "FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30)" (identifier "FUN_002ea848") (argument_list "((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff,\n DAT_00075e2c,DAT_00075e30)" (( "(") (cast_expression "(int)uVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar11")) (, ",") (binary_expression "(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff" (call_expression "(uint)((ulonglong)uVar11 >> 0x20)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "((ulonglong)uVar11 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar11 >> 0x20" (cast_expression "(ulonglong)uVar11" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar11")) (>> ">>") (number_literal "0x20")) () ")"))) (& "&") (number_literal "0x7fffffff")) (, ",") (identifier "DAT_00075e2c") (, ",") (identifier "DAT_00075e30") () ")")))) (; ";")) (if_statement "if (iVar10 != 0) {\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }" (if "if") (parenthesized_expression "(iVar10 != 0)" (( "(") (binary_expression "iVar10 != 0" (identifier "iVar10") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;\n goto LAB_00075d58;\n }" ({ "{") (if_statement "if ((int)uVar3 <= (int)local_50) goto LAB_00075d40;" (if "if") (parenthesized_expression "((int)uVar3 <= (int)local_50)" (( "(") (binary_expression "(int)uVar3 <= (int)local_50" (cast_expression "(int)uVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar3")) (<= "<=") (cast_expression "(int)local_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_50"))) () ")")) (goto_statement "goto LAB_00075d40;" (goto "goto") (statement_identifier "LAB_00075d40") (; ";"))) (goto_statement "goto LAB_00075d58;" (goto "goto") (statement_identifier "LAB_00075d58") (; ";")) (} "}"))) (} "}"))) (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" (identifier "iVar5") (= "=") (binary_expression "iVar5 + 1" (identifier "iVar5") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "piVar6 = piVar6 + 3;" (assignment_expression "piVar6 = piVar6 + 3" (identifier "piVar6") (= "=") (binary_expression "piVar6 + 3" (identifier "piVar6") (+ "+") (number_literal "3"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar5 != iVar9)" (( "(") (binary_expression "iVar5 != iVar9" (identifier "iVar5") (!= "!=") (identifier "iVar9")) () ")")) (; ";")) (} "}"))) (expression_statement "local_50 = local_50 + 1;" (assignment_expression "local_50 = local_50 + 1" (identifier "local_50") (= "=") (binary_expression "local_50 + 1" (identifier "local_50") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "local_54 = local_54 + iVar9 * 4;" (assignment_expression "local_54 = local_54 + iVar9 * 4" (identifier "local_54") (= "=") (binary_expression "local_54 + iVar9 * 4" (identifier "local_54") (+ "+") (binary_expression "iVar9 * 4" (identifier "iVar9") (* "*") (number_literal "4")))) (; ";")) (expression_statement "local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4;" (assignment_expression "local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4" (identifier "local_58") (= "=") (binary_expression "local_58 + *(int *)(param_2 + 0x2c0) * 4" (identifier "local_58") (+ "+") (binary_expression "*(int *)(param_2 + 0x2c0) * 4" (pointer_expression "*(int *)(param_2 + 0x2c0)" (* "*") (cast_expression "(int *)(param_2 + 0x2c0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x2c0)" (( "(") (binary_expression "param_2 + 0x2c0" (identifier "param_2") (+ "+") (number_literal "0x2c0")) () ")")))) (* "*") (number_literal "4")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_50 != uVar3)" (( "(") (binary_expression "local_50 != uVar3" (identifier "local_50") (!= "!=") (identifier "uVar3")) () ")")) (; ";")) (} "}"))) (labeled_statement "LAB_00075d40:\n local_3c = local_3c + 1;" (statement_identifier "LAB_00075d40") (: ":") (expression_statement "local_3c = local_3c + 1;" (assignment_expression "local_3c = local_3c + 1" (identifier "local_3c") (= "=") (binary_expression "local_3c + 1" (identifier "local_3c") (+ "+") (number_literal "1"))) (; ";"))) (if_statement "if (local_3c == unaff_r5) break;" (if "if") (parenthesized_expression "(local_3c == unaff_r5)" (( "(") (binary_expression "local_3c == unaff_r5" (identifier "local_3c") (== "==") (identifier "unaff_r5")) () ")")) (break_statement "break;" (break "break") (; ";"))) (} "}"))) (} "}"))) (labeled_statement "LAB_00075d58:\n DestroyCacheView(uVar2);" (statement_identifier "LAB_00075d58") (: ":") (expression_statement "DestroyCacheView(uVar2);" (call_expression "DestroyCacheView(uVar2)" (identifier "DestroyCacheView") (argument_list "(uVar2)" (( "(") (identifier "uVar2") () ")"))) (; ";"))) (expression_statement "DestroyCacheView(uVar1);" (call_expression "DestroyCacheView(uVar1)" (identifier "DestroyCacheView") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")"))) (; ";")) (return_statement "return (int)unaff_r5 <= (int)local_3c;" (return "return") (binary_expression "(int)unaff_r5 <= (int)local_3c" (cast_expression "(int)unaff_r5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "unaff_r5")) (<= "<=") (cast_expression "(int)local_3c" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_3c"))) (; ";")) (} "}")))
/* WARNING: Enum "GravityType": Some values do not have unique names */ /* WARNING: Enum "DisposeType": Some values do not have unique names */ /* WARNING: Enum "ChannelType": Some values do not have unique names */ /* WARNING: Enum "PixelChannel": Some values do not have unique names */ /* WARNING: Enum "ExceptionType": Some values do not have unique names */ type_1 function_1(type_2 *var_1,type_2 *var_10,type_3 *exception) { type_4 *cache_view; type_4 *cache_view_00; type_5 var_17; type_5 var_18; type_5 unaff_r5; if (var_1 == (type_2 *)0x0) { /* WARNING: Subroutine does not return */ var_2((char *)(var_3 + 0x75dbc),(char *)(var_4 + 0x75db8),DAT_00075e40, (char *)((int)&DAT_00075e40 + var_5)); } if (var_1->signature != var_6) { /* WARNING: Subroutine does not return */ var_2((char *)((int)&var_6 + var_7),(char *)(var_8 + 0x75e24), DAT_00075e70,(char *)(var_9 + 0x75eac)); } if (var_10 == (type_2 *)0x0) { /* WARNING: Subroutine does not return */ var_2((char *)(var_11 + 0x75e04),(char *)(var_12 + 0x75e00),DAT_00075e60, (char *)(var_13 + 0x75e88)); } if (var_10->signature != var_1->signature) { /* WARNING: Subroutine does not return */ var_2((char *)(var_14 + 0x75de0),(char *)(var_15 + 0x75ddc),DAT_00075e50, (char *)((int)&var_9 + var_16)); } var_17 = var_10->rows; var_18 = var_1->rows; if (var_17 < var_18) { unaff_r5 = var_18; } if (var_17 >= var_18) { unaff_r5 = var_17; } var_17 = var_1->columns; if (var_1->columns <= var_10->columns) { var_17 = var_10->columns; } cache_view = var_19(var_1,exception); cache_view_00 = var_19(var_10,exception); if ((int)unaff_r5 < 1) { var_20(cache_view_00); var_20(cache_view); return (type_5)((int)unaff_r5 < 1); } /* WARNING: Subroutine does not return */ var_21(cache_view,0,0,var_17,1,exception); }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) 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 (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (identifier) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (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: (identifier))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))) right: (identifier)))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (identifier) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (identifier) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (identifier) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))) right: (identifier))))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (identifier) (number_literal) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (identifier) (number_literal) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (break_statement)) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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: (subscript_expression argument: (identifier) index: (binary_expression left: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)) right: (number_literal))) right: (number_literal)))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) 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: (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: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))) (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))) right: (number_literal)) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (break_statement)))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))))))
bool MASKED(int param_1,int param_2,undefined4 param_3) { undefined4 uVar1; undefined4 uVar2; uint uVar3; uint uVar4; int iVar5; uint unaff_r5; int *piVar6; int *piVar7; int iVar8; int iVar9; int iVar10; undefined8 uVar11; undefined8 uVar12; int local_58; int local_54; uint local_50; uint local_3c; if (param_1 == 0) { /* WARNING: Subroutine does not return */ __assert_fail((char *)(DAT_00075e3c + 0x75dbc),(char *)(DAT_00075e38 + 0x75db8),DAT_00075e40, (char *)((int)&DAT_00075e40 + DAT_00075e34)); } if (*(int *)(param_1 + 0x336c) != DAT_00075e28) { /* WARNING: Subroutine does not return */ __assert_fail((char *)((int)&DAT_00075e28 + DAT_00075e6c),(char *)(DAT_00075e68 + 0x75e24), DAT_00075e70,(char *)(DAT_00075e64 + 0x75eac)); } if (param_2 == 0) { /* WARNING: Subroutine does not return */ __assert_fail((char *)(DAT_00075e5c + 0x75e04),(char *)(DAT_00075e58 + 0x75e00),DAT_00075e60, (char *)(DAT_00075e54 + 0x75e88)); } if (*(int *)(param_2 + 0x336c) != *(int *)(param_1 + 0x336c)) { /* WARNING: Subroutine does not return */ __assert_fail((char *)(DAT_00075e4c + 0x75de0),(char *)(DAT_00075e48 + 0x75ddc),DAT_00075e50, (char *)((int)&DAT_00075e64 + DAT_00075e44)); } uVar3 = *(uint *)(param_2 + 0x1c); uVar4 = *(uint *)(param_1 + 0x1c); if (uVar3 < uVar4) { unaff_r5 = uVar4; } if (uVar3 >= uVar4) { unaff_r5 = uVar3; } uVar3 = *(uint *)(param_1 + 0x18); if (*(uint *)(param_1 + 0x18) <= *(uint *)(param_2 + 0x18)) { uVar3 = *(uint *)(param_2 + 0x18); } uVar1 = AcquireVirtualCacheView(param_1,param_3); uVar2 = AcquireVirtualCacheView(param_2,param_3); local_3c = 0; if (0 < (int)unaff_r5) { while( true ) { local_54 = GetCacheViewVirtualPixels(uVar1,0,local_3c,uVar3,1,param_3); local_58 = GetCacheViewVirtualPixels(uVar2,0,local_3c,uVar3,1,param_3); if (local_54 == 0 || local_58 == 0) break; if (0 < (int)uVar3) { iVar9 = *(int *)(param_1 + 0x2c0); local_50 = 0; do { if (0 < iVar9) { iVar5 = 0; piVar7 = *(int **)(param_1 + 0x2d0); iVar8 = *(int *)(param_2 + 0x2d0); piVar6 = piVar7; do { iVar10 = iVar8 + *piVar6 * 0xc; uVar4 = *(uint *)(iVar10 + 4); if ((uVar4 != 0 && piVar7[*piVar6 * 3 + 1] != 0) && ((uVar4 & 2) != 0)) { uVar11 = FUN_002ea218(*(undefined4 *)(local_54 + iVar5 * 4)); uVar12 = FUN_002ea218(*(undefined4 *)(local_58 + *(int *)(iVar10 + 8) * 4)); uVar11 = FUN_002e9f1c((int)uVar11,(int)((ulonglong)uVar11 >> 0x20),(int)uVar12, (int)((ulonglong)uVar12 >> 0x20)); iVar10 = FUN_002ea848((int)uVar11,(uint)((ulonglong)uVar11 >> 0x20) & 0x7fffffff, DAT_00075e2c,DAT_00075e30); if (iVar10 != 0) { if ((int)uVar3 <= (int)local_50) goto LAB_00075d40; goto LAB_00075d58; } } iVar5 = iVar5 + 1; piVar6 = piVar6 + 3; } while (iVar5 != iVar9); } local_50 = local_50 + 1; local_54 = local_54 + iVar9 * 4; local_58 = local_58 + *(int *)(param_2 + 0x2c0) * 4; } while (local_50 != uVar3); } LAB_00075d40: local_3c = local_3c + 1; if (local_3c == unaff_r5) break; } } LAB_00075d58: DestroyCacheView(uVar2); DestroyCacheView(uVar1); return (int)unaff_r5 <= (int)local_3c; }
78,650
94_cflow_and_cflow_strip.c
yy_get_next_buffer
FUN_000127b4
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention */ int yy_get_next_buffer(void) { int iVar1; undefined1 *puVar2; void *pvVar3; void *pvVar4; int *piVar5; undefined1 *puVar6; int iVar8; uint uVar9; undefined1 *puVar10; uint uVar11; int iVar12; undefined4 *puVar13; int iVar14; int iVar15; int iVar16; undefined1 *puVar7; iVar15 = *(int *)(DAT_00012b20 + 0x127cc); iVar16 = *(int *)(DAT_00012b20 + 0x127c8); iVar12 = *(int *)(iVar16 + iVar15 * 4); uVar9 = *(uint *)(DAT_00012b20 + 0x127d0); puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28); puVar10 = (undefined1 *)*puVar13; if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) { /* WARNING: Subroutine does not return */ yy_fatal_error((char *)((int)&DAT_00012b20 + DAT_00012b58)); } iVar14 = uVar9 - (int)puVar10; if (*(int *)(iVar12 + 0x28) == 0) { if (iVar14 != 1) { iVar14 = 2; } return iVar14; } iVar14 = iVar14 + -1; if (0 < iVar14) { puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1); puVar7 = puVar10; do { puVar6 = puVar7 + 1; puVar2 = puVar2 + 1; *puVar2 = *puVar7; puVar7 = puVar6; } while (puVar10 + iVar14 != puVar6); iVar12 = *(int *)(iVar16 + iVar15 * 4); } iVar1 = DAT_00012b2c; if (*(int *)(iVar12 + 0x2c) == 2) { *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0; *(undefined4 *)(iVar12 + 0x10) = 0; LAB_00012a30: iVar12 = _UNK_00012b50; if (iVar14 == 0) { iVar15 = 1; yyrestart(*(FILE **)(_UNK_00012b50 + 0x12ad4)); puVar2 = *(undefined1 **)(iVar12 + 0x12ad0); piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4); iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4); } else { iVar15 = 2; puVar2 = *(undefined1 **)(FUN_00012a68 + DAT_00012b44); iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4); piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4); *(undefined4 *)(iVar12 + 0x2c) = 2; } } else { puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9); iVar8 = _FUN_00012b3c; while (_FUN_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) { pvVar4 = *(void **)(iVar12 + 4); if (*(int *)(iVar12 + 0x14) == 0) { *(undefined4 *)(iVar12 + 4) = 0; LAB_000128bc: /* WARNING: Subroutine does not return */ yy_fatal_error((char *)(DAT_00012b30 + 0x128c8)); } uVar11 = *(uint *)(iVar12 + 0xc); iVar8 = uVar11 << 1; if (iVar8 == 0) { iVar8 = uVar11 + (uVar11 >> 3); } *(int *)(iVar12 + 0xc) = iVar8; pvVar3 = realloc(pvVar4,iVar8 + 2); *(void **)(iVar12 + 4) = pvVar3; if (pvVar3 == (void *)0x0) goto LAB_000128bc; iVar12 = *(int *)(iVar16 + iVar15 * 4); uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4); iVar8 = *(int *)(iVar12 + 0xc); *(uint *)(iVar1 + 0x12870) = uVar9; puVar10 = (undefined1 *)((iVar8 - iVar14) + -1); iVar8 = _FUN_00012b3c; } if ((undefined1 *)0x1fff < puVar10) { puVar10 = (undefined1 *)0x2000; } if (*(int *)(iVar12 + 0x18) == 0) { piVar5 = __errno_location(); *piVar5 = 0; iVar15 = DAT_00012b34; while( true ) { puVar2 = (undefined1 *) fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10, *(FILE **)(iVar15 + 0x1292c)); *(undefined1 **)(iVar15 + 0x12928) = puVar2; if (puVar2 != (undefined1 *)0x0) break; iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c)); if (iVar12 == 0) { *(undefined4 *) (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0; goto LAB_00012a30; } if (*piVar5 != 4) { LAB_00012b08: /* WARNING: Subroutine does not return */ yy_fatal_error(&LAB_00012b14 + DAT_00012b54); } *piVar5 = 0; clearerr(*(FILE **)(iVar15 + 0x1292c)); iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4); } iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4); piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4); *(undefined1 **)(iVar12 + 0x10) = puVar2; } else { puVar7 = (undefined1 *)0x0; do { iVar12 = getc(*(FILE **)(iVar8 + 0x129fc)); if (iVar12 == -1) { iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc)); if (iVar12 != 0) goto LAB_00012b08; piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4); puVar2 = puVar7; break; } iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4); piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4); puVar6 = puVar7 + 1; if (iVar12 == 10) { puVar7[iVar15 + iVar14] = (char)iVar12; puVar2 = puVar6; break; } puVar7[iVar15 + iVar14] = (char)iVar12; puVar7 = puVar6; puVar2 = puVar10; } while (puVar10 != puVar6); iVar12 = *piVar5; *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2; *(undefined1 **)(iVar12 + 0x10) = puVar2; if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30; } iVar15 = 0; } puVar10 = puVar2 + iVar14; pvVar4 = *(void **)(iVar12 + 4); if (*(undefined1 **)(iVar12 + 0xc) < puVar10) { pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1))); iVar16 = *piVar5; *(void **)(iVar12 + 4) = pvVar4; pvVar4 = *(void **)(iVar16 + 4); if (pvVar4 == (void *)0x0) { /* WARNING: Subroutine does not return */ yy_fatal_error((char *)(_UNK_00012b4c + 0x12aa0)); } } *(undefined1 *)((int)pvVar4 + (int)puVar10) = 0; iVar12 = *(int *)(*piVar5 + 4); *(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10; puVar10[iVar12 + 1] = 0; *puVar13 = *(undefined4 *)(*piVar5 + 4); return iVar15; }
int FUN_000127b4(void) { int iVar1; undefined1 *puVar2; void *pvVar3; void *pvVar4; int *piVar5; undefined1 *puVar6; int iVar8; uint uVar9; undefined1 *puVar10; uint uVar11; int iVar12; undefined4 *puVar13; int iVar14; int iVar15; int iVar16; undefined1 *puVar7; iVar15 = *(int *)(DAT_00012b20 + 0x127cc); iVar16 = *(int *)(DAT_00012b20 + 0x127c8); iVar12 = *(int *)(iVar16 + iVar15 * 4); uVar9 = *(uint *)(DAT_00012b20 + 0x127d0); puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28); puVar10 = (undefined1 *)*puVar13; if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) { /* WARNING: Subroutine does not return */ FUN_00012350((int)&DAT_00012b20 + DAT_00012b58); } iVar14 = uVar9 - (int)puVar10; if (*(int *)(iVar12 + 0x28) == 0) { if (iVar14 != 1) { iVar14 = 2; } return iVar14; } iVar14 = iVar14 + -1; if (0 < iVar14) { puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1); puVar7 = puVar10; do { puVar6 = puVar7 + 1; puVar2 = puVar2 + 1; *puVar2 = *puVar7; puVar7 = puVar6; } while (puVar10 + iVar14 != puVar6); iVar12 = *(int *)(iVar16 + iVar15 * 4); } iVar1 = DAT_00012b2c; if (*(int *)(iVar12 + 0x2c) == 2) { *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0; *(undefined4 *)(iVar12 + 0x10) = 0; LAB_00012a30: iVar12 = DAT_00012b50; if (iVar14 == 0) { iVar15 = 1; FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4)); puVar2 = *(undefined1 **)(iVar12 + 0x12ad0); piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4); iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4); } else { iVar15 = 2; puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68); iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4); piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4); *(undefined4 *)(iVar12 + 0x2c) = 2; } } else { puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9); iVar8 = DAT_00012b3c; while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) { pvVar4 = *(void **)(iVar12 + 4); if (*(int *)(iVar12 + 0x14) == 0) { *(undefined4 *)(iVar12 + 4) = 0; LAB_000128bc: /* WARNING: Subroutine does not return */ FUN_00012350(DAT_00012b30 + 0x128c8); } uVar11 = *(uint *)(iVar12 + 0xc); iVar8 = uVar11 << 1; if (iVar8 == 0) { iVar8 = uVar11 + (uVar11 >> 3); } *(int *)(iVar12 + 0xc) = iVar8; pvVar3 = realloc(pvVar4,iVar8 + 2); *(void **)(iVar12 + 4) = pvVar3; if (pvVar3 == (void *)0x0) goto LAB_000128bc; iVar12 = *(int *)(iVar16 + iVar15 * 4); uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4); iVar8 = *(int *)(iVar12 + 0xc); *(uint *)(iVar1 + 0x12870) = uVar9; puVar10 = (undefined1 *)((iVar8 - iVar14) + -1); iVar8 = DAT_00012b3c; } if ((undefined1 *)0x1fff < puVar10) { puVar10 = (undefined1 *)0x2000; } if (*(int *)(iVar12 + 0x18) == 0) { piVar5 = __errno_location(); *piVar5 = 0; iVar15 = DAT_00012b34; while( true ) { puVar2 = (undefined1 *) fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10, *(FILE **)(iVar15 + 0x1292c)); *(undefined1 **)(iVar15 + 0x12928) = puVar2; if (puVar2 != (undefined1 *)0x0) break; iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c)); if (iVar12 == 0) { *(undefined4 *) (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0; goto LAB_00012a30; } if (*piVar5 != 4) { LAB_00012b08: /* WARNING: Subroutine does not return */ FUN_00012350(DAT_00012b54 + 0x12b14); } *piVar5 = 0; clearerr(*(FILE **)(iVar15 + 0x1292c)); iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4); } iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4); piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4); *(undefined1 **)(iVar12 + 0x10) = puVar2; } else { puVar7 = (undefined1 *)0x0; do { iVar12 = getc(*(FILE **)(iVar8 + 0x129fc)); if (iVar12 == -1) { iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc)); if (iVar12 != 0) goto LAB_00012b08; piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4); puVar2 = puVar7; break; } iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4); piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4); puVar6 = puVar7 + 1; if (iVar12 == 10) { puVar7[iVar15 + iVar14] = (char)iVar12; puVar2 = puVar6; break; } puVar7[iVar15 + iVar14] = (char)iVar12; puVar7 = puVar6; puVar2 = puVar10; } while (puVar10 != puVar6); iVar12 = *piVar5; *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2; *(undefined1 **)(iVar12 + 0x10) = puVar2; if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30; } iVar15 = 0; } puVar10 = puVar2 + iVar14; pvVar4 = *(void **)(iVar12 + 4); if (*(undefined1 **)(iVar12 + 0xc) < puVar10) { pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1))); iVar16 = *piVar5; *(void **)(iVar12 + 4) = pvVar4; pvVar4 = *(void **)(iVar16 + 4); if (pvVar4 == (void *)0x0) { /* WARNING: Subroutine does not return */ FUN_00012350(DAT_00012b4c + 0x12aa0); } } *(undefined1 *)((int)pvVar4 + (int)puVar10) = 0; iVar12 = *(int *)(*piVar5 + 4); *(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10; puVar10[iVar12 + 1] = 0; *puVar13 = *(undefined4 *)(*piVar5 + 4); return iVar15; }
ldr r2,[0x12b20] stmdb sp!,{r4,r5,r6,r7,r8,r9,r10,lr} add r2,pc,r2 ldr r9,[r2,#0x8] ldr lr,[r2,#0x4] ldr r3,[r2,#0x20] ldr r4,[lr,r9,lsl #0x2] ldr r1,[0x12b24] ldr r12,[0x12b28] ldr r0,[r4,#0x4] add r1,pc,r1 add r3,r3,#0x1 ldr r2,[r2,#0xc] add r3,r0,r3 ldr r7,[r1,r12] cmp r2,r3 add r5,lr,r9, lsl #0x2 ldr r3,[r7,#0x0] bhi 0x00012b14 ldr r1,[r4,#0x28] sub r8,r2,r3 cmp r1,#0x0 beq 0x000128c8 sub r6,r8,#0x1 cmp r6,#0x0 ble 0x0001283c sub r0,r0,#0x1 add r4,r3,r6 cpy r1,r3 ldrb r12,[r1],#0x1 strb r12,[r0,#0x1]! cmp r4,r1 bne 0x00012828 ldr r4,[lr,r9,lsl #0x2] ldr r1,[r4,#0x2c] cmp r1,#0x2 beq 0x00012a60 ldr r1,[r4,#0xc] sub r3,r3,r2 adds r3,r3,r1 bne 0x000128d8 ldr r8,[0x12b2c] add r8,pc,r8 b 0x000128a4 ldr r3,[r4,#0xc] movs r1,r3, lsl #0x1 addeq r1,r3,r3, lsr #0x3 str r1,[r4,#0xc] add r1,r1,#0x2 bl 0x00011af0 cmp r0,#0x0 str r0,[r4,#0x4] beq 0x000128bc ldr r4,[r5,#0x0] add r2,r0,r9 ldr r3,[r4,#0xc] str r2,[r8,#0xc] sub r3,r3,r6 subs r3,r3,#0x1 bne 0x000128d8 ldr r3,[r4,#0x14] ldr r0,[r4,#0x4] cmp r3,#0x0 sub r9,r2,r0 bne 0x00012864 str r3,[r4,#0x4] ldr r0,[0x12b30] add r0,pc,r0 bl 0x00012350 cmp r8,#0x1 movne r8,#0x2 cpy r0,r8 ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,pc} ldr r8,[r4,#0x18] cmp r3,#0x2000 cpycc r5,r3 movcs r5,#0x2000 cmp r8,#0x0 bne 0x000129c8 bl 0x00011c1c str r8,[r0,#0x0] ldr r8,[0x12b34] cpy r9,r0 add r8,pc,r8 b 0x0001293c ldr r0,[r8,#0x24] bl 0x00011a6c cmp r0,#0x0 beq 0x00012acc ldr r3,[r9,#0x0] cmp r3,#0x4 bne 0x00012b08 str r4,[r9,#0x0] ldr r0,[r8,#0x24] bl 0x00011cd0 ldr r2,[r8,#0x8] ldr r3,[r8,#0x4] ldr r4,[r3,r2,lsl #0x2] ldr r0,[r4,#0x4] ldr r3,[r8,#0x24] add r0,r0,r6 cpy r2,r5 mov r1,#0x1 bl 0x00011b44 cmp r0,#0x0 cpy r4,r0 str r0,[r8,#0x20] beq 0x00012908 ldmib r8,{r3,r9} cpy r5,r0 ldr r10,[r3,r9,lsl #0x2] add r9,r3,r9, lsl #0x2 str r0,[r10,#0x10] mov r8,#0x0 ldr r3,[r10,#0xc] add r6,r6,r5 cmp r6,r3 ldr r0,[r10,#0x4] bhi 0x00012a78 mov r1,#0x0 strb r1,[r0,r6] ldr r3,[r9,#0x0] ldr r2,[0x12b38] ldr r3,[r3,#0x4] add r2,pc,r2 str r6,[r2,#0x20] add r6,r3,r6 strb r1,[r6,#0x1] ldr r3,[r9,#0x0] cpy r0,r8 ldr r3,[r3,#0x4] str r3,[r7,#0x0] ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,pc} ldr r8,[0x12b3c] mov r4,#0x0 add r8,pc,r8 ldr r0,[r8,#0x24] bl 0x00011d48 cmn r0,#0x1 beq 0x00012aec ldmib r8,{r3,r9} add r2,r6,r4 ldr r1,[r3,r9,lsl #0x2] cmp r0,#0xa ldr r1,[r1,#0x4] add r9,r3,r9, lsl #0x2 add r4,r4,#0x1 add r3,r1,r2 beq 0x00012ae0 cmp r5,r4 strb r0,[r1,r2] bne 0x000129d4 ldr r3,[0x12b40] ldr r10,[r9,#0x0] add r3,pc,r3 cmp r5,#0x0 str r5,[r3,#0x20] str r5,[r10,#0x10] bne 0x00012978 cmp r6,#0x0 beq 0x00012aa0 ldr r2,[0x12b44] mov r1,#0x2 add r2,pc,r2 ldmib r2,{r3,r9} ldr r5,[r2,#0x20] ldr r10,[r3,r9,lsl #0x2] cpy r8,r1 add r9,r3,r9, lsl r1 str r1,[r10,#0x2c] b 0x0001297c ldr r3,[0x12b48] mov r2,#0x0 add r3,pc,r3 str r2,[r3,#0x20] str r2,[r4,#0x10] b 0x00012a30 add r1,r6,r5, lsr #0x1 bl 0x00011af0 ldr r3,[r9,#0x0] str r0,[r10,#0x4] ldr r0,[r3,#0x4] cmp r0,#0x0 bne 0x00012990 ldr r0,[0x12b4c] add r0,pc,r0 bl 0x00012350 ldr r4,[0x12b50] mov r8,#0x1 add r4,pc,r4 ldr r0,[r4,#0x24] bl 0x000126ec ldr r2,[r4,#0x8] ldr r3,[r4,#0x4] ldr r5,[r4,#0x20] add r9,r3,r2, lsl #0x2 ldr r10,[r3,r2,lsl #0x2] b 0x0001297c ldr r2,[r8,#0x8] ldr r3,[r8,#0x4] ldr r3,[r3,r2,lsl #0x2] str r0,[r3,#0x10] b 0x00012a30 strb r0,[r3,#0x0] cpy r5,r4 b 0x00012a14 ldr r0,[r8,#0x24] bl 0x00011a6c cmp r0,#0x0 ldmibeq r8,{r3,r9} cpyeq r5,r4 addeq r9,r3,r9, lsl #0x2 beq 0x00012a14 ldr r0,[0x12b54] add r0,pc,r0 bl 0x00012350 ldr r0,[0x12b58] add r0,pc,r0 bl 0x00012350
null
null
null
null
[(u'CALL_-1205982290', u'INDIRECT_-1205980125'), (u'INDIRECT_-1205980221', u'MULTIEQUAL_-1205980282'), (u'LOAD_-1205981961', u'INT_ADD_-1205981933'), (u'INDIRECT_-1205980255', u'COPY_-1205980307'), (u'MULTIEQUAL_-1205981589', u'INT_ADD_-1205981519'), ('tmp_9125', u'MULTIEQUAL_-1205980632'), (u'INDIRECT_-1205979981', u'MULTIEQUAL_-1205980186'), (u'MULTIEQUAL_-1205980726', u'MULTIEQUAL_-1205980705'), (u'INDIRECT_-1205980144', u'MULTIEQUAL_-1205980097'), (u'STORE_-1205982212', u'INDIRECT_-1205980478'), (u'INDIRECT_-1205979936', u'COPY_-1205979992'), (u'STORE_-1205983011', u'INDIRECT_-1205980984'), (u'INDIRECT_-1205980272', u'MULTIEQUAL_-1205980258'), ('const-16', u'INT_ADD_-1205981748'), ('tmp_9122', u'MULTIEQUAL_-1205980794'), (u'INDIRECT_-1205980789', u'MULTIEQUAL_-1205980757'), (u'INT_NOTEQUAL_-1205982397', u'CBRANCH_-1205982384'), (u'INDIRECT_-1205979638', u'MULTIEQUAL_-1205979796'), (u'COPY_-1205982593', u'MULTIEQUAL_-1205981410'), ('const-75728', u'INT_ADD_-1205983183'), (u'INDIRECT_-1205980026', u'MULTIEQUAL_-1205980012'), ('tmp_1799', u'CBRANCH_-1205981920'), (u'CALL_-1205981707', u'INDIRECT_-1205979758'), ('const-417', u'STORE_-1205981954'), (u'INDIRECT_-1205979625', u'MULTIEQUAL_-1205979826'), (u'STORE_-1205982549', u'INDIRECT_-1205980509'), (u'CAST_-1205980094', u'COPY_-1205980135'), (u'INDIRECT_-1205980671', u'MULTIEQUAL_-1205980583'), (u'CALL_-1205982551', u'INDIRECT_-1205980533'), (u'MULTIEQUAL_-1205981114', u'STORE_-1205981680'), ('const-4', u'INT_MULT_-1205981768'), (u'INT_MULT_-1205981391', u'INT_ADD_-1205981401'), (u'CALL_-1205981879', u'INDIRECT_-1205980087'), (u'INDIRECT_-1205979914', u'MULTIEQUAL_-1205979846'), (u'CALL_-1205982418', u'INDIRECT_-1205980544'), (u'STORE_-1205982391', u'INDIRECT_-1205980512'), (u'INDIRECT_-1205980714', u'MULTIEQUAL_-1205980665'), (u'INDIRECT_-1205980400', u'INT_ADD_-1205982214'), (u'INT_ADD_-1205981933', u'CAST_-1205979368'), (u'COPY_-1205979999', u'MULTIEQUAL_-1205980043'), (u'CALL_-1205981292', u'INDIRECT_-1205980251'), (u'CAST_-1205980130', u'LOAD_-1205983232'), ('tmp_267', u'CBRANCH_-1205983139'), ('const-76048', u'INT_ADD_-1205982363'), (u'INDIRECT_-1205980282', u'MULTIEQUAL_-1205980037'), (u'CALL_-1205982782', u'INDIRECT_-1205980494'), (u'STORE_-1205982549', u'INDIRECT_-1205980887'), ('const-0', u'STORE_-1205981763'), (u'STORE_-1205983011', u'INDIRECT_-1205980336'), (u'STORE_-1205981740', u'INDIRECT_-1205980002'), (u'CALL_-1205981896', u'INDIRECT_-1205980260'), (u'STORE_-1205982778', u'INDIRECT_-1205980735'), (u'INDIRECT_-1205980296', u'MULTIEQUAL_-1205980282'), (u'CALL_-1205982215', u'INDIRECT_-1205980306'), (u'CALL_-1205981962', u'INDIRECT_-1205980401'), ('const-4', u'INT_ADD_-1205982180'), (u'CALL_-1205982782', u'INDIRECT_-1205980818'), (u'LOAD_-1205983199', u'INT_SUB_-1205980099'), (u'MULTIEQUAL_-1205980503', u'INT_ADD_-1205981525'), (u'STORE_-1205981491', u'INDIRECT_-1205979679'), (u'LOAD_-1205982324', u'INT_LESS_-1205982275'), (u'CALL_-1205981465', u'INDIRECT_-1205980346'), (u'STORE_-1205982778', u'INDIRECT_-1205980951'), (u'INDIRECT_-1205980165', u'MULTIEQUAL_-1205980366'), (u'INDIRECT_-1205980228', u'MULTIEQUAL_-1205980036'), (u'INT_ADD_-1205982748', u'CAST_-1205979875'), (u'INT_ADD_-1205982969', u'CAST_-1205980023'), (u'CALL_-1205981707', u'INDIRECT_-1205980406'), (u'INDIRECT_-1205979778', u'MULTIEQUAL_-1205980003'), (u'STORE_-1205982229', u'INDIRECT_-1205980433'), (u'STORE_-1205981686', u'INDIRECT_-1205980193'), (u'STORE_-1205982229', u'INDIRECT_-1205980379'), (u'COPY_-1205979929', u'INT_ADD_-1205982363'), (u'INT_ADD_-1205982210', u'CAST_-1205979712'), (u'INT_ADD_-1205982435', u'CAST_-1205979723'), ('const-76252', u'INT_ADD_-1205981426'), (u'STORE_-1205982189', u'INDIRECT_-1205979975'), (u'STORE_-1205982345', u'INDIRECT_-1205980325'), (u'PTRADD_-1205982958', u'COPY_-1205980118'), (u'CALL_-1205982418', u'INDIRECT_-1205980328'), (u'CALL_-1205981707', u'INDIRECT_-1205979866'), ('const-1', u'INT_RIGHT_-1205981950'), (u'STORE_-1205981824', u'INDIRECT_-1205979819'), (u'STORE_-1205982727', u'INDIRECT_-1205980336'), (u'INT_ADD_-1205981690', u'CAST_-1205979340'), (u'INDIRECT_-1205980406', u'MULTIEQUAL_-1205980672'), (u'INDIRECT_-1205980714', u'MULTIEQUAL_-1205980686'), (u'CAST_-1205979940', u'STORE_-1205982760'), (u'INDIRECT_-1205980876', u'MULTIEQUAL_-1205980848'), (u'MULTIEQUAL_-1205981410', u'INT_NOTEQUAL_-1205981742'), (u'STORE_-1205982727', u'INDIRECT_-1205980552'), (u'INT_LESS_-1205983130', u'CBRANCH_-1205983139'), (u'INDIRECT_-1205980111', u'MULTIEQUAL_-1205980312'), (u'CAST_-1205979957', u'STORE_-1205982808'), ('tmp_9128', u'COPY_-1205980392'), (u'CAST_-1205979916', u'STORE_-1205982727'), (u'CALL_-1205982551', u'INDIRECT_-1205980911'), ('const-8192', u'COPY_-1205982593'), (u'STORE_-1205983011', u'INDIRECT_-1205981038'), (u'CALL_-1205982215', u'INDIRECT_-1205980090'), (u'INDIRECT_-1205979819', u'COPY_-1205979861'), (u'INDIRECT_-1205980714', u'MULTIEQUAL_-1205980045'), (u'STORE_-1205981540', u'INDIRECT_-1205979794'), (u'STORE_-1205982231', u'INDIRECT_-1205980453'), ('tmp_9122', u'MULTIEQUAL_-1205980773'), (u'INDIRECT_-1205980515', u'COPY_-1205980574'), (u'STORE_-1205983011', u'INDIRECT_-1205980930'), (u'INDIRECT_-1205980833', u'MULTIEQUAL_-1205980745'), (u'CALL_-1205981707', u'INDIRECT_-1205980352'), (u'INDIRECT_-1205980703', u'MULTIEQUAL_-1205980681'), (u'STORE_-1205981534', u'INDIRECT_-1205979735'), (u'CALL_-1205982290', u'INDIRECT_-1205980611'), (u'INDIRECT_-1205980201', u'COPY_-1205980253'), (u'CAST_-1205979846', u'LOAD_-1205982634'), (u'INDIRECT_-1205980411', u'MULTIEQUAL_-1205980379'), (u'INDIRECT_-1205980242', u'MULTIEQUAL_-1205980411'), (u'CALL_-1205982551', u'INDIRECT_-1205980803'), (u'CALL_-1205982551', u'INDIRECT_-1205980479'), (u'STORE_-1205982212', u'INDIRECT_-1205980370'), ('const-0', u'STORE_-1205982549'), (u'INDIRECT_-1205979895', u'MULTIEQUAL_-1205980096'), (u'INDIRECT_-1205980347', u'MULTIEQUAL_-1205980259'), (u'INT_ADD_-1205983232', u'CAST_-1205980143'), (u'STORE_-1205981824', u'INDIRECT_-1205980035'), (u'INDIRECT_-1205979949', u'MULTIEQUAL_-1205980150'), (u'INT_ADD_-1205982725', u'MULTIEQUAL_-1205980054'), (u'INDIRECT_-1205980002', u'MULTIEQUAL_-1205979988'), (u'INT_ADD_-1205981856', u'CAST_-1205979447'), ('const-10', u'INT_EQUAL_-1205981808'), (u'PTRADD_-1205981716', u'COPY_-1205979640'), ('const-417', u'LOAD_-1205981718'), (u'INT_MULT_-1205983220', u'INT_ADD_-1205983232'), (u'STORE_-1205981954', u'INDIRECT_-1205980210'), (u'STORE_-1205981824', u'INDIRECT_-1205980413'), (u'MULTIEQUAL_-1205981263', u'CAST_-1205979387'), (u'STORE_-1205982345', u'INDIRECT_-1205980055'), (u'STORE_-1205981680', u'INDIRECT_-1205980566'), (u'MULTIEQUAL_-1205980703', u'INT_ADD_-1205982748'), (u'STORE_-1205981540', u'INDIRECT_-1205980388'), (u'INT_ADD_-1205983174', u'CAST_-1205980089'), (u'LOAD_-1205982750', u'INT_ADD_-1205982718'), (u'CALL_-1205981896', u'INDIRECT_-1205979828'), (u'INDIRECT_-1205979733', u'MULTIEQUAL_-1205979934'), (u'STORE_-1205981680', u'INDIRECT_-1205980458'), (u'INDIRECT_-1205979985', u'COPY_-1205980037'), (u'INT_ADD_-1205983167', u'CAST_-1205980108'), (u'INT_RIGHT_-1205982792', u'INT_ADD_-1205982800'), (u'INDIRECT_-1205979860', u'MULTIEQUAL_-1205980042'), (u'MULTIEQUAL_-1205980038', u'MULTIEQUAL_-1205979997'), (u'MULTIEQUAL_-1205981342', u'INT_ADD_-1205982450'), (u'INT_ADD_-1205981761', u'CAST_-1205979316'), (u'STORE_-1205982212', u'INDIRECT_-1205980424'), (u'STORE_-1205982760', u'INDIRECT_-1205980681'), (u'INDIRECT_-1205980487', u'MULTIEQUAL_-1205980465'), (u'CALL_-1205981465', u'INDIRECT_-1205980238'), (u'MULTIEQUAL_-1205980287', u'MULTIEQUAL_-1205980036'), (u'MULTIEQUAL_-1205980150', u'INT_ADD_-1205981671'), (u'STORE_-1205981954', u'INDIRECT_-1205979778'), (u'INDIRECT_-1205980143', u'COPY_-1205980185'), ('const-4', u'INT_ADD_-1205982745'), ('const-75724', u'INT_ADD_-1205983251'), (u'STORE_-1205982391', u'INDIRECT_-1205980296'), (u'INDIRECT_-1205980557', u'MULTIEQUAL_-1205980008'), ('const-417', u'STORE_-1205981680'), ('tmp_9116', u'INT_ADD_-1205983245'), (u'MULTIEQUAL_-1205980519', u'MULTIEQUAL_-1205980510'), (u'CAST_-1205980094', u'CAST_-1205980077'), (u'STORE_-1205982229', u'INDIRECT_-1205980271'), (u'CAST_-1205980108', u'LOAD_-1205983183'), (u'STORE_-1205981540', u'INDIRECT_-1205980172'), (u'LOAD_-1205982247', u'INT_ADD_-1205979727'), (u'CALL_-1205981465', u'INDIRECT_-1205980130'), (u'STORE_-1205982808', u'INDIRECT_-1205980644'), (u'CALL_-1205982551', u'INDIRECT_-1205980857'), (u'INDIRECT_-1205980606', u'MULTIEQUAL_-1205980557'), (u'STORE_-1205981491', u'INDIRECT_-1205980003'), (u'CALL_-1205982752', u'INDIRECT_-1205980947'), (u'MULTIEQUAL_-1205980039', u'MULTIEQUAL_-1205980051'), ('tmp_2633', u'CBRANCH_-1205981759'), (u'PTRADD_-1205982867', u'MULTIEQUAL_-1205980053'), (u'INDIRECT_-1205980660', u'MULTIEQUAL_-1205980611'), (u'STORE_-1205982231', u'INDIRECT_-1205980777'), (u'INDIRECT_-1205980665', u'MULTIEQUAL_-1205980116'), (u'CALL_-1205981707', u'INDIRECT_-1205980460'), (u'CAST_-1205979292', u'INT_ADD_-1205981288'), (u'STORE_-1205981680', u'INDIRECT_-1205980350'), (u'CALL_-1205982752', u'INDIRECT_-1205980893'), (u'INDIRECT_-1205980003', u'MULTIEQUAL_-1205980204'), ('const-417', u'LOAD_-1205981961'), ('const-417', u'LOAD_-1205981706'), ('const-417', u'LOAD_-1205981694'), (u'STORE_-1205981686', u'INDIRECT_-1205979869'), ('tmp_9129', u'COPY_-1205980338'), ('const-76076', u'INT_ADD_-1205982285'), (u'INDIRECT_-1205979692', u'MULTIEQUAL_-1205979850'), (u'INT_EQUAL_-1205981924', u'CBRANCH_-1205981920'), (u'CALL_-1205981879', u'INDIRECT_-1205980195'), (u'CALL_-1205981714', u'INDIRECT_-1205979715'), (u'INT_ADD_-1205982805', u'CAST_-1205979905'), ('const-4', u'INT_ADD_-1205981933'), (u'CAST_-1205979896', u'INT_SUB_-1205982775'), (u'INDIRECT_-1205980191', u'COPY_-1205980250'), (u'STORE_-1205982391', u'INDIRECT_-1205980458'), (u'STORE_-1205982189', u'INDIRECT_-1205980623'), (u'STORE_-1205982229', u'INDIRECT_-1205980055'), (u'COPY_-1205979612', u'INT_ADD_-1205981678'), (u'CALL_-1205981292', u'INDIRECT_-1205980035'), (u'LOAD_-1205981770', u'INT_ADD_-1205981748'), (u'CALL_-1205981714', u'INDIRECT_-1205979607'), (u'INDIRECT_-1205979661', u'COPY_-1205979713'), (u'LOAD_-1205982207', u'INT_ADD_-1205982180'), ('tmp_9118', u'MULTIEQUAL_-1205980935'), ('const-75888', u'INT_ADD_-1205982712'), (u'LOAD_-1205981706', u'INT_MULT_-1205981655'), (u'LOAD_-1205981949', u'INT_EQUAL_-1205981924'), (u'MULTIEQUAL_-1205980042', u'MULTIEQUAL_-1205980213'), ('const-417', u'LOAD_-1205982948'), (u'STORE_-1205981534', u'INDIRECT_-1205980383'), ('const-4', u'INT_MULT_-1205981742'), (u'LOAD_-1205981724', u'INT_ADD_-1205981665'), (u'CALL_-1205981879', u'INDIRECT_-1205980627'), (u'STORE_-1205981686', u'INDIRECT_-1205980355'), (u'INDIRECT_-1205980573', u'MULTIEQUAL_-1205980487'), (u'LOAD_-1205982226', u'CALL_-1205982215'), (u'CALL_-1205982215', u'INDIRECT_-1205980252'), ('tmp_9117', u'INT_ADD_-1205983206'), ('const-417', u'LOAD_-1205982821'), (u'LOAD_-1205982948', u'INT_SUB_-1205980099'), (u'MULTIEQUAL_-1205980043', u'INT_ADD_-1205981837'), (u'STORE_-1205983011', u'INDIRECT_-1205981092'), (u'CALL_-1205981896', u'INDIRECT_-1205980206'), (u'CAST_-1205979875', u'CALL_-1205982752'), (u'CAST_-1205979503', u'STORE_-1205981686'), ('const-1', u'RETURN_-1205981891'), (u'LOAD_-1205983261', u'INT_ADD_-1205982969'), (u'INDIRECT_-1205980056', u'MULTIEQUAL_-1205980042'), (u'INT_ADD_-1205981460', u'CAST_-1205979312'), (u'INDIRECT_-1205980488', u'MULTIEQUAL_-1205980474'), (u'INDIRECT_-1205980984', u'MULTIEQUAL_-1205980050'), (u'CAST_-1205979368', u'LOAD_-1205981949'), (u'INDIRECT_-1205980731', u'COPY_-1205980790'), ('const-0', u'STORE_-1205981534'), (u'STORE_-1205982778', u'INDIRECT_-1205980681'), (u'STORE_-1205982231', u'INDIRECT_-1205980507'), (u'CALL_-1205981962', u'INDIRECT_-1205980347'), (u'CALL_-1205981707', u'INDIRECT_-1205979974'), (u'INT_SUB_-1205983110', u'INT_ADD_-1205983070'), (u'CAST_-1205979610', u'INT_ADD_-1205982249'), (u'STORE_-1205981740', u'INDIRECT_-1205980542'), (u'CAST_-1205979641', u'LOAD_-1205982324'), ('const-1', u'INT_ADD_-1205983190'), (u'CALL_-1205981962', u'INDIRECT_-1205979969'), (u'INDIRECT_-1205979918', u'MULTIEQUAL_-1205979904'), (u'CAST_-1205979733', u'LOAD_-1205982466'), (u'LOAD_-1205981777', u'INT_ADD_-1205981754'), (u'INDIRECT_-1205980179', u'MULTIEQUAL_-1205979630'), (u'INDIRECT_-1205980552', u'MULTIEQUAL_-1205980503'), ('tmp_9123', u'COPY_-1205980662'), (u'INDIRECT_-1205979968', u'MULTIEQUAL_-1205980150'), (u'STORE_-1205981491', u'INDIRECT_-1205979895'), (u'INDIRECT_-1205980130', u'MULTIEQUAL_-1205980062'), (u'INDIRECT_-1205980843', u'MULTIEQUAL_-1205980757'), (u'INDIRECT_-1205980029', u'COPY_-1205980101'), (u'MULTIEQUAL_-1205980402', u'MULTIEQUAL_-1205980381'), (u'CALL_-1205981879', u'INDIRECT_-1205980681'), (u'INT_ADD_-1205982278', u'CAST_-1205979628'), (u'INDIRECT_-1205980461', u'COPY_-1205980520'), (u'INT_ADD_-1205982745', u'CAST_-1205979940'), (u'INDIRECT_-1205980595', u'MULTIEQUAL_-1205980573'), (u'COPY_-1205979929', u'INT_ADD_-1205982192'), (u'STORE_-1205983011', u'INDIRECT_-1205980498'), (u'INDIRECT_-1205980048', u'MULTIEQUAL_-1205980273'), (u'INDIRECT_-1205980167', u'MULTIEQUAL_-1205980228'), ('const-417', u'LOAD_-1205981440'), (u'CALL_-1205981707', u'INDIRECT_-1205980244'), ('tmp_9118', u'INT_ADD_-1205983167'), (u'STORE_-1205982760', u'INDIRECT_-1205980951'), (u'INDIRECT_-1205979914', u'MULTIEQUAL_-1205980096'), (u'INDIRECT_-1205980056', u'MULTIEQUAL_-1205980105'), (u'MULTIEQUAL_-1205980557', u'MULTIEQUAL_-1205980041'), (u'CALL_-1205981879', u'INDIRECT_-1205980411'), (u'INT_ADD_-1205982214', u'CAST_-1205979586'), (u'PTRSUB_-1205979552', u'PTRADD_-1205981801'), (u'STORE_-1205981534', u'INDIRECT_-1205980059'), (u'STORE_-1205983011', u'INDIRECT_-1205980768'), (u'STORE_-1205981534', u'INDIRECT_-1205980329'), (u'STORE_-1205982345', u'INDIRECT_-1205980649'), (u'CAST_-1205980148', u'LOAD_-1205983255'), (u'LOAD_-1205983183', u'LOAD_-1205983149'), ('tmp_1192', u'CBRANCH_-1205982559'), (u'LOAD_-1205981870', u'INT_MULT_-1205981828'), (u'SUBPIECE_-1205980645', u'STORE_-1205981491'), (u'CALL_-1205982290', u'INDIRECT_-1205980719'), ('const-417', u'STORE_-1205981491'), (u'CAST_-1205979320', u'LOAD_-1205981673'), (u'CALL_-1205982752', u'INDIRECT_-1205980623'), ('const-1', u'PTRADD_-1205981706'), (u'CALL_-1205981962', u'INDIRECT_-1205980509'), (u'INT_MULT_-1205981806', u'INT_ADD_-1205981816'), (u'LOAD_-1205981853', u'INT_ADD_-1205981778'), (u'LOAD_-1205982827', u'INT_EQUAL_-1205982796'), (u'PTRADD_-1205982253', u'CAST_-1205979609'), ('const-0', u'PTRSUB_-1205979552'), (u'STORE_-1205982760', u'INDIRECT_-1205980627'), (u'INDIRECT_-1205979810', u'MULTIEQUAL_-1205979796'), (u'STORE_-1205982760', u'INDIRECT_-1205980357'), (u'MULTIEQUAL_-1205980681', u'MULTIEQUAL_-1205980672'), (u'LOAD_-1205982985', u'MULTIEQUAL_-1205981589'), (u'INT_NOTEQUAL_-1205981936', u'CBRANCH_-1205981932'), (u'INDIRECT_-1205980022', u'MULTIEQUAL_-1205980204'), (u'INDIRECT_-1205979948', u'MULTIEQUAL_-1205979934'), (u'CALL_-1205981879', u'INDIRECT_-1205980141'), (u'STORE_-1205982189', u'INDIRECT_-1205979921'), ('tmp_9117', u'COPY_-1205980932'), (u'CALL_-1205982215', u'INDIRECT_-1205980576'), (u'CALL_-1205982551', u'INDIRECT_-1205980209'), (u'STORE_-1205981740', u'INDIRECT_-1205979948'), (u'MULTIEQUAL_-1205981599', u'STORE_-1205982808'), ('const-76044', u'INT_ADD_-1205982192'), (u'MULTIEQUAL_-1205981599', u'INT_ADD_-1205982778'), (u'MULTIEQUAL_-1205980043', u'INT_ADD_-1205981874'), (u'INDIRECT_-1205979603', u'COPY_-1205979645'), (u'INT_EQUAL_-1205982563', u'CBRANCH_-1205982559'), (u'CAST_-1205979312', u'LOAD_-1205981476'), (u'LOAD_-1205982366', u'INT_ADD_-1205982330'), (u'STORE_-1205982808', u'INDIRECT_-1205980536'), (u'INT_ADD_-1205981288', u'CAST_-1205979291'), (u'INT_ADD_-1205982618', u'CAST_-1205979846'), (u'INT_ADD_-1205982330', u'CAST_-1205979667'), ('const-4', u'INT_MULT_-1205982173'), (u'INDIRECT_-1205980395', u'MULTIEQUAL_-1205979846'), ('const-417', u'LOAD_-1205982226'), (u'MULTIEQUAL_-1205980573', u'MULTIEQUAL_-1205980564'), ('const-417', u'STORE_-1205982229'), (u'CAST_-1205979696', u'STORE_-1205982391'), (u'STORE_-1205981680', u'INDIRECT_-1205979810'), (u'INDIRECT_-1205980422', u'COPY_-1205980478'), (u'STORE_-1205981491', u'INDIRECT_-1205979733'), (u'STORE_-1205982212', u'INDIRECT_-1205979938'), (u'INT_ADD_-1205983070', u'INT_SUB_-1205982702'), ('const-1', u'PTRADD_-1205982253'), (u'INDIRECT_-1205980458', u'MULTIEQUAL_-1205980444'), (u'INDIRECT_-1205979765', u'MULTIEQUAL_-1205979970'), (u'LOAD_-1205982379', u'INT_MULT_-1205982327'), (u'STORE_-1205981491', u'INDIRECT_-1205980111'), (u'INDIRECT_-1205980521', u'MULTIEQUAL_-1205980726'), (u'INDIRECT_-1205980827', u'MULTIEQUAL_-1205980278'), (u'LOAD_-1205981807', u'INT_ADD_-1205979633'), (u'INDIRECT_-1205980480', u'MULTIEQUAL_-1205980705'), (u'INDIRECT_-1205980292', u'MULTIEQUAL_-1205980474'), ('const-76284', u'INT_ADD_-1205981460'), (u'STORE_-1205982778', u'INDIRECT_-1205980573'), ('tmp_2222', u'BRANCH_-1205981818'), (u'MULTIEQUAL_-1205979979', u'MULTIEQUAL_-1205979970'), (u'STORE_-1205981680', u'INDIRECT_-1205980134'), (u'INDIRECT_-1205980381', u'MULTIEQUAL_-1205980582'), (u'CALL_-1205981896', u'INDIRECT_-1205980476'), ('tmp_9123', u'MULTIEQUAL_-1205980740'), (u'INT_ADD_-1205981754', u'CAST_-1205979311'), ('const-4', u'INT_MULT_-1205983130'), (u'INT_ADD_-1205981684', u'CAST_-1205979335'), (u'INDIRECT_-1205980930', u'MULTIEQUAL_-1205980049'), (u'INDIRECT_-1205980350', u'MULTIEQUAL_-1205980336'), (u'INDIRECT_-1205979927', u'MULTIEQUAL_-1205980132'), ('const-417', u'STORE_-1205981686'), (u'STORE_-1205982345', u'INDIRECT_-1205980703'), ('const-417', u'LOAD_-1205982264'), (u'INT_ADD_-1205981835', u'CAST_-1205979571'), (u'STORE_-1205982231', u'INDIRECT_-1205980723'), (u'STORE_-1205982189', u'INDIRECT_-1205980569'), (u'CALL_-1205982551', u'INDIRECT_-1205980695'), ('const-0', u'PTRSUB_-1205979355'), (u'INDIRECT_-1205980130', u'MULTIEQUAL_-1205980312'), (u'STORE_-1205982760', u'INDIRECT_-1205980573'), (u'MULTIEQUAL_-1205980051', u'INT_ADD_-1205982805'), (u'MULTIEQUAL_-1205980044', u'MULTIEQUAL_-1205980321'), (u'MULTIEQUAL_-1205980773', u'MULTIEQUAL_-1205980045'), (u'INDIRECT_-1205980218', u'MULTIEQUAL_-1205980204'), (u'CALL_-1205982782', u'INDIRECT_-1205980926'), (u'INDIRECT_-1205980681', u'MULTIEQUAL_-1205980595'), ('const-417', u'LOAD_-1205981770'), (u'STORE_-1205981534', u'INDIRECT_-1205980005'), (u'CALL_-1205982752', u'INDIRECT_-1205980839'), (u'STORE_-1205982760', u'INDIRECT_-1205980465'), (u'INDIRECT_-1205980630', u'MULTIEQUAL_-1205980583'), ('const-0', u'INT_EQUAL_-1205982919'), (u'CAST_-1205979677', u'LOAD_-1205982366'), (u'MULTIEQUAL_-1205981696', u'PTRADD_-1205982951'), ('const-417', u'STORE_-1205981534'), (u'INDIRECT_-1205979720', u'COPY_-1205979776'), (u'INT_ADD_-1205981892', u'CAST_-1205979351'), ('tmp_9120', u'MULTIEQUAL_-1205980881'), (u'CALL_-1205982290', u'INDIRECT_-1205980881'), (u'MULTIEQUAL_-1205980033', u'MULTIEQUAL_-1205980024'), ('const-417', u'LOAD_-1205982366'), (u'INT_ADD_-1205982800', u'MULTIEQUAL_-1205981599'), (u'INT_MULT_-1205981768', u'INT_ADD_-1205981778'), ('tmp_2773', u'BRANCH_-1205981480'), ('const-417', u'LOAD_-1205982214'), (u'STORE_-1205982549', u'INDIRECT_-1205980725'), ('const-4', u'INT_ADD_-1205981939'), (u'CALL_-1205981714', u'INDIRECT_-1205979661'), ('const-417', u'STORE_-1205981740'), (u'INDIRECT_-1205980822', u'MULTIEQUAL_-1205980794'), (u'MULTIEQUAL_-1205981337', u'CAST_-1205979610'), (u'INDIRECT_-1205980606', u'MULTIEQUAL_-1205980578'), (u'CALL_-1205981707', u'INDIRECT_-1205980082'), (u'INDIRECT_-1205979769', u'COPY_-1205979821'), (u'STORE_-1205982549', u'INDIRECT_-1205980401'), (u'CALL_-1205981465', u'INDIRECT_-1205979644'), ('tmp_9121', u'COPY_-1205980770'), (u'CALL_-1205981465', u'INDIRECT_-1205980076'), (u'INDIRECT_-1205979644', u'MULTIEQUAL_-1205979576'), (u'INDIRECT_-1205980245', u'COPY_-1205980304'), (u'CALL_-1205982782', u'INDIRECT_-1205980710'), (u'CALL_-1205981465', u'INDIRECT_-1205980400'), (u'STORE_-1205981491', u'INDIRECT_-1205980381'), (u'STORE_-1205982231', u'INDIRECT_-1205980615'), (u'CALL_-1205981465', u'INDIRECT_-1205979698'), (u'INDIRECT_-1205980110', u'MULTIEQUAL_-1205980096'), (u'CALL_-1205982782', u'INDIRECT_-1205980764'), (u'CALL_-1205982290', u'INDIRECT_-1205980287'), (u'CALL_-1205981292', u'INDIRECT_-1205979819'), (u'STORE_-1205982345', u'INDIRECT_-1205980595'), (u'STORE_-1205982549', u'INDIRECT_-1205980347'), (u'STORE_-1205981740', u'INDIRECT_-1205980272'), (u'LOAD_-1205983255', u'INT_ADD_-1205983190'), (u'STORE_-1205982231', u'INDIRECT_-1205980669'), (u'CALL_-1205982551', u'INDIRECT_-1205980371'), (u'STORE_-1205982760', u'INDIRECT_-1205980303'), (u'CALL_-1205982215', u'INDIRECT_-1205980522'), ('tmp_2760', u'CBRANCH_-1205981672'), (u'MULTIEQUAL_-1205980989', u'MULTIEQUAL_-1205980049'), ('const-417', u'STORE_-1205982212'), (u'PTRADD_-1205982152', u'STORE_-1205982212'), (u'INDIRECT_-1205980197', u'COPY_-1205980239'), (u'STORE_-1205981534', u'INDIRECT_-1205979897'), (u'STORE_-1205981954', u'INDIRECT_-1205980048'), (u'INT_EQUAL_-1205981910', u'CBRANCH_-1205981907'), (u'STORE_-1205981540', u'INDIRECT_-1205980010'), ('const-417', u'STORE_-1205981824'), (u'STORE_-1205982345', u'INDIRECT_-1205980757'), (u'MULTIEQUAL_-1205981242', u'INT_ADD_-1205981939'), (u'CALL_-1205981714', u'INDIRECT_-1205979985'), (u'MULTIEQUAL_-1205980047', u'MULTIEQUAL_-1205980483'), (u'CALL_-1205981879', u'INDIRECT_-1205980519'), ('const-4', u'INT_ADD_-1205981791'), (u'STORE_-1205982189', u'INDIRECT_-1205980083'), (u'CALL_-1205982418', u'INDIRECT_-1205980220'), (u'STORE_-1205981534', u'INDIRECT_-1205979951'), (u'INDIRECT_-1205980357', u'MULTIEQUAL_-1205980271'), (u'INDIRECT_-1205979994', u'MULTIEQUAL_-1205980219'), (u'CALL_-1205981879', u'INDIRECT_-1205980465'), (u'INDIRECT_-1205980125', u'MULTIEQUAL_-1205979576'), (u'INDIRECT_-1205980768', u'MULTIEQUAL_-1205980046'), ('tmp_9129', u'MULTIEQUAL_-1205980416'), (u'CAST_-1205979687', u'LOAD_-1205982381'), (u'INDIRECT_-1205980239', u'MULTIEQUAL_-1205980151'), ('const-0', u'COPY_-1205981912'), (u'MULTIEQUAL_-1205980465', u'MULTIEQUAL_-1205980456'), (u'CALL_-1205981896', u'INDIRECT_-1205980044'), (u'CALL_-1205982752', u'INDIRECT_-1205980677'), (u'CAST_-1205979774', u'LOAD_-1205982301'), (u'LOAD_-1205982294', u'CALL_-1205981962'), (u'MULTIEQUAL_-1205981247', u'MULTIEQUAL_-1205981242'), (u'MULTIEQUAL_-1205980051', u'INT_ADD_-1205982811'), (u'INDIRECT_-1205980044', u'COPY_-1205980100'), (u'STORE_-1205981680', u'INDIRECT_-1205979864'), (u'INDIRECT_-1205980400', u'MULTIEQUAL_-1205980332'), (u'INDIRECT_-1205979704', u'MULTIEQUAL_-1205979970'), (u'INDIRECT_-1205980465', u'MULTIEQUAL_-1205980379'), (u'INDIRECT_-1205979908', u'MULTIEQUAL_-1205980066'), ('const-0', u'INT_EQUAL_-1205982796'), (u'INDIRECT_-1205980719', u'MULTIEQUAL_-1205980170'), (u'LOAD_-1205982821', u'CALL_-1205982782'), (u'INDIRECT_-1205979894', u'MULTIEQUAL_-1205979880'), ('const-417', u'LOAD_-1205981856'), (u'STORE_-1205981534', u'INDIRECT_-1205979843'), (u'INDIRECT_-1205980677', u'COPY_-1205980736'), ('const-417', u'LOAD_-1205983261'), ('const-44', u'INT_ADD_-1205981809'), (u'CAST_-1205979593', u'LOAD_-1205981890'), (u'INDIRECT_-1205980380', u'MULTIEQUAL_-1205980366'), (u'STORE_-1205982345', u'INDIRECT_-1205980001'), (u'INT_ADD_-1205983120', u'CAST_-1205980082'), (u'INDIRECT_-1205980465', u'MULTIEQUAL_-1205980433'), (u'MULTIEQUAL_-1205980043', u'INT_ADD_-1205981835'), (u'CALL_-1205982215', u'INDIRECT_-1205980630'), (u'LOAD_-1205982294', u'MULTIEQUAL_-1205981337'), (u'INDIRECT_-1205980455', u'MULTIEQUAL_-1205980367'), (u'COPY_-1205981740', u'MULTIEQUAL_-1205981257'), (u'STORE_-1205982231', u'INDIRECT_-1205980399'), (u'LOAD_-1205983267', u'INT_MULT_-1205983220'), (u'INT_SUB_-1205983110', u'MULTIEQUAL_-1205981427'), (u'STORE_-1205981491', u'INDIRECT_-1205979787'), (u'STORE_-1205983011', u'INDIRECT_-1205980552'), (u'INDIRECT_-1205980372', u'MULTIEQUAL_-1205980597'), (u'INDIRECT_-1205979832', u'MULTIEQUAL_-1205980057'), (u'CALL_-1205982551', u'INDIRECT_-1205980749'), (u'INT_ADD_-1205982778', u'CALL_-1205982782'), (u'INDIRECT_-1205979972', u'MULTIEQUAL_-1205979958'), (u'CALL_-1205981962', u'INDIRECT_-1205979807'), ('const-2', u'INT_ADD_-1205982778'), ('tmp_336', u'CBRANCH_-1205983098'), (u'CAST_-1205979709', u'INT_NOTEQUAL_-1205982397'), (u'INDIRECT_-1205980353', u'COPY_-1205980412'), (u'INDIRECT_-1205980188', u'MULTIEQUAL_-1205980174'), (u'STORE_-1205981686', u'INDIRECT_-1205980571'), (u'STORE_-1205981686', u'INDIRECT_-1205979977'), (u'CALL_-1205982782', u'INDIRECT_-1205980602'), (u'MULTIEQUAL_-1205980087', u'MULTIEQUAL_-1205980078'), (u'COPY_-1205981919', u'RETURN_-1205981883'), (u'STORE_-1205981740', u'INDIRECT_-1205980056'), (u'LOAD_-1205983232', u'INT_ADD_-1205983027'), (u'STORE_-1205983011', u'INDIRECT_-1205980660'), (u'INT_ADD_-1205982833', u'CAST_-1205979970'), (u'STORE_-1205982231', u'INDIRECT_-1205980075'), ('const-4', u'INT_MULT_-1205981806'), (u'MULTIEQUAL_-1205979904', u'COPY_-1205979612'), (u'STORE_-1205982263', u'INDIRECT_-1205979968'), (u'INT_MULT_-1205981828', u'INT_ADD_-1205981840'), (u'CALL_-1205981292', u'INDIRECT_-1205979657'), (u'STORE_-1205981740', u'INDIRECT_-1205979894'), (u'STORE_-1205983011', u'INDIRECT_-1205980390'), (u'STORE_-1205982231', u'INDIRECT_-1205980345'), (u'CAST_-1205979436', u'LOAD_-1205981856'), ('tmp_9116', u'INT_ADD_-1205983251'), (u'CALL_-1205982418', u'INDIRECT_-1205980112'), (u'STORE_-1205982549', u'INDIRECT_-1205980131'), (u'STORE_-1205982212', u'INDIRECT_-1205980586'), (u'LOAD_-1205983199', u'INT_LESS_-1205983130'), (u'CAST_-1205980094', u'PTRADD_-1205982867'), (u'MULTIEQUAL_-1205980186', u'MULTIEQUAL_-1205980165'), (u'STORE_-1205981954', u'INDIRECT_-1205979940'), (u'STORE_-1205981534', u'INDIRECT_-1205979789'), (u'MULTIEQUAL_-1205981410', u'COPY_-1205979639'), (u'PTRADD_-1205982253', u'PTRADD_-1205982152'), (u'INDIRECT_-1205979823', u'COPY_-1205979875'), (u'STORE_-1205982189', u'INDIRECT_-1205980245'), (u'LOAD_-1205981673', u'MULTIEQUAL_-1205981242'), (u'STORE_-1205981824', u'INDIRECT_-1205980143'), (u'STORE_-1205981740', u'INDIRECT_-1205980596'), (u'CAST_-1205979608', u'STORE_-1205982263'), (u'LOAD_-1205983261', u'INT_ADD_-1205983140'), (u'STORE_-1205982345', u'INDIRECT_-1205980541'), (u'INT_ADD_-1205983070', u'PTRADD_-1205982971'), ('const-1', u'INT_LEFT_-1205982813'), (u'MULTIEQUAL_-1205980043', u'COPY_-1205980074'), (u'LOAD_-1205981856', u'INT_ADD_-1205981809'), (u'MULTIEQUAL_-1205980041', u'MULTIEQUAL_-1205980159'), (u'MULTIEQUAL_-1205980051', u'INT_ADD_-1205982618'), (u'PTRADD_-1205981680', u'STORE_-1205981740'), (u'INT_SLESS_-1205983048', u'CBRANCH_-1205983055'), (u'INDIRECT_-1205979698', u'MULTIEQUAL_-1205979630'), (u'INDIRECT_-1205980984', u'MULTIEQUAL_-1205980935'), (u'MULTIEQUAL_-1205981263', u'PTRADD_-1205982253'), (u'CALL_-1205981879', u'INDIRECT_-1205979925'), (u'INDIRECT_-1205980353', u'COPY_-1205980425'), ('const-75976', u'INT_ADD_-1205982748'), ('const-417', u'LOAD_-1205982201'), (u'CALL_-1205981714', u'INDIRECT_-1205979877'), (u'CALL_-1205982551', u'INDIRECT_-1205980641'), (u'INDIRECT_-1205980080', u'MULTIEQUAL_-1205980066'), (u'INDIRECT_-1205980190', u'MULTIEQUAL_-1205980456'), ('const-0', u'STORE_-1205982263'), (u'STORE_-1205982263', u'INDIRECT_-1205980076'), (u'INDIRECT_-1205979864', u'MULTIEQUAL_-1205979850'), (u'INT_ADD_-1205981854', u'CAST_-1205979446'), (u'STORE_-1205981740', u'INDIRECT_-1205980110'), (u'STORE_-1205982231', u'INDIRECT_-1205980831'), (u'INT_LESS_-1205982275', u'CBRANCH_-1205982284'), (u'STORE_-1205982808', u'INDIRECT_-1205980320'), (u'CALL_-1205981896', u'INDIRECT_-1205979936'), (u'LOAD_-1205983267', u'INT_MULT_-1205983130'), (u'STORE_-1205981954', u'INDIRECT_-1205980264'), (u'MULTIEQUAL_-1205980627', u'MULTIEQUAL_-1205980618'), ('const-1', u'PTRADD_-1205981912'), (u'CAST_-1205979447', u'LOAD_-1205981872'), (u'CALL_-1205981292', u'INDIRECT_-1205980089'), (u'INDIRECT_-1205980383', u'MULTIEQUAL_-1205980444'), (u'MULTIEQUAL_-1205981268', u'MULTIEQUAL_-1205981263'), (u'COPY_-1205981912', u'COPY_-1205979705'), (u'INDIRECT_-1205979886', u'MULTIEQUAL_-1205980111'), (u'INDIRECT_-1205979962', u'MULTIEQUAL_-1205980120'), (u'CAST_-1205979571', u'LOAD_-1205981851'), (u'CALL_-1205981879', u'INDIRECT_-1205980303'), (u'COPY_-1205982203', u'RETURN_-1205982155'), (u'CAST_-1205980018', u'LOAD_-1205982979'), (u'INDIRECT_-1205980617', u'MULTIEQUAL_-1205980529'), (u'INDIRECT_-1205980191', u'COPY_-1205980263'), (u'INT_ADD_-1205982231', u'CAST_-1205979595'), (u'INT_ADD_-1205982376', u'CAST_-1205979696'), (u'INT_EQUAL_-1205983101', u'CBRANCH_-1205983098'), (u'SUBPIECE_-1205980645', u'STORE_-1205981740'), (u'STORE_-1205982189', u'INDIRECT_-1205980353'), ('const-75748', u'INT_ADD_-1205983206'), (u'CALL_-1205981707', u'INDIRECT_-1205979812'), ('const-2', u'STORE_-1205981824'), (u'INDIRECT_-1205980563', u'MULTIEQUAL_-1205980475'), (u'INDIRECT_-1205980467', u'MULTIEQUAL_-1205980672'), (u'STORE_-1205981686', u'INDIRECT_-1205980301'), (u'INDIRECT_-1205980292', u'MULTIEQUAL_-1205980224'), (u'STORE_-1205983011', u'INDIRECT_-1205980822'), (u'STORE_-1205981740', u'INDIRECT_-1205980380'), (u'INDIRECT_-1205980102', u'MULTIEQUAL_-1205980327'), (u'CALL_-1205982418', u'INDIRECT_-1205980814'), (u'INDIRECT_-1205979800', u'MULTIEQUAL_-1205979958'), (u'CALL_-1205982752', u'INDIRECT_-1205980569'), (u'INDIRECT_-1205980329', u'MULTIEQUAL_-1205980390'), ('tmp_9120', u'MULTIEQUAL_-1205980902'), (u'LOAD_-1205982849', u'INT_LEFT_-1205982813'), (u'CALL_-1205981465', u'INDIRECT_-1205979914'), (u'INDIRECT_-1205980002', u'MULTIEQUAL_-1205980051'), (u'CALL_-1205981962', u'INDIRECT_-1205979915'), (u'LOAD_-1205982466', u'INT_ADD_-1205982435'), ('tmp_1938', u'CBRANCH_-1205982235'), (u'INDIRECT_-1205980822', u'MULTIEQUAL_-1205980047'), (u'INT_ADD_-1205981519', u'CAST_-1205979452'), (u'INDIRECT_-1205980164', u'MULTIEQUAL_-1205980213'), (u'COPY_-1205981928', u'MULTIEQUAL_-1205981427'), (u'PTRADD_-1205981716', u'INT_NOTEQUAL_-1205981742'), (u'CALL_-1205981465', u'INDIRECT_-1205979806'), (u'INDIRECT_-1205980404', u'MULTIEQUAL_-1205980573'), (u'INDIRECT_-1205979828', u'COPY_-1205979884'), ('const-0', u'STORE_-1205982231'), (u'LOAD_-1205981949', u'MULTIEQUAL_-1205981337'), (u'INDIRECT_-1205980093', u'COPY_-1205980145'), (u'INDIRECT_-1205980080', u'MULTIEQUAL_-1205980249'), (u'INDIRECT_-1205979679', u'MULTIEQUAL_-1205979880'), (u'STORE_-1205981763', u'INDIRECT_-1205980340'), (u'INDIRECT_-1205979789', u'MULTIEQUAL_-1205979850'), (u'INDIRECT_-1205980566', u'MULTIEQUAL_-1205980552'), (u'STORE_-1205982808', u'INDIRECT_-1205980752'), (u'INDIRECT_-1205980488', u'MULTIEQUAL_-1205980537'), (u'INDIRECT_-1205980305', u'COPY_-1205980347'), (u'CALL_-1205981896', u'INDIRECT_-1205979720'), ('const-417', u'LOAD_-1205983183'), (u'MULTIEQUAL_-1205980053', u'MULTIEQUAL_-1205981410'), (u'INDIRECT_-1205979886', u'INT_ADD_-1205981892'), (u'INT_ADD_-1205983070', u'PTRADD_-1205982253'), (u'MULTIEQUAL_-1205981247', u'LOAD_-1205982258'), (u'MULTIEQUAL_-1205980037', u'MULTIEQUAL_-1205979943'), (u'CALL_-1205981292', u'INDIRECT_-1205980359'), (u'CALL_-1205982782', u'INDIRECT_-1205980548'), (u'CALL_-1205982418', u'INDIRECT_-1205980382'), (u'INDIRECT_-1205980287', u'MULTIEQUAL_-1205979738'), (u'INDIRECT_-1205980400', u'MULTIEQUAL_-1205980582'), ('tmp_9124', u'MULTIEQUAL_-1205980686'), (u'INT_SUB_-1205983110', u'INT_NOTEQUAL_-1205981936'), (u'STORE_-1205982760', u'INDIRECT_-1205981005'), (u'STORE_-1205982263', u'INDIRECT_-1205980346'), ('const-417', u'LOAD_-1205981872'), (u'STORE_-1205982212', u'INDIRECT_-1205980208'), (u'INDIRECT_-1205979657', u'COPY_-1205979699'), (u'INT_ADD_-1205981702', u'CAST_-1205979349'), (u'INDIRECT_-1205980433', u'MULTIEQUAL_-1205980411'), (u'MULTIEQUAL_-1205980024', u'MULTIEQUAL_-1205980003'), (u'INT_ADD_-1205981426', u'CAST_-1205979299'), ('tmp_1350', u'CBRANCH_-1205982384'), ('tmp_9129', u'MULTIEQUAL_-1205980395'), ('tmp_9119', u'MULTIEQUAL_-1205980287'), (u'LOAD_-1205982381', u'INT_ADD_-1205982350'), (u'INDIRECT_-1205980735', u'MULTIEQUAL_-1205980703'), (u'INT_ADD_-1205982811', u'CAST_-1205979910'), (u'CALL_-1205982752', u'INDIRECT_-1205980191'), (u'STORE_-1205981740', u'INDIRECT_-1205980218'), (u'CAST_-1205980077', u'INT_SUB_-1205983110'), ('const-76368', u'INT_ADD_-1205981854'), (u'LOAD_-1205981442', u'INT_ADD_-1205981401'), (u'INDIRECT_-1205980413', u'MULTIEQUAL_-1205980618'), (u'INDIRECT_-1205980218', u'MULTIEQUAL_-1205980267'), (u'STORE_-1205982189', u'INDIRECT_-1205980407'), (u'INDIRECT_-1205979806', u'MULTIEQUAL_-1205979738'), (u'CALL_-1205982782', u'INT_EQUAL_-1205982762'), (u'STORE_-1205981491', u'INDIRECT_-1205980165'), (u'STORE_-1205982229', u'INDIRECT_-1205979947'), (u'CALL_-1205981465', u'INDIRECT_-1205979752'), (u'STORE_-1205982549', u'INDIRECT_-1205980293'), ('tmp_9120', u'COPY_-1205980824'), (u'MULTIEQUAL_-1205981100', u'MULTIEQUAL_-1205981253'), (u'INT_ADD_-1205981401', u'CAST_-1205979289'), (u'LOAD_-1205982366', u'MULTIEQUAL_-1205981247'), (u'CAST_-1205979330', u'LOAD_-1205981694'), (u'MULTIEQUAL_-1205981669', u'PTRADD_-1205982958'), (u'INDIRECT_-1205980822', u'MULTIEQUAL_-1205980773'), (u'INDIRECT_-1205979918', u'MULTIEQUAL_-1205980087'), (u'MULTIEQUAL_-1205980618', u'MULTIEQUAL_-1205980597'), ('tmp_9124', u'MULTIEQUAL_-1205980665'), (u'INDIRECT_-1205981038', u'MULTIEQUAL_-1205980989'), (u'LOAD_-1205981851', u'INT_MULT_-1205981805'), (u'INDIRECT_-1205980350', u'MULTIEQUAL_-1205980519'), (u'STORE_-1205983011', u'INDIRECT_-1205980714'), ('const-3', u'INT_RIGHT_-1205982792'), (u'MULTIEQUAL_-1205980051', u'INT_ADD_-1205982793'), ('const-76496', u'INT_ADD_-1205981678'), (u'STORE_-1205981824', u'INDIRECT_-1205980521'), (u'STORE_-1205981954', u'INDIRECT_-1205979832'), (u'INT_ADD_-1205983245', u'CAST_-1205980153'), ('const-0', u'INT_EQUAL_-1205982762'), (u'MULTIEQUAL_-1205980141', u'MULTIEQUAL_-1205980132'), (u'LOAD_-1205981870', u'INT_MULT_-1205981806'), (u'STORE_-1205981540', u'INDIRECT_-1205979956'), ('tmp_9117', u'MULTIEQUAL_-1205981010'), (u'INT_ADD_-1205982444', u'CAST_-1205979728'), (u'STORE_-1205982760', u'INDIRECT_-1205980411'), (u'CALL_-1205982418', u'INDIRECT_-1205980058'), (u'PTRADD_-1205981706', u'STORE_-1205981491'), (u'STORE_-1205981954', u'INDIRECT_-1205980372'), (u'INT_NOTEQUAL_-1205981742', u'CBRANCH_-1205981732'), (u'INT_ADD_-1205981767', u'CAST_-1205979321'), (u'INDIRECT_-1205980596', u'MULTIEQUAL_-1205980582'), (u'INDIRECT_-1205980336', u'MULTIEQUAL_-1205980287'), (u'COPY_-1205979640', u'MULTIEQUAL_-1205981188'), (u'STORE_-1205982727', u'INDIRECT_-1205980876'), ('tmp_9126', u'COPY_-1205980500'), (u'INDIRECT_-1205979974', u'MULTIEQUAL_-1205980240'), (u'INDIRECT_-1205980070', u'MULTIEQUAL_-1205980228'), (u'INDIRECT_-1205980303', u'MULTIEQUAL_-1205980217'), (u'INDIRECT_-1205980303', u'MULTIEQUAL_-1205980271'), (u'LOAD_-1205982379', u'INT_MULT_-1205982338'), (u'INT_ADD_-1205981678', u'CAST_-1205979330'), ('const-24', u'INT_ADD_-1205982618'), ('const-0', u'INT_NOTEQUAL_-1205982397'), (u'STORE_-1205982727', u'INDIRECT_-1205980822'), (u'STORE_-1205981763', u'INDIRECT_-1205980178'), (u'MULTIEQUAL_-1205980510', u'MULTIEQUAL_-1205980489'), ('const-417', u'LOAD_-1205981853'), (u'LOAD_-1205982750', u'MULTIEQUAL_-1205980051'), (u'STORE_-1205982212', u'INDIRECT_-1205980694'), (u'INDIRECT_-1205980001', u'MULTIEQUAL_-1205979979'), (u'INDIRECT_-1205980522', u'MULTIEQUAL_-1205980475'), (u'STORE_-1205982808', u'INDIRECT_-1205980914'), (u'INDIRECT_-1205980022', u'MULTIEQUAL_-1205979954'), (u'MULTIEQUAL_-1205980672', u'MULTIEQUAL_-1205980651'), (u'INDIRECT_-1205979715', u'COPY_-1205979767'), (u'INDIRECT_-1205979873', u'MULTIEQUAL_-1205980078'), ('tmp_9130', u'MULTIEQUAL_-1205980362'), (u'STORE_-1205982778', u'INDIRECT_-1205980897'), (u'STORE_-1205982189', u'INDIRECT_-1205980029'), ('const-417', u'STORE_-1205981763'), (u'CALL_-1205981714', u'INDIRECT_-1205980309'), (u'STORE_-1205982727', u'INDIRECT_-1205980714'), (u'STORE_-1205981740', u'INDIRECT_-1205979840'), ('tmp_9128', u'MULTIEQUAL_-1205980449'), (u'INDIRECT_-1205980363', u'COPY_-1205980415'), (u'INDIRECT_-1205979920', u'MULTIEQUAL_-1205980186'), ('const-4', u'INT_MULT_-1205981391'), (u'INDIRECT_-1205980757', u'MULTIEQUAL_-1205980735'), (u'STORE_-1205981534', u'INDIRECT_-1205980491'), (u'MULTIEQUAL_-1205980043', u'INT_ADD_-1205981460'), (u'CAST_-1205980117', u'LOAD_-1205983199'), (u'CAST_-1205979628', u'LOAD_-1205982294'), (u'STORE_-1205981540', u'INDIRECT_-1205980226'), (u'STORE_-1205981686', u'INDIRECT_-1205979815'), (u'INDIRECT_-1205980576', u'MULTIEQUAL_-1205980529'), (u'INT_MULT_-1205981805', u'INT_ADD_-1205981817'), (u'CALL_-1205982290', u'INT_EQUAL_-1205982270'), (u'STORE_-1205981763', u'INDIRECT_-1205980394'), (u'INDIRECT_-1205980491', u'MULTIEQUAL_-1205980552'), ('const-1', u'PTRADD_-1205982867'), (u'INT_EQUAL_-1205981688', u'CBRANCH_-1205981672'), (u'STORE_-1205981824', u'INDIRECT_-1205980305'), (u'INDIRECT_-1205980552', u'MULTIEQUAL_-1205980524'), ('tmp_588', u'CBRANCH_-1205982951'), (u'CALL_-1205981962', u'INDIRECT_-1205980023'), (u'PTRADD_-1205981912', u'CAST_-1205979382'), (u'INDIRECT_-1205980238', u'MULTIEQUAL_-1205980170'), (u'INDIRECT_-1205979806', u'MULTIEQUAL_-1205979988'), (u'INDIRECT_-1205979746', u'MULTIEQUAL_-1205979904'), (u'MULTIEQUAL_-1205980040', u'MULTIEQUAL_-1205980105'), (u'MULTIEQUAL_-1205980665', u'COPY_-1205980076'), (u'CALL_-1205981292', u'INDIRECT_-1205979981'), (u'STORE_-1205982189', u'INDIRECT_-1205980515'), (u'CALL_-1205981292', u'INDIRECT_-1205979927'), ('tmp_949', u'CBRANCH_-1205982753'), (u'INDIRECT_-1205980185', u'MULTIEQUAL_-1205980097'), ('const-0', u'RETURN_-1205981883'), (u'STORE_-1205981534', u'INDIRECT_-1205980437'), (u'INDIRECT_-1205980461', u'COPY_-1205980533'), (u'COPY_-1205980135', u'MULTIEQUAL_-1205981669'), (u'PTRADD_-1205982951', u'STORE_-1205983011'), (u'INDIRECT_-1205979931', u'COPY_-1205979983'), (u'INDIRECT_-1205979860', u'MULTIEQUAL_-1205979792'), (u'INT_ADD_-1205981657', u'CAST_-1205979320'), (u'STORE_-1205981954', u'INDIRECT_-1205980102'), ('const-76256', u'INT_ADD_-1205981835'), (u'INDIRECT_-1205980299', u'COPY_-1205980371'), (u'CAST_-1205979298', u'LOAD_-1205981440'), (u'STORE_-1205981686', u'INDIRECT_-1205980085'), ('const-417', u'LOAD_-1205981863'), (u'STORE_-1205982263', u'INDIRECT_-1205980292'), (u'CAST_-1205979609', u'INT_ADD_-1205982249'), ('const-1', u'PTRADD_-1205982951'), (u'INDIRECT_-1205980606', u'COPY_-1205979999'), (u'COPY_-1205979612', u'INT_ADD_-1205981690'), (u'INDIRECT_-1205980444', u'MULTIEQUAL_-1205980395'), ('tmp_9116', u'COPY_-1205980986'), (u'STORE_-1205981824', u'INDIRECT_-1205980359'), (u'COPY_-1205979929', u'INT_ADD_-1205982210'), (u'INT_ADD_-1205979727', u'PTRADD_-1205982152'), (u'INDIRECT_-1205980449', u'MULTIEQUAL_-1205979900'), (u'STORE_-1205982231', u'INDIRECT_-1205980237'), (u'INDIRECT_-1205980379', u'MULTIEQUAL_-1205980357'), (u'INDIRECT_-1205979843', u'MULTIEQUAL_-1205979904'), (u'CALL_-1205982290', u'INDIRECT_-1205980179'), ('const-12', u'INT_ADD_-1205982718'), (u'CALL_-1205982215', u'INDIRECT_-1205980738'), (u'INDIRECT_-1205980327', u'MULTIEQUAL_-1205980528'), (u'MULTIEQUAL_-1205980341', u'MULTIEQUAL_-1205980037'), (u'STORE_-1205982549', u'INDIRECT_-1205980185'), (u'CALL_-1205982782', u'INDIRECT_-1205980980'), (u'STORE_-1205981540', u'INDIRECT_-1205980334'), ('const-20', u'INT_ADD_-1205982811'), (u'INT_ADD_-1205981778', u'CAST_-1205979548'), (u'CALL_-1205982290', u'INDIRECT_-1205980773'), (u'MULTIEQUAL_-1205980827', u'MULTIEQUAL_-1205980046'), (u'CALL_-1205982290', u'INDIRECT_-1205980503'), (u'STORE_-1205982231', u'INDIRECT_-1205980561'), (u'CALL_-1205982418', u'INDIRECT_-1205980652'), (u'INT_EQUAL_-1205982270', u'CBRANCH_-1205982267'), (u'INDIRECT_-1205980341', u'MULTIEQUAL_-1205979792'), (u'INDIRECT_-1205980930', u'MULTIEQUAL_-1205980902'), (u'INDIRECT_-1205979894', u'MULTIEQUAL_-1205979943'), (u'INDIRECT_-1205979897', u'MULTIEQUAL_-1205979958'), (u'CAST_-1205979349', u'LOAD_-1205981718'), (u'CALL_-1205982782', u'INDIRECT_-1205980332'), ('const-0', u'INT_EQUAL_-1205981688'), (u'STORE_-1205981491', u'INDIRECT_-1205980327'), (u'INT_EQUAL_-1205982796', u'CBRANCH_-1205982782'), (u'CALL_-1205982418', u'INDIRECT_-1205980166'), (u'STORE_-1205982391', u'INDIRECT_-1205980404'), (u'MULTIEQUAL_-1205981589', u'INT_ADD_-1205982932'), (u'INDIRECT_-1205980458', u'MULTIEQUAL_-1205980627'), ('const-417', u'LOAD_-1205983199'), (u'STORE_-1205982760', u'INDIRECT_-1205980249'), (u'MULTIEQUAL_-1205980240', u'MULTIEQUAL_-1205980219'), ('const-4', u'INT_ADD_-1205982450'), (u'LOAD_-1205982460', u'CALL_-1205982418'), (u'INT_MULT_-1205981645', u'INT_ADD_-1205981657'), ('const-1', u'PTRADD_-1205982951'), (u'CAST_-1205979382', u'CALL_-1205981962'), ('const-417', u'LOAD_-1205982379'), (u'CALL_-1205982782', u'INDIRECT_-1205981034'), (u'STORE_-1205981954', u'INDIRECT_-1205980156'), (u'STORE_-1205982263', u'INDIRECT_-1205980400'), (u'CAST_-1205979335', u'LOAD_-1205981700'), (u'LOAD_-1205982381', u'INT_ADD_-1205982337'), (u'INDIRECT_-1205980184', u'MULTIEQUAL_-1205980116'), (u'CAST_-1205979667', u'STORE_-1205982345'), (u'INDIRECT_-1205980336', u'MULTIEQUAL_-1205980308'), ('tmp_9123', u'MULTIEQUAL_-1205980719'), (u'INT_ADD_-1205981817', u'CAST_-1205979562'), ('tmp_1105', u'CBRANCH_-1205982604'), ('tmp_9127', u'MULTIEQUAL_-1205980503'), (u'STORE_-1205982391', u'INDIRECT_-1205980026'), (u'CALL_-1205982551', u'INDIRECT_-1205980425'), (u'CALL_-1205981714', u'INDIRECT_-1205980147'), ('const-76048', u'INT_ADD_-1205982198'), ('const-417', u'LOAD_-1205982460'), (u'INT_ADD_-1205981665', u'CAST_-1205979498'), (u'STORE_-1205982391', u'INDIRECT_-1205980620'), (u'INT_RIGHT_-1205981950', u'PTRADD_-1205981912'), (u'STORE_-1205982263', u'INDIRECT_-1205980616'), (u'CALL_-1205982418', u'CAST_-1205979709'), (u'CAST_-1205979289', u'MULTIEQUAL_-1205981100'), (u'STORE_-1205981824', u'INDIRECT_-1205979873'), ('const-417', u'LOAD_-1205982985'), (u'INDIRECT_-1205981092', u'MULTIEQUAL_-1205981043'), (u'CALL_-1205982418', u'INDIRECT_-1205980706'), (u'INT_ADD_-1205981874', u'CAST_-1205979593'), ('tmp_2346', u'BRANCH_-1205981666'), ('const-417', u'LOAD_-1205982381'), (u'LOAD_-1205981718', u'CALL_-1205981707'), (u'CALL_-1205981707', u'INDIRECT_-1205980190'), (u'LOAD_-1205982979', u'INT_EQUAL_-1205982954'), (u'INT_ADD_-1205983140', u'CAST_-1205980099'), (u'STORE_-1205981540', u'INDIRECT_-1205979902'), ('const-1', u'RETURN_-1205981287'), (u'STORE_-1205982212', u'INDIRECT_-1205980154'), ('tmp_9116', u'MULTIEQUAL_-1205981064'), (u'CAST_-1205979291', u'CALL_-1205981292'), (u'STORE_-1205982345', u'INDIRECT_-1205980433'), (u'MULTIEQUAL_-1205981242', u'INT_ADD_-1205982308'), (u'INT_ADD_-1205982365', u'CAST_-1205979687'), (u'CALL_-1205981707', u'INDIRECT_-1205980028'), (u'STORE_-1205982727', u'INDIRECT_-1205980606'), (u'STORE_-1205981763', u'INDIRECT_-1205979908'), (u'CAST_-1205979316', u'LOAD_-1205981777'), (u'STORE_-1205982189', u'INDIRECT_-1205980461'), (u'STORE_-1205982263', u'INDIRECT_-1205980022'), ('const-417', u'STORE_-1205982189'), (u'INDIRECT_-1205980414', u'MULTIEQUAL_-1205980367'), (u'INDIRECT_-1205980677', u'COPY_-1205980749'), (u'CALL_-1205981962', u'INDIRECT_-1205980293'), (u'CALL_-1205982215', u'INDIRECT_-1205980144'), (u'INT_ADD_-1205981939', u'CAST_-1205979373'), (u'INDIRECT_-1205979812', u'MULTIEQUAL_-1205980078'), (u'STORE_-1205981680', u'INDIRECT_-1205980296'), (u'INDIRECT_-1205979873', u'COPY_-1205979915'), ('const-76076', u'INT_ADD_-1205982210'), (u'CALL_-1205981714', u'INDIRECT_-1205980093'), (u'CALL_-1205981292', u'INDIRECT_-1205980197'), ('const-4', u'INT_MULT_-1205981655'), (u'STORE_-1205982808', u'INDIRECT_-1205980266'), (u'INT_ADD_-1205983206', u'INT_ADD_-1205983167'), (u'INDIRECT_-1205980468', u'MULTIEQUAL_-1205980421'), ('const-4', u'INT_MULT_-1205982338'), ('const-4', u'INT_MULT_-1205983220'), (u'MULTIEQUAL_-1205980036', u'MULTIEQUAL_-1205979889'), (u'LOAD_-1205983248', u'INT_ADD_-1205983216'), (u'COPY_-1205979929', u'INT_ADD_-1205982198'), (u'INT_ADD_-1205982350', u'CAST_-1205979677'), (u'CAST_-1205979595', u'LOAD_-1205982247'), (u'INT_ADD_-1205982963', u'CAST_-1205980018'), (u'CAST_-1205979723', u'CALL_-1205982418'), (u'INDIRECT_-1205980725', u'MULTIEQUAL_-1205980637'), (u'MULTIEQUAL_-1205980051', u'MULTIEQUAL_-1205981342'), (u'CAST_-1205980158', u'LOAD_-1205983267'), (u'CALL_-1205981465', u'INDIRECT_-1205980022'), (u'CALL_-1205982551', u'INDIRECT_-1205980317'), (u'STORE_-1205982808', u'INDIRECT_-1205980374'), (u'CAST_-1205979325', u'MULTIEQUAL_-1205981247'), (u'STORE_-1205981540', u'INDIRECT_-1205979740'), ('const-76392', u'PTRSUB_-1205979552'), (u'STORE_-1205982727', u'INDIRECT_-1205980444'), ('const-75720', u'INT_ADD_-1205983245'), ('const-1', u'PTRADD_-1205981716'), (u'INT_LEFT_-1205982813', u'INT_EQUAL_-1205982828'), (u'STORE_-1205982391', u'INDIRECT_-1205980188'), (u'CAST_-1205979887', u'STORE_-1205982778'), (u'STORE_-1205983011', u'INDIRECT_-1205980444'), (u'INDIRECT_-1205980738', u'MULTIEQUAL_-1205980691'), (u'INT_ADD_-1205982712', u'CAST_-1205979916'), (u'INDIRECT_-1205980768', u'MULTIEQUAL_-1205980740'), (u'CALL_-1205982752', u'INDIRECT_-1205980785'), ('const-76072', u'INT_ADD_-1205982376'), (u'INDIRECT_-1205980309', u'COPY_-1205980361'), ('tmp_1506', u'CBRANCH_-1205982284'), (u'CALL_-1205981879', u'INT_EQUAL_-1205981808'), (u'CAST_-1205979306', u'STORE_-1205981763'), (u'INT_ADD_-1205983216', u'CAST_-1205980130'), ('const-76500', u'INT_ADD_-1205981702'), (u'INDIRECT_-1205980368', u'COPY_-1205980424'), (u'STORE_-1205982549', u'INDIRECT_-1205980455'), (u'CALL_-1205982782', u'CAST_-1205979926'), (u'CAST_-1205979672', u'MULTIEQUAL_-1205981253'), (u'INDIRECT_-1205980401', u'MULTIEQUAL_-1205980313'), ('tmp_2457', u'CBRANCH_-1205981856'), ('const-417', u'LOAD_-1205981777'), (u'INDIRECT_-1205980251', u'COPY_-1205980293'), (u'INDIRECT_-1205980897', u'MULTIEQUAL_-1205980865'), (u'INT_ADD_-1205983183', u'CAST_-1205980117'), ('const-417', u'STORE_-1205982778'), (u'STORE_-1205981763', u'INDIRECT_-1205980070'), (u'LOAD_-1205981724', u'MULTIEQUAL_-1205981247'), (u'LOAD_-1205982196', u'STORE_-1205982189'), ('const-44', u'INT_ADD_-1205982963'), (u'INDIRECT_-1205980437', u'MULTIEQUAL_-1205980498'), ('const-417', u'LOAD_-1205983020'), (u'STORE_-1205982549', u'INDIRECT_-1205980779'), (u'INDIRECT_-1205980411', u'MULTIEQUAL_-1205980325'), (u'INDIRECT_-1205980134', u'MULTIEQUAL_-1205980303'), (u'INDIRECT_-1205980792', u'MULTIEQUAL_-1205980745'), (u'INT_MULT_-1205983130', u'INT_ADD_-1205983140'), (u'INDIRECT_-1205980210', u'MULTIEQUAL_-1205980435'), (u'STORE_-1205982212', u'INDIRECT_-1205979992'), (u'CALL_-1205982290', u'INDIRECT_-1205980233'), ('const-417', u'LOAD_-1205983267'), ('const-4', u'INT_MULT_-1205981645'), (u'INDIRECT_-1205980271', u'MULTIEQUAL_-1205980249'), (u'INDIRECT_-1205980897', u'MULTIEQUAL_-1205980811'), (u'CAST_-1205980099', u'LOAD_-1205982750'), (u'STORE_-1205982778', u'INDIRECT_-1205980303'), ('tmp_2671', u'CBRANCH_-1205981732'), ('const-0', u'RETURN_-1205982155'), (u'INDIRECT_-1205979940', u'MULTIEQUAL_-1205980165'), (u'STORE_-1205982229', u'INDIRECT_-1205980325'), (u'STORE_-1205981680', u'INDIRECT_-1205980512'), (u'INT_ADD_-1205983251', u'CAST_-1205980158'), ('const-4', u'INT_MULT_-1205982327'), (u'INDIRECT_-1205980156', u'MULTIEQUAL_-1205980381'), (u'INDIRECT_-1205980596', u'MULTIEQUAL_-1205980645'), (u'CALL_-1205981896', u'INDIRECT_-1205980422'), (u'COPY_-1205982335', u'MULTIEQUAL_-1205981257'), (u'INT_ADD_-1205981837', u'CAST_-1205979572'), ('const-4', u'INT_ADD_-1205982231'), ('const-12', u'INT_ADD_-1205982793'), (u'CAST_-1205979446', u'LOAD_-1205981870'), ('const-4', u'INT_ADD_-1205982763'), (u'INT_LESS_-1205982609', u'CBRANCH_-1205982604'), (u'MULTIEQUAL_-1205980719', u'MULTIEQUAL_-1205980044'), (u'MULTIEQUAL_-1205981188', u'COPY_-1205979397'), (u'STORE_-1205982231', u'INDIRECT_-1205980291'), (u'CALL_-1205982551', u'STORE_-1205982231'), (u'STORE_-1205982231', u'INDIRECT_-1205980183'), (u'LOAD_-1205981700', u'INT_ADD_-1205981657'), (u'INDIRECT_-1205980542', u'MULTIEQUAL_-1205980591'), (u'INDIRECT_-1205980407', u'COPY_-1205980466'), (u'INDIRECT_-1205980233', u'MULTIEQUAL_-1205979684'), (u'INDIRECT_-1205979948', u'MULTIEQUAL_-1205979997'), ('const-1', u'PTRADD_-1205982971'), ('const-76044', u'INT_ADD_-1205982365'), (u'LOAD_-1205981440', u'INT_MULT_-1205981391'), (u'STORE_-1205983011', u'INDIRECT_-1205980876'), (u'CALL_-1205982551', u'LOAD_-1205982264'), ('const-417', u'LOAD_-1205982827'), (u'MULTIEQUAL_-1205979970', u'MULTIEQUAL_-1205979949'), (u'CAST_-1205979422', u'STORE_-1205981824'), (u'PTRADD_-1205981664', u'CALL_-1205981714'), (u'CALL_-1205982782', u'INDIRECT_-1205980440'), (u'CALL_-1205981292', u'INDIRECT_-1205979603'), (u'MULTIEQUAL_-1205980303', u'MULTIEQUAL_-1205980294'), (u'MULTIEQUAL_-1205980935', u'MULTIEQUAL_-1205980048'), (u'INDIRECT_-1205979607', u'COPY_-1205979659'), (u'STORE_-1205982808', u'INDIRECT_-1205980806'), ('tmp_9124', u'COPY_-1205980608'), (u'INT_ADD_-1205981748', u'CAST_-1205979306'), (u'INDIRECT_-1205980163', u'MULTIEQUAL_-1205980141'), ('const-8191', u'INT_LESS_-1205982609'), (u'CAST_-1205979926', u'INT_ADD_-1205982725'), (u'MULTIEQUAL_-1205980294', u'MULTIEQUAL_-1205980273'), (u'INDIRECT_-1205980286', u'MULTIEQUAL_-1205980444'), (u'CALL_-1205982782', u'INDIRECT_-1205980872'), ('const-417', u'LOAD_-1205981870'), (u'INDIRECT_-1205980893', u'COPY_-1205980952'), ('const-4', u'INT_MULT_-1205981805'), (u'CALL_-1205981896', u'INDIRECT_-1205980098'), (u'INDIRECT_-1205980109', u'MULTIEQUAL_-1205980087'), (u'INDIRECT_-1205980293', u'MULTIEQUAL_-1205980205'), (u'LOAD_-1205983267', u'INT_MULT_-1205982957'), (u'INDIRECT_-1205980542', u'MULTIEQUAL_-1205980528'), (u'INDIRECT_-1205979787', u'MULTIEQUAL_-1205979988'), (u'INDIRECT_-1205980272', u'MULTIEQUAL_-1205980321'), (u'CAST_-1205979728', u'LOAD_-1205982460'), ('const-0', u'STORE_-1205982778'), (u'INDIRECT_-1205980147', u'COPY_-1205980199'), (u'CALL_-1205982782', u'INDIRECT_-1205980278'), ('tmp_9122', u'COPY_-1205980716'), (u'INDIRECT_-1205980318', u'MULTIEQUAL_-1205980543'), ('tmp_2033', u'BRANCH_-1205981757'), (u'LOAD_-1205981476', u'CALL_-1205981465'), (u'INDIRECT_-1205980434', u'MULTIEQUAL_-1205980483'), (u'STORE_-1205982263', u'INDIRECT_-1205980724'), (u'COPY_-1205981894', u'MULTIEQUAL_-1205981257'), (u'STORE_-1205982212', u'INDIRECT_-1205980262'), (u'STORE_-1205982727', u'INDIRECT_-1205980498'), (u'LOAD_-1205982214', u'INT_MULT_-1205982173'), (u'MULTIEQUAL_-1205980051', u'INT_ADD_-1205982833'), (u'STORE_-1205981824', u'INDIRECT_-1205980197'), ('const-76564', u'PTRSUB_-1205979355'), ('const-417', u'STORE_-1205982231'), ('const-1', u'COPY_-1205981740'), (u'INDIRECT_-1205980768', u'MULTIEQUAL_-1205980719'), (u'CAST_-1205979910', u'LOAD_-1205982827'), (u'MULTIEQUAL_-1205981427', u'COPY_-1205981919'), (u'CAST_-1205979905', u'LOAD_-1205982821'), (u'INDIRECT_-1205979990', u'COPY_-1205980046'), (u'INDIRECT_-1205980947', u'COPY_-1205981006'), (u'INDIRECT_-1205980569', u'COPY_-1205980641'), (u'INDIRECT_-1205980026', u'MULTIEQUAL_-1205980195'), (u'INDIRECT_-1205980264', u'MULTIEQUAL_-1205980489'), (u'COPY_-1205979639', u'MULTIEQUAL_-1205981114'), (u'CALL_-1205982782', u'INDIRECT_-1205980386'), ('const-417', u'LOAD_-1205983255'), (u'MULTIEQUAL_-1205980395', u'MULTIEQUAL_-1205980038'), (u'CALL_-1205982215', u'INDIRECT_-1205980792'), (u'INDIRECT_-1205980219', u'MULTIEQUAL_-1205980420'), (u'STORE_-1205981491', u'INDIRECT_-1205979625'), (u'INT_ADD_-1205981809', u'CAST_-1205979422'), (u'INDIRECT_-1205980541', u'MULTIEQUAL_-1205980519'), ('const-0', u'STORE_-1205982212'), (u'CALL_-1205981292', u'INDIRECT_-1205979711'), ('const-1', u'PTRADD_-1205982958'), (u'LOAD_-1205982634', u'INT_EQUAL_-1205982563'), (u'STORE_-1205982549', u'INDIRECT_-1205980671'), (u'MULTIEQUAL_-1205980132', u'MULTIEQUAL_-1205980111'), ('const-417', u'LOAD_-1205982750'), ('const-76472', u'INT_ADD_-1205981690'), (u'INDIRECT_-1205980519', u'MULTIEQUAL_-1205980487'), (u'INT_ADD_-1205981816', u'CAST_-1205979427'), (u'CALL_-1205982215', u'INDIRECT_-1205980414'), (u'MULTIEQUAL_-1205981257', u'COPY_-1205982203'), (u'COPY_-1205980118', u'MULTIEQUAL_-1205981669'), (u'CALL_-1205981962', u'INDIRECT_-1205979861'), (u'CALL_-1205982752', u'INDIRECT_-1205980731'), (u'STORE_-1205982808', u'INDIRECT_-1205980482'), (u'CALL_-1205982215', u'INDIRECT_-1205980198'), (u'STORE_-1205982391', u'INDIRECT_-1205980674'), ('const-75748', u'INT_ADD_-1205983239'), (u'STORE_-1205982212', u'INDIRECT_-1205980100'), (u'STORE_-1205982229', u'INDIRECT_-1205980163'), ('tmp_2078', u'CBRANCH_-1205981907'), ('const-4', u'INT_ADD_-1205983216'), (u'INDIRECT_-1205979819', u'MULTIEQUAL_-1205980024'), ('tmp_9116', u'MULTIEQUAL_-1205981043'), (u'CAST_-1205980094', u'PTRADD_-1205982971'), (u'LOAD_-1205981863', u'MULTIEQUAL_-1205981263'), (u'STORE_-1205982727', u'INDIRECT_-1205980282'), (u'LOAD_-1205982849', u'INT_RIGHT_-1205982792'), (u'INDIRECT_-1205979724', u'MULTIEQUAL_-1205979949'), (u'CALL_-1205981962', u'INDIRECT_-1205980239'), ('const-417', u'LOAD_-1205981783'), (u'INT_EQUAL_-1205982919', u'CBRANCH_-1205982915'), ('const-417', u'LOAD_-1205982196'), (u'CALL_-1205982418', u'INDIRECT_-1205980598'), ('const-417', u'LOAD_-1205983149'), (u'INT_ADD_-1205982198', u'CAST_-1205979703'), (u'CAST_-1205979565', u'LOAD_-1205982196'), (u'CALL_-1205981896', u'INDIRECT_-1205980368'), (u'CALL_-1205981714', u'INDIRECT_-1205980039'), (u'INDIRECT_-1205980245', u'COPY_-1205980317'), (u'STORE_-1205981680', u'INDIRECT_-1205980026'), (u'INT_ADD_-1205983239', u'CAST_-1205980148'), (u'INDIRECT_-1205980380', u'MULTIEQUAL_-1205980429'), (u'INDIRECT_-1205980326', u'MULTIEQUAL_-1205980312'), (u'STORE_-1205982345', u'INDIRECT_-1205980109'), ('tmp_9126', u'MULTIEQUAL_-1205980578'), ('const-417', u'STORE_-1205982727'), (u'STORE_-1205982212', u'INDIRECT_-1205980532'), (u'STORE_-1205981680', u'INDIRECT_-1205980242'), (u'STORE_-1205981680', u'INDIRECT_-1205980080'), ('tmp_9121', u'MULTIEQUAL_-1205980848'), (u'STORE_-1205982345', u'INDIRECT_-1205980379'), (u'INDIRECT_-1205980083', u'COPY_-1205980155'), (u'INDIRECT_-1205980238', u'MULTIEQUAL_-1205980420'), ('const-417', u'LOAD_-1205981700'), (u'CALL_-1205981714', u'INDIRECT_-1205980255'), (u'STORE_-1205982189', u'INDIRECT_-1205980299'), (u'STORE_-1205982778', u'INDIRECT_-1205980357'), (u'LOAD_-1205981700', u'INT_ADD_-1205981665'), (u'STORE_-1205982391', u'INDIRECT_-1205980242'), (u'INDIRECT_-1205979854', u'MULTIEQUAL_-1205980012'), (u'INDIRECT_-1205980789', u'MULTIEQUAL_-1205980703'), ('const-4', u'INT_ADD_-1205982278'), (u'CAST_-1205979562', u'LOAD_-1205981833'), ('const-417', u'LOAD_-1205982849'), (u'LOAD_-1205981833', u'INT_ADD_-1205981791'), (u'INDIRECT_-1205980684', u'MULTIEQUAL_-1205980637'), (u'INDIRECT_-1205980273', u'MULTIEQUAL_-1205980474'), (u'INT_NOTEQUAL_-1205982992', u'CBRANCH_-1205982989'), ('const-417', u'LOAD_-1205982324'), (u'LOAD_-1205981807', u'INT_ADD_-1205979646'), (u'PTRADD_-1205982958', u'INT_NOTEQUAL_-1205982992'), (u'MULTIEQUAL_-1205981242', u'INT_ADD_-1205982278'), (u'MULTIEQUAL_-1205981589', u'MULTIEQUAL_-1205980051'), (u'INDIRECT_-1205980785', u'COPY_-1205980844'), ('const-1', u'PTRADD_-1205981801'), (u'COPY_-1205979612', u'INT_ADD_-1205981684'), ('tmp_9119', u'MULTIEQUAL_-1205980308'), (u'INDIRECT_-1205980617', u'COPY_-1205979929'), (u'INDIRECT_-1205980843', u'MULTIEQUAL_-1205980811'), ('const-0', u'COPY_-1205982335'), (u'STORE_-1205982229', u'INDIRECT_-1205980217'), ('tmp_9126', u'MULTIEQUAL_-1205980557'), (u'STORE_-1205981491', u'INDIRECT_-1205979949'), (u'INDIRECT_-1205979840', u'MULTIEQUAL_-1205979826'), (u'INDIRECT_-1205980298', u'MULTIEQUAL_-1205980564'), (u'STORE_-1205982760', u'INDIRECT_-1205980897'), ('tmp_9119', u'INT_ADD_-1205981288'), (u'INDIRECT_-1205980573', u'MULTIEQUAL_-1205980541'), (u'INDIRECT_-1205980876', u'MULTIEQUAL_-1205980827'), (u'INT_MULT_-1205981655', u'INT_ADD_-1205981665'), (u'INT_ADD_-1205981671', u'CAST_-1205979503'), (u'INDIRECT_-1205980346', u'MULTIEQUAL_-1205980278'), (u'INDIRECT_-1205980390', u'MULTIEQUAL_-1205980039'), (u'MULTIEQUAL_-1205981100', u'LOAD_-1205981724'), (u'CALL_-1205982215', u'INDIRECT_-1205980360'), ('const-12', u'INT_ADD_-1205982932'), (u'STORE_-1205981824', u'INDIRECT_-1205980089'), (u'LOAD_-1205983136', u'INT_EQUAL_-1205983101'), (u'CALL_-1205981292', u'INDIRECT_-1205980305'), (u'CALL_-1205981714', u'INDIRECT_-1205979769'), (u'STORE_-1205981491', u'INDIRECT_-1205980273'), (u'INT_MULT_-1205982173', u'INT_ADD_-1205982185'), (u'INDIRECT_-1205980057', u'MULTIEQUAL_-1205980258'), ('const-417', u'LOAD_-1205982301'), ('const-417', u'LOAD_-1205982466'), ('const-1', u'PTRADD_-1205981664'), (u'MULTIEQUAL_-1205980045', u'MULTIEQUAL_-1205980375'), (u'STORE_-1205982391', u'INDIRECT_-1205980350'), (u'STORE_-1205981540', u'INDIRECT_-1205980442'), (u'CALL_-1205981879', u'SUBPIECE_-1205980645'), (u'STORE_-1205982391', u'INDIRECT_-1205980782'), (u'INDIRECT_-1205980681', u'MULTIEQUAL_-1205980649'), (u'INT_LEFT_-1205982813', u'MULTIEQUAL_-1205981599'), (u'STORE_-1205982760', u'INDIRECT_-1205980519'), (u'STORE_-1205981763', u'INDIRECT_-1205979800'), (u'CAST_-1205979321', u'LOAD_-1205981783'), (u'CALL_-1205982551', u'INDIRECT_-1205980587'), (u'LOAD_-1205982264', u'INT_NOTEQUAL_-1205982238'), (u'CALL_-1205982418', u'INDIRECT_-1205980274'), ('const-76048', u'INT_ADD_-1205981767'), (u'CALL_-1205982782', u'STORE_-1205982760'), (u'MULTIEQUAL_-1205981253', u'MULTIEQUAL_-1205981247'), ('const-1', u'PTRADD_-1205981680'), ('const-40', u'INT_ADD_-1205983120'), (u'COPY_-1205979929', u'INT_ADD_-1205981767'), (u'LOAD_-1205982301', u'CALL_-1205982290'), (u'INDIRECT_-1205979752', u'MULTIEQUAL_-1205979934'), (u'STORE_-1205982229', u'INDIRECT_-1205980109'), (u'CAST_-1205980023', u'LOAD_-1205982985'), (u'CALL_-1205981707', u'INDIRECT_-1205979704'), (u'INDIRECT_-1205979758', u'MULTIEQUAL_-1205980024'), ('tmp_640', u'CBRANCH_-1205982915'), (u'STORE_-1205982212', u'INDIRECT_-1205980316'), (u'INDIRECT_-1205979841', u'MULTIEQUAL_-1205980042'), (u'INDIRECT_-1205980336', u'MULTIEQUAL_-1205980038'), (u'INT_ADD_-1205983070', u'INT_ADD_-1205979633'), ('const-417', u'LOAD_-1205982247'), ('const-0', u'PTRSUB_-1205979342'), (u'STORE_-1205982778', u'INDIRECT_-1205980195'), (u'STORE_-1205982212', u'INDIRECT_-1205980640'), (u'STORE_-1205981534', u'INDIRECT_-1205980113'), (u'INDIRECT_-1205980512', u'MULTIEQUAL_-1205980681'), ('const-4', u'INT_MULT_-1205981828'), (u'STORE_-1205982760', u'INDIRECT_-1205980843'), (u'PTRADD_-1205982253', u'INT_LESS_-1205982275'), (u'STORE_-1205981824', u'INDIRECT_-1205979927'), (u'PTRADD_-1205982253', u'PTRADD_-1205981912'), ('const-417', u'LOAD_-1205981724'), (u'MULTIEQUAL_-1205981114', u'MULTIEQUAL_-1205981268'), (u'CAST_-1205979686', u'LOAD_-1205982379'), (u'MULTIEQUAL_-1205980066', u'INT_ADD_-1205981854'), (u'CAST_-1205979427', u'MULTIEQUAL_-1205981247'), ('tmp_2830', u'CBRANCH_-1205981441'), (u'MULTIEQUAL_-1205980051', u'INT_ADD_-1205982763'), (u'CALL_-1205981962', u'INDIRECT_-1205980185'), (u'COPY_-1205979929', u'INT_ADD_-1205982365'), (u'INDIRECT_-1205980089', u'MULTIEQUAL_-1205980294'), (u'STORE_-1205982189', u'INDIRECT_-1205980677'), (u'CALL_-1205981707', u'INDIRECT_-1205980298'), ('const-1', u'RETURN_-1205981709'), (u'CALL_-1205982290', u'INDIRECT_-1205980665'), (u'PTRADD_-1205981801', u'CAST_-1205979441'), ('const-1', u'INT_NOTEQUAL_-1205981936'), ('const-417', u'LOAD_-1205981833'), (u'CALL_-1205981962', u'STORE_-1205981954'), (u'INDIRECT_-1205980326', u'MULTIEQUAL_-1205980375'), (u'INT_EQUAL_-1205982954', u'CBRANCH_-1205982951'), ('const-417', u'LOAD_-1205982208'), (u'INT_ADD_-1205983070', u'INT_EQUAL_-1205981910'), ('tmp_9130', u'MULTIEQUAL_-1205980341'), (u'INDIRECT_-1205980444', u'MULTIEQUAL_-1205980040'), (u'LOAD_-1205981783', u'INT_MULT_-1205981742'), (u'INT_MULT_-1205982327', u'INT_ADD_-1205982337'), (u'CAST_-1205979907', u'MULTIEQUAL_-1205980053'), (u'LOAD_-1205983261', u'INT_ADD_-1205983232'), (u'CALL_-1205982290', u'INDIRECT_-1205980449'), (u'INT_EQUAL_-1205982828', u'CBRANCH_-1205982822'), (u'INDIRECT_-1205979698', u'MULTIEQUAL_-1205979880'), (u'INDIRECT_-1205979927', u'COPY_-1205979969'), (u'STORE_-1205982808', u'INDIRECT_-1205980428'), (u'MULTIEQUAL_-1205980051', u'INT_ADD_-1205982745'), (u'INDIRECT_-1205979972', u'MULTIEQUAL_-1205980141'), (u'MULTIEQUAL_-1205980611', u'MULTIEQUAL_-1205980042'), ('const-1', u'CALL_-1205982418'), (u'INT_ADD_-1205982185', u'CAST_-1205979693'), ('const-16', u'INT_ADD_-1205981665'), (u'MULTIEQUAL_-1205980043', u'INT_ADD_-1205981426'), (u'MULTIEQUAL_-1205981188', u'PTRADD_-1205981680'), (u'INDIRECT_-1205980098', u'COPY_-1205980154'), (u'INDIRECT_-1205980735', u'MULTIEQUAL_-1205980649'), (u'INDIRECT_-1205980206', u'COPY_-1205980262'), (u'INDIRECT_-1205980460', u'MULTIEQUAL_-1205980726'), (u'INDIRECT_-1205979877', u'COPY_-1205979929'), (u'LOAD_-1205983248', u'INT_ADD_-1205983120'), (u'INDIRECT_-1205980498', u'MULTIEQUAL_-1205980470'), (u'INDIRECT_-1205980881', u'MULTIEQUAL_-1205980332'), (u'INDIRECT_-1205980195', u'MULTIEQUAL_-1205980163'), ('const-0', u'INT_NOTEQUAL_-1205981444'), (u'STORE_-1205982778', u'INDIRECT_-1205980519'), (u'INT_EQUAL_-1205981808', u'CBRANCH_-1205981759'), (u'INT_ADD_-1205982249', u'CAST_-1205979608'), (u'CAST_-1205979693', u'LOAD_-1205982201'), (u'COPY_-1205979705', u'MULTIEQUAL_-1205981188'), (u'CAST_-1205979548', u'MULTIEQUAL_-1205981100'), ('const-12', u'INT_ADD_-1205982308'), (u'CAST_-1205980052', u'MULTIEQUAL_-1205981696'), (u'STORE_-1205982212', u'INDIRECT_-1205980046'), (u'STORE_-1205982345', u'INDIRECT_-1205980217'), (u'LOAD_-1205983199', u'INT_SUB_-1205983110'), (u'STORE_-1205981686', u'INDIRECT_-1205980139'), (u'INDIRECT_-1205980503', u'MULTIEQUAL_-1205979954'), (u'INDIRECT_-1205980566', u'MULTIEQUAL_-1205980735'), (u'STORE_-1205982263', u'INDIRECT_-1205980238'), (u'LOAD_-1205981856', u'MULTIEQUAL_-1205981242'), (u'STORE_-1205981491', u'INDIRECT_-1205979841'), ('const-417', u'LOAD_-1205981807'), ('const-76356', u'INT_ADD_-1205981671'), ('const-2', u'COPY_-1205981894'), (u'MULTIEQUAL_-1205980735', u'MULTIEQUAL_-1205980726'), (u'INDIRECT_-1205980252', u'MULTIEQUAL_-1205980205'), (u'INT_ADD_-1205983070', u'INT_ADD_-1205979646'), (u'INDIRECT_-1205980296', u'MULTIEQUAL_-1205980465'), (u'STORE_-1205981740', u'INDIRECT_-1205980326'), (u'LOAD_-1205982849', u'INT_ADD_-1205982800'), (u'MULTIEQUAL_-1205980195', u'MULTIEQUAL_-1205980186'), (u'CALL_-1205981879', u'INT_EQUAL_-1205981859'), (u'CALL_-1205981896', u'INDIRECT_-1205979774'), (u'STORE_-1205981763', u'INDIRECT_-1205980286'), (u'INDIRECT_-1205979644', u'MULTIEQUAL_-1205979826'), (u'PTRADD_-1205982253', u'STORE_-1205982229'), (u'CAST_-1205979712', u'LOAD_-1205982226'), (u'INDIRECT_-1205980611', u'MULTIEQUAL_-1205980062'), (u'INDIRECT_-1205980260', u'COPY_-1205980316'), (u'CALL_-1205981896', u'INDIRECT_-1205980152'), (u'INDIRECT_-1205980299', u'COPY_-1205980358'), (u'STORE_-1205981491', u'INDIRECT_-1205980057'), (u'MULTIEQUAL_-1205980053', u'INT_LESS_-1205982609'), (u'INT_ADD_-1205982763', u'CAST_-1205979887'), ('const-0', u'INT_EQUAL_-1205982828'), (u'CAST_-1205979586', u'STORE_-1205982229'), (u'INDIRECT_-1205981038', u'MULTIEQUAL_-1205981010'), (u'MULTIEQUAL_-1205981043', u'MULTIEQUAL_-1205980050'), ('const-417', u'LOAD_-1205981890'), (u'STORE_-1205982727', u'INDIRECT_-1205980984'), ('tmp_9121', u'MULTIEQUAL_-1205980827'), (u'CAST_-1205979709', u'MULTIEQUAL_-1205981268'), (u'COPY_-1205980074', u'MULTIEQUAL_-1205980267'), (u'INDIRECT_-1205980251', u'MULTIEQUAL_-1205980456'), (u'STORE_-1205981954', u'INDIRECT_-1205980480'), ('const-0', u'SUBPIECE_-1205980645'), (u'STORE_-1205982808', u'INDIRECT_-1205980590'), (u'INT_ADD_-1205982308', u'CAST_-1205979641'), (u'STORE_-1205982391', u'INDIRECT_-1205980134'), (u'PTRSUB_-1205979355', u'PTRADD_-1205981664'), (u'STORE_-1205982760', u'INDIRECT_-1205980789'), (u'INDIRECT_-1205980498', u'MULTIEQUAL_-1205980449'), (u'INDIRECT_-1205980394', u'MULTIEQUAL_-1205980552'), ('const-417', u'LOAD_-1205983136'), (u'INT_EQUAL_-1205982762', u'CBRANCH_-1205982753'), (u'STORE_-1205982727', u'INDIRECT_-1205980930'), (u'CALL_-1205981292', u'INDIRECT_-1205979765'), (u'INT_ADD_-1205982450', u'CAST_-1205979733'), (u'STORE_-1205983011', u'INDIRECT_-1205980606'), (u'CAST_-1205979311', u'LOAD_-1205981770'), (u'INDIRECT_-1205980340', u'MULTIEQUAL_-1205980498'), (u'CAST_-1205979387', u'INT_RIGHT_-1205981950'), (u'INDIRECT_-1205980951', u'MULTIEQUAL_-1205980919'), (u'INDIRECT_-1205979752', u'MULTIEQUAL_-1205979684'), ('tmp_9125', u'MULTIEQUAL_-1205980611'), (u'STORE_-1205981954', u'INDIRECT_-1205980318'), (u'STORE_-1205981540', u'INDIRECT_-1205980280'), (u'MULTIEQUAL_-1205979904', u'INT_ADD_-1205981702'), (u'INDIRECT_-1205980124', u'MULTIEQUAL_-1205980282'), (u'INDIRECT_-1205980839', u'COPY_-1205980898'), (u'CALL_-1205981879', u'INDIRECT_-1205979979'), (u'MULTIEQUAL_-1205981589', u'INT_ADD_-1205982963'), (u'INT_ADD_-1205981525', u'CAST_-1205979457'), (u'CAST_-1205979709', u'STORE_-1205982391'), (u'STORE_-1205981686', u'INDIRECT_-1205980463'), ('tmp_9118', u'COPY_-1205980878'), (u'INDIRECT_-1205980016', u'MULTIEQUAL_-1205980174'), ('const-4', u'INT_NOTEQUAL_-1205982238'), ('const-0', u'INT_EQUAL_-1205981910'), (u'INDIRECT_-1205980359', u'MULTIEQUAL_-1205980564'), (u'INDIRECT_-1205981092', u'MULTIEQUAL_-1205981064'), (u'STORE_-1205981680', u'INDIRECT_-1205980404'), ('const-76044', u'INT_ADD_-1205981761'), ('const-0', u'INT_SLESS_-1205983048'), (u'STORE_-1205982727', u'INDIRECT_-1205980660'), ('const-76284', u'INT_ADD_-1205981874'), (u'STORE_-1205982778', u'INDIRECT_-1205980627'), (u'CALL_-1205981465', u'INDIRECT_-1205980292'), (u'MULTIEQUAL_-1205980881', u'COPY_-1205980114'), (u'STORE_-1205981534', u'INDIRECT_-1205980167'), (u'INT_ADD_-1205983070', u'INT_SLESS_-1205983048'), (u'STORE_-1205981824', u'INDIRECT_-1205980251'), (u'CALL_-1205981465', u'INDIRECT_-1205979968'), (u'MULTIEQUAL_-1205981247', u'LOAD_-1205982207'), (u'LOAD_-1205983149', u'CAST_-1205980094'), (u'INDIRECT_-1205979711', u'COPY_-1205979753'), (u'CALL_-1205982551', u'INDIRECT_-1205980263'), (u'CAST_-1205980089', u'INT_LESS_-1205983130'), (u'LOAD_-1205981872', u'INT_ADD_-1205981816'), (u'STORE_-1205982229', u'INDIRECT_-1205980595'), (u'INT_ADD_-1205981665', u'CAST_-1205979325'), (u'MULTIEQUAL_-1205980066', u'INT_ADD_-1205981856'), ('tmp_527', u'CBRANCH_-1205982989'), ('tmp_1884', u'CBRANCH_-1205982267'), (u'INDIRECT_-1205980876', u'MULTIEQUAL_-1205980048'), (u'CAST_-1205979921', u'LOAD_-1205982734'), ('const-417', u'LOAD_-1205982207'), ('const-0', u'INT_EQUAL_-1205982563'), (u'CALL_-1205981896', u'INDIRECT_-1205979882'), (u'CALL_-1205981465', u'INDIRECT_-1205979860'), (u'INDIRECT_-1205980035', u'COPY_-1205980077'), (u'INT_ADD_-1205983190', u'INT_ADD_-1205983174'), (u'STORE_-1205981680', u'INDIRECT_-1205980188'), (u'INDIRECT_-1205980082', u'MULTIEQUAL_-1205980348'), (u'STORE_-1205981824', u'INDIRECT_-1205979765'), (u'STORE_-1205981540', u'INDIRECT_-1205979848'), (u'COPY_-1205980076', u'MULTIEQUAL_-1205980043'), (u'INT_SUB_-1205982775', u'INT_ADD_-1205982725'), (u'CALL_-1205981714', u'INDIRECT_-1205980201'), (u'CAST_-1205979572', u'LOAD_-1205981853'), (u'CALL_-1205981707', u'INDIRECT_-1205979920'), (u'MULTIEQUAL_-1205980881', u'MULTIEQUAL_-1205980047'), (u'MULTIEQUAL_-1205981247', u'LOAD_-1205981961'), ('const-417', u'LOAD_-1205981851'), (u'INDIRECT_-1205980089', u'COPY_-1205980131'), (u'INT_ADD_-1205982725', u'STORE_-1205982727'), (u'STORE_-1205982263', u'INDIRECT_-1205980130'), (u'STORE_-1205981686', u'INDIRECT_-1205980247'), ('const-0', u'STORE_-1205981540'), (u'MULTIEQUAL_-1205980078', u'MULTIEQUAL_-1205980057'), (u'INDIRECT_-1205980275', u'MULTIEQUAL_-1205980336'), (u'INDIRECT_-1205980184', u'MULTIEQUAL_-1205980366'), (u'INDIRECT_-1205980055', u'MULTIEQUAL_-1205980033'), ('tmp_9127', u'COPY_-1205980446'), ('const-417', u'STORE_-1205981540'), (u'CALL_-1205982551', u'STORE_-1205982549'), (u'INDIRECT_-1205979975', u'COPY_-1205980047'), (u'STORE_-1205982778', u'INDIRECT_-1205980465'), (u'LOAD_-1205981694', u'MULTIEQUAL_-1205981263'), (u'CALL_-1205981465', u'INT_NOTEQUAL_-1205981444'), (u'STORE_-1205981540', u'INDIRECT_-1205980064'), ('const-0', u'INT_EQUAL_-1205983101'), (u'INDIRECT_-1205980887', u'MULTIEQUAL_-1205980799'), (u'CALL_-1205981714', u'INDIRECT_-1205980363'), (u'STORE_-1205982760', u'INDIRECT_-1205980735'), (u'INDIRECT_-1205980509', u'MULTIEQUAL_-1205980421'), (u'STORE_-1205981954', u'INDIRECT_-1205980426'), (u'INDIRECT_-1205980627', u'MULTIEQUAL_-1205980541'), (u'LOAD_-1205981890', u'CALL_-1205981879'), (u'INDIRECT_-1205979981', u'COPY_-1205980023'), ('const-417', u'STORE_-1205983011'), (u'INDIRECT_-1205979774', u'COPY_-1205979830'), (u'CALL_-1205981879', u'INDIRECT_-1205980249'), (u'COPY_-1205979422', u'MULTIEQUAL_-1205981114'), (u'STORE_-1205981824', u'INDIRECT_-1205980467'), (u'COPY_-1205979929', u'INT_ADD_-1205982376'), (u'STORE_-1205981680', u'INDIRECT_-1205979972'), ('tmp_9127', u'MULTIEQUAL_-1205980524'), ('const-417', u'LOAD_-1205981442'), (u'INT_ADD_-1205982687', u'CAST_-1205979907'), (u'CALL_-1205982290', u'INDIRECT_-1205980827'), (u'MULTIEQUAL_-1205980049', u'MULTIEQUAL_-1205980591'), (u'INDIRECT_-1205980434', u'MULTIEQUAL_-1205980420'), (u'INDIRECT_-1205981005', u'MULTIEQUAL_-1205980919'), (u'LOAD_-1205982734', u'INT_SUB_-1205982702'), (u'INDIRECT_-1205980076', u'MULTIEQUAL_-1205980258'), (u'INDIRECT_-1205980178', u'MULTIEQUAL_-1205980336'), (u'CALL_-1205981465', u'INDIRECT_-1205980184'), (u'STORE_-1205981740', u'INDIRECT_-1205980488'), ('tmp_9130', u'COPY_-1205980284'), (u'MULTIEQUAL_-1205980564', u'MULTIEQUAL_-1205980543'), (u'CAST_-1205979452', u'STORE_-1205981534'), (u'INDIRECT_-1205979968', u'MULTIEQUAL_-1205979900'), ('const-16', u'INT_ADD_-1205981519'), (u'INDIRECT_-1205980930', u'MULTIEQUAL_-1205980881'), (u'INT_ADD_-1205982337', u'CAST_-1205979672'), ('const-417', u'STORE_-1205982345'), (u'STORE_-1205981540', u'INDIRECT_-1205980496'), (u'MULTIEQUAL_-1205981114', u'STORE_-1205981686'), ('const-4294967295', u'INT_ADD_-1205983070'), (u'INT_ADD_-1205981840', u'CAST_-1205979436'), (u'INDIRECT_-1205979882', u'COPY_-1205979938'), (u'INDIRECT_-1205979765', u'COPY_-1205979807'), (u'MULTIEQUAL_-1205981114', u'INT_EQUAL_-1205981688'), (u'LOAD_-1205983020', u'STORE_-1205983011'), ('tmp_2957', u'BRANCH_-1205981528'), (u'CALL_-1205982752', u'INDIRECT_-1205980353'), (u'INDIRECT_-1205980035', u'MULTIEQUAL_-1205980240'), (u'PTRADD_-1205982971', u'INT_NOTEQUAL_-1205982992'), (u'INT_NOTEQUAL_-1205981444', u'CBRANCH_-1205981441'), ('tmp_1229', u'BRANCH_-1205982522'), (u'MULTIEQUAL_-1205980348', u'MULTIEQUAL_-1205980327'), ('const-76364', u'INT_ADD_-1205981856'), ('const-1', u'RETURN_-1205982747'), (u'MULTIEQUAL_-1205980050', u'MULTIEQUAL_-1205980645'), (u'INDIRECT_-1205980404', u'MULTIEQUAL_-1205980390'), (u'CAST_-1205979498', u'STORE_-1205981680'), (u'INDIRECT_-1205979951', u'MULTIEQUAL_-1205980012'), (u'INT_ADD_-1205983070', u'INT_ADD_-1205982435'), ('const-417', u'LOAD_-1205982258'), (u'COPY_-1205979397', u'MULTIEQUAL_-1205981114'), (u'STORE_-1205982263', u'INDIRECT_-1205980562'), (u'INT_MULT_-1205982957', u'INT_ADD_-1205982969'), ('tmp_424', u'CBRANCH_-1205983055'), (u'STORE_-1205982229', u'INDIRECT_-1205980487'), (u'INDIRECT_-1205980249', u'MULTIEQUAL_-1205980163'), (u'LOAD_-1205981872', u'INT_ADD_-1205981840'), (u'MULTIEQUAL_-1205980053', u'INT_EQUAL_-1205982919'), (u'STORE_-1205982391', u'INDIRECT_-1205980080'), (u'INDIRECT_-1205980306', u'MULTIEQUAL_-1205980259'), (u'INDIRECT_-1205980660', u'MULTIEQUAL_-1205980632'), (u'STORE_-1205982345', u'INDIRECT_-1205980271'), (u'INDIRECT_-1205980515', u'COPY_-1205980587'), (u'CALL_-1205981879', u'INDIRECT_-1205980357'), (u'CALL_-1205982215', u'INDIRECT_-1205980846'), (u'MULTIEQUAL_-1205980043', u'INT_ADD_-1205981424'), (u'INT_NOTEQUAL_-1205982238', u'CBRANCH_-1205982235'), (u'INT_ADD_-1205982180', u'CAST_-1205979565'), ('const-417', u'LOAD_-1205982294'), (u'INDIRECT_-1205980498', u'MULTIEQUAL_-1205980041'), (u'INDIRECT_-1205980360', u'MULTIEQUAL_-1205980313'), (u'INDIRECT_-1205980314', u'COPY_-1205980370'), (u'LOAD_-1205983248', u'MULTIEQUAL_-1205981589'), (u'CALL_-1205982551', u'INDIRECT_-1205980155'), (u'INDIRECT_-1205980039', u'COPY_-1205980091'), (u'CALL_-1205981292', u'INDIRECT_-1205980143'), (u'STORE_-1205982727', u'INDIRECT_-1205980228'), (u'LOAD_-1205983199', u'MULTIEQUAL_-1205980054'), ('tmp_741', u'CBRANCH_-1205982782'), (u'INDIRECT_-1205980426', u'MULTIEQUAL_-1205980651'), (u'INT_ADD_-1205983027', u'CAST_-1205980052'), (u'INDIRECT_-1205980198', u'MULTIEQUAL_-1205980151'), (u'STORE_-1205982778', u'INDIRECT_-1205980411'), (u'INDIRECT_-1205980773', u'MULTIEQUAL_-1205980224'), (u'INT_ADD_-1205982718', u'CAST_-1205979921'), (u'CAST_-1205980003', u'LOAD_-1205982948'), (u'CALL_-1205982290', u'INDIRECT_-1205980341'), (u'CAST_-1205979698', u'LOAD_-1205982208'), (u'INDIRECT_-1205980242', u'MULTIEQUAL_-1205980228'), ('tmp_9118', u'MULTIEQUAL_-1205980956'), (u'INDIRECT_-1205980028', u'MULTIEQUAL_-1205980294'), ('const-4294967295', u'INT_EQUAL_-1205981859'), ('tmp_821', u'CBRANCH_-1205982822'), ('const-417', u'LOAD_-1205982734'), (u'INDIRECT_-1205980846', u'MULTIEQUAL_-1205980799'), (u'INDIRECT_-1205980623', u'COPY_-1205980695'), (u'INDIRECT_-1205980059', u'MULTIEQUAL_-1205980120'), (u'PTRSUB_-1205979342', u'CAST_-1205979292'), ('const-16', u'INT_ADD_-1205982330'), (u'MULTIEQUAL_-1205979630', u'PTRADD_-1205981664'), (u'INT_ADD_-1205981424', u'CAST_-1205979298'), (u'CALL_-1205982418', u'INDIRECT_-1205980490'), (u'INDIRECT_-1205980390', u'MULTIEQUAL_-1205980341'), (u'STORE_-1205981763', u'INDIRECT_-1205980232'), (u'LOAD_-1205981853', u'INT_ADD_-1205981817'), (u'CALL_-1205981292', u'INDIRECT_-1205979873'), ('const-76076', u'INT_ADD_-1205982444'), (u'CAST_-1205980153', u'LOAD_-1205983261'), ('tmp_9128', u'MULTIEQUAL_-1205980470'), (u'INDIRECT_-1205980444', u'MULTIEQUAL_-1205980416'), (u'STORE_-1205981534', u'INDIRECT_-1205980221'), (u'STORE_-1205981763', u'INDIRECT_-1205979692'), (u'STORE_-1205982391', u'INDIRECT_-1205980566'), ('const-417', u'STORE_-1205982808'), (u'INDIRECT_-1205979921', u'COPY_-1205979993'), ('tmp_9117', u'MULTIEQUAL_-1205980989'), ('const-76256', u'INT_ADD_-1205981424'), ('const-2', u'INT_EQUAL_-1205982954'), (u'CALL_-1205982290', u'INDIRECT_-1205980557'), (u'STORE_-1205981763', u'INDIRECT_-1205979638'), (u'INT_ADD_-1205979646', u'PTRADD_-1205981706'), (u'LOAD_-1205983183', u'STORE_-1205982189'), ('tmp_9116', u'INT_ADD_-1205983183'), ('const-0', u'INT_EQUAL_-1205981924'), (u'INDIRECT_-1205980649', u'MULTIEQUAL_-1205980627'), (u'CALL_-1205981896', u'INDIRECT_-1205979990'), (u'INT_ADD_-1205979633', u'PTRADD_-1205981680'), (u'STORE_-1205982263', u'INDIRECT_-1205980508'), (u'STORE_-1205982229', u'INDIRECT_-1205980649'), (u'INDIRECT_-1205980390', u'MULTIEQUAL_-1205980362'), (u'STORE_-1205981686', u'INDIRECT_-1205980409'), (u'INDIRECT_-1205980476', u'COPY_-1205980532'), ('const-12', u'INT_ADD_-1205982833'), (u'INDIRECT_-1205980137', u'COPY_-1205980209'), ('const-1', u'INT_ADD_-1205979727'), (u'STORE_-1205981954', u'INDIRECT_-1205979724'), (u'LOAD_-1205981851', u'INT_MULT_-1205981768'), (u'INDIRECT_-1205980110', u'MULTIEQUAL_-1205980159'), ('const-417', u'LOAD_-1205983232'), (u'COPY_-1205979929', u'INT_ADD_-1205982285'), (u'INDIRECT_-1205980660', u'MULTIEQUAL_-1205980044'), (u'MULTIEQUAL_-1205981188', u'PTRADD_-1205981716'), (u'INDIRECT_-1205980090', u'MULTIEQUAL_-1205980043'), (u'STORE_-1205981954', u'INDIRECT_-1205979994'), (u'CALL_-1205982418', u'INDIRECT_-1205980436'), ('const-4294967295', u'INT_ADD_-1205983027'), (u'STORE_-1205981534', u'INDIRECT_-1205980275'), ('const-417', u'STORE_-1205982760'), (u'CAST_-1205979351', u'CALL_-1205981896'), ('const-76468', u'INT_ADD_-1205981684'), (u'INDIRECT_-1205980136', u'MULTIEQUAL_-1205980402'), ('const-417', u'LOAD_-1205981949'), (u'MULTIEQUAL_-1205980066', u'PTRADD_-1205981801'), (u'MULTIEQUAL_-1205980449', u'MULTIEQUAL_-1205980039'), (u'LOAD_-1205982201', u'MULTIEQUAL_-1205981342'), (u'CALL_-1205982418', u'INDIRECT_-1205980760'), (u'CALL_-1205981879', u'INDIRECT_-1205980033'), (u'INDIRECT_-1205980152', u'COPY_-1205980208'), (u'MULTIEQUAL_-1205980357', u'MULTIEQUAL_-1205980348'), (u'INT_ADD_-1205982932', u'CAST_-1205980003'), (u'LOAD_-1205983232', u'INT_ADD_-1205983174'), (u'INDIRECT_-1205980984', u'MULTIEQUAL_-1205980956'), (u'STORE_-1205982549', u'INDIRECT_-1205980563'), ('const-4', u'INT_MULT_-1205982957'), (u'CALL_-1205981896', u'INDIRECT_-1205980314'), (u'CALL_-1205981962', u'INDIRECT_-1205980131'), (u'CAST_-1205979299', u'LOAD_-1205981442'), (u'STORE_-1205982808', u'INDIRECT_-1205980968'), (u'STORE_-1205981763', u'INDIRECT_-1205979854'), (u'INDIRECT_-1205979840', u'MULTIEQUAL_-1205979889'), (u'INDIRECT_-1205980005', u'MULTIEQUAL_-1205980066'), (u'INDIRECT_-1205979735', u'MULTIEQUAL_-1205979796'), (u'INDIRECT_-1205980217', u'MULTIEQUAL_-1205980195'), (u'STORE_-1205982231', u'INDIRECT_-1205980129'), (u'INT_ADD_-1205982192', u'CAST_-1205979698'), (u'INT_EQUAL_-1205981859', u'CBRANCH_-1205981856'), ('tmp_9119', u'COPY_-1205980230'), (u'STORE_-1205982778', u'INDIRECT_-1205980249'), (u'INDIRECT_-1205980197', u'MULTIEQUAL_-1205980402'), (u'STORE_-1205982391', u'INDIRECT_-1205980728'), (u'STORE_-1205982345', u'INDIRECT_-1205980487'), (u'STORE_-1205982808', u'INDIRECT_-1205980860'), ('const-417', u'LOAD_-1205982634'), (u'INDIRECT_-1205980232', u'MULTIEQUAL_-1205980390'), (u'INDIRECT_-1205980512', u'MULTIEQUAL_-1205980498'), (u'INDIRECT_-1205980076', u'MULTIEQUAL_-1205980008'), (u'STORE_-1205982808', u'INDIRECT_-1205980698'), (u'MULTIEQUAL_-1205980411', u'MULTIEQUAL_-1205980402'), (u'INDIRECT_-1205980951', u'MULTIEQUAL_-1205980865'), (u'STORE_-1205982549', u'INDIRECT_-1205980833'), (u'STORE_-1205982229', u'INDIRECT_-1205980703'), ('const-417', u'LOAD_-1205982979'), (u'INDIRECT_-1205980131', u'MULTIEQUAL_-1205980043'), (u'INDIRECT_-1205980779', u'MULTIEQUAL_-1205980691'), (u'INT_ADD_-1205981791', u'CAST_-1205979553'), (u'CALL_-1205982752', u'INDIRECT_-1205980299'), (u'MULTIEQUAL_-1205981188', u'PTRADD_-1205981706'), (u'PTRADD_-1205982951', u'MULTIEQUAL_-1205981696'), (u'PTRADD_-1205981716', u'COPY_-1205979422'), (u'STORE_-1205981686', u'INDIRECT_-1205980031'), (u'CAST_-1205979703', u'LOAD_-1205982214'), (u'INDIRECT_-1205980627', u'MULTIEQUAL_-1205980595'), ('tmp_9125', u'COPY_-1205980554'), ('const-2', u'COPY_-1205981928'), (u'INDIRECT_-1205980519', u'MULTIEQUAL_-1205980433'), (u'INDIRECT_-1205980244', u'MULTIEQUAL_-1205980510'), (u'MULTIEQUAL_-1205980048', u'MULTIEQUAL_-1205980537'), (u'MULTIEQUAL_-1205980249', u'MULTIEQUAL_-1205980240'), (u'INDIRECT_-1205979866', u'MULTIEQUAL_-1205980132'), ('const-417', u'STORE_-1205982263'), (u'STORE_-1205982189', u'INDIRECT_-1205980137'), ('const-4294967295', u'INT_ADD_-1205982687'), (u'CAST_-1205980143', u'LOAD_-1205983248'), (u'CALL_-1205982752', u'INDIRECT_-1205980245'), (u'CALL_-1205982752', u'INDIRECT_-1205980461'), ('const-417', u'LOAD_-1205981476'), (u'COPY_-1205979929', u'INT_ADD_-1205981761'), (u'INDIRECT_-1205980143', u'MULTIEQUAL_-1205980348'), (u'CALL_-1205981879', u'INDIRECT_-1205980573'), (u'INDIRECT_-1205980249', u'MULTIEQUAL_-1205980217'), (u'COPY_-1205980114', u'INT_ADD_-1205982712'), (u'INDIRECT_-1205980188', u'MULTIEQUAL_-1205980357'), ('const-417', u'LOAD_-1205981673'), (u'STORE_-1205981686', u'INDIRECT_-1205980517'), (u'CALL_-1205981962', u'INDIRECT_-1205980455'), (u'MULTIEQUAL_-1205980456', u'MULTIEQUAL_-1205980435'), (u'INT_SUB_-1205982702', u'INT_ADD_-1205982687'), (u'CAST_-1205979970', u'LOAD_-1205982849'), (u'STORE_-1205981740', u'INDIRECT_-1205980434'), (u'CALL_-1205981714', u'INDIRECT_-1205979931'), (u'MULTIEQUAL_-1205981669', u'LOAD_-1205983020'), (u'CAST_-1205980082', u'LOAD_-1205983136'), (u'STORE_-1205981824', u'INDIRECT_-1205979981'), (u'STORE_-1205981954', u'INDIRECT_-1205979886'), (u'LOAD_-1205982208', u'INT_ADD_-1205982185'), (u'CAST_-1205979709', u'STORE_-1205982345'), (u'MULTIEQUAL_-1205980503', u'MULTIEQUAL_-1205980040'), (u'STORE_-1205982549', u'INDIRECT_-1205980617'), (u'STORE_-1205982189', u'INDIRECT_-1205980191'), ('const-76236', u'INT_ADD_-1205982214'), (u'STORE_-1205982549', u'INDIRECT_-1205980239'), (u'STORE_-1205982727', u'INDIRECT_-1205980390'), (u'STORE_-1205982778', u'INDIRECT_-1205980843'), (u'INDIRECT_-1205980357', u'MULTIEQUAL_-1205980325'), (u'INT_ADD_-1205982363', u'CAST_-1205979686'), (u'INDIRECT_-1205980134', u'MULTIEQUAL_-1205980120'), (u'CAST_-1205979710', u'CALL_-1205982418'), (u'INDIRECT_-1205979810', u'MULTIEQUAL_-1205979979'), (u'INDIRECT_-1205980305', u'MULTIEQUAL_-1205980510'), (u'LOAD_-1205982258', u'INT_ADD_-1205982231'), (u'INT_ADD_-1205982793', u'CAST_-1205979957'), (u'LOAD_-1205981706', u'INT_MULT_-1205981645'), (u'CALL_-1205982215', u'INDIRECT_-1205980684'), (u'STORE_-1205982345', u'INDIRECT_-1205980163'), (u'INDIRECT_-1205980113', u'MULTIEQUAL_-1205980174'), (u'CALL_-1205982782', u'INDIRECT_-1205980656'), ('const-76448', u'INT_ADD_-1205981892'), (u'CALL_-1205982290', u'INDIRECT_-1205980395'), ('const-0', u'INT_EQUAL_-1205982270'), (u'INDIRECT_-1205980623', u'COPY_-1205980682'), ('const-1', u'PTRADD_-1205982958'), (u'CAST_-1205979553', u'LOAD_-1205981807'), (u'INT_MULT_-1205982338', u'INT_ADD_-1205982350'), (u'CALL_-1205982215', u'INDIRECT_-1205980468'), (u'STORE_-1205981686', u'INDIRECT_-1205979923'), ('const-76252', u'INT_ADD_-1205981837'), (u'INDIRECT_-1205980359', u'COPY_-1205980401'), (u'STORE_-1205982808', u'INDIRECT_-1205981022'), (u'CAST_-1205979441', u'LOAD_-1205981863'), (u'INDIRECT_-1205980346', u'MULTIEQUAL_-1205980528'), (u'CALL_-1205982752', u'INDIRECT_-1205980407'), ('const-4', u'INT_ADD_-1205982805'), (u'STORE_-1205981740', u'INDIRECT_-1205980164'), (u'STORE_-1205982727', u'INDIRECT_-1205980768'), (u'INT_SUB_-1205980099', u'PTRADD_-1205982867'), (u'LOAD_-1205982821', u'CAST_-1205979896'), ('const-417', u'STORE_-1205982391'), (u'MULTIEQUAL_-1205980054', u'INT_SUB_-1205982775'), (u'INDIRECT_-1205980325', u'MULTIEQUAL_-1205980303'), (u'STORE_-1205982229', u'INDIRECT_-1205980541'), (u'STORE_-1205981763', u'INDIRECT_-1205980016'), (u'STORE_-1205981763', u'INDIRECT_-1205979746'), (u'INDIRECT_-1205980164', u'MULTIEQUAL_-1205980150'), (u'INDIRECT_-1205980407', u'COPY_-1205980479'), (u'STORE_-1205982263', u'INDIRECT_-1205980670'), (u'STORE_-1205982229', u'INDIRECT_-1205980001'), (u'STORE_-1205981680', u'INDIRECT_-1205979918'), (u'STORE_-1205981491', u'INDIRECT_-1205980219'), (u'STORE_-1205981763', u'INDIRECT_-1205979962'), (u'CALL_-1205981707', u'INDIRECT_-1205980136'), ('const-1', u'PTRADD_-1205982152'), (u'INDIRECT_-1205980552', u'MULTIEQUAL_-1205980042'), (u'MULTIEQUAL_-1205981410', u'CAST_-1205979710'), (u'INDIRECT_-1205980352', u'MULTIEQUAL_-1205980618'), (u'COPY_-1205979929', u'INT_ADD_-1205982444'), (u'INDIRECT_-1205979864', u'MULTIEQUAL_-1205980033'), (u'CAST_-1205979457', u'STORE_-1205981540'), (u'INDIRECT_-1205980569', u'COPY_-1205980628'), (u'CAST_-1205979340', u'LOAD_-1205981706'), (u'STORE_-1205982263', u'INDIRECT_-1205980454'), (u'STORE_-1205982263', u'INDIRECT_-1205980184'), ('tmp_3006', u'CBRANCH_-1205981932'), (u'CALL_-1205982752', u'INDIRECT_-1205980515'), (u'CAST_-1205979373', u'STORE_-1205981954'), (u'MULTIEQUAL_-1205980046', u'MULTIEQUAL_-1205980429'), ('tmp_9116', u'INT_ADD_-1205983239'), (u'CALL_-1205981714', u'INDIRECT_-1205979823'), (u'STORE_-1205981540', u'INDIRECT_-1205980118'), ('const-1', u'PTRADD_-1205981716'), (u'STORE_-1205982778', u'INDIRECT_-1205980789'), (u'STORE_-1205981763', u'INDIRECT_-1205980124'), ('const-417', u'LOAD_-1205983248'), ('const-417', u'STORE_-1205982549'), (u'CALL_-1205981962', u'INDIRECT_-1205979753'), ('const-76576', u'PTRSUB_-1205979342'), ('const-76432', u'INT_ADD_-1205981525'), (u'CALL_-1205981962', u'INDIRECT_-1205980077'), (u'INT_ADD_-1205982285', u'CAST_-1205979774'), (u'INT_MULT_-1205981742', u'INT_ADD_-1205981754')]
[(u'CALL_-1205982290', u'INDIRECT_-1205980125'), (u'CAST_-1205980101', u'LOAD_-1205982750'), (u'INDIRECT_-1205980221', u'MULTIEQUAL_-1205980282'), (u'LOAD_-1205981961', u'INT_ADD_-1205981933'), (u'INDIRECT_-1205980255', u'COPY_-1205980307'), (u'MULTIEQUAL_-1205981589', u'INT_ADD_-1205981519'), (u'COPY_-1205979931', u'INT_ADD_-1205981761'), (u'CAST_-1205979930', u'INT_ADD_-1205982725'), (u'INDIRECT_-1205979981', u'MULTIEQUAL_-1205980186'), (u'MULTIEQUAL_-1205980726', u'MULTIEQUAL_-1205980705'), (u'INDIRECT_-1205980144', u'MULTIEQUAL_-1205980097'), (u'STORE_-1205982212', u'INDIRECT_-1205980478'), (u'INDIRECT_-1205979936', u'COPY_-1205979992'), (u'STORE_-1205983011', u'INDIRECT_-1205980984'), ('const-0', u'STORE_-1205981534'), (u'INDIRECT_-1205980272', u'MULTIEQUAL_-1205980258'), ('const-16', u'INT_ADD_-1205981748'), ('tmp_9191', u'COPY_-1205980500'), (u'INT_ADD_-1205981684', u'CAST_-1205979339'), (u'INDIRECT_-1205980789', u'MULTIEQUAL_-1205980757'), (u'INT_NOTEQUAL_-1205982397', u'CBRANCH_-1205982384'), (u'INDIRECT_-1205979638', u'MULTIEQUAL_-1205979796'), (u'COPY_-1205982593', u'MULTIEQUAL_-1205981410'), ('const-76072', u'INT_ADD_-1205982376'), ('tmp_9181', u'MULTIEQUAL_-1205981064'), (u'INDIRECT_-1205980026', u'MULTIEQUAL_-1205980012'), ('tmp_1799', u'CBRANCH_-1205981920'), (u'CALL_-1205981707', u'INDIRECT_-1205979758'), ('tmp_9189', u'COPY_-1205980608'), (u'INDIRECT_-1205979625', u'MULTIEQUAL_-1205979826'), (u'MULTIEQUAL_-1205980053', u'INT_ADD_-1205982618'), (u'STORE_-1205982549', u'INDIRECT_-1205980509'), (u'INDIRECT_-1205980671', u'MULTIEQUAL_-1205980583'), (u'CALL_-1205982551', u'INDIRECT_-1205980533'), (u'MULTIEQUAL_-1205981114', u'STORE_-1205981680'), (u'CAST_-1205979372', u'LOAD_-1205981949'), (u'INT_ADD_-1205981401', u'CAST_-1205979293'), (u'INT_ADD_-1205981426', u'CAST_-1205979303'), (u'INT_MULT_-1205981391', u'INT_ADD_-1205981401'), (u'CALL_-1205981879', u'INDIRECT_-1205980087'), (u'CAST_-1205979700', u'STORE_-1205982391'), (u'INDIRECT_-1205979914', u'MULTIEQUAL_-1205979846'), (u'CALL_-1205982418', u'INDIRECT_-1205980544'), (u'STORE_-1205982391', u'INDIRECT_-1205980512'), (u'INDIRECT_-1205980714', u'MULTIEQUAL_-1205980665'), (u'INT_ADD_-1205983251', u'CAST_-1205980160'), (u'INDIRECT_-1205980400', u'INT_ADD_-1205982214'), (u'CALL_-1205981292', u'INDIRECT_-1205980251'), ('tmp_267', u'CBRANCH_-1205983139'), (u'CALL_-1205982782', u'INDIRECT_-1205980494'), (u'STORE_-1205982549', u'INDIRECT_-1205980887'), (u'STORE_-1205983011', u'INDIRECT_-1205980336'), (u'STORE_-1205981740', u'INDIRECT_-1205980002'), (u'CALL_-1205981896', u'INDIRECT_-1205980260'), (u'STORE_-1205982778', u'INDIRECT_-1205980735'), (u'INDIRECT_-1205980296', u'MULTIEQUAL_-1205980282'), (u'CALL_-1205982215', u'INDIRECT_-1205980306'), (u'CALL_-1205981962', u'INDIRECT_-1205980401'), ('const-4', u'INT_ADD_-1205982180'), (u'MULTIEQUAL_-1205979630', u'INT_ADD_-1205981710'), (u'CALL_-1205982782', u'INDIRECT_-1205980818'), (u'LOAD_-1205982948', u'INT_SUB_-1205980101'), (u'MULTIEQUAL_-1205980503', u'INT_ADD_-1205981525'), ('const-76076', u'INT_ADD_-1205982210'), (u'STORE_-1205981491', u'INDIRECT_-1205979679'), (u'LOAD_-1205982324', u'INT_LESS_-1205982275'), (u'CALL_-1205981465', u'INDIRECT_-1205980346'), (u'STORE_-1205982778', u'INDIRECT_-1205980951'), (u'INDIRECT_-1205980165', u'MULTIEQUAL_-1205980366'), (u'CAST_-1205979676', u'MULTIEQUAL_-1205981253'), (u'CALL_-1205981707', u'INDIRECT_-1205980406'), (u'INDIRECT_-1205979778', u'MULTIEQUAL_-1205980003'), (u'STORE_-1205982229', u'INDIRECT_-1205980433'), (u'STORE_-1205981686', u'INDIRECT_-1205980193'), (u'STORE_-1205982229', u'INDIRECT_-1205980379'), (u'INT_ADD_-1205982712', u'CAST_-1205979920'), ('const-417', u'LOAD_-1205982849'), (u'STORE_-1205982189', u'INDIRECT_-1205979975'), (u'COPY_-1205979707', u'MULTIEQUAL_-1205981188'), (u'STORE_-1205982345', u'INDIRECT_-1205980325'), (u'CALL_-1205982418', u'INDIRECT_-1205980328'), (u'CALL_-1205981707', u'INDIRECT_-1205979866'), ('const-1', u'INT_RIGHT_-1205981950'), (u'STORE_-1205981824', u'INDIRECT_-1205979819'), (u'STORE_-1205982727', u'INDIRECT_-1205980336'), (u'INDIRECT_-1205980406', u'MULTIEQUAL_-1205980672'), (u'INDIRECT_-1205980714', u'MULTIEQUAL_-1205980686'), (u'INDIRECT_-1205980876', u'MULTIEQUAL_-1205980848'), (u'MULTIEQUAL_-1205981410', u'INT_NOTEQUAL_-1205981742'), (u'STORE_-1205982727', u'INDIRECT_-1205980552'), (u'INT_LESS_-1205983130', u'CBRANCH_-1205983139'), (u'INDIRECT_-1205980111', u'MULTIEQUAL_-1205980312'), (u'CALL_-1205982551', u'INDIRECT_-1205980911'), ('const-8192', u'COPY_-1205982593'), (u'STORE_-1205983011', u'INDIRECT_-1205981038'), (u'CALL_-1205982215', u'INDIRECT_-1205980090'), ('const-0', u'INT_EQUAL_-1205982563'), (u'INDIRECT_-1205979819', u'COPY_-1205979861'), (u'STORE_-1205981540', u'INDIRECT_-1205979794'), (u'STORE_-1205982231', u'INDIRECT_-1205980453'), (u'INDIRECT_-1205980515', u'COPY_-1205980574'), (u'CAST_-1205979614', u'INT_ADD_-1205982249'), (u'STORE_-1205983011', u'INDIRECT_-1205980930'), (u'MULTIEQUAL_-1205980045', u'INT_ADD_-1205981460'), (u'CALL_-1205982782', u'CAST_-1205979930'), (u'INT_ADD_-1205982963', u'CAST_-1205980021'), (u'INDIRECT_-1205980833', u'MULTIEQUAL_-1205980745'), (u'CALL_-1205981707', u'INDIRECT_-1205980352'), (u'INDIRECT_-1205980703', u'MULTIEQUAL_-1205980681'), (u'STORE_-1205981534', u'INDIRECT_-1205979735'), (u'CALL_-1205982290', u'INDIRECT_-1205980611'), (u'INDIRECT_-1205980201', u'COPY_-1205980253'), ('tmp_9187', u'COPY_-1205980716'), ('tmp_9188', u'COPY_-1205980662'), (u'INDIRECT_-1205980411', u'MULTIEQUAL_-1205980379'), (u'INT_ADD_-1205981657', u'CAST_-1205979324'), (u'INDIRECT_-1205980242', u'MULTIEQUAL_-1205980411'), ('const-4', u'INT_MULT_-1205981828'), (u'CALL_-1205982551', u'INDIRECT_-1205980803'), (u'CALL_-1205982551', u'INDIRECT_-1205980479'), (u'STORE_-1205982212', u'INDIRECT_-1205980370'), (u'INDIRECT_-1205979895', u'MULTIEQUAL_-1205980096'), (u'INDIRECT_-1205980347', u'MULTIEQUAL_-1205980259'), ('const-417', u'LOAD_-1205982466'), (u'STORE_-1205981824', u'INDIRECT_-1205980035'), (u'COPY_-1205979931', u'INT_ADD_-1205982285'), (u'INDIRECT_-1205979949', u'MULTIEQUAL_-1205980150'), (u'INDIRECT_-1205980002', u'MULTIEQUAL_-1205979988'), (u'INT_ADD_-1205982308', u'CAST_-1205979645'), (u'CAST_-1205979576', u'LOAD_-1205981853'), (u'INT_MULT_-1205983220', u'INT_ADD_-1205983232'), ('const-76576', u'PTRSUB_-1205979344'), (u'STORE_-1205981954', u'INDIRECT_-1205980210'), (u'STORE_-1205981824', u'INDIRECT_-1205980413'), (u'STORE_-1205982345', u'INDIRECT_-1205980055'), (u'INT_ADD_-1205983140', u'CAST_-1205980101'), (u'MULTIEQUAL_-1205980703', u'INT_ADD_-1205982748'), (u'STORE_-1205981680', u'INDIRECT_-1205980566'), (u'STORE_-1205981540', u'INDIRECT_-1205980388'), (u'LOAD_-1205982750', u'INT_ADD_-1205982718'), (u'CALL_-1205981896', u'INDIRECT_-1205979828'), (u'INDIRECT_-1205979733', u'MULTIEQUAL_-1205979934'), ('const-0', u'INT_EQUAL_-1205981688'), (u'STORE_-1205981680', u'INDIRECT_-1205980458'), (u'INDIRECT_-1205979985', u'COPY_-1205980037'), (u'INT_ADD_-1205982210', u'CAST_-1205979717'), (u'INT_RIGHT_-1205982792', u'INT_ADD_-1205982800'), (u'CAST_-1205979303', u'LOAD_-1205981442'), (u'INDIRECT_-1205979860', u'MULTIEQUAL_-1205980042'), ('const-4', u'INT_MULT_-1205981645'), (u'MULTIEQUAL_-1205981342', u'INT_ADD_-1205982450'), (u'STORE_-1205982212', u'INDIRECT_-1205980424'), (u'STORE_-1205982760', u'INDIRECT_-1205980681'), ('const-417', u'LOAD_-1205981949'), (u'INDIRECT_-1205980487', u'MULTIEQUAL_-1205980465'), (u'CALL_-1205981465', u'INDIRECT_-1205980238'), ('const-1', u'CALL_-1205982418'), (u'MULTIEQUAL_-1205980150', u'INT_ADD_-1205981671'), (u'STORE_-1205981954', u'INDIRECT_-1205979778'), ('const-417', u'LOAD_-1205982301'), (u'INDIRECT_-1205980143', u'COPY_-1205980185'), ('const-4', u'INT_ADD_-1205982745'), ('const-76048', u'INT_ADD_-1205982363'), ('tmp_9190', u'MULTIEQUAL_-1205980632'), (u'STORE_-1205982391', u'INDIRECT_-1205980296'), (u'INDIRECT_-1205980557', u'MULTIEQUAL_-1205980008'), ('const-1', u'PTRADD_-1205982951'), (u'MULTIEQUAL_-1205980519', u'MULTIEQUAL_-1205980510'), (u'STORE_-1205982229', u'INDIRECT_-1205980271'), ('const-417', u'LOAD_-1205983248'), (u'INDIRECT_-1205980228', u'MULTIEQUAL_-1205980038'), (u'STORE_-1205981540', u'INDIRECT_-1205980172'), (u'CALL_-1205981465', u'INDIRECT_-1205980130'), (u'STORE_-1205982808', u'INDIRECT_-1205980644'), (u'CALL_-1205982551', u'INDIRECT_-1205980857'), (u'INDIRECT_-1205980606', u'MULTIEQUAL_-1205980557'), (u'STORE_-1205981491', u'INDIRECT_-1205980003'), (u'CALL_-1205982752', u'INDIRECT_-1205980947'), ('tmp_9193', u'MULTIEQUAL_-1205980470'), (u'INDIRECT_-1205980336', u'MULTIEQUAL_-1205980040'), ('tmp_2633', u'CBRANCH_-1205981759'), (u'INDIRECT_-1205980660', u'MULTIEQUAL_-1205980611'), (u'STORE_-1205982231', u'INDIRECT_-1205980777'), (u'CAST_-1205979632', u'LOAD_-1205982294'), (u'INDIRECT_-1205980665', u'MULTIEQUAL_-1205980116'), ('const-4', u'INT_NOTEQUAL_-1205982238'), (u'CALL_-1205981707', u'INDIRECT_-1205980460'), (u'STORE_-1205981680', u'INDIRECT_-1205980350'), (u'CALL_-1205982752', u'INDIRECT_-1205980893'), (u'INDIRECT_-1205980003', u'MULTIEQUAL_-1205980204'), (u'STORE_-1205981686', u'INDIRECT_-1205979869'), ('const-76076', u'INT_ADD_-1205982444'), (u'PTRADD_-1205982958', u'COPY_-1205980120'), ('const-417', u'LOAD_-1205983183'), (u'INDIRECT_-1205979692', u'MULTIEQUAL_-1205979850'), (u'INT_EQUAL_-1205981924', u'CBRANCH_-1205981920'), (u'COPY_-1205979931', u'INT_ADD_-1205982198'), (u'CALL_-1205981879', u'INDIRECT_-1205980195'), (u'CALL_-1205981714', u'INDIRECT_-1205979715'), ('const-417', u'STORE_-1205981534'), (u'CAST_-1205979316', u'LOAD_-1205981476'), ('const-4', u'INT_ADD_-1205981933'), (u'INDIRECT_-1205980191', u'COPY_-1205980250'), (u'STORE_-1205982391', u'INDIRECT_-1205980458'), ('const-417', u'LOAD_-1205982324'), (u'STORE_-1205982189', u'INDIRECT_-1205980623'), (u'STORE_-1205982229', u'INDIRECT_-1205980055'), (u'CALL_-1205981292', u'INDIRECT_-1205980035'), (u'LOAD_-1205981770', u'INT_ADD_-1205981748'), (u'CALL_-1205981714', u'INDIRECT_-1205979607'), (u'INDIRECT_-1205979661', u'COPY_-1205979713'), (u'LOAD_-1205982207', u'INT_ADD_-1205982180'), (u'LOAD_-1205981706', u'INT_MULT_-1205981655'), (u'LOAD_-1205981949', u'INT_EQUAL_-1205981924'), (u'STORE_-1205981534', u'INDIRECT_-1205980383'), (u'LOAD_-1205981724', u'INT_ADD_-1205981665'), (u'CALL_-1205981879', u'INDIRECT_-1205980627'), (u'STORE_-1205981686', u'INDIRECT_-1205980355'), (u'CAST_-1205980160', u'LOAD_-1205983267'), (u'INDIRECT_-1205980573', u'MULTIEQUAL_-1205980487'), (u'LOAD_-1205982226', u'CALL_-1205982215'), (u'CALL_-1205982215', u'INDIRECT_-1205980252'), ('const-417', u'LOAD_-1205981706'), ('const-76496', u'INT_ADD_-1205981678'), (u'STORE_-1205983011', u'INDIRECT_-1205981092'), (u'CALL_-1205981896', u'INDIRECT_-1205980206'), ('const-417', u'STORE_-1205982345'), (u'MULTIEQUAL_-1205980053', u'INT_ADD_-1205982763'), (u'COPY_-1205979931', u'INT_ADD_-1205982365'), ('const-1', u'RETURN_-1205981891'), (u'LOAD_-1205983261', u'INT_ADD_-1205982969'), (u'INDIRECT_-1205980056', u'MULTIEQUAL_-1205980042'), ('tmp_9183', u'MULTIEQUAL_-1205980956'), (u'INDIRECT_-1205980488', u'MULTIEQUAL_-1205980474'), (u'INDIRECT_-1205980731', u'COPY_-1205980790'), (u'INT_ADD_-1205981840', u'CAST_-1205979440'), (u'STORE_-1205982778', u'INDIRECT_-1205980681'), (u'STORE_-1205982231', u'INDIRECT_-1205980507'), (u'CALL_-1205981962', u'INDIRECT_-1205980347'), (u'CAST_-1205980006', u'LOAD_-1205982948'), (u'CALL_-1205981707', u'INDIRECT_-1205979974'), (u'INT_SUB_-1205983110', u'INT_ADD_-1205983070'), (u'STORE_-1205981740', u'INDIRECT_-1205980542'), (u'CAST_-1205979339', u'LOAD_-1205981700'), (u'INT_ADD_-1205981519', u'CAST_-1205979455'), ('const-1', u'INT_ADD_-1205983190'), (u'CALL_-1205981962', u'INDIRECT_-1205979969'), ('const-417', u'LOAD_-1205982214'), (u'INDIRECT_-1205979918', u'MULTIEQUAL_-1205979904'), (u'LOAD_-1205981777', u'INT_ADD_-1205981754'), (u'INDIRECT_-1205980179', u'MULTIEQUAL_-1205979630'), (u'INDIRECT_-1205980552', u'MULTIEQUAL_-1205980503'), ('tmp_9184', u'COPY_-1205980230'), (u'INDIRECT_-1205979968', u'MULTIEQUAL_-1205980150'), (u'STORE_-1205981491', u'INDIRECT_-1205979895'), (u'INDIRECT_-1205980130', u'MULTIEQUAL_-1205980062'), ('const-1', u'INT_ADD_-1205979729'), (u'INDIRECT_-1205980843', u'MULTIEQUAL_-1205980757'), (u'INDIRECT_-1205980029', u'COPY_-1205980101'), ('const-0', u'INT_EQUAL_-1205982270'), (u'MULTIEQUAL_-1205980402', u'MULTIEQUAL_-1205980381'), (u'INT_ADD_-1205982350', u'CAST_-1205979681'), (u'COPY_-1205979642', u'MULTIEQUAL_-1205981188'), (u'CALL_-1205981879', u'INDIRECT_-1205980681'), (u'INDIRECT_-1205980461', u'COPY_-1205980520'), (u'CAST_-1205979920', u'STORE_-1205982727'), (u'INDIRECT_-1205980595', u'MULTIEQUAL_-1205980573'), (u'CALL_-1205982418', u'CAST_-1205979713'), (u'STORE_-1205983011', u'INDIRECT_-1205980498'), (u'INDIRECT_-1205980048', u'MULTIEQUAL_-1205980273'), (u'INDIRECT_-1205980167', u'MULTIEQUAL_-1205980228'), (u'MULTIEQUAL_-1205980042', u'MULTIEQUAL_-1205980105'), (u'MULTIEQUAL_-1205980047', u'MULTIEQUAL_-1205980375'), (u'CALL_-1205981707', u'INDIRECT_-1205980244'), (u'INT_ADD_-1205982192', u'CAST_-1205979703'), (u'STORE_-1205982760', u'INDIRECT_-1205980951'), (u'INDIRECT_-1205979914', u'MULTIEQUAL_-1205980096'), (u'INDIRECT_-1205980056', u'MULTIEQUAL_-1205980105'), (u'CALL_-1205981879', u'INDIRECT_-1205980411'), (u'STORE_-1205981534', u'INDIRECT_-1205980059'), (u'STORE_-1205983011', u'INDIRECT_-1205980768'), (u'STORE_-1205981534', u'INDIRECT_-1205980329'), (u'STORE_-1205982345', u'INDIRECT_-1205980649'), (u'INT_ADD_-1205982198', u'CAST_-1205979708'), (u'LOAD_-1205983183', u'LOAD_-1205983149'), ('tmp_1192', u'CBRANCH_-1205982559'), (u'LOAD_-1205981870', u'INT_MULT_-1205981828'), (u'SUBPIECE_-1205980645', u'STORE_-1205981491'), (u'CALL_-1205982290', u'INDIRECT_-1205980719'), (u'INT_ADD_-1205982330', u'CAST_-1205979671'), (u'CAST_-1205979445', u'LOAD_-1205981863'), (u'CALL_-1205982752', u'INDIRECT_-1205980623'), (u'CALL_-1205981962', u'INDIRECT_-1205980509'), (u'INT_MULT_-1205981806', u'INT_ADD_-1205981816'), (u'INT_ADD_-1205982337', u'CAST_-1205979676'), ('tmp_9191', u'MULTIEQUAL_-1205980557'), (u'INDIRECT_-1205980660', u'MULTIEQUAL_-1205980046'), ('const-417', u'STORE_-1205981824'), (u'LOAD_-1205981853', u'INT_ADD_-1205981778'), (u'LOAD_-1205982827', u'INT_EQUAL_-1205982796'), ('const-1', u'PTRADD_-1205982971'), (u'STORE_-1205982760', u'INDIRECT_-1205980627'), ('const-1', u'PTRADD_-1205982867'), (u'INDIRECT_-1205979810', u'MULTIEQUAL_-1205979796'), (u'STORE_-1205982760', u'INDIRECT_-1205980357'), (u'MULTIEQUAL_-1205980681', u'MULTIEQUAL_-1205980672'), (u'LOAD_-1205982985', u'MULTIEQUAL_-1205981589'), (u'MULTIEQUAL_-1205980053', u'MULTIEQUAL_-1205981342'), (u'INT_NOTEQUAL_-1205981936', u'CBRANCH_-1205981932'), (u'INDIRECT_-1205980022', u'MULTIEQUAL_-1205980204'), (u'INDIRECT_-1205979948', u'MULTIEQUAL_-1205979934'), ('const-417', u'LOAD_-1205982226'), (u'CALL_-1205981879', u'INDIRECT_-1205980141'), (u'STORE_-1205982189', u'INDIRECT_-1205979921'), (u'INT_ADD_-1205982285', u'CAST_-1205979778'), (u'CALL_-1205982215', u'INDIRECT_-1205980576'), (u'CALL_-1205982551', u'INDIRECT_-1205980209'), (u'STORE_-1205981740', u'INDIRECT_-1205979948'), (u'CAST_-1205979502', u'STORE_-1205981680'), (u'INT_ADD_-1205982745', u'CAST_-1205979943'), (u'CAST_-1205979344', u'LOAD_-1205981706'), (u'MULTIEQUAL_-1205981599', u'STORE_-1205982808'), (u'MULTIEQUAL_-1205981599', u'INT_ADD_-1205982778'), (u'CAST_-1205979714', u'CALL_-1205982418'), (u'INDIRECT_-1205979603', u'COPY_-1205979645'), (u'INT_EQUAL_-1205982563', u'CBRANCH_-1205982559'), (u'MULTIEQUAL_-1205980665', u'COPY_-1205980078'), (u'LOAD_-1205982366', u'INT_ADD_-1205982330'), (u'STORE_-1205982808', u'INDIRECT_-1205980536'), ('const-0', u'INT_NOTEQUAL_-1205981444'), ('const-417', u'LOAD_-1205982207'), (u'INDIRECT_-1205980395', u'MULTIEQUAL_-1205979846'), (u'MULTIEQUAL_-1205980573', u'MULTIEQUAL_-1205980564'), ('const-4', u'INT_MULT_-1205982338'), ('const-417', u'STORE_-1205981763'), (u'INT_ADD_-1205981710', u'CALL_-1205981714'), (u'STORE_-1205981680', u'INDIRECT_-1205979810'), (u'INDIRECT_-1205980422', u'COPY_-1205980478'), (u'STORE_-1205981491', u'INDIRECT_-1205979733'), (u'STORE_-1205982212', u'INDIRECT_-1205979938'), (u'INT_ADD_-1205983070', u'INT_SUB_-1205982702'), (u'INDIRECT_-1205980458', u'MULTIEQUAL_-1205980444'), (u'INDIRECT_-1205979765', u'MULTIEQUAL_-1205979970'), (u'LOAD_-1205982379', u'INT_MULT_-1205982327'), (u'STORE_-1205981491', u'INDIRECT_-1205980111'), (u'INT_ADD_-1205981837', u'CAST_-1205979576'), (u'INDIRECT_-1205980521', u'MULTIEQUAL_-1205980726'), (u'INDIRECT_-1205980827', u'MULTIEQUAL_-1205980278'), (u'INDIRECT_-1205980480', u'MULTIEQUAL_-1205980705'), (u'INDIRECT_-1205980292', u'MULTIEQUAL_-1205980474'), (u'STORE_-1205982778', u'INDIRECT_-1205980573'), ('tmp_2222', u'BRANCH_-1205981818'), (u'MULTIEQUAL_-1205979979', u'MULTIEQUAL_-1205979970'), (u'INT_ADD_-1205982185', u'CAST_-1205979698'), (u'STORE_-1205981680', u'INDIRECT_-1205980134'), (u'INDIRECT_-1205980381', u'MULTIEQUAL_-1205980582'), (u'MULTIEQUAL_-1205980719', u'MULTIEQUAL_-1205980046'), (u'CALL_-1205981896', u'INDIRECT_-1205980476'), (u'COPY_-1205980120', u'MULTIEQUAL_-1205981669'), ('const-4', u'INT_MULT_-1205981655'), (u'INDIRECT_-1205980350', u'MULTIEQUAL_-1205980336'), (u'MULTIEQUAL_-1205980989', u'MULTIEQUAL_-1205980051'), (u'CAST_-1205980096', u'PTRADD_-1205982971'), (u'INDIRECT_-1205979927', u'MULTIEQUAL_-1205980132'), (u'STORE_-1205982345', u'INDIRECT_-1205980703'), (u'STORE_-1205982231', u'INDIRECT_-1205980723'), (u'STORE_-1205982189', u'INDIRECT_-1205980569'), (u'CALL_-1205982551', u'INDIRECT_-1205980695'), (u'CAST_-1205979426', u'STORE_-1205981824'), (u'INDIRECT_-1205980130', u'MULTIEQUAL_-1205980312'), (u'STORE_-1205982760', u'INDIRECT_-1205980573'), (u'MULTIEQUAL_-1205980055', u'MULTIEQUAL_-1205981410'), (u'CAST_-1205979890', u'STORE_-1205982778'), (u'MULTIEQUAL_-1205980053', u'INT_ADD_-1205982793'), ('const-4', u'INT_MULT_-1205981391'), (u'INDIRECT_-1205980218', u'MULTIEQUAL_-1205980204'), (u'INDIRECT_-1205980822', u'MULTIEQUAL_-1205980049'), (u'CALL_-1205982782', u'INDIRECT_-1205980926'), (u'INDIRECT_-1205980681', u'MULTIEQUAL_-1205980595'), ('const-0', u'INT_EQUAL_-1205981924'), ('tmp_9195', u'MULTIEQUAL_-1205980341'), ('const-0', u'SUBPIECE_-1205980645'), (u'STORE_-1205981534', u'INDIRECT_-1205980005'), (u'CALL_-1205982752', u'INDIRECT_-1205980839'), (u'INDIRECT_-1205980606', u'COPY_-1205980001'), (u'STORE_-1205982760', u'INDIRECT_-1205980465'), ('const-417', u'LOAD_-1205982208'), (u'MULTIEQUAL_-1205980055', u'INT_LESS_-1205982609'), (u'INDIRECT_-1205980630', u'MULTIEQUAL_-1205980583'), ('const-417', u'STORE_-1205982549'), ('const-0', u'INT_EQUAL_-1205982919'), (u'MULTIEQUAL_-1205981696', u'PTRADD_-1205982951'), (u'INDIRECT_-1205979720', u'COPY_-1205979776'), ('tmp_9187', u'MULTIEQUAL_-1205980794'), (u'CAST_-1205979329', u'MULTIEQUAL_-1205981247'), (u'CALL_-1205982290', u'INDIRECT_-1205980881'), (u'CAST_-1205979698', u'LOAD_-1205982201'), (u'MULTIEQUAL_-1205980033', u'MULTIEQUAL_-1205980024'), ('const-417', u'STORE_-1205982263'), ('tmp_9192', u'MULTIEQUAL_-1205980503'), (u'INT_ADD_-1205982800', u'MULTIEQUAL_-1205981599'), (u'PTRADD_-1205982867', u'MULTIEQUAL_-1205980055'), (u'INT_MULT_-1205981768', u'INT_ADD_-1205981778'), ('tmp_2773', u'BRANCH_-1205981480'), (u'STORE_-1205982549', u'INDIRECT_-1205980725'), ('const-417', u'LOAD_-1205981851'), ('const-4', u'INT_ADD_-1205981939'), (u'CALL_-1205981714', u'INDIRECT_-1205979661'), ('const-75888', u'INT_ADD_-1205982712'), (u'INDIRECT_-1205980822', u'MULTIEQUAL_-1205980794'), (u'LOAD_-1205983199', u'MULTIEQUAL_-1205980056'), (u'INDIRECT_-1205980606', u'MULTIEQUAL_-1205980578'), (u'CALL_-1205981707', u'INDIRECT_-1205980082'), ('const-4', u'INT_MULT_-1205983130'), (u'INT_ADD_-1205982763', u'CAST_-1205979890'), (u'INDIRECT_-1205979769', u'COPY_-1205979821'), (u'STORE_-1205982549', u'INDIRECT_-1205980401'), ('const-76368', u'INT_ADD_-1205981854'), (u'CALL_-1205981465', u'INDIRECT_-1205979644'), (u'CALL_-1205981465', u'INDIRECT_-1205980076'), ('const-417', u'LOAD_-1205981807'), (u'INDIRECT_-1205979644', u'MULTIEQUAL_-1205979576'), (u'INDIRECT_-1205980245', u'COPY_-1205980304'), (u'CALL_-1205982782', u'INDIRECT_-1205980710'), (u'CALL_-1205981465', u'INDIRECT_-1205980400'), (u'LOAD_-1205981807', u'INT_ADD_-1205979648'), ('tmp_9188', u'MULTIEQUAL_-1205980719'), (u'STORE_-1205981491', u'INDIRECT_-1205980381'), (u'STORE_-1205982231', u'INDIRECT_-1205980615'), (u'CALL_-1205981465', u'INDIRECT_-1205979698'), (u'INT_ADD_-1205981754', u'CAST_-1205979315'), (u'INDIRECT_-1205980110', u'MULTIEQUAL_-1205980096'), ('const-417', u'LOAD_-1205982264'), (u'CAST_-1205979708', u'LOAD_-1205982214'), (u'CALL_-1205982782', u'INDIRECT_-1205980764'), (u'CALL_-1205982290', u'INDIRECT_-1205980287'), ('const-417', u'STORE_-1205981540'), (u'CALL_-1205981292', u'INDIRECT_-1205979819'), (u'STORE_-1205982345', u'INDIRECT_-1205980595'), (u'STORE_-1205982549', u'INDIRECT_-1205980347'), (u'MULTIEQUAL_-1205980051', u'MULTIEQUAL_-1205980591'), (u'STORE_-1205981740', u'INDIRECT_-1205980272'), (u'LOAD_-1205983255', u'INT_ADD_-1205983190'), (u'STORE_-1205982231', u'INDIRECT_-1205980669'), (u'CALL_-1205982551', u'INDIRECT_-1205980371'), (u'STORE_-1205982760', u'INDIRECT_-1205980303'), (u'MULTIEQUAL_-1205980395', u'MULTIEQUAL_-1205980040'), (u'CALL_-1205982215', u'INDIRECT_-1205980522'), ('tmp_2760', u'CBRANCH_-1205981672'), ('const-76044', u'INT_ADD_-1205982192'), (u'PTRADD_-1205982152', u'STORE_-1205982212'), (u'CAST_-1205979334', u'LOAD_-1205981694'), (u'INDIRECT_-1205980197', u'COPY_-1205980239'), (u'STORE_-1205981534', u'INDIRECT_-1205979897'), (u'STORE_-1205981954', u'INDIRECT_-1205980048'), ('const-417', u'LOAD_-1205982948'), (u'INT_EQUAL_-1205981910', u'CBRANCH_-1205981907'), ('tmp_9182', u'MULTIEQUAL_-1205981010'), (u'STORE_-1205981540', u'INDIRECT_-1205980010'), (u'STORE_-1205982345', u'INDIRECT_-1205980757'), ('const-417', u'LOAD_-1205981770'), (u'MULTIEQUAL_-1205981242', u'INT_ADD_-1205981939'), ('const-417', u'LOAD_-1205982979'), (u'COPY_-1205979641', u'MULTIEQUAL_-1205981114'), (u'CALL_-1205981714', u'INDIRECT_-1205979985'), (u'MULTIEQUAL_-1205980043', u'MULTIEQUAL_-1205980159'), (u'CALL_-1205981879', u'INDIRECT_-1205980519'), ('const-4', u'INT_ADD_-1205981791'), (u'STORE_-1205982189', u'INDIRECT_-1205980083'), (u'CALL_-1205982418', u'INDIRECT_-1205980220'), (u'CAST_-1205979325', u'LOAD_-1205981783'), (u'STORE_-1205981534', u'INDIRECT_-1205979951'), (u'INT_ADD_-1205982444', u'CAST_-1205979732'), (u'INDIRECT_-1205980357', u'MULTIEQUAL_-1205980271'), (u'INDIRECT_-1205979994', u'MULTIEQUAL_-1205980219'), (u'CALL_-1205981879', u'INDIRECT_-1205980465'), (u'CAST_-1205979455', u'STORE_-1205981534'), (u'INDIRECT_-1205980125', u'MULTIEQUAL_-1205979576'), (u'MULTIEQUAL_-1205980048', u'MULTIEQUAL_-1205980429'), (u'INDIRECT_-1205980239', u'MULTIEQUAL_-1205980151'), ('const-0', u'COPY_-1205981912'), (u'MULTIEQUAL_-1205980465', u'MULTIEQUAL_-1205980456'), (u'CALL_-1205981896', u'INDIRECT_-1205980044'), (u'CALL_-1205982752', u'INDIRECT_-1205980677'), (u'INT_ADD_-1205982214', u'CAST_-1205979591'), (u'INT_SUB_-1205980101', u'PTRADD_-1205982867'), (u'LOAD_-1205982294', u'CALL_-1205981962'), (u'MULTIEQUAL_-1205981247', u'MULTIEQUAL_-1205981242'), (u'INDIRECT_-1205980044', u'COPY_-1205980100'), (u'STORE_-1205981680', u'INDIRECT_-1205979864'), (u'INDIRECT_-1205980400', u'MULTIEQUAL_-1205980332'), (u'INDIRECT_-1205979704', u'MULTIEQUAL_-1205979970'), (u'INDIRECT_-1205980465', u'MULTIEQUAL_-1205980379'), (u'INDIRECT_-1205979908', u'MULTIEQUAL_-1205980066'), (u'INT_ADD_-1205982180', u'CAST_-1205979570'), ('const-1', u'PTRADD_-1205981706'), ('const-76048', u'INT_ADD_-1205981767'), (u'INDIRECT_-1205980719', u'MULTIEQUAL_-1205980170'), (u'INT_ADD_-1205983245', u'CAST_-1205980155'), (u'LOAD_-1205982821', u'CALL_-1205982782'), (u'INDIRECT_-1205979894', u'MULTIEQUAL_-1205979880'), (u'STORE_-1205981534', u'INDIRECT_-1205979843'), (u'INDIRECT_-1205980677', u'COPY_-1205980736'), ('const-44', u'INT_ADD_-1205981809'), (u'CAST_-1205980091', u'INT_LESS_-1205983130'), (u'INDIRECT_-1205980380', u'MULTIEQUAL_-1205980366'), (u'MULTIEQUAL_-1205980503', u'MULTIEQUAL_-1205980042'), (u'STORE_-1205982345', u'INDIRECT_-1205980001'), (u'INDIRECT_-1205980465', u'MULTIEQUAL_-1205980433'), ('tmp_9181', u'MULTIEQUAL_-1205981043'), (u'CALL_-1205982215', u'INDIRECT_-1205980630'), (u'LOAD_-1205982294', u'MULTIEQUAL_-1205981337'), (u'INDIRECT_-1205980455', u'MULTIEQUAL_-1205980367'), (u'MULTIEQUAL_-1205980055', u'INT_EQUAL_-1205982919'), (u'COPY_-1205981740', u'MULTIEQUAL_-1205981257'), (u'STORE_-1205982231', u'INDIRECT_-1205980399'), (u'LOAD_-1205983267', u'INT_MULT_-1205983220'), ('const-417', u'LOAD_-1205981694'), (u'INT_SUB_-1205983110', u'MULTIEQUAL_-1205981427'), (u'STORE_-1205981491', u'INDIRECT_-1205979787'), (u'STORE_-1205983011', u'INDIRECT_-1205980552'), (u'INDIRECT_-1205980372', u'MULTIEQUAL_-1205980597'), (u'INDIRECT_-1205979832', u'MULTIEQUAL_-1205980057'), (u'CALL_-1205982551', u'INDIRECT_-1205980749'), (u'COPY_-1205979614', u'INT_ADD_-1205981690'), (u'INT_ADD_-1205982778', u'CALL_-1205982782'), (u'INDIRECT_-1205979972', u'MULTIEQUAL_-1205979958'), (u'MULTIEQUAL_-1205980049', u'MULTIEQUAL_-1205980483'), (u'CALL_-1205981962', u'INDIRECT_-1205979807'), ('const-417', u'LOAD_-1205983267'), (u'CAST_-1205979302', u'LOAD_-1205981440'), (u'INT_ADD_-1205982365', u'CAST_-1205979691'), (u'INT_ADD_-1205983167', u'CAST_-1205980110'), ('const-2', u'INT_ADD_-1205982778'), ('tmp_336', u'CBRANCH_-1205983098'), (u'INDIRECT_-1205980353', u'COPY_-1205980412'), (u'INDIRECT_-1205980188', u'MULTIEQUAL_-1205980174'), (u'STORE_-1205981686', u'INDIRECT_-1205980571'), (u'STORE_-1205981686', u'INDIRECT_-1205979977'), ('const-417', u'STORE_-1205982189'), ('const-417', u'LOAD_-1205982247'), (u'CALL_-1205982782', u'INDIRECT_-1205980602'), (u'MULTIEQUAL_-1205980087', u'MULTIEQUAL_-1205980078'), (u'COPY_-1205981919', u'RETURN_-1205981883'), (u'STORE_-1205981740', u'INDIRECT_-1205980056'), (u'LOAD_-1205983232', u'INT_ADD_-1205983027'), (u'STORE_-1205983011', u'INDIRECT_-1205980660'), (u'STORE_-1205982231', u'INDIRECT_-1205980075'), (u'STORE_-1205982263', u'INDIRECT_-1205979968'), (u'INT_MULT_-1205981828', u'INT_ADD_-1205981840'), (u'CALL_-1205981292', u'INDIRECT_-1205979657'), (u'STORE_-1205981740', u'INDIRECT_-1205979894'), (u'STORE_-1205983011', u'INDIRECT_-1205980390'), (u'STORE_-1205982231', u'INDIRECT_-1205980345'), (u'CALL_-1205982418', u'INDIRECT_-1205980112'), (u'STORE_-1205982549', u'INDIRECT_-1205980131'), (u'STORE_-1205982212', u'INDIRECT_-1205980586'), (u'LOAD_-1205983199', u'INT_LESS_-1205983130'), ('const-1', u'PTRADD_-1205981716'), (u'MULTIEQUAL_-1205980186', u'MULTIEQUAL_-1205980165'), (u'STORE_-1205981954', u'INDIRECT_-1205979940'), (u'STORE_-1205981534', u'INDIRECT_-1205979789'), ('tmp_9181', u'INT_ADD_-1205983251'), (u'PTRADD_-1205982253', u'PTRADD_-1205982152'), (u'INDIRECT_-1205979823', u'COPY_-1205979875'), (u'STORE_-1205982189', u'INDIRECT_-1205980245'), (u'LOAD_-1205981673', u'MULTIEQUAL_-1205981242'), (u'STORE_-1205981740', u'INDIRECT_-1205980596'), (u'STORE_-1205981824', u'INDIRECT_-1205980143'), (u'LOAD_-1205983261', u'INT_ADD_-1205983140'), (u'STORE_-1205982345', u'INDIRECT_-1205980541'), (u'INT_ADD_-1205983070', u'PTRADD_-1205982971'), ('const-1', u'INT_LEFT_-1205982813'), (u'LOAD_-1205981856', u'INT_ADD_-1205981809'), ('tmp_9184', u'INT_ADD_-1205981288'), ('const-417', u'LOAD_-1205981870'), (u'CAST_-1205980055', u'MULTIEQUAL_-1205981696'), (u'PTRADD_-1205981680', u'STORE_-1205981740'), (u'INT_SLESS_-1205983048', u'CBRANCH_-1205983055'), (u'INDIRECT_-1205979698', u'MULTIEQUAL_-1205979630'), (u'CAST_-1205979507', u'STORE_-1205981686'), (u'INDIRECT_-1205980984', u'MULTIEQUAL_-1205980935'), (u'MULTIEQUAL_-1205981263', u'PTRADD_-1205982253'), (u'CALL_-1205981879', u'INDIRECT_-1205979925'), (u'INDIRECT_-1205980353', u'COPY_-1205980425'), ('const-76048', u'INT_ADD_-1205982198'), (u'CALL_-1205981714', u'INDIRECT_-1205979877'), (u'CALL_-1205982551', u'INDIRECT_-1205980641'), (u'INDIRECT_-1205980080', u'MULTIEQUAL_-1205980066'), (u'INDIRECT_-1205980190', u'MULTIEQUAL_-1205980456'), ('const-417', u'LOAD_-1205982634'), (u'STORE_-1205982263', u'INDIRECT_-1205980076'), (u'INDIRECT_-1205979864', u'MULTIEQUAL_-1205979850'), (u'STORE_-1205981740', u'INDIRECT_-1205980110'), (u'STORE_-1205982231', u'INDIRECT_-1205980831'), (u'INT_LESS_-1205982275', u'CBRANCH_-1205982284'), (u'CAST_-1205979908', u'LOAD_-1205982821'), ('const-1', u'PTRADD_-1205982958'), (u'STORE_-1205982808', u'INDIRECT_-1205980320'), (u'CALL_-1205981896', u'INDIRECT_-1205979936'), (u'LOAD_-1205983267', u'INT_MULT_-1205983130'), (u'STORE_-1205981954', u'INDIRECT_-1205980264'), (u'MULTIEQUAL_-1205980627', u'MULTIEQUAL_-1205980618'), (u'MULTIEQUAL_-1205980056', u'INT_SUB_-1205982775'), (u'CALL_-1205981292', u'INDIRECT_-1205980089'), (u'INDIRECT_-1205980383', u'MULTIEQUAL_-1205980444'), (u'MULTIEQUAL_-1205981268', u'MULTIEQUAL_-1205981263'), (u'INDIRECT_-1205979886', u'MULTIEQUAL_-1205980111'), (u'MULTIEQUAL_-1205980773', u'MULTIEQUAL_-1205980047'), (u'INDIRECT_-1205979962', u'MULTIEQUAL_-1205980120'), (u'CALL_-1205981879', u'INDIRECT_-1205980303'), (u'COPY_-1205982203', u'RETURN_-1205982155'), (u'CAST_-1205979703', u'LOAD_-1205982208'), (u'INDIRECT_-1205980617', u'MULTIEQUAL_-1205980529'), (u'INDIRECT_-1205980191', u'COPY_-1205980263'), (u'INT_EQUAL_-1205983101', u'CBRANCH_-1205983098'), (u'SUBPIECE_-1205980645', u'STORE_-1205981740'), (u'STORE_-1205982189', u'INDIRECT_-1205980353'), (u'INT_ADD_-1205979648', u'PTRADD_-1205981706'), ('const-76468', u'INT_ADD_-1205981684'), (u'CALL_-1205981707', u'INDIRECT_-1205979812'), (u'INDIRECT_-1205980563', u'MULTIEQUAL_-1205980475'), (u'INDIRECT_-1205980467', u'MULTIEQUAL_-1205980672'), (u'STORE_-1205981686', u'INDIRECT_-1205980301'), (u'INDIRECT_-1205980292', u'MULTIEQUAL_-1205980224'), (u'STORE_-1205983011', u'INDIRECT_-1205980822'), (u'STORE_-1205981740', u'INDIRECT_-1205980380'), (u'INDIRECT_-1205980102', u'MULTIEQUAL_-1205980327'), (u'CALL_-1205982418', u'INDIRECT_-1205980814'), (u'MULTIEQUAL_-1205980053', u'INT_ADD_-1205982833'), (u'INDIRECT_-1205979800', u'MULTIEQUAL_-1205979958'), (u'CALL_-1205982752', u'INDIRECT_-1205980569'), (u'INDIRECT_-1205980329', u'MULTIEQUAL_-1205980390'), (u'LOAD_-1205982849', u'INT_LEFT_-1205982813'), (u'CALL_-1205981465', u'INDIRECT_-1205979914'), (u'INDIRECT_-1205980002', u'MULTIEQUAL_-1205980051'), (u'CALL_-1205981962', u'INDIRECT_-1205979915'), (u'LOAD_-1205982466', u'INT_ADD_-1205982435'), ('tmp_1938', u'CBRANCH_-1205982235'), (u'INDIRECT_-1205980164', u'MULTIEQUAL_-1205980213'), (u'COPY_-1205981928', u'MULTIEQUAL_-1205981427'), (u'PTRADD_-1205981716', u'INT_NOTEQUAL_-1205981742'), (u'CALL_-1205981465', u'INDIRECT_-1205979806'), (u'INDIRECT_-1205980404', u'MULTIEQUAL_-1205980573'), (u'INDIRECT_-1205979828', u'COPY_-1205979884'), (u'INT_ADD_-1205981791', u'CAST_-1205979557'), (u'LOAD_-1205981949', u'MULTIEQUAL_-1205981337'), (u'INDIRECT_-1205980093', u'COPY_-1205980145'), (u'INDIRECT_-1205980080', u'MULTIEQUAL_-1205980249'), (u'INT_ADD_-1205982718', u'CAST_-1205979925'), ('tmp_9189', u'MULTIEQUAL_-1205980686'), (u'INDIRECT_-1205979679', u'MULTIEQUAL_-1205979880'), (u'STORE_-1205981763', u'INDIRECT_-1205980340'), (u'INDIRECT_-1205979789', u'MULTIEQUAL_-1205979850'), (u'INT_ADD_-1205981817', u'CAST_-1205979566'), (u'INDIRECT_-1205980566', u'MULTIEQUAL_-1205980552'), (u'STORE_-1205982808', u'INDIRECT_-1205980752'), (u'INDIRECT_-1205980488', u'MULTIEQUAL_-1205980537'), (u'INDIRECT_-1205980305', u'COPY_-1205980347'), ('tmp_9185', u'MULTIEQUAL_-1205980902'), (u'CALL_-1205981896', u'INDIRECT_-1205979720'), (u'INDIRECT_-1205979886', u'INT_ADD_-1205981892'), (u'INT_ADD_-1205983070', u'PTRADD_-1205982253'), (u'MULTIEQUAL_-1205981247', u'LOAD_-1205982258'), (u'CALL_-1205981292', u'INDIRECT_-1205980359'), (u'CALL_-1205982782', u'INDIRECT_-1205980548'), (u'CALL_-1205982418', u'INDIRECT_-1205980382'), (u'INDIRECT_-1205980287', u'MULTIEQUAL_-1205979738'), ('const-417', u'LOAD_-1205981777'), ('const-0', u'STORE_-1205982263'), (u'INDIRECT_-1205980400', u'MULTIEQUAL_-1205980582'), ('const-76364', u'INT_ADD_-1205981856'), (u'INT_SUB_-1205983110', u'INT_NOTEQUAL_-1205981936'), (u'STORE_-1205982760', u'INDIRECT_-1205981005'), (u'INT_ADD_-1205982363', u'CAST_-1205979690'), (u'STORE_-1205982263', u'INDIRECT_-1205980346'), (u'STORE_-1205982212', u'INDIRECT_-1205980208'), (u'INDIRECT_-1205979657', u'COPY_-1205979699'), ('const-417', u'STORE_-1205981680'), (u'INDIRECT_-1205980433', u'MULTIEQUAL_-1205980411'), (u'CAST_-1205979320', u'LOAD_-1205981777'), (u'MULTIEQUAL_-1205980024', u'MULTIEQUAL_-1205980003'), ('tmp_1350', u'CBRANCH_-1205982384'), (u'LOAD_-1205982381', u'INT_ADD_-1205982350'), ('tmp_9195', u'COPY_-1205980284'), (u'INDIRECT_-1205980735', u'MULTIEQUAL_-1205980703'), (u'CALL_-1205982752', u'INDIRECT_-1205980191'), (u'STORE_-1205981740', u'INDIRECT_-1205980218'), ('tmp_9188', u'MULTIEQUAL_-1205980740'), ('const-75976', u'INT_ADD_-1205982748'), (u'LOAD_-1205981442', u'INT_ADD_-1205981401'), (u'INDIRECT_-1205980413', u'MULTIEQUAL_-1205980618'), (u'INDIRECT_-1205980218', u'MULTIEQUAL_-1205980267'), (u'STORE_-1205982189', u'INDIRECT_-1205980407'), (u'INDIRECT_-1205979806', u'MULTIEQUAL_-1205979738'), (u'CALL_-1205982782', u'INT_EQUAL_-1205982762'), ('const-417', u'LOAD_-1205982460'), ('const-76392', u'INT_ADD_-1205981847'), (u'STORE_-1205981491', u'INDIRECT_-1205980165'), (u'STORE_-1205982229', u'INDIRECT_-1205979947'), (u'CALL_-1205981465', u'INDIRECT_-1205979752'), (u'INT_ADD_-1205981856', u'CAST_-1205979451'), (u'STORE_-1205982549', u'INDIRECT_-1205980293'), (u'MULTIEQUAL_-1205981100', u'MULTIEQUAL_-1205981253'), (u'CAST_-1205979597', u'LOAD_-1205981890'), (u'INT_ADD_-1205981933', u'CAST_-1205979372'), (u'LOAD_-1205982366', u'MULTIEQUAL_-1205981247'), (u'MULTIEQUAL_-1205981669', u'PTRADD_-1205982958'), (u'INDIRECT_-1205980822', u'MULTIEQUAL_-1205980773'), (u'INDIRECT_-1205979918', u'MULTIEQUAL_-1205980087'), (u'MULTIEQUAL_-1205980618', u'MULTIEQUAL_-1205980597'), (u'COPY_-1205980116', u'INT_ADD_-1205982712'), (u'INDIRECT_-1205981038', u'MULTIEQUAL_-1205980989'), (u'LOAD_-1205981851', u'INT_MULT_-1205981805'), (u'INT_ADD_-1205981778', u'CAST_-1205979552'), ('tmp_9192', u'COPY_-1205980446'), (u'INDIRECT_-1205980350', u'MULTIEQUAL_-1205980519'), (u'STORE_-1205983011', u'INDIRECT_-1205980714'), (u'INT_ADD_-1205981288', u'CALL_-1205981292'), ('const-3', u'INT_RIGHT_-1205982792'), (u'STORE_-1205981824', u'INDIRECT_-1205980521'), (u'STORE_-1205981954', u'INDIRECT_-1205979832'), (u'CAST_-1205979778', u'LOAD_-1205982301'), ('const-76448', u'INT_ADD_-1205981892'), ('const-76236', u'INT_ADD_-1205982214'), (u'MULTIEQUAL_-1205980141', u'MULTIEQUAL_-1205980132'), (u'LOAD_-1205981870', u'INT_MULT_-1205981806'), (u'STORE_-1205981540', u'INDIRECT_-1205979956'), (u'STORE_-1205982760', u'INDIRECT_-1205980411'), (u'CALL_-1205982418', u'INDIRECT_-1205980058'), (u'PTRADD_-1205981706', u'STORE_-1205981491'), (u'STORE_-1205981954', u'INDIRECT_-1205980372'), (u'INT_NOTEQUAL_-1205981742', u'CBRANCH_-1205981732'), (u'INDIRECT_-1205980596', u'MULTIEQUAL_-1205980582'), (u'INDIRECT_-1205980336', u'MULTIEQUAL_-1205980287'), (u'MULTIEQUAL_-1205980611', u'MULTIEQUAL_-1205980044'), (u'STORE_-1205982727', u'INDIRECT_-1205980876'), (u'MULTIEQUAL_-1205979904', u'COPY_-1205979614'), (u'COPY_-1205980137', u'MULTIEQUAL_-1205981669'), (u'INDIRECT_-1205979974', u'MULTIEQUAL_-1205980240'), (u'INDIRECT_-1205980070', u'MULTIEQUAL_-1205980228'), (u'INDIRECT_-1205980303', u'MULTIEQUAL_-1205980217'), (u'INDIRECT_-1205980303', u'MULTIEQUAL_-1205980271'), (u'LOAD_-1205982379', u'INT_MULT_-1205982338'), ('const-24', u'INT_ADD_-1205982618'), (u'MULTIEQUAL_-1205980045', u'INT_ADD_-1205981837'), (u'MULTIEQUAL_-1205980052', u'MULTIEQUAL_-1205980645'), (u'STORE_-1205982727', u'INDIRECT_-1205980822'), ('tmp_9186', u'MULTIEQUAL_-1205980827'), ('tmp_9185', u'COPY_-1205980824'), (u'STORE_-1205981763', u'INDIRECT_-1205980178'), (u'MULTIEQUAL_-1205980510', u'MULTIEQUAL_-1205980489'), (u'STORE_-1205982212', u'INDIRECT_-1205980694'), (u'COPY_-1205979931', u'INT_ADD_-1205982444'), (u'INDIRECT_-1205980001', u'MULTIEQUAL_-1205979979'), (u'INDIRECT_-1205980522', u'MULTIEQUAL_-1205980475'), (u'STORE_-1205982808', u'INDIRECT_-1205980914'), ('const-417', u'LOAD_-1205983199'), (u'COPY_-1205979424', u'MULTIEQUAL_-1205981114'), (u'INDIRECT_-1205980022', u'MULTIEQUAL_-1205979954'), (u'CAST_-1205980150', u'LOAD_-1205983255'), (u'MULTIEQUAL_-1205980672', u'MULTIEQUAL_-1205980651'), (u'INDIRECT_-1205979715', u'COPY_-1205979767'), (u'INDIRECT_-1205979873', u'MULTIEQUAL_-1205980078'), (u'STORE_-1205982778', u'INDIRECT_-1205980897'), (u'STORE_-1205982189', u'INDIRECT_-1205980029'), (u'CALL_-1205981714', u'INDIRECT_-1205980309'), (u'INT_ADD_-1205982969', u'CAST_-1205980026'), (u'STORE_-1205982727', u'INDIRECT_-1205980714'), (u'INT_ADD_-1205982932', u'CAST_-1205980006'), (u'INT_ADD_-1205982748', u'CALL_-1205982752'), ('tmp_9183', u'COPY_-1205980878'), (u'STORE_-1205981740', u'INDIRECT_-1205979840'), (u'CAST_-1205979293', u'MULTIEQUAL_-1205981100'), (u'INDIRECT_-1205980363', u'COPY_-1205980415'), (u'INDIRECT_-1205979920', u'MULTIEQUAL_-1205980186'), ('const-417', u'LOAD_-1205982827'), (u'COPY_-1205979931', u'INT_ADD_-1205982376'), (u'INDIRECT_-1205980757', u'MULTIEQUAL_-1205980735'), (u'STORE_-1205981534', u'INDIRECT_-1205980491'), (u'STORE_-1205981540', u'INDIRECT_-1205980226'), (u'STORE_-1205981686', u'INDIRECT_-1205979815'), (u'INT_ADD_-1205981761', u'CAST_-1205979320'), (u'INDIRECT_-1205980576', u'MULTIEQUAL_-1205980529'), (u'MULTIEQUAL_-1205980045', u'INT_ADD_-1205981874'), (u'INT_MULT_-1205981805', u'INT_ADD_-1205981817'), (u'CALL_-1205982290', u'INT_EQUAL_-1205982270'), (u'STORE_-1205981763', u'INDIRECT_-1205980394'), (u'INDIRECT_-1205980491', u'MULTIEQUAL_-1205980552'), (u'INT_ADD_-1205983070', u'INT_ADD_-1205979635'), (u'INT_EQUAL_-1205981688', u'CBRANCH_-1205981672'), (u'STORE_-1205981824', u'INDIRECT_-1205980305'), (u'INDIRECT_-1205980552', u'MULTIEQUAL_-1205980524'), ('tmp_588', u'CBRANCH_-1205982951'), (u'CALL_-1205981962', u'INDIRECT_-1205980023'), (u'CAST_-1205979943', u'STORE_-1205982760'), (u'INT_ADD_-1205979635', u'PTRADD_-1205981680'), (u'INDIRECT_-1205980238', u'MULTIEQUAL_-1205980170'), (u'INDIRECT_-1205979806', u'MULTIEQUAL_-1205979988'), (u'INDIRECT_-1205979746', u'MULTIEQUAL_-1205979904'), (u'CAST_-1205979713', u'STORE_-1205982345'), ('const-1', u'PTRADD_-1205982253'), (u'CALL_-1205981292', u'INDIRECT_-1205979981'), ('const-417', u'LOAD_-1205981440'), ('const-76472', u'INT_ADD_-1205981690'), (u'MULTIEQUAL_-1205980827', u'MULTIEQUAL_-1205980048'), (u'STORE_-1205982189', u'INDIRECT_-1205980515'), (u'INT_ADD_-1205983239', u'CAST_-1205980150'), (u'CALL_-1205981292', u'INDIRECT_-1205979927'), ('tmp_949', u'CBRANCH_-1205982753'), (u'INT_ADD_-1205982618', u'CAST_-1205979850'), (u'INDIRECT_-1205980185', u'MULTIEQUAL_-1205980097'), ('const-0', u'RETURN_-1205981883'), (u'INT_ADD_-1205982833', u'CAST_-1205979973'), (u'STORE_-1205981534', u'INDIRECT_-1205980437'), (u'INDIRECT_-1205980461', u'COPY_-1205980533'), (u'PTRADD_-1205982951', u'STORE_-1205983011'), (u'INDIRECT_-1205979931', u'COPY_-1205979983'), (u'INDIRECT_-1205979860', u'MULTIEQUAL_-1205979792'), ('tmp_9181', u'COPY_-1205980986'), (u'COPY_-1205980076', u'MULTIEQUAL_-1205980267'), (u'STORE_-1205981954', u'INDIRECT_-1205980102'), (u'INDIRECT_-1205980299', u'COPY_-1205980371'), ('const-76284', u'INT_ADD_-1205981460'), ('const-417', u'LOAD_-1205982366'), (u'STORE_-1205981686', u'INDIRECT_-1205980085'), (u'MULTIEQUAL_-1205980881', u'MULTIEQUAL_-1205980049'), (u'STORE_-1205982263', u'INDIRECT_-1205980292'), ('const-1', u'PTRADD_-1205982951'), (u'MULTIEQUAL_-1205980038', u'MULTIEQUAL_-1205979889'), (u'MULTIEQUAL_-1205980046', u'MULTIEQUAL_-1205980321'), (u'CAST_-1205980021', u'LOAD_-1205982979'), (u'INDIRECT_-1205980444', u'MULTIEQUAL_-1205980395'), (u'STORE_-1205981824', u'INDIRECT_-1205980359'), (u'CAST_-1205980155', u'LOAD_-1205983261'), (u'CAST_-1205979566', u'LOAD_-1205981833'), (u'INDIRECT_-1205980449', u'MULTIEQUAL_-1205979900'), (u'STORE_-1205982231', u'INDIRECT_-1205980237'), (u'INDIRECT_-1205980379', u'MULTIEQUAL_-1205980357'), (u'INDIRECT_-1205979843', u'MULTIEQUAL_-1205979904'), (u'CALL_-1205982290', u'INDIRECT_-1205980179'), ('const-4', u'INT_MULT_-1205982957'), ('const-12', u'INT_ADD_-1205982718'), (u'CALL_-1205982215', u'INDIRECT_-1205980738'), (u'INDIRECT_-1205980327', u'MULTIEQUAL_-1205980528'), (u'STORE_-1205982549', u'INDIRECT_-1205980185'), ('const-417', u'LOAD_-1205982381'), (u'CALL_-1205982782', u'INDIRECT_-1205980980'), (u'CAST_-1205979691', u'LOAD_-1205982381'), (u'STORE_-1205981540', u'INDIRECT_-1205980334'), ('const-20', u'INT_ADD_-1205982811'), (u'MULTIEQUAL_-1205980045', u'INT_ADD_-1205981424'), (u'CAST_-1205980096', u'COPY_-1205980137'), (u'CALL_-1205982290', u'INDIRECT_-1205980773'), (u'CALL_-1205982290', u'INDIRECT_-1205980503'), (u'STORE_-1205982231', u'INDIRECT_-1205980561'), (u'CALL_-1205982418', u'INDIRECT_-1205980652'), (u'INT_EQUAL_-1205982270', u'CBRANCH_-1205982267'), (u'INDIRECT_-1205980341', u'MULTIEQUAL_-1205979792'), ('tmp_9181', u'INT_ADD_-1205983183'), (u'INDIRECT_-1205980930', u'MULTIEQUAL_-1205980902'), (u'INDIRECT_-1205979894', u'MULTIEQUAL_-1205979943'), (u'INDIRECT_-1205979897', u'MULTIEQUAL_-1205979958'), (u'INT_ADD_-1205981702', u'CAST_-1205979353'), (u'CALL_-1205982782', u'INDIRECT_-1205980332'), (u'STORE_-1205981491', u'INDIRECT_-1205980327'), (u'INT_EQUAL_-1205982796', u'CBRANCH_-1205982782'), (u'LOAD_-1205983199', u'INT_SUB_-1205980101'), (u'COPY_-1205981912', u'COPY_-1205979707'), (u'INT_ADD_-1205982793', u'CAST_-1205979960'), (u'MULTIEQUAL_-1205980040', u'MULTIEQUAL_-1205979997'), (u'CALL_-1205982418', u'INDIRECT_-1205980166'), (u'STORE_-1205982391', u'INDIRECT_-1205980404'), (u'MULTIEQUAL_-1205981589', u'INT_ADD_-1205982932'), (u'INDIRECT_-1205980458', u'MULTIEQUAL_-1205980627'), (u'INT_ADD_-1205983232', u'CAST_-1205980145'), (u'MULTIEQUAL_-1205980053', u'INT_ADD_-1205982745'), (u'STORE_-1205982760', u'INDIRECT_-1205980249'), (u'MULTIEQUAL_-1205980240', u'MULTIEQUAL_-1205980219'), ('const-417', u'LOAD_-1205981856'), ('const-4', u'INT_ADD_-1205982450'), (u'LOAD_-1205982460', u'CALL_-1205982418'), (u'INT_MULT_-1205981645', u'INT_ADD_-1205981657'), (u'CALL_-1205982782', u'INDIRECT_-1205981034'), (u'STORE_-1205981954', u'INDIRECT_-1205980156'), (u'STORE_-1205982263', u'INDIRECT_-1205980400'), ('const-417', u'LOAD_-1205981724'), (u'INDIRECT_-1205980714', u'MULTIEQUAL_-1205980047'), (u'INT_ADD_-1205981854', u'CAST_-1205979450'), (u'LOAD_-1205982381', u'INT_ADD_-1205982337'), (u'INDIRECT_-1205980184', u'MULTIEQUAL_-1205980116'), (u'INDIRECT_-1205980336', u'MULTIEQUAL_-1205980308'), ('const-417', u'LOAD_-1205981442'), ('tmp_1105', u'CBRANCH_-1205982604'), (u'STORE_-1205982391', u'INDIRECT_-1205980026'), (u'MULTIEQUAL_-1205980341', u'MULTIEQUAL_-1205980039'), (u'CALL_-1205982551', u'INDIRECT_-1205980425'), (u'CALL_-1205981714', u'INDIRECT_-1205980147'), (u'STORE_-1205982391', u'INDIRECT_-1205980620'), (u'INT_RIGHT_-1205981950', u'PTRADD_-1205981912'), (u'STORE_-1205982263', u'INDIRECT_-1205980616'), (u'STORE_-1205981824', u'INDIRECT_-1205979873'), (u'INT_ADD_-1205981678', u'CAST_-1205979334'), (u'INDIRECT_-1205981092', u'MULTIEQUAL_-1205981043'), (u'CALL_-1205982418', u'INDIRECT_-1205980706'), ('tmp_2346', u'BRANCH_-1205981666'), (u'LOAD_-1205981718', u'CALL_-1205981707'), (u'CALL_-1205981707', u'INDIRECT_-1205980190'), (u'LOAD_-1205982979', u'INT_EQUAL_-1205982954'), (u'STORE_-1205981540', u'INDIRECT_-1205979902'), ('const-76256', u'INT_ADD_-1205981835'), ('const-1', u'RETURN_-1205981287'), (u'STORE_-1205982212', u'INDIRECT_-1205980154'), (u'STORE_-1205982345', u'INDIRECT_-1205980433'), (u'MULTIEQUAL_-1205981242', u'INT_ADD_-1205982308'), (u'CALL_-1205981707', u'INDIRECT_-1205980028'), (u'STORE_-1205982727', u'INDIRECT_-1205980606'), (u'STORE_-1205981763', u'INDIRECT_-1205979908'), (u'STORE_-1205982189', u'INDIRECT_-1205980461'), (u'STORE_-1205982263', u'INDIRECT_-1205980022'), ('const-417', u'LOAD_-1205981872'), (u'INDIRECT_-1205980414', u'MULTIEQUAL_-1205980367'), (u'INT_ADD_-1205981525', u'CAST_-1205979460'), (u'INDIRECT_-1205980677', u'COPY_-1205980749'), (u'CALL_-1205981962', u'INDIRECT_-1205980293'), (u'INT_ADD_-1205983027', u'CAST_-1205980055'), ('tmp_9195', u'MULTIEQUAL_-1205980362'), (u'CALL_-1205982215', u'INDIRECT_-1205980144'), (u'COPY_-1205979614', u'INT_ADD_-1205981678'), (u'INDIRECT_-1205979812', u'MULTIEQUAL_-1205980078'), (u'STORE_-1205981680', u'INDIRECT_-1205980296'), (u'INDIRECT_-1205979873', u'COPY_-1205979915'), (u'CALL_-1205981714', u'INDIRECT_-1205980093'), (u'CALL_-1205981292', u'INDIRECT_-1205980197'), (u'MULTIEQUAL_-1205980053', u'INT_ADD_-1205982805'), (u'MULTIEQUAL_-1205980881', u'COPY_-1205980116'), (u'STORE_-1205982808', u'INDIRECT_-1205980266'), (u'INT_ADD_-1205982450', u'CAST_-1205979737'), (u'CAST_-1205980119', u'LOAD_-1205983199'), (u'INT_ADD_-1205983206', u'INT_ADD_-1205983167'), (u'INDIRECT_-1205980468', u'MULTIEQUAL_-1205980421'), (u'MULTIEQUAL_-1205980050', u'MULTIEQUAL_-1205980537'), (u'LOAD_-1205983248', u'INT_ADD_-1205983216'), (u'PTRADD_-1205981716', u'COPY_-1205979642'), ('const-76256', u'INT_ADD_-1205981424'), (u'INDIRECT_-1205980984', u'MULTIEQUAL_-1205980052'), (u'INDIRECT_-1205980725', u'MULTIEQUAL_-1205980637'), (u'INT_ADD_-1205981767', u'CAST_-1205979325'), (u'INT_ADD_-1205982805', u'CAST_-1205979908'), (u'CALL_-1205981465', u'INDIRECT_-1205980022'), (u'CALL_-1205982551', u'INDIRECT_-1205980317'), (u'MULTIEQUAL_-1205980044', u'MULTIEQUAL_-1205980213'), ('const-76356', u'INT_ADD_-1205981671'), (u'STORE_-1205982808', u'INDIRECT_-1205980374'), ('const-417', u'LOAD_-1205983232'), (u'STORE_-1205981540', u'INDIRECT_-1205979740'), (u'INT_ADD_-1205981809', u'CAST_-1205979426'), (u'STORE_-1205982727', u'INDIRECT_-1205980444'), (u'INT_LEFT_-1205982813', u'INT_EQUAL_-1205982828'), (u'STORE_-1205982391', u'INDIRECT_-1205980188'), ('const-417', u'STORE_-1205982231'), ('const-417', u'LOAD_-1205981961'), ('const-417', u'LOAD_-1205983136'), (u'STORE_-1205983011', u'INDIRECT_-1205980444'), (u'INDIRECT_-1205980738', u'MULTIEQUAL_-1205980691'), (u'INDIRECT_-1205980768', u'MULTIEQUAL_-1205980740'), (u'CALL_-1205982752', u'INDIRECT_-1205980785'), (u'INDIRECT_-1205980309', u'COPY_-1205980361'), ('const-0', u'INT_NOTEQUAL_-1205982397'), ('tmp_1506', u'CBRANCH_-1205982284'), (u'CALL_-1205981879', u'INT_EQUAL_-1205981808'), ('const-0', u'STORE_-1205982212'), (u'INDIRECT_-1205980368', u'COPY_-1205980424'), ('const-4', u'INT_MULT_-1205982173'), (u'STORE_-1205982549', u'INDIRECT_-1205980455'), ('tmp_9187', u'MULTIEQUAL_-1205980773'), ('const-417', u'LOAD_-1205981833'), (u'INDIRECT_-1205980401', u'MULTIEQUAL_-1205980313'), ('tmp_2457', u'CBRANCH_-1205981856'), (u'INDIRECT_-1205980251', u'COPY_-1205980293'), (u'INDIRECT_-1205980897', u'MULTIEQUAL_-1205980865'), (u'STORE_-1205981763', u'INDIRECT_-1205980070'), (u'LOAD_-1205981724', u'MULTIEQUAL_-1205981247'), (u'LOAD_-1205982196', u'STORE_-1205982189'), ('const-76044', u'INT_ADD_-1205982365'), ('const-44', u'INT_ADD_-1205982963'), ('tmp_9182', u'MULTIEQUAL_-1205980989'), (u'INT_ADD_-1205981835', u'CAST_-1205979575'), ('tmp_9193', u'COPY_-1205980392'), (u'INDIRECT_-1205980437', u'MULTIEQUAL_-1205980498'), (u'STORE_-1205982549', u'INDIRECT_-1205980779'), (u'INDIRECT_-1205980411', u'MULTIEQUAL_-1205980325'), (u'INDIRECT_-1205980134', u'MULTIEQUAL_-1205980303'), (u'MULTIEQUAL_-1205980449', u'MULTIEQUAL_-1205980041'), (u'INDIRECT_-1205980792', u'MULTIEQUAL_-1205980745'), (u'CAST_-1205979552', u'MULTIEQUAL_-1205981100'), (u'MULTIEQUAL_-1205981043', u'MULTIEQUAL_-1205980052'), (u'INT_MULT_-1205983130', u'INT_ADD_-1205983140'), (u'INDIRECT_-1205980210', u'MULTIEQUAL_-1205980435'), (u'STORE_-1205982212', u'INDIRECT_-1205979992'), ('const-76252', u'INT_ADD_-1205981837'), (u'MULTIEQUAL_-1205980066', u'INT_ADD_-1205981847'), (u'CALL_-1205982290', u'INDIRECT_-1205980233'), (u'CAST_-1205979899', u'INT_SUB_-1205982775'), ('const-1', u'PTRADD_-1205982152'), (u'INDIRECT_-1205980271', u'MULTIEQUAL_-1205980249'), (u'INDIRECT_-1205980897', u'MULTIEQUAL_-1205980811'), (u'STORE_-1205982778', u'INDIRECT_-1205980303'), ('tmp_2671', u'CBRANCH_-1205981732'), ('const-0', u'RETURN_-1205982155'), (u'INDIRECT_-1205979940', u'MULTIEQUAL_-1205980165'), (u'STORE_-1205982229', u'INDIRECT_-1205980325'), (u'STORE_-1205981680', u'INDIRECT_-1205980512'), ('tmp_9181', u'INT_ADD_-1205983245'), (u'INDIRECT_-1205980156', u'MULTIEQUAL_-1205980381'), ('const-417', u'LOAD_-1205981476'), (u'INDIRECT_-1205980596', u'MULTIEQUAL_-1205980645'), (u'CALL_-1205981896', u'INDIRECT_-1205980422'), (u'COPY_-1205982335', u'MULTIEQUAL_-1205981257'), ('const-4', u'INT_ADD_-1205982231'), ('const-12', u'INT_ADD_-1205982793'), (u'COPY_-1205979931', u'INT_ADD_-1205982192'), (u'INT_ADD_-1205981424', u'CAST_-1205979302'), ('const-4', u'INT_ADD_-1205982763'), (u'INT_LESS_-1205982609', u'CBRANCH_-1205982604'), (u'CAST_-1205979451', u'LOAD_-1205981872'), (u'CAST_-1205980026', u'LOAD_-1205982985'), (u'STORE_-1205982231', u'INDIRECT_-1205980291'), (u'CALL_-1205982551', u'STORE_-1205982231'), (u'STORE_-1205982231', u'INDIRECT_-1205980183'), (u'LOAD_-1205981700', u'INT_ADD_-1205981657'), (u'INDIRECT_-1205980444', u'MULTIEQUAL_-1205980042'), (u'INDIRECT_-1205980542', u'MULTIEQUAL_-1205980591'), (u'INDIRECT_-1205980407', u'COPY_-1205980466'), (u'INDIRECT_-1205980233', u'MULTIEQUAL_-1205979684'), (u'INDIRECT_-1205979948', u'MULTIEQUAL_-1205979997'), ('tmp_9193', u'MULTIEQUAL_-1205980449'), (u'LOAD_-1205981440', u'INT_MULT_-1205981391'), (u'STORE_-1205983011', u'INDIRECT_-1205980876'), (u'CALL_-1205982551', u'LOAD_-1205982264'), (u'MULTIEQUAL_-1205979970', u'MULTIEQUAL_-1205979949'), (u'CALL_-1205982782', u'INDIRECT_-1205980440'), (u'CALL_-1205981292', u'INDIRECT_-1205979603'), (u'MULTIEQUAL_-1205980303', u'MULTIEQUAL_-1205980294'), ('const-0', u'INT_EQUAL_-1205982762'), ('const-4', u'INT_MULT_-1205981742'), (u'INT_ADD_-1205981874', u'CAST_-1205979597'), (u'INDIRECT_-1205979607', u'COPY_-1205979659'), (u'STORE_-1205982808', u'INDIRECT_-1205980806'), (u'INDIRECT_-1205980163', u'MULTIEQUAL_-1205980141'), ('tmp_9183', u'MULTIEQUAL_-1205980935'), (u'CAST_-1205979925', u'LOAD_-1205982734'), (u'MULTIEQUAL_-1205980294', u'MULTIEQUAL_-1205980273'), (u'INDIRECT_-1205980286', u'MULTIEQUAL_-1205980444'), (u'CALL_-1205982782', u'INDIRECT_-1205980872'), (u'CAST_-1205979310', u'STORE_-1205981763'), (u'INDIRECT_-1205980893', u'COPY_-1205980952'), (u'CALL_-1205981896', u'INDIRECT_-1205980098'), (u'INDIRECT_-1205980109', u'MULTIEQUAL_-1205980087'), (u'MULTIEQUAL_-1205981188', u'COPY_-1205979399'), (u'INDIRECT_-1205980293', u'MULTIEQUAL_-1205980205'), (u'CAST_-1205979431', u'MULTIEQUAL_-1205981247'), (u'LOAD_-1205983267', u'INT_MULT_-1205982957'), (u'INDIRECT_-1205980542', u'MULTIEQUAL_-1205980528'), (u'INDIRECT_-1205979787', u'MULTIEQUAL_-1205979988'), (u'INDIRECT_-1205980272', u'MULTIEQUAL_-1205980321'), (u'CAST_-1205980080', u'INT_SUB_-1205983110'), (u'INDIRECT_-1205980147', u'COPY_-1205980199'), (u'CALL_-1205982782', u'INDIRECT_-1205980278'), ('const-417', u'STORE_-1205982391'), (u'INDIRECT_-1205980318', u'MULTIEQUAL_-1205980543'), ('tmp_2033', u'BRANCH_-1205981757'), (u'LOAD_-1205981476', u'CALL_-1205981465'), (u'INDIRECT_-1205980434', u'MULTIEQUAL_-1205980483'), (u'STORE_-1205982263', u'INDIRECT_-1205980724'), (u'COPY_-1205981894', u'MULTIEQUAL_-1205981257'), (u'STORE_-1205982212', u'INDIRECT_-1205980262'), (u'STORE_-1205982727', u'INDIRECT_-1205980498'), (u'LOAD_-1205982214', u'INT_MULT_-1205982173'), (u'STORE_-1205981824', u'INDIRECT_-1205980197'), ('const-75724', u'INT_ADD_-1205983251'), (u'INT_ADD_-1205983183', u'CAST_-1205980119'), ('const-417', u'LOAD_-1205982258'), ('const-1', u'COPY_-1205981740'), (u'INDIRECT_-1205980768', u'MULTIEQUAL_-1205980719'), (u'INT_ADD_-1205983174', u'CAST_-1205980091'), (u'MULTIEQUAL_-1205981427', u'COPY_-1205981919'), (u'INDIRECT_-1205979990', u'COPY_-1205980046'), (u'INDIRECT_-1205980947', u'COPY_-1205981006'), (u'INDIRECT_-1205980569', u'COPY_-1205980641'), (u'INDIRECT_-1205980026', u'MULTIEQUAL_-1205980195'), (u'CAST_-1205979850', u'LOAD_-1205982634'), (u'INDIRECT_-1205980264', u'MULTIEQUAL_-1205980489'), (u'CALL_-1205982782', u'INDIRECT_-1205980386'), (u'CALL_-1205982215', u'INDIRECT_-1205980792'), (u'INDIRECT_-1205980219', u'MULTIEQUAL_-1205980420'), (u'STORE_-1205981491', u'INDIRECT_-1205979625'), ('const-8191', u'INT_LESS_-1205982609'), (u'INDIRECT_-1205980541', u'MULTIEQUAL_-1205980519'), ('const-417', u'LOAD_-1205982985'), (u'CALL_-1205981292', u'INDIRECT_-1205979711'), (u'LOAD_-1205982634', u'INT_EQUAL_-1205982563'), (u'STORE_-1205982549', u'INDIRECT_-1205980671'), (u'CAST_-1205979440', u'LOAD_-1205981856'), (u'MULTIEQUAL_-1205980132', u'MULTIEQUAL_-1205980111'), (u'INDIRECT_-1205980519', u'MULTIEQUAL_-1205980487'), (u'LOAD_-1205983149', u'CAST_-1205980096'), (u'CALL_-1205982215', u'INDIRECT_-1205980414'), (u'MULTIEQUAL_-1205981257', u'COPY_-1205982203'), (u'CALL_-1205981962', u'INDIRECT_-1205979861'), (u'CALL_-1205982752', u'INDIRECT_-1205980731'), (u'STORE_-1205982808', u'INDIRECT_-1205980482'), (u'CALL_-1205982215', u'INDIRECT_-1205980198'), (u'STORE_-1205982391', u'INDIRECT_-1205980674'), ('const-76500', u'INT_ADD_-1205981702'), ('const-417', u'STORE_-1205982778'), (u'STORE_-1205982212', u'INDIRECT_-1205980100'), (u'STORE_-1205982229', u'INDIRECT_-1205980163'), ('tmp_2078', u'CBRANCH_-1205981907'), ('const-4', u'INT_ADD_-1205983216'), (u'INDIRECT_-1205979819', u'MULTIEQUAL_-1205980024'), (u'LOAD_-1205981863', u'MULTIEQUAL_-1205981263'), (u'LOAD_-1205982849', u'INT_RIGHT_-1205982792'), (u'STORE_-1205982727', u'INDIRECT_-1205980282'), (u'PTRADD_-1205981912', u'CAST_-1205979386'), (u'CALL_-1205981962', u'INDIRECT_-1205980239'), (u'INDIRECT_-1205979724', u'MULTIEQUAL_-1205979949'), (u'INT_EQUAL_-1205982919', u'CBRANCH_-1205982915'), (u'CAST_-1205979671', u'STORE_-1205982345'), (u'INT_ADD_-1205982811', u'CAST_-1205979913'), (u'CALL_-1205982418', u'INDIRECT_-1205980598'), ('tmp_9185', u'MULTIEQUAL_-1205980881'), ('tmp_9183', u'INT_ADD_-1205983167'), (u'INT_ADD_-1205982376', u'CAST_-1205979700'), (u'INDIRECT_-1205980552', u'MULTIEQUAL_-1205980044'), (u'CALL_-1205981896', u'INDIRECT_-1205980368'), (u'INT_ADD_-1205981690', u'CAST_-1205979344'), (u'CALL_-1205981714', u'INDIRECT_-1205980039'), (u'INDIRECT_-1205980245', u'COPY_-1205980317'), (u'STORE_-1205981680', u'INDIRECT_-1205980026'), (u'INDIRECT_-1205980380', u'MULTIEQUAL_-1205980429'), (u'INDIRECT_-1205980326', u'MULTIEQUAL_-1205980312'), (u'STORE_-1205982345', u'INDIRECT_-1205980109'), (u'COPY_-1205979399', u'MULTIEQUAL_-1205981114'), (u'STORE_-1205982212', u'INDIRECT_-1205980532'), (u'STORE_-1205981680', u'INDIRECT_-1205980242'), (u'STORE_-1205981680', u'INDIRECT_-1205980080'), (u'COPY_-1205980078', u'MULTIEQUAL_-1205980045'), (u'CAST_-1205979613', u'STORE_-1205982263'), (u'STORE_-1205982345', u'INDIRECT_-1205980379'), (u'INDIRECT_-1205980083', u'COPY_-1205980155'), (u'INDIRECT_-1205980238', u'MULTIEQUAL_-1205980420'), ('const-417', u'LOAD_-1205981673'), ('const-417', u'STORE_-1205981740'), (u'CALL_-1205981714', u'INDIRECT_-1205980255'), (u'STORE_-1205982189', u'INDIRECT_-1205980299'), (u'STORE_-1205982778', u'INDIRECT_-1205980357'), (u'LOAD_-1205981700', u'INT_ADD_-1205981665'), (u'STORE_-1205982391', u'INDIRECT_-1205980242'), (u'INDIRECT_-1205979854', u'MULTIEQUAL_-1205980012'), (u'INDIRECT_-1205980789', u'MULTIEQUAL_-1205980703'), (u'CAST_-1205979377', u'STORE_-1205981954'), ('const-4', u'INT_ADD_-1205982278'), (u'LOAD_-1205981833', u'INT_ADD_-1205981791'), (u'INT_ADD_-1205981665', u'CAST_-1205979329'), (u'INDIRECT_-1205980684', u'MULTIEQUAL_-1205980637'), ('tmp_9190', u'COPY_-1205980554'), ('const-0', u'INT_EQUAL_-1205982796'), (u'INDIRECT_-1205980273', u'MULTIEQUAL_-1205980474'), (u'INT_NOTEQUAL_-1205982992', u'CBRANCH_-1205982989'), ('tmp_9190', u'MULTIEQUAL_-1205980611'), ('tmp_9182', u'COPY_-1205980932'), (u'PTRADD_-1205982958', u'INT_NOTEQUAL_-1205982992'), (u'MULTIEQUAL_-1205981242', u'INT_ADD_-1205982278'), (u'INDIRECT_-1205980785', u'COPY_-1205980844'), (u'INDIRECT_-1205980843', u'MULTIEQUAL_-1205980811'), ('const-0', u'COPY_-1205982335'), (u'STORE_-1205982229', u'INDIRECT_-1205980217'), (u'MULTIEQUAL_-1205980041', u'MULTIEQUAL_-1205980051'), (u'STORE_-1205981491', u'INDIRECT_-1205979949'), (u'INDIRECT_-1205979840', u'MULTIEQUAL_-1205979826'), (u'INDIRECT_-1205980298', u'MULTIEQUAL_-1205980564'), (u'STORE_-1205982760', u'INDIRECT_-1205980897'), (u'INDIRECT_-1205980573', u'MULTIEQUAL_-1205980541'), (u'INDIRECT_-1205980876', u'MULTIEQUAL_-1205980827'), (u'INT_MULT_-1205981655', u'INT_ADD_-1205981665'), (u'INDIRECT_-1205980346', u'MULTIEQUAL_-1205980278'), (u'CAST_-1205979727', u'CALL_-1205982418'), (u'MULTIEQUAL_-1205981100', u'LOAD_-1205981724'), (u'CALL_-1205982215', u'INDIRECT_-1205980360'), ('const-12', u'INT_ADD_-1205982932'), (u'STORE_-1205981824', u'INDIRECT_-1205980089'), (u'LOAD_-1205983136', u'INT_EQUAL_-1205983101'), ('const-417', u'LOAD_-1205982750'), (u'MULTIEQUAL_-1205981337', u'CAST_-1205979615'), (u'CALL_-1205981292', u'INDIRECT_-1205980305'), (u'CALL_-1205981714', u'INDIRECT_-1205979769'), (u'STORE_-1205981491', u'INDIRECT_-1205980273'), (u'INT_MULT_-1205982173', u'INT_ADD_-1205982185'), (u'INDIRECT_-1205980057', u'MULTIEQUAL_-1205980258'), (u'STORE_-1205982391', u'INDIRECT_-1205980350'), (u'STORE_-1205981540', u'INDIRECT_-1205980442'), ('const-0', u'STORE_-1205981763'), (u'CALL_-1205981879', u'SUBPIECE_-1205980645'), (u'STORE_-1205982391', u'INDIRECT_-1205980782'), (u'INDIRECT_-1205980681', u'MULTIEQUAL_-1205980649'), (u'INT_LEFT_-1205982813', u'MULTIEQUAL_-1205981599'), (u'MULTIEQUAL_-1205980287', u'MULTIEQUAL_-1205980038'), (u'STORE_-1205982760', u'INDIRECT_-1205980519'), (u'STORE_-1205981763', u'INDIRECT_-1205979800'), (u'COPY_-1205980001', u'MULTIEQUAL_-1205980045'), (u'CALL_-1205982551', u'INDIRECT_-1205980587'), ('tmp_9186', u'MULTIEQUAL_-1205980848'), (u'LOAD_-1205982264', u'INT_NOTEQUAL_-1205982238'), (u'CALL_-1205982418', u'INDIRECT_-1205980274'), (u'CALL_-1205982782', u'STORE_-1205982760'), (u'MULTIEQUAL_-1205981253', u'MULTIEQUAL_-1205981247'), ('const-40', u'INT_ADD_-1205983120'), (u'LOAD_-1205982301', u'CALL_-1205982290'), (u'INDIRECT_-1205979752', u'MULTIEQUAL_-1205979934'), (u'STORE_-1205982229', u'INDIRECT_-1205980109'), (u'CALL_-1205981707', u'INDIRECT_-1205979704'), (u'MULTIEQUAL_-1205981589', u'MULTIEQUAL_-1205980053'), (u'CAST_-1205980132', u'LOAD_-1205983232'), (u'INDIRECT_-1205979758', u'MULTIEQUAL_-1205980024'), ('tmp_640', u'CBRANCH_-1205982915'), ('const-76284', u'INT_ADD_-1205981874'), (u'STORE_-1205982212', u'INDIRECT_-1205980316'), (u'INDIRECT_-1205979841', u'MULTIEQUAL_-1205980042'), (u'MULTIEQUAL_-1205980053', u'INT_ADD_-1205982811'), ('const-417', u'LOAD_-1205983255'), (u'STORE_-1205982778', u'INDIRECT_-1205980195'), ('const-1', u'PTRADD_-1205981912'), ('const-4294967295', u'INT_ADD_-1205983070'), (u'STORE_-1205982212', u'INDIRECT_-1205980640'), (u'STORE_-1205981534', u'INDIRECT_-1205980113'), ('const-417', u'STORE_-1205981954'), (u'INDIRECT_-1205980512', u'MULTIEQUAL_-1205980681'), (u'INT_ADD_-1205981816', u'CAST_-1205979431'), (u'STORE_-1205982760', u'INDIRECT_-1205980843'), ('const-4', u'INT_MULT_-1205981805'), (u'PTRADD_-1205982253', u'INT_LESS_-1205982275'), (u'STORE_-1205981824', u'INDIRECT_-1205979927'), (u'PTRADD_-1205982253', u'PTRADD_-1205981912'), (u'MULTIEQUAL_-1205981114', u'MULTIEQUAL_-1205981268'), ('const-0', u'STORE_-1205982231'), (u'MULTIEQUAL_-1205980066', u'INT_ADD_-1205981854'), (u'INDIRECT_-1205980876', u'MULTIEQUAL_-1205980050'), ('tmp_2830', u'CBRANCH_-1205981441'), (u'CALL_-1205981962', u'INDIRECT_-1205980185'), (u'COPY_-1205979931', u'INT_ADD_-1205982363'), (u'INDIRECT_-1205980089', u'MULTIEQUAL_-1205980294'), (u'STORE_-1205982189', u'INDIRECT_-1205980677'), (u'CALL_-1205981707', u'INDIRECT_-1205980298'), ('const-1', u'RETURN_-1205981709'), (u'CALL_-1205982290', u'INDIRECT_-1205980665'), (u'CALL_-1205981962', u'STORE_-1205981954'), (u'INDIRECT_-1205980326', u'MULTIEQUAL_-1205980375'), (u'INT_EQUAL_-1205982954', u'CBRANCH_-1205982951'), ('const-417', u'LOAD_-1205981863'), (u'INT_ADD_-1205983070', u'INT_EQUAL_-1205981910'), (u'LOAD_-1205981783', u'INT_MULT_-1205981742'), (u'INT_MULT_-1205982327', u'INT_ADD_-1205982337'), (u'INDIRECT_-1205980282', u'MULTIEQUAL_-1205980039'), (u'LOAD_-1205983261', u'INT_ADD_-1205983232'), (u'CALL_-1205982290', u'INDIRECT_-1205980449'), ('const-417', u'STORE_-1205981686'), (u'INDIRECT_-1205980768', u'MULTIEQUAL_-1205980048'), (u'INT_EQUAL_-1205982828', u'CBRANCH_-1205982822'), (u'INDIRECT_-1205979698', u'MULTIEQUAL_-1205979880'), (u'INDIRECT_-1205979927', u'COPY_-1205979969'), (u'STORE_-1205982808', u'INDIRECT_-1205980428'), (u'CAST_-1205979294', u'INT_ADD_-1205981288'), (u'INDIRECT_-1205979972', u'MULTIEQUAL_-1205980141'), ('const-16', u'INT_ADD_-1205981665'), (u'MULTIEQUAL_-1205981188', u'PTRADD_-1205981680'), (u'INDIRECT_-1205980098', u'COPY_-1205980154'), (u'INDIRECT_-1205980735', u'MULTIEQUAL_-1205980649'), (u'INDIRECT_-1205980206', u'COPY_-1205980262'), (u'INDIRECT_-1205980460', u'MULTIEQUAL_-1205980726'), (u'INDIRECT_-1205979877', u'COPY_-1205979929'), (u'CAST_-1205979690', u'LOAD_-1205982379'), (u'LOAD_-1205983248', u'INT_ADD_-1205983120'), (u'INDIRECT_-1205980498', u'MULTIEQUAL_-1205980470'), ('const-4', u'INT_MULT_-1205982327'), ('const-4294967295', u'INT_EQUAL_-1205981859'), (u'INDIRECT_-1205980881', u'MULTIEQUAL_-1205980332'), (u'LOAD_-1205982750', u'MULTIEQUAL_-1205980053'), (u'INDIRECT_-1205980195', u'MULTIEQUAL_-1205980163'), ('const-417', u'STORE_-1205982727'), (u'STORE_-1205982778', u'INDIRECT_-1205980519'), (u'INT_EQUAL_-1205981808', u'CBRANCH_-1205981759'), ('tmp_9191', u'MULTIEQUAL_-1205980578'), ('const-12', u'INT_ADD_-1205982308'), (u'STORE_-1205982212', u'INDIRECT_-1205980046'), (u'INT_ADD_-1205983070', u'INT_ADD_-1205979648'), (u'STORE_-1205982345', u'INDIRECT_-1205980217'), (u'LOAD_-1205983199', u'INT_SUB_-1205983110'), ('const-0', u'STORE_-1205982778'), (u'STORE_-1205981686', u'INDIRECT_-1205980139'), (u'INDIRECT_-1205980503', u'MULTIEQUAL_-1205979954'), (u'INDIRECT_-1205980566', u'MULTIEQUAL_-1205980735'), (u'STORE_-1205982263', u'INDIRECT_-1205980238'), (u'LOAD_-1205981856', u'MULTIEQUAL_-1205981242'), (u'STORE_-1205981491', u'INDIRECT_-1205979841'), ('const-2', u'COPY_-1205981894'), (u'PTRADD_-1205982253', u'CAST_-1205979614'), (u'MULTIEQUAL_-1205980735', u'MULTIEQUAL_-1205980726'), (u'INDIRECT_-1205980252', u'MULTIEQUAL_-1205980205'), (u'CAST_-1205980096', u'CAST_-1205980080'), (u'INDIRECT_-1205980296', u'MULTIEQUAL_-1205980465'), (u'STORE_-1205981740', u'INDIRECT_-1205980326'), (u'LOAD_-1205982849', u'INT_ADD_-1205982800'), (u'MULTIEQUAL_-1205980195', u'MULTIEQUAL_-1205980186'), (u'CALL_-1205981879', u'INT_EQUAL_-1205981859'), (u'CALL_-1205981896', u'INDIRECT_-1205979774'), ('tmp_9186', u'COPY_-1205980770'), (u'STORE_-1205981763', u'INDIRECT_-1205980286'), (u'CAST_-1205979645', u'LOAD_-1205982324'), (u'INDIRECT_-1205979644', u'MULTIEQUAL_-1205979826'), (u'PTRADD_-1205981716', u'COPY_-1205979424'), (u'PTRADD_-1205982253', u'STORE_-1205982229'), (u'INDIRECT_-1205980611', u'MULTIEQUAL_-1205980062'), (u'CALL_-1205981896', u'INDIRECT_-1205980152'), (u'INDIRECT_-1205980260', u'COPY_-1205980316'), (u'INDIRECT_-1205980299', u'COPY_-1205980358'), (u'STORE_-1205981491', u'INDIRECT_-1205980057'), (u'INT_ADD_-1205981460', u'CAST_-1205979316'), (u'INT_ADD_-1205981892', u'CALL_-1205981896'), ('const-0', u'INT_EQUAL_-1205982828'), (u'INDIRECT_-1205981038', u'MULTIEQUAL_-1205981010'), (u'STORE_-1205982727', u'INDIRECT_-1205980984'), (u'COPY_-1205979931', u'INT_ADD_-1205982210'), (u'INDIRECT_-1205980251', u'MULTIEQUAL_-1205980456'), (u'CAST_-1205979591', u'STORE_-1205982229'), ('const-0', u'INT_EQUAL_-1205981910'), (u'STORE_-1205981954', u'INDIRECT_-1205980480'), (u'STORE_-1205982808', u'INDIRECT_-1205980590'), (u'STORE_-1205982391', u'INDIRECT_-1205980134'), ('const-417', u'LOAD_-1205982379'), (u'STORE_-1205982760', u'INDIRECT_-1205980789'), (u'INDIRECT_-1205980498', u'MULTIEQUAL_-1205980449'), (u'INDIRECT_-1205980394', u'MULTIEQUAL_-1205980552'), ('const-0', u'STORE_-1205981540'), ('const-417', u'LOAD_-1205983149'), (u'INT_EQUAL_-1205982762', u'CBRANCH_-1205982753'), (u'PTRSUB_-1205979344', u'CAST_-1205979294'), (u'STORE_-1205982727', u'INDIRECT_-1205980930'), (u'CALL_-1205981292', u'INDIRECT_-1205979765'), (u'MULTIEQUAL_-1205980557', u'MULTIEQUAL_-1205980043'), ('const-1', u'PTRADD_-1205981680'), (u'STORE_-1205983011', u'INDIRECT_-1205980606'), (u'INDIRECT_-1205980340', u'MULTIEQUAL_-1205980498'), (u'INDIRECT_-1205980951', u'MULTIEQUAL_-1205980919'), (u'INDIRECT_-1205979752', u'MULTIEQUAL_-1205979684'), (u'STORE_-1205981954', u'INDIRECT_-1205980318'), (u'STORE_-1205981540', u'INDIRECT_-1205980280'), (u'MULTIEQUAL_-1205979904', u'INT_ADD_-1205981702'), (u'INDIRECT_-1205980124', u'MULTIEQUAL_-1205980282'), (u'INDIRECT_-1205980839', u'COPY_-1205980898'), (u'CALL_-1205981879', u'INDIRECT_-1205979979'), (u'MULTIEQUAL_-1205981589', u'INT_ADD_-1205982963'), (u'STORE_-1205981686', u'INDIRECT_-1205980463'), (u'INDIRECT_-1205980016', u'MULTIEQUAL_-1205980174'), ('const-0', u'STORE_-1205982549'), ('const-417', u'STORE_-1205981491'), ('const-417', u'LOAD_-1205982821'), (u'INDIRECT_-1205980359', u'MULTIEQUAL_-1205980564'), (u'INDIRECT_-1205981092', u'MULTIEQUAL_-1205981064'), ('const-75720', u'INT_ADD_-1205983245'), (u'STORE_-1205981680', u'INDIRECT_-1205980404'), ('const-417', u'LOAD_-1205983020'), (u'STORE_-1205982727', u'INDIRECT_-1205980660'), (u'STORE_-1205982778', u'INDIRECT_-1205980627'), (u'CALL_-1205981465', u'INDIRECT_-1205980292'), (u'STORE_-1205981534', u'INDIRECT_-1205980167'), (u'INT_ADD_-1205983070', u'INT_SLESS_-1205983048'), (u'STORE_-1205981824', u'INDIRECT_-1205980251'), (u'MULTIEQUAL_-1205981410', u'CAST_-1205979714'), (u'CALL_-1205981465', u'INDIRECT_-1205979968'), (u'MULTIEQUAL_-1205981247', u'LOAD_-1205982207'), (u'CAST_-1205979570', u'LOAD_-1205982196'), (u'INDIRECT_-1205979711', u'COPY_-1205979753'), (u'CALL_-1205982551', u'INDIRECT_-1205980263'), (u'LOAD_-1205981872', u'INT_ADD_-1205981816'), (u'STORE_-1205982229', u'INDIRECT_-1205980595'), (u'MULTIEQUAL_-1205980066', u'INT_ADD_-1205981856'), ('tmp_527', u'CBRANCH_-1205982989'), ('tmp_1884', u'CBRANCH_-1205982267'), (u'CAST_-1205979732', u'LOAD_-1205982460'), ('const-75748', u'INT_ADD_-1205983206'), (u'CALL_-1205981896', u'INDIRECT_-1205979882'), (u'CALL_-1205981465', u'INDIRECT_-1205979860'), (u'INDIRECT_-1205980035', u'COPY_-1205980077'), (u'INT_ADD_-1205983190', u'INT_ADD_-1205983174'), ('const-4294967295', u'INT_ADD_-1205983027'), (u'STORE_-1205981680', u'INDIRECT_-1205980188'), (u'INDIRECT_-1205980082', u'MULTIEQUAL_-1205980348'), (u'INT_ADD_-1205983120', u'CAST_-1205980085'), ('const-75748', u'INT_ADD_-1205983239'), (u'STORE_-1205981824', u'INDIRECT_-1205979765'), (u'CAST_-1205979557', u'LOAD_-1205981807'), ('tmp_9194', u'COPY_-1205980338'), ('const-417', u'STORE_-1205983011'), (u'STORE_-1205981540', u'INDIRECT_-1205979848'), (u'INT_SUB_-1205982775', u'INT_ADD_-1205982725'), (u'CALL_-1205981714', u'INDIRECT_-1205980201'), (u'CALL_-1205981707', u'INDIRECT_-1205979920'), ('tmp_9194', u'MULTIEQUAL_-1205980395'), (u'MULTIEQUAL_-1205981247', u'LOAD_-1205981961'), (u'COPY_-1205979931', u'INT_ADD_-1205981767'), (u'INDIRECT_-1205980089', u'COPY_-1205980131'), (u'INT_ADD_-1205982725', u'STORE_-1205982727'), (u'STORE_-1205982263', u'INDIRECT_-1205980130'), (u'STORE_-1205981686', u'INDIRECT_-1205980247'), (u'MULTIEQUAL_-1205980078', u'MULTIEQUAL_-1205980057'), (u'INDIRECT_-1205980275', u'MULTIEQUAL_-1205980336'), (u'INDIRECT_-1205980184', u'MULTIEQUAL_-1205980366'), (u'INDIRECT_-1205980055', u'MULTIEQUAL_-1205980033'), ('const-2', u'INT_EQUAL_-1205982954'), (u'CALL_-1205982551', u'STORE_-1205982549'), (u'INDIRECT_-1205979975', u'COPY_-1205980047'), (u'STORE_-1205982778', u'INDIRECT_-1205980465'), (u'LOAD_-1205982247', u'INT_ADD_-1205979729'), (u'LOAD_-1205981694', u'MULTIEQUAL_-1205981263'), (u'CALL_-1205981465', u'INT_NOTEQUAL_-1205981444'), (u'STORE_-1205981540', u'INDIRECT_-1205980064'), (u'CAST_-1205979575', u'LOAD_-1205981851'), (u'INDIRECT_-1205980887', u'MULTIEQUAL_-1205980799'), (u'CALL_-1205981714', u'INDIRECT_-1205980363'), (u'STORE_-1205982760', u'INDIRECT_-1205980735'), ('const-417', u'STORE_-1205982760'), (u'INDIRECT_-1205980509', u'MULTIEQUAL_-1205980421'), (u'STORE_-1205981954', u'INDIRECT_-1205980426'), (u'INDIRECT_-1205980627', u'MULTIEQUAL_-1205980541'), ('const-2', u'STORE_-1205981824'), (u'CAST_-1205979913', u'LOAD_-1205982827'), (u'LOAD_-1205981890', u'CALL_-1205981879'), (u'INDIRECT_-1205979981', u'COPY_-1205980023'), (u'CAST_-1205979713', u'INT_NOTEQUAL_-1205982397'), (u'INDIRECT_-1205979774', u'COPY_-1205979830'), (u'CAST_-1205980096', u'PTRADD_-1205982867'), (u'CALL_-1205981879', u'INDIRECT_-1205980249'), (u'STORE_-1205981824', u'INDIRECT_-1205980467'), (u'STORE_-1205981680', u'INDIRECT_-1205979972'), ('const-417', u'LOAD_-1205981718'), (u'CALL_-1205982290', u'INDIRECT_-1205980827'), (u'INDIRECT_-1205980434', u'MULTIEQUAL_-1205980420'), (u'CAST_-1205979911', u'MULTIEQUAL_-1205980055'), (u'INDIRECT_-1205981005', u'MULTIEQUAL_-1205980919'), (u'LOAD_-1205982734', u'INT_SUB_-1205982702'), (u'INDIRECT_-1205980076', u'MULTIEQUAL_-1205980258'), (u'INDIRECT_-1205980178', u'MULTIEQUAL_-1205980336'), (u'CALL_-1205981465', u'INDIRECT_-1205980184'), (u'STORE_-1205981740', u'INDIRECT_-1205980488'), (u'MULTIEQUAL_-1205980564', u'MULTIEQUAL_-1205980543'), (u'INDIRECT_-1205979968', u'MULTIEQUAL_-1205979900'), ('const-16', u'INT_ADD_-1205981519'), (u'INDIRECT_-1205980930', u'MULTIEQUAL_-1205980881'), ('const-417', u'LOAD_-1205982734'), (u'INT_ADD_-1205981665', u'CAST_-1205979502'), ('const-75728', u'INT_ADD_-1205983183'), (u'STORE_-1205981540', u'INDIRECT_-1205980496'), (u'MULTIEQUAL_-1205981114', u'STORE_-1205981686'), (u'INDIRECT_-1205979882', u'COPY_-1205979938'), (u'INDIRECT_-1205979765', u'COPY_-1205979807'), (u'MULTIEQUAL_-1205981114', u'INT_EQUAL_-1205981688'), (u'LOAD_-1205983020', u'STORE_-1205983011'), ('tmp_2957', u'BRANCH_-1205981528'), (u'CALL_-1205982752', u'INDIRECT_-1205980353'), (u'CAST_-1205979450', u'LOAD_-1205981870'), (u'INDIRECT_-1205980035', u'MULTIEQUAL_-1205980240'), (u'PTRADD_-1205982971', u'INT_NOTEQUAL_-1205982992'), (u'INT_NOTEQUAL_-1205981444', u'CBRANCH_-1205981441'), ('tmp_1229', u'BRANCH_-1205982522'), (u'INT_ADD_-1205982249', u'CAST_-1205979613'), (u'MULTIEQUAL_-1205980348', u'MULTIEQUAL_-1205980327'), ('const-1', u'RETURN_-1205982747'), (u'INDIRECT_-1205980404', u'MULTIEQUAL_-1205980390'), (u'CAST_-1205979460', u'STORE_-1205981540'), ('const-0', u'INT_EQUAL_-1205983101'), ('const-417', u'LOAD_-1205981700'), (u'INDIRECT_-1205979951', u'MULTIEQUAL_-1205980012'), (u'INT_ADD_-1205983070', u'INT_ADD_-1205982435'), (u'STORE_-1205982263', u'INDIRECT_-1205980562'), (u'INT_MULT_-1205982957', u'INT_ADD_-1205982969'), ('tmp_424', u'CBRANCH_-1205983055'), (u'STORE_-1205982229', u'INDIRECT_-1205980487'), (u'INDIRECT_-1205980249', u'MULTIEQUAL_-1205980163'), (u'LOAD_-1205981872', u'INT_ADD_-1205981840'), (u'STORE_-1205982391', u'INDIRECT_-1205980080'), (u'INDIRECT_-1205980306', u'MULTIEQUAL_-1205980259'), (u'INDIRECT_-1205980660', u'MULTIEQUAL_-1205980632'), (u'STORE_-1205982345', u'INDIRECT_-1205980271'), (u'INDIRECT_-1205980515', u'COPY_-1205980587'), (u'CALL_-1205981879', u'INDIRECT_-1205980357'), ('const-417', u'LOAD_-1205982201'), (u'INDIRECT_-1205980390', u'MULTIEQUAL_-1205980041'), (u'CALL_-1205982215', u'INDIRECT_-1205980846'), (u'MULTIEQUAL_-1205980045', u'INT_ADD_-1205981835'), (u'INT_NOTEQUAL_-1205982238', u'CBRANCH_-1205982235'), (u'CAST_-1205979973', u'LOAD_-1205982849'), ('tmp_9184', u'MULTIEQUAL_-1205980287'), (u'CAST_-1205980085', u'LOAD_-1205983136'), (u'INDIRECT_-1205980360', u'MULTIEQUAL_-1205980313'), (u'INDIRECT_-1205980314', u'COPY_-1205980370'), (u'LOAD_-1205983248', u'MULTIEQUAL_-1205981589'), (u'CALL_-1205982551', u'INDIRECT_-1205980155'), (u'INDIRECT_-1205980039', u'COPY_-1205980091'), (u'CALL_-1205981292', u'INDIRECT_-1205980143'), (u'CAST_-1205980110', u'LOAD_-1205983183'), (u'STORE_-1205982727', u'INDIRECT_-1205980228'), (u'INDIRECT_-1205980426', u'MULTIEQUAL_-1205980651'), ('tmp_741', u'CBRANCH_-1205982782'), (u'INDIRECT_-1205980198', u'MULTIEQUAL_-1205980151'), (u'STORE_-1205982778', u'INDIRECT_-1205980411'), ('tmp_9189', u'MULTIEQUAL_-1205980665'), (u'INDIRECT_-1205980773', u'MULTIEQUAL_-1205980224'), ('tmp_9194', u'MULTIEQUAL_-1205980416'), (u'CALL_-1205982290', u'INDIRECT_-1205980341'), (u'INDIRECT_-1205980242', u'MULTIEQUAL_-1205980228'), (u'INDIRECT_-1205980028', u'MULTIEQUAL_-1205980294'), ('tmp_821', u'CBRANCH_-1205982822'), ('const-417', u'LOAD_-1205981783'), (u'INDIRECT_-1205980846', u'MULTIEQUAL_-1205980799'), (u'INDIRECT_-1205980623', u'COPY_-1205980695'), (u'INDIRECT_-1205980059', u'MULTIEQUAL_-1205980120'), ('const-16', u'INT_ADD_-1205982330'), (u'LOAD_-1205982821', u'CAST_-1205979899'), (u'CALL_-1205982418', u'INDIRECT_-1205980490'), (u'INDIRECT_-1205980390', u'MULTIEQUAL_-1205980341'), (u'STORE_-1205981763', u'INDIRECT_-1205980232'), (u'LOAD_-1205981853', u'INT_ADD_-1205981817'), (u'CALL_-1205981292', u'INDIRECT_-1205979873'), (u'INDIRECT_-1205980444', u'MULTIEQUAL_-1205980416'), (u'STORE_-1205981534', u'INDIRECT_-1205980221'), (u'STORE_-1205981763', u'INDIRECT_-1205979692'), (u'STORE_-1205982391', u'INDIRECT_-1205980566'), (u'CAST_-1205979391', u'INT_RIGHT_-1205981950'), (u'INDIRECT_-1205979921', u'COPY_-1205979993'), (u'INT_ADD_-1205979729', u'PTRADD_-1205982152'), ('const-417', u'LOAD_-1205982196'), (u'CALL_-1205982290', u'INDIRECT_-1205980557'), (u'STORE_-1205981763', u'INDIRECT_-1205979638'), (u'LOAD_-1205983183', u'STORE_-1205982189'), (u'MULTIEQUAL_-1205980045', u'INT_ADD_-1205981426'), (u'CAST_-1205979681', u'LOAD_-1205982366'), (u'INDIRECT_-1205980649', u'MULTIEQUAL_-1205980627'), (u'CALL_-1205981896', u'INDIRECT_-1205979990'), (u'STORE_-1205982263', u'INDIRECT_-1205980508'), (u'STORE_-1205982229', u'INDIRECT_-1205980649'), (u'INDIRECT_-1205980390', u'MULTIEQUAL_-1205980362'), (u'STORE_-1205981686', u'INDIRECT_-1205980409'), (u'INDIRECT_-1205980476', u'COPY_-1205980532'), ('const-12', u'INT_ADD_-1205982833'), (u'INDIRECT_-1205980137', u'COPY_-1205980209'), (u'STORE_-1205981954', u'INDIRECT_-1205979724'), (u'LOAD_-1205981851', u'INT_MULT_-1205981768'), (u'INDIRECT_-1205980110', u'MULTIEQUAL_-1205980159'), (u'MULTIEQUAL_-1205981263', u'CAST_-1205979391'), ('const-4', u'INT_MULT_-1205983220'), (u'MULTIEQUAL_-1205981188', u'PTRADD_-1205981716'), ('tmp_9182', u'INT_ADD_-1205983206'), (u'INDIRECT_-1205980090', u'MULTIEQUAL_-1205980043'), (u'STORE_-1205981954', u'INDIRECT_-1205979994'), (u'CALL_-1205982418', u'INDIRECT_-1205980436'), (u'STORE_-1205981534', u'INDIRECT_-1205980275'), ('const-4', u'INT_MULT_-1205981806'), (u'LOAD_-1205981807', u'INT_ADD_-1205979635'), (u'INT_ADD_-1205982435', u'CAST_-1205979727'), (u'INDIRECT_-1205980136', u'MULTIEQUAL_-1205980402'), (u'LOAD_-1205982201', u'MULTIEQUAL_-1205981342'), (u'CALL_-1205982418', u'INDIRECT_-1205980760'), (u'INT_ADD_-1205981748', u'CAST_-1205979310'), (u'CALL_-1205981879', u'INDIRECT_-1205980033'), (u'INDIRECT_-1205980152', u'COPY_-1205980208'), (u'INT_ADD_-1205982231', u'CAST_-1205979600'), (u'MULTIEQUAL_-1205980357', u'MULTIEQUAL_-1205980348'), (u'MULTIEQUAL_-1205980045', u'COPY_-1205980076'), (u'LOAD_-1205983232', u'INT_ADD_-1205983174'), (u'INDIRECT_-1205980984', u'MULTIEQUAL_-1205980956'), (u'STORE_-1205982549', u'INDIRECT_-1205980563'), (u'CALL_-1205981896', u'INDIRECT_-1205980314'), (u'CALL_-1205981962', u'INDIRECT_-1205980131'), (u'CAST_-1205980145', u'LOAD_-1205983248'), ('tmp_9192', u'MULTIEQUAL_-1205980524'), (u'STORE_-1205982808', u'INDIRECT_-1205980968'), (u'STORE_-1205981763', u'INDIRECT_-1205979854'), (u'INDIRECT_-1205979840', u'MULTIEQUAL_-1205979889'), (u'INDIRECT_-1205980005', u'MULTIEQUAL_-1205980066'), (u'INDIRECT_-1205979735', u'MULTIEQUAL_-1205979796'), (u'INDIRECT_-1205980217', u'MULTIEQUAL_-1205980195'), (u'STORE_-1205982231', u'INDIRECT_-1205980129'), (u'INT_EQUAL_-1205981859', u'CBRANCH_-1205981856'), ('const-417', u'LOAD_-1205981853'), ('const-0', u'PTRSUB_-1205979344'), (u'STORE_-1205982778', u'INDIRECT_-1205980249'), (u'INDIRECT_-1205980197', u'MULTIEQUAL_-1205980402'), (u'STORE_-1205982391', u'INDIRECT_-1205980728'), (u'INT_ADD_-1205981847', u'CAST_-1205979445'), (u'STORE_-1205982345', u'INDIRECT_-1205980487'), (u'STORE_-1205982808', u'INDIRECT_-1205980860'), (u'CAST_-1205979960', u'STORE_-1205982808'), (u'CAST_-1205979713', u'MULTIEQUAL_-1205981268'), (u'INDIRECT_-1205980232', u'MULTIEQUAL_-1205980390'), (u'INDIRECT_-1205980512', u'MULTIEQUAL_-1205980498'), (u'INDIRECT_-1205980076', u'MULTIEQUAL_-1205980008'), (u'STORE_-1205982808', u'INDIRECT_-1205980698'), (u'MULTIEQUAL_-1205980411', u'MULTIEQUAL_-1205980402'), (u'INDIRECT_-1205980951', u'MULTIEQUAL_-1205980865'), ('const-76076', u'INT_ADD_-1205982285'), (u'STORE_-1205982549', u'INDIRECT_-1205980833'), (u'COPY_-1205979614', u'INT_ADD_-1205981684'), (u'STORE_-1205982229', u'INDIRECT_-1205980703'), (u'INDIRECT_-1205980131', u'MULTIEQUAL_-1205980043'), (u'INDIRECT_-1205980779', u'MULTIEQUAL_-1205980691'), (u'INT_ADD_-1205981939', u'CAST_-1205979377'), (u'INT_ADD_-1205983216', u'CAST_-1205980132'), (u'CALL_-1205982752', u'INDIRECT_-1205980299'), (u'MULTIEQUAL_-1205981188', u'PTRADD_-1205981706'), (u'PTRADD_-1205982951', u'MULTIEQUAL_-1205981696'), (u'CAST_-1205979615', u'INT_ADD_-1205982249'), ('const-417', u'STORE_-1205982229'), (u'STORE_-1205981686', u'INDIRECT_-1205980031'), (u'INDIRECT_-1205980627', u'MULTIEQUAL_-1205980595'), (u'MULTIEQUAL_-1205980039', u'MULTIEQUAL_-1205979943'), (u'MULTIEQUAL_-1205980935', u'MULTIEQUAL_-1205980050'), ('const-2', u'COPY_-1205981928'), ('const-76252', u'INT_ADD_-1205981426'), (u'INDIRECT_-1205980519', u'MULTIEQUAL_-1205980433'), (u'INDIRECT_-1205980244', u'MULTIEQUAL_-1205980510'), (u'MULTIEQUAL_-1205981410', u'COPY_-1205979641'), ('const-417', u'LOAD_-1205982294'), (u'MULTIEQUAL_-1205980249', u'MULTIEQUAL_-1205980240'), (u'INDIRECT_-1205979866', u'MULTIEQUAL_-1205980132'), (u'STORE_-1205982189', u'INDIRECT_-1205980137'), (u'INDIRECT_-1205980930', u'MULTIEQUAL_-1205980051'), (u'CALL_-1205982752', u'INDIRECT_-1205980245'), (u'INT_ADD_-1205982725', u'MULTIEQUAL_-1205980056'), (u'CALL_-1205982752', u'INDIRECT_-1205980461'), (u'INDIRECT_-1205980143', u'MULTIEQUAL_-1205980348'), (u'CALL_-1205981879', u'INDIRECT_-1205980573'), (u'INDIRECT_-1205980249', u'MULTIEQUAL_-1205980217'), (u'INDIRECT_-1205980188', u'MULTIEQUAL_-1205980357'), (u'STORE_-1205981686', u'INDIRECT_-1205980517'), (u'CALL_-1205981962', u'INDIRECT_-1205980455'), (u'MULTIEQUAL_-1205980456', u'MULTIEQUAL_-1205980435'), (u'INT_SUB_-1205982702', u'INT_ADD_-1205982687'), (u'STORE_-1205981740', u'INDIRECT_-1205980434'), (u'CALL_-1205981714', u'INDIRECT_-1205979931'), (u'MULTIEQUAL_-1205981669', u'LOAD_-1205983020'), ('const-417', u'STORE_-1205982212'), (u'STORE_-1205981824', u'INDIRECT_-1205979981'), (u'STORE_-1205981954', u'INDIRECT_-1205979886'), (u'LOAD_-1205982208', u'INT_ADD_-1205982185'), (u'STORE_-1205982549', u'INDIRECT_-1205980617'), (u'STORE_-1205982189', u'INDIRECT_-1205980191'), (u'STORE_-1205982549', u'INDIRECT_-1205980239'), (u'STORE_-1205982727', u'INDIRECT_-1205980390'), (u'STORE_-1205982778', u'INDIRECT_-1205980843'), ('const-76432', u'INT_ADD_-1205981525'), (u'INT_ADD_-1205982687', u'CAST_-1205979911'), (u'INDIRECT_-1205980357', u'MULTIEQUAL_-1205980325'), ('const-417', u'STORE_-1205982808'), (u'INDIRECT_-1205980134', u'MULTIEQUAL_-1205980120'), (u'INDIRECT_-1205980498', u'MULTIEQUAL_-1205980043'), (u'INDIRECT_-1205979810', u'MULTIEQUAL_-1205979979'), (u'INDIRECT_-1205980305', u'MULTIEQUAL_-1205980510'), (u'LOAD_-1205982258', u'INT_ADD_-1205982231'), (u'LOAD_-1205981706', u'INT_MULT_-1205981645'), (u'CALL_-1205982215', u'INDIRECT_-1205980684'), (u'STORE_-1205982345', u'INDIRECT_-1205980163'), (u'CAST_-1205979600', u'LOAD_-1205982247'), (u'INDIRECT_-1205980113', u'MULTIEQUAL_-1205980174'), (u'CALL_-1205982782', u'INDIRECT_-1205980656'), (u'CALL_-1205982290', u'INDIRECT_-1205980395'), (u'INDIRECT_-1205980623', u'COPY_-1205980682'), ('const-1', u'PTRADD_-1205982958'), ('const-417', u'LOAD_-1205981890'), (u'INT_MULT_-1205982338', u'INT_ADD_-1205982350'), (u'CALL_-1205982215', u'INDIRECT_-1205980468'), ('const-10', u'INT_EQUAL_-1205981808'), ('const-417', u'LOAD_-1205983261'), (u'INT_ADD_-1205982278', u'CAST_-1205979632'), (u'STORE_-1205981686', u'INDIRECT_-1205979923'), (u'INDIRECT_-1205980359', u'COPY_-1205980401'), (u'STORE_-1205982808', u'INDIRECT_-1205981022'), (u'INDIRECT_-1205980346', u'MULTIEQUAL_-1205980528'), (u'CALL_-1205982752', u'INDIRECT_-1205980407'), ('const-4', u'INT_ADD_-1205982805'), ('const-4', u'INT_MULT_-1205981768'), (u'STORE_-1205981740', u'INDIRECT_-1205980164'), (u'STORE_-1205982727', u'INDIRECT_-1205980768'), (u'CAST_-1205979713', u'STORE_-1205982391'), (u'INDIRECT_-1205980325', u'MULTIEQUAL_-1205980303'), (u'STORE_-1205982229', u'INDIRECT_-1205980541'), (u'STORE_-1205981763', u'INDIRECT_-1205980016'), (u'STORE_-1205981763', u'INDIRECT_-1205979746'), (u'INDIRECT_-1205980164', u'MULTIEQUAL_-1205980150'), (u'INDIRECT_-1205980407', u'COPY_-1205980479'), (u'STORE_-1205982263', u'INDIRECT_-1205980670'), ('const-76044', u'INT_ADD_-1205981761'), (u'STORE_-1205982229', u'INDIRECT_-1205980001'), (u'STORE_-1205981680', u'INDIRECT_-1205979918'), (u'STORE_-1205981491', u'INDIRECT_-1205980219'), (u'STORE_-1205981763', u'INDIRECT_-1205979962'), (u'CALL_-1205981707', u'INDIRECT_-1205980136'), ('tmp_9181', u'INT_ADD_-1205983239'), (u'INT_ADD_-1205981671', u'CAST_-1205979507'), ('const-0', u'INT_SLESS_-1205983048'), (u'INDIRECT_-1205980352', u'MULTIEQUAL_-1205980618'), (u'CAST_-1205979324', u'LOAD_-1205981673'), (u'INDIRECT_-1205979864', u'MULTIEQUAL_-1205980033'), (u'INDIRECT_-1205980569', u'COPY_-1205980628'), (u'STORE_-1205982263', u'INDIRECT_-1205980454'), (u'STORE_-1205982263', u'INDIRECT_-1205980184'), (u'CAST_-1205979386', u'CALL_-1205981962'), ('tmp_3006', u'CBRANCH_-1205981932'), (u'CALL_-1205982752', u'INDIRECT_-1205980515'), ('tmp_9184', u'MULTIEQUAL_-1205980308'), (u'CALL_-1205981714', u'INDIRECT_-1205979823'), (u'CAST_-1205979717', u'LOAD_-1205982226'), (u'STORE_-1205981540', u'INDIRECT_-1205980118'), ('const-1', u'PTRADD_-1205981716'), (u'STORE_-1205982778', u'INDIRECT_-1205980789'), (u'CAST_-1205979737', u'LOAD_-1205982466'), (u'STORE_-1205981763', u'INDIRECT_-1205980124'), (u'CALL_-1205981962', u'INDIRECT_-1205979753'), (u'CAST_-1205979353', u'LOAD_-1205981718'), (u'INDIRECT_-1205980617', u'COPY_-1205979931'), ('const-1', u'INT_NOTEQUAL_-1205981936'), (u'CAST_-1205979315', u'LOAD_-1205981770'), (u'CALL_-1205981962', u'INDIRECT_-1205980077'), (u'INT_MULT_-1205981742', u'INT_ADD_-1205981754'), ('const-76564', u'INT_ADD_-1205981710'), ('const-4294967295', u'INT_ADD_-1205982687')]
null
null
000127b4
arm
O2
(translation_unit "int FUN_000127b4(void)\n\n{\n int iVar1;\n undefined1 *puVar2;\n void *pvVar3;\n void *pvVar4;\n int *piVar5;\n undefined1 *puVar6;\n int iVar8;\n uint uVar9;\n undefined1 *puVar10;\n uint uVar11;\n int iVar12;\n undefined4 *puVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n undefined1 *puVar7;\n \n iVar15 = *(int *)(DAT_00012b20 + 0x127cc);\n iVar16 = *(int *)(DAT_00012b20 + 0x127c8);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);\n puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);\n puVar10 = (undefined1 *)*puVar13;\n if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);\n }\n iVar14 = uVar9 - (int)puVar10;\n if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }\n iVar14 = iVar14 + -1;\n if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }\n iVar1 = DAT_00012b2c;\n if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = DAT_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }\n puVar10 = puVar2 + iVar14;\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }\n }\n *(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;\n iVar12 = *(int *)(*piVar5 + 4);\n *(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;\n puVar10[iVar12 + 1] = 0;\n *puVar13 = *(undefined4 *)(*piVar5 + 4);\n return iVar15;\n}\n\n" (function_definition "int FUN_000127b4(void)\n\n{\n int iVar1;\n undefined1 *puVar2;\n void *pvVar3;\n void *pvVar4;\n int *piVar5;\n undefined1 *puVar6;\n int iVar8;\n uint uVar9;\n undefined1 *puVar10;\n uint uVar11;\n int iVar12;\n undefined4 *puVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n undefined1 *puVar7;\n \n iVar15 = *(int *)(DAT_00012b20 + 0x127cc);\n iVar16 = *(int *)(DAT_00012b20 + 0x127c8);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);\n puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);\n puVar10 = (undefined1 *)*puVar13;\n if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);\n }\n iVar14 = uVar9 - (int)puVar10;\n if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }\n iVar14 = iVar14 + -1;\n if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }\n iVar1 = DAT_00012b2c;\n if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = DAT_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }\n puVar10 = puVar2 + iVar14;\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }\n }\n *(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;\n iVar12 = *(int *)(*piVar5 + 4);\n *(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;\n puVar10[iVar12 + 1] = 0;\n *puVar13 = *(undefined4 *)(*piVar5 + 4);\n return iVar15;\n}" primitive_type (function_declarator "FUN_000127b4(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n undefined1 *puVar2;\n void *pvVar3;\n void *pvVar4;\n int *piVar5;\n undefined1 *puVar6;\n int iVar8;\n uint uVar9;\n undefined1 *puVar10;\n uint uVar11;\n int iVar12;\n undefined4 *puVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n undefined1 *puVar7;\n \n iVar15 = *(int *)(DAT_00012b20 + 0x127cc);\n iVar16 = *(int *)(DAT_00012b20 + 0x127c8);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);\n puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);\n puVar10 = (undefined1 *)*puVar13;\n if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);\n }\n iVar14 = uVar9 - (int)puVar10;\n if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }\n iVar14 = iVar14 + -1;\n if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }\n iVar1 = DAT_00012b2c;\n if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = DAT_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }\n puVar10 = puVar2 + iVar14;\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }\n }\n *(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;\n iVar12 = *(int *)(*piVar5 + 4);\n *(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;\n puVar10[iVar12 + 1] = 0;\n *puVar13 = *(undefined4 *)(*piVar5 + 4);\n return iVar15;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined1 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "void *pvVar3;" primitive_type (pointer_declarator "*pvVar3" * identifier) ;) (declaration "void *pvVar4;" primitive_type (pointer_declarator "*pvVar4" * identifier) ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "undefined1 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "undefined1 *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "undefined4 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "int iVar14;" primitive_type identifier ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "int iVar16;" primitive_type identifier ;) (declaration "undefined1 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (expression_statement "iVar15 = *(int *)(DAT_00012b20 + 0x127cc);" (assignment_expression "iVar15 = *(int *)(DAT_00012b20 + 0x127cc)" identifier = (pointer_expression "*(int *)(DAT_00012b20 + 0x127cc)" * (cast_expression "(int *)(DAT_00012b20 + 0x127cc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b20 + 0x127cc)" ( (binary_expression "DAT_00012b20 + 0x127cc" identifier + number_literal) ))))) ;) (expression_statement "iVar16 = *(int *)(DAT_00012b20 + 0x127c8);" (assignment_expression "iVar16 = *(int *)(DAT_00012b20 + 0x127c8)" identifier = (pointer_expression "*(int *)(DAT_00012b20 + 0x127c8)" * (cast_expression "(int *)(DAT_00012b20 + 0x127c8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b20 + 0x127c8)" ( (binary_expression "DAT_00012b20 + 0x127c8" identifier + number_literal) ))))) ;) (expression_statement "iVar12 = *(int *)(iVar16 + iVar15 * 4);" (assignment_expression "iVar12 = *(int *)(iVar16 + iVar15 * 4)" identifier = (pointer_expression "*(int *)(iVar16 + iVar15 * 4)" * (cast_expression "(int *)(iVar16 + iVar15 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar16 + iVar15 * 4)" ( (binary_expression "iVar16 + iVar15 * 4" identifier + (binary_expression "iVar15 * 4" identifier * number_literal)) ))))) ;) (expression_statement "uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);" (assignment_expression "uVar9 = *(uint *)(DAT_00012b20 + 0x127d0)" identifier = (pointer_expression "*(uint *)(DAT_00012b20 + 0x127d0)" * (cast_expression "(uint *)(DAT_00012b20 + 0x127d0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b20 + 0x127d0)" ( (binary_expression "DAT_00012b20 + 0x127d0" identifier + number_literal) ))))) ;) (expression_statement "puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);" (assignment_expression "puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28)" identifier = (pointer_expression "*(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28)" * (cast_expression "(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00012b24 + 0x127e4 + DAT_00012b28)" ( (binary_expression "DAT_00012b24 + 0x127e4 + DAT_00012b28" (binary_expression "DAT_00012b24 + 0x127e4" identifier + number_literal) + identifier) ))))) ;) (expression_statement "puVar10 = (undefined1 *)*puVar13;" (assignment_expression "puVar10 = (undefined1 *)*puVar13" identifier = (cast_expression "(undefined1 *)*puVar13" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar13" * identifier))) ;) (if_statement "if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);\n }" if (parenthesized_expression "((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9)" ( (binary_expression "(uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9" (call_expression "(uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1)" ( (binary_expression "*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1" (binary_expression "*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4)" (pointer_expression "*(int *)(iVar12 + 4)" * (cast_expression "(int *)(iVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) + (pointer_expression "*(int *)(DAT_00012b20 + 0x127e4)" * (cast_expression "(int *)(DAT_00012b20 + 0x127e4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b20 + 0x127e4)" ( (binary_expression "DAT_00012b20 + 0x127e4" identifier + number_literal) ))))) + number_literal) ))) < identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);\n }" { comment (expression_statement "FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);" (call_expression "FUN_00012350((int)&DAT_00012b20 + DAT_00012b58)" identifier (argument_list "((int)&DAT_00012b20 + DAT_00012b58)" ( (binary_expression "(int)&DAT_00012b20 + DAT_00012b58" (cast_expression "(int)&DAT_00012b20" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00012b20" & identifier)) + identifier) ))) ;) })) (expression_statement "iVar14 = uVar9 - (int)puVar10;" (assignment_expression "iVar14 = uVar9 - (int)puVar10" identifier = (binary_expression "uVar9 - (int)puVar10" identifier - (cast_expression "(int)puVar10" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }" if (parenthesized_expression "(*(int *)(iVar12 + 0x28) == 0)" ( (binary_expression "*(int *)(iVar12 + 0x28) == 0" (pointer_expression "*(int *)(iVar12 + 0x28)" * (cast_expression "(int *)(iVar12 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x28)" ( (binary_expression "iVar12 + 0x28" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }" { (if_statement "if (iVar14 != 1) {\n iVar14 = 2;\n }" if (parenthesized_expression "(iVar14 != 1)" ( (binary_expression "iVar14 != 1" identifier != number_literal) )) (compound_statement "{\n iVar14 = 2;\n }" { (expression_statement "iVar14 = 2;" (assignment_expression "iVar14 = 2" identifier = number_literal) ;) })) (return_statement "return iVar14;" return identifier ;) })) (expression_statement "iVar14 = iVar14 + -1;" (assignment_expression "iVar14 = iVar14 + -1" identifier = (binary_expression "iVar14 + -1" identifier + number_literal)) ;) (if_statement "if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }" if (parenthesized_expression "(0 < iVar14)" ( (binary_expression "0 < iVar14" number_literal < identifier) )) (compound_statement "{\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }" { (expression_statement "puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);" (assignment_expression "puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1)" identifier = (cast_expression "(undefined1 *)(*(int *)(iVar12 + 4) + -1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar12 + 4) + -1)" ( (binary_expression "*(int *)(iVar12 + 4) + -1" (pointer_expression "*(int *)(iVar12 + 4)" * (cast_expression "(int *)(iVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "puVar7 = puVar10;" (assignment_expression "puVar7 = puVar10" identifier = identifier) ;) (do_statement "do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);" do (compound_statement "{\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n }" { (expression_statement "puVar6 = puVar7 + 1;" (assignment_expression "puVar6 = puVar7 + 1" identifier = (binary_expression "puVar7 + 1" identifier + number_literal)) ;) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" identifier = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) (expression_statement "*puVar2 = *puVar7;" (assignment_expression "*puVar2 = *puVar7" (pointer_expression "*puVar2" * identifier) = (pointer_expression "*puVar7" * identifier)) ;) (expression_statement "puVar7 = puVar6;" (assignment_expression "puVar7 = puVar6" identifier = identifier) ;) }) while (parenthesized_expression "(puVar10 + iVar14 != puVar6)" ( (binary_expression "puVar10 + iVar14 != puVar6" (binary_expression "puVar10 + iVar14" identifier + identifier) != identifier) )) ;) (expression_statement "iVar12 = *(int *)(iVar16 + iVar15 * 4);" (assignment_expression "iVar12 = *(int *)(iVar16 + iVar15 * 4)" identifier = (pointer_expression "*(int *)(iVar16 + iVar15 * 4)" * (cast_expression "(int *)(iVar16 + iVar15 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar16 + iVar15 * 4)" ( (binary_expression "iVar16 + iVar15 * 4" identifier + (binary_expression "iVar15 * 4" identifier * number_literal)) ))))) ;) })) (expression_statement "iVar1 = DAT_00012b2c;" (assignment_expression "iVar1 = DAT_00012b2c" identifier = identifier) ;) (if_statement "if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = DAT_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }" if (parenthesized_expression "(*(int *)(iVar12 + 0x2c) == 2)" ( (binary_expression "*(int *)(iVar12 + 0x2c) == 2" (pointer_expression "*(int *)(iVar12 + 0x2c)" * (cast_expression "(int *)(iVar12 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x2c)" ( (binary_expression "iVar12 + 0x2c" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = DAT_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }" { (expression_statement "*(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;" (assignment_expression "*(undefined4 *)(DAT_00012b48 + 0x12a90) = 0" (pointer_expression "*(undefined4 *)(DAT_00012b48 + 0x12a90)" * (cast_expression "(undefined4 *)(DAT_00012b48 + 0x12a90)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b48 + 0x12a90)" ( (binary_expression "DAT_00012b48 + 0x12a90" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(iVar12 + 0x10) = 0;" (assignment_expression "*(undefined4 *)(iVar12 + 0x10) = 0" (pointer_expression "*(undefined4 *)(iVar12 + 0x10)" * (cast_expression "(undefined4 *)(iVar12 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x10)" ( (binary_expression "iVar12 + 0x10" identifier + number_literal) )))) = number_literal) ;) (labeled_statement "LAB_00012a30:\n iVar12 = DAT_00012b50;" statement_identifier : (expression_statement "iVar12 = DAT_00012b50;" (assignment_expression "iVar12 = DAT_00012b50" identifier = identifier) ;)) (if_statement "if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }" if (parenthesized_expression "(iVar14 == 0)" ( (binary_expression "iVar14 == 0" identifier == number_literal) )) (compound_statement "{\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }" { (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) (expression_statement "FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));" (call_expression "FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4))" identifier (argument_list "(*(undefined4 *)(DAT_00012b50 + 0x12ad4))" ( (pointer_expression "*(undefined4 *)(DAT_00012b50 + 0x12ad4)" * (cast_expression "(undefined4 *)(DAT_00012b50 + 0x12ad4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b50 + 0x12ad4)" ( (binary_expression "DAT_00012b50 + 0x12ad4" identifier + number_literal) )))) ))) ;) (expression_statement "puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);" (assignment_expression "puVar2 = *(undefined1 **)(iVar12 + 0x12ad0)" identifier = (pointer_expression "*(undefined1 **)(iVar12 + 0x12ad0)" * (cast_expression "(undefined1 **)(iVar12 + 0x12ad0)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x12ad0)" ( (binary_expression "iVar12 + 0x12ad0" identifier + number_literal) ))))) ;) (expression_statement "piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" identifier = (cast_expression "(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" ( (binary_expression "*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab4)" * (cast_expression "(int *)(iVar12 + 0x12ab4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x12ab4)" ( (binary_expression "iVar12 + 0x12ab4" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab8)" * (cast_expression "(int *)(iVar12 + 0x12ab8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x12ab8)" ( (binary_expression "iVar12 + 0x12ab8" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" * (cast_expression "(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" ( (binary_expression "*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab4)" * (cast_expression "(int *)(iVar12 + 0x12ab4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x12ab4)" ( (binary_expression "iVar12 + 0x12ab4" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab8)" * (cast_expression "(int *)(iVar12 + 0x12ab8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x12ab8)" ( (binary_expression "iVar12 + 0x12ab8" identifier + number_literal) )))) * number_literal)) ))))) ;) }) (else_clause "else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }" else (compound_statement "{\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }" { (expression_statement "iVar15 = 2;" (assignment_expression "iVar15 = 2" identifier = number_literal) ;) (expression_statement "puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);" (assignment_expression "puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68)" identifier = (pointer_expression "*(undefined1 **)(DAT_00012b44 + 0x12a68)" * (cast_expression "(undefined1 **)(DAT_00012b44 + 0x12a68)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00012b44 + 0x12a68)" ( (binary_expression "DAT_00012b44 + 0x12a68" identifier + number_literal) ))))) ;) (expression_statement "iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" identifier = (pointer_expression "*(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" * (cast_expression "(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" ( (binary_expression "*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a4c)" * (cast_expression "(int *)(DAT_00012b44 + 0x12a4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b44 + 0x12a4c)" ( (binary_expression "DAT_00012b44 + 0x12a4c" identifier + number_literal) )))) + (binary_expression "*(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a50)" * (cast_expression "(int *)(DAT_00012b44 + 0x12a50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b44 + 0x12a50)" ( (binary_expression "DAT_00012b44 + 0x12a50" identifier + number_literal) )))) * number_literal)) ))))) ;) (expression_statement "piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" identifier = (cast_expression "(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" ( (binary_expression "*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a4c)" * (cast_expression "(int *)(DAT_00012b44 + 0x12a4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b44 + 0x12a4c)" ( (binary_expression "DAT_00012b44 + 0x12a4c" identifier + number_literal) )))) + (binary_expression "*(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a50)" * (cast_expression "(int *)(DAT_00012b44 + 0x12a50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b44 + 0x12a50)" ( (binary_expression "DAT_00012b44 + 0x12a50" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "*(undefined4 *)(iVar12 + 0x2c) = 2;" (assignment_expression "*(undefined4 *)(iVar12 + 0x2c) = 2" (pointer_expression "*(undefined4 *)(iVar12 + 0x2c)" * (cast_expression "(undefined4 *)(iVar12 + 0x2c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x2c)" ( (binary_expression "iVar12 + 0x2c" identifier + number_literal) )))) = number_literal) ;) }))) }) (else_clause "else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }" else (compound_statement "{\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }" { (expression_statement "puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);" (assignment_expression "puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9)" identifier = (binary_expression "puVar10 + (*(int *)(iVar12 + 0xc) - uVar9)" identifier + (parenthesized_expression "(*(int *)(iVar12 + 0xc) - uVar9)" ( (binary_expression "*(int *)(iVar12 + 0xc) - uVar9" (pointer_expression "*(int *)(iVar12 + 0xc)" * (cast_expression "(int *)(iVar12 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) )))) - identifier) )))) ;) (expression_statement "iVar8 = DAT_00012b3c;" (assignment_expression "iVar8 = DAT_00012b3c" identifier = identifier) ;) (while_statement "while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }" while (parenthesized_expression "(DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0)" ( (comma_expression "DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0" (assignment_expression "DAT_00012b3c = iVar8" identifier = identifier) , (binary_expression "puVar10 == (undefined1 *)0x0" identifier == (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) )) (compound_statement "{\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }" { (expression_statement "pvVar4 = *(void **)(iVar12 + 4);" (assignment_expression "pvVar4 = *(void **)(iVar12 + 4)" identifier = (pointer_expression "*(void **)(iVar12 + 4)" * (cast_expression "(void **)(iVar12 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) ))))) ;) (if_statement "if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }" if (parenthesized_expression "(*(int *)(iVar12 + 0x14) == 0)" ( (binary_expression "*(int *)(iVar12 + 0x14) == 0" (pointer_expression "*(int *)(iVar12 + 0x14)" * (cast_expression "(int *)(iVar12 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x14)" ( (binary_expression "iVar12 + 0x14" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }" { (expression_statement "*(undefined4 *)(iVar12 + 4) = 0;" (assignment_expression "*(undefined4 *)(iVar12 + 4) = 0" (pointer_expression "*(undefined4 *)(iVar12 + 4)" * (cast_expression "(undefined4 *)(iVar12 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) = number_literal) ;) (labeled_statement "LAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);" statement_identifier : comment (expression_statement "FUN_00012350(DAT_00012b30 + 0x128c8);" (call_expression "FUN_00012350(DAT_00012b30 + 0x128c8)" identifier (argument_list "(DAT_00012b30 + 0x128c8)" ( (binary_expression "DAT_00012b30 + 0x128c8" identifier + number_literal) ))) ;)) })) (expression_statement "uVar11 = *(uint *)(iVar12 + 0xc);" (assignment_expression "uVar11 = *(uint *)(iVar12 + 0xc)" identifier = (pointer_expression "*(uint *)(iVar12 + 0xc)" * (cast_expression "(uint *)(iVar12 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "iVar8 = uVar11 << 1;" (assignment_expression "iVar8 = uVar11 << 1" identifier = (binary_expression "uVar11 << 1" identifier << number_literal)) ;) (if_statement "if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (compound_statement "{\n iVar8 = uVar11 + (uVar11 >> 3);\n }" { (expression_statement "iVar8 = uVar11 + (uVar11 >> 3);" (assignment_expression "iVar8 = uVar11 + (uVar11 >> 3)" identifier = (binary_expression "uVar11 + (uVar11 >> 3)" identifier + (parenthesized_expression "(uVar11 >> 3)" ( (binary_expression "uVar11 >> 3" identifier >> number_literal) )))) ;) })) (expression_statement "*(int *)(iVar12 + 0xc) = iVar8;" (assignment_expression "*(int *)(iVar12 + 0xc) = iVar8" (pointer_expression "*(int *)(iVar12 + 0xc)" * (cast_expression "(int *)(iVar12 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "pvVar3 = realloc(pvVar4,iVar8 + 2);" (assignment_expression "pvVar3 = realloc(pvVar4,iVar8 + 2)" identifier = (call_expression "realloc(pvVar4,iVar8 + 2)" identifier (argument_list "(pvVar4,iVar8 + 2)" ( identifier , (binary_expression "iVar8 + 2" identifier + number_literal) )))) ;) (expression_statement "*(void **)(iVar12 + 4) = pvVar3;" (assignment_expression "*(void **)(iVar12 + 4) = pvVar3" (pointer_expression "*(void **)(iVar12 + 4)" * (cast_expression "(void **)(iVar12 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) = identifier) ;) (if_statement "if (pvVar3 == (void *)0x0) goto LAB_000128bc;" if (parenthesized_expression "(pvVar3 == (void *)0x0)" ( (binary_expression "pvVar3 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_000128bc;" goto statement_identifier ;)) (expression_statement "iVar12 = *(int *)(iVar16 + iVar15 * 4);" (assignment_expression "iVar12 = *(int *)(iVar16 + iVar15 * 4)" identifier = (pointer_expression "*(int *)(iVar16 + iVar15 * 4)" * (cast_expression "(int *)(iVar16 + iVar15 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar16 + iVar15 * 4)" ( (binary_expression "iVar16 + iVar15 * 4" identifier + (binary_expression "iVar15 * 4" identifier * number_literal)) ))))) ;) (expression_statement "uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);" (assignment_expression "uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4)" identifier = (binary_expression "(int)pvVar3 + (uVar9 - (int)pvVar4)" (cast_expression "(int)pvVar3" ( (type_descriptor "int" primitive_type) ) identifier) + (parenthesized_expression "(uVar9 - (int)pvVar4)" ( (binary_expression "uVar9 - (int)pvVar4" identifier - (cast_expression "(int)pvVar4" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ;) (expression_statement "iVar8 = *(int *)(iVar12 + 0xc);" (assignment_expression "iVar8 = *(int *)(iVar12 + 0xc)" identifier = (pointer_expression "*(int *)(iVar12 + 0xc)" * (cast_expression "(int *)(iVar12 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "*(uint *)(iVar1 + 0x12870) = uVar9;" (assignment_expression "*(uint *)(iVar1 + 0x12870) = uVar9" (pointer_expression "*(uint *)(iVar1 + 0x12870)" * (cast_expression "(uint *)(iVar1 + 0x12870)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x12870)" ( (binary_expression "iVar1 + 0x12870" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);" (assignment_expression "puVar10 = (undefined1 *)((iVar8 - iVar14) + -1)" identifier = (cast_expression "(undefined1 *)((iVar8 - iVar14) + -1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((iVar8 - iVar14) + -1)" ( (binary_expression "(iVar8 - iVar14) + -1" (parenthesized_expression "(iVar8 - iVar14)" ( (binary_expression "iVar8 - iVar14" identifier - identifier) )) + number_literal) )))) ;) (expression_statement "iVar8 = DAT_00012b3c;" (assignment_expression "iVar8 = DAT_00012b3c" identifier = identifier) ;) })) (if_statement "if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }" if (parenthesized_expression "((undefined1 *)0x1fff < puVar10)" ( (binary_expression "(undefined1 *)0x1fff < puVar10" (cast_expression "(undefined1 *)0x1fff" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) < identifier) )) (compound_statement "{\n puVar10 = (undefined1 *)0x2000;\n }" { (expression_statement "puVar10 = (undefined1 *)0x2000;" (assignment_expression "puVar10 = (undefined1 *)0x2000" identifier = (cast_expression "(undefined1 *)0x2000" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (if_statement "if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }" if (parenthesized_expression "(*(int *)(iVar12 + 0x18) == 0)" ( (binary_expression "*(int *)(iVar12 + 0x18) == 0" (pointer_expression "*(int *)(iVar12 + 0x18)" * (cast_expression "(int *)(iVar12 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x18)" ( (binary_expression "iVar12 + 0x18" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }" { (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "*piVar5 = 0;" (assignment_expression "*piVar5 = 0" (pointer_expression "*piVar5" * identifier) = number_literal) ;) (expression_statement "iVar15 = DAT_00012b34;" (assignment_expression "iVar15 = DAT_00012b34" identifier = identifier) ;) (while_statement "while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }" { (expression_statement "puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));" (assignment_expression "puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" identifier = (cast_expression "(undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" identifier (argument_list "((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" ( (cast_expression "(void *)(*(int *)(iVar12 + 4) + iVar14)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar12 + 4) + iVar14)" ( (binary_expression "*(int *)(iVar12 + 4) + iVar14" (pointer_expression "*(int *)(iVar12 + 4)" * (cast_expression "(int *)(iVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) + identifier) ))) , number_literal , (cast_expression "(size_t)puVar10" ( (type_descriptor "size_t" primitive_type) ) identifier) , (pointer_expression "*(FILE **)(iVar15 + 0x1292c)" * (cast_expression "(FILE **)(iVar15 + 0x1292c)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar15 + 0x1292c)" ( (binary_expression "iVar15 + 0x1292c" identifier + number_literal) )))) ))))) ;) (expression_statement "*(undefined1 **)(iVar15 + 0x12928) = puVar2;" (assignment_expression "*(undefined1 **)(iVar15 + 0x12928) = puVar2" (pointer_expression "*(undefined1 **)(iVar15 + 0x12928)" * (cast_expression "(undefined1 **)(iVar15 + 0x12928)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar15 + 0x12928)" ( (binary_expression "iVar15 + 0x12928" identifier + number_literal) )))) = identifier) ;) (if_statement "if (puVar2 != (undefined1 *)0x0) break;" if (parenthesized_expression "(puVar2 != (undefined1 *)0x0)" ( (binary_expression "puVar2 != (undefined1 *)0x0" identifier != (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));" (assignment_expression "iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c))" identifier = (call_expression "ferror(*(FILE **)(iVar15 + 0x1292c))" identifier (argument_list "(*(FILE **)(iVar15 + 0x1292c))" ( (pointer_expression "*(FILE **)(iVar15 + 0x1292c)" * (cast_expression "(FILE **)(iVar15 + 0x1292c)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar15 + 0x1292c)" ( (binary_expression "iVar15 + 0x1292c" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }" if (parenthesized_expression "(iVar12 == 0)" ( (binary_expression "iVar12 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }" { (expression_statement "*(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;" (assignment_expression "*(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0" (pointer_expression "*(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10)" * (cast_expression "(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10)" ( (binary_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10" (pointer_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" * (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" * (cast_expression "(int *)(iVar15 + 0x1290c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1290c)" ( (binary_expression "iVar15 + 0x1290c" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" * (cast_expression "(int *)(iVar15 + 0x12910)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x12910)" ( (binary_expression "iVar15 + 0x12910" identifier + number_literal) )))) * number_literal)) )))) + number_literal) )))) = number_literal) ;) (goto_statement "goto LAB_00012a30;" goto statement_identifier ;) })) (if_statement "if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }" if (parenthesized_expression "(*piVar5 != 4)" ( (binary_expression "*piVar5 != 4" (pointer_expression "*piVar5" * identifier) != number_literal) )) (compound_statement "{\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }" { (labeled_statement "LAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);" statement_identifier : comment (expression_statement "FUN_00012350(DAT_00012b54 + 0x12b14);" (call_expression "FUN_00012350(DAT_00012b54 + 0x12b14)" identifier (argument_list "(DAT_00012b54 + 0x12b14)" ( (binary_expression "DAT_00012b54 + 0x12b14" identifier + number_literal) ))) ;)) })) (expression_statement "*piVar5 = 0;" (assignment_expression "*piVar5 = 0" (pointer_expression "*piVar5" * identifier) = number_literal) ;) (expression_statement "clearerr(*(FILE **)(iVar15 + 0x1292c));" (call_expression "clearerr(*(FILE **)(iVar15 + 0x1292c))" identifier (argument_list "(*(FILE **)(iVar15 + 0x1292c))" ( (pointer_expression "*(FILE **)(iVar15 + 0x1292c)" * (cast_expression "(FILE **)(iVar15 + 0x1292c)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar15 + 0x1292c)" ( (binary_expression "iVar15 + 0x1292c" identifier + number_literal) )))) ))) ;) (expression_statement "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" * (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" * (cast_expression "(int *)(iVar15 + 0x1290c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1290c)" ( (binary_expression "iVar15 + 0x1290c" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" * (cast_expression "(int *)(iVar15 + 0x12910)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x12910)" ( (binary_expression "iVar15 + 0x12910" identifier + number_literal) )))) * number_literal)) ))))) ;) })) (expression_statement "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" * (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" * (cast_expression "(int *)(iVar15 + 0x1290c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1290c)" ( (binary_expression "iVar15 + 0x1290c" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" * (cast_expression "(int *)(iVar15 + 0x12910)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x12910)" ( (binary_expression "iVar15 + 0x12910" identifier + number_literal) )))) * number_literal)) ))))) ;) (expression_statement "piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" identifier = (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" * (cast_expression "(int *)(iVar15 + 0x1290c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1290c)" ( (binary_expression "iVar15 + 0x1290c" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" * (cast_expression "(int *)(iVar15 + 0x12910)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x12910)" ( (binary_expression "iVar15 + 0x12910" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "*(undefined1 **)(iVar12 + 0x10) = puVar2;" (assignment_expression "*(undefined1 **)(iVar12 + 0x10) = puVar2" (pointer_expression "*(undefined1 **)(iVar12 + 0x10)" * (cast_expression "(undefined1 **)(iVar12 + 0x10)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x10)" ( (binary_expression "iVar12 + 0x10" identifier + number_literal) )))) = identifier) ;) }) (else_clause "else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }" else (compound_statement "{\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }" { (expression_statement "puVar7 = (undefined1 *)0x0;" (assignment_expression "puVar7 = (undefined1 *)0x0" identifier = (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);" do (compound_statement "{\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n }" { (expression_statement "iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));" (assignment_expression "iVar12 = getc(*(FILE **)(iVar8 + 0x129fc))" identifier = (call_expression "getc(*(FILE **)(iVar8 + 0x129fc))" identifier (argument_list "(*(FILE **)(iVar8 + 0x129fc))" ( (pointer_expression "*(FILE **)(iVar8 + 0x129fc)" * (cast_expression "(FILE **)(iVar8 + 0x129fc)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar8 + 0x129fc)" ( (binary_expression "iVar8 + 0x129fc" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }" if (parenthesized_expression "(iVar12 == -1)" ( (binary_expression "iVar12 == -1" identifier == number_literal) )) (compound_statement "{\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }" { (expression_statement "iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));" (assignment_expression "iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc))" identifier = (call_expression "ferror(*(FILE **)(iVar8 + 0x129fc))" identifier (argument_list "(*(FILE **)(iVar8 + 0x129fc))" ( (pointer_expression "*(FILE **)(iVar8 + 0x129fc)" * (cast_expression "(FILE **)(iVar8 + 0x129fc)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar8 + 0x129fc)" ( (binary_expression "iVar8 + 0x129fc" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar12 != 0) goto LAB_00012b08;" if (parenthesized_expression "(iVar12 != 0)" ( (binary_expression "iVar12 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00012b08;" goto statement_identifier ;)) (expression_statement "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" identifier = (cast_expression "(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (binary_expression "*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129dc)" * (cast_expression "(int *)(iVar8 + 0x129dc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129dc)" ( (binary_expression "iVar8 + 0x129dc" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129e0)" * (cast_expression "(int *)(iVar8 + 0x129e0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129e0)" ( (binary_expression "iVar8 + 0x129e0" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "puVar2 = puVar7;" (assignment_expression "puVar2 = puVar7" identifier = identifier) ;) (break_statement "break;" break ;) })) (expression_statement "iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);" (assignment_expression "iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" identifier = (pointer_expression "*(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" * (cast_expression "(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" ( (binary_expression "*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4" (pointer_expression "*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" * (cast_expression "(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (binary_expression "*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129dc)" * (cast_expression "(int *)(iVar8 + 0x129dc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129dc)" ( (binary_expression "iVar8 + 0x129dc" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129e0)" * (cast_expression "(int *)(iVar8 + 0x129e0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129e0)" ( (binary_expression "iVar8 + 0x129e0" identifier + number_literal) )))) * number_literal)) )))) + number_literal) ))))) ;) (expression_statement "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" identifier = (cast_expression "(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (binary_expression "*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129dc)" * (cast_expression "(int *)(iVar8 + 0x129dc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129dc)" ( (binary_expression "iVar8 + 0x129dc" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129e0)" * (cast_expression "(int *)(iVar8 + 0x129e0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129e0)" ( (binary_expression "iVar8 + 0x129e0" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "puVar6 = puVar7 + 1;" (assignment_expression "puVar6 = puVar7 + 1" identifier = (binary_expression "puVar7 + 1" identifier + number_literal)) ;) (if_statement "if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }" if (parenthesized_expression "(iVar12 == 10)" ( (binary_expression "iVar12 == 10" identifier == number_literal) )) (compound_statement "{\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }" { (expression_statement "puVar7[iVar15 + iVar14] = (char)iVar12;" (assignment_expression "puVar7[iVar15 + iVar14] = (char)iVar12" (subscript_expression "puVar7[iVar15 + iVar14]" identifier [ (binary_expression "iVar15 + iVar14" identifier + identifier) ]) = (cast_expression "(char)iVar12" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "puVar2 = puVar6;" (assignment_expression "puVar2 = puVar6" identifier = identifier) ;) (break_statement "break;" break ;) })) (expression_statement "puVar7[iVar15 + iVar14] = (char)iVar12;" (assignment_expression "puVar7[iVar15 + iVar14] = (char)iVar12" (subscript_expression "puVar7[iVar15 + iVar14]" identifier [ (binary_expression "iVar15 + iVar14" identifier + identifier) ]) = (cast_expression "(char)iVar12" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "puVar7 = puVar6;" (assignment_expression "puVar7 = puVar6" identifier = identifier) ;) (expression_statement "puVar2 = puVar10;" (assignment_expression "puVar2 = puVar10" identifier = identifier) ;) }) while (parenthesized_expression "(puVar10 != puVar6)" ( (binary_expression "puVar10 != puVar6" identifier != identifier) )) ;) (expression_statement "iVar12 = *piVar5;" (assignment_expression "iVar12 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) (expression_statement "*(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;" (assignment_expression "*(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2" (pointer_expression "*(undefined1 **)(DAT_00012b40 + 0x12a44)" * (cast_expression "(undefined1 **)(DAT_00012b40 + 0x12a44)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00012b40 + 0x12a44)" ( (binary_expression "DAT_00012b40 + 0x12a44" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined1 **)(iVar12 + 0x10) = puVar2;" (assignment_expression "*(undefined1 **)(iVar12 + 0x10) = puVar2" (pointer_expression "*(undefined1 **)(iVar12 + 0x10)" * (cast_expression "(undefined1 **)(iVar12 + 0x10)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x10)" ( (binary_expression "iVar12 + 0x10" identifier + number_literal) )))) = identifier) ;) (if_statement "if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;" if (parenthesized_expression "(puVar2 == (undefined1 *)0x0)" ( (binary_expression "puVar2 == (undefined1 *)0x0" identifier == (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00012a30;" goto statement_identifier ;)) }))) (expression_statement "iVar15 = 0;" (assignment_expression "iVar15 = 0" identifier = number_literal) ;) }))) (expression_statement "puVar10 = puVar2 + iVar14;" (assignment_expression "puVar10 = puVar2 + iVar14" identifier = (binary_expression "puVar2 + iVar14" identifier + identifier)) ;) (expression_statement "pvVar4 = *(void **)(iVar12 + 4);" (assignment_expression "pvVar4 = *(void **)(iVar12 + 4)" identifier = (pointer_expression "*(void **)(iVar12 + 4)" * (cast_expression "(void **)(iVar12 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) ))))) ;) (if_statement "if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }\n }" if (parenthesized_expression "(*(undefined1 **)(iVar12 + 0xc) < puVar10)" ( (binary_expression "*(undefined1 **)(iVar12 + 0xc) < puVar10" (pointer_expression "*(undefined1 **)(iVar12 + 0xc)" * (cast_expression "(undefined1 **)(iVar12 + 0xc)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) )))) < identifier) )) (compound_statement "{\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }\n }" { (expression_statement "pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));" (assignment_expression "pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)))" identifier = (call_expression "realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)))" identifier (argument_list "(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)))" ( identifier , (cast_expression "(size_t)(puVar10 + ((uint)puVar2 >> 1))" ( (type_descriptor "size_t" primitive_type) ) (parenthesized_expression "(puVar10 + ((uint)puVar2 >> 1))" ( (binary_expression "puVar10 + ((uint)puVar2 >> 1)" identifier + (parenthesized_expression "((uint)puVar2 >> 1)" ( (binary_expression "(uint)puVar2 >> 1" (cast_expression "(uint)puVar2" ( (type_descriptor "uint" type_identifier) ) identifier) >> number_literal) ))) ))) )))) ;) (expression_statement "iVar16 = *piVar5;" (assignment_expression "iVar16 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) (expression_statement "*(void **)(iVar12 + 4) = pvVar4;" (assignment_expression "*(void **)(iVar12 + 4) = pvVar4" (pointer_expression "*(void **)(iVar12 + 4)" * (cast_expression "(void **)(iVar12 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "pvVar4 = *(void **)(iVar16 + 4);" (assignment_expression "pvVar4 = *(void **)(iVar16 + 4)" identifier = (pointer_expression "*(void **)(iVar16 + 4)" * (cast_expression "(void **)(iVar16 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar16 + 4)" ( (binary_expression "iVar16 + 4" identifier + number_literal) ))))) ;) (if_statement "if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }" if (parenthesized_expression "(pvVar4 == (void *)0x0)" ( (binary_expression "pvVar4 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }" { comment (expression_statement "FUN_00012350(DAT_00012b4c + 0x12aa0);" (call_expression "FUN_00012350(DAT_00012b4c + 0x12aa0)" identifier (argument_list "(DAT_00012b4c + 0x12aa0)" ( (binary_expression "DAT_00012b4c + 0x12aa0" identifier + number_literal) ))) ;) })) })) (expression_statement "*(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;" (assignment_expression "*(undefined1 *)((int)pvVar4 + (int)puVar10) = 0" (pointer_expression "*(undefined1 *)((int)pvVar4 + (int)puVar10)" * (cast_expression "(undefined1 *)((int)pvVar4 + (int)puVar10)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)pvVar4 + (int)puVar10)" ( (binary_expression "(int)pvVar4 + (int)puVar10" (cast_expression "(int)pvVar4" ( (type_descriptor "int" primitive_type) ) identifier) + (cast_expression "(int)puVar10" ( (type_descriptor "int" primitive_type) ) identifier)) )))) = number_literal) ;) (expression_statement "iVar12 = *(int *)(*piVar5 + 4);" (assignment_expression "iVar12 = *(int *)(*piVar5 + 4)" identifier = (pointer_expression "*(int *)(*piVar5 + 4)" * (cast_expression "(int *)(*piVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar5 + 4)" ( (binary_expression "*piVar5 + 4" (pointer_expression "*piVar5" * identifier) + number_literal) ))))) ;) (expression_statement "*(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;" (assignment_expression "*(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10" (pointer_expression "*(undefined1 **)(DAT_00012b38 + 0x129cc)" * (cast_expression "(undefined1 **)(DAT_00012b38 + 0x129cc)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00012b38 + 0x129cc)" ( (binary_expression "DAT_00012b38 + 0x129cc" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar10[iVar12 + 1] = 0;" (assignment_expression "puVar10[iVar12 + 1] = 0" (subscript_expression "puVar10[iVar12 + 1]" identifier [ (binary_expression "iVar12 + 1" identifier + number_literal) ]) = number_literal) ;) (expression_statement "*puVar13 = *(undefined4 *)(*piVar5 + 4);" (assignment_expression "*puVar13 = *(undefined4 *)(*piVar5 + 4)" (pointer_expression "*puVar13" * identifier) = (pointer_expression "*(undefined4 *)(*piVar5 + 4)" * (cast_expression "(undefined4 *)(*piVar5 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar5 + 4)" ( (binary_expression "*piVar5 + 4" (pointer_expression "*piVar5" * identifier) + number_literal) ))))) ;) (return_statement "return iVar15;" return identifier ;) })))
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention */\n\nint yy_get_next_buffer(void)\n\n{\n int iVar1;\n undefined1 *puVar2;\n void *pvVar3;\n void *pvVar4;\n int *piVar5;\n undefined1 *puVar6;\n int iVar8;\n uint uVar9;\n undefined1 *puVar10;\n uint uVar11;\n int iVar12;\n undefined4 *puVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n undefined1 *puVar7;\n \n iVar15 = *(int *)(DAT_00012b20 + 0x127cc);\n iVar16 = *(int *)(DAT_00012b20 + 0x127c8);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);\n puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);\n puVar10 = (undefined1 *)*puVar13;\n if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)((int)&DAT_00012b20 + DAT_00012b58));\n }\n iVar14 = uVar9 - (int)puVar10;\n if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }\n iVar14 = iVar14 + -1;\n if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }\n iVar1 = DAT_00012b2c;\n if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = _UNK_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n yyrestart(*(FILE **)(_UNK_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(FUN_00012a68 + DAT_00012b44);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = _FUN_00012b3c;\n while (_FUN_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(DAT_00012b30 + 0x128c8));\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = _FUN_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n yy_fatal_error(&LAB_00012b14 + DAT_00012b54);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }\n puVar10 = puVar2 + iVar14;\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(_UNK_00012b4c + 0x12aa0));\n }\n }\n *(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;\n iVar12 = *(int *)(*piVar5 + 4);\n *(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;\n puVar10[iVar12 + 1] = 0;\n *puVar13 = *(undefined4 *)(*piVar5 + 4);\n return iVar15;\n}\n\n" comment comment (function_definition "int yy_get_next_buffer(void)\n\n{\n int iVar1;\n undefined1 *puVar2;\n void *pvVar3;\n void *pvVar4;\n int *piVar5;\n undefined1 *puVar6;\n int iVar8;\n uint uVar9;\n undefined1 *puVar10;\n uint uVar11;\n int iVar12;\n undefined4 *puVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n undefined1 *puVar7;\n \n iVar15 = *(int *)(DAT_00012b20 + 0x127cc);\n iVar16 = *(int *)(DAT_00012b20 + 0x127c8);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);\n puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);\n puVar10 = (undefined1 *)*puVar13;\n if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)((int)&DAT_00012b20 + DAT_00012b58));\n }\n iVar14 = uVar9 - (int)puVar10;\n if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }\n iVar14 = iVar14 + -1;\n if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }\n iVar1 = DAT_00012b2c;\n if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = _UNK_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n yyrestart(*(FILE **)(_UNK_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(FUN_00012a68 + DAT_00012b44);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = _FUN_00012b3c;\n while (_FUN_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(DAT_00012b30 + 0x128c8));\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = _FUN_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n yy_fatal_error(&LAB_00012b14 + DAT_00012b54);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }\n puVar10 = puVar2 + iVar14;\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(_UNK_00012b4c + 0x12aa0));\n }\n }\n *(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;\n iVar12 = *(int *)(*piVar5 + 4);\n *(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;\n puVar10[iVar12 + 1] = 0;\n *puVar13 = *(undefined4 *)(*piVar5 + 4);\n return iVar15;\n}" primitive_type (function_declarator "yy_get_next_buffer(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n undefined1 *puVar2;\n void *pvVar3;\n void *pvVar4;\n int *piVar5;\n undefined1 *puVar6;\n int iVar8;\n uint uVar9;\n undefined1 *puVar10;\n uint uVar11;\n int iVar12;\n undefined4 *puVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n undefined1 *puVar7;\n \n iVar15 = *(int *)(DAT_00012b20 + 0x127cc);\n iVar16 = *(int *)(DAT_00012b20 + 0x127c8);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);\n puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);\n puVar10 = (undefined1 *)*puVar13;\n if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)((int)&DAT_00012b20 + DAT_00012b58));\n }\n iVar14 = uVar9 - (int)puVar10;\n if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }\n iVar14 = iVar14 + -1;\n if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }\n iVar1 = DAT_00012b2c;\n if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = _UNK_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n yyrestart(*(FILE **)(_UNK_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(FUN_00012a68 + DAT_00012b44);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = _FUN_00012b3c;\n while (_FUN_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(DAT_00012b30 + 0x128c8));\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = _FUN_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n yy_fatal_error(&LAB_00012b14 + DAT_00012b54);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }\n puVar10 = puVar2 + iVar14;\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(_UNK_00012b4c + 0x12aa0));\n }\n }\n *(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;\n iVar12 = *(int *)(*piVar5 + 4);\n *(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;\n puVar10[iVar12 + 1] = 0;\n *puVar13 = *(undefined4 *)(*piVar5 + 4);\n return iVar15;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined1 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "void *pvVar3;" primitive_type (pointer_declarator "*pvVar3" * identifier) ;) (declaration "void *pvVar4;" primitive_type (pointer_declarator "*pvVar4" * identifier) ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "undefined1 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "undefined1 *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "undefined4 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "int iVar14;" primitive_type identifier ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "int iVar16;" primitive_type identifier ;) (declaration "undefined1 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (expression_statement "iVar15 = *(int *)(DAT_00012b20 + 0x127cc);" (assignment_expression "iVar15 = *(int *)(DAT_00012b20 + 0x127cc)" identifier = (pointer_expression "*(int *)(DAT_00012b20 + 0x127cc)" * (cast_expression "(int *)(DAT_00012b20 + 0x127cc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b20 + 0x127cc)" ( (binary_expression "DAT_00012b20 + 0x127cc" identifier + number_literal) ))))) ;) (expression_statement "iVar16 = *(int *)(DAT_00012b20 + 0x127c8);" (assignment_expression "iVar16 = *(int *)(DAT_00012b20 + 0x127c8)" identifier = (pointer_expression "*(int *)(DAT_00012b20 + 0x127c8)" * (cast_expression "(int *)(DAT_00012b20 + 0x127c8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b20 + 0x127c8)" ( (binary_expression "DAT_00012b20 + 0x127c8" identifier + number_literal) ))))) ;) (expression_statement "iVar12 = *(int *)(iVar16 + iVar15 * 4);" (assignment_expression "iVar12 = *(int *)(iVar16 + iVar15 * 4)" identifier = (pointer_expression "*(int *)(iVar16 + iVar15 * 4)" * (cast_expression "(int *)(iVar16 + iVar15 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar16 + iVar15 * 4)" ( (binary_expression "iVar16 + iVar15 * 4" identifier + (binary_expression "iVar15 * 4" identifier * number_literal)) ))))) ;) (expression_statement "uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);" (assignment_expression "uVar9 = *(uint *)(DAT_00012b20 + 0x127d0)" identifier = (pointer_expression "*(uint *)(DAT_00012b20 + 0x127d0)" * (cast_expression "(uint *)(DAT_00012b20 + 0x127d0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b20 + 0x127d0)" ( (binary_expression "DAT_00012b20 + 0x127d0" identifier + number_literal) ))))) ;) (expression_statement "puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);" (assignment_expression "puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28)" identifier = (pointer_expression "*(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28)" * (cast_expression "(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00012b24 + 0x127e4 + DAT_00012b28)" ( (binary_expression "DAT_00012b24 + 0x127e4 + DAT_00012b28" (binary_expression "DAT_00012b24 + 0x127e4" identifier + number_literal) + identifier) ))))) ;) (expression_statement "puVar10 = (undefined1 *)*puVar13;" (assignment_expression "puVar10 = (undefined1 *)*puVar13" identifier = (cast_expression "(undefined1 *)*puVar13" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar13" * identifier))) ;) (if_statement "if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)((int)&DAT_00012b20 + DAT_00012b58));\n }" if (parenthesized_expression "((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9)" ( (binary_expression "(uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9" (call_expression "(uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1)" ( (binary_expression "*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1" (binary_expression "*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4)" (pointer_expression "*(int *)(iVar12 + 4)" * (cast_expression "(int *)(iVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) + (pointer_expression "*(int *)(DAT_00012b20 + 0x127e4)" * (cast_expression "(int *)(DAT_00012b20 + 0x127e4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b20 + 0x127e4)" ( (binary_expression "DAT_00012b20 + 0x127e4" identifier + number_literal) ))))) + number_literal) ))) < identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)((int)&DAT_00012b20 + DAT_00012b58));\n }" { comment (expression_statement "yy_fatal_error((char *)((int)&DAT_00012b20 + DAT_00012b58));" (call_expression "yy_fatal_error((char *)((int)&DAT_00012b20 + DAT_00012b58))" identifier (argument_list "((char *)((int)&DAT_00012b20 + DAT_00012b58))" ( (cast_expression "(char *)((int)&DAT_00012b20 + DAT_00012b58)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DAT_00012b20 + DAT_00012b58)" ( (binary_expression "(int)&DAT_00012b20 + DAT_00012b58" (cast_expression "(int)&DAT_00012b20" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00012b20" & identifier)) + identifier) ))) ))) ;) })) (expression_statement "iVar14 = uVar9 - (int)puVar10;" (assignment_expression "iVar14 = uVar9 - (int)puVar10" identifier = (binary_expression "uVar9 - (int)puVar10" identifier - (cast_expression "(int)puVar10" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }" if (parenthesized_expression "(*(int *)(iVar12 + 0x28) == 0)" ( (binary_expression "*(int *)(iVar12 + 0x28) == 0" (pointer_expression "*(int *)(iVar12 + 0x28)" * (cast_expression "(int *)(iVar12 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x28)" ( (binary_expression "iVar12 + 0x28" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }" { (if_statement "if (iVar14 != 1) {\n iVar14 = 2;\n }" if (parenthesized_expression "(iVar14 != 1)" ( (binary_expression "iVar14 != 1" identifier != number_literal) )) (compound_statement "{\n iVar14 = 2;\n }" { (expression_statement "iVar14 = 2;" (assignment_expression "iVar14 = 2" identifier = number_literal) ;) })) (return_statement "return iVar14;" return identifier ;) })) (expression_statement "iVar14 = iVar14 + -1;" (assignment_expression "iVar14 = iVar14 + -1" identifier = (binary_expression "iVar14 + -1" identifier + number_literal)) ;) (if_statement "if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }" if (parenthesized_expression "(0 < iVar14)" ( (binary_expression "0 < iVar14" number_literal < identifier) )) (compound_statement "{\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }" { (expression_statement "puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);" (assignment_expression "puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1)" identifier = (cast_expression "(undefined1 *)(*(int *)(iVar12 + 4) + -1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar12 + 4) + -1)" ( (binary_expression "*(int *)(iVar12 + 4) + -1" (pointer_expression "*(int *)(iVar12 + 4)" * (cast_expression "(int *)(iVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "puVar7 = puVar10;" (assignment_expression "puVar7 = puVar10" identifier = identifier) ;) (do_statement "do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);" do (compound_statement "{\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n }" { (expression_statement "puVar6 = puVar7 + 1;" (assignment_expression "puVar6 = puVar7 + 1" identifier = (binary_expression "puVar7 + 1" identifier + number_literal)) ;) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" identifier = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) (expression_statement "*puVar2 = *puVar7;" (assignment_expression "*puVar2 = *puVar7" (pointer_expression "*puVar2" * identifier) = (pointer_expression "*puVar7" * identifier)) ;) (expression_statement "puVar7 = puVar6;" (assignment_expression "puVar7 = puVar6" identifier = identifier) ;) }) while (parenthesized_expression "(puVar10 + iVar14 != puVar6)" ( (binary_expression "puVar10 + iVar14 != puVar6" (binary_expression "puVar10 + iVar14" identifier + identifier) != identifier) )) ;) (expression_statement "iVar12 = *(int *)(iVar16 + iVar15 * 4);" (assignment_expression "iVar12 = *(int *)(iVar16 + iVar15 * 4)" identifier = (pointer_expression "*(int *)(iVar16 + iVar15 * 4)" * (cast_expression "(int *)(iVar16 + iVar15 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar16 + iVar15 * 4)" ( (binary_expression "iVar16 + iVar15 * 4" identifier + (binary_expression "iVar15 * 4" identifier * number_literal)) ))))) ;) })) (expression_statement "iVar1 = DAT_00012b2c;" (assignment_expression "iVar1 = DAT_00012b2c" identifier = identifier) ;) (if_statement "if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = _UNK_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n yyrestart(*(FILE **)(_UNK_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(FUN_00012a68 + DAT_00012b44);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = _FUN_00012b3c;\n while (_FUN_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(DAT_00012b30 + 0x128c8));\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = _FUN_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n yy_fatal_error(&LAB_00012b14 + DAT_00012b54);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }" if (parenthesized_expression "(*(int *)(iVar12 + 0x2c) == 2)" ( (binary_expression "*(int *)(iVar12 + 0x2c) == 2" (pointer_expression "*(int *)(iVar12 + 0x2c)" * (cast_expression "(int *)(iVar12 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x2c)" ( (binary_expression "iVar12 + 0x2c" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = _UNK_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n yyrestart(*(FILE **)(_UNK_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(FUN_00012a68 + DAT_00012b44);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }" { (expression_statement "*(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;" (assignment_expression "*(undefined4 *)(DAT_00012b48 + 0x12a90) = 0" (pointer_expression "*(undefined4 *)(DAT_00012b48 + 0x12a90)" * (cast_expression "(undefined4 *)(DAT_00012b48 + 0x12a90)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b48 + 0x12a90)" ( (binary_expression "DAT_00012b48 + 0x12a90" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(iVar12 + 0x10) = 0;" (assignment_expression "*(undefined4 *)(iVar12 + 0x10) = 0" (pointer_expression "*(undefined4 *)(iVar12 + 0x10)" * (cast_expression "(undefined4 *)(iVar12 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x10)" ( (binary_expression "iVar12 + 0x10" identifier + number_literal) )))) = number_literal) ;) (labeled_statement "LAB_00012a30:\n iVar12 = _UNK_00012b50;" statement_identifier : (expression_statement "iVar12 = _UNK_00012b50;" (assignment_expression "iVar12 = _UNK_00012b50" identifier = identifier) ;)) (if_statement "if (iVar14 == 0) {\n iVar15 = 1;\n yyrestart(*(FILE **)(_UNK_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(FUN_00012a68 + DAT_00012b44);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }" if (parenthesized_expression "(iVar14 == 0)" ( (binary_expression "iVar14 == 0" identifier == number_literal) )) (compound_statement "{\n iVar15 = 1;\n yyrestart(*(FILE **)(_UNK_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }" { (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) (expression_statement "yyrestart(*(FILE **)(_UNK_00012b50 + 0x12ad4));" (call_expression "yyrestart(*(FILE **)(_UNK_00012b50 + 0x12ad4))" identifier (argument_list "(*(FILE **)(_UNK_00012b50 + 0x12ad4))" ( (pointer_expression "*(FILE **)(_UNK_00012b50 + 0x12ad4)" * (cast_expression "(FILE **)(_UNK_00012b50 + 0x12ad4)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(_UNK_00012b50 + 0x12ad4)" ( (binary_expression "_UNK_00012b50 + 0x12ad4" identifier + number_literal) )))) ))) ;) (expression_statement "puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);" (assignment_expression "puVar2 = *(undefined1 **)(iVar12 + 0x12ad0)" identifier = (pointer_expression "*(undefined1 **)(iVar12 + 0x12ad0)" * (cast_expression "(undefined1 **)(iVar12 + 0x12ad0)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x12ad0)" ( (binary_expression "iVar12 + 0x12ad0" identifier + number_literal) ))))) ;) (expression_statement "piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" identifier = (cast_expression "(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" ( (binary_expression "*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab4)" * (cast_expression "(int *)(iVar12 + 0x12ab4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x12ab4)" ( (binary_expression "iVar12 + 0x12ab4" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab8)" * (cast_expression "(int *)(iVar12 + 0x12ab8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x12ab8)" ( (binary_expression "iVar12 + 0x12ab8" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" * (cast_expression "(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" ( (binary_expression "*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab4)" * (cast_expression "(int *)(iVar12 + 0x12ab4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x12ab4)" ( (binary_expression "iVar12 + 0x12ab4" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab8)" * (cast_expression "(int *)(iVar12 + 0x12ab8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x12ab8)" ( (binary_expression "iVar12 + 0x12ab8" identifier + number_literal) )))) * number_literal)) ))))) ;) }) (else_clause "else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(FUN_00012a68 + DAT_00012b44);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }" else (compound_statement "{\n iVar15 = 2;\n puVar2 = *(undefined1 **)(FUN_00012a68 + DAT_00012b44);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }" { (expression_statement "iVar15 = 2;" (assignment_expression "iVar15 = 2" identifier = number_literal) ;) (expression_statement "puVar2 = *(undefined1 **)(FUN_00012a68 + DAT_00012b44);" (assignment_expression "puVar2 = *(undefined1 **)(FUN_00012a68 + DAT_00012b44)" identifier = (pointer_expression "*(undefined1 **)(FUN_00012a68 + DAT_00012b44)" * (cast_expression "(undefined1 **)(FUN_00012a68 + DAT_00012b44)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(FUN_00012a68 + DAT_00012b44)" ( (binary_expression "FUN_00012a68 + DAT_00012b44" identifier + identifier) ))))) ;) (expression_statement "iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" identifier = (pointer_expression "*(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" * (cast_expression "(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" ( (binary_expression "*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a4c)" * (cast_expression "(int *)(DAT_00012b44 + 0x12a4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b44 + 0x12a4c)" ( (binary_expression "DAT_00012b44 + 0x12a4c" identifier + number_literal) )))) + (binary_expression "*(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a50)" * (cast_expression "(int *)(DAT_00012b44 + 0x12a50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b44 + 0x12a50)" ( (binary_expression "DAT_00012b44 + 0x12a50" identifier + number_literal) )))) * number_literal)) ))))) ;) (expression_statement "piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" identifier = (cast_expression "(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" ( (binary_expression "*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a4c)" * (cast_expression "(int *)(DAT_00012b44 + 0x12a4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b44 + 0x12a4c)" ( (binary_expression "DAT_00012b44 + 0x12a4c" identifier + number_literal) )))) + (binary_expression "*(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a50)" * (cast_expression "(int *)(DAT_00012b44 + 0x12a50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b44 + 0x12a50)" ( (binary_expression "DAT_00012b44 + 0x12a50" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "*(undefined4 *)(iVar12 + 0x2c) = 2;" (assignment_expression "*(undefined4 *)(iVar12 + 0x2c) = 2" (pointer_expression "*(undefined4 *)(iVar12 + 0x2c)" * (cast_expression "(undefined4 *)(iVar12 + 0x2c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x2c)" ( (binary_expression "iVar12 + 0x2c" identifier + number_literal) )))) = number_literal) ;) }))) }) (else_clause "else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = _FUN_00012b3c;\n while (_FUN_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(DAT_00012b30 + 0x128c8));\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = _FUN_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n yy_fatal_error(&LAB_00012b14 + DAT_00012b54);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }" else (compound_statement "{\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = _FUN_00012b3c;\n while (_FUN_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(DAT_00012b30 + 0x128c8));\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = _FUN_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n yy_fatal_error(&LAB_00012b14 + DAT_00012b54);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }" { (expression_statement "puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);" (assignment_expression "puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9)" identifier = (binary_expression "puVar10 + (*(int *)(iVar12 + 0xc) - uVar9)" identifier + (parenthesized_expression "(*(int *)(iVar12 + 0xc) - uVar9)" ( (binary_expression "*(int *)(iVar12 + 0xc) - uVar9" (pointer_expression "*(int *)(iVar12 + 0xc)" * (cast_expression "(int *)(iVar12 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) )))) - identifier) )))) ;) (expression_statement "iVar8 = _FUN_00012b3c;" (assignment_expression "iVar8 = _FUN_00012b3c" identifier = identifier) ;) (while_statement "while (_FUN_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(DAT_00012b30 + 0x128c8));\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = _FUN_00012b3c;\n }" while (parenthesized_expression "(_FUN_00012b3c = iVar8, puVar10 == (undefined1 *)0x0)" ( (comma_expression "_FUN_00012b3c = iVar8, puVar10 == (undefined1 *)0x0" (assignment_expression "_FUN_00012b3c = iVar8" identifier = identifier) , (binary_expression "puVar10 == (undefined1 *)0x0" identifier == (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) )) (compound_statement "{\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(DAT_00012b30 + 0x128c8));\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = _FUN_00012b3c;\n }" { (expression_statement "pvVar4 = *(void **)(iVar12 + 4);" (assignment_expression "pvVar4 = *(void **)(iVar12 + 4)" identifier = (pointer_expression "*(void **)(iVar12 + 4)" * (cast_expression "(void **)(iVar12 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) ))))) ;) (if_statement "if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(DAT_00012b30 + 0x128c8));\n }" if (parenthesized_expression "(*(int *)(iVar12 + 0x14) == 0)" ( (binary_expression "*(int *)(iVar12 + 0x14) == 0" (pointer_expression "*(int *)(iVar12 + 0x14)" * (cast_expression "(int *)(iVar12 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x14)" ( (binary_expression "iVar12 + 0x14" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(DAT_00012b30 + 0x128c8));\n }" { (expression_statement "*(undefined4 *)(iVar12 + 4) = 0;" (assignment_expression "*(undefined4 *)(iVar12 + 4) = 0" (pointer_expression "*(undefined4 *)(iVar12 + 4)" * (cast_expression "(undefined4 *)(iVar12 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) = number_literal) ;) (labeled_statement "LAB_000128bc:\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(DAT_00012b30 + 0x128c8));" statement_identifier : comment (expression_statement "yy_fatal_error((char *)(DAT_00012b30 + 0x128c8));" (call_expression "yy_fatal_error((char *)(DAT_00012b30 + 0x128c8))" identifier (argument_list "((char *)(DAT_00012b30 + 0x128c8))" ( (cast_expression "(char *)(DAT_00012b30 + 0x128c8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b30 + 0x128c8)" ( (binary_expression "DAT_00012b30 + 0x128c8" identifier + number_literal) ))) ))) ;)) })) (expression_statement "uVar11 = *(uint *)(iVar12 + 0xc);" (assignment_expression "uVar11 = *(uint *)(iVar12 + 0xc)" identifier = (pointer_expression "*(uint *)(iVar12 + 0xc)" * (cast_expression "(uint *)(iVar12 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "iVar8 = uVar11 << 1;" (assignment_expression "iVar8 = uVar11 << 1" identifier = (binary_expression "uVar11 << 1" identifier << number_literal)) ;) (if_statement "if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (compound_statement "{\n iVar8 = uVar11 + (uVar11 >> 3);\n }" { (expression_statement "iVar8 = uVar11 + (uVar11 >> 3);" (assignment_expression "iVar8 = uVar11 + (uVar11 >> 3)" identifier = (binary_expression "uVar11 + (uVar11 >> 3)" identifier + (parenthesized_expression "(uVar11 >> 3)" ( (binary_expression "uVar11 >> 3" identifier >> number_literal) )))) ;) })) (expression_statement "*(int *)(iVar12 + 0xc) = iVar8;" (assignment_expression "*(int *)(iVar12 + 0xc) = iVar8" (pointer_expression "*(int *)(iVar12 + 0xc)" * (cast_expression "(int *)(iVar12 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "pvVar3 = realloc(pvVar4,iVar8 + 2);" (assignment_expression "pvVar3 = realloc(pvVar4,iVar8 + 2)" identifier = (call_expression "realloc(pvVar4,iVar8 + 2)" identifier (argument_list "(pvVar4,iVar8 + 2)" ( identifier , (binary_expression "iVar8 + 2" identifier + number_literal) )))) ;) (expression_statement "*(void **)(iVar12 + 4) = pvVar3;" (assignment_expression "*(void **)(iVar12 + 4) = pvVar3" (pointer_expression "*(void **)(iVar12 + 4)" * (cast_expression "(void **)(iVar12 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) = identifier) ;) (if_statement "if (pvVar3 == (void *)0x0) goto LAB_000128bc;" if (parenthesized_expression "(pvVar3 == (void *)0x0)" ( (binary_expression "pvVar3 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_000128bc;" goto statement_identifier ;)) (expression_statement "iVar12 = *(int *)(iVar16 + iVar15 * 4);" (assignment_expression "iVar12 = *(int *)(iVar16 + iVar15 * 4)" identifier = (pointer_expression "*(int *)(iVar16 + iVar15 * 4)" * (cast_expression "(int *)(iVar16 + iVar15 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar16 + iVar15 * 4)" ( (binary_expression "iVar16 + iVar15 * 4" identifier + (binary_expression "iVar15 * 4" identifier * number_literal)) ))))) ;) (expression_statement "uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);" (assignment_expression "uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4)" identifier = (binary_expression "(int)pvVar3 + (uVar9 - (int)pvVar4)" (cast_expression "(int)pvVar3" ( (type_descriptor "int" primitive_type) ) identifier) + (parenthesized_expression "(uVar9 - (int)pvVar4)" ( (binary_expression "uVar9 - (int)pvVar4" identifier - (cast_expression "(int)pvVar4" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ;) (expression_statement "iVar8 = *(int *)(iVar12 + 0xc);" (assignment_expression "iVar8 = *(int *)(iVar12 + 0xc)" identifier = (pointer_expression "*(int *)(iVar12 + 0xc)" * (cast_expression "(int *)(iVar12 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "*(uint *)(iVar1 + 0x12870) = uVar9;" (assignment_expression "*(uint *)(iVar1 + 0x12870) = uVar9" (pointer_expression "*(uint *)(iVar1 + 0x12870)" * (cast_expression "(uint *)(iVar1 + 0x12870)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x12870)" ( (binary_expression "iVar1 + 0x12870" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);" (assignment_expression "puVar10 = (undefined1 *)((iVar8 - iVar14) + -1)" identifier = (cast_expression "(undefined1 *)((iVar8 - iVar14) + -1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((iVar8 - iVar14) + -1)" ( (binary_expression "(iVar8 - iVar14) + -1" (parenthesized_expression "(iVar8 - iVar14)" ( (binary_expression "iVar8 - iVar14" identifier - identifier) )) + number_literal) )))) ;) (expression_statement "iVar8 = _FUN_00012b3c;" (assignment_expression "iVar8 = _FUN_00012b3c" identifier = identifier) ;) })) (if_statement "if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }" if (parenthesized_expression "((undefined1 *)0x1fff < puVar10)" ( (binary_expression "(undefined1 *)0x1fff < puVar10" (cast_expression "(undefined1 *)0x1fff" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) < identifier) )) (compound_statement "{\n puVar10 = (undefined1 *)0x2000;\n }" { (expression_statement "puVar10 = (undefined1 *)0x2000;" (assignment_expression "puVar10 = (undefined1 *)0x2000" identifier = (cast_expression "(undefined1 *)0x2000" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (if_statement "if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n yy_fatal_error(&LAB_00012b14 + DAT_00012b54);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }" if (parenthesized_expression "(*(int *)(iVar12 + 0x18) == 0)" ( (binary_expression "*(int *)(iVar12 + 0x18) == 0" (pointer_expression "*(int *)(iVar12 + 0x18)" * (cast_expression "(int *)(iVar12 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x18)" ( (binary_expression "iVar12 + 0x18" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n yy_fatal_error(&LAB_00012b14 + DAT_00012b54);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }" { (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "*piVar5 = 0;" (assignment_expression "*piVar5 = 0" (pointer_expression "*piVar5" * identifier) = number_literal) ;) (expression_statement "iVar15 = DAT_00012b34;" (assignment_expression "iVar15 = DAT_00012b34" identifier = identifier) ;) (while_statement "while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n yy_fatal_error(&LAB_00012b14 + DAT_00012b54);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n yy_fatal_error(&LAB_00012b14 + DAT_00012b54);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }" { (expression_statement "puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));" (assignment_expression "puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" identifier = (cast_expression "(undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" identifier (argument_list "((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" ( (cast_expression "(void *)(*(int *)(iVar12 + 4) + iVar14)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar12 + 4) + iVar14)" ( (binary_expression "*(int *)(iVar12 + 4) + iVar14" (pointer_expression "*(int *)(iVar12 + 4)" * (cast_expression "(int *)(iVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) + identifier) ))) , number_literal , (cast_expression "(size_t)puVar10" ( (type_descriptor "size_t" primitive_type) ) identifier) , (pointer_expression "*(FILE **)(iVar15 + 0x1292c)" * (cast_expression "(FILE **)(iVar15 + 0x1292c)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar15 + 0x1292c)" ( (binary_expression "iVar15 + 0x1292c" identifier + number_literal) )))) ))))) ;) (expression_statement "*(undefined1 **)(iVar15 + 0x12928) = puVar2;" (assignment_expression "*(undefined1 **)(iVar15 + 0x12928) = puVar2" (pointer_expression "*(undefined1 **)(iVar15 + 0x12928)" * (cast_expression "(undefined1 **)(iVar15 + 0x12928)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar15 + 0x12928)" ( (binary_expression "iVar15 + 0x12928" identifier + number_literal) )))) = identifier) ;) (if_statement "if (puVar2 != (undefined1 *)0x0) break;" if (parenthesized_expression "(puVar2 != (undefined1 *)0x0)" ( (binary_expression "puVar2 != (undefined1 *)0x0" identifier != (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));" (assignment_expression "iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c))" identifier = (call_expression "ferror(*(FILE **)(iVar15 + 0x1292c))" identifier (argument_list "(*(FILE **)(iVar15 + 0x1292c))" ( (pointer_expression "*(FILE **)(iVar15 + 0x1292c)" * (cast_expression "(FILE **)(iVar15 + 0x1292c)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar15 + 0x1292c)" ( (binary_expression "iVar15 + 0x1292c" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }" if (parenthesized_expression "(iVar12 == 0)" ( (binary_expression "iVar12 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }" { (expression_statement "*(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;" (assignment_expression "*(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0" (pointer_expression "*(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10)" * (cast_expression "(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10)" ( (binary_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10" (pointer_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" * (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" * (cast_expression "(int *)(iVar15 + 0x1290c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1290c)" ( (binary_expression "iVar15 + 0x1290c" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" * (cast_expression "(int *)(iVar15 + 0x12910)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x12910)" ( (binary_expression "iVar15 + 0x12910" identifier + number_literal) )))) * number_literal)) )))) + number_literal) )))) = number_literal) ;) (goto_statement "goto LAB_00012a30;" goto statement_identifier ;) })) (if_statement "if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n yy_fatal_error(&LAB_00012b14 + DAT_00012b54);\n }" if (parenthesized_expression "(*piVar5 != 4)" ( (binary_expression "*piVar5 != 4" (pointer_expression "*piVar5" * identifier) != number_literal) )) (compound_statement "{\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n yy_fatal_error(&LAB_00012b14 + DAT_00012b54);\n }" { (labeled_statement "LAB_00012b08:\n /* WARNING: Subroutine does not return */\n yy_fatal_error(&LAB_00012b14 + DAT_00012b54);" statement_identifier : comment (expression_statement "yy_fatal_error(&LAB_00012b14 + DAT_00012b54);" (call_expression "yy_fatal_error(&LAB_00012b14 + DAT_00012b54)" identifier (argument_list "(&LAB_00012b14 + DAT_00012b54)" ( (binary_expression "&LAB_00012b14 + DAT_00012b54" (pointer_expression "&LAB_00012b14" & identifier) + identifier) ))) ;)) })) (expression_statement "*piVar5 = 0;" (assignment_expression "*piVar5 = 0" (pointer_expression "*piVar5" * identifier) = number_literal) ;) (expression_statement "clearerr(*(FILE **)(iVar15 + 0x1292c));" (call_expression "clearerr(*(FILE **)(iVar15 + 0x1292c))" identifier (argument_list "(*(FILE **)(iVar15 + 0x1292c))" ( (pointer_expression "*(FILE **)(iVar15 + 0x1292c)" * (cast_expression "(FILE **)(iVar15 + 0x1292c)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar15 + 0x1292c)" ( (binary_expression "iVar15 + 0x1292c" identifier + number_literal) )))) ))) ;) (expression_statement "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" * (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" * (cast_expression "(int *)(iVar15 + 0x1290c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1290c)" ( (binary_expression "iVar15 + 0x1290c" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" * (cast_expression "(int *)(iVar15 + 0x12910)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x12910)" ( (binary_expression "iVar15 + 0x12910" identifier + number_literal) )))) * number_literal)) ))))) ;) })) (expression_statement "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" * (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" * (cast_expression "(int *)(iVar15 + 0x1290c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1290c)" ( (binary_expression "iVar15 + 0x1290c" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" * (cast_expression "(int *)(iVar15 + 0x12910)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x12910)" ( (binary_expression "iVar15 + 0x12910" identifier + number_literal) )))) * number_literal)) ))))) ;) (expression_statement "piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" identifier = (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" * (cast_expression "(int *)(iVar15 + 0x1290c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1290c)" ( (binary_expression "iVar15 + 0x1290c" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" * (cast_expression "(int *)(iVar15 + 0x12910)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x12910)" ( (binary_expression "iVar15 + 0x12910" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "*(undefined1 **)(iVar12 + 0x10) = puVar2;" (assignment_expression "*(undefined1 **)(iVar12 + 0x10) = puVar2" (pointer_expression "*(undefined1 **)(iVar12 + 0x10)" * (cast_expression "(undefined1 **)(iVar12 + 0x10)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x10)" ( (binary_expression "iVar12 + 0x10" identifier + number_literal) )))) = identifier) ;) }) (else_clause "else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }" else (compound_statement "{\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }" { (expression_statement "puVar7 = (undefined1 *)0x0;" (assignment_expression "puVar7 = (undefined1 *)0x0" identifier = (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);" do (compound_statement "{\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n }" { (expression_statement "iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));" (assignment_expression "iVar12 = getc(*(FILE **)(iVar8 + 0x129fc))" identifier = (call_expression "getc(*(FILE **)(iVar8 + 0x129fc))" identifier (argument_list "(*(FILE **)(iVar8 + 0x129fc))" ( (pointer_expression "*(FILE **)(iVar8 + 0x129fc)" * (cast_expression "(FILE **)(iVar8 + 0x129fc)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar8 + 0x129fc)" ( (binary_expression "iVar8 + 0x129fc" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }" if (parenthesized_expression "(iVar12 == -1)" ( (binary_expression "iVar12 == -1" identifier == number_literal) )) (compound_statement "{\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }" { (expression_statement "iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));" (assignment_expression "iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc))" identifier = (call_expression "ferror(*(FILE **)(iVar8 + 0x129fc))" identifier (argument_list "(*(FILE **)(iVar8 + 0x129fc))" ( (pointer_expression "*(FILE **)(iVar8 + 0x129fc)" * (cast_expression "(FILE **)(iVar8 + 0x129fc)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar8 + 0x129fc)" ( (binary_expression "iVar8 + 0x129fc" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar12 != 0) goto LAB_00012b08;" if (parenthesized_expression "(iVar12 != 0)" ( (binary_expression "iVar12 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00012b08;" goto statement_identifier ;)) (expression_statement "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" identifier = (cast_expression "(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (binary_expression "*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129dc)" * (cast_expression "(int *)(iVar8 + 0x129dc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129dc)" ( (binary_expression "iVar8 + 0x129dc" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129e0)" * (cast_expression "(int *)(iVar8 + 0x129e0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129e0)" ( (binary_expression "iVar8 + 0x129e0" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "puVar2 = puVar7;" (assignment_expression "puVar2 = puVar7" identifier = identifier) ;) (break_statement "break;" break ;) })) (expression_statement "iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);" (assignment_expression "iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" identifier = (pointer_expression "*(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" * (cast_expression "(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" ( (binary_expression "*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4" (pointer_expression "*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" * (cast_expression "(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (binary_expression "*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129dc)" * (cast_expression "(int *)(iVar8 + 0x129dc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129dc)" ( (binary_expression "iVar8 + 0x129dc" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129e0)" * (cast_expression "(int *)(iVar8 + 0x129e0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129e0)" ( (binary_expression "iVar8 + 0x129e0" identifier + number_literal) )))) * number_literal)) )))) + number_literal) ))))) ;) (expression_statement "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" identifier = (cast_expression "(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (binary_expression "*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129dc)" * (cast_expression "(int *)(iVar8 + 0x129dc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129dc)" ( (binary_expression "iVar8 + 0x129dc" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129e0)" * (cast_expression "(int *)(iVar8 + 0x129e0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129e0)" ( (binary_expression "iVar8 + 0x129e0" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "puVar6 = puVar7 + 1;" (assignment_expression "puVar6 = puVar7 + 1" identifier = (binary_expression "puVar7 + 1" identifier + number_literal)) ;) (if_statement "if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }" if (parenthesized_expression "(iVar12 == 10)" ( (binary_expression "iVar12 == 10" identifier == number_literal) )) (compound_statement "{\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }" { (expression_statement "puVar7[iVar15 + iVar14] = (char)iVar12;" (assignment_expression "puVar7[iVar15 + iVar14] = (char)iVar12" (subscript_expression "puVar7[iVar15 + iVar14]" identifier [ (binary_expression "iVar15 + iVar14" identifier + identifier) ]) = (cast_expression "(char)iVar12" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "puVar2 = puVar6;" (assignment_expression "puVar2 = puVar6" identifier = identifier) ;) (break_statement "break;" break ;) })) (expression_statement "puVar7[iVar15 + iVar14] = (char)iVar12;" (assignment_expression "puVar7[iVar15 + iVar14] = (char)iVar12" (subscript_expression "puVar7[iVar15 + iVar14]" identifier [ (binary_expression "iVar15 + iVar14" identifier + identifier) ]) = (cast_expression "(char)iVar12" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "puVar7 = puVar6;" (assignment_expression "puVar7 = puVar6" identifier = identifier) ;) (expression_statement "puVar2 = puVar10;" (assignment_expression "puVar2 = puVar10" identifier = identifier) ;) }) while (parenthesized_expression "(puVar10 != puVar6)" ( (binary_expression "puVar10 != puVar6" identifier != identifier) )) ;) (expression_statement "iVar12 = *piVar5;" (assignment_expression "iVar12 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) (expression_statement "*(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;" (assignment_expression "*(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2" (pointer_expression "*(undefined1 **)(DAT_00012b40 + 0x12a44)" * (cast_expression "(undefined1 **)(DAT_00012b40 + 0x12a44)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00012b40 + 0x12a44)" ( (binary_expression "DAT_00012b40 + 0x12a44" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined1 **)(iVar12 + 0x10) = puVar2;" (assignment_expression "*(undefined1 **)(iVar12 + 0x10) = puVar2" (pointer_expression "*(undefined1 **)(iVar12 + 0x10)" * (cast_expression "(undefined1 **)(iVar12 + 0x10)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x10)" ( (binary_expression "iVar12 + 0x10" identifier + number_literal) )))) = identifier) ;) (if_statement "if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;" if (parenthesized_expression "(puVar2 == (undefined1 *)0x0)" ( (binary_expression "puVar2 == (undefined1 *)0x0" identifier == (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00012a30;" goto statement_identifier ;)) }))) (expression_statement "iVar15 = 0;" (assignment_expression "iVar15 = 0" identifier = number_literal) ;) }))) (expression_statement "puVar10 = puVar2 + iVar14;" (assignment_expression "puVar10 = puVar2 + iVar14" identifier = (binary_expression "puVar2 + iVar14" identifier + identifier)) ;) (expression_statement "pvVar4 = *(void **)(iVar12 + 4);" (assignment_expression "pvVar4 = *(void **)(iVar12 + 4)" identifier = (pointer_expression "*(void **)(iVar12 + 4)" * (cast_expression "(void **)(iVar12 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) ))))) ;) (if_statement "if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(_UNK_00012b4c + 0x12aa0));\n }\n }" if (parenthesized_expression "(*(undefined1 **)(iVar12 + 0xc) < puVar10)" ( (binary_expression "*(undefined1 **)(iVar12 + 0xc) < puVar10" (pointer_expression "*(undefined1 **)(iVar12 + 0xc)" * (cast_expression "(undefined1 **)(iVar12 + 0xc)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) )))) < identifier) )) (compound_statement "{\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(_UNK_00012b4c + 0x12aa0));\n }\n }" { (expression_statement "pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));" (assignment_expression "pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)))" identifier = (call_expression "realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)))" identifier (argument_list "(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)))" ( identifier , (cast_expression "(size_t)(puVar10 + ((uint)puVar2 >> 1))" ( (type_descriptor "size_t" primitive_type) ) (parenthesized_expression "(puVar10 + ((uint)puVar2 >> 1))" ( (binary_expression "puVar10 + ((uint)puVar2 >> 1)" identifier + (parenthesized_expression "((uint)puVar2 >> 1)" ( (binary_expression "(uint)puVar2 >> 1" (cast_expression "(uint)puVar2" ( (type_descriptor "uint" type_identifier) ) identifier) >> number_literal) ))) ))) )))) ;) (expression_statement "iVar16 = *piVar5;" (assignment_expression "iVar16 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) (expression_statement "*(void **)(iVar12 + 4) = pvVar4;" (assignment_expression "*(void **)(iVar12 + 4) = pvVar4" (pointer_expression "*(void **)(iVar12 + 4)" * (cast_expression "(void **)(iVar12 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "pvVar4 = *(void **)(iVar16 + 4);" (assignment_expression "pvVar4 = *(void **)(iVar16 + 4)" identifier = (pointer_expression "*(void **)(iVar16 + 4)" * (cast_expression "(void **)(iVar16 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar16 + 4)" ( (binary_expression "iVar16 + 4" identifier + number_literal) ))))) ;) (if_statement "if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(_UNK_00012b4c + 0x12aa0));\n }" if (parenthesized_expression "(pvVar4 == (void *)0x0)" ( (binary_expression "pvVar4 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n yy_fatal_error((char *)(_UNK_00012b4c + 0x12aa0));\n }" { comment (expression_statement "yy_fatal_error((char *)(_UNK_00012b4c + 0x12aa0));" (call_expression "yy_fatal_error((char *)(_UNK_00012b4c + 0x12aa0))" identifier (argument_list "((char *)(_UNK_00012b4c + 0x12aa0))" ( (cast_expression "(char *)(_UNK_00012b4c + 0x12aa0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(_UNK_00012b4c + 0x12aa0)" ( (binary_expression "_UNK_00012b4c + 0x12aa0" identifier + number_literal) ))) ))) ;) })) })) (expression_statement "*(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;" (assignment_expression "*(undefined1 *)((int)pvVar4 + (int)puVar10) = 0" (pointer_expression "*(undefined1 *)((int)pvVar4 + (int)puVar10)" * (cast_expression "(undefined1 *)((int)pvVar4 + (int)puVar10)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)pvVar4 + (int)puVar10)" ( (binary_expression "(int)pvVar4 + (int)puVar10" (cast_expression "(int)pvVar4" ( (type_descriptor "int" primitive_type) ) identifier) + (cast_expression "(int)puVar10" ( (type_descriptor "int" primitive_type) ) identifier)) )))) = number_literal) ;) (expression_statement "iVar12 = *(int *)(*piVar5 + 4);" (assignment_expression "iVar12 = *(int *)(*piVar5 + 4)" identifier = (pointer_expression "*(int *)(*piVar5 + 4)" * (cast_expression "(int *)(*piVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar5 + 4)" ( (binary_expression "*piVar5 + 4" (pointer_expression "*piVar5" * identifier) + number_literal) ))))) ;) (expression_statement "*(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;" (assignment_expression "*(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10" (pointer_expression "*(undefined1 **)(DAT_00012b38 + 0x129cc)" * (cast_expression "(undefined1 **)(DAT_00012b38 + 0x129cc)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00012b38 + 0x129cc)" ( (binary_expression "DAT_00012b38 + 0x129cc" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar10[iVar12 + 1] = 0;" (assignment_expression "puVar10[iVar12 + 1] = 0" (subscript_expression "puVar10[iVar12 + 1]" identifier [ (binary_expression "iVar12 + 1" identifier + number_literal) ]) = number_literal) ;) (expression_statement "*puVar13 = *(undefined4 *)(*piVar5 + 4);" (assignment_expression "*puVar13 = *(undefined4 *)(*piVar5 + 4)" (pointer_expression "*puVar13" * identifier) = (pointer_expression "*(undefined4 *)(*piVar5 + 4)" * (cast_expression "(undefined4 *)(*piVar5 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar5 + 4)" ( (binary_expression "*piVar5 + 4" (pointer_expression "*piVar5" * identifier) + number_literal) ))))) ;) (return_statement "return iVar15;" return identifier ;) })))
(translation_unit "int FUN_000127b4(void)\n\n{\n int iVar1;\n undefined1 *puVar2;\n void *pvVar3;\n void *pvVar4;\n int *piVar5;\n undefined1 *puVar6;\n int iVar8;\n uint uVar9;\n undefined1 *puVar10;\n uint uVar11;\n int iVar12;\n undefined4 *puVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n undefined1 *puVar7;\n \n iVar15 = *(int *)(DAT_00012b20 + 0x127cc);\n iVar16 = *(int *)(DAT_00012b20 + 0x127c8);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);\n puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);\n puVar10 = (undefined1 *)*puVar13;\n if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);\n }\n iVar14 = uVar9 - (int)puVar10;\n if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }\n iVar14 = iVar14 + -1;\n if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }\n iVar1 = DAT_00012b2c;\n if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = DAT_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }\n puVar10 = puVar2 + iVar14;\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }\n }\n *(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;\n iVar12 = *(int *)(*piVar5 + 4);\n *(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;\n puVar10[iVar12 + 1] = 0;\n *puVar13 = *(undefined4 *)(*piVar5 + 4);\n return iVar15;\n}\n\n" (function_definition "int FUN_000127b4(void)\n\n{\n int iVar1;\n undefined1 *puVar2;\n void *pvVar3;\n void *pvVar4;\n int *piVar5;\n undefined1 *puVar6;\n int iVar8;\n uint uVar9;\n undefined1 *puVar10;\n uint uVar11;\n int iVar12;\n undefined4 *puVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n undefined1 *puVar7;\n \n iVar15 = *(int *)(DAT_00012b20 + 0x127cc);\n iVar16 = *(int *)(DAT_00012b20 + 0x127c8);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);\n puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);\n puVar10 = (undefined1 *)*puVar13;\n if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);\n }\n iVar14 = uVar9 - (int)puVar10;\n if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }\n iVar14 = iVar14 + -1;\n if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }\n iVar1 = DAT_00012b2c;\n if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = DAT_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }\n puVar10 = puVar2 + iVar14;\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }\n }\n *(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;\n iVar12 = *(int *)(*piVar5 + 4);\n *(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;\n puVar10[iVar12 + 1] = 0;\n *puVar13 = *(undefined4 *)(*piVar5 + 4);\n return iVar15;\n}" primitive_type (function_declarator "FUN_000127b4(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n undefined1 *puVar2;\n void *pvVar3;\n void *pvVar4;\n int *piVar5;\n undefined1 *puVar6;\n int iVar8;\n uint uVar9;\n undefined1 *puVar10;\n uint uVar11;\n int iVar12;\n undefined4 *puVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n undefined1 *puVar7;\n \n iVar15 = *(int *)(DAT_00012b20 + 0x127cc);\n iVar16 = *(int *)(DAT_00012b20 + 0x127c8);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);\n puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);\n puVar10 = (undefined1 *)*puVar13;\n if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);\n }\n iVar14 = uVar9 - (int)puVar10;\n if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }\n iVar14 = iVar14 + -1;\n if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }\n iVar1 = DAT_00012b2c;\n if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = DAT_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }\n puVar10 = puVar2 + iVar14;\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }\n }\n *(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;\n iVar12 = *(int *)(*piVar5 + 4);\n *(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;\n puVar10[iVar12 + 1] = 0;\n *puVar13 = *(undefined4 *)(*piVar5 + 4);\n return iVar15;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined1 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "void *pvVar3;" primitive_type (pointer_declarator "*pvVar3" * identifier) ;) (declaration "void *pvVar4;" primitive_type (pointer_declarator "*pvVar4" * identifier) ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "undefined1 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "undefined1 *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "undefined4 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "int iVar14;" primitive_type identifier ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "int iVar16;" primitive_type identifier ;) (declaration "undefined1 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (expression_statement "iVar15 = *(int *)(DAT_00012b20 + 0x127cc);" (assignment_expression "iVar15 = *(int *)(DAT_00012b20 + 0x127cc)" identifier = (pointer_expression "*(int *)(DAT_00012b20 + 0x127cc)" * (cast_expression "(int *)(DAT_00012b20 + 0x127cc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b20 + 0x127cc)" ( (binary_expression "DAT_00012b20 + 0x127cc" identifier + number_literal) ))))) ;) (expression_statement "iVar16 = *(int *)(DAT_00012b20 + 0x127c8);" (assignment_expression "iVar16 = *(int *)(DAT_00012b20 + 0x127c8)" identifier = (pointer_expression "*(int *)(DAT_00012b20 + 0x127c8)" * (cast_expression "(int *)(DAT_00012b20 + 0x127c8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b20 + 0x127c8)" ( (binary_expression "DAT_00012b20 + 0x127c8" identifier + number_literal) ))))) ;) (expression_statement "iVar12 = *(int *)(iVar16 + iVar15 * 4);" (assignment_expression "iVar12 = *(int *)(iVar16 + iVar15 * 4)" identifier = (pointer_expression "*(int *)(iVar16 + iVar15 * 4)" * (cast_expression "(int *)(iVar16 + iVar15 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar16 + iVar15 * 4)" ( (binary_expression "iVar16 + iVar15 * 4" identifier + (binary_expression "iVar15 * 4" identifier * number_literal)) ))))) ;) (expression_statement "uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);" (assignment_expression "uVar9 = *(uint *)(DAT_00012b20 + 0x127d0)" identifier = (pointer_expression "*(uint *)(DAT_00012b20 + 0x127d0)" * (cast_expression "(uint *)(DAT_00012b20 + 0x127d0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b20 + 0x127d0)" ( (binary_expression "DAT_00012b20 + 0x127d0" identifier + number_literal) ))))) ;) (expression_statement "puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);" (assignment_expression "puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28)" identifier = (pointer_expression "*(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28)" * (cast_expression "(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00012b24 + 0x127e4 + DAT_00012b28)" ( (binary_expression "DAT_00012b24 + 0x127e4 + DAT_00012b28" (binary_expression "DAT_00012b24 + 0x127e4" identifier + number_literal) + identifier) ))))) ;) (expression_statement "puVar10 = (undefined1 *)*puVar13;" (assignment_expression "puVar10 = (undefined1 *)*puVar13" identifier = (cast_expression "(undefined1 *)*puVar13" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar13" * identifier))) ;) (if_statement "if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);\n }" if (parenthesized_expression "((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9)" ( (binary_expression "(uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9" (call_expression "(uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1)" ( (binary_expression "*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1" (binary_expression "*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4)" (pointer_expression "*(int *)(iVar12 + 4)" * (cast_expression "(int *)(iVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) + (pointer_expression "*(int *)(DAT_00012b20 + 0x127e4)" * (cast_expression "(int *)(DAT_00012b20 + 0x127e4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b20 + 0x127e4)" ( (binary_expression "DAT_00012b20 + 0x127e4" identifier + number_literal) ))))) + number_literal) ))) < identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);\n }" { comment (expression_statement "FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);" (call_expression "FUN_00012350((int)&DAT_00012b20 + DAT_00012b58)" identifier (argument_list "((int)&DAT_00012b20 + DAT_00012b58)" ( (binary_expression "(int)&DAT_00012b20 + DAT_00012b58" (cast_expression "(int)&DAT_00012b20" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DAT_00012b20" & identifier)) + identifier) ))) ;) })) (expression_statement "iVar14 = uVar9 - (int)puVar10;" (assignment_expression "iVar14 = uVar9 - (int)puVar10" identifier = (binary_expression "uVar9 - (int)puVar10" identifier - (cast_expression "(int)puVar10" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }" if (parenthesized_expression "(*(int *)(iVar12 + 0x28) == 0)" ( (binary_expression "*(int *)(iVar12 + 0x28) == 0" (pointer_expression "*(int *)(iVar12 + 0x28)" * (cast_expression "(int *)(iVar12 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x28)" ( (binary_expression "iVar12 + 0x28" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }" { (if_statement "if (iVar14 != 1) {\n iVar14 = 2;\n }" if (parenthesized_expression "(iVar14 != 1)" ( (binary_expression "iVar14 != 1" identifier != number_literal) )) (compound_statement "{\n iVar14 = 2;\n }" { (expression_statement "iVar14 = 2;" (assignment_expression "iVar14 = 2" identifier = number_literal) ;) })) (return_statement "return iVar14;" return identifier ;) })) (expression_statement "iVar14 = iVar14 + -1;" (assignment_expression "iVar14 = iVar14 + -1" identifier = (binary_expression "iVar14 + -1" identifier + number_literal)) ;) (if_statement "if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }" if (parenthesized_expression "(0 < iVar14)" ( (binary_expression "0 < iVar14" number_literal < identifier) )) (compound_statement "{\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }" { (expression_statement "puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);" (assignment_expression "puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1)" identifier = (cast_expression "(undefined1 *)(*(int *)(iVar12 + 4) + -1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar12 + 4) + -1)" ( (binary_expression "*(int *)(iVar12 + 4) + -1" (pointer_expression "*(int *)(iVar12 + 4)" * (cast_expression "(int *)(iVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "puVar7 = puVar10;" (assignment_expression "puVar7 = puVar10" identifier = identifier) ;) (do_statement "do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);" do (compound_statement "{\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n }" { (expression_statement "puVar6 = puVar7 + 1;" (assignment_expression "puVar6 = puVar7 + 1" identifier = (binary_expression "puVar7 + 1" identifier + number_literal)) ;) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" identifier = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) (expression_statement "*puVar2 = *puVar7;" (assignment_expression "*puVar2 = *puVar7" (pointer_expression "*puVar2" * identifier) = (pointer_expression "*puVar7" * identifier)) ;) (expression_statement "puVar7 = puVar6;" (assignment_expression "puVar7 = puVar6" identifier = identifier) ;) }) while (parenthesized_expression "(puVar10 + iVar14 != puVar6)" ( (binary_expression "puVar10 + iVar14 != puVar6" (binary_expression "puVar10 + iVar14" identifier + identifier) != identifier) )) ;) (expression_statement "iVar12 = *(int *)(iVar16 + iVar15 * 4);" (assignment_expression "iVar12 = *(int *)(iVar16 + iVar15 * 4)" identifier = (pointer_expression "*(int *)(iVar16 + iVar15 * 4)" * (cast_expression "(int *)(iVar16 + iVar15 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar16 + iVar15 * 4)" ( (binary_expression "iVar16 + iVar15 * 4" identifier + (binary_expression "iVar15 * 4" identifier * number_literal)) ))))) ;) })) (expression_statement "iVar1 = DAT_00012b2c;" (assignment_expression "iVar1 = DAT_00012b2c" identifier = identifier) ;) (if_statement "if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = DAT_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }" if (parenthesized_expression "(*(int *)(iVar12 + 0x2c) == 2)" ( (binary_expression "*(int *)(iVar12 + 0x2c) == 2" (pointer_expression "*(int *)(iVar12 + 0x2c)" * (cast_expression "(int *)(iVar12 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x2c)" ( (binary_expression "iVar12 + 0x2c" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = DAT_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }" { (expression_statement "*(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;" (assignment_expression "*(undefined4 *)(DAT_00012b48 + 0x12a90) = 0" (pointer_expression "*(undefined4 *)(DAT_00012b48 + 0x12a90)" * (cast_expression "(undefined4 *)(DAT_00012b48 + 0x12a90)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b48 + 0x12a90)" ( (binary_expression "DAT_00012b48 + 0x12a90" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(iVar12 + 0x10) = 0;" (assignment_expression "*(undefined4 *)(iVar12 + 0x10) = 0" (pointer_expression "*(undefined4 *)(iVar12 + 0x10)" * (cast_expression "(undefined4 *)(iVar12 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x10)" ( (binary_expression "iVar12 + 0x10" identifier + number_literal) )))) = number_literal) ;) (labeled_statement "LAB_00012a30:\n iVar12 = DAT_00012b50;" statement_identifier : (expression_statement "iVar12 = DAT_00012b50;" (assignment_expression "iVar12 = DAT_00012b50" identifier = identifier) ;)) (if_statement "if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }" if (parenthesized_expression "(iVar14 == 0)" ( (binary_expression "iVar14 == 0" identifier == number_literal) )) (compound_statement "{\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }" { (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) (expression_statement "FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));" (call_expression "FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4))" identifier (argument_list "(*(undefined4 *)(DAT_00012b50 + 0x12ad4))" ( (pointer_expression "*(undefined4 *)(DAT_00012b50 + 0x12ad4)" * (cast_expression "(undefined4 *)(DAT_00012b50 + 0x12ad4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b50 + 0x12ad4)" ( (binary_expression "DAT_00012b50 + 0x12ad4" identifier + number_literal) )))) ))) ;) (expression_statement "puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);" (assignment_expression "puVar2 = *(undefined1 **)(iVar12 + 0x12ad0)" identifier = (pointer_expression "*(undefined1 **)(iVar12 + 0x12ad0)" * (cast_expression "(undefined1 **)(iVar12 + 0x12ad0)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x12ad0)" ( (binary_expression "iVar12 + 0x12ad0" identifier + number_literal) ))))) ;) (expression_statement "piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" identifier = (cast_expression "(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" ( (binary_expression "*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab4)" * (cast_expression "(int *)(iVar12 + 0x12ab4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x12ab4)" ( (binary_expression "iVar12 + 0x12ab4" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab8)" * (cast_expression "(int *)(iVar12 + 0x12ab8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x12ab8)" ( (binary_expression "iVar12 + 0x12ab8" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" * (cast_expression "(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" ( (binary_expression "*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab4)" * (cast_expression "(int *)(iVar12 + 0x12ab4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x12ab4)" ( (binary_expression "iVar12 + 0x12ab4" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab8)" * (cast_expression "(int *)(iVar12 + 0x12ab8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x12ab8)" ( (binary_expression "iVar12 + 0x12ab8" identifier + number_literal) )))) * number_literal)) ))))) ;) }) (else_clause "else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }" else (compound_statement "{\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }" { (expression_statement "iVar15 = 2;" (assignment_expression "iVar15 = 2" identifier = number_literal) ;) (expression_statement "puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);" (assignment_expression "puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68)" identifier = (pointer_expression "*(undefined1 **)(DAT_00012b44 + 0x12a68)" * (cast_expression "(undefined1 **)(DAT_00012b44 + 0x12a68)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00012b44 + 0x12a68)" ( (binary_expression "DAT_00012b44 + 0x12a68" identifier + number_literal) ))))) ;) (expression_statement "iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" identifier = (pointer_expression "*(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" * (cast_expression "(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" ( (binary_expression "*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a4c)" * (cast_expression "(int *)(DAT_00012b44 + 0x12a4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b44 + 0x12a4c)" ( (binary_expression "DAT_00012b44 + 0x12a4c" identifier + number_literal) )))) + (binary_expression "*(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a50)" * (cast_expression "(int *)(DAT_00012b44 + 0x12a50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b44 + 0x12a50)" ( (binary_expression "DAT_00012b44 + 0x12a50" identifier + number_literal) )))) * number_literal)) ))))) ;) (expression_statement "piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" identifier = (cast_expression "(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" ( (binary_expression "*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a4c)" * (cast_expression "(int *)(DAT_00012b44 + 0x12a4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b44 + 0x12a4c)" ( (binary_expression "DAT_00012b44 + 0x12a4c" identifier + number_literal) )))) + (binary_expression "*(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a50)" * (cast_expression "(int *)(DAT_00012b44 + 0x12a50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00012b44 + 0x12a50)" ( (binary_expression "DAT_00012b44 + 0x12a50" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "*(undefined4 *)(iVar12 + 0x2c) = 2;" (assignment_expression "*(undefined4 *)(iVar12 + 0x2c) = 2" (pointer_expression "*(undefined4 *)(iVar12 + 0x2c)" * (cast_expression "(undefined4 *)(iVar12 + 0x2c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x2c)" ( (binary_expression "iVar12 + 0x2c" identifier + number_literal) )))) = number_literal) ;) }))) }) (else_clause "else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }" else (compound_statement "{\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }" { (expression_statement "puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);" (assignment_expression "puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9)" identifier = (binary_expression "puVar10 + (*(int *)(iVar12 + 0xc) - uVar9)" identifier + (parenthesized_expression "(*(int *)(iVar12 + 0xc) - uVar9)" ( (binary_expression "*(int *)(iVar12 + 0xc) - uVar9" (pointer_expression "*(int *)(iVar12 + 0xc)" * (cast_expression "(int *)(iVar12 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) )))) - identifier) )))) ;) (expression_statement "iVar8 = DAT_00012b3c;" (assignment_expression "iVar8 = DAT_00012b3c" identifier = identifier) ;) (while_statement "while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }" while (parenthesized_expression "(DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0)" ( (comma_expression "DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0" (assignment_expression "DAT_00012b3c = iVar8" identifier = identifier) , (binary_expression "puVar10 == (undefined1 *)0x0" identifier == (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) )) (compound_statement "{\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }" { (expression_statement "pvVar4 = *(void **)(iVar12 + 4);" (assignment_expression "pvVar4 = *(void **)(iVar12 + 4)" identifier = (pointer_expression "*(void **)(iVar12 + 4)" * (cast_expression "(void **)(iVar12 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) ))))) ;) (if_statement "if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }" if (parenthesized_expression "(*(int *)(iVar12 + 0x14) == 0)" ( (binary_expression "*(int *)(iVar12 + 0x14) == 0" (pointer_expression "*(int *)(iVar12 + 0x14)" * (cast_expression "(int *)(iVar12 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x14)" ( (binary_expression "iVar12 + 0x14" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }" { (expression_statement "*(undefined4 *)(iVar12 + 4) = 0;" (assignment_expression "*(undefined4 *)(iVar12 + 4) = 0" (pointer_expression "*(undefined4 *)(iVar12 + 4)" * (cast_expression "(undefined4 *)(iVar12 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) = number_literal) ;) (labeled_statement "LAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);" statement_identifier : comment (expression_statement "FUN_00012350(DAT_00012b30 + 0x128c8);" (call_expression "FUN_00012350(DAT_00012b30 + 0x128c8)" identifier (argument_list "(DAT_00012b30 + 0x128c8)" ( (binary_expression "DAT_00012b30 + 0x128c8" identifier + number_literal) ))) ;)) })) (expression_statement "uVar11 = *(uint *)(iVar12 + 0xc);" (assignment_expression "uVar11 = *(uint *)(iVar12 + 0xc)" identifier = (pointer_expression "*(uint *)(iVar12 + 0xc)" * (cast_expression "(uint *)(iVar12 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "iVar8 = uVar11 << 1;" (assignment_expression "iVar8 = uVar11 << 1" identifier = (binary_expression "uVar11 << 1" identifier << number_literal)) ;) (if_statement "if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (compound_statement "{\n iVar8 = uVar11 + (uVar11 >> 3);\n }" { (expression_statement "iVar8 = uVar11 + (uVar11 >> 3);" (assignment_expression "iVar8 = uVar11 + (uVar11 >> 3)" identifier = (binary_expression "uVar11 + (uVar11 >> 3)" identifier + (parenthesized_expression "(uVar11 >> 3)" ( (binary_expression "uVar11 >> 3" identifier >> number_literal) )))) ;) })) (expression_statement "*(int *)(iVar12 + 0xc) = iVar8;" (assignment_expression "*(int *)(iVar12 + 0xc) = iVar8" (pointer_expression "*(int *)(iVar12 + 0xc)" * (cast_expression "(int *)(iVar12 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "pvVar3 = realloc(pvVar4,iVar8 + 2);" (assignment_expression "pvVar3 = realloc(pvVar4,iVar8 + 2)" identifier = (call_expression "realloc(pvVar4,iVar8 + 2)" identifier (argument_list "(pvVar4,iVar8 + 2)" ( identifier , (binary_expression "iVar8 + 2" identifier + number_literal) )))) ;) (expression_statement "*(void **)(iVar12 + 4) = pvVar3;" (assignment_expression "*(void **)(iVar12 + 4) = pvVar3" (pointer_expression "*(void **)(iVar12 + 4)" * (cast_expression "(void **)(iVar12 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) = identifier) ;) (if_statement "if (pvVar3 == (void *)0x0) goto LAB_000128bc;" if (parenthesized_expression "(pvVar3 == (void *)0x0)" ( (binary_expression "pvVar3 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_000128bc;" goto statement_identifier ;)) (expression_statement "iVar12 = *(int *)(iVar16 + iVar15 * 4);" (assignment_expression "iVar12 = *(int *)(iVar16 + iVar15 * 4)" identifier = (pointer_expression "*(int *)(iVar16 + iVar15 * 4)" * (cast_expression "(int *)(iVar16 + iVar15 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar16 + iVar15 * 4)" ( (binary_expression "iVar16 + iVar15 * 4" identifier + (binary_expression "iVar15 * 4" identifier * number_literal)) ))))) ;) (expression_statement "uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);" (assignment_expression "uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4)" identifier = (binary_expression "(int)pvVar3 + (uVar9 - (int)pvVar4)" (cast_expression "(int)pvVar3" ( (type_descriptor "int" primitive_type) ) identifier) + (parenthesized_expression "(uVar9 - (int)pvVar4)" ( (binary_expression "uVar9 - (int)pvVar4" identifier - (cast_expression "(int)pvVar4" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ;) (expression_statement "iVar8 = *(int *)(iVar12 + 0xc);" (assignment_expression "iVar8 = *(int *)(iVar12 + 0xc)" identifier = (pointer_expression "*(int *)(iVar12 + 0xc)" * (cast_expression "(int *)(iVar12 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "*(uint *)(iVar1 + 0x12870) = uVar9;" (assignment_expression "*(uint *)(iVar1 + 0x12870) = uVar9" (pointer_expression "*(uint *)(iVar1 + 0x12870)" * (cast_expression "(uint *)(iVar1 + 0x12870)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x12870)" ( (binary_expression "iVar1 + 0x12870" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);" (assignment_expression "puVar10 = (undefined1 *)((iVar8 - iVar14) + -1)" identifier = (cast_expression "(undefined1 *)((iVar8 - iVar14) + -1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((iVar8 - iVar14) + -1)" ( (binary_expression "(iVar8 - iVar14) + -1" (parenthesized_expression "(iVar8 - iVar14)" ( (binary_expression "iVar8 - iVar14" identifier - identifier) )) + number_literal) )))) ;) (expression_statement "iVar8 = DAT_00012b3c;" (assignment_expression "iVar8 = DAT_00012b3c" identifier = identifier) ;) })) (if_statement "if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }" if (parenthesized_expression "((undefined1 *)0x1fff < puVar10)" ( (binary_expression "(undefined1 *)0x1fff < puVar10" (cast_expression "(undefined1 *)0x1fff" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) < identifier) )) (compound_statement "{\n puVar10 = (undefined1 *)0x2000;\n }" { (expression_statement "puVar10 = (undefined1 *)0x2000;" (assignment_expression "puVar10 = (undefined1 *)0x2000" identifier = (cast_expression "(undefined1 *)0x2000" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (if_statement "if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }" if (parenthesized_expression "(*(int *)(iVar12 + 0x18) == 0)" ( (binary_expression "*(int *)(iVar12 + 0x18) == 0" (pointer_expression "*(int *)(iVar12 + 0x18)" * (cast_expression "(int *)(iVar12 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x18)" ( (binary_expression "iVar12 + 0x18" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }" { (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "*piVar5 = 0;" (assignment_expression "*piVar5 = 0" (pointer_expression "*piVar5" * identifier) = number_literal) ;) (expression_statement "iVar15 = DAT_00012b34;" (assignment_expression "iVar15 = DAT_00012b34" identifier = identifier) ;) (while_statement "while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }" { (expression_statement "puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));" (assignment_expression "puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" identifier = (cast_expression "(undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" identifier (argument_list "((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" ( (cast_expression "(void *)(*(int *)(iVar12 + 4) + iVar14)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar12 + 4) + iVar14)" ( (binary_expression "*(int *)(iVar12 + 4) + iVar14" (pointer_expression "*(int *)(iVar12 + 4)" * (cast_expression "(int *)(iVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) + identifier) ))) , number_literal , (cast_expression "(size_t)puVar10" ( (type_descriptor "size_t" primitive_type) ) identifier) , (pointer_expression "*(FILE **)(iVar15 + 0x1292c)" * (cast_expression "(FILE **)(iVar15 + 0x1292c)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar15 + 0x1292c)" ( (binary_expression "iVar15 + 0x1292c" identifier + number_literal) )))) ))))) ;) (expression_statement "*(undefined1 **)(iVar15 + 0x12928) = puVar2;" (assignment_expression "*(undefined1 **)(iVar15 + 0x12928) = puVar2" (pointer_expression "*(undefined1 **)(iVar15 + 0x12928)" * (cast_expression "(undefined1 **)(iVar15 + 0x12928)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar15 + 0x12928)" ( (binary_expression "iVar15 + 0x12928" identifier + number_literal) )))) = identifier) ;) (if_statement "if (puVar2 != (undefined1 *)0x0) break;" if (parenthesized_expression "(puVar2 != (undefined1 *)0x0)" ( (binary_expression "puVar2 != (undefined1 *)0x0" identifier != (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));" (assignment_expression "iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c))" identifier = (call_expression "ferror(*(FILE **)(iVar15 + 0x1292c))" identifier (argument_list "(*(FILE **)(iVar15 + 0x1292c))" ( (pointer_expression "*(FILE **)(iVar15 + 0x1292c)" * (cast_expression "(FILE **)(iVar15 + 0x1292c)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar15 + 0x1292c)" ( (binary_expression "iVar15 + 0x1292c" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }" if (parenthesized_expression "(iVar12 == 0)" ( (binary_expression "iVar12 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }" { (expression_statement "*(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;" (assignment_expression "*(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0" (pointer_expression "*(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10)" * (cast_expression "(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10)" ( (binary_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10" (pointer_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" * (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" * (cast_expression "(int *)(iVar15 + 0x1290c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1290c)" ( (binary_expression "iVar15 + 0x1290c" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" * (cast_expression "(int *)(iVar15 + 0x12910)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x12910)" ( (binary_expression "iVar15 + 0x12910" identifier + number_literal) )))) * number_literal)) )))) + number_literal) )))) = number_literal) ;) (goto_statement "goto LAB_00012a30;" goto statement_identifier ;) })) (if_statement "if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }" if (parenthesized_expression "(*piVar5 != 4)" ( (binary_expression "*piVar5 != 4" (pointer_expression "*piVar5" * identifier) != number_literal) )) (compound_statement "{\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }" { (labeled_statement "LAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);" statement_identifier : comment (expression_statement "FUN_00012350(DAT_00012b54 + 0x12b14);" (call_expression "FUN_00012350(DAT_00012b54 + 0x12b14)" identifier (argument_list "(DAT_00012b54 + 0x12b14)" ( (binary_expression "DAT_00012b54 + 0x12b14" identifier + number_literal) ))) ;)) })) (expression_statement "*piVar5 = 0;" (assignment_expression "*piVar5 = 0" (pointer_expression "*piVar5" * identifier) = number_literal) ;) (expression_statement "clearerr(*(FILE **)(iVar15 + 0x1292c));" (call_expression "clearerr(*(FILE **)(iVar15 + 0x1292c))" identifier (argument_list "(*(FILE **)(iVar15 + 0x1292c))" ( (pointer_expression "*(FILE **)(iVar15 + 0x1292c)" * (cast_expression "(FILE **)(iVar15 + 0x1292c)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar15 + 0x1292c)" ( (binary_expression "iVar15 + 0x1292c" identifier + number_literal) )))) ))) ;) (expression_statement "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" * (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" * (cast_expression "(int *)(iVar15 + 0x1290c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1290c)" ( (binary_expression "iVar15 + 0x1290c" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" * (cast_expression "(int *)(iVar15 + 0x12910)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x12910)" ( (binary_expression "iVar15 + 0x12910" identifier + number_literal) )))) * number_literal)) ))))) ;) })) (expression_statement "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" * (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" * (cast_expression "(int *)(iVar15 + 0x1290c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1290c)" ( (binary_expression "iVar15 + 0x1290c" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" * (cast_expression "(int *)(iVar15 + 0x12910)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x12910)" ( (binary_expression "iVar15 + 0x12910" identifier + number_literal) )))) * number_literal)) ))))) ;) (expression_statement "piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" identifier = (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" ( (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" * (cast_expression "(int *)(iVar15 + 0x1290c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1290c)" ( (binary_expression "iVar15 + 0x1290c" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" * (cast_expression "(int *)(iVar15 + 0x12910)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x12910)" ( (binary_expression "iVar15 + 0x12910" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "*(undefined1 **)(iVar12 + 0x10) = puVar2;" (assignment_expression "*(undefined1 **)(iVar12 + 0x10) = puVar2" (pointer_expression "*(undefined1 **)(iVar12 + 0x10)" * (cast_expression "(undefined1 **)(iVar12 + 0x10)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x10)" ( (binary_expression "iVar12 + 0x10" identifier + number_literal) )))) = identifier) ;) }) (else_clause "else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }" else (compound_statement "{\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }" { (expression_statement "puVar7 = (undefined1 *)0x0;" (assignment_expression "puVar7 = (undefined1 *)0x0" identifier = (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);" do (compound_statement "{\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n }" { (expression_statement "iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));" (assignment_expression "iVar12 = getc(*(FILE **)(iVar8 + 0x129fc))" identifier = (call_expression "getc(*(FILE **)(iVar8 + 0x129fc))" identifier (argument_list "(*(FILE **)(iVar8 + 0x129fc))" ( (pointer_expression "*(FILE **)(iVar8 + 0x129fc)" * (cast_expression "(FILE **)(iVar8 + 0x129fc)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar8 + 0x129fc)" ( (binary_expression "iVar8 + 0x129fc" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }" if (parenthesized_expression "(iVar12 == -1)" ( (binary_expression "iVar12 == -1" identifier == number_literal) )) (compound_statement "{\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }" { (expression_statement "iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));" (assignment_expression "iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc))" identifier = (call_expression "ferror(*(FILE **)(iVar8 + 0x129fc))" identifier (argument_list "(*(FILE **)(iVar8 + 0x129fc))" ( (pointer_expression "*(FILE **)(iVar8 + 0x129fc)" * (cast_expression "(FILE **)(iVar8 + 0x129fc)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar8 + 0x129fc)" ( (binary_expression "iVar8 + 0x129fc" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar12 != 0) goto LAB_00012b08;" if (parenthesized_expression "(iVar12 != 0)" ( (binary_expression "iVar12 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00012b08;" goto statement_identifier ;)) (expression_statement "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" identifier = (cast_expression "(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (binary_expression "*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129dc)" * (cast_expression "(int *)(iVar8 + 0x129dc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129dc)" ( (binary_expression "iVar8 + 0x129dc" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129e0)" * (cast_expression "(int *)(iVar8 + 0x129e0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129e0)" ( (binary_expression "iVar8 + 0x129e0" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "puVar2 = puVar7;" (assignment_expression "puVar2 = puVar7" identifier = identifier) ;) (break_statement "break;" break ;) })) (expression_statement "iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);" (assignment_expression "iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" identifier = (pointer_expression "*(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" * (cast_expression "(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" ( (binary_expression "*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4" (pointer_expression "*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" * (cast_expression "(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (binary_expression "*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129dc)" * (cast_expression "(int *)(iVar8 + 0x129dc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129dc)" ( (binary_expression "iVar8 + 0x129dc" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129e0)" * (cast_expression "(int *)(iVar8 + 0x129e0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129e0)" ( (binary_expression "iVar8 + 0x129e0" identifier + number_literal) )))) * number_literal)) )))) + number_literal) ))))) ;) (expression_statement "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" identifier = (cast_expression "(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" ( (binary_expression "*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129dc)" * (cast_expression "(int *)(iVar8 + 0x129dc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129dc)" ( (binary_expression "iVar8 + 0x129dc" identifier + number_literal) )))) + (binary_expression "*(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129e0)" * (cast_expression "(int *)(iVar8 + 0x129e0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x129e0)" ( (binary_expression "iVar8 + 0x129e0" identifier + number_literal) )))) * number_literal)) )))) ;) (expression_statement "puVar6 = puVar7 + 1;" (assignment_expression "puVar6 = puVar7 + 1" identifier = (binary_expression "puVar7 + 1" identifier + number_literal)) ;) (if_statement "if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }" if (parenthesized_expression "(iVar12 == 10)" ( (binary_expression "iVar12 == 10" identifier == number_literal) )) (compound_statement "{\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }" { (expression_statement "puVar7[iVar15 + iVar14] = (char)iVar12;" (assignment_expression "puVar7[iVar15 + iVar14] = (char)iVar12" (subscript_expression "puVar7[iVar15 + iVar14]" identifier [ (binary_expression "iVar15 + iVar14" identifier + identifier) ]) = (cast_expression "(char)iVar12" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "puVar2 = puVar6;" (assignment_expression "puVar2 = puVar6" identifier = identifier) ;) (break_statement "break;" break ;) })) (expression_statement "puVar7[iVar15 + iVar14] = (char)iVar12;" (assignment_expression "puVar7[iVar15 + iVar14] = (char)iVar12" (subscript_expression "puVar7[iVar15 + iVar14]" identifier [ (binary_expression "iVar15 + iVar14" identifier + identifier) ]) = (cast_expression "(char)iVar12" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "puVar7 = puVar6;" (assignment_expression "puVar7 = puVar6" identifier = identifier) ;) (expression_statement "puVar2 = puVar10;" (assignment_expression "puVar2 = puVar10" identifier = identifier) ;) }) while (parenthesized_expression "(puVar10 != puVar6)" ( (binary_expression "puVar10 != puVar6" identifier != identifier) )) ;) (expression_statement "iVar12 = *piVar5;" (assignment_expression "iVar12 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) (expression_statement "*(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;" (assignment_expression "*(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2" (pointer_expression "*(undefined1 **)(DAT_00012b40 + 0x12a44)" * (cast_expression "(undefined1 **)(DAT_00012b40 + 0x12a44)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00012b40 + 0x12a44)" ( (binary_expression "DAT_00012b40 + 0x12a44" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined1 **)(iVar12 + 0x10) = puVar2;" (assignment_expression "*(undefined1 **)(iVar12 + 0x10) = puVar2" (pointer_expression "*(undefined1 **)(iVar12 + 0x10)" * (cast_expression "(undefined1 **)(iVar12 + 0x10)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x10)" ( (binary_expression "iVar12 + 0x10" identifier + number_literal) )))) = identifier) ;) (if_statement "if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;" if (parenthesized_expression "(puVar2 == (undefined1 *)0x0)" ( (binary_expression "puVar2 == (undefined1 *)0x0" identifier == (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00012a30;" goto statement_identifier ;)) }))) (expression_statement "iVar15 = 0;" (assignment_expression "iVar15 = 0" identifier = number_literal) ;) }))) (expression_statement "puVar10 = puVar2 + iVar14;" (assignment_expression "puVar10 = puVar2 + iVar14" identifier = (binary_expression "puVar2 + iVar14" identifier + identifier)) ;) (expression_statement "pvVar4 = *(void **)(iVar12 + 4);" (assignment_expression "pvVar4 = *(void **)(iVar12 + 4)" identifier = (pointer_expression "*(void **)(iVar12 + 4)" * (cast_expression "(void **)(iVar12 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) ))))) ;) (if_statement "if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }\n }" if (parenthesized_expression "(*(undefined1 **)(iVar12 + 0xc) < puVar10)" ( (binary_expression "*(undefined1 **)(iVar12 + 0xc) < puVar10" (pointer_expression "*(undefined1 **)(iVar12 + 0xc)" * (cast_expression "(undefined1 **)(iVar12 + 0xc)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0xc)" ( (binary_expression "iVar12 + 0xc" identifier + number_literal) )))) < identifier) )) (compound_statement "{\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }\n }" { (expression_statement "pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));" (assignment_expression "pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)))" identifier = (call_expression "realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)))" identifier (argument_list "(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)))" ( identifier , (cast_expression "(size_t)(puVar10 + ((uint)puVar2 >> 1))" ( (type_descriptor "size_t" primitive_type) ) (parenthesized_expression "(puVar10 + ((uint)puVar2 >> 1))" ( (binary_expression "puVar10 + ((uint)puVar2 >> 1)" identifier + (parenthesized_expression "((uint)puVar2 >> 1)" ( (binary_expression "(uint)puVar2 >> 1" (cast_expression "(uint)puVar2" ( (type_descriptor "uint" type_identifier) ) identifier) >> number_literal) ))) ))) )))) ;) (expression_statement "iVar16 = *piVar5;" (assignment_expression "iVar16 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) (expression_statement "*(void **)(iVar12 + 4) = pvVar4;" (assignment_expression "*(void **)(iVar12 + 4) = pvVar4" (pointer_expression "*(void **)(iVar12 + 4)" * (cast_expression "(void **)(iVar12 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "pvVar4 = *(void **)(iVar16 + 4);" (assignment_expression "pvVar4 = *(void **)(iVar16 + 4)" identifier = (pointer_expression "*(void **)(iVar16 + 4)" * (cast_expression "(void **)(iVar16 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar16 + 4)" ( (binary_expression "iVar16 + 4" identifier + number_literal) ))))) ;) (if_statement "if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }" if (parenthesized_expression "(pvVar4 == (void *)0x0)" ( (binary_expression "pvVar4 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }" { comment (expression_statement "FUN_00012350(DAT_00012b4c + 0x12aa0);" (call_expression "FUN_00012350(DAT_00012b4c + 0x12aa0)" identifier (argument_list "(DAT_00012b4c + 0x12aa0)" ( (binary_expression "DAT_00012b4c + 0x12aa0" identifier + number_literal) ))) ;) })) })) (expression_statement "*(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;" (assignment_expression "*(undefined1 *)((int)pvVar4 + (int)puVar10) = 0" (pointer_expression "*(undefined1 *)((int)pvVar4 + (int)puVar10)" * (cast_expression "(undefined1 *)((int)pvVar4 + (int)puVar10)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)pvVar4 + (int)puVar10)" ( (binary_expression "(int)pvVar4 + (int)puVar10" (cast_expression "(int)pvVar4" ( (type_descriptor "int" primitive_type) ) identifier) + (cast_expression "(int)puVar10" ( (type_descriptor "int" primitive_type) ) identifier)) )))) = number_literal) ;) (expression_statement "iVar12 = *(int *)(*piVar5 + 4);" (assignment_expression "iVar12 = *(int *)(*piVar5 + 4)" identifier = (pointer_expression "*(int *)(*piVar5 + 4)" * (cast_expression "(int *)(*piVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar5 + 4)" ( (binary_expression "*piVar5 + 4" (pointer_expression "*piVar5" * identifier) + number_literal) ))))) ;) (expression_statement "*(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;" (assignment_expression "*(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10" (pointer_expression "*(undefined1 **)(DAT_00012b38 + 0x129cc)" * (cast_expression "(undefined1 **)(DAT_00012b38 + 0x129cc)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00012b38 + 0x129cc)" ( (binary_expression "DAT_00012b38 + 0x129cc" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar10[iVar12 + 1] = 0;" (assignment_expression "puVar10[iVar12 + 1] = 0" (subscript_expression "puVar10[iVar12 + 1]" identifier [ (binary_expression "iVar12 + 1" identifier + number_literal) ]) = number_literal) ;) (expression_statement "*puVar13 = *(undefined4 *)(*piVar5 + 4);" (assignment_expression "*puVar13 = *(undefined4 *)(*piVar5 + 4)" (pointer_expression "*puVar13" * identifier) = (pointer_expression "*(undefined4 *)(*piVar5 + 4)" * (cast_expression "(undefined4 *)(*piVar5 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar5 + 4)" ( (binary_expression "*piVar5 + 4" (pointer_expression "*piVar5" * identifier) + number_literal) ))))) ;) (return_statement "return iVar15;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))) < IDENT) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (pointer_expression & IDENT)) + IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = 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 (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) ))))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (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) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT)) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (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) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - IDENT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (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 (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) )))) = LIT) ;) (labeled_statement statement_identifier : comment (expression_statement (call_expression IDENT (argument_list ( (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 = (binary_expression IDENT << LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (parenthesized_expression ( (binary_expression IDENT >> LIT) )))) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (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 IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (parenthesized_expression ( (binary_expression IDENT - (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + IDENT) ))) , LIT , (cast_expression ( (type_descriptor TYPE) ) IDENT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT)) )))) + LIT) )))) = LIT) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (compound_statement { (labeled_statement statement_identifier : comment (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;)) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor 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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (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 *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT)) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) 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 * (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 = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT)) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (break_statement break ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT)) )))) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT)) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ (binary_expression IDENT + IDENT) ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (break_statement break ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ (binary_expression IDENT + IDENT) ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * 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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression IDENT = LIT) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) ))) ))) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * 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 = (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 { comment (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) })) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + 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 (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (return_statement return IDENT ;) })))
(function_definition "int FUN_000127b4(void)\n\n{\n int iVar1;\n undefined1 *puVar2;\n void *pvVar3;\n void *pvVar4;\n int *piVar5;\n undefined1 *puVar6;\n int iVar8;\n uint uVar9;\n undefined1 *puVar10;\n uint uVar11;\n int iVar12;\n undefined4 *puVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n undefined1 *puVar7;\n \n iVar15 = *(int *)(DAT_00012b20 + 0x127cc);\n iVar16 = *(int *)(DAT_00012b20 + 0x127c8);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);\n puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);\n puVar10 = (undefined1 *)*puVar13;\n if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);\n }\n iVar14 = uVar9 - (int)puVar10;\n if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }\n iVar14 = iVar14 + -1;\n if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }\n iVar1 = DAT_00012b2c;\n if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = DAT_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }\n puVar10 = puVar2 + iVar14;\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }\n }\n *(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;\n iVar12 = *(int *)(*piVar5 + 4);\n *(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;\n puVar10[iVar12 + 1] = 0;\n *puVar13 = *(undefined4 *)(*piVar5 + 4);\n return iVar15;\n}" (primitive_type "int") (function_declarator "FUN_000127b4(void)" (identifier "FUN_000127b4") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int iVar1;\n undefined1 *puVar2;\n void *pvVar3;\n void *pvVar4;\n int *piVar5;\n undefined1 *puVar6;\n int iVar8;\n uint uVar9;\n undefined1 *puVar10;\n uint uVar11;\n int iVar12;\n undefined4 *puVar13;\n int iVar14;\n int iVar15;\n int iVar16;\n undefined1 *puVar7;\n \n iVar15 = *(int *)(DAT_00012b20 + 0x127cc);\n iVar16 = *(int *)(DAT_00012b20 + 0x127c8);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);\n puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);\n puVar10 = (undefined1 *)*puVar13;\n if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);\n }\n iVar14 = uVar9 - (int)puVar10;\n if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }\n iVar14 = iVar14 + -1;\n if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }\n iVar1 = DAT_00012b2c;\n if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = DAT_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }\n puVar10 = puVar2 + iVar14;\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }\n }\n *(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;\n iVar12 = *(int *)(*piVar5 + 4);\n *(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;\n puVar10[iVar12 + 1] = 0;\n *puVar13 = *(undefined4 *)(*piVar5 + 4);\n return iVar15;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined1 *puVar2;" (type_identifier "undefined1") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "void *pvVar3;" (primitive_type "void") (pointer_declarator "*pvVar3" (* "*") (identifier "pvVar3")) (; ";")) (declaration "void *pvVar4;" (primitive_type "void") (pointer_declarator "*pvVar4" (* "*") (identifier "pvVar4")) (; ";")) (declaration "int *piVar5;" (primitive_type "int") (pointer_declarator "*piVar5" (* "*") (identifier "piVar5")) (; ";")) (declaration "undefined1 *puVar6;" (type_identifier "undefined1") (pointer_declarator "*puVar6" (* "*") (identifier "puVar6")) (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "uint uVar9;" (type_identifier "uint") (identifier "uVar9") (; ";")) (declaration "undefined1 *puVar10;" (type_identifier "undefined1") (pointer_declarator "*puVar10" (* "*") (identifier "puVar10")) (; ";")) (declaration "uint uVar11;" (type_identifier "uint") (identifier "uVar11") (; ";")) (declaration "int iVar12;" (primitive_type "int") (identifier "iVar12") (; ";")) (declaration "undefined4 *puVar13;" (type_identifier "undefined4") (pointer_declarator "*puVar13" (* "*") (identifier "puVar13")) (; ";")) (declaration "int iVar14;" (primitive_type "int") (identifier "iVar14") (; ";")) (declaration "int iVar15;" (primitive_type "int") (identifier "iVar15") (; ";")) (declaration "int iVar16;" (primitive_type "int") (identifier "iVar16") (; ";")) (declaration "undefined1 *puVar7;" (type_identifier "undefined1") (pointer_declarator "*puVar7" (* "*") (identifier "puVar7")) (; ";")) (expression_statement "iVar15 = *(int *)(DAT_00012b20 + 0x127cc);" (assignment_expression "iVar15 = *(int *)(DAT_00012b20 + 0x127cc)" (identifier "iVar15") (= "=") (pointer_expression "*(int *)(DAT_00012b20 + 0x127cc)" (* "*") (cast_expression "(int *)(DAT_00012b20 + 0x127cc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00012b20 + 0x127cc)" (( "(") (binary_expression "DAT_00012b20 + 0x127cc" (identifier "DAT_00012b20") (+ "+") (number_literal "0x127cc")) () ")"))))) (; ";")) (expression_statement "iVar16 = *(int *)(DAT_00012b20 + 0x127c8);" (assignment_expression "iVar16 = *(int *)(DAT_00012b20 + 0x127c8)" (identifier "iVar16") (= "=") (pointer_expression "*(int *)(DAT_00012b20 + 0x127c8)" (* "*") (cast_expression "(int *)(DAT_00012b20 + 0x127c8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00012b20 + 0x127c8)" (( "(") (binary_expression "DAT_00012b20 + 0x127c8" (identifier "DAT_00012b20") (+ "+") (number_literal "0x127c8")) () ")"))))) (; ";")) (expression_statement "iVar12 = *(int *)(iVar16 + iVar15 * 4);" (assignment_expression "iVar12 = *(int *)(iVar16 + iVar15 * 4)" (identifier "iVar12") (= "=") (pointer_expression "*(int *)(iVar16 + iVar15 * 4)" (* "*") (cast_expression "(int *)(iVar16 + iVar15 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar16 + iVar15 * 4)" (( "(") (binary_expression "iVar16 + iVar15 * 4" (identifier "iVar16") (+ "+") (binary_expression "iVar15 * 4" (identifier "iVar15") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "uVar9 = *(uint *)(DAT_00012b20 + 0x127d0);" (assignment_expression "uVar9 = *(uint *)(DAT_00012b20 + 0x127d0)" (identifier "uVar9") (= "=") (pointer_expression "*(uint *)(DAT_00012b20 + 0x127d0)" (* "*") (cast_expression "(uint *)(DAT_00012b20 + 0x127d0)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00012b20 + 0x127d0)" (( "(") (binary_expression "DAT_00012b20 + 0x127d0" (identifier "DAT_00012b20") (+ "+") (number_literal "0x127d0")) () ")"))))) (; ";")) (expression_statement "puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28);" (assignment_expression "puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28)" (identifier "puVar13") (= "=") (pointer_expression "*(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28)" (* "*") (cast_expression "(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_00012b24 + 0x127e4 + DAT_00012b28)" (( "(") (binary_expression "DAT_00012b24 + 0x127e4 + DAT_00012b28" (binary_expression "DAT_00012b24 + 0x127e4" (identifier "DAT_00012b24") (+ "+") (number_literal "0x127e4")) (+ "+") (identifier "DAT_00012b28")) () ")"))))) (; ";")) (expression_statement "puVar10 = (undefined1 *)*puVar13;" (assignment_expression "puVar10 = (undefined1 *)*puVar13" (identifier "puVar10") (= "=") (cast_expression "(undefined1 *)*puVar13" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar13" (* "*") (identifier "puVar13")))) (; ";")) (if_statement "if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) {\n /* WARNING: Subroutine does not return */\n FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);\n }" (if "if") (parenthesized_expression "((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9)" (( "(") (binary_expression "(uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9" (call_expression "(uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1)" (( "(") (binary_expression "*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1" (binary_expression "*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4)" (pointer_expression "*(int *)(iVar12 + 4)" (* "*") (cast_expression "(int *)(iVar12 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 4)" (( "(") (binary_expression "iVar12 + 4" (identifier "iVar12") (+ "+") (number_literal "4")) () ")")))) (+ "+") (pointer_expression "*(int *)(DAT_00012b20 + 0x127e4)" (* "*") (cast_expression "(int *)(DAT_00012b20 + 0x127e4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00012b20 + 0x127e4)" (( "(") (binary_expression "DAT_00012b20 + 0x127e4" (identifier "DAT_00012b20") (+ "+") (number_literal "0x127e4")) () ")"))))) (+ "+") (number_literal "1")) () ")"))) (< "<") (identifier "uVar9")) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "FUN_00012350((int)&DAT_00012b20 + DAT_00012b58);" (call_expression "FUN_00012350((int)&DAT_00012b20 + DAT_00012b58)" (identifier "FUN_00012350") (argument_list "((int)&DAT_00012b20 + DAT_00012b58)" (( "(") (binary_expression "(int)&DAT_00012b20 + DAT_00012b58" (cast_expression "(int)&DAT_00012b20" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "&DAT_00012b20" (& "&") (identifier "DAT_00012b20"))) (+ "+") (identifier "DAT_00012b58")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar14 = uVar9 - (int)puVar10;" (assignment_expression "iVar14 = uVar9 - (int)puVar10" (identifier "iVar14") (= "=") (binary_expression "uVar9 - (int)puVar10" (identifier "uVar9") (- "-") (cast_expression "(int)puVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar10")))) (; ";")) (if_statement "if (*(int *)(iVar12 + 0x28) == 0) {\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }" (if "if") (parenthesized_expression "(*(int *)(iVar12 + 0x28) == 0)" (( "(") (binary_expression "*(int *)(iVar12 + 0x28) == 0" (pointer_expression "*(int *)(iVar12 + 0x28)" (* "*") (cast_expression "(int *)(iVar12 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x28)" (( "(") (binary_expression "iVar12 + 0x28" (identifier "iVar12") (+ "+") (number_literal "0x28")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (iVar14 != 1) {\n iVar14 = 2;\n }\n return iVar14;\n }" ({ "{") (if_statement "if (iVar14 != 1) {\n iVar14 = 2;\n }" (if "if") (parenthesized_expression "(iVar14 != 1)" (( "(") (binary_expression "iVar14 != 1" (identifier "iVar14") (!= "!=") (number_literal "1")) () ")")) (compound_statement "{\n iVar14 = 2;\n }" ({ "{") (expression_statement "iVar14 = 2;" (assignment_expression "iVar14 = 2" (identifier "iVar14") (= "=") (number_literal "2")) (; ";")) (} "}"))) (return_statement "return iVar14;" (return "return") (identifier "iVar14") (; ";")) (} "}"))) (expression_statement "iVar14 = iVar14 + -1;" (assignment_expression "iVar14 = iVar14 + -1" (identifier "iVar14") (= "=") (binary_expression "iVar14 + -1" (identifier "iVar14") (+ "+") (number_literal "-1"))) (; ";")) (if_statement "if (0 < iVar14) {\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }" (if "if") (parenthesized_expression "(0 < iVar14)" (( "(") (binary_expression "0 < iVar14" (number_literal "0") (< "<") (identifier "iVar14")) () ")")) (compound_statement "{\n puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);\n puVar7 = puVar10;\n do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n }" ({ "{") (expression_statement "puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1);" (assignment_expression "puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1)" (identifier "puVar2") (= "=") (cast_expression "(undefined1 *)(*(int *)(iVar12 + 4) + -1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar12 + 4) + -1)" (( "(") (binary_expression "*(int *)(iVar12 + 4) + -1" (pointer_expression "*(int *)(iVar12 + 4)" (* "*") (cast_expression "(int *)(iVar12 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 4)" (( "(") (binary_expression "iVar12 + 4" (identifier "iVar12") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "-1")) () ")")))) (; ";")) (expression_statement "puVar7 = puVar10;" (assignment_expression "puVar7 = puVar10" (identifier "puVar7") (= "=") (identifier "puVar10")) (; ";")) (do_statement "do {\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n } while (puVar10 + iVar14 != puVar6);" (do "do") (compound_statement "{\n puVar6 = puVar7 + 1;\n puVar2 = puVar2 + 1;\n *puVar2 = *puVar7;\n puVar7 = puVar6;\n }" ({ "{") (expression_statement "puVar6 = puVar7 + 1;" (assignment_expression "puVar6 = puVar7 + 1" (identifier "puVar6") (= "=") (binary_expression "puVar7 + 1" (identifier "puVar7") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" (identifier "puVar2") (= "=") (binary_expression "puVar2 + 1" (identifier "puVar2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*puVar2 = *puVar7;" (assignment_expression "*puVar2 = *puVar7" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (pointer_expression "*puVar7" (* "*") (identifier "puVar7"))) (; ";")) (expression_statement "puVar7 = puVar6;" (assignment_expression "puVar7 = puVar6" (identifier "puVar7") (= "=") (identifier "puVar6")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar10 + iVar14 != puVar6)" (( "(") (binary_expression "puVar10 + iVar14 != puVar6" (binary_expression "puVar10 + iVar14" (identifier "puVar10") (+ "+") (identifier "iVar14")) (!= "!=") (identifier "puVar6")) () ")")) (; ";")) (expression_statement "iVar12 = *(int *)(iVar16 + iVar15 * 4);" (assignment_expression "iVar12 = *(int *)(iVar16 + iVar15 * 4)" (identifier "iVar12") (= "=") (pointer_expression "*(int *)(iVar16 + iVar15 * 4)" (* "*") (cast_expression "(int *)(iVar16 + iVar15 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar16 + iVar15 * 4)" (( "(") (binary_expression "iVar16 + iVar15 * 4" (identifier "iVar16") (+ "+") (binary_expression "iVar15 * 4" (identifier "iVar15") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (} "}"))) (expression_statement "iVar1 = DAT_00012b2c;" (assignment_expression "iVar1 = DAT_00012b2c" (identifier "iVar1") (= "=") (identifier "DAT_00012b2c")) (; ";")) (if_statement "if (*(int *)(iVar12 + 0x2c) == 2) {\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = DAT_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }\n else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }" (if "if") (parenthesized_expression "(*(int *)(iVar12 + 0x2c) == 2)" (( "(") (binary_expression "*(int *)(iVar12 + 0x2c) == 2" (pointer_expression "*(int *)(iVar12 + 0x2c)" (* "*") (cast_expression "(int *)(iVar12 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x2c)" (( "(") (binary_expression "iVar12 + 0x2c" (identifier "iVar12") (+ "+") (number_literal "0x2c")) () ")")))) (== "==") (number_literal "2")) () ")")) (compound_statement "{\n *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;\n *(undefined4 *)(iVar12 + 0x10) = 0;\nLAB_00012a30:\n iVar12 = DAT_00012b50;\n if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }\n }" ({ "{") (expression_statement "*(undefined4 *)(DAT_00012b48 + 0x12a90) = 0;" (assignment_expression "*(undefined4 *)(DAT_00012b48 + 0x12a90) = 0" (pointer_expression "*(undefined4 *)(DAT_00012b48 + 0x12a90)" (* "*") (cast_expression "(undefined4 *)(DAT_00012b48 + 0x12a90)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00012b48 + 0x12a90)" (( "(") (binary_expression "DAT_00012b48 + 0x12a90" (identifier "DAT_00012b48") (+ "+") (number_literal "0x12a90")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(iVar12 + 0x10) = 0;" (assignment_expression "*(undefined4 *)(iVar12 + 0x10) = 0" (pointer_expression "*(undefined4 *)(iVar12 + 0x10)" (* "*") (cast_expression "(undefined4 *)(iVar12 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x10)" (( "(") (binary_expression "iVar12 + 0x10" (identifier "iVar12") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_00012a30:\n iVar12 = DAT_00012b50;" (statement_identifier "LAB_00012a30") (: ":") (expression_statement "iVar12 = DAT_00012b50;" (assignment_expression "iVar12 = DAT_00012b50" (identifier "iVar12") (= "=") (identifier "DAT_00012b50")) (; ";"))) (if_statement "if (iVar14 == 0) {\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }\n else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }" (if "if") (parenthesized_expression "(iVar14 == 0)" (( "(") (binary_expression "iVar14 == 0" (identifier "iVar14") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar15 = 1;\n FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));\n puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);\n piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);\n }" ({ "{") (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" (identifier "iVar15") (= "=") (number_literal "1")) (; ";")) (expression_statement "FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4));" (call_expression "FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4))" (identifier "FUN_000126ec") (argument_list "(*(undefined4 *)(DAT_00012b50 + 0x12ad4))" (( "(") (pointer_expression "*(undefined4 *)(DAT_00012b50 + 0x12ad4)" (* "*") (cast_expression "(undefined4 *)(DAT_00012b50 + 0x12ad4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00012b50 + 0x12ad4)" (( "(") (binary_expression "DAT_00012b50 + 0x12ad4" (identifier "DAT_00012b50") (+ "+") (number_literal "0x12ad4")) () ")")))) () ")"))) (; ";")) (expression_statement "puVar2 = *(undefined1 **)(iVar12 + 0x12ad0);" (assignment_expression "puVar2 = *(undefined1 **)(iVar12 + 0x12ad0)" (identifier "puVar2") (= "=") (pointer_expression "*(undefined1 **)(iVar12 + 0x12ad0)" (* "*") (cast_expression "(undefined1 **)(iVar12 + 0x12ad0)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 0x12ad0)" (( "(") (binary_expression "iVar12 + 0x12ad0" (identifier "iVar12") (+ "+") (number_literal "0x12ad0")) () ")"))))) (; ";")) (expression_statement "piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" (identifier "piVar5") (= "=") (cast_expression "(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" (( "(") (binary_expression "*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab4)" (* "*") (cast_expression "(int *)(iVar12 + 0x12ab4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x12ab4)" (( "(") (binary_expression "iVar12 + 0x12ab4" (identifier "iVar12") (+ "+") (number_literal "0x12ab4")) () ")")))) (+ "+") (binary_expression "*(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab8)" (* "*") (cast_expression "(int *)(iVar12 + 0x12ab8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x12ab8)" (( "(") (binary_expression "iVar12 + 0x12ab8" (identifier "iVar12") (+ "+") (number_literal "0x12ab8")) () ")")))) (* "*") (number_literal "4"))) () ")")))) (; ";")) (expression_statement "iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" (identifier "iVar12") (= "=") (pointer_expression "*(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4)" (( "(") (binary_expression "*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab4)" (* "*") (cast_expression "(int *)(iVar12 + 0x12ab4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x12ab4)" (( "(") (binary_expression "iVar12 + 0x12ab4" (identifier "iVar12") (+ "+") (number_literal "0x12ab4")) () ")")))) (+ "+") (binary_expression "*(int *)(iVar12 + 0x12ab8) * 4" (pointer_expression "*(int *)(iVar12 + 0x12ab8)" (* "*") (cast_expression "(int *)(iVar12 + 0x12ab8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x12ab8)" (( "(") (binary_expression "iVar12 + 0x12ab8" (identifier "iVar12") (+ "+") (number_literal "0x12ab8")) () ")")))) (* "*") (number_literal "4"))) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }" (else "else") (compound_statement "{\n iVar15 = 2;\n puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);\n iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);\n *(undefined4 *)(iVar12 + 0x2c) = 2;\n }" ({ "{") (expression_statement "iVar15 = 2;" (assignment_expression "iVar15 = 2" (identifier "iVar15") (= "=") (number_literal "2")) (; ";")) (expression_statement "puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68);" (assignment_expression "puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68)" (identifier "puVar2") (= "=") (pointer_expression "*(undefined1 **)(DAT_00012b44 + 0x12a68)" (* "*") (cast_expression "(undefined1 **)(DAT_00012b44 + 0x12a68)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_00012b44 + 0x12a68)" (( "(") (binary_expression "DAT_00012b44 + 0x12a68" (identifier "DAT_00012b44") (+ "+") (number_literal "0x12a68")) () ")"))))) (; ";")) (expression_statement "iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" (identifier "iVar12") (= "=") (pointer_expression "*(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" (* "*") (cast_expression "(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" (( "(") (binary_expression "*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a4c)" (* "*") (cast_expression "(int *)(DAT_00012b44 + 0x12a4c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00012b44 + 0x12a4c)" (( "(") (binary_expression "DAT_00012b44 + 0x12a4c" (identifier "DAT_00012b44") (+ "+") (number_literal "0x12a4c")) () ")")))) (+ "+") (binary_expression "*(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a50)" (* "*") (cast_expression "(int *)(DAT_00012b44 + 0x12a50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00012b44 + 0x12a50)" (( "(") (binary_expression "DAT_00012b44 + 0x12a50" (identifier "DAT_00012b44") (+ "+") (number_literal "0x12a50")) () ")")))) (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" (identifier "piVar5") (= "=") (cast_expression "(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4)" (( "(") (binary_expression "*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a4c)" (* "*") (cast_expression "(int *)(DAT_00012b44 + 0x12a4c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00012b44 + 0x12a4c)" (( "(") (binary_expression "DAT_00012b44 + 0x12a4c" (identifier "DAT_00012b44") (+ "+") (number_literal "0x12a4c")) () ")")))) (+ "+") (binary_expression "*(int *)(DAT_00012b44 + 0x12a50) * 4" (pointer_expression "*(int *)(DAT_00012b44 + 0x12a50)" (* "*") (cast_expression "(int *)(DAT_00012b44 + 0x12a50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00012b44 + 0x12a50)" (( "(") (binary_expression "DAT_00012b44 + 0x12a50" (identifier "DAT_00012b44") (+ "+") (number_literal "0x12a50")) () ")")))) (* "*") (number_literal "4"))) () ")")))) (; ";")) (expression_statement "*(undefined4 *)(iVar12 + 0x2c) = 2;" (assignment_expression "*(undefined4 *)(iVar12 + 0x2c) = 2" (pointer_expression "*(undefined4 *)(iVar12 + 0x2c)" (* "*") (cast_expression "(undefined4 *)(iVar12 + 0x2c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x2c)" (( "(") (binary_expression "iVar12 + 0x2c" (identifier "iVar12") (+ "+") (number_literal "0x2c")) () ")")))) (= "=") (number_literal "2")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }" (else "else") (compound_statement "{\n puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);\n iVar8 = DAT_00012b3c;\n while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }\n if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }\n if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }\n iVar15 = 0;\n }" ({ "{") (expression_statement "puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9);" (assignment_expression "puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9)" (identifier "puVar10") (= "=") (binary_expression "puVar10 + (*(int *)(iVar12 + 0xc) - uVar9)" (identifier "puVar10") (+ "+") (parenthesized_expression "(*(int *)(iVar12 + 0xc) - uVar9)" (( "(") (binary_expression "*(int *)(iVar12 + 0xc) - uVar9" (pointer_expression "*(int *)(iVar12 + 0xc)" (* "*") (cast_expression "(int *)(iVar12 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0xc)" (( "(") (binary_expression "iVar12 + 0xc" (identifier "iVar12") (+ "+") (number_literal "0xc")) () ")")))) (- "-") (identifier "uVar9")) () ")")))) (; ";")) (expression_statement "iVar8 = DAT_00012b3c;" (assignment_expression "iVar8 = DAT_00012b3c" (identifier "iVar8") (= "=") (identifier "DAT_00012b3c")) (; ";")) (while_statement "while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) {\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }" (while "while") (parenthesized_expression "(DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0)" (( "(") (comma_expression "DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0" (assignment_expression "DAT_00012b3c = iVar8" (identifier "DAT_00012b3c") (= "=") (identifier "iVar8")) (, ",") (binary_expression "puVar10 == (undefined1 *)0x0" (identifier "puVar10") (== "==") (cast_expression "(undefined1 *)0x0" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")")) (compound_statement "{\n pvVar4 = *(void **)(iVar12 + 4);\n if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }\n uVar11 = *(uint *)(iVar12 + 0xc);\n iVar8 = uVar11 << 1;\n if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }\n *(int *)(iVar12 + 0xc) = iVar8;\n pvVar3 = realloc(pvVar4,iVar8 + 2);\n *(void **)(iVar12 + 4) = pvVar3;\n if (pvVar3 == (void *)0x0) goto LAB_000128bc;\n iVar12 = *(int *)(iVar16 + iVar15 * 4);\n uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);\n iVar8 = *(int *)(iVar12 + 0xc);\n *(uint *)(iVar1 + 0x12870) = uVar9;\n puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);\n iVar8 = DAT_00012b3c;\n }" ({ "{") (expression_statement "pvVar4 = *(void **)(iVar12 + 4);" (assignment_expression "pvVar4 = *(void **)(iVar12 + 4)" (identifier "pvVar4") (= "=") (pointer_expression "*(void **)(iVar12 + 4)" (* "*") (cast_expression "(void **)(iVar12 + 4)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 4)" (( "(") (binary_expression "iVar12 + 4" (identifier "iVar12") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (*(int *)(iVar12 + 0x14) == 0) {\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }" (if "if") (parenthesized_expression "(*(int *)(iVar12 + 0x14) == 0)" (( "(") (binary_expression "*(int *)(iVar12 + 0x14) == 0" (pointer_expression "*(int *)(iVar12 + 0x14)" (* "*") (cast_expression "(int *)(iVar12 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x14)" (( "(") (binary_expression "iVar12 + 0x14" (identifier "iVar12") (+ "+") (number_literal "0x14")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined4 *)(iVar12 + 4) = 0;\nLAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);\n }" ({ "{") (expression_statement "*(undefined4 *)(iVar12 + 4) = 0;" (assignment_expression "*(undefined4 *)(iVar12 + 4) = 0" (pointer_expression "*(undefined4 *)(iVar12 + 4)" (* "*") (cast_expression "(undefined4 *)(iVar12 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 4)" (( "(") (binary_expression "iVar12 + 4" (identifier "iVar12") (+ "+") (number_literal "4")) () ")")))) (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_000128bc:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b30 + 0x128c8);" (statement_identifier "LAB_000128bc") (: ":") (comment "/* WARNING: Subroutine does not return */") (expression_statement "FUN_00012350(DAT_00012b30 + 0x128c8);" (call_expression "FUN_00012350(DAT_00012b30 + 0x128c8)" (identifier "FUN_00012350") (argument_list "(DAT_00012b30 + 0x128c8)" (( "(") (binary_expression "DAT_00012b30 + 0x128c8" (identifier "DAT_00012b30") (+ "+") (number_literal "0x128c8")) () ")"))) (; ";"))) (} "}"))) (expression_statement "uVar11 = *(uint *)(iVar12 + 0xc);" (assignment_expression "uVar11 = *(uint *)(iVar12 + 0xc)" (identifier "uVar11") (= "=") (pointer_expression "*(uint *)(iVar12 + 0xc)" (* "*") (cast_expression "(uint *)(iVar12 + 0xc)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0xc)" (( "(") (binary_expression "iVar12 + 0xc" (identifier "iVar12") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "iVar8 = uVar11 << 1;" (assignment_expression "iVar8 = uVar11 << 1" (identifier "iVar8") (= "=") (binary_expression "uVar11 << 1" (identifier "uVar11") (<< "<<") (number_literal "1"))) (; ";")) (if_statement "if (iVar8 == 0) {\n iVar8 = uVar11 + (uVar11 >> 3);\n }" (if "if") (parenthesized_expression "(iVar8 == 0)" (( "(") (binary_expression "iVar8 == 0" (identifier "iVar8") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar8 = uVar11 + (uVar11 >> 3);\n }" ({ "{") (expression_statement "iVar8 = uVar11 + (uVar11 >> 3);" (assignment_expression "iVar8 = uVar11 + (uVar11 >> 3)" (identifier "iVar8") (= "=") (binary_expression "uVar11 + (uVar11 >> 3)" (identifier "uVar11") (+ "+") (parenthesized_expression "(uVar11 >> 3)" (( "(") (binary_expression "uVar11 >> 3" (identifier "uVar11") (>> ">>") (number_literal "3")) () ")")))) (; ";")) (} "}"))) (expression_statement "*(int *)(iVar12 + 0xc) = iVar8;" (assignment_expression "*(int *)(iVar12 + 0xc) = iVar8" (pointer_expression "*(int *)(iVar12 + 0xc)" (* "*") (cast_expression "(int *)(iVar12 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0xc)" (( "(") (binary_expression "iVar12 + 0xc" (identifier "iVar12") (+ "+") (number_literal "0xc")) () ")")))) (= "=") (identifier "iVar8")) (; ";")) (expression_statement "pvVar3 = realloc(pvVar4,iVar8 + 2);" (assignment_expression "pvVar3 = realloc(pvVar4,iVar8 + 2)" (identifier "pvVar3") (= "=") (call_expression "realloc(pvVar4,iVar8 + 2)" (identifier "realloc") (argument_list "(pvVar4,iVar8 + 2)" (( "(") (identifier "pvVar4") (, ",") (binary_expression "iVar8 + 2" (identifier "iVar8") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "*(void **)(iVar12 + 4) = pvVar3;" (assignment_expression "*(void **)(iVar12 + 4) = pvVar3" (pointer_expression "*(void **)(iVar12 + 4)" (* "*") (cast_expression "(void **)(iVar12 + 4)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 4)" (( "(") (binary_expression "iVar12 + 4" (identifier "iVar12") (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "pvVar3")) (; ";")) (if_statement "if (pvVar3 == (void *)0x0) goto LAB_000128bc;" (if "if") (parenthesized_expression "(pvVar3 == (void *)0x0)" (( "(") (binary_expression "pvVar3 == (void *)0x0" (identifier "pvVar3") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_000128bc;" (goto "goto") (statement_identifier "LAB_000128bc") (; ";"))) (expression_statement "iVar12 = *(int *)(iVar16 + iVar15 * 4);" (assignment_expression "iVar12 = *(int *)(iVar16 + iVar15 * 4)" (identifier "iVar12") (= "=") (pointer_expression "*(int *)(iVar16 + iVar15 * 4)" (* "*") (cast_expression "(int *)(iVar16 + iVar15 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar16 + iVar15 * 4)" (( "(") (binary_expression "iVar16 + iVar15 * 4" (identifier "iVar16") (+ "+") (binary_expression "iVar15 * 4" (identifier "iVar15") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4);" (assignment_expression "uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4)" (identifier "uVar9") (= "=") (binary_expression "(int)pvVar3 + (uVar9 - (int)pvVar4)" (cast_expression "(int)pvVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pvVar3")) (+ "+") (parenthesized_expression "(uVar9 - (int)pvVar4)" (( "(") (binary_expression "uVar9 - (int)pvVar4" (identifier "uVar9") (- "-") (cast_expression "(int)pvVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pvVar4"))) () ")")))) (; ";")) (expression_statement "iVar8 = *(int *)(iVar12 + 0xc);" (assignment_expression "iVar8 = *(int *)(iVar12 + 0xc)" (identifier "iVar8") (= "=") (pointer_expression "*(int *)(iVar12 + 0xc)" (* "*") (cast_expression "(int *)(iVar12 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0xc)" (( "(") (binary_expression "iVar12 + 0xc" (identifier "iVar12") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "*(uint *)(iVar1 + 0x12870) = uVar9;" (assignment_expression "*(uint *)(iVar1 + 0x12870) = uVar9" (pointer_expression "*(uint *)(iVar1 + 0x12870)" (* "*") (cast_expression "(uint *)(iVar1 + 0x12870)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x12870)" (( "(") (binary_expression "iVar1 + 0x12870" (identifier "iVar1") (+ "+") (number_literal "0x12870")) () ")")))) (= "=") (identifier "uVar9")) (; ";")) (expression_statement "puVar10 = (undefined1 *)((iVar8 - iVar14) + -1);" (assignment_expression "puVar10 = (undefined1 *)((iVar8 - iVar14) + -1)" (identifier "puVar10") (= "=") (cast_expression "(undefined1 *)((iVar8 - iVar14) + -1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((iVar8 - iVar14) + -1)" (( "(") (binary_expression "(iVar8 - iVar14) + -1" (parenthesized_expression "(iVar8 - iVar14)" (( "(") (binary_expression "iVar8 - iVar14" (identifier "iVar8") (- "-") (identifier "iVar14")) () ")")) (+ "+") (number_literal "-1")) () ")")))) (; ";")) (expression_statement "iVar8 = DAT_00012b3c;" (assignment_expression "iVar8 = DAT_00012b3c" (identifier "iVar8") (= "=") (identifier "DAT_00012b3c")) (; ";")) (} "}"))) (if_statement "if ((undefined1 *)0x1fff < puVar10) {\n puVar10 = (undefined1 *)0x2000;\n }" (if "if") (parenthesized_expression "((undefined1 *)0x1fff < puVar10)" (( "(") (binary_expression "(undefined1 *)0x1fff < puVar10" (cast_expression "(undefined1 *)0x1fff" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x1fff")) (< "<") (identifier "puVar10")) () ")")) (compound_statement "{\n puVar10 = (undefined1 *)0x2000;\n }" ({ "{") (expression_statement "puVar10 = (undefined1 *)0x2000;" (assignment_expression "puVar10 = (undefined1 *)0x2000" (identifier "puVar10") (= "=") (cast_expression "(undefined1 *)0x2000" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x2000"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(iVar12 + 0x18) == 0) {\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }\n else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }" (if "if") (parenthesized_expression "(*(int *)(iVar12 + 0x18) == 0)" (( "(") (binary_expression "*(int *)(iVar12 + 0x18) == 0" (pointer_expression "*(int *)(iVar12 + 0x18)" (* "*") (cast_expression "(int *)(iVar12 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x18)" (( "(") (binary_expression "iVar12 + 0x18" (identifier "iVar12") (+ "+") (number_literal "0x18")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n piVar5 = __errno_location();\n *piVar5 = 0;\n iVar15 = DAT_00012b34;\n while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n }" ({ "{") (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" (identifier "piVar5") (= "=") (call_expression "__errno_location()" (identifier "__errno_location") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "*piVar5 = 0;" (assignment_expression "*piVar5 = 0" (pointer_expression "*piVar5" (* "*") (identifier "piVar5")) (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar15 = DAT_00012b34;" (assignment_expression "iVar15 = DAT_00012b34" (identifier "iVar15") (= "=") (identifier "DAT_00012b34")) (; ";")) (while_statement "while( true ) {\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));\n *(undefined1 **)(iVar15 + 0x12928) = puVar2;\n if (puVar2 != (undefined1 *)0x0) break;\n iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));\n if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }\n if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }\n *piVar5 = 0;\n clearerr(*(FILE **)(iVar15 + 0x1292c));\n iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);\n }" ({ "{") (expression_statement "puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c));" (assignment_expression "puVar2 = (undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" (identifier "puVar2") (= "=") (cast_expression "(undefined1 *)\n fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" (identifier "fread") (argument_list "((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10,\n *(FILE **)(iVar15 + 0x1292c))" (( "(") (cast_expression "(void *)(*(int *)(iVar12 + 4) + iVar14)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar12 + 4) + iVar14)" (( "(") (binary_expression "*(int *)(iVar12 + 4) + iVar14" (pointer_expression "*(int *)(iVar12 + 4)" (* "*") (cast_expression "(int *)(iVar12 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 4)" (( "(") (binary_expression "iVar12 + 4" (identifier "iVar12") (+ "+") (number_literal "4")) () ")")))) (+ "+") (identifier "iVar14")) () ")"))) (, ",") (number_literal "1") (, ",") (cast_expression "(size_t)puVar10" (( "(") (type_descriptor "size_t" (primitive_type "size_t")) () ")") (identifier "puVar10")) (, ",") (pointer_expression "*(FILE **)(iVar15 + 0x1292c)" (* "*") (cast_expression "(FILE **)(iVar15 + 0x1292c)" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar15 + 0x1292c)" (( "(") (binary_expression "iVar15 + 0x1292c" (identifier "iVar15") (+ "+") (number_literal "0x1292c")) () ")")))) () ")"))))) (; ";")) (expression_statement "*(undefined1 **)(iVar15 + 0x12928) = puVar2;" (assignment_expression "*(undefined1 **)(iVar15 + 0x12928) = puVar2" (pointer_expression "*(undefined1 **)(iVar15 + 0x12928)" (* "*") (cast_expression "(undefined1 **)(iVar15 + 0x12928)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar15 + 0x12928)" (( "(") (binary_expression "iVar15 + 0x12928" (identifier "iVar15") (+ "+") (number_literal "0x12928")) () ")")))) (= "=") (identifier "puVar2")) (; ";")) (if_statement "if (puVar2 != (undefined1 *)0x0) break;" (if "if") (parenthesized_expression "(puVar2 != (undefined1 *)0x0)" (( "(") (binary_expression "puVar2 != (undefined1 *)0x0" (identifier "puVar2") (!= "!=") (cast_expression "(undefined1 *)0x0" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c));" (assignment_expression "iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c))" (identifier "iVar12") (= "=") (call_expression "ferror(*(FILE **)(iVar15 + 0x1292c))" (identifier "ferror") (argument_list "(*(FILE **)(iVar15 + 0x1292c))" (( "(") (pointer_expression "*(FILE **)(iVar15 + 0x1292c)" (* "*") (cast_expression "(FILE **)(iVar15 + 0x1292c)" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar15 + 0x1292c)" (( "(") (binary_expression "iVar15 + 0x1292c" (identifier "iVar15") (+ "+") (number_literal "0x1292c")) () ")")))) () ")")))) (; ";")) (if_statement "if (iVar12 == 0) {\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }" (if "if") (parenthesized_expression "(iVar12 == 0)" (( "(") (binary_expression "iVar12 == 0" (identifier "iVar12") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;\n goto LAB_00012a30;\n }" ({ "{") (expression_statement "*(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0;" (assignment_expression "*(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0" (pointer_expression "*(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10)" (* "*") (cast_expression "(undefined4 *)\n (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10)" (( "(") (binary_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10" (pointer_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" (( "(") (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" (* "*") (cast_expression "(int *)(iVar15 + 0x1290c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0x1290c)" (( "(") (binary_expression "iVar15 + 0x1290c" (identifier "iVar15") (+ "+") (number_literal "0x1290c")) () ")")))) (+ "+") (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" (* "*") (cast_expression "(int *)(iVar15 + 0x12910)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0x12910)" (( "(") (binary_expression "iVar15 + 0x12910" (identifier "iVar15") (+ "+") (number_literal "0x12910")) () ")")))) (* "*") (number_literal "4"))) () ")")))) (+ "+") (number_literal "0x10")) () ")")))) (= "=") (number_literal "0")) (; ";")) (goto_statement "goto LAB_00012a30;" (goto "goto") (statement_identifier "LAB_00012a30") (; ";")) (} "}"))) (if_statement "if (*piVar5 != 4) {\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }" (if "if") (parenthesized_expression "(*piVar5 != 4)" (( "(") (binary_expression "*piVar5 != 4" (pointer_expression "*piVar5" (* "*") (identifier "piVar5")) (!= "!=") (number_literal "4")) () ")")) (compound_statement "{\nLAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);\n }" ({ "{") (labeled_statement "LAB_00012b08:\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b54 + 0x12b14);" (statement_identifier "LAB_00012b08") (: ":") (comment "/* WARNING: Subroutine does not return */") (expression_statement "FUN_00012350(DAT_00012b54 + 0x12b14);" (call_expression "FUN_00012350(DAT_00012b54 + 0x12b14)" (identifier "FUN_00012350") (argument_list "(DAT_00012b54 + 0x12b14)" (( "(") (binary_expression "DAT_00012b54 + 0x12b14" (identifier "DAT_00012b54") (+ "+") (number_literal "0x12b14")) () ")"))) (; ";"))) (} "}"))) (expression_statement "*piVar5 = 0;" (assignment_expression "*piVar5 = 0" (pointer_expression "*piVar5" (* "*") (identifier "piVar5")) (= "=") (number_literal "0")) (; ";")) (expression_statement "clearerr(*(FILE **)(iVar15 + 0x1292c));" (call_expression "clearerr(*(FILE **)(iVar15 + 0x1292c))" (identifier "clearerr") (argument_list "(*(FILE **)(iVar15 + 0x1292c))" (( "(") (pointer_expression "*(FILE **)(iVar15 + 0x1292c)" (* "*") (cast_expression "(FILE **)(iVar15 + 0x1292c)" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar15 + 0x1292c)" (( "(") (binary_expression "iVar15 + 0x1292c" (identifier "iVar15") (+ "+") (number_literal "0x1292c")) () ")")))) () ")"))) (; ";")) (expression_statement "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" (identifier "iVar12") (= "=") (pointer_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" (( "(") (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" (* "*") (cast_expression "(int *)(iVar15 + 0x1290c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0x1290c)" (( "(") (binary_expression "iVar15 + 0x1290c" (identifier "iVar15") (+ "+") (number_literal "0x1290c")) () ")")))) (+ "+") (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" (* "*") (cast_expression "(int *)(iVar15 + 0x12910)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0x12910)" (( "(") (binary_expression "iVar15 + 0x12910" (identifier "iVar15") (+ "+") (number_literal "0x12910")) () ")")))) (* "*") (number_literal "4"))) () ")"))))) (; ";")) (} "}"))) (expression_statement "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" (identifier "iVar12") (= "=") (pointer_expression "*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" (( "(") (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" (* "*") (cast_expression "(int *)(iVar15 + 0x1290c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0x1290c)" (( "(") (binary_expression "iVar15 + 0x1290c" (identifier "iVar15") (+ "+") (number_literal "0x1290c")) () ")")))) (+ "+") (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" (* "*") (cast_expression "(int *)(iVar15 + 0x12910)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0x12910)" (( "(") (binary_expression "iVar15 + 0x12910" (identifier "iVar15") (+ "+") (number_literal "0x12910")) () ")")))) (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" (identifier "piVar5") (= "=") (cast_expression "(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4)" (( "(") (binary_expression "*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x1290c)" (* "*") (cast_expression "(int *)(iVar15 + 0x1290c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0x1290c)" (( "(") (binary_expression "iVar15 + 0x1290c" (identifier "iVar15") (+ "+") (number_literal "0x1290c")) () ")")))) (+ "+") (binary_expression "*(int *)(iVar15 + 0x12910) * 4" (pointer_expression "*(int *)(iVar15 + 0x12910)" (* "*") (cast_expression "(int *)(iVar15 + 0x12910)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0x12910)" (( "(") (binary_expression "iVar15 + 0x12910" (identifier "iVar15") (+ "+") (number_literal "0x12910")) () ")")))) (* "*") (number_literal "4"))) () ")")))) (; ";")) (expression_statement "*(undefined1 **)(iVar12 + 0x10) = puVar2;" (assignment_expression "*(undefined1 **)(iVar12 + 0x10) = puVar2" (pointer_expression "*(undefined1 **)(iVar12 + 0x10)" (* "*") (cast_expression "(undefined1 **)(iVar12 + 0x10)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 0x10)" (( "(") (binary_expression "iVar12 + 0x10" (identifier "iVar12") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "puVar2")) (; ";")) (} "}")) (else_clause "else {\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }" (else "else") (compound_statement "{\n puVar7 = (undefined1 *)0x0;\n do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);\n iVar12 = *piVar5;\n *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;\n *(undefined1 **)(iVar12 + 0x10) = puVar2;\n if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;\n }" ({ "{") (expression_statement "puVar7 = (undefined1 *)0x0;" (assignment_expression "puVar7 = (undefined1 *)0x0" (identifier "puVar7") (= "=") (cast_expression "(undefined1 *)0x0" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (do_statement "do {\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n } while (puVar10 != puVar6);" (do "do") (compound_statement "{\n iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }\n iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar6 = puVar7 + 1;\n if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar7 = puVar6;\n puVar2 = puVar10;\n }" ({ "{") (expression_statement "iVar12 = getc(*(FILE **)(iVar8 + 0x129fc));" (assignment_expression "iVar12 = getc(*(FILE **)(iVar8 + 0x129fc))" (identifier "iVar12") (= "=") (call_expression "getc(*(FILE **)(iVar8 + 0x129fc))" (identifier "getc") (argument_list "(*(FILE **)(iVar8 + 0x129fc))" (( "(") (pointer_expression "*(FILE **)(iVar8 + 0x129fc)" (* "*") (cast_expression "(FILE **)(iVar8 + 0x129fc)" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar8 + 0x129fc)" (( "(") (binary_expression "iVar8 + 0x129fc" (identifier "iVar8") (+ "+") (number_literal "0x129fc")) () ")")))) () ")")))) (; ";")) (if_statement "if (iVar12 == -1) {\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }" (if "if") (parenthesized_expression "(iVar12 == -1)" (( "(") (binary_expression "iVar12 == -1" (identifier "iVar12") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));\n if (iVar12 != 0) goto LAB_00012b08;\n piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);\n puVar2 = puVar7;\n break;\n }" ({ "{") (expression_statement "iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc));" (assignment_expression "iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc))" (identifier "iVar12") (= "=") (call_expression "ferror(*(FILE **)(iVar8 + 0x129fc))" (identifier "ferror") (argument_list "(*(FILE **)(iVar8 + 0x129fc))" (( "(") (pointer_expression "*(FILE **)(iVar8 + 0x129fc)" (* "*") (cast_expression "(FILE **)(iVar8 + 0x129fc)" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar8 + 0x129fc)" (( "(") (binary_expression "iVar8 + 0x129fc" (identifier "iVar8") (+ "+") (number_literal "0x129fc")) () ")")))) () ")")))) (; ";")) (if_statement "if (iVar12 != 0) goto LAB_00012b08;" (if "if") (parenthesized_expression "(iVar12 != 0)" (( "(") (binary_expression "iVar12 != 0" (identifier "iVar12") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_00012b08;" (goto "goto") (statement_identifier "LAB_00012b08") (; ";"))) (expression_statement "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" (identifier "piVar5") (= "=") (cast_expression "(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" (( "(") (binary_expression "*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129dc)" (* "*") (cast_expression "(int *)(iVar8 + 0x129dc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + 0x129dc)" (( "(") (binary_expression "iVar8 + 0x129dc" (identifier "iVar8") (+ "+") (number_literal "0x129dc")) () ")")))) (+ "+") (binary_expression "*(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129e0)" (* "*") (cast_expression "(int *)(iVar8 + 0x129e0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + 0x129e0)" (( "(") (binary_expression "iVar8 + 0x129e0" (identifier "iVar8") (+ "+") (number_literal "0x129e0")) () ")")))) (* "*") (number_literal "4"))) () ")")))) (; ";")) (expression_statement "puVar2 = puVar7;" (assignment_expression "puVar2 = puVar7" (identifier "puVar2") (= "=") (identifier "puVar7")) (; ";")) (break_statement "break;" (break "break") (; ";")) (} "}"))) (expression_statement "iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4);" (assignment_expression "iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" (identifier "iVar15") (= "=") (pointer_expression "*(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" (* "*") (cast_expression "(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4)" (( "(") (binary_expression "*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4" (pointer_expression "*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" (( "(") (binary_expression "*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129dc)" (* "*") (cast_expression "(int *)(iVar8 + 0x129dc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + 0x129dc)" (( "(") (binary_expression "iVar8 + 0x129dc" (identifier "iVar8") (+ "+") (number_literal "0x129dc")) () ")")))) (+ "+") (binary_expression "*(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129e0)" (* "*") (cast_expression "(int *)(iVar8 + 0x129e0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + 0x129e0)" (( "(") (binary_expression "iVar8 + 0x129e0" (identifier "iVar8") (+ "+") (number_literal "0x129e0")) () ")")))) (* "*") (number_literal "4"))) () ")")))) (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4);" (assignment_expression "piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" (identifier "piVar5") (= "=") (cast_expression "(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4)" (( "(") (binary_expression "*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129dc)" (* "*") (cast_expression "(int *)(iVar8 + 0x129dc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + 0x129dc)" (( "(") (binary_expression "iVar8 + 0x129dc" (identifier "iVar8") (+ "+") (number_literal "0x129dc")) () ")")))) (+ "+") (binary_expression "*(int *)(iVar8 + 0x129e0) * 4" (pointer_expression "*(int *)(iVar8 + 0x129e0)" (* "*") (cast_expression "(int *)(iVar8 + 0x129e0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + 0x129e0)" (( "(") (binary_expression "iVar8 + 0x129e0" (identifier "iVar8") (+ "+") (number_literal "0x129e0")) () ")")))) (* "*") (number_literal "4"))) () ")")))) (; ";")) (expression_statement "puVar6 = puVar7 + 1;" (assignment_expression "puVar6 = puVar7 + 1" (identifier "puVar6") (= "=") (binary_expression "puVar7 + 1" (identifier "puVar7") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (iVar12 == 10) {\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }" (if "if") (parenthesized_expression "(iVar12 == 10)" (( "(") (binary_expression "iVar12 == 10" (identifier "iVar12") (== "==") (number_literal "10")) () ")")) (compound_statement "{\n puVar7[iVar15 + iVar14] = (char)iVar12;\n puVar2 = puVar6;\n break;\n }" ({ "{") (expression_statement "puVar7[iVar15 + iVar14] = (char)iVar12;" (assignment_expression "puVar7[iVar15 + iVar14] = (char)iVar12" (subscript_expression "puVar7[iVar15 + iVar14]" (identifier "puVar7") ([ "[") (binary_expression "iVar15 + iVar14" (identifier "iVar15") (+ "+") (identifier "iVar14")) (] "]")) (= "=") (cast_expression "(char)iVar12" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "iVar12"))) (; ";")) (expression_statement "puVar2 = puVar6;" (assignment_expression "puVar2 = puVar6" (identifier "puVar2") (= "=") (identifier "puVar6")) (; ";")) (break_statement "break;" (break "break") (; ";")) (} "}"))) (expression_statement "puVar7[iVar15 + iVar14] = (char)iVar12;" (assignment_expression "puVar7[iVar15 + iVar14] = (char)iVar12" (subscript_expression "puVar7[iVar15 + iVar14]" (identifier "puVar7") ([ "[") (binary_expression "iVar15 + iVar14" (identifier "iVar15") (+ "+") (identifier "iVar14")) (] "]")) (= "=") (cast_expression "(char)iVar12" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "iVar12"))) (; ";")) (expression_statement "puVar7 = puVar6;" (assignment_expression "puVar7 = puVar6" (identifier "puVar7") (= "=") (identifier "puVar6")) (; ";")) (expression_statement "puVar2 = puVar10;" (assignment_expression "puVar2 = puVar10" (identifier "puVar2") (= "=") (identifier "puVar10")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar10 != puVar6)" (( "(") (binary_expression "puVar10 != puVar6" (identifier "puVar10") (!= "!=") (identifier "puVar6")) () ")")) (; ";")) (expression_statement "iVar12 = *piVar5;" (assignment_expression "iVar12 = *piVar5" (identifier "iVar12") (= "=") (pointer_expression "*piVar5" (* "*") (identifier "piVar5"))) (; ";")) (expression_statement "*(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2;" (assignment_expression "*(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2" (pointer_expression "*(undefined1 **)(DAT_00012b40 + 0x12a44)" (* "*") (cast_expression "(undefined1 **)(DAT_00012b40 + 0x12a44)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_00012b40 + 0x12a44)" (( "(") (binary_expression "DAT_00012b40 + 0x12a44" (identifier "DAT_00012b40") (+ "+") (number_literal "0x12a44")) () ")")))) (= "=") (identifier "puVar2")) (; ";")) (expression_statement "*(undefined1 **)(iVar12 + 0x10) = puVar2;" (assignment_expression "*(undefined1 **)(iVar12 + 0x10) = puVar2" (pointer_expression "*(undefined1 **)(iVar12 + 0x10)" (* "*") (cast_expression "(undefined1 **)(iVar12 + 0x10)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 0x10)" (( "(") (binary_expression "iVar12 + 0x10" (identifier "iVar12") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "puVar2")) (; ";")) (if_statement "if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30;" (if "if") (parenthesized_expression "(puVar2 == (undefined1 *)0x0)" (( "(") (binary_expression "puVar2 == (undefined1 *)0x0" (identifier "puVar2") (== "==") (cast_expression "(undefined1 *)0x0" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_00012a30;" (goto "goto") (statement_identifier "LAB_00012a30") (; ";"))) (} "}")))) (expression_statement "iVar15 = 0;" (assignment_expression "iVar15 = 0" (identifier "iVar15") (= "=") (number_literal "0")) (; ";")) (} "}")))) (expression_statement "puVar10 = puVar2 + iVar14;" (assignment_expression "puVar10 = puVar2 + iVar14" (identifier "puVar10") (= "=") (binary_expression "puVar2 + iVar14" (identifier "puVar2") (+ "+") (identifier "iVar14"))) (; ";")) (expression_statement "pvVar4 = *(void **)(iVar12 + 4);" (assignment_expression "pvVar4 = *(void **)(iVar12 + 4)" (identifier "pvVar4") (= "=") (pointer_expression "*(void **)(iVar12 + 4)" (* "*") (cast_expression "(void **)(iVar12 + 4)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 4)" (( "(") (binary_expression "iVar12 + 4" (identifier "iVar12") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (*(undefined1 **)(iVar12 + 0xc) < puVar10) {\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }\n }" (if "if") (parenthesized_expression "(*(undefined1 **)(iVar12 + 0xc) < puVar10)" (( "(") (binary_expression "*(undefined1 **)(iVar12 + 0xc) < puVar10" (pointer_expression "*(undefined1 **)(iVar12 + 0xc)" (* "*") (cast_expression "(undefined1 **)(iVar12 + 0xc)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 0xc)" (( "(") (binary_expression "iVar12 + 0xc" (identifier "iVar12") (+ "+") (number_literal "0xc")) () ")")))) (< "<") (identifier "puVar10")) () ")")) (compound_statement "{\n pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));\n iVar16 = *piVar5;\n *(void **)(iVar12 + 4) = pvVar4;\n pvVar4 = *(void **)(iVar16 + 4);\n if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }\n }" ({ "{") (expression_statement "pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)));" (assignment_expression "pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)))" (identifier "pvVar4") (= "=") (call_expression "realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)))" (identifier "realloc") (argument_list "(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1)))" (( "(") (identifier "pvVar4") (, ",") (cast_expression "(size_t)(puVar10 + ((uint)puVar2 >> 1))" (( "(") (type_descriptor "size_t" (primitive_type "size_t")) () ")") (parenthesized_expression "(puVar10 + ((uint)puVar2 >> 1))" (( "(") (binary_expression "puVar10 + ((uint)puVar2 >> 1)" (identifier "puVar10") (+ "+") (parenthesized_expression "((uint)puVar2 >> 1)" (( "(") (binary_expression "(uint)puVar2 >> 1" (cast_expression "(uint)puVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "puVar2")) (>> ">>") (number_literal "1")) () ")"))) () ")"))) () ")")))) (; ";")) (expression_statement "iVar16 = *piVar5;" (assignment_expression "iVar16 = *piVar5" (identifier "iVar16") (= "=") (pointer_expression "*piVar5" (* "*") (identifier "piVar5"))) (; ";")) (expression_statement "*(void **)(iVar12 + 4) = pvVar4;" (assignment_expression "*(void **)(iVar12 + 4) = pvVar4" (pointer_expression "*(void **)(iVar12 + 4)" (* "*") (cast_expression "(void **)(iVar12 + 4)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 4)" (( "(") (binary_expression "iVar12 + 4" (identifier "iVar12") (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "pvVar4")) (; ";")) (expression_statement "pvVar4 = *(void **)(iVar16 + 4);" (assignment_expression "pvVar4 = *(void **)(iVar16 + 4)" (identifier "pvVar4") (= "=") (pointer_expression "*(void **)(iVar16 + 4)" (* "*") (cast_expression "(void **)(iVar16 + 4)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar16 + 4)" (( "(") (binary_expression "iVar16 + 4" (identifier "iVar16") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (pvVar4 == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }" (if "if") (parenthesized_expression "(pvVar4 == (void *)0x0)" (( "(") (binary_expression "pvVar4 == (void *)0x0" (identifier "pvVar4") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00012350(DAT_00012b4c + 0x12aa0);\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "FUN_00012350(DAT_00012b4c + 0x12aa0);" (call_expression "FUN_00012350(DAT_00012b4c + 0x12aa0)" (identifier "FUN_00012350") (argument_list "(DAT_00012b4c + 0x12aa0)" (( "(") (binary_expression "DAT_00012b4c + 0x12aa0" (identifier "DAT_00012b4c") (+ "+") (number_literal "0x12aa0")) () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "*(undefined1 *)((int)pvVar4 + (int)puVar10) = 0;" (assignment_expression "*(undefined1 *)((int)pvVar4 + (int)puVar10) = 0" (pointer_expression "*(undefined1 *)((int)pvVar4 + (int)puVar10)" (* "*") (cast_expression "(undefined1 *)((int)pvVar4 + (int)puVar10)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)pvVar4 + (int)puVar10)" (( "(") (binary_expression "(int)pvVar4 + (int)puVar10" (cast_expression "(int)pvVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pvVar4")) (+ "+") (cast_expression "(int)puVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar10"))) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar12 = *(int *)(*piVar5 + 4);" (assignment_expression "iVar12 = *(int *)(*piVar5 + 4)" (identifier "iVar12") (= "=") (pointer_expression "*(int *)(*piVar5 + 4)" (* "*") (cast_expression "(int *)(*piVar5 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*piVar5 + 4)" (( "(") (binary_expression "*piVar5 + 4" (pointer_expression "*piVar5" (* "*") (identifier "piVar5")) (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "*(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10;" (assignment_expression "*(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10" (pointer_expression "*(undefined1 **)(DAT_00012b38 + 0x129cc)" (* "*") (cast_expression "(undefined1 **)(DAT_00012b38 + 0x129cc)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_00012b38 + 0x129cc)" (( "(") (binary_expression "DAT_00012b38 + 0x129cc" (identifier "DAT_00012b38") (+ "+") (number_literal "0x129cc")) () ")")))) (= "=") (identifier "puVar10")) (; ";")) (expression_statement "puVar10[iVar12 + 1] = 0;" (assignment_expression "puVar10[iVar12 + 1] = 0" (subscript_expression "puVar10[iVar12 + 1]" (identifier "puVar10") ([ "[") (binary_expression "iVar12 + 1" (identifier "iVar12") (+ "+") (number_literal "1")) (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*puVar13 = *(undefined4 *)(*piVar5 + 4);" (assignment_expression "*puVar13 = *(undefined4 *)(*piVar5 + 4)" (pointer_expression "*puVar13" (* "*") (identifier "puVar13")) (= "=") (pointer_expression "*(undefined4 *)(*piVar5 + 4)" (* "*") (cast_expression "(undefined4 *)(*piVar5 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*piVar5 + 4)" (( "(") (binary_expression "*piVar5 + 4" (pointer_expression "*piVar5" (* "*") (identifier "piVar5")) (+ "+") (number_literal "4")) () ")"))))) (; ";")) (return_statement "return iVar15;" (return "return") (identifier "iVar15") (; ";")) (} "}")))
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention */ int function_1(void) { int var_25; type_1 *var_12; void *var_24; void *var_33; int *piVar5; type_1 *var_14; int var_22; type_2 var_7; type_1 *var_13; type_2 var_21; int var_6; type_3 *puVar13; int var_10; int var_3; int var_2; type_1 *var_11; var_3 = *(int *)(var_1 + 0x127cc); var_2 = *(int *)(var_1 + 0x127c8); var_6 = *(int *)(var_2 + var_3 * 4); var_7 = *(type_2 *)(var_1 + 0x127d0); puVar13 = *(type_3 **)(var_4 + 0x127e4 + var_5); var_13 = (type_1 *)*puVar13; if ((type_2)(*(int *)(var_6 + 4) + *(int *)(var_1 + 0x127e4) + 1) < var_7) { /* WARNING: Subroutine does not return */ var_8((char *)((int)&var_1 + var_9)); } var_10 = var_7 - (int)var_13; if (*(int *)(var_6 + 0x28) == 0) { if (var_10 != 1) { var_10 = 2; } return var_10; } var_10 = var_10 + -1; if (0 < var_10) { var_12 = (type_1 *)(*(int *)(var_6 + 4) + -1); var_11 = var_13; do { var_14 = var_11 + 1; var_12 = var_12 + 1; *var_12 = *var_11; var_11 = var_14; } while (var_13 + var_10 != var_14); var_6 = *(int *)(var_2 + var_3 * 4); } var_25 = DAT_00012b2c; if (*(int *)(var_6 + 0x2c) == 2) { *(type_3 *)(var_15 + 0x12a90) = 0; *(type_3 *)(var_6 + 0x10) = 0; LAB_00012a30: var_6 = var_17; if (var_10 == 0) { var_3 = 1; var_16(*(type_4 **)(var_17 + 0x12ad4)); var_12 = *(type_1 **)(var_6 + 0x12ad0); piVar5 = (int *)(*(int *)(var_6 + 0x12ab4) + *(int *)(var_6 + 0x12ab8) * 4); var_6 = *(int *)(*(int *)(var_6 + 0x12ab4) + *(int *)(var_6 + 0x12ab8) * 4); } else { var_3 = 2; var_12 = *(type_1 **)(var_18 + var_19); var_6 = *(int *)(*(int *)(var_19 + 0x12a4c) + *(int *)(var_19 + 0x12a50) * 4); piVar5 = (int *)(*(int *)(var_19 + 0x12a4c) + *(int *)(var_19 + 0x12a50) * 4); *(type_3 *)(var_6 + 0x2c) = 2; } } else { var_13 = var_13 + (*(int *)(var_6 + 0xc) - var_7); var_22 = _FUN_00012b3c; while (_FUN_00012b3c = var_22, var_13 == (type_1 *)0x0) { var_33 = *(void **)(var_6 + 4); if (*(int *)(var_6 + 0x14) == 0) { *(type_3 *)(var_6 + 4) = 0; LAB_000128bc: /* WARNING: Subroutine does not return */ var_8((char *)(var_20 + 0x128c8)); } var_21 = *(type_2 *)(var_6 + 0xc); var_22 = var_21 << 1; if (var_22 == 0) { var_22 = var_21 + (var_21 >> 3); } *(int *)(var_6 + 0xc) = var_22; var_24 = var_23(var_33,var_22 + 2); *(void **)(var_6 + 4) = var_24; if (var_24 == (void *)0x0) goto LAB_000128bc; var_6 = *(int *)(var_2 + var_3 * 4); var_7 = (int)var_24 + (var_7 - (int)var_33); var_22 = *(int *)(var_6 + 0xc); *(type_2 *)(var_25 + 0x12870) = var_7; var_13 = (type_1 *)((var_22 - var_10) + -1); var_22 = _FUN_00012b3c; } if ((type_1 *)0x1fff < var_13) { var_13 = (type_1 *)0x2000; } if (*(int *)(var_6 + 0x18) == 0) { piVar5 = var_26(); *piVar5 = 0; var_3 = DAT_00012b34; while( true ) { var_12 = (type_1 *) var_27((void *)(*(int *)(var_6 + 4) + var_10),1,(size_t)var_13, *(type_4 **)(var_3 + 0x1292c)); *(type_1 **)(var_3 + 0x12928) = var_12; if (var_12 != (type_1 *)0x0) break; var_6 = var_28(*(type_4 **)(var_3 + 0x1292c)); if (var_6 == 0) { *(type_3 *) (*(int *)(*(int *)(var_3 + 0x1290c) + *(int *)(var_3 + 0x12910) * 4) + 0x10) = 0; goto LAB_00012a30; } if (*piVar5 != 4) { LAB_00012b08: /* WARNING: Subroutine does not return */ var_8(&LAB_00012b14 + var_29); } *piVar5 = 0; var_30(*(type_4 **)(var_3 + 0x1292c)); var_6 = *(int *)(*(int *)(var_3 + 0x1290c) + *(int *)(var_3 + 0x12910) * 4); } var_6 = *(int *)(*(int *)(var_3 + 0x1290c) + *(int *)(var_3 + 0x12910) * 4); piVar5 = (int *)(*(int *)(var_3 + 0x1290c) + *(int *)(var_3 + 0x12910) * 4); *(type_1 **)(var_6 + 0x10) = var_12; } else { var_11 = (type_1 *)0x0; do { var_6 = var_31(*(type_4 **)(var_22 + 0x129fc)); if (var_6 == -1) { var_6 = var_28(*(type_4 **)(var_22 + 0x129fc)); if (var_6 != 0) goto LAB_00012b08; piVar5 = (int *)(*(int *)(var_22 + 0x129dc) + *(int *)(var_22 + 0x129e0) * 4); var_12 = var_11; break; } var_3 = *(int *)(*(int *)(*(int *)(var_22 + 0x129dc) + *(int *)(var_22 + 0x129e0) * 4) + 4); piVar5 = (int *)(*(int *)(var_22 + 0x129dc) + *(int *)(var_22 + 0x129e0) * 4); var_14 = var_11 + 1; if (var_6 == 10) { var_11[var_3 + var_10] = (char)var_6; var_12 = var_14; break; } var_11[var_3 + var_10] = (char)var_6; var_11 = var_14; var_12 = var_13; } while (var_13 != var_14); var_6 = *piVar5; *(type_1 **)(var_32 + 0x12a44) = var_12; *(type_1 **)(var_6 + 0x10) = var_12; if (var_12 == (type_1 *)0x0) goto LAB_00012a30; } var_3 = 0; } var_13 = var_12 + var_10; var_33 = *(void **)(var_6 + 4); if (*(type_1 **)(var_6 + 0xc) < var_13) { var_33 = var_23(var_33,(size_t)(var_13 + ((type_2)var_12 >> 1))); var_2 = *piVar5; *(void **)(var_6 + 4) = var_33; var_33 = *(void **)(var_2 + 4); if (var_33 == (void *)0x0) { /* WARNING: Subroutine does not return */ var_8((char *)(var_34 + 0x12aa0)); } } *(type_1 *)((int)var_33 + (int)var_13) = 0; var_6 = *(int *)(*piVar5 + 4); *(type_1 **)(var_35 + 0x129cc) = var_13; var_13[var_6 + 1] = 0; *puVar13 = *(type_3 *)(*piVar5 + 4); return var_3; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) 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: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)))) right: (identifier))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))) right: (identifier))))))) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (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: (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: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (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: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (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: (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (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))) (labeled_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 (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_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))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (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: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (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: (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: (pointer_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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (labeled_statement label: (statement_identifier) (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (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: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (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: (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (parenthesized_expression (binary_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)) 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: (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: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (pointer_expression argument: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (number_literal) (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator 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: (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: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) right: (number_literal))))) right: (number_literal))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (comment) (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: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_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)))))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (expression_statement (assignment_expression left: (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)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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 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: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (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: (pointer_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))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (break_statement))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) right: (number_literal))))))) (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: (pointer_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))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (identifier))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (break_statement))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (identifier))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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 (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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 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: (binary_expression left: (identifier) right: (number_literal))) 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: (pointer_expression argument: (identifier)) right: (number_literal))))))) (return_statement (identifier)))))
int MASKED(void) { int iVar1; undefined1 *puVar2; void *pvVar3; void *pvVar4; int *piVar5; undefined1 *puVar6; int iVar8; uint uVar9; undefined1 *puVar10; uint uVar11; int iVar12; undefined4 *puVar13; int iVar14; int iVar15; int iVar16; undefined1 *puVar7; iVar15 = *(int *)(DAT_00012b20 + 0x127cc); iVar16 = *(int *)(DAT_00012b20 + 0x127c8); iVar12 = *(int *)(iVar16 + iVar15 * 4); uVar9 = *(uint *)(DAT_00012b20 + 0x127d0); puVar13 = *(undefined4 **)(DAT_00012b24 + 0x127e4 + DAT_00012b28); puVar10 = (undefined1 *)*puVar13; if ((uint)(*(int *)(iVar12 + 4) + *(int *)(DAT_00012b20 + 0x127e4) + 1) < uVar9) { /* WARNING: Subroutine does not return */ FUN_00012350((int)&DAT_00012b20 + DAT_00012b58); } iVar14 = uVar9 - (int)puVar10; if (*(int *)(iVar12 + 0x28) == 0) { if (iVar14 != 1) { iVar14 = 2; } return iVar14; } iVar14 = iVar14 + -1; if (0 < iVar14) { puVar2 = (undefined1 *)(*(int *)(iVar12 + 4) + -1); puVar7 = puVar10; do { puVar6 = puVar7 + 1; puVar2 = puVar2 + 1; *puVar2 = *puVar7; puVar7 = puVar6; } while (puVar10 + iVar14 != puVar6); iVar12 = *(int *)(iVar16 + iVar15 * 4); } iVar1 = DAT_00012b2c; if (*(int *)(iVar12 + 0x2c) == 2) { *(undefined4 *)(DAT_00012b48 + 0x12a90) = 0; *(undefined4 *)(iVar12 + 0x10) = 0; LAB_00012a30: iVar12 = DAT_00012b50; if (iVar14 == 0) { iVar15 = 1; FUN_000126ec(*(undefined4 *)(DAT_00012b50 + 0x12ad4)); puVar2 = *(undefined1 **)(iVar12 + 0x12ad0); piVar5 = (int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4); iVar12 = *(int *)(*(int *)(iVar12 + 0x12ab4) + *(int *)(iVar12 + 0x12ab8) * 4); } else { iVar15 = 2; puVar2 = *(undefined1 **)(DAT_00012b44 + 0x12a68); iVar12 = *(int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4); piVar5 = (int *)(*(int *)(DAT_00012b44 + 0x12a4c) + *(int *)(DAT_00012b44 + 0x12a50) * 4); *(undefined4 *)(iVar12 + 0x2c) = 2; } } else { puVar10 = puVar10 + (*(int *)(iVar12 + 0xc) - uVar9); iVar8 = DAT_00012b3c; while (DAT_00012b3c = iVar8, puVar10 == (undefined1 *)0x0) { pvVar4 = *(void **)(iVar12 + 4); if (*(int *)(iVar12 + 0x14) == 0) { *(undefined4 *)(iVar12 + 4) = 0; LAB_000128bc: /* WARNING: Subroutine does not return */ FUN_00012350(DAT_00012b30 + 0x128c8); } uVar11 = *(uint *)(iVar12 + 0xc); iVar8 = uVar11 << 1; if (iVar8 == 0) { iVar8 = uVar11 + (uVar11 >> 3); } *(int *)(iVar12 + 0xc) = iVar8; pvVar3 = realloc(pvVar4,iVar8 + 2); *(void **)(iVar12 + 4) = pvVar3; if (pvVar3 == (void *)0x0) goto LAB_000128bc; iVar12 = *(int *)(iVar16 + iVar15 * 4); uVar9 = (int)pvVar3 + (uVar9 - (int)pvVar4); iVar8 = *(int *)(iVar12 + 0xc); *(uint *)(iVar1 + 0x12870) = uVar9; puVar10 = (undefined1 *)((iVar8 - iVar14) + -1); iVar8 = DAT_00012b3c; } if ((undefined1 *)0x1fff < puVar10) { puVar10 = (undefined1 *)0x2000; } if (*(int *)(iVar12 + 0x18) == 0) { piVar5 = __errno_location(); *piVar5 = 0; iVar15 = DAT_00012b34; while( true ) { puVar2 = (undefined1 *) fread((void *)(*(int *)(iVar12 + 4) + iVar14),1,(size_t)puVar10, *(FILE **)(iVar15 + 0x1292c)); *(undefined1 **)(iVar15 + 0x12928) = puVar2; if (puVar2 != (undefined1 *)0x0) break; iVar12 = ferror(*(FILE **)(iVar15 + 0x1292c)); if (iVar12 == 0) { *(undefined4 *) (*(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4) + 0x10) = 0; goto LAB_00012a30; } if (*piVar5 != 4) { LAB_00012b08: /* WARNING: Subroutine does not return */ FUN_00012350(DAT_00012b54 + 0x12b14); } *piVar5 = 0; clearerr(*(FILE **)(iVar15 + 0x1292c)); iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4); } iVar12 = *(int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4); piVar5 = (int *)(*(int *)(iVar15 + 0x1290c) + *(int *)(iVar15 + 0x12910) * 4); *(undefined1 **)(iVar12 + 0x10) = puVar2; } else { puVar7 = (undefined1 *)0x0; do { iVar12 = getc(*(FILE **)(iVar8 + 0x129fc)); if (iVar12 == -1) { iVar12 = ferror(*(FILE **)(iVar8 + 0x129fc)); if (iVar12 != 0) goto LAB_00012b08; piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4); puVar2 = puVar7; break; } iVar15 = *(int *)(*(int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4) + 4); piVar5 = (int *)(*(int *)(iVar8 + 0x129dc) + *(int *)(iVar8 + 0x129e0) * 4); puVar6 = puVar7 + 1; if (iVar12 == 10) { puVar7[iVar15 + iVar14] = (char)iVar12; puVar2 = puVar6; break; } puVar7[iVar15 + iVar14] = (char)iVar12; puVar7 = puVar6; puVar2 = puVar10; } while (puVar10 != puVar6); iVar12 = *piVar5; *(undefined1 **)(DAT_00012b40 + 0x12a44) = puVar2; *(undefined1 **)(iVar12 + 0x10) = puVar2; if (puVar2 == (undefined1 *)0x0) goto LAB_00012a30; } iVar15 = 0; } puVar10 = puVar2 + iVar14; pvVar4 = *(void **)(iVar12 + 4); if (*(undefined1 **)(iVar12 + 0xc) < puVar10) { pvVar4 = realloc(pvVar4,(size_t)(puVar10 + ((uint)puVar2 >> 1))); iVar16 = *piVar5; *(void **)(iVar12 + 4) = pvVar4; pvVar4 = *(void **)(iVar16 + 4); if (pvVar4 == (void *)0x0) { /* WARNING: Subroutine does not return */ FUN_00012350(DAT_00012b4c + 0x12aa0); } } *(undefined1 *)((int)pvVar4 + (int)puVar10) = 0; iVar12 = *(int *)(*piVar5 + 4); *(undefined1 **)(DAT_00012b38 + 0x129cc) = puVar10; puVar10[iVar12 + 1] = 0; *puVar13 = *(undefined4 *)(*piVar5 + 4); return iVar15; }
5,204
1047_sqlite3_and_sqlite3_strip.c
sqlite3_result_blob64
FUN_000666ec
void sqlite3_result_blob64(sqlite3_context *pCtx,void *z,sqlite3_uint64 n,_func_void_void_ptr *xDel) { int in_r3; if (in_r3 != 0 || (_func_void_void_ptr *)0x7fffffff < xDel) { invokeValueDestructor(z,(_func_void_void_ptr *)(sqlite3_context *)n,pCtx); return; } setResultStrOrError(pCtx,(char *)&pCtx->isError,(int)z,(u8)xDel,(_func_void_void_ptr *)0x0, (sqlite3_context *)n); return; }
undefined4 FUN_000666ec(int param_1,undefined4 param_2,uint param_3,int param_4,code *param_5) { undefined4 uVar1; if (param_4 != 0 || 0x7fffffff < param_3) { if (param_5 + -1 < (code *)0xfffffffe) { (*param_5)(param_2); } if (param_1 != 0) { FUN_00065af8(param_1); } return 0x12; } uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5); return uVar1; }
sub r3,r1,#0x1 cmn r3,#0x3 stmdb sp!,{r4,lr} cpy r4,r2 bhi 0x00065b4c blx r1 cmp r4,#0x0 beq 0x00065b5c cpy r0,r4 bl 0x00065af8 mov r0,#0x12 ldmia sp!,{r4,pc} stmdb sp!,{r4,r5,lr} cpy r5,r3 mov r3,#0x0 cpy r4,r2 cmp r5,r3 mvn r2,#0x80000000 sub sp,sp,#0xc cmpeq r4,r2 cpy r3,r1 cpy r2,r0 ldr r1,[sp,#0x18] bls 0x0006672c cpy r0,r3 add sp,sp,#0xc ldmia sp!,{r4,r5,lr} b 0x00065b34 mov lr,#0x0 cpy r2,r3 str r1,[sp,#0x4] cpy r3,r4 add r1,r0,#0x14 str lr,[sp,#0x0] bl 0x00065bec add sp,sp,#0xc ldmia sp!,{r4,r5,pc}
null
null
null
null
[('tmp_426', u'CALL_-1206294580'), ('tmp_427', u'CALL_-1206294641'), ('tmp_426', u'PTRSUB_-1206294415'), (u'SUBPIECE_-1206294485', u'CALL_-1206294580'), ('tmp_426', u'CALL_-1206294641'), ('tmp_427', u'CAST_-1206294401'), (u'INT_NOTEQUAL_-1206294749', u'BOOL_OR_-1206294473'), (u'SUBPIECE_-1206294519', u'CALL_-1206294580'), (u'CAST_-1206294402', u'CALL_-1206294580'), ('const-20', u'PTRSUB_-1206294415'), ('const-0', u'SUBPIECE_-1206294519'), ('const-2147483647', u'INT_LESS_-1206294524'), ('const-0', u'CALL_-1206294580'), (u'CAST_-1206294401', u'CALL_-1206294580'), (u'CAST_-1206294428', u'CALL_-1206294641'), ('tmp_429', u'SUBPIECE_-1206294485'), ('tmp_429', u'INT_LESS_-1206294524'), ('const-0', u'SUBPIECE_-1206294485'), ('tmp_428', u'SUBPIECE_-1206294519'), ('const-0', u'RETURN_-1206294544'), ('const-0', u'RETURN_-1206294637'), ('tmp_600', u'INT_NOTEQUAL_-1206294749'), ('const-0', u'INT_NOTEQUAL_-1206294749'), (u'PTRSUB_-1206294415', u'CAST_-1206294402'), ('tmp_199', u'CBRANCH_-1206294681'), (u'INT_LESS_-1206294524', u'BOOL_OR_-1206294473'), (u'BOOL_OR_-1206294473', u'CBRANCH_-1206294681'), (u'SUBPIECE_-1206294519', u'CAST_-1206294428')]
[('const-1', u'PTRADD_-1206297633'), ('tmp_1016', u'CALLIND_-1206297636'), ('tmp_1229', u'CALL_-1206294494'), ('const-0', u'RETURN_-1206297567'), (u'INT_LESS_-1206297640', u'CBRANCH_-1206297649'), ('tmp_367', u'CBRANCH_-1206297649'), ('tmp_1015', u'INT_LESS_-1206294375'), ('tmp_1017', u'INT_NOTEQUAL_-1206297616'), (u'INT_NOTEQUAL_-1206297616', u'CBRANCH_-1206297614'), (u'INT_ADD_-1206294496', u'CALL_-1206294494'), ('tmp_1229', u'CALLIND_-1206297636'), ('tmp_1017', u'CALL_-1206297601'), ('const-20', u'INT_ADD_-1206294496'), ('tmp_1015', u'CALL_-1206294494'), ('const-0', u'RETURN_-1206294458'), ('tmp_1016', u'CALL_-1206294494'), (u'BOOL_OR_-1206294310', u'CBRANCH_-1206294681'), ('tmp_427', u'CBRANCH_-1206297614'), ('const-0', u'INT_NOTEQUAL_-1206294749'), ('const-4294967295', u'PTRADD_-1206297633'), ('const-4294967294', u'INT_LESS_-1206297640'), (u'COPY_-1206297595', u'RETURN_-1206297567'), (u'INT_LESS_-1206294375', u'BOOL_OR_-1206294310'), (u'PTRADD_-1206297633', u'INT_LESS_-1206297640'), ('tmp_1017', u'INT_ADD_-1206294496'), ('tmp_1012', u'INT_NOTEQUAL_-1206294749'), ('const-0', u'CALL_-1206294494'), ('const-18', u'COPY_-1206297595'), (u'INT_NOTEQUAL_-1206294749', u'BOOL_OR_-1206294310'), ('const-0', u'INT_NOTEQUAL_-1206297616'), ('tmp_199', u'CBRANCH_-1206294681'), ('const-2147483647', u'INT_LESS_-1206294375'), (u'CALL_-1206294494', u'RETURN_-1206294458'), ('tmp_1229', u'PTRADD_-1206297633'), ('tmp_1017', u'CALL_-1206294494')]
null
null
000666ec
arm
O2
(translation_unit "undefined4 FUN_000666ec(int param_1,undefined4 param_2,uint param_3,int param_4,code *param_5)\n\n{\n undefined4 uVar1;\n \n if (param_4 != 0 || 0x7fffffff < param_3) {\n if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }\n if (param_1 != 0) {\n FUN_00065af8(param_1);\n }\n return 0x12;\n }\n uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5);\n return uVar1;\n}\n\n" (function_definition "undefined4 FUN_000666ec(int param_1,undefined4 param_2,uint param_3,int param_4,code *param_5)\n\n{\n undefined4 uVar1;\n \n if (param_4 != 0 || 0x7fffffff < param_3) {\n if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }\n if (param_1 != 0) {\n FUN_00065af8(param_1);\n }\n return 0x12;\n }\n uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5);\n return uVar1;\n}" type_identifier (function_declarator "FUN_000666ec(int param_1,undefined4 param_2,uint param_3,int param_4,code *param_5)" identifier (parameter_list "(int param_1,undefined4 param_2,uint param_3,int param_4,code *param_5)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "code *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) ))) (compound_statement "{\n undefined4 uVar1;\n \n if (param_4 != 0 || 0x7fffffff < param_3) {\n if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }\n if (param_1 != 0) {\n FUN_00065af8(param_1);\n }\n return 0x12;\n }\n uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5);\n return uVar1;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (if_statement "if (param_4 != 0 || 0x7fffffff < param_3) {\n if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }\n if (param_1 != 0) {\n FUN_00065af8(param_1);\n }\n return 0x12;\n }" if (parenthesized_expression "(param_4 != 0 || 0x7fffffff < param_3)" ( (binary_expression "param_4 != 0 || 0x7fffffff < param_3" (binary_expression "param_4 != 0" identifier != number_literal) || (binary_expression "0x7fffffff < param_3" number_literal < identifier)) )) (compound_statement "{\n if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }\n if (param_1 != 0) {\n FUN_00065af8(param_1);\n }\n return 0x12;\n }" { (if_statement "if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }" if (parenthesized_expression "(param_5 + -1 < (code *)0xfffffffe)" ( (binary_expression "param_5 + -1 < (code *)0xfffffffe" (binary_expression "param_5 + -1" identifier + number_literal) < (cast_expression "(code *)0xfffffffe" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*param_5)(param_2);\n }" { (expression_statement "(*param_5)(param_2);" (call_expression "(*param_5)(param_2)" (parenthesized_expression "(*param_5)" ( (pointer_expression "*param_5" * identifier) )) (argument_list "(param_2)" ( identifier ))) ;) })) (if_statement "if (param_1 != 0) {\n FUN_00065af8(param_1);\n }" if (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00065af8(param_1);\n }" { (expression_statement "FUN_00065af8(param_1);" (call_expression "FUN_00065af8(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) (return_statement "return 0x12;" return number_literal ;) })) (expression_statement "uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5);" (assignment_expression "uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5)" identifier = (call_expression "FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5)" identifier (argument_list "(param_1,param_1 + 0x14,param_2,param_3,0,param_5)" ( identifier , (binary_expression "param_1 + 0x14" identifier + number_literal) , identifier , identifier , number_literal , identifier )))) ;) (return_statement "return uVar1;" return identifier ;) })))
(translation_unit "void sqlite3_result_blob64(sqlite3_context *pCtx,void *z,sqlite3_uint64 n,_func_void_void_ptr *xDel)\n\n{\n int in_r3;\n \n if (in_r3 != 0 || (_func_void_void_ptr *)0x7fffffff < xDel) {\n invokeValueDestructor(z,(_func_void_void_ptr *)(sqlite3_context *)n,pCtx);\n return;\n }\n setResultStrOrError(pCtx,(char *)&pCtx->isError,(int)z,(u8)xDel,(_func_void_void_ptr *)0x0,\n (sqlite3_context *)n);\n return;\n}\n\n" (function_definition "void sqlite3_result_blob64(sqlite3_context *pCtx,void *z,sqlite3_uint64 n,_func_void_void_ptr *xDel)\n\n{\n int in_r3;\n \n if (in_r3 != 0 || (_func_void_void_ptr *)0x7fffffff < xDel) {\n invokeValueDestructor(z,(_func_void_void_ptr *)(sqlite3_context *)n,pCtx);\n return;\n }\n setResultStrOrError(pCtx,(char *)&pCtx->isError,(int)z,(u8)xDel,(_func_void_void_ptr *)0x0,\n (sqlite3_context *)n);\n return;\n}" primitive_type (function_declarator "sqlite3_result_blob64(sqlite3_context *pCtx,void *z,sqlite3_uint64 n,_func_void_void_ptr *xDel)" identifier (parameter_list "(sqlite3_context *pCtx,void *z,sqlite3_uint64 n,_func_void_void_ptr *xDel)" ( (parameter_declaration "sqlite3_context *pCtx" type_identifier (pointer_declarator "*pCtx" * identifier)) , (parameter_declaration "void *z" primitive_type (pointer_declarator "*z" * identifier)) , (parameter_declaration "sqlite3_uint64 n" type_identifier identifier) , (parameter_declaration "_func_void_void_ptr *xDel" type_identifier (pointer_declarator "*xDel" * identifier)) ))) (compound_statement "{\n int in_r3;\n \n if (in_r3 != 0 || (_func_void_void_ptr *)0x7fffffff < xDel) {\n invokeValueDestructor(z,(_func_void_void_ptr *)(sqlite3_context *)n,pCtx);\n return;\n }\n setResultStrOrError(pCtx,(char *)&pCtx->isError,(int)z,(u8)xDel,(_func_void_void_ptr *)0x0,\n (sqlite3_context *)n);\n return;\n}" { (declaration "int in_r3;" primitive_type identifier ;) (if_statement "if (in_r3 != 0 || (_func_void_void_ptr *)0x7fffffff < xDel) {\n invokeValueDestructor(z,(_func_void_void_ptr *)(sqlite3_context *)n,pCtx);\n return;\n }" if (parenthesized_expression "(in_r3 != 0 || (_func_void_void_ptr *)0x7fffffff < xDel)" ( (binary_expression "in_r3 != 0 || (_func_void_void_ptr *)0x7fffffff < xDel" (binary_expression "in_r3 != 0" identifier != number_literal) || (binary_expression "(_func_void_void_ptr *)0x7fffffff < xDel" (cast_expression "(_func_void_void_ptr *)0x7fffffff" ( (type_descriptor "_func_void_void_ptr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) < identifier)) )) (compound_statement "{\n invokeValueDestructor(z,(_func_void_void_ptr *)(sqlite3_context *)n,pCtx);\n return;\n }" { (expression_statement "invokeValueDestructor(z,(_func_void_void_ptr *)(sqlite3_context *)n,pCtx);" (call_expression "invokeValueDestructor(z,(_func_void_void_ptr *)(sqlite3_context *)n,pCtx)" identifier (argument_list "(z,(_func_void_void_ptr *)(sqlite3_context *)n,pCtx)" ( identifier , (cast_expression "(_func_void_void_ptr *)(sqlite3_context *)n" ( (type_descriptor "_func_void_void_ptr *" type_identifier (abstract_pointer_declarator "*" *)) ) (cast_expression "(sqlite3_context *)n" ( (type_descriptor "sqlite3_context *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "setResultStrOrError(pCtx,(char *)&pCtx->isError,(int)z,(u8)xDel,(_func_void_void_ptr *)0x0,\n (sqlite3_context *)n);" (call_expression "setResultStrOrError(pCtx,(char *)&pCtx->isError,(int)z,(u8)xDel,(_func_void_void_ptr *)0x0,\n (sqlite3_context *)n)" identifier (argument_list "(pCtx,(char *)&pCtx->isError,(int)z,(u8)xDel,(_func_void_void_ptr *)0x0,\n (sqlite3_context *)n)" ( identifier , (cast_expression "(char *)&pCtx->isError" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pCtx->isError" & (field_expression "pCtx->isError" identifier -> field_identifier))) , (cast_expression "(int)z" ( (type_descriptor "int" primitive_type) ) identifier) , (cast_expression "(u8)xDel" ( (type_descriptor "u8" type_identifier) ) identifier) , (cast_expression "(_func_void_void_ptr *)0x0" ( (type_descriptor "_func_void_void_ptr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(sqlite3_context *)n" ( (type_descriptor "sqlite3_context *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "undefined4 FUN_000666ec(int param_1,undefined4 param_2,uint param_3,int param_4,code *param_5)\n\n{\n undefined4 uVar1;\n \n if (param_4 != 0 || 0x7fffffff < param_3) {\n if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }\n if (param_1 != 0) {\n FUN_00065af8(param_1);\n }\n return 0x12;\n }\n uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5);\n return uVar1;\n}\n\n" (function_definition "undefined4 FUN_000666ec(int param_1,undefined4 param_2,uint param_3,int param_4,code *param_5)\n\n{\n undefined4 uVar1;\n \n if (param_4 != 0 || 0x7fffffff < param_3) {\n if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }\n if (param_1 != 0) {\n FUN_00065af8(param_1);\n }\n return 0x12;\n }\n uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5);\n return uVar1;\n}" type_identifier (function_declarator "FUN_000666ec(int param_1,undefined4 param_2,uint param_3,int param_4,code *param_5)" identifier (parameter_list "(int param_1,undefined4 param_2,uint param_3,int param_4,code *param_5)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "code *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) ))) (compound_statement "{\n undefined4 uVar1;\n \n if (param_4 != 0 || 0x7fffffff < param_3) {\n if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }\n if (param_1 != 0) {\n FUN_00065af8(param_1);\n }\n return 0x12;\n }\n uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5);\n return uVar1;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (if_statement "if (param_4 != 0 || 0x7fffffff < param_3) {\n if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }\n if (param_1 != 0) {\n FUN_00065af8(param_1);\n }\n return 0x12;\n }" if (parenthesized_expression "(param_4 != 0 || 0x7fffffff < param_3)" ( (binary_expression "param_4 != 0 || 0x7fffffff < param_3" (binary_expression "param_4 != 0" identifier != number_literal) || (binary_expression "0x7fffffff < param_3" number_literal < identifier)) )) (compound_statement "{\n if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }\n if (param_1 != 0) {\n FUN_00065af8(param_1);\n }\n return 0x12;\n }" { (if_statement "if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }" if (parenthesized_expression "(param_5 + -1 < (code *)0xfffffffe)" ( (binary_expression "param_5 + -1 < (code *)0xfffffffe" (binary_expression "param_5 + -1" identifier + number_literal) < (cast_expression "(code *)0xfffffffe" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*param_5)(param_2);\n }" { (expression_statement "(*param_5)(param_2);" (call_expression "(*param_5)(param_2)" (parenthesized_expression "(*param_5)" ( (pointer_expression "*param_5" * identifier) )) (argument_list "(param_2)" ( identifier ))) ;) })) (if_statement "if (param_1 != 0) {\n FUN_00065af8(param_1);\n }" if (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00065af8(param_1);\n }" { (expression_statement "FUN_00065af8(param_1);" (call_expression "FUN_00065af8(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) (return_statement "return 0x12;" return number_literal ;) })) (expression_statement "uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5);" (assignment_expression "uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5)" identifier = (call_expression "FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5)" identifier (argument_list "(param_1,param_1 + 0x14,param_2,param_3,0,param_5)" ( identifier , (binary_expression "param_1 + 0x14" identifier + number_literal) , identifier , identifier , number_literal , identifier )))) ;) (return_statement "return uVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) || (binary_expression LIT < IDENT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) < (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + LIT) , IDENT , IDENT , LIT , IDENT )))) ;) (return_statement return IDENT ;) })))
(function_definition "undefined4 FUN_000666ec(int param_1,undefined4 param_2,uint param_3,int param_4,code *param_5)\n\n{\n undefined4 uVar1;\n \n if (param_4 != 0 || 0x7fffffff < param_3) {\n if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }\n if (param_1 != 0) {\n FUN_00065af8(param_1);\n }\n return 0x12;\n }\n uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5);\n return uVar1;\n}" (type_identifier "undefined4") (function_declarator "FUN_000666ec(int param_1,undefined4 param_2,uint param_3,int param_4,code *param_5)" (identifier "FUN_000666ec") (parameter_list "(int param_1,undefined4 param_2,uint param_3,int param_4,code *param_5)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) (, ",") (parameter_declaration "code *param_5" (type_identifier "code") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) () ")"))) (compound_statement "{\n undefined4 uVar1;\n \n if (param_4 != 0 || 0x7fffffff < param_3) {\n if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }\n if (param_1 != 0) {\n FUN_00065af8(param_1);\n }\n return 0x12;\n }\n uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5);\n return uVar1;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (if_statement "if (param_4 != 0 || 0x7fffffff < param_3) {\n if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }\n if (param_1 != 0) {\n FUN_00065af8(param_1);\n }\n return 0x12;\n }" (if "if") (parenthesized_expression "(param_4 != 0 || 0x7fffffff < param_3)" (( "(") (binary_expression "param_4 != 0 || 0x7fffffff < param_3" (binary_expression "param_4 != 0" (identifier "param_4") (!= "!=") (number_literal "0")) (|| "||") (binary_expression "0x7fffffff < param_3" (number_literal "0x7fffffff") (< "<") (identifier "param_3"))) () ")")) (compound_statement "{\n if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }\n if (param_1 != 0) {\n FUN_00065af8(param_1);\n }\n return 0x12;\n }" ({ "{") (if_statement "if (param_5 + -1 < (code *)0xfffffffe) {\n (*param_5)(param_2);\n }" (if "if") (parenthesized_expression "(param_5 + -1 < (code *)0xfffffffe)" (( "(") (binary_expression "param_5 + -1 < (code *)0xfffffffe" (binary_expression "param_5 + -1" (identifier "param_5") (+ "+") (number_literal "-1")) (< "<") (cast_expression "(code *)0xfffffffe" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0xfffffffe"))) () ")")) (compound_statement "{\n (*param_5)(param_2);\n }" ({ "{") (expression_statement "(*param_5)(param_2);" (call_expression "(*param_5)(param_2)" (parenthesized_expression "(*param_5)" (( "(") (pointer_expression "*param_5" (* "*") (identifier "param_5")) () ")")) (argument_list "(param_2)" (( "(") (identifier "param_2") () ")"))) (; ";")) (} "}"))) (if_statement "if (param_1 != 0) {\n FUN_00065af8(param_1);\n }" (if "if") (parenthesized_expression "(param_1 != 0)" (( "(") (binary_expression "param_1 != 0" (identifier "param_1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00065af8(param_1);\n }" ({ "{") (expression_statement "FUN_00065af8(param_1);" (call_expression "FUN_00065af8(param_1)" (identifier "FUN_00065af8") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (return_statement "return 0x12;" (return "return") (number_literal "0x12") (; ";")) (} "}"))) (expression_statement "uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5);" (assignment_expression "uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5)" (identifier "uVar1") (= "=") (call_expression "FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5)" (identifier "FUN_00065bec") (argument_list "(param_1,param_1 + 0x14,param_2,param_3,0,param_5)" (( "(") (identifier "param_1") (, ",") (binary_expression "param_1 + 0x14" (identifier "param_1") (+ "+") (number_literal "0x14")) (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (number_literal "0") (, ",") (identifier "param_5") () ")")))) (; ";")) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}")))
void function_1(type_1 *pCtx,void *z,type_2 n,type_3 *var_2) { int var_1; if (var_1 != 0 || (type_3 *)0x7fffffff < var_2) { var_3(z,(type_3 *)(type_1 *)n,pCtx); return; } var_4(pCtx,(char *)&pCtx->isError,(int)z,(type_4)var_2,(type_3 *)0x0, (type_1 *)n); return; }
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (number_literal) right: (identifier)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (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: (identifier))) arguments: (argument_list (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier) (number_literal) (identifier))))) (return_statement (identifier)))))
undefined4 MASKED(int param_1,undefined4 param_2,uint param_3,int param_4,code *param_5) { undefined4 uVar1; if (param_4 != 0 || 0x7fffffff < param_3) { if (param_5 + -1 < (code *)0xfffffffe) { (*param_5)(param_2); } if (param_1 != 0) { FUN_00065af8(param_1); } return 0x12; } uVar1 = FUN_00065bec(param_1,param_1 + 0x14,param_2,param_3,0,param_5); return uVar1; }
75,446
36_bash_and_bash_strip.c
free
free
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void free(void *__ptr) { (*(code *)PTR_free_00118094)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void free(void *__ptr) { (*(code *)PTR_free_00118094)(); return; }
adr r12,0x2f070 add r12,r12,#0xe9000 ldr pc,[r12,#0x24]!
null
null
null
null
[(u'CALLIND_-1205997429', u'INDIRECT_-1205997359'), (u'INDIRECT_-1205997359', u'COPY_-1205997418'), ('const-0', u'RETURN_-1205997426'), (u'CAST_-1205997354', u'CALLIND_-1205997429'), ('tmp_119', u'CAST_-1205997354')]
[(u'CALLIND_-1205997429', u'INDIRECT_-1205997359'), (u'INDIRECT_-1205997359', u'COPY_-1205997418'), ('const-0', u'RETURN_-1205997426'), (u'CAST_-1205997354', u'CALLIND_-1205997429'), ('tmp_119', u'CAST_-1205997354')]
null
null
0002f068
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_00118094)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00118094)();\n return;\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_free_00118094)();\n return;\n}" { (expression_statement "(*(code *)PTR_free_00118094)();" (call_expression "(*(code *)PTR_free_00118094)()" (parenthesized_expression "(*(code *)PTR_free_00118094)" ( (pointer_expression "*(code *)PTR_free_00118094" * (cast_expression "(code *)PTR_free_00118094" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_00118094)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00118094)();\n return;\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_free_00118094)();\n return;\n}" { (expression_statement "(*(code *)PTR_free_00118094)();" (call_expression "(*(code *)PTR_free_00118094)()" (parenthesized_expression "(*(code *)PTR_free_00118094)" ( (pointer_expression "*(code *)PTR_free_00118094" * (cast_expression "(code *)PTR_free_00118094" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_00118094)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00118094)();\n return;\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_free_00118094)();\n return;\n}" { (expression_statement "(*(code *)PTR_free_00118094)();" (call_expression "(*(code *)PTR_free_00118094)()" (parenthesized_expression "(*(code *)PTR_free_00118094)" ( (pointer_expression "*(code *)PTR_free_00118094" * (cast_expression "(code *)PTR_free_00118094" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00118094)();\n return;\n}" (primitive_type "void") (function_declarator "free(void *__ptr)" (identifier "free") (parameter_list "(void *__ptr)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr"))) () ")"))) (compound_statement "{\n (*(code *)PTR_free_00118094)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_free_00118094)();" (call_expression "(*(code *)PTR_free_00118094)()" (parenthesized_expression "(*(code *)PTR_free_00118094)" (( "(") (pointer_expression "*(code *)PTR_free_00118094" (* "*") (cast_expression "(code *)PTR_free_00118094" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_free_00118094"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void *__ptr) { (*(type_1 *)PTR_free_00118094)(); return; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(void *__ptr) { (*(code *)PTR_MASKED_00118094)(); return; }
55,789
1732_sqldiff_and_sqldiff_strip.c
__nesf2
FUN_000f7e78
uint __nesf2(uint param_1,uint param_2) { uint uVar1; uint uVar2; uint uVar3; bool bVar4; bool bVar5; uVar1 = param_1 * 2; uVar2 = param_2 * 2; if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) && ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) || (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) { return 1; } uVar3 = uVar1 | param_2 & 0x7fffffff; bVar5 = uVar3 == 0; if (!bVar5) { uVar3 = param_1 ^ param_2; bVar5 = uVar3 == 0; } bVar4 = -1 < (int)uVar3; if (bVar4) { param_1 = uVar1 + param_2 * -2; bVar5 = param_1 == 0; } if ((bVar4 && uVar1 >= uVar2) && !bVar5) { param_1 = (int)param_2 >> 0x1f; } if (!bVar4 || uVar1 < uVar2) { param_1 = ~((int)param_2 >> 0x1f); } if (!bVar5) { param_1 = param_1 | 1; } return param_1; }
uint FUN_000f7e78(uint param_1,uint param_2) { uint uVar1; uint uVar2; uint uVar3; bool bVar4; bool bVar5; uVar1 = param_1 * 2; uVar2 = param_2 * 2; if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) && ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) || (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) { return 1; } uVar3 = uVar1 | param_2 & 0x7fffffff; bVar5 = uVar3 == 0; if (!bVar5) { uVar3 = param_1 ^ param_2; bVar5 = uVar3 == 0; } bVar4 = -1 < (int)uVar3; if (bVar4) { param_1 = uVar1 + param_2 * -2; bVar5 = param_1 == 0; } if ((bVar4 && uVar1 >= uVar2) && !bVar5) { param_1 = (int)param_2 >> 0x1f; } if (!bVar4 || uVar1 < uVar2) { param_1 = ~((int)param_2 >> 0x1f); } if (!bVar5) { param_1 = param_1 | 1; } return param_1; }
mov r12,#0x1 str r12,[sp,#-0x4]! mov r2,r0, lsl #0x1 mov r3,r1, lsl #0x1 mvns r12,r2, asr #0x18 mvnnes r12,r3, asr #0x18 beq 0x000f7eb4 add sp,sp,#0x4 orrs r12,r2,r3, lsr #0x1 teqne r0,r1 subpls r0,r2,r3 movhi r0,r1, asr #0x1f mvncc r0,r1, asr #0x1f orrne r0,r0,#0x1 bx lr mvns r12,r2, asr #0x18 bne 0x000f7ec4 movs r12,r0, lsl #0x9 bne 0x000f7ed4 mvns r12,r3, asr #0x18 bne 0x000f7e94 movs r12,r1, lsl #0x9 beq 0x000f7e94 ldr r0,[sp],#0x4 bx lr
null
null
null
null
[(u'CAST_-1206878114', u'INT_SLESS_-1206878469'), ('const-4294967295', u'INT_EQUAL_-1206878205'), (u'INT_SLESS_-1206878469', u'BOOL_AND_-1206878142'), (u'INT_EQUAL_-1206878205', u'BOOL_OR_-1206878238'), ('const-0', u'RETURN_-1206878370'), ('const-0', u'INT_EQUAL_-1206878453'), (u'BOOL_OR_-1206878238', u'CBRANCH_-1206878506'), ('tmp_985', u'INT_XOR_-1206878442'), (u'CAST_-1206878101', u'INT_SRIGHT_-1206878162'), (u'MULTIEQUAL_-1206878211', u'MULTIEQUAL_-1206878208'), ('tmp_539', u'CBRANCH_-1206878303'), ('const-0', u'INT_NOTEQUAL_-1206878284'), (u'MULTIEQUAL_-1206878201', u'BOOL_NEGATE_-1206878129'), ('const-0', u'INT_EQUAL_-1206878436'), (u'INT_SRIGHT_-1206878193', u'INT_EQUAL_-1206878309'), (u'INT_XOR_-1206878442', u'INT_EQUAL_-1206878453'), (u'INT_SRIGHT_-1206878515', u'INT_EQUAL_-1206878532'), (u'INT_XOR_-1206878442', u'MULTIEQUAL_-1206878133'), ('const-4294967295', u'INT_SLESS_-1206878469'), ('const-0', u'INT_EQUAL_-1206878470'), (u'INT_EQUAL_-1206878470', u'BOOL_NEGATE_-1206878158'), ('tmp_986', u'INT_MULT_-1206878528'), (u'INT_LESS_-1206878173', u'BOOL_OR_-1206878133'), (u'INT_EQUAL_-1206878470', u'MULTIEQUAL_-1206878203'), ('tmp_986', u'INT_XOR_-1206878442'), (u'INT_SLESS_-1206878469', u'CBRANCH_-1206878448'), ('const-0', u'RETURN_-1206878259'), ('tmp_985', u'INT_MULT_-1206878542'), (u'INT_LESS_-1206878173', u'BOOL_NEGATE_-1206878141'), (u'INT_MULT_-1206878542', u'INT_OR_-1206878457'), (u'INT_ADD_-1206878430', u'MULTIEQUAL_-1206878214'), (u'CAST_-1206878132', u'INT_SRIGHT_-1206878515'), (u'INT_ADD_-1206878430', u'INT_EQUAL_-1206878436'), (u'INT_SRIGHT_-1206878162', u'COPY_-1206878168'), (u'BOOL_NEGATE_-1206878129', u'CBRANCH_-1206878396'), (u'BOOL_NEGATE_-1206878135', u'BOOL_OR_-1206878133'), (u'INT_MULT_-1206878542', u'CAST_-1206878132'), (u'BOOL_AND_-1206878142', u'BOOL_AND_-1206878146'), (u'INT_EQUAL_-1206878453', u'MULTIEQUAL_-1206878203'), ('tmp_985', u'MULTIEQUAL_-1206878214'), (u'INT_EQUAL_-1206878436', u'MULTIEQUAL_-1206878201'), (u'MULTIEQUAL_-1206878214', u'COPY_-1206878169'), (u'BOOL_NEGATE_-1206878158', u'CBRANCH_-1206878465'), ('const-8388607', u'INT_AND_-1206878123'), (u'MULTIEQUAL_-1206878203', u'MULTIEQUAL_-1206878201'), (u'INT_SRIGHT_-1206878193', u'INT_EQUAL_-1206878205'), (u'BOOL_NEGATE_-1206878143', u'BOOL_AND_-1206878146'), ('const-24', u'INT_SRIGHT_-1206878515'), ('tmp_276', u'CBRANCH_-1206878448'), ('tmp_461', u'CBRANCH_-1206878351'), (u'BOOL_OR_-1206878133', u'CBRANCH_-1206878413'), ('const-1', u'COPY_-1206878277'), ('tmp_986', u'INT_MULT_-1206878168'), (u'INT_AND_-1206878123', u'INT_NOTEQUAL_-1206878284'), (u'INT_MULT_-1206878528', u'INT_LESS_-1206878173'), (u'INT_MULT_-1206878542', u'INT_LESS_-1206878173'), (u'INT_NOTEQUAL_-1206878284', u'CBRANCH_-1206878280'), (u'MULTIEQUAL_-1206878205', u'RETURN_-1206878370'), ('const-4294967295', u'INT_EQUAL_-1206878532'), ('const-0', u'INT_NOTEQUAL_-1206878332'), (u'INT_EQUAL_-1206878309', u'CBRANCH_-1206878303'), ('tmp_376', u'CBRANCH_-1206878396'), ('const-2', u'INT_MULT_-1206878542'), ('const-4294967294', u'INT_MULT_-1206878168'), (u'COPY_-1206878277', u'RETURN_-1206878259'), (u'INT_NEGATE_-1206878387', u'MULTIEQUAL_-1206878208'), (u'INT_SLESS_-1206878469', u'BOOL_NEGATE_-1206878135'), ('tmp_576', u'CBRANCH_-1206878280'), (u'MULTIEQUAL_-1206878133', u'CAST_-1206878114'), (u'MULTIEQUAL_-1206878201', u'BOOL_NEGATE_-1206878143'), (u'MULTIEQUAL_-1206878208', u'MULTIEQUAL_-1206878205'), ('tmp_986', u'CAST_-1206878101'), ('tmp_986', u'INT_AND_-1206878459'), (u'INT_MULT_-1206878542', u'INT_ADD_-1206878430'), (u'INT_EQUAL_-1206878357', u'CBRANCH_-1206878351'), (u'INT_AND_-1206878459', u'INT_OR_-1206878457'), ('tmp_169', u'CBRANCH_-1206878506'), (u'INT_MULT_-1206878168', u'INT_ADD_-1206878430'), (u'INT_SRIGHT_-1206878515', u'INT_EQUAL_-1206878357'), ('const-24', u'INT_SRIGHT_-1206878193'), (u'BOOL_NEGATE_-1206878141', u'BOOL_AND_-1206878142'), (u'COPY_-1206878169', u'MULTIEQUAL_-1206878211'), (u'INT_MULT_-1206878528', u'CAST_-1206878127'), (u'BOOL_AND_-1206878146', u'CBRANCH_-1206878430'), ('const-31', u'INT_SRIGHT_-1206878162'), ('const-4294967295', u'INT_EQUAL_-1206878357'), ('const-1', u'INT_OR_-1206878365'), (u'INT_OR_-1206878457', u'INT_EQUAL_-1206878470'), (u'INT_AND_-1206878140', u'INT_NOTEQUAL_-1206878332'), ('const-4294967295', u'INT_EQUAL_-1206878309'), ('tmp_500', u'CBRANCH_-1206878327'), ('tmp_310', u'CBRANCH_-1206878430'), (u'COPY_-1206878168', u'MULTIEQUAL_-1206878211'), ('tmp_986', u'INT_AND_-1206878123'), ('const-2147483647', u'INT_AND_-1206878459'), (u'INT_OR_-1206878457', u'MULTIEQUAL_-1206878133'), (u'MULTIEQUAL_-1206878208', u'INT_OR_-1206878365'), ('tmp_985', u'INT_AND_-1206878140'), ('const-8388607', u'INT_AND_-1206878140'), ('const-2', u'INT_MULT_-1206878528'), (u'INT_SRIGHT_-1206878162', u'INT_NEGATE_-1206878387'), (u'INT_NOTEQUAL_-1206878332', u'CBRANCH_-1206878327'), ('tmp_343', u'CBRANCH_-1206878413'), ('tmp_247', u'CBRANCH_-1206878465'), (u'INT_OR_-1206878365', u'MULTIEQUAL_-1206878205'), (u'CAST_-1206878127', u'INT_SRIGHT_-1206878193'), (u'INT_EQUAL_-1206878532', u'BOOL_OR_-1206878238')]
[(u'CAST_-1206878114', u'INT_SLESS_-1206878469'), ('const-4294967295', u'INT_EQUAL_-1206878205'), (u'INT_SLESS_-1206878469', u'BOOL_AND_-1206878142'), (u'INT_EQUAL_-1206878205', u'BOOL_OR_-1206878238'), ('const-0', u'RETURN_-1206878370'), ('const-0', u'INT_EQUAL_-1206878453'), (u'BOOL_OR_-1206878238', u'CBRANCH_-1206878506'), ('tmp_985', u'INT_XOR_-1206878442'), (u'CAST_-1206878101', u'INT_SRIGHT_-1206878162'), (u'MULTIEQUAL_-1206878211', u'MULTIEQUAL_-1206878208'), ('tmp_539', u'CBRANCH_-1206878303'), ('const-0', u'INT_NOTEQUAL_-1206878284'), (u'MULTIEQUAL_-1206878201', u'BOOL_NEGATE_-1206878129'), ('const-0', u'INT_EQUAL_-1206878436'), (u'INT_SRIGHT_-1206878193', u'INT_EQUAL_-1206878309'), (u'INT_XOR_-1206878442', u'INT_EQUAL_-1206878453'), (u'INT_SRIGHT_-1206878515', u'INT_EQUAL_-1206878532'), (u'INT_XOR_-1206878442', u'MULTIEQUAL_-1206878133'), ('const-4294967295', u'INT_SLESS_-1206878469'), ('const-0', u'INT_EQUAL_-1206878470'), (u'INT_EQUAL_-1206878470', u'BOOL_NEGATE_-1206878158'), ('tmp_986', u'INT_MULT_-1206878528'), (u'INT_LESS_-1206878173', u'BOOL_OR_-1206878133'), (u'INT_EQUAL_-1206878470', u'MULTIEQUAL_-1206878203'), ('tmp_986', u'INT_XOR_-1206878442'), (u'INT_SLESS_-1206878469', u'CBRANCH_-1206878448'), ('const-0', u'RETURN_-1206878259'), ('tmp_985', u'INT_MULT_-1206878542'), (u'INT_LESS_-1206878173', u'BOOL_NEGATE_-1206878141'), (u'INT_MULT_-1206878542', u'INT_OR_-1206878457'), (u'INT_ADD_-1206878430', u'MULTIEQUAL_-1206878214'), (u'CAST_-1206878132', u'INT_SRIGHT_-1206878515'), (u'INT_ADD_-1206878430', u'INT_EQUAL_-1206878436'), (u'INT_SRIGHT_-1206878162', u'COPY_-1206878168'), (u'BOOL_NEGATE_-1206878129', u'CBRANCH_-1206878396'), (u'BOOL_NEGATE_-1206878135', u'BOOL_OR_-1206878133'), (u'INT_MULT_-1206878542', u'CAST_-1206878132'), (u'BOOL_AND_-1206878142', u'BOOL_AND_-1206878146'), (u'INT_EQUAL_-1206878453', u'MULTIEQUAL_-1206878203'), ('tmp_985', u'MULTIEQUAL_-1206878214'), (u'INT_EQUAL_-1206878436', u'MULTIEQUAL_-1206878201'), (u'MULTIEQUAL_-1206878214', u'COPY_-1206878169'), (u'BOOL_NEGATE_-1206878158', u'CBRANCH_-1206878465'), ('const-8388607', u'INT_AND_-1206878123'), (u'MULTIEQUAL_-1206878203', u'MULTIEQUAL_-1206878201'), (u'INT_SRIGHT_-1206878193', u'INT_EQUAL_-1206878205'), (u'BOOL_NEGATE_-1206878143', u'BOOL_AND_-1206878146'), ('const-24', u'INT_SRIGHT_-1206878515'), ('tmp_276', u'CBRANCH_-1206878448'), ('tmp_461', u'CBRANCH_-1206878351'), (u'BOOL_OR_-1206878133', u'CBRANCH_-1206878413'), ('const-1', u'COPY_-1206878277'), ('tmp_986', u'INT_MULT_-1206878168'), (u'INT_AND_-1206878123', u'INT_NOTEQUAL_-1206878284'), (u'INT_MULT_-1206878528', u'INT_LESS_-1206878173'), (u'INT_MULT_-1206878542', u'INT_LESS_-1206878173'), (u'INT_NOTEQUAL_-1206878284', u'CBRANCH_-1206878280'), (u'MULTIEQUAL_-1206878205', u'RETURN_-1206878370'), ('const-4294967295', u'INT_EQUAL_-1206878532'), ('const-0', u'INT_NOTEQUAL_-1206878332'), (u'INT_EQUAL_-1206878309', u'CBRANCH_-1206878303'), ('tmp_376', u'CBRANCH_-1206878396'), ('const-2', u'INT_MULT_-1206878542'), ('const-4294967294', u'INT_MULT_-1206878168'), (u'COPY_-1206878277', u'RETURN_-1206878259'), (u'INT_NEGATE_-1206878387', u'MULTIEQUAL_-1206878208'), (u'INT_SLESS_-1206878469', u'BOOL_NEGATE_-1206878135'), ('tmp_576', u'CBRANCH_-1206878280'), (u'MULTIEQUAL_-1206878133', u'CAST_-1206878114'), (u'MULTIEQUAL_-1206878201', u'BOOL_NEGATE_-1206878143'), (u'MULTIEQUAL_-1206878208', u'MULTIEQUAL_-1206878205'), ('tmp_986', u'CAST_-1206878101'), ('tmp_986', u'INT_AND_-1206878459'), (u'INT_MULT_-1206878542', u'INT_ADD_-1206878430'), (u'INT_EQUAL_-1206878357', u'CBRANCH_-1206878351'), (u'INT_AND_-1206878459', u'INT_OR_-1206878457'), ('tmp_169', u'CBRANCH_-1206878506'), (u'INT_MULT_-1206878168', u'INT_ADD_-1206878430'), (u'INT_SRIGHT_-1206878515', u'INT_EQUAL_-1206878357'), ('const-24', u'INT_SRIGHT_-1206878193'), (u'BOOL_NEGATE_-1206878141', u'BOOL_AND_-1206878142'), (u'COPY_-1206878169', u'MULTIEQUAL_-1206878211'), (u'INT_MULT_-1206878528', u'CAST_-1206878127'), (u'BOOL_AND_-1206878146', u'CBRANCH_-1206878430'), ('const-31', u'INT_SRIGHT_-1206878162'), ('const-4294967295', u'INT_EQUAL_-1206878357'), ('const-1', u'INT_OR_-1206878365'), (u'INT_OR_-1206878457', u'INT_EQUAL_-1206878470'), (u'INT_AND_-1206878140', u'INT_NOTEQUAL_-1206878332'), ('const-4294967295', u'INT_EQUAL_-1206878309'), ('tmp_500', u'CBRANCH_-1206878327'), ('tmp_310', u'CBRANCH_-1206878430'), (u'COPY_-1206878168', u'MULTIEQUAL_-1206878211'), ('tmp_986', u'INT_AND_-1206878123'), ('const-2147483647', u'INT_AND_-1206878459'), (u'INT_OR_-1206878457', u'MULTIEQUAL_-1206878133'), (u'MULTIEQUAL_-1206878208', u'INT_OR_-1206878365'), ('tmp_985', u'INT_AND_-1206878140'), ('const-8388607', u'INT_AND_-1206878140'), ('const-2', u'INT_MULT_-1206878528'), (u'INT_SRIGHT_-1206878162', u'INT_NEGATE_-1206878387'), (u'INT_NOTEQUAL_-1206878332', u'CBRANCH_-1206878327'), ('tmp_343', u'CBRANCH_-1206878413'), ('tmp_247', u'CBRANCH_-1206878465'), (u'INT_OR_-1206878365', u'MULTIEQUAL_-1206878205'), (u'CAST_-1206878127', u'INT_SRIGHT_-1206878193'), (u'INT_EQUAL_-1206878532', u'BOOL_OR_-1206878238')]
null
null
000f7e78
arm
O2
(translation_unit "uint FUN_000f7e78(uint param_1,uint param_2)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n bool bVar4;\n bool bVar5;\n \n uVar1 = param_1 * 2;\n uVar2 = param_2 * 2;\n if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }\n uVar3 = uVar1 | param_2 & 0x7fffffff;\n bVar5 = uVar3 == 0;\n if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }\n bVar4 = -1 < (int)uVar3;\n if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }\n if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }\n if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }\n if (!bVar5) {\n param_1 = param_1 | 1;\n }\n return param_1;\n}\n\n" (function_definition "uint FUN_000f7e78(uint param_1,uint param_2)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n bool bVar4;\n bool bVar5;\n \n uVar1 = param_1 * 2;\n uVar2 = param_2 * 2;\n if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }\n uVar3 = uVar1 | param_2 & 0x7fffffff;\n bVar5 = uVar3 == 0;\n if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }\n bVar4 = -1 < (int)uVar3;\n if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }\n if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }\n if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }\n if (!bVar5) {\n param_1 = param_1 | 1;\n }\n return param_1;\n}" type_identifier (function_declarator "FUN_000f7e78(uint param_1,uint param_2)" identifier (parameter_list "(uint param_1,uint param_2)" ( (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n bool bVar4;\n bool bVar5;\n \n uVar1 = param_1 * 2;\n uVar2 = param_2 * 2;\n if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }\n uVar3 = uVar1 | param_2 & 0x7fffffff;\n bVar5 = uVar3 == 0;\n if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }\n bVar4 = -1 < (int)uVar3;\n if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }\n if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }\n if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }\n if (!bVar5) {\n param_1 = param_1 | 1;\n }\n return param_1;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (expression_statement "uVar1 = param_1 * 2;" (assignment_expression "uVar1 = param_1 * 2" identifier = (binary_expression "param_1 * 2" identifier * number_literal)) ;) (expression_statement "uVar2 = param_2 * 2;" (assignment_expression "uVar2 = param_2 * 2" identifier = (binary_expression "param_2 * 2" identifier * number_literal)) ;) (if_statement "if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }" if (parenthesized_expression "(((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0))))))" ( (binary_expression "((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))" (parenthesized_expression "((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1)" ( (binary_expression "(int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1" (binary_expression "(int)uVar1 >> 0x18 == -1" (binary_expression "(int)uVar1 >> 0x18" (cast_expression "(int)uVar1" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) == number_literal) || (binary_expression "(int)uVar2 >> 0x18 == -1" (binary_expression "(int)uVar2 >> 0x18" (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) == number_literal)) )) && (parenthesized_expression "((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))" ( (parenthesized_expression "(((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0))))" ( (binary_expression "((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))" (parenthesized_expression "((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0))" ( (binary_expression "(int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)" (binary_expression "(int)uVar1 >> 0x18 == -1" (binary_expression "(int)uVar1 >> 0x18" (cast_expression "(int)uVar1" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) == number_literal) && (parenthesized_expression "((param_1 & 0x7fffff) != 0)" ( (binary_expression "(param_1 & 0x7fffff) != 0" (parenthesized_expression "(param_1 & 0x7fffff)" ( (binary_expression "param_1 & 0x7fffff" identifier & number_literal) )) != number_literal) ))) )) || (parenthesized_expression "(((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))" ( (parenthesized_expression "((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0))" ( (binary_expression "(int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)" (binary_expression "(int)uVar2 >> 0x18 == -1" (binary_expression "(int)uVar2 >> 0x18" (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) == number_literal) && (parenthesized_expression "((param_2 & 0x7fffff) != 0)" ( (binary_expression "(param_2 & 0x7fffff) != 0" (parenthesized_expression "(param_2 & 0x7fffff)" ( (binary_expression "param_2 & 0x7fffff" identifier & number_literal) )) != number_literal) ))) )) ))) )) ))) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "uVar3 = uVar1 | param_2 & 0x7fffffff;" (assignment_expression "uVar3 = uVar1 | param_2 & 0x7fffffff" identifier = (binary_expression "uVar1 | param_2 & 0x7fffffff" identifier | (binary_expression "param_2 & 0x7fffffff" identifier & number_literal))) ;) (expression_statement "bVar5 = uVar3 == 0;" (assignment_expression "bVar5 = uVar3 == 0" identifier = (binary_expression "uVar3 == 0" identifier == number_literal)) ;) (if_statement "if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }" if (parenthesized_expression "(!bVar5)" ( (unary_expression "!bVar5" ! identifier) )) (compound_statement "{\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }" { (expression_statement "uVar3 = param_1 ^ param_2;" (assignment_expression "uVar3 = param_1 ^ param_2" identifier = (binary_expression "param_1 ^ param_2" identifier ^ identifier)) ;) (expression_statement "bVar5 = uVar3 == 0;" (assignment_expression "bVar5 = uVar3 == 0" identifier = (binary_expression "uVar3 == 0" identifier == number_literal)) ;) })) (expression_statement "bVar4 = -1 < (int)uVar3;" (assignment_expression "bVar4 = -1 < (int)uVar3" identifier = (binary_expression "-1 < (int)uVar3" number_literal < (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }" { (expression_statement "param_1 = uVar1 + param_2 * -2;" (assignment_expression "param_1 = uVar1 + param_2 * -2" identifier = (binary_expression "uVar1 + param_2 * -2" identifier + (binary_expression "param_2 * -2" identifier * number_literal))) ;) (expression_statement "bVar5 = param_1 == 0;" (assignment_expression "bVar5 = param_1 == 0" identifier = (binary_expression "param_1 == 0" identifier == number_literal)) ;) })) (if_statement "if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }" if (parenthesized_expression "((bVar4 && uVar1 >= uVar2) && !bVar5)" ( (binary_expression "(bVar4 && uVar1 >= uVar2) && !bVar5" (parenthesized_expression "(bVar4 && uVar1 >= uVar2)" ( (binary_expression "bVar4 && uVar1 >= uVar2" identifier && (binary_expression "uVar1 >= uVar2" identifier >= identifier)) )) && (unary_expression "!bVar5" ! identifier)) )) (compound_statement "{\n param_1 = (int)param_2 >> 0x1f;\n }" { (expression_statement "param_1 = (int)param_2 >> 0x1f;" (assignment_expression "param_1 = (int)param_2 >> 0x1f" identifier = (binary_expression "(int)param_2 >> 0x1f" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal)) ;) })) (if_statement "if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }" if (parenthesized_expression "(!bVar4 || uVar1 < uVar2)" ( (binary_expression "!bVar4 || uVar1 < uVar2" (unary_expression "!bVar4" ! identifier) || (binary_expression "uVar1 < uVar2" identifier < identifier)) )) (compound_statement "{\n param_1 = ~((int)param_2 >> 0x1f);\n }" { (expression_statement "param_1 = ~((int)param_2 >> 0x1f);" (assignment_expression "param_1 = ~((int)param_2 >> 0x1f)" identifier = (unary_expression "~((int)param_2 >> 0x1f)" ~ (parenthesized_expression "((int)param_2 >> 0x1f)" ( (binary_expression "(int)param_2 >> 0x1f" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) )))) ;) })) (if_statement "if (!bVar5) {\n param_1 = param_1 | 1;\n }" if (parenthesized_expression "(!bVar5)" ( (unary_expression "!bVar5" ! identifier) )) (compound_statement "{\n param_1 = param_1 | 1;\n }" { (expression_statement "param_1 = param_1 | 1;" (assignment_expression "param_1 = param_1 | 1" identifier = (binary_expression "param_1 | 1" identifier | number_literal)) ;) })) (return_statement "return param_1;" return identifier ;) })))
(translation_unit "uint __nesf2(uint param_1,uint param_2)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n bool bVar4;\n bool bVar5;\n \n uVar1 = param_1 * 2;\n uVar2 = param_2 * 2;\n if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }\n uVar3 = uVar1 | param_2 & 0x7fffffff;\n bVar5 = uVar3 == 0;\n if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }\n bVar4 = -1 < (int)uVar3;\n if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }\n if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }\n if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }\n if (!bVar5) {\n param_1 = param_1 | 1;\n }\n return param_1;\n}\n\n" (function_definition "uint __nesf2(uint param_1,uint param_2)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n bool bVar4;\n bool bVar5;\n \n uVar1 = param_1 * 2;\n uVar2 = param_2 * 2;\n if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }\n uVar3 = uVar1 | param_2 & 0x7fffffff;\n bVar5 = uVar3 == 0;\n if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }\n bVar4 = -1 < (int)uVar3;\n if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }\n if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }\n if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }\n if (!bVar5) {\n param_1 = param_1 | 1;\n }\n return param_1;\n}" type_identifier (function_declarator "__nesf2(uint param_1,uint param_2)" identifier (parameter_list "(uint param_1,uint param_2)" ( (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n bool bVar4;\n bool bVar5;\n \n uVar1 = param_1 * 2;\n uVar2 = param_2 * 2;\n if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }\n uVar3 = uVar1 | param_2 & 0x7fffffff;\n bVar5 = uVar3 == 0;\n if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }\n bVar4 = -1 < (int)uVar3;\n if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }\n if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }\n if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }\n if (!bVar5) {\n param_1 = param_1 | 1;\n }\n return param_1;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (expression_statement "uVar1 = param_1 * 2;" (assignment_expression "uVar1 = param_1 * 2" identifier = (binary_expression "param_1 * 2" identifier * number_literal)) ;) (expression_statement "uVar2 = param_2 * 2;" (assignment_expression "uVar2 = param_2 * 2" identifier = (binary_expression "param_2 * 2" identifier * number_literal)) ;) (if_statement "if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }" if (parenthesized_expression "(((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0))))))" ( (binary_expression "((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))" (parenthesized_expression "((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1)" ( (binary_expression "(int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1" (binary_expression "(int)uVar1 >> 0x18 == -1" (binary_expression "(int)uVar1 >> 0x18" (cast_expression "(int)uVar1" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) == number_literal) || (binary_expression "(int)uVar2 >> 0x18 == -1" (binary_expression "(int)uVar2 >> 0x18" (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) == number_literal)) )) && (parenthesized_expression "((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))" ( (parenthesized_expression "(((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0))))" ( (binary_expression "((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))" (parenthesized_expression "((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0))" ( (binary_expression "(int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)" (binary_expression "(int)uVar1 >> 0x18 == -1" (binary_expression "(int)uVar1 >> 0x18" (cast_expression "(int)uVar1" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) == number_literal) && (parenthesized_expression "((param_1 & 0x7fffff) != 0)" ( (binary_expression "(param_1 & 0x7fffff) != 0" (parenthesized_expression "(param_1 & 0x7fffff)" ( (binary_expression "param_1 & 0x7fffff" identifier & number_literal) )) != number_literal) ))) )) || (parenthesized_expression "(((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))" ( (parenthesized_expression "((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0))" ( (binary_expression "(int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)" (binary_expression "(int)uVar2 >> 0x18 == -1" (binary_expression "(int)uVar2 >> 0x18" (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) == number_literal) && (parenthesized_expression "((param_2 & 0x7fffff) != 0)" ( (binary_expression "(param_2 & 0x7fffff) != 0" (parenthesized_expression "(param_2 & 0x7fffff)" ( (binary_expression "param_2 & 0x7fffff" identifier & number_literal) )) != number_literal) ))) )) ))) )) ))) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "uVar3 = uVar1 | param_2 & 0x7fffffff;" (assignment_expression "uVar3 = uVar1 | param_2 & 0x7fffffff" identifier = (binary_expression "uVar1 | param_2 & 0x7fffffff" identifier | (binary_expression "param_2 & 0x7fffffff" identifier & number_literal))) ;) (expression_statement "bVar5 = uVar3 == 0;" (assignment_expression "bVar5 = uVar3 == 0" identifier = (binary_expression "uVar3 == 0" identifier == number_literal)) ;) (if_statement "if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }" if (parenthesized_expression "(!bVar5)" ( (unary_expression "!bVar5" ! identifier) )) (compound_statement "{\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }" { (expression_statement "uVar3 = param_1 ^ param_2;" (assignment_expression "uVar3 = param_1 ^ param_2" identifier = (binary_expression "param_1 ^ param_2" identifier ^ identifier)) ;) (expression_statement "bVar5 = uVar3 == 0;" (assignment_expression "bVar5 = uVar3 == 0" identifier = (binary_expression "uVar3 == 0" identifier == number_literal)) ;) })) (expression_statement "bVar4 = -1 < (int)uVar3;" (assignment_expression "bVar4 = -1 < (int)uVar3" identifier = (binary_expression "-1 < (int)uVar3" number_literal < (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }" { (expression_statement "param_1 = uVar1 + param_2 * -2;" (assignment_expression "param_1 = uVar1 + param_2 * -2" identifier = (binary_expression "uVar1 + param_2 * -2" identifier + (binary_expression "param_2 * -2" identifier * number_literal))) ;) (expression_statement "bVar5 = param_1 == 0;" (assignment_expression "bVar5 = param_1 == 0" identifier = (binary_expression "param_1 == 0" identifier == number_literal)) ;) })) (if_statement "if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }" if (parenthesized_expression "((bVar4 && uVar1 >= uVar2) && !bVar5)" ( (binary_expression "(bVar4 && uVar1 >= uVar2) && !bVar5" (parenthesized_expression "(bVar4 && uVar1 >= uVar2)" ( (binary_expression "bVar4 && uVar1 >= uVar2" identifier && (binary_expression "uVar1 >= uVar2" identifier >= identifier)) )) && (unary_expression "!bVar5" ! identifier)) )) (compound_statement "{\n param_1 = (int)param_2 >> 0x1f;\n }" { (expression_statement "param_1 = (int)param_2 >> 0x1f;" (assignment_expression "param_1 = (int)param_2 >> 0x1f" identifier = (binary_expression "(int)param_2 >> 0x1f" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal)) ;) })) (if_statement "if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }" if (parenthesized_expression "(!bVar4 || uVar1 < uVar2)" ( (binary_expression "!bVar4 || uVar1 < uVar2" (unary_expression "!bVar4" ! identifier) || (binary_expression "uVar1 < uVar2" identifier < identifier)) )) (compound_statement "{\n param_1 = ~((int)param_2 >> 0x1f);\n }" { (expression_statement "param_1 = ~((int)param_2 >> 0x1f);" (assignment_expression "param_1 = ~((int)param_2 >> 0x1f)" identifier = (unary_expression "~((int)param_2 >> 0x1f)" ~ (parenthesized_expression "((int)param_2 >> 0x1f)" ( (binary_expression "(int)param_2 >> 0x1f" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) )))) ;) })) (if_statement "if (!bVar5) {\n param_1 = param_1 | 1;\n }" if (parenthesized_expression "(!bVar5)" ( (unary_expression "!bVar5" ! identifier) )) (compound_statement "{\n param_1 = param_1 | 1;\n }" { (expression_statement "param_1 = param_1 | 1;" (assignment_expression "param_1 = param_1 | 1" identifier = (binary_expression "param_1 | 1" identifier | number_literal)) ;) })) (return_statement "return param_1;" return identifier ;) })))
(translation_unit "uint FUN_000f7e78(uint param_1,uint param_2)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n bool bVar4;\n bool bVar5;\n \n uVar1 = param_1 * 2;\n uVar2 = param_2 * 2;\n if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }\n uVar3 = uVar1 | param_2 & 0x7fffffff;\n bVar5 = uVar3 == 0;\n if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }\n bVar4 = -1 < (int)uVar3;\n if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }\n if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }\n if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }\n if (!bVar5) {\n param_1 = param_1 | 1;\n }\n return param_1;\n}\n\n" (function_definition "uint FUN_000f7e78(uint param_1,uint param_2)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n bool bVar4;\n bool bVar5;\n \n uVar1 = param_1 * 2;\n uVar2 = param_2 * 2;\n if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }\n uVar3 = uVar1 | param_2 & 0x7fffffff;\n bVar5 = uVar3 == 0;\n if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }\n bVar4 = -1 < (int)uVar3;\n if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }\n if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }\n if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }\n if (!bVar5) {\n param_1 = param_1 | 1;\n }\n return param_1;\n}" type_identifier (function_declarator "FUN_000f7e78(uint param_1,uint param_2)" identifier (parameter_list "(uint param_1,uint param_2)" ( (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n bool bVar4;\n bool bVar5;\n \n uVar1 = param_1 * 2;\n uVar2 = param_2 * 2;\n if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }\n uVar3 = uVar1 | param_2 & 0x7fffffff;\n bVar5 = uVar3 == 0;\n if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }\n bVar4 = -1 < (int)uVar3;\n if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }\n if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }\n if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }\n if (!bVar5) {\n param_1 = param_1 | 1;\n }\n return param_1;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (expression_statement "uVar1 = param_1 * 2;" (assignment_expression "uVar1 = param_1 * 2" identifier = (binary_expression "param_1 * 2" identifier * number_literal)) ;) (expression_statement "uVar2 = param_2 * 2;" (assignment_expression "uVar2 = param_2 * 2" identifier = (binary_expression "param_2 * 2" identifier * number_literal)) ;) (if_statement "if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }" if (parenthesized_expression "(((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0))))))" ( (binary_expression "((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))" (parenthesized_expression "((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1)" ( (binary_expression "(int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1" (binary_expression "(int)uVar1 >> 0x18 == -1" (binary_expression "(int)uVar1 >> 0x18" (cast_expression "(int)uVar1" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) == number_literal) || (binary_expression "(int)uVar2 >> 0x18 == -1" (binary_expression "(int)uVar2 >> 0x18" (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) == number_literal)) )) && (parenthesized_expression "((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))" ( (parenthesized_expression "(((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0))))" ( (binary_expression "((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))" (parenthesized_expression "((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0))" ( (binary_expression "(int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)" (binary_expression "(int)uVar1 >> 0x18 == -1" (binary_expression "(int)uVar1 >> 0x18" (cast_expression "(int)uVar1" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) == number_literal) && (parenthesized_expression "((param_1 & 0x7fffff) != 0)" ( (binary_expression "(param_1 & 0x7fffff) != 0" (parenthesized_expression "(param_1 & 0x7fffff)" ( (binary_expression "param_1 & 0x7fffff" identifier & number_literal) )) != number_literal) ))) )) || (parenthesized_expression "(((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))" ( (parenthesized_expression "((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0))" ( (binary_expression "(int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)" (binary_expression "(int)uVar2 >> 0x18 == -1" (binary_expression "(int)uVar2 >> 0x18" (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) == number_literal) && (parenthesized_expression "((param_2 & 0x7fffff) != 0)" ( (binary_expression "(param_2 & 0x7fffff) != 0" (parenthesized_expression "(param_2 & 0x7fffff)" ( (binary_expression "param_2 & 0x7fffff" identifier & number_literal) )) != number_literal) ))) )) ))) )) ))) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "uVar3 = uVar1 | param_2 & 0x7fffffff;" (assignment_expression "uVar3 = uVar1 | param_2 & 0x7fffffff" identifier = (binary_expression "uVar1 | param_2 & 0x7fffffff" identifier | (binary_expression "param_2 & 0x7fffffff" identifier & number_literal))) ;) (expression_statement "bVar5 = uVar3 == 0;" (assignment_expression "bVar5 = uVar3 == 0" identifier = (binary_expression "uVar3 == 0" identifier == number_literal)) ;) (if_statement "if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }" if (parenthesized_expression "(!bVar5)" ( (unary_expression "!bVar5" ! identifier) )) (compound_statement "{\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }" { (expression_statement "uVar3 = param_1 ^ param_2;" (assignment_expression "uVar3 = param_1 ^ param_2" identifier = (binary_expression "param_1 ^ param_2" identifier ^ identifier)) ;) (expression_statement "bVar5 = uVar3 == 0;" (assignment_expression "bVar5 = uVar3 == 0" identifier = (binary_expression "uVar3 == 0" identifier == number_literal)) ;) })) (expression_statement "bVar4 = -1 < (int)uVar3;" (assignment_expression "bVar4 = -1 < (int)uVar3" identifier = (binary_expression "-1 < (int)uVar3" number_literal < (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }" { (expression_statement "param_1 = uVar1 + param_2 * -2;" (assignment_expression "param_1 = uVar1 + param_2 * -2" identifier = (binary_expression "uVar1 + param_2 * -2" identifier + (binary_expression "param_2 * -2" identifier * number_literal))) ;) (expression_statement "bVar5 = param_1 == 0;" (assignment_expression "bVar5 = param_1 == 0" identifier = (binary_expression "param_1 == 0" identifier == number_literal)) ;) })) (if_statement "if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }" if (parenthesized_expression "((bVar4 && uVar1 >= uVar2) && !bVar5)" ( (binary_expression "(bVar4 && uVar1 >= uVar2) && !bVar5" (parenthesized_expression "(bVar4 && uVar1 >= uVar2)" ( (binary_expression "bVar4 && uVar1 >= uVar2" identifier && (binary_expression "uVar1 >= uVar2" identifier >= identifier)) )) && (unary_expression "!bVar5" ! identifier)) )) (compound_statement "{\n param_1 = (int)param_2 >> 0x1f;\n }" { (expression_statement "param_1 = (int)param_2 >> 0x1f;" (assignment_expression "param_1 = (int)param_2 >> 0x1f" identifier = (binary_expression "(int)param_2 >> 0x1f" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal)) ;) })) (if_statement "if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }" if (parenthesized_expression "(!bVar4 || uVar1 < uVar2)" ( (binary_expression "!bVar4 || uVar1 < uVar2" (unary_expression "!bVar4" ! identifier) || (binary_expression "uVar1 < uVar2" identifier < identifier)) )) (compound_statement "{\n param_1 = ~((int)param_2 >> 0x1f);\n }" { (expression_statement "param_1 = ~((int)param_2 >> 0x1f);" (assignment_expression "param_1 = ~((int)param_2 >> 0x1f)" identifier = (unary_expression "~((int)param_2 >> 0x1f)" ~ (parenthesized_expression "((int)param_2 >> 0x1f)" ( (binary_expression "(int)param_2 >> 0x1f" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) )))) ;) })) (if_statement "if (!bVar5) {\n param_1 = param_1 | 1;\n }" if (parenthesized_expression "(!bVar5)" ( (unary_expression "!bVar5" ! identifier) )) (compound_statement "{\n param_1 = param_1 | 1;\n }" { (expression_statement "param_1 = param_1 | 1;" (assignment_expression "param_1 = param_1 | 1" identifier = (binary_expression "param_1 | 1" identifier | 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 TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) == LIT) || (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) == LIT)) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) == LIT) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) ))) )) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) == LIT) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) ))) )) ))) )) ))) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT | (binary_expression IDENT & LIT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT ^ IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT && (binary_expression IDENT >= IDENT)) )) && (unary_expression ! IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) || (binary_expression IDENT < IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (unary_expression ~ (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) })) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT | LIT)) ;) })) (return_statement return IDENT ;) })))
(function_definition "uint FUN_000f7e78(uint param_1,uint param_2)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n bool bVar4;\n bool bVar5;\n \n uVar1 = param_1 * 2;\n uVar2 = param_2 * 2;\n if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }\n uVar3 = uVar1 | param_2 & 0x7fffffff;\n bVar5 = uVar3 == 0;\n if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }\n bVar4 = -1 < (int)uVar3;\n if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }\n if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }\n if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }\n if (!bVar5) {\n param_1 = param_1 | 1;\n }\n return param_1;\n}" (type_identifier "uint") (function_declarator "FUN_000f7e78(uint param_1,uint param_2)" (identifier "FUN_000f7e78") (parameter_list "(uint param_1,uint param_2)" (( "(") (parameter_declaration "uint param_1" (type_identifier "uint") (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n bool bVar4;\n bool bVar5;\n \n uVar1 = param_1 * 2;\n uVar2 = param_2 * 2;\n if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }\n uVar3 = uVar1 | param_2 & 0x7fffffff;\n bVar5 = uVar3 == 0;\n if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }\n bVar4 = -1 < (int)uVar3;\n if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }\n if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }\n if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }\n if (!bVar5) {\n param_1 = param_1 | 1;\n }\n return param_1;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "bool bVar4;" (primitive_type "bool") (identifier "bVar4") (; ";")) (declaration "bool bVar5;" (primitive_type "bool") (identifier "bVar5") (; ";")) (expression_statement "uVar1 = param_1 * 2;" (assignment_expression "uVar1 = param_1 * 2" (identifier "uVar1") (= "=") (binary_expression "param_1 * 2" (identifier "param_1") (* "*") (number_literal "2"))) (; ";")) (expression_statement "uVar2 = param_2 * 2;" (assignment_expression "uVar2 = param_2 * 2" (identifier "uVar2") (= "=") (binary_expression "param_2 * 2" (identifier "param_2") (* "*") (number_literal "2"))) (; ";")) (if_statement "if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) {\n return 1;\n }" (if "if") (parenthesized_expression "(((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0))))))" (( "(") (binary_expression "((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) &&\n ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))" (parenthesized_expression "((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1)" (( "(") (binary_expression "(int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1" (binary_expression "(int)uVar1 >> 0x18 == -1" (binary_expression "(int)uVar1 >> 0x18" (cast_expression "(int)uVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar1")) (>> ">>") (number_literal "0x18")) (== "==") (number_literal "-1")) (|| "||") (binary_expression "(int)uVar2 >> 0x18 == -1" (binary_expression "(int)uVar2 >> 0x18" (cast_expression "(int)uVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar2")) (>> ">>") (number_literal "0x18")) (== "==") (number_literal "-1"))) () ")")) (&& "&&") (parenthesized_expression "((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))" (( "(") (parenthesized_expression "(((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0))))" (( "(") (binary_expression "((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) ||\n (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))" (parenthesized_expression "((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0))" (( "(") (binary_expression "(int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)" (binary_expression "(int)uVar1 >> 0x18 == -1" (binary_expression "(int)uVar1 >> 0x18" (cast_expression "(int)uVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar1")) (>> ">>") (number_literal "0x18")) (== "==") (number_literal "-1")) (&& "&&") (parenthesized_expression "((param_1 & 0x7fffff) != 0)" (( "(") (binary_expression "(param_1 & 0x7fffff) != 0" (parenthesized_expression "(param_1 & 0x7fffff)" (( "(") (binary_expression "param_1 & 0x7fffff" (identifier "param_1") (& "&") (number_literal "0x7fffff")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (|| "||") (parenthesized_expression "(((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))" (( "(") (parenthesized_expression "((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0))" (( "(") (binary_expression "(int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)" (binary_expression "(int)uVar2 >> 0x18 == -1" (binary_expression "(int)uVar2 >> 0x18" (cast_expression "(int)uVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar2")) (>> ">>") (number_literal "0x18")) (== "==") (number_literal "-1")) (&& "&&") (parenthesized_expression "((param_2 & 0x7fffff) != 0)" (( "(") (binary_expression "(param_2 & 0x7fffff) != 0" (parenthesized_expression "(param_2 & 0x7fffff)" (( "(") (binary_expression "param_2 & 0x7fffff" (identifier "param_2") (& "&") (number_literal "0x7fffff")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n return 1;\n }" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "uVar3 = uVar1 | param_2 & 0x7fffffff;" (assignment_expression "uVar3 = uVar1 | param_2 & 0x7fffffff" (identifier "uVar3") (= "=") (binary_expression "uVar1 | param_2 & 0x7fffffff" (identifier "uVar1") (| "|") (binary_expression "param_2 & 0x7fffffff" (identifier "param_2") (& "&") (number_literal "0x7fffffff")))) (; ";")) (expression_statement "bVar5 = uVar3 == 0;" (assignment_expression "bVar5 = uVar3 == 0" (identifier "bVar5") (= "=") (binary_expression "uVar3 == 0" (identifier "uVar3") (== "==") (number_literal "0"))) (; ";")) (if_statement "if (!bVar5) {\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }" (if "if") (parenthesized_expression "(!bVar5)" (( "(") (unary_expression "!bVar5" (! "!") (identifier "bVar5")) () ")")) (compound_statement "{\n uVar3 = param_1 ^ param_2;\n bVar5 = uVar3 == 0;\n }" ({ "{") (expression_statement "uVar3 = param_1 ^ param_2;" (assignment_expression "uVar3 = param_1 ^ param_2" (identifier "uVar3") (= "=") (binary_expression "param_1 ^ param_2" (identifier "param_1") (^ "^") (identifier "param_2"))) (; ";")) (expression_statement "bVar5 = uVar3 == 0;" (assignment_expression "bVar5 = uVar3 == 0" (identifier "bVar5") (= "=") (binary_expression "uVar3 == 0" (identifier "uVar3") (== "==") (number_literal "0"))) (; ";")) (} "}"))) (expression_statement "bVar4 = -1 < (int)uVar3;" (assignment_expression "bVar4 = -1 < (int)uVar3" (identifier "bVar4") (= "=") (binary_expression "-1 < (int)uVar3" (number_literal "-1") (< "<") (cast_expression "(int)uVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar3")))) (; ";")) (if_statement "if (bVar4) {\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }" (if "if") (parenthesized_expression "(bVar4)" (( "(") (identifier "bVar4") () ")")) (compound_statement "{\n param_1 = uVar1 + param_2 * -2;\n bVar5 = param_1 == 0;\n }" ({ "{") (expression_statement "param_1 = uVar1 + param_2 * -2;" (assignment_expression "param_1 = uVar1 + param_2 * -2" (identifier "param_1") (= "=") (binary_expression "uVar1 + param_2 * -2" (identifier "uVar1") (+ "+") (binary_expression "param_2 * -2" (identifier "param_2") (* "*") (number_literal "-2")))) (; ";")) (expression_statement "bVar5 = param_1 == 0;" (assignment_expression "bVar5 = param_1 == 0" (identifier "bVar5") (= "=") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0"))) (; ";")) (} "}"))) (if_statement "if ((bVar4 && uVar1 >= uVar2) && !bVar5) {\n param_1 = (int)param_2 >> 0x1f;\n }" (if "if") (parenthesized_expression "((bVar4 && uVar1 >= uVar2) && !bVar5)" (( "(") (binary_expression "(bVar4 && uVar1 >= uVar2) && !bVar5" (parenthesized_expression "(bVar4 && uVar1 >= uVar2)" (( "(") (binary_expression "bVar4 && uVar1 >= uVar2" (identifier "bVar4") (&& "&&") (binary_expression "uVar1 >= uVar2" (identifier "uVar1") (>= ">=") (identifier "uVar2"))) () ")")) (&& "&&") (unary_expression "!bVar5" (! "!") (identifier "bVar5"))) () ")")) (compound_statement "{\n param_1 = (int)param_2 >> 0x1f;\n }" ({ "{") (expression_statement "param_1 = (int)param_2 >> 0x1f;" (assignment_expression "param_1 = (int)param_2 >> 0x1f" (identifier "param_1") (= "=") (binary_expression "(int)param_2 >> 0x1f" (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2")) (>> ">>") (number_literal "0x1f"))) (; ";")) (} "}"))) (if_statement "if (!bVar4 || uVar1 < uVar2) {\n param_1 = ~((int)param_2 >> 0x1f);\n }" (if "if") (parenthesized_expression "(!bVar4 || uVar1 < uVar2)" (( "(") (binary_expression "!bVar4 || uVar1 < uVar2" (unary_expression "!bVar4" (! "!") (identifier "bVar4")) (|| "||") (binary_expression "uVar1 < uVar2" (identifier "uVar1") (< "<") (identifier "uVar2"))) () ")")) (compound_statement "{\n param_1 = ~((int)param_2 >> 0x1f);\n }" ({ "{") (expression_statement "param_1 = ~((int)param_2 >> 0x1f);" (assignment_expression "param_1 = ~((int)param_2 >> 0x1f)" (identifier "param_1") (= "=") (unary_expression "~((int)param_2 >> 0x1f)" (~ "~") (parenthesized_expression "((int)param_2 >> 0x1f)" (( "(") (binary_expression "(int)param_2 >> 0x1f" (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2")) (>> ">>") (number_literal "0x1f")) () ")")))) (; ";")) (} "}"))) (if_statement "if (!bVar5) {\n param_1 = param_1 | 1;\n }" (if "if") (parenthesized_expression "(!bVar5)" (( "(") (unary_expression "!bVar5" (! "!") (identifier "bVar5")) () ")")) (compound_statement "{\n param_1 = param_1 | 1;\n }" ({ "{") (expression_statement "param_1 = param_1 | 1;" (assignment_expression "param_1 = param_1 | 1" (identifier "param_1") (= "=") (binary_expression "param_1 | 1" (identifier "param_1") (| "|") (number_literal "1"))) (; ";")) (} "}"))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
type_1 function_1(type_1 var_1,type_1 var_2) { type_1 var_3; type_1 var_6; type_1 var_4; bool var_5; bool bVar5; var_3 = var_1 * 2; var_6 = var_2 * 2; if (((int)var_3 >> 0x18 == -1 || (int)var_6 >> 0x18 == -1) && ((((int)var_3 >> 0x18 == -1 && ((var_1 & 0x7fffff) != 0)) || (((int)var_6 >> 0x18 == -1 && ((var_2 & 0x7fffff) != 0)))))) { return 1; } var_4 = var_3 | var_2 & 0x7fffffff; bVar5 = var_4 == 0; if (!bVar5) { var_4 = var_1 ^ var_2; bVar5 = var_4 == 0; } var_5 = -1 < (int)var_4; if (var_5) { var_1 = var_3 + var_2 * -2; bVar5 = var_1 == 0; } if ((var_5 && var_3 >= var_6) && !bVar5) { var_1 = (int)var_2 >> 0x1f; } if (!var_5 || var_3 < var_6) { var_1 = ~((int)var_2 >> 0x1f); } if (!bVar5) { var_1 = var_1 | 1; } return var_1; }
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) 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)))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))))))))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) right: (unary_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (return_statement (identifier)))))
uint MASKED(uint param_1,uint param_2) { uint uVar1; uint uVar2; uint uVar3; bool bVar4; bool bVar5; uVar1 = param_1 * 2; uVar2 = param_2 * 2; if (((int)uVar1 >> 0x18 == -1 || (int)uVar2 >> 0x18 == -1) && ((((int)uVar1 >> 0x18 == -1 && ((param_1 & 0x7fffff) != 0)) || (((int)uVar2 >> 0x18 == -1 && ((param_2 & 0x7fffff) != 0)))))) { return 1; } uVar3 = uVar1 | param_2 & 0x7fffffff; bVar5 = uVar3 == 0; if (!bVar5) { uVar3 = param_1 ^ param_2; bVar5 = uVar3 == 0; } bVar4 = -1 < (int)uVar3; if (bVar4) { param_1 = uVar1 + param_2 * -2; bVar5 = param_1 == 0; } if ((bVar4 && uVar1 >= uVar2) && !bVar5) { param_1 = (int)param_2 >> 0x1f; } if (!bVar4 || uVar1 < uVar2) { param_1 = ~((int)param_2 >> 0x1f); } if (!bVar5) { param_1 = param_1 | 1; } return param_1; }
71,242
360_find_and_find_strip.c
hash_rehash
FUN_00025ce8
_Bool hash_rehash(Hash_table *table,size_t candidate) { _Bool safe; _Bool _Var1; undefined4 uVar2; int iVar3; size_t __nmemb; int iVar4; uint uVar5; Hash_tuning *pHVar6; int *piVar7; Hash_table storage; pHVar6 = table->tuning; piVar7 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90); iVar4 = *piVar7; if (pHVar6->is_n_buckets == false) { uVar2 = __floatunsisf(); uVar2 = __divsf3(uVar2,pHVar6->growth_threshold); iVar3 = __aeabi_fcmpge(uVar2,DAT_00025e94); if (iVar3 == 0) { candidate = __fixunssfsi(uVar2); goto LAB_00025d48; } } else { LAB_00025d48: __nmemb = next_prime(candidate); uVar5 = (uint)(__nmemb >> 0x1e != 0); if ((__nmemb & 0x20000000) != 0) { uVar5 = 1; } if (__nmemb == 0) { uVar5 = 1; } if (uVar5 == 0) { if (table->n_buckets == __nmemb) { safe = true; goto LAB_00025d78; } storage.bucket = (hash_entry *)calloc(__nmemb,8); if (storage.bucket != (hash_entry *)0x0) { storage.hasher = table->hasher; storage.comparator = table->comparator; storage.bucket_limit = storage.bucket + __nmemb; storage.data_freer = table->data_freer; storage.free_entry_list = table->free_entry_list; storage.n_buckets = __nmemb; storage.n_buckets_used = uVar5; storage.n_entries = uVar5; storage.tuning = pHVar6; safe = transfer_entries(&storage,table,false); if (safe) { free(table->bucket); table->bucket = storage.bucket; table->bucket_limit = storage.bucket_limit; table->n_buckets = storage.n_buckets; table->n_buckets_used = storage.n_buckets_used; table->free_entry_list = storage.free_entry_list; } else { table->free_entry_list = storage.free_entry_list; _Var1 = transfer_entries(table,&storage,true); if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) { /* WARNING: Subroutine does not return */ abort(); } free(storage.bucket); } goto LAB_00025d78; } } } safe = false; LAB_00025d78: if (iVar4 != *piVar7) { /* WARNING: Subroutine does not return */ __stack_chk_fail(); } return safe; }
void FUN_00025ce8(undefined4 *param_1,undefined4 param_2) { undefined4 uVar1; int iVar2; uint __nmemb; uint uVar3; int iVar4; int *piVar5; void *local_4c; void *local_48; uint local_44; uint local_40; uint local_3c; int local_38; undefined4 local_34; undefined4 local_30; undefined4 local_2c; undefined4 local_28; int local_24; iVar4 = param_1[5]; piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90); local_24 = *piVar5; if (*(char *)(iVar4 + 0x10) == '\0') { uVar1 = FUN_0004ccc4(param_2); uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8)); iVar2 = FUN_0004d144(uVar1,DAT_00025e94); if (iVar2 == 0) { FUN_0004d16c(uVar1); goto LAB_00025d48; } } else { LAB_00025d48: __nmemb = FUN_00025054(); uVar3 = (uint)(__nmemb >> 0x1e != 0); if ((__nmemb & 0x20000000) != 0) { uVar3 = 1; } if (__nmemb == 0) { uVar3 = 1; } if (uVar3 == 0) { if (param_1[2] == __nmemb) { iVar4 = 1; goto LAB_00025d78; } local_4c = calloc(__nmemb,8); if (local_4c != (void *)0x0) { local_34 = param_1[6]; local_30 = param_1[7]; local_48 = (void *)((int)local_4c + __nmemb * 8); local_2c = param_1[8]; local_28 = param_1[9]; local_44 = __nmemb; local_40 = uVar3; local_3c = uVar3; local_38 = iVar4; iVar4 = FUN_0002534c(&local_4c,param_1,0); if (iVar4 == 0) { param_1[9] = local_28; iVar2 = FUN_0002534c(param_1,&local_4c,1); if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) { /* WARNING: Subroutine does not return */ abort(); } free(local_4c); } else { free((void *)*param_1); *param_1 = local_4c; param_1[1] = local_48; param_1[2] = local_44; param_1[3] = local_40; param_1[9] = local_28; } goto LAB_00025d78; } } } iVar4 = 0; LAB_00025d78: if (local_24 != *piVar5) { /* WARNING: Subroutine does not return */ __stack_chk_fail(iVar4); } return; }
ldr r3,[0x25e8c] stmdb sp!,{r4,r5,r6,r7,r8,r9,lr} ldr r2,[0x25e90] ldr r6,[r0,#0x14] add r3,pc,r3 ldr r8,[r3,r2] cpy r7,r0 ldrb r0,[r6,#0x10] sub sp,sp,#0x34 cmp r0,#0x0 ldr r2,[r8,#0x0] cpy r0,r1 str r2,[sp,#0x2c] bne 0x00025d48 bl 0x0004ccc4 ldr r1,[r6,#0x8] bl 0x0004cf10 ldr r1,[0x25e94] cpy r4,r0 bl 0x0004d144 cmp r0,#0x0 bne 0x00025d74 cpy r0,r4 bl 0x0004d16c bl 0x00025054 movs r3,r0, lsr #0x1e movne r4,#0x1 moveq r4,#0x0 tst r0,#0x20000000 movne r4,#0x1 cmp r0,#0x0 moveq r4,#0x1 cmp r4,#0x0 cpy r5,r0 beq 0x00025d94 mov r4,#0x0 ldr r2,[sp,#0x2c] ldr r3,[r8,#0x0] cpy r0,r4 cmp r2,r3 bne 0x00025e84 add sp,sp,#0x34 ldmia sp!,{r4,r5,r6,r7,r8,r9,pc} ldr r3,[r7,#0x8] cmp r3,r0 beq 0x00025e4c mov r1,#0x8 bl 0x00013264 cmp r0,#0x0 str r0,[sp,#0x4] beq 0x00025d74 ldr r1,[r7,#0x18] ldr r3,[r7,#0x1c] add r0,r0,r5, lsl #0x3 str r1,[sp,#0x1c] add r9,sp,#0x4 ldr r1,[r7,#0x20] str r0,[sp,#0x8] cpy r2,r4 str r3,[sp,#0x20] str r1,[sp,#0x24] ldr r3,[r7,#0x24] cpy r0,r9 cpy r1,r7 str r4,[sp,#0x10] str r4,[sp,#0x14] str r5,[sp,#0xc] str r6,[sp,#0x18] str r3,[sp,#0x28] bl 0x0002534c subs r4,r0,#0x0 bne 0x00025e54 ldr r3,[sp,#0x28] str r3,[r7,#0x24] mov r2,#0x1 cpy r1,r9 cpy r0,r7 bl 0x0002534c cmp r0,#0x0 beq 0x00025e88 cpy r1,r9 cpy r0,r7 cpy r2,r4 bl 0x0002534c cmp r0,#0x0 beq 0x00025e88 ldr r0,[sp,#0x4] bl 0x0001336c b 0x00025d78 mov r4,#0x1 b 0x00025d78 ldr r0,[r7,#0x0] bl 0x0001336c ldmib sp,{r2,r3} ldr r1,[sp,#0xc] str r2,[r7,#0x0] str r3,[r7,#0x4] ldr r2,[sp,#0x10] ldr r3,[sp,#0x28] str r1,[r7,#0x8] str r2,[r7,#0xc] str r3,[r7,#0x24] b 0x00025d78 bl 0x0001345c bl 0x00013954
null
null
null
null
[(u'INDIRECT_-1206033802', u'MULTIEQUAL_-1206033996'), (u'CALL_-1206034438', u'INDIRECT_-1206033674'), (u'CALL_-1206035021', u'INDIRECT_-1206033966'), (u'CALL_-1206034438', u'INDIRECT_-1206033794'), (u'STORE_-1206034349', u'INDIRECT_-1206033733'), (u'INDIRECT_-1206033733', u'MULTIEQUAL_-1206033620'), ('const-8', u'CALL_-1206034714'), (u'CALL_-1206034519', u'INDIRECT_-1206033591'), ('const-417', u'STORE_-1206034349'), ('const-8', u'PTRSUB_-1206033582'), (u'INDIRECT_-1206033606', u'MULTIEQUAL_-1206033825'), (u'INDIRECT_-1206033771', u'MULTIEQUAL_-1206033810'), (u'STORE_-1206034331', u'INDIRECT_-1206033694'), (u'INDIRECT_-1206033788', u'MULTIEQUAL_-1206033827'), (u'CALL_-1206034554', u'INDIRECT_-1206033699'), ('const-417', u'LOAD_-1206035191'), (u'CALL_-1206035064', u'INDIRECT_-1206033920'), ('const-24', u'PTRSUB_-1206033549'), (u'CALL_-1206034484', u'INDIRECT_-1206033767'), (u'INDIRECT_-1206034057', u'MULTIEQUAL_-1206033972'), (u'MULTIEQUAL_-1206034337', u'INT_EQUAL_-1206034869'), (u'CALL_-1206034330', u'INDIRECT_-1206033709'), (u'INDIRECT_-1206033830', u'MULTIEQUAL_-1206033774'), (u'CALL_-1206035064', u'INDIRECT_-1206034005'), (u'STORE_-1206034319', u'INDIRECT_-1206033736'), (u'INDIRECT_-1206033709', u'COPY_-1206033764'), ('tmp_1249', u'CBRANCH_-1206034415'), ('tmp_4431', u'MULTIEQUAL_-1206033836'), (u'CALL_-1206035021', u'INDIRECT_-1206033915'), (u'INDIRECT_-1206033915', u'MULTIEQUAL_-1206033859'), (u'INDIRECT_-1206033971', u'MULTIEQUAL_-1206033895'), (u'CALL_-1206034484', u'INDIRECT_-1206033665'), (u'CALL_-1206035092', u'INDIRECT_-1206034079'), (u'STORE_-1206034349', u'INDIRECT_-1206033759'), (u'CALL_-1206035064', u'INDIRECT_-1206034031'), (u'CALL_-1206034484', u'INDIRECT_-1206033699'), (u'CALL_-1206035092', u'CALL_-1206035080'), (u'INDIRECT_-1206033971', u'MULTIEQUAL_-1206033955'), (u'CALL_-1206034554', u'INDIRECT_-1206033879'), (u'CALL_-1206035021', u'CALL_-1206034714'), (u'MULTIEQUAL_-1206034343', u'MULTIEQUAL_-1206034337'), (u'INDIRECT_-1206033691', u'MULTIEQUAL_-1206033910'), (u'CALL_-1206035092', u'INDIRECT_-1206033925'), (u'LOAD_-1206035091', u'CALL_-1206035080'), (u'INDIRECT_-1206033920', u'MULTIEQUAL_-1206033844'), (u'INT_ADD_-1206035165', u'INT_ADD_-1206035158'), (u'INDIRECT_-1206033886', u'MULTIEQUAL_-1206033870'), (u'INDIRECT_-1206033588', u'MULTIEQUAL_-1206033791'), (u'INT_EQUAL_-1206034869', u'CBRANCH_-1206034861'), ('const-154880', u'INT_ADD_-1206035165'), ('const-417', u'LOAD_-1206034634'), ('tmp_1380', u'PTRSUB_-1206033525'), (u'CALL_-1206034554', u'INDIRECT_-1206033827'), (u'INDIRECT_-1206033685', u'COPY_-1206033743'), ('const-417', u'LOAD_-1206035091'), ('const-0', u'INT_NOTEQUAL_-1206034945'), (u'INDIRECT_-1206033942', u'MULTIEQUAL_-1206033972'), (u'CALL_-1206034714', u'INDIRECT_-1206033754'), (u'CALL_-1206035021', u'INT_AND_-1206034934'), ('const-36', u'PTRSUB_-1206033455'), (u'INDIRECT_-1206033572', u'MULTIEQUAL_-1206033791'), ('const-0', u'COPY_-1206033692'), (u'CALL_-1206034438', u'INDIRECT_-1206033640'), (u'INDIRECT_-1206033737', u'COPY_-1206033795'), (u'CALL_-1206034330', u'INDIRECT_-1206033555'), (u'INDIRECT_-1206033949', u'MULTIEQUAL_-1206033893'), ('const-417', u'STORE_-1206034319'), (u'CALL_-1206034554', u'INDIRECT_-1206033682'), (u'CALL_-1206034438', u'INDIRECT_-1206033623'), (u'CAST_-1206033547', u'INT_NOTEQUAL_-1206034693'), (u'CALL_-1206035092', u'INDIRECT_-1206033874'), (u'STORE_-1206034355', u'INDIRECT_-1206033712'), ('const-1', u'CALL_-1206034484'), (u'CALL_-1206035021', u'INDIRECT_-1206033949'), (u'INT_EQUAL_-1206034741', u'CBRANCH_-1206034738'), (u'CAST_-1206033547', u'MULTIEQUAL_-1206033929'), ('const-417', u'LOAD_-1206035174'), (u'CALL_-1206034401', u'INDIRECT_-1206033802'), (u'INDIRECT_-1206033640', u'MULTIEQUAL_-1206033859'), (u'MULTIEQUAL_-1206033776', u'MULTIEQUAL_-1206033774'), ('const-417', u'LOAD_-1206034383'), (u'CALL_-1206034372', u'INDIRECT_-1206033589'), (u'INDIRECT_-1206033819', u'MULTIEQUAL_-1206033697'), (u'CALL_-1206034438', u'INDIRECT_-1206033768'), (u'INDIRECT_-1206033648', u'MULTIEQUAL_-1206033535'), (u'CALL_-1206035021', u'INDIRECT_-1206033830'), (u'CALL_-1206034372', u'INDIRECT_-1206033734'), (u'CALL_-1206035027', u'INDIRECT_-1206034040'), ('tmp_4428', u'MULTIEQUAL_-1206034041'), (u'INDIRECT_-1206033869', u'MULTIEQUAL_-1206033853'), (u'CALL_-1206034554', u'MULTIEQUAL_-1206033626'), (u'STORE_-1206034520', u'INDIRECT_-1206033801'), (u'CALL_-1206034484', u'INDIRECT_-1206033716'), (u'INDIRECT_-1206033735', u'COPY_-1206033790'), (u'INDIRECT_-1206033622', u'MULTIEQUAL_-1206033825'), (u'INDIRECT_-1206033932', u'MULTIEQUAL_-1206033876'), (u'INDIRECT_-1206033869', u'MULTIEQUAL_-1206033793'), ('const-16', u'PTRSUB_-1206033728'), (u'INDIRECT_-1206033742', u'MULTIEQUAL_-1206033654'), (u'MULTIEQUAL_-1206033827', u'MULTIEQUAL_-1206033825'), (u'CALL_-1206034438', u'INDIRECT_-1206033589'), (u'INDIRECT_-1206034035', u'MULTIEQUAL_-1206033972'), (u'INDIRECT_-1206033988', u'MULTIEQUAL_-1206033912'), (u'INDIRECT_-1206033754', u'MULTIEQUAL_-1206033793'), (u'CALL_-1206034554', u'INDIRECT_-1206033665'), (u'CALL_-1206035021', u'INDIRECT_-1206033898'), (u'CALL_-1206034372', u'INDIRECT_-1206033555'), ('const-417', u'LOAD_-1206034676'), (u'CALL_-1206034401', u'INDIRECT_-1206033724'), ('const-0', u'PTRSUB_-1206033382'), (u'STORE_-1206034331', u'INDIRECT_-1206033746'), ('const-0', u'INT_EQUAL_-1206035121'), (u'MULTIEQUAL_-1206034425', u'CALL_-1206035021'), (u'INDIRECT_-1206033623', u'MULTIEQUAL_-1206033842'), ('tmp_1380', u'PTRSUB_-1206033342'), ('tmp_2920', u'PTRSUB_-1206033530'), (u'LOAD_-1206034836', u'INT_NOTEQUAL_-1206034811'), (u'CALL_-1206035080', u'CALL_-1206035027'), (u'INDIRECT_-1206033737', u'MULTIEQUAL_-1206033776'), (u'INDIRECT_-1206033606', u'MULTIEQUAL_-1206033518'), ('tmp_4432', u'MULTIEQUAL_-1206033853'), (u'INDIRECT_-1206033820', u'MULTIEQUAL_-1206033723'), ('tmp_1380', u'PTRSUB_-1206033337'), (u'CALL_-1206034554', u'INDIRECT_-1206033733'), (u'INDIRECT_-1206033793', u'MULTIEQUAL_-1206033671'), (u'INDIRECT_-1206033937', u'MULTIEQUAL_-1206033921'), (u'CALL_-1206034519', u'INDIRECT_-1206033557'), ('const-417', u'LOAD_-1206035120'), (u'CALL_-1206034484', u'INDIRECT_-1206033793'), (u'INDIRECT_-1206033708', u'STORE_-1206034355'), ('tmp_263', u'CBRANCH_-1206035040'), (u'INDIRECT_-1206033767', u'MULTIEQUAL_-1206033654'), (u'CALL_-1206034554', u'INDIRECT_-1206033801'), (u'CALL_-1206035027', u'INDIRECT_-1206033954'), (u'CALL_-1206034330', u'INDIRECT_-1206033735'), (u'INDIRECT_-1206033657', u'MULTIEQUAL_-1206033569'), (u'CALL_-1206035064', u'INDIRECT_-1206033852'), (u'CALL_-1206034372', u'INDIRECT_-1206033657'), ('const-8', u'PTRADD_-1206033540'), (u'CALL_-1206034401', u'INDIRECT_-1206033588'), (u'MULTIEQUAL_-1206033998', u'MULTIEQUAL_-1206033996'), (u'STORE_-1206034520', u'INDIRECT_-1206033853'), (u'INDIRECT_-1206033657', u'STORE_-1206034325'), ('const-417', u'STORE_-1206034355'), (u'INDIRECT_-1206034061', u'MULTIEQUAL_-1206033998'), (u'CALL_-1206035027', u'INDIRECT_-1206034014'), (u'INDIRECT_-1206033966', u'MULTIEQUAL_-1206033910'), ('tmp_4437', u'MULTIEQUAL_-1206033938'), (u'CALL_-1206035092', u'INDIRECT_-1206033908'), (u'STORE_-1206034331', u'INDIRECT_-1206033720'), (u'INT_NOTEQUAL_-1206034811', u'CBRANCH_-1206034808'), ('tmp_1380', u'PTRSUB_-1206033347'), (u'CALL_-1206034372', u'INDIRECT_-1206033623'), (u'INDIRECT_-1206033845', u'MULTIEQUAL_-1206033723'), (u'CAST_-1206033716', u'LOAD_-1206035174'), (u'CALL_-1206034438', u'INDIRECT_-1206033708'), (u'CALL_-1206034372', u'INDIRECT_-1206033572'), ('const-12', u'PTRSUB_-1206033342'), (u'PTRSUB_-1206033582', u'LOAD_-1206034760'), (u'INDIRECT_-1206033589', u'MULTIEQUAL_-1206033808'), (u'PTRSUB_-1206033530', u'CALL_-1206034554'), (u'CALL_-1206034714', u'CAST_-1206033547'), (u'CALL_-1206035021', u'INDIRECT_-1206034009'), (u'CALL_-1206034714', u'INDIRECT_-1206033771'), (u'INDIRECT_-1206033852', u'MULTIEQUAL_-1206033836'), (u'CALL_-1206035064', u'INDIRECT_-1206033988'), ('const-36', u'PTRSUB_-1206033337'), (u'MULTIEQUAL_-1206033861', u'MULTIEQUAL_-1206033859'), (u'PTRSUB_-1206033360', u'STORE_-1206034349'), (u'CALL_-1206035027', u'INDIRECT_-1206033920'), (u'PTRSUB_-1206033525', u'LOAD_-1206034634'), ('tmp_1094', u'CBRANCH_-1206034530'), (u'CALL_-1206035021', u'INDIRECT_-1206033932'), ('tmp_432', u'CBRANCH_-1206034941'), ('tmp_4430', u'MULTIEQUAL_-1206033819'), ('const-28', u'PTRSUB_-1206033544'), (u'CALL_-1206035080', u'CALL_-1206035064'), ('tmp_1380', u'CALL_-1206034438'), (u'INT_ZEXT_-1206034393', u'MULTIEQUAL_-1206034343'), (u'INDIRECT_-1206033639', u'MULTIEQUAL_-1206033842'), (u'STORE_-1206034325', u'INDIRECT_-1206033689'), (u'LOAD_-1206035174', u'LOAD_-1206034836'), (u'STORE_-1206034520', u'INDIRECT_-1206033827'), (u'CALL_-1206034484', u'BOOL_NEGATE_-1206034438'), ('tmp_670', u'CBRANCH_-1206034808'), ('const-1', u'COPY_-1206034899'), (u'INT_AND_-1206034934', u'INT_NOTEQUAL_-1206034945'), (u'PTRSUB_-1206033549', u'LOAD_-1206034682'), (u'CALL_-1206035021', u'INDIRECT_-1206033847'), (u'INDIRECT_-1206033864', u'MULTIEQUAL_-1206033808'), (u'CALL_-1206034484', u'INDIRECT_-1206033614'), (u'CALL_-1206035021', u'INT_EQUAL_-1206034907'), (u'LOAD_-1206034760', u'INT_EQUAL_-1206034741'), ('const-4', u'PTRSUB_-1206033360'), (u'CALL_-1206035027', u'MULTIEQUAL_-1206034425'), ('tmp_1341', u'BRANCH_-1206034313'), (u'MULTIEQUAL_-1206033626', u'COPY_-1206034436'), (u'CALL_-1206034554', u'INDIRECT_-1206033853'), ('tmp_192', u'CBRANCH_-1206035100'), (u'CALL_-1206034484', u'INDIRECT_-1206033845'), (u'CALL_-1206034484', u'INDIRECT_-1206033750'), (u'PTRSUB_-1206033342', u'STORE_-1206034325'), (u'CALL_-1206035092', u'INDIRECT_-1206034010'), (u'INDIRECT_-1206034009', u'MULTIEQUAL_-1206033944'), (u'CALL_-1206034554', u'INDIRECT_-1206033767'), (u'CALL_-1206035021', u'INDIRECT_-1206034061'), (u'LOAD_-1206035191', u'COPY_-1206033524'), (u'LOAD_-1206035163', u'INT_EQUAL_-1206035121'), (u'INDIRECT_-1206033932', u'MULTIEQUAL_-1206033878'), (u'CALL_-1206035092', u'INDIRECT_-1206034027'), (u'CALL_-1206034401', u'INDIRECT_-1206033622'), (u'COPY_-1206034436', u'RETURN_-1206034762'), (u'INDIRECT_-1206033822', u'MULTIEQUAL_-1206033861'), (u'INDIRECT_-1206033750', u'MULTIEQUAL_-1206033637'), (u'INDIRECT_-1206034035', u'MULTIEQUAL_-1206033970'), (u'CALL_-1206035027', u'INDIRECT_-1206033886'), (u'INDIRECT_-1206034040', u'MULTIEQUAL_-1206034015'), (u'CALL_-1206035021', u'INDIRECT_-1206033864'), (u'INDIRECT_-1206033673', u'MULTIEQUAL_-1206033876'), ('const-417', u'LOAD_-1206034605'), (u'INDIRECT_-1206033776', u'MULTIEQUAL_-1206033970'), (u'CALL_-1206034330', u'INDIRECT_-1206033504'), (u'CALL_-1206035080', u'INDIRECT_-1206033967'), ('tmp_4428', u'INT_ADD_-1206035165'), ('tmp_1193', u'CBRANCH_-1206034461'), (u'COPY_-1206033692', u'MULTIEQUAL_-1206033626'), (u'PTRSUB_-1206033530', u'CALL_-1206034438'), (u'LOAD_-1206034383', u'CALL_-1206034372'), (u'CALL_-1206035027', u'INDIRECT_-1206033835'), (u'INDIRECT_-1206034044', u'CALL_-1206035064'), (u'CALL_-1206034714', u'INDIRECT_-1206033788'), (u'CALL_-1206034372', u'INDIRECT_-1206033691'), (u'CALL_-1206034401', u'INDIRECT_-1206033639'), ('const-417', u'STORE_-1206034331'), (u'CALL_-1206034330', u'INDIRECT_-1206033572'), (u'STORE_-1206034325', u'INDIRECT_-1206033741'), ('tmp_4433', u'MULTIEQUAL_-1206033870'), (u'INDIRECT_-1206033852', u'MULTIEQUAL_-1206033776'), (u'CALL_-1206034438', u'INDIRECT_-1206033657'), (u'PTRSUB_-1206033337', u'STORE_-1206034319'), ('tmp_1381', u'MULTIEQUAL_-1206034425'), ('tmp_1375', u'BRANCH_-1206034348'), (u'CALL_-1206034372', u'INDIRECT_-1206033786'), (u'INDIRECT_-1206033614', u'MULTIEQUAL_-1206033501'), (u'INDIRECT_-1206033605', u'MULTIEQUAL_-1206033808'), (u'CALL_-1206035064', u'INDIRECT_-1206033971'), ('const-4294967220', u'PTRSUB_-1206033530'), (u'PTRSUB_-1206033347', u'STORE_-1206034331'), (u'CALL_-1206034484', u'INDIRECT_-1206033682'), (u'INDIRECT_-1206033656', u'MULTIEQUAL_-1206033859'), ('tmp_4435', u'MULTIEQUAL_-1206033904'), (u'INDIRECT_-1206033683', u'COPY_-1206033738'), ('tmp_4439', u'MULTIEQUAL_-1206033972'), (u'INDIRECT_-1206033699', u'MULTIEQUAL_-1206033586'), (u'INDIRECT_-1206033983', u'MULTIEQUAL_-1206033929'), (u'BOOL_NEGATE_-1206034392', u'CBRANCH_-1206034415'), (u'CALL_-1206035021', u'INT_EQUAL_-1206034741'), (u'CALL_-1206034519', u'INDIRECT_-1206033659'), (u'STORE_-1206034319', u'INDIRECT_-1206033710'), (u'CALL_-1206035092', u'INDIRECT_-1206033891'), (u'CALL_-1206035080', u'INDIRECT_-1206033933'), ('const-0', u'INT_NOTEQUAL_-1206034693'), (u'INDIRECT_-1206033623', u'MULTIEQUAL_-1206033535'), (u'CALL_-1206035064', u'INT_EQUAL_-1206035044'), (u'LOAD_-1206035191', u'PTRSUB_-1206033695'), (u'CALL_-1206034438', u'BOOL_NEGATE_-1206034392'), (u'COPY_-1206034937', u'MULTIEQUAL_-1206034343'), (u'CALL_-1206034714', u'INDIRECT_-1206033737'), ('const-417', u'STORE_-1206034520'), (u'PTRSUB_-1206033365', u'STORE_-1206034355'), (u'CALL_-1206035092', u'INDIRECT_-1206034105'), ('tmp_1380', u'PTRSUB_-1206033544'), (u'INT_NOTEQUAL_-1206035004', u'INT_ZEXT_-1206034393'), (u'CALL_-1206034519', u'INDIRECT_-1206033642'), (u'CALL_-1206035021', u'COPY_-1206033527'), (u'CALL_-1206034484', u'INDIRECT_-1206033733'), ('tmp_4438', u'MULTIEQUAL_-1206033955'), (u'INDIRECT_-1206034066', u'MULTIEQUAL_-1206034041'), (u'STORE_-1206034319', u'INDIRECT_-1206033684'), (u'MULTIEQUAL_-1206033972', u'MULTIEQUAL_-1206033970'), (u'INDIRECT_-1206033690', u'MULTIEQUAL_-1206033893'), (u'INDIRECT_-1206033716', u'MULTIEQUAL_-1206033603'), (u'INDIRECT_-1206034083', u'MULTIEQUAL_-1206033998'), (u'CALL_-1206034714', u'INDIRECT_-1206033942'), ('tmp_1380', u'PTRSUB_-1206033582'), (u'PTRSUB_-1206033728', u'LOAD_-1206035163'), (u'MULTIEQUAL_-1206033929', u'MULTIEQUAL_-1206033927'), (u'INDIRECT_-1206033873', u'MULTIEQUAL_-1206033912'), (u'INDIRECT_-1206033555', u'MULTIEQUAL_-1206033774'), ('tmp_4436', u'MULTIEQUAL_-1206033921'), (u'INDIRECT_-1206033966', u'MULTIEQUAL_-1206033912'), (u'INDIRECT_-1206033691', u'STORE_-1206034349'), (u'INDIRECT_-1206033707', u'MULTIEQUAL_-1206033910'), (u'CALL_-1206034519', u'INDIRECT_-1206033711'), (u'MULTIEQUAL_-1206033844', u'MULTIEQUAL_-1206033842'), (u'CALL_-1206035080', u'INDIRECT_-1206033865'), ('tmp_1380', u'PTRSUB_-1206033549'), (u'CALL_-1206035092', u'INDIRECT_-1206034053'), (u'CALL_-1206035080', u'INDIRECT_-1206034096'), (u'INDIRECT_-1206033711', u'COPY_-1206033769'), (u'STORE_-1206034325', u'INDIRECT_-1206033715'), (u'CALL_-1206035027', u'INDIRECT_-1206034066'), (u'MULTIEQUAL_-1206033912', u'MULTIEQUAL_-1206033910'), (u'INDIRECT_-1206034031', u'MULTIEQUAL_-1206033946'), (u'PTRSUB_-1206033544', u'LOAD_-1206034676'), (u'CALL_-1206034714', u'INDIRECT_-1206033805'), (u'CALL_-1206034554', u'CBRANCH_-1206034530'), (u'INDIRECT_-1206033898', u'MULTIEQUAL_-1206033844'), (u'INT_RIGHT_-1206034989', u'INT_NOTEQUAL_-1206035004'), ('const-0', u'INT_NOTEQUAL_-1206035004'), ('tmp_1380', u'PTRSUB_-1206033455'), (u'INDIRECT_-1206033968', u'MULTIEQUAL_-1206033998'), (u'CALL_-1206035092', u'INDIRECT_-1206033942'), (u'CALL_-1206034714', u'INDIRECT_-1206033822'), (u'INDIRECT_-1206034009', u'MULTIEQUAL_-1206033946'), ('const-1', u'COPY_-1206033474'), (u'CALL_-1206034372', u'INDIRECT_-1206033606'), (u'INDIRECT_-1206033898', u'MULTIEQUAL_-1206033842'), (u'LOAD_-1206035174', u'LOAD_-1206035120'), (u'CALL_-1206034554', u'INDIRECT_-1206033784'), (u'CALL_-1206034372', u'INDIRECT_-1206033674'), (u'INT_NOTEQUAL_-1206034693', u'CBRANCH_-1206034685'), (u'CALL_-1206034714', u'INDIRECT_-1206033968'), (u'CALL_-1206034519', u'INDIRECT_-1206033523'), (u'CALL_-1206035064', u'INDIRECT_-1206033903'), ('tmp_594', u'CBRANCH_-1206034861'), (u'CALL_-1206034401', u'INDIRECT_-1206033707'), (u'INDIRECT_-1206033665', u'MULTIEQUAL_-1206033552'), (u'CALL_-1206034401', u'INDIRECT_-1206033690'), (u'INT_NOTEQUAL_-1206034945', u'CBRANCH_-1206034941'), (u'CALL_-1206035064', u'INDIRECT_-1206033869'), (u'INDIRECT_-1206033682', u'MULTIEQUAL_-1206033569'), (u'CALL_-1206034438', u'INDIRECT_-1206033606'), ('const-0', u'INT_EQUAL_-1206035044'), (u'CALL_-1206034330', u'INDIRECT_-1206033623'), (u'CALL_-1206035080', u'INDIRECT_-1206034070'), (u'INDIRECT_-1206033864', u'MULTIEQUAL_-1206033810'), ('const-417', u'LOAD_-1206035163'), (u'INDIRECT_-1206033640', u'MULTIEQUAL_-1206033552'), (u'COPY_-1206034899', u'MULTIEQUAL_-1206034337'), (u'CALL_-1206034519', u'INDIRECT_-1206033506'), (u'INDIRECT_-1206033631', u'MULTIEQUAL_-1206033518'), (u'MULTIEQUAL_-1206033895', u'MULTIEQUAL_-1206033893'), (u'CALL_-1206035027', u'INDIRECT_-1206033869'), (u'INDIRECT_-1206033768', u'MULTIEQUAL_-1206033671'), (u'CALL_-1206034519', u'INDIRECT_-1206033737'), (u'CALL_-1206035092', u'INDIRECT_-1206033959'), ('const-1', u'RETURN_-1206034514'), (u'CALL_-1206034438', u'INDIRECT_-1206033691'), (u'INDIRECT_-1206033794', u'MULTIEQUAL_-1206033697'), ('tmp_4429', u'MULTIEQUAL_-1206034015'), (u'CALL_-1206035064', u'INDIRECT_-1206033886'), (u'CALL_-1206035027', u'INDIRECT_-1206033852'), (u'STORE_-1206034355', u'INDIRECT_-1206033764'), ('tmp_1380', u'PTRSUB_-1206033360'), (u'CALL_-1206034519', u'INDIRECT_-1206033540'), (u'STORE_-1206034355', u'INDIRECT_-1206033738'), (u'CALL_-1206035027', u'INDIRECT_-1206033903'), ('const-30', u'INT_RIGHT_-1206034989'), (u'INDIRECT_-1206033847', u'MULTIEQUAL_-1206033791'), (u'INDIRECT_-1206033915', u'MULTIEQUAL_-1206033861'), (u'CALL_-1206034519', u'INDIRECT_-1206033574'), (u'MULTIEQUAL_-1206033793', u'MULTIEQUAL_-1206033791'), ('const-1', u'RETURN_-1206034325'), ('tmp_1380', u'PTRSUB_-1206033745'), (u'INDIRECT_-1206033674', u'MULTIEQUAL_-1206033893'), (u'CALL_-1206034330', u'INDIRECT_-1206033521'), (u'CALL_-1206034330', u'INDIRECT_-1206033538'), (u'CALL_-1206034519', u'INDIRECT_-1206033625'), (u'CALL_-1206034554', u'INDIRECT_-1206033750'), (u'CALL_-1206035027', u'INDIRECT_-1206033937'), (u'INDIRECT_-1206033724', u'MULTIEQUAL_-1206033927'), (u'CALL_-1206034401', u'INDIRECT_-1206033776'), (u'CALL_-1206035021', u'INDIRECT_-1206033881'), (u'INT_EQUAL_-1206034907', u'CBRANCH_-1206034903'), (u'INDIRECT_-1206033835', u'MULTIEQUAL_-1206033819'), (u'CALL_-1206034401', u'INDIRECT_-1206033656'), (u'INDIRECT_-1206033750', u'MULTIEQUAL_-1206033944'), ('tmp_4440', u'MULTIEQUAL_-1206033989'), (u'MULTIEQUAL_-1206033970', u'COPY_-1206034014'), (u'CALL_-1206034519', u'INDIRECT_-1206033685'), (u'MULTIEQUAL_-1206033810', u'MULTIEQUAL_-1206033808'), (u'INDIRECT_-1206034014', u'MULTIEQUAL_-1206033989'), ('const-0', u'INT_EQUAL_-1206034869'), (u'INDIRECT_-1206033742', u'CALL_-1206034401'), (u'INDIRECT_-1206033881', u'MULTIEQUAL_-1206033825'), (u'INDIRECT_-1206033736', u'MULTIEQUAL_-1206033996'), ('const-417', u'LOAD_-1206034760'), (u'CALL_-1206035092', u'INDIRECT_-1206033993'), (u'CALL_-1206035021', u'INDIRECT_-1206034035'), (u'INDIRECT_-1206033937', u'MULTIEQUAL_-1206033861'), (u'INDIRECT_-1206033657', u'MULTIEQUAL_-1206033876'), (u'CALL_-1206035064', u'INDIRECT_-1206034083'), ('tmp_892', u'CBRANCH_-1206034685'), (u'INDIRECT_-1206033839', u'MULTIEQUAL_-1206033878'), ('tmp_1380', u'PTRSUB_-1206033382'), (u'MULTIEQUAL_-1206033878', u'MULTIEQUAL_-1206033876'), ('const-36', u'PTRSUB_-1206033504'), (u'INDIRECT_-1206033916', u'MULTIEQUAL_-1206033946'), (u'CALL_-1206035027', u'INDIRECT_-1206033988'), (u'INDIRECT_-1206033708', u'MULTIEQUAL_-1206033620'), ('tmp_513', u'CBRANCH_-1206034903'), (u'CALL_-1206034438', u'INDIRECT_-1206033742'), (u'INDIRECT_-1206033830', u'MULTIEQUAL_-1206033776'), (u'MULTIEQUAL_-1206033946', u'MULTIEQUAL_-1206033944'), (u'STORE_-1206034349', u'INDIRECT_-1206033707'), (u'INDIRECT_-1206033684', u'MULTIEQUAL_-1206033944'), (u'PTRSUB_-1206033455', u'STORE_-1206034520'), (u'INDIRECT_-1206033881', u'MULTIEQUAL_-1206033827'), (u'CALL_-1206035080', u'INDIRECT_-1206033984'), (u'MULTIEQUAL_-1206034337', u'COPY_-1206033526'), ('const-0', u'CALL_-1206034554'), (u'CALL_-1206034484', u'INDIRECT_-1206033819'), (u'CALL_-1206035080', u'INDIRECT_-1206033916'), (u'CALL_-1206034401', u'INDIRECT_-1206033571'), (u'CALL_-1206034519', u'INDIRECT_-1206033608'), (u'CALL_-1206034714', u'INDIRECT_-1206033916'), ('tmp_1261', u'BRANCH_-1206034399'), (u'MULTIEQUAL_-1206033996', u'COPY_-1206034040'), ('const-0', u'PTRSUB_-1206033365'), (u'CALL_-1206035064', u'INDIRECT_-1206034057'), (u'INDIRECT_-1206033674', u'MULTIEQUAL_-1206033586'), (u'INDIRECT_-1206034005', u'MULTIEQUAL_-1206033929'), (u'INDIRECT_-1206033903', u'MULTIEQUAL_-1206033827'), (u'INDIRECT_-1206033988', u'MULTIEQUAL_-1206033972'), (u'CALL_-1206034714', u'INDIRECT_-1206033873'), (u'CALL_-1206035064', u'INDIRECT_-1206033954'), (u'INDIRECT_-1206033886', u'MULTIEQUAL_-1206033810'), (u'INDIRECT_-1206033847', u'MULTIEQUAL_-1206033793'), (u'CALL_-1206035080', u'INDIRECT_-1206033950'), (u'INT_ADD_-1206035158', u'CAST_-1206033716'), ('tmp_1380', u'PTRSUB_-1206033365'), (u'INDIRECT_-1206033674', u'STORE_-1206034331'), (u'INDIRECT_-1206033589', u'MULTIEQUAL_-1206033501'), (u'INDIRECT_-1206033725', u'MULTIEQUAL_-1206033637'), (u'INT_EQUAL_-1206035044', u'CBRANCH_-1206035040'), (u'CALL_-1206034330', u'INDIRECT_-1206033606'), ('tmp_4429', u'INT_ADD_-1206035158'), (u'CALL_-1206034484', u'INDIRECT_-1206033648'), (u'CALL_-1206034438', u'INDIRECT_-1206033725'), (u'CALL_-1206035021', u'PTRADD_-1206033540'), (u'INDIRECT_-1206033571', u'MULTIEQUAL_-1206033774'), ('const-536870912', u'INT_AND_-1206034934'), (u'CALL_-1206034330', u'INDIRECT_-1206033640'), (u'CALL_-1206034714', u'INDIRECT_-1206033856'), ('tmp_1380', u'CALL_-1206034484'), (u'INDIRECT_-1206033691', u'MULTIEQUAL_-1206033603'), ('tmp_4434', u'MULTIEQUAL_-1206033887'), (u'LOAD_-1206035120', u'INT_NOTEQUAL_-1206034811'), ('const-20', u'PTRSUB_-1206033745'), (u'INDIRECT_-1206033856', u'MULTIEQUAL_-1206033895'), (u'CALL_-1206035080', u'INDIRECT_-1206034001'), (u'CALL_-1206035064', u'INDIRECT_-1206033937'), (u'MULTIEQUAL_-1206033944', u'COPY_-1206033988'), (u'PTRSUB_-1206033530', u'CALL_-1206034484'), ('const-417', u'STORE_-1206034325'), ('const-8', u'PTRSUB_-1206033695'), (u'CALL_-1206034401', u'INDIRECT_-1206033750'), (u'INDIRECT_-1206033708', u'MULTIEQUAL_-1206033927'), (u'PTRSUB_-1206033745', u'LOAD_-1206035191'), ('const-32', u'PTRSUB_-1206033525'), (u'CALL_-1206035092', u'INDIRECT_-1206033976'), (u'CALL_-1206034401', u'INDIRECT_-1206033605'), ('const-8', u'PTRSUB_-1206033347'), (u'CALL_-1206035080', u'INDIRECT_-1206033882'), (u'COPY_-1206033474', u'MULTIEQUAL_-1206033626'), ('const-0', u'RETURN_-1206034762'), (u'CALL_-1206034330', u'INDIRECT_-1206033589'), (u'CALL_-1206034330', u'INDIRECT_-1206033683'), (u'MULTIEQUAL_-1206034337', u'COPY_-1206033525'), (u'INDIRECT_-1206033710', u'MULTIEQUAL_-1206033970'), (u'CALL_-1206034554', u'INDIRECT_-1206033716'), (u'INDIRECT_-1206033648', u'STORE_-1206034520'), (u'INDIRECT_-1206033954', u'MULTIEQUAL_-1206033878'), (u'INDIRECT_-1206033903', u'MULTIEQUAL_-1206033887'), ('tmp_1380', u'PTRSUB_-1206033504'), ('const-0', u'INT_EQUAL_-1206034907'), (u'CALL_-1206035027', u'INDIRECT_-1206033971'), (u'CALL_-1206034401', u'INDIRECT_-1206033673'), (u'PTRSUB_-1206033504', u'LOAD_-1206034605'), (u'CALL_-1206034438', u'INDIRECT_-1206033820'), (u'PTRSUB_-1206033695', u'LOAD_-1206035091'), (u'CALL_-1206034554', u'CALL_-1206034438'), (u'INDIRECT_-1206033954', u'MULTIEQUAL_-1206033938'), (u'CALL_-1206034554', u'INDIRECT_-1206033648'), (u'CALL_-1206034484', u'INDIRECT_-1206033631'), (u'CAST_-1206033547', u'PTRADD_-1206033540'), (u'INDIRECT_-1206033555', u'STORE_-1206034319'), (u'INT_EQUAL_-1206035121', u'CBRANCH_-1206035100'), (u'CALL_-1206035021', u'INDIRECT_-1206033983'), (u'INDIRECT_-1206033805', u'MULTIEQUAL_-1206033844'), (u'CALL_-1206034372', u'INDIRECT_-1206033708'), (u'INDIRECT_-1206033920', u'MULTIEQUAL_-1206033904'), ('tmp_1380', u'CALL_-1206034554'), ('const-1', u'COPY_-1206034937'), ('const-417', u'LOAD_-1206034682'), (u'LOAD_-1206035191', u'PTRSUB_-1206033728'), (u'CALL_-1206035080', u'INDIRECT_-1206034044'), (u'CALL_-1206035080', u'INDIRECT_-1206034018'), (u'BOOL_NEGATE_-1206034438', u'CBRANCH_-1206034461'), ('tmp_803', u'CBRANCH_-1206034738'), (u'INDIRECT_-1206033949', u'MULTIEQUAL_-1206033895'), (u'CALL_-1206034372', u'INDIRECT_-1206033760'), (u'CALL_-1206035080', u'INDIRECT_-1206033899'), (u'INDIRECT_-1206034061', u'MULTIEQUAL_-1206033996'), (u'INDIRECT_-1206033983', u'MULTIEQUAL_-1206033927'), (u'CALL_-1206034372', u'INDIRECT_-1206033640'), (u'CALL_-1206035021', u'INT_RIGHT_-1206034989'), ('const-417', u'LOAD_-1206034836'), (u'PTRSUB_-1206033382', u'LOAD_-1206034383'), (u'CALL_-1206034714', u'INDIRECT_-1206033839'), (u'CALL_-1206034330', u'INDIRECT_-1206033657')]
[(u'CALL_-1206034554', u'MULTIEQUAL_-1206034337'), ('const-417', u'LOAD_-1206034383'), (u'CALL_-1206035021', u'INDIRECT_-1206033828'), (u'CALL_-1206034438', u'INDIRECT_-1206033757'), ('tmp_4468', u'MULTIEQUAL_-1206033834'), ('tmp_4474', u'MULTIEQUAL_-1206033936'), (u'CALL_-1206034714', u'INDIRECT_-1206033888'), (u'INDIRECT_-1206033723', u'MULTIEQUAL_-1206033635'), ('const-2', u'PTRADD_-1206033608'), (u'CALL_-1206034714', u'INDIRECT_-1206033769'), (u'CALL_-1206034438', u'INDIRECT_-1206033587'), (u'CALL_-1206034372', u'INDIRECT_-1206033723'), (u'STORE_-1206034355', u'INDIRECT_-1206033779'), (u'CALL_-1206034554', u'INDIRECT_-1206033680'), (u'STORE_-1206034349', u'INDIRECT_-1206033774'), (u'INDIRECT_-1206033867', u'MULTIEQUAL_-1206033791'), ('tmp_1249', u'CBRANCH_-1206034415'), (u'CALL_-1206034330', u'INDIRECT_-1206033698'), (u'CALL_-1206035092', u'INDIRECT_-1206033940'), (u'INDIRECT_-1206033723', u'MULTIEQUAL_-1206033942'), (u'PTRADD_-1206033389', u'STORE_-1206034349'), (u'INDIRECT_-1206033986', u'MULTIEQUAL_-1206033910'), (u'CALL_-1206035021', u'INDIRECT_-1206033879'), (u'CALL_-1206035064', u'INDIRECT_-1206034046'), (u'CALL_-1206035092', u'CALL_-1206035080'), ('const-9', u'PTRADD_-1206033482'), ('const-417', u'LOAD_-1206034634'), (u'CALL_-1206035092', u'INDIRECT_-1206033889'), (u'CALL_-1206035080', u'INDIRECT_-1206033982'), (u'INDIRECT_-1206033834', u'MULTIEQUAL_-1206033712'), (u'CALL_-1206035021', u'CALL_-1206034714'), ('const-0', u'CALL_-1206034438'), (u'INDIRECT_-1206033845', u'MULTIEQUAL_-1206033791'), (u'INDIRECT_-1206034076', u'MULTIEQUAL_-1206034011'), (u'INT_EQUAL_-1206034534', u'CBRANCH_-1206034530'), ('const-417', u'STORE_-1206034325'), ('tmp_4470', u'MULTIEQUAL_-1206033868'), (u'LOAD_-1206035091', u'CALL_-1206035080'), ('const-4', u'PTRADD_-1206033482'), (u'INT_ADD_-1206035165', u'INT_ADD_-1206035158'), (u'INT_EQUAL_-1206034869', u'CBRANCH_-1206034861'), (u'PTRADD_-1206033531', u'LOAD_-1206034605'), (u'MULTIEQUAL_-1206034337', u'CALL_-1206034519'), (u'CALL_-1206034438', u'INDIRECT_-1206033809'), ('const-0', u'INT_NOTEQUAL_-1206034945'), (u'LOAD_-1206035191', u'COPY_-1206033552'), (u'CALL_-1206035092', u'INDIRECT_-1206034094'), (u'INDIRECT_-1206033964', u'MULTIEQUAL_-1206033910'), ('tmp_2900', u'STORE_-1206034355'), (u'CALL_-1206035021', u'INT_AND_-1206034934'), (u'INDIRECT_-1206033835', u'MULTIEQUAL_-1206033738'), (u'INDIRECT_-1206033964', u'MULTIEQUAL_-1206033908'), (u'CALL_-1206034330', u'INDIRECT_-1206033672'), (u'INT_ADD_-1206035075', u'CAST_-1206033702'), (u'INDIRECT_-1206033901', u'MULTIEQUAL_-1206033825'), (u'CALL_-1206034330', u'INDIRECT_-1206033570'), (u'CALL_-1206035080', u'INDIRECT_-1206034059'), ('const-154880', u'INT_ADD_-1206035165'), ('const-417', u'STORE_-1206034520'), (u'CALL_-1206034484', u'INDIRECT_-1206033629'), (u'INDIRECT_-1206033952', u'MULTIEQUAL_-1206033876'), (u'INDIRECT_-1206033850', u'MULTIEQUAL_-1206033834'), (u'INDIRECT_-1206033638', u'MULTIEQUAL_-1206033550'), ('const-4', u'PTRADD_-1206033531'), ('const-4', u'PTRADD_-1206033371'), (u'CALL_-1206034519', u'INDIRECT_-1206033538'), (u'CALL_-1206035064', u'INDIRECT_-1206033901'), (u'CALL_-1206035021', u'INDIRECT_-1206033913'), (u'INT_EQUAL_-1206034741', u'CBRANCH_-1206034738'), (u'CALL_-1206034372', u'INDIRECT_-1206033749'), (u'CALL_-1206035027', u'INDIRECT_-1206033850'), (u'CALL_-1206034484', u'INDIRECT_-1206033860'), (u'PTRSUB_-1206033556', u'CALL_-1206034438'), (u'STORE_-1206034349', u'INDIRECT_-1206033722'), (u'INDIRECT_-1206033752', u'MULTIEQUAL_-1206033791'), (u'CALL_-1206035080', u'INDIRECT_-1206033897'), (u'INDIRECT_-1206033981', u'MULTIEQUAL_-1206033925'), (u'INDIRECT_-1206033723', u'STORE_-1206034355'), (u'CALL_-1206034519', u'INDIRECT_-1206033700'), (u'CALL_-1206034519', u'INDIRECT_-1206033640'), (u'INDIRECT_-1206033629', u'MULTIEQUAL_-1206033516'), (u'INDIRECT_-1206033765', u'MULTIEQUAL_-1206033652'), (u'CALL_-1206035092', u'INDIRECT_-1206034120'), ('const-4', u'PTRADD_-1206033608'), ('const-4', u'PTRADD_-1206033389'), (u'INDIRECT_-1206033570', u'STORE_-1206034319'), (u'CALL_-1206034554', u'INDIRECT_-1206033799'), (u'INDIRECT_-1206033586', u'MULTIEQUAL_-1206033789'), (u'CALL_-1206034554', u'INT_EQUAL_-1206034534'), (u'INDIRECT_-1206033699', u'MULTIEQUAL_-1206033959'), (u'CALL_-1206035064', u'INDIRECT_-1206033969'), ('tmp_2900', u'PTRADD_-1206033769'), (u'CALL_-1206034372', u'INDIRECT_-1206033689'), ('const-1', u'COPY_-1206034360'), ('tmp_2900', u'PTRADD_-1206033575'), (u'CALL_-1206034554', u'INDIRECT_-1206033714'), (u'PTRADD_-1206033570', u'LOAD_-1206034676'), ('tmp_2900', u'PTRADD_-1206033366'), ('tmp_2900', u'PTRADD_-1206033608'), (u'CALL_-1206034401', u'INDIRECT_-1206033603'), (u'CALL_-1206034401', u'INDIRECT_-1206033817'), (u'CALL_-1206034554', u'INDIRECT_-1206033646'), (u'LOAD_-1206034836', u'INT_NOTEQUAL_-1206034811'), (u'CALL_-1206035080', u'CALL_-1206035027'), ('tmp_2900', u'PTRADD_-1206033371'), (u'CALL_-1206035064', u'INDIRECT_-1206034020'), (u'CALL_-1206034554', u'INDIRECT_-1206033868'), (u'CALL_-1206035092', u'INDIRECT_-1206033906'), ('tmp_2900', u'LOAD_-1206034383'), (u'INDIRECT_-1206033751', u'MULTIEQUAL_-1206034011'), (u'INDIRECT_-1206034050', u'MULTIEQUAL_-1206033987'), (u'INDIRECT_-1206033688', u'MULTIEQUAL_-1206033891'), (u'CALL_-1206035092', u'INDIRECT_-1206034068'), (u'CALL_-1206035064', u'INDIRECT_-1206033850'), ('tmp_263', u'CBRANCH_-1206035040'), (u'INDIRECT_-1206033587', u'MULTIEQUAL_-1206033806'), (u'CALL_-1206034484', u'INDIRECT_-1206033714'), (u'CAST_-1206033702', u'LOAD_-1206035091'), (u'CALL_-1206034484', u'INDIRECT_-1206033731'), ('const-8', u'CALL_-1206034714'), (u'CALL_-1206035021', u'INDIRECT_-1206034050'), ('const-0', u'INT_NOTEQUAL_-1206034693'), (u'INT_ZEXT_-1206034408', u'MULTIEQUAL_-1206034358'), (u'INDIRECT_-1206033817', u'MULTIEQUAL_-1206034011'), (u'CAST_-1206033744', u'LOAD_-1206035174'), (u'MULTIEQUAL_-1206033859', u'MULTIEQUAL_-1206033857'), ('const-0', u'INT_EQUAL_-1206034464'), (u'CALL_-1206035064', u'INDIRECT_-1206033867'), ('const-417', u'LOAD_-1206034760'), ('const-4', u'PTRADD_-1206033575'), (u'CALL_-1206034484', u'INDIRECT_-1206033612'), (u'STORE_-1206034325', u'INDIRECT_-1206033756'), (u'INDIRECT_-1206033809', u'MULTIEQUAL_-1206033712'), (u'INT_NOTEQUAL_-1206034811', u'CBRANCH_-1206034808'), (u'CALL_-1206034438', u'INDIRECT_-1206033723'), (u'CALL_-1206035092', u'INDIRECT_-1206034042'), (u'INDIRECT_-1206033969', u'MULTIEQUAL_-1206033953'), (u'INDIRECT_-1206034003', u'MULTIEQUAL_-1206033987'), (u'CALL_-1206034372', u'INDIRECT_-1206033604'), (u'INDIRECT_-1206033714', u'MULTIEQUAL_-1206033601'), ('tmp_4476', u'MULTIEQUAL_-1206033970'), (u'INDIRECT_-1206033913', u'MULTIEQUAL_-1206033857'), (u'CALL_-1206034554', u'INDIRECT_-1206033782'), (u'INDIRECT_-1206034059', u'CALL_-1206035064'), (u'CALL_-1206034554', u'INDIRECT_-1206033765'), (u'CALL_-1206035092', u'INDIRECT_-1206033872'), (u'CALL_-1206034401', u'INDIRECT_-1206033765'), (u'INDIRECT_-1206033986', u'MULTIEQUAL_-1206033970'), (u'INDIRECT_-1206033725', u'MULTIEQUAL_-1206033985'), (u'INDIRECT_-1206034050', u'MULTIEQUAL_-1206033985'), (u'CALL_-1206034714', u'CAST_-1206033549'), (u'COPY_-1206034360', u'MULTIEQUAL_-1206034337'), ('const-417', u'STORE_-1206034319'), (u'INDIRECT_-1206033569', u'MULTIEQUAL_-1206033772'), (u'CALL_-1206034484', u'INDIRECT_-1206033782'), (u'CALL_-1206034330', u'INDIRECT_-1206033519'), (u'CALL_-1206035064', u'INDIRECT_-1206034072'), (u'INDIRECT_-1206033731', u'MULTIEQUAL_-1206033618'), ('tmp_1094', u'CBRANCH_-1206034530'), ('tmp_432', u'CBRANCH_-1206034941'), ('const-4294967220', u'PTRSUB_-1206033556'), (u'INDIRECT_-1206033896', u'MULTIEQUAL_-1206033840'), (u'CALL_-1206035080', u'CALL_-1206035064'), (u'INDIRECT_-1206033918', u'MULTIEQUAL_-1206033902'), (u'INDIRECT_-1206033722', u'MULTIEQUAL_-1206033925'), (u'CALL_-1206034714', u'INDIRECT_-1206033786'), (u'MULTIEQUAL_-1206034352', u'COPY_-1206033553'), (u'CALL_-1206034714', u'INDIRECT_-1206033871'), ('const-0', u'INT_EQUAL_-1206034418'), (u'PTRADD_-1206033608', u'LOAD_-1206034760'), (u'CALL_-1206034554', u'INDIRECT_-1206033748'), (u'INDIRECT_-1206033828', u'MULTIEQUAL_-1206033774'), (u'LOAD_-1206035174', u'LOAD_-1206034836'), ('tmp_4477', u'MULTIEQUAL_-1206033987'), (u'CALL_-1206034554', u'INDIRECT_-1206033663'), (u'CALL_-1206034714', u'MULTIEQUAL_-1206033944'), ('tmp_670', u'CBRANCH_-1206034808'), (u'INDIRECT_-1206033706', u'STORE_-1206034349'), (u'INDIRECT_-1206033663', u'MULTIEQUAL_-1206033550'), ('const-1', u'COPY_-1206034899'), (u'INT_AND_-1206034934', u'INT_NOTEQUAL_-1206034945'), ('const-417', u'STORE_-1206034331'), (u'CALL_-1206035021', u'INT_EQUAL_-1206034907'), (u'CALL_-1206034401', u'INDIRECT_-1206033791'), (u'LOAD_-1206034760', u'INT_EQUAL_-1206034741'), (u'PTRADD_-1206033482', u'STORE_-1206034520'), (u'INDIRECT_-1206033981', u'MULTIEQUAL_-1206033927'), (u'INDIRECT_-1206033845', u'MULTIEQUAL_-1206033789'), (u'MULTIEQUAL_-1206033876', u'MULTIEQUAL_-1206033874'), (u'CALL_-1206034714', u'INDIRECT_-1206033957'), ('tmp_2900', u'PTRADD_-1206033482'), (u'INDIRECT_-1206033735', u'MULTIEQUAL_-1206033774'), ('tmp_1341', u'BRANCH_-1206034313'), (u'CALL_-1206034372', u'INDIRECT_-1206033553'), (u'CALL_-1206034372', u'INDIRECT_-1206033655'), (u'INT_MULT_-1206034637', u'INT_ADD_-1206034647'), ('const-417', u'LOAD_-1206034605'), ('tmp_192', u'CBRANCH_-1206035100'), (u'CALL_-1206035027', u'INDIRECT_-1206033833'), (u'INDIRECT_-1206033884', u'MULTIEQUAL_-1206033868'), (u'MULTIEQUAL_-1206034358', u'MULTIEQUAL_-1206034352'), (u'MULTIEQUAL_-1206033944', u'MULTIEQUAL_-1206033942'), (u'CALL_-1206034438', u'INDIRECT_-1206033655'), (u'CALL_-1206034330', u'INDIRECT_-1206033502'), (u'INDIRECT_-1206033969', u'MULTIEQUAL_-1206033893'), (u'INDIRECT_-1206033862', u'MULTIEQUAL_-1206033806'), (u'CALL_-1206034714', u'INDIRECT_-1206033931'), (u'INDIRECT_-1206034081', u'MULTIEQUAL_-1206034056'), (u'INDIRECT_-1206033867', u'MULTIEQUAL_-1206033851'), (u'LOAD_-1206035163', u'INT_EQUAL_-1206035121'), (u'STORE_-1206034325', u'INDIRECT_-1206033704'), (u'CALL_-1206034330', u'INDIRECT_-1206033604'), (u'INDIRECT_-1206033769', u'MULTIEQUAL_-1206033808'), (u'INDIRECT_-1206033603', u'MULTIEQUAL_-1206033806'), ('const-5', u'PTRADD_-1206033769'), (u'CALL_-1206034714', u'INDIRECT_-1206033837'), ('tmp_2900', u'PTRADD_-1206033570'), (u'CALL_-1206034438', u'INDIRECT_-1206033621'), (u'STORE_-1206034349', u'INDIRECT_-1206033748'), ('tmp_4472', u'MULTIEQUAL_-1206033902'), ('const-0', u'INT_EQUAL_-1206035044'), (u'CALL_-1206035027', u'INDIRECT_-1206034055'), (u'INDIRECT_-1206033854', u'MULTIEQUAL_-1206033893'), (u'CAST_-1206033735', u'LOAD_-1206035163'), (u'INDIRECT_-1206033918', u'MULTIEQUAL_-1206033842'), (u'INDIRECT_-1206033739', u'MULTIEQUAL_-1206033942'), (u'INDIRECT_-1206033672', u'MULTIEQUAL_-1206033891'), (u'STORE_-1206034331', u'INDIRECT_-1206033761'), ('const-0', u'COPY_-1206034853'), ('tmp_1193', u'CBRANCH_-1206034461'), ('tmp_4478', u'MULTIEQUAL_-1206034004'), (u'INDIRECT_-1206033935', u'MULTIEQUAL_-1206033859'), (u'INT_NOTEQUAL_-1206035004', u'INT_ZEXT_-1206034408'), (u'PTRSUB_-1206033556', u'CALL_-1206034554'), (u'CALL_-1206034484', u'INDIRECT_-1206033663'), (u'CALL_-1206034372', u'INDIRECT_-1206033570'), (u'CALL_-1206035021', u'INDIRECT_-1206034076'), (u'CALL_-1206034554', u'INDIRECT_-1206033731'), ('tmp_2900', u'PTRADD_-1206033552'), ('const-417', u'LOAD_-1206035191'), (u'INDIRECT_-1206033689', u'STORE_-1206034331'), (u'INDIRECT_-1206033689', u'MULTIEQUAL_-1206033601'), (u'INDIRECT_-1206033879', u'MULTIEQUAL_-1206033825'), (u'CALL_-1206035080', u'INDIRECT_-1206033931'), (u'CALL_-1206035080', u'INDIRECT_-1206033863'), ('const-4', u'PTRADD_-1206033570'), (u'INDIRECT_-1206034076', u'MULTIEQUAL_-1206034013'), ('tmp_4466', u'INT_ADD_-1206035165'), ('tmp_2902', u'CALL_-1206035092'), ('tmp_1375', u'BRANCH_-1206034348'), (u'CALL_-1206035092', u'INDIRECT_-1206034008'), (u'INT_ADD_-1206034647', u'CAST_-1206033548'), (u'PTRADD_-1206033769', u'LOAD_-1206035191'), (u'MULTIEQUAL_-1206033842', u'MULTIEQUAL_-1206033840'), (u'INDIRECT_-1206033726', u'COPY_-1206033784'), ('tmp_2892', u'PTRSUB_-1206033556'), (u'CALL_-1206034401', u'INDIRECT_-1206033637'), (u'INDIRECT_-1206033782', u'MULTIEQUAL_-1206033669'), (u'CALL_-1206035064', u'INDIRECT_-1206033918'), ('tmp_4471', u'MULTIEQUAL_-1206033885'), (u'CALL_-1206035021', u'INDIRECT_-1206033930'), (u'CALL_-1206035021', u'INT_EQUAL_-1206034741'), (u'CALL_-1206035080', u'INDIRECT_-1206033914'), (u'CALL_-1206034401', u'INDIRECT_-1206033688'), (u'CALL_-1206035021', u'INDIRECT_-1206033845'), (u'CALL_-1206034401', u'INDIRECT_-1206033569'), (u'CALL_-1206035021', u'INT_MULT_-1206034637'), (u'INDIRECT_-1206033860', u'MULTIEQUAL_-1206033738'), (u'CALL_-1206035080', u'INDIRECT_-1206034085'), (u'CALL_-1206034438', u'INDIRECT_-1206033604'), (u'CALL_-1206035064', u'INT_EQUAL_-1206035044'), (u'INDIRECT_-1206034029', u'MULTIEQUAL_-1206034004'), (u'CALL_-1206034438', u'INDIRECT_-1206033706'), (u'CALL_-1206034372', u'INDIRECT_-1206033775'), (u'MULTIEQUAL_-1206033893', u'MULTIEQUAL_-1206033891'), (u'MULTIEQUAL_-1206034011', u'COPY_-1206034055'), (u'CALL_-1206034438', u'INDIRECT_-1206033638'), (u'INT_ADD_-1206035147', u'CAST_-1206033735'), (u'INDIRECT_-1206033637', u'MULTIEQUAL_-1206033840'), (u'INDIRECT_-1206033697', u'MULTIEQUAL_-1206033584'), ('const-417', u'LOAD_-1206034836'), (u'CALL_-1206035021', u'INDIRECT_-1206033896'), (u'CALL_-1206034554', u'INDIRECT_-1206033842'), (u'CALL_-1206035021', u'INDIRECT_-1206033947'), (u'INDIRECT_-1206033888', u'MULTIEQUAL_-1206033927'), (u'INDIRECT_-1206033646', u'MULTIEQUAL_-1206033533'), (u'CALL_-1206034372', u'INDIRECT_-1206033672'), (u'CALL_-1206035092', u'INDIRECT_-1206033991'), (u'CALL_-1206034330', u'INDIRECT_-1206033587'), (u'CALL_-1206035027', u'INDIRECT_-1206033935'), (u'CALL_-1206035080', u'INDIRECT_-1206033999'), (u'CALL_-1206034438', u'INDIRECT_-1206033740'), (u'CALL_-1206035027', u'INDIRECT_-1206034003'), (u'CALL_-1206034519', u'INDIRECT_-1206033572'), (u'MULTIEQUAL_-1206034352', u'COPY_-1206033554'), ('const-417', u'LOAD_-1206034682'), (u'PTRADD_-1206033552', u'LOAD_-1206034634'), (u'INDIRECT_-1206033879', u'MULTIEQUAL_-1206033823'), (u'CALL_-1206035080', u'INDIRECT_-1206033948'), ('const-0', u'INT_EQUAL_-1206034869'), (u'INDIRECT_-1206033604', u'MULTIEQUAL_-1206033823'), ('const-417', u'LOAD_-1206035174'), (u'INDIRECT_-1206033884', u'MULTIEQUAL_-1206033808'), (u'CALL_-1206034438', u'INDIRECT_-1206033835'), (u'CALL_-1206035027', u'INDIRECT_-1206033918'), (u'CALL_-1206034714', u'INDIRECT_-1206033854'), (u'INDIRECT_-1206033655', u'MULTIEQUAL_-1206033567'), (u'CALL_-1206034401', u'INDIRECT_-1206033739'), (u'INDIRECT_-1206034020', u'MULTIEQUAL_-1206033944'), ('const-4', u'PTRADD_-1206033769'), (u'INDIRECT_-1206033655', u'MULTIEQUAL_-1206033874'), (u'MULTIEQUAL_-1206033808', u'MULTIEQUAL_-1206033806'), ('const-8', u'INT_MULT_-1206034637'), (u'CALL_-1206034484', u'INDIRECT_-1206033834'), (u'INDIRECT_-1206033901', u'MULTIEQUAL_-1206033885'), (u'MULTIEQUAL_-1206033959', u'COPY_-1206034003'), ('tmp_4475', u'MULTIEQUAL_-1206033953'), (u'CALL_-1206034401', u'INDIRECT_-1206033654'), (u'CALL_-1206035092', u'INDIRECT_-1206033923'), (u'INDIRECT_-1206033604', u'MULTIEQUAL_-1206033516'), (u'INDIRECT_-1206034024', u'MULTIEQUAL_-1206033959'), (u'CALL_-1206034438', u'INT_EQUAL_-1206034418'), (u'MULTIEQUAL_-1206034352', u'INT_EQUAL_-1206034869'), (u'INDIRECT_-1206033765', u'MULTIEQUAL_-1206033959'), (u'STORE_-1206034325', u'INDIRECT_-1206033730'), (u'CALL_-1206034372', u'INDIRECT_-1206033801'), (u'INDIRECT_-1206033706', u'MULTIEQUAL_-1206033618'), (u'INDIRECT_-1206033947', u'MULTIEQUAL_-1206033891'), (u'MULTIEQUAL_-1206033791', u'MULTIEQUAL_-1206033789'), (u'INT_RIGHT_-1206034989', u'INT_NOTEQUAL_-1206035004'), ('const-0', u'INT_NOTEQUAL_-1206035004'), (u'INDIRECT_-1206033748', u'MULTIEQUAL_-1206033635'), ('tmp_4469', u'MULTIEQUAL_-1206033851'), (u'INDIRECT_-1206033638', u'MULTIEQUAL_-1206033857'), (u'INDIRECT_-1206033587', u'MULTIEQUAL_-1206033499'), (u'LOAD_-1206035174', u'LOAD_-1206035120'), (u'CALL_-1206034401', u'INDIRECT_-1206033671'), (u'INDIRECT_-1206033700', u'COPY_-1206033758'), (u'LOAD_-1206035120', u'MULTIEQUAL_-1206033817'), (u'INDIRECT_-1206033930', u'MULTIEQUAL_-1206033876'), (u'INT_NOTEQUAL_-1206034693', u'CBRANCH_-1206034685'), ('tmp_4473', u'MULTIEQUAL_-1206033919'), (u'LOAD_-1206035191', u'INT_ADD_-1206035147'), (u'INDIRECT_-1206033724', u'COPY_-1206033779'), (u'CALL_-1206035021', u'INDIRECT_-1206033964'), (u'CALL_-1206034519', u'INDIRECT_-1206033504'), (u'INDIRECT_-1206033896', u'MULTIEQUAL_-1206033842'), (u'CALL_-1206034519', u'INDIRECT_-1206033555'), ('const-0', u'INT_EQUAL_-1206034534'), ('const-4', u'PTRADD_-1206033376'), (u'CAST_-1206033549', u'INT_ADD_-1206034647'), (u'CALL_-1206034372', u'INDIRECT_-1206033587'), ('tmp_594', u'CBRANCH_-1206034861'), (u'INT_ADD_-1206035158', u'CAST_-1206033744'), (u'CALL_-1206035021', u'INDIRECT_-1206033862'), (u'INDIRECT_-1206033672', u'STORE_-1206034325'), (u'INDIRECT_-1206033952', u'MULTIEQUAL_-1206033936'), (u'INDIRECT_-1206033957', u'MULTIEQUAL_-1206033987'), ('const-8', u'PTRADD_-1206033552'), (u'COPY_-1206034937', u'MULTIEQUAL_-1206034358'), (u'INT_NOTEQUAL_-1206034945', u'CBRANCH_-1206034941'), (u'STORE_-1206034331', u'INDIRECT_-1206033709'), (u'CALL_-1206034330', u'INDIRECT_-1206033655'), (u'INDIRECT_-1206033740', u'MULTIEQUAL_-1206033652'), (u'INDIRECT_-1206033752', u'COPY_-1206033810'), (u'STORE_-1206034355', u'INDIRECT_-1206033727'), (u'CALL_-1206034330', u'INDIRECT_-1206033553'), (u'CALL_-1206035064', u'INDIRECT_-1206034098'), (u'INDIRECT_-1206033803', u'MULTIEQUAL_-1206033842'), ('const-4', u'PTRADD_-1206033552'), (u'INDIRECT_-1206033706', u'MULTIEQUAL_-1206033925'), (u'CALL_-1206034438', u'INDIRECT_-1206033689'), (u'INDIRECT_-1206034046', u'MULTIEQUAL_-1206033961'), (u'CALL_-1206034372', u'INDIRECT_-1206033638'), (u'CALL_-1206034554', u'INDIRECT_-1206033894'), (u'CALL_-1206035027', u'INDIRECT_-1206033986'), ('const-417', u'LOAD_-1206035120'), ('const-1', u'RETURN_-1206034514'), (u'MULTIEQUAL_-1206034013', u'MULTIEQUAL_-1206034011'), (u'INDIRECT_-1206033808', u'MULTIEQUAL_-1206033686'), (u'CALL_-1206034438', u'INDIRECT_-1206033783'), ('const-0', u'INT_EQUAL_-1206035121'), (u'CALL_-1206035064', u'INDIRECT_-1206033884'), ('const-6', u'PTRADD_-1206033575'), (u'CALL_-1206035080', u'INDIRECT_-1206033880'), ('const-16', u'INT_ADD_-1206035147'), (u'INDIRECT_-1206034098', u'MULTIEQUAL_-1206034013'), (u'INDIRECT_-1206033698', u'COPY_-1206033753'), (u'CALL_-1206035021', u'COPY_-1206033555'), (u'CALL_-1206034484', u'INDIRECT_-1206033748'), (u'CALL_-1206034372', u'INDIRECT_-1206033621'), (u'CALL_-1206035092', u'INDIRECT_-1206033974'), ('const-30', u'INT_RIGHT_-1206034989'), (u'COPY_-1206034853', u'MULTIEQUAL_-1206034337'), (u'INDIRECT_-1206033828', u'MULTIEQUAL_-1206033772'), ('const-1', u'RETURN_-1206034325'), (u'CALL_-1206034484', u'INDIRECT_-1206033680'), (u'CALL_-1206034438', u'INDIRECT_-1206033672'), (u'CALL_-1206034519', u'INDIRECT_-1206033674'), (u'CALL_-1206035080', u'INDIRECT_-1206034111'), ('const-417', u'LOAD_-1206034676'), ('const-1', u'CALL_-1206034484'), (u'INDIRECT_-1206034003', u'MULTIEQUAL_-1206033927'), ('tmp_2900', u'CALL_-1206034484'), (u'CALL_-1206034519', u'INDIRECT_-1206033657'), (u'CALL_-1206034372', u'INDIRECT_-1206033706'), (u'LOAD_-1206035191', u'INT_ADD_-1206035075'), (u'CALL_-1206035064', u'INDIRECT_-1206034003'), ('const-417', u'STORE_-1206034355'), (u'CALL_-1206034330', u'INDIRECT_-1206033638'), (u'INT_EQUAL_-1206034418', u'CBRANCH_-1206034415'), (u'CALL_-1206035092', u'INDIRECT_-1206033957'), (u'CALL_-1206034519', u'INDIRECT_-1206033623'), (u'INT_EQUAL_-1206034907', u'CBRANCH_-1206034903'), ('const-417', u'LOAD_-1206035091'), ('const-2', u'PTRADD_-1206033376'), (u'STORE_-1206034319', u'INDIRECT_-1206033751'), (u'INDIRECT_-1206033833', u'MULTIEQUAL_-1206033817'), (u'INDIRECT_-1206033621', u'MULTIEQUAL_-1206033840'), (u'INDIRECT_-1206033757', u'CALL_-1206034401'), (u'CALL_-1206035021', u'INDIRECT_-1206033981'), (u'INDIRECT_-1206033837', u'MULTIEQUAL_-1206033876'), (u'CAST_-1206033395', u'CALL_-1206034372'), (u'PTRADD_-1206033376', u'STORE_-1206034331'), (u'CALL_-1206034330', u'INDIRECT_-1206033536'), (u'INDIRECT_-1206033935', u'MULTIEQUAL_-1206033919'), (u'INDIRECT_-1206033913', u'MULTIEQUAL_-1206033859'), (u'MULTIEQUAL_-1206033985', u'COPY_-1206034029'), (u'INDIRECT_-1206034055', u'MULTIEQUAL_-1206034030'), (u'CALL_-1206035064', u'INDIRECT_-1206033935'), (u'PTRSUB_-1206033556', u'CALL_-1206034484'), ('const-417', u'STORE_-1206034349'), (u'PTRADD_-1206033575', u'LOAD_-1206034682'), ('tmp_892', u'CBRANCH_-1206034685'), (u'CALL_-1206035064', u'INDIRECT_-1206033952'), (u'INDIRECT_-1206033783', u'MULTIEQUAL_-1206033686'), (u'CALL_-1206035027', u'INDIRECT_-1206034029'), ('tmp_4466', u'MULTIEQUAL_-1206034056'), ('tmp_4467', u'INT_ADD_-1206035158'), (u'INDIRECT_-1206033998', u'MULTIEQUAL_-1206033944'), ('tmp_513', u'CBRANCH_-1206034903'), (u'STORE_-1206034520', u'INDIRECT_-1206033816'), (u'CALL_-1206034401', u'INDIRECT_-1206033705'), ('tmp_2900', u'PTRADD_-1206033531'), (u'PTRADD_-1206033371', u'STORE_-1206034325'), ('const-9', u'PTRADD_-1206033531'), (u'INDIRECT_-1206033871', u'MULTIEQUAL_-1206033910'), (u'INDIRECT_-1206033621', u'MULTIEQUAL_-1206033533'), (u'CALL_-1206035080', u'INDIRECT_-1206034033'), (u'STORE_-1206034520', u'INDIRECT_-1206033868'), (u'COPY_-1206034899', u'MULTIEQUAL_-1206034352'), (u'INDIRECT_-1206033850', u'MULTIEQUAL_-1206033774'), ('const-8', u'INT_ADD_-1206035075'), ('tmp_2900', u'CALL_-1206034438'), (u'INDIRECT_-1206033931', u'MULTIEQUAL_-1206033961'), ('tmp_2900', u'PTRADD_-1206033376'), ('tmp_1261', u'BRANCH_-1206034399'), (u'CALL_-1206034714', u'INDIRECT_-1206033983'), (u'CALL_-1206034401', u'INDIRECT_-1206033722'), (u'CALL_-1206034484', u'INDIRECT_-1206033808'), (u'CALL_-1206034714', u'INDIRECT_-1206033752'), (u'CALL_-1206035021', u'INDIRECT_-1206034024'), (u'INDIRECT_-1206034024', u'MULTIEQUAL_-1206033961'), ('const-1', u'PTRADD_-1206033389'), (u'CALL_-1206034330', u'INDIRECT_-1206033724'), (u'STORE_-1206034355', u'INDIRECT_-1206033753'), ('const-417', u'LOAD_-1206035163'), (u'CALL_-1206035027', u'INDIRECT_-1206033952'), (u'INT_EQUAL_-1206035044', u'CBRANCH_-1206035040'), (u'CALL_-1206034714', u'INDIRECT_-1206033735'), (u'CALL_-1206034714', u'INT_NOTEQUAL_-1206034693'), (u'STORE_-1206034520', u'INDIRECT_-1206033842'), (u'INDIRECT_-1206033620', u'MULTIEQUAL_-1206033823'), (u'CALL_-1206035021', u'INDIRECT_-1206033998'), (u'PTRADD_-1206033366', u'STORE_-1206034319'), ('const-536870912', u'INT_AND_-1206034934'), (u'INDIRECT_-1206033570', u'MULTIEQUAL_-1206033789'), (u'INDIRECT_-1206033998', u'MULTIEQUAL_-1206033942'), (u'CALL_-1206034401', u'INDIRECT_-1206033586'), (u'CALL_-1206035027', u'INDIRECT_-1206033867'), (u'MULTIEQUAL_-1206033825', u'MULTIEQUAL_-1206033823'), ('const-0', u'CALL_-1206034554'), (u'CALL_-1206034519', u'INDIRECT_-1206033589'), ('const-4', u'PTRADD_-1206033366'), (u'CALL_-1206034484', u'INDIRECT_-1206033697'), (u'MULTIEQUAL_-1206033772', u'INT_NOTEQUAL_-1206034811'), (u'INDIRECT_-1206033672', u'MULTIEQUAL_-1206033584'), (u'INDIRECT_-1206033791', u'MULTIEQUAL_-1206033985'), (u'INDIRECT_-1206033689', u'MULTIEQUAL_-1206033908'), (u'STORE_-1206034319', u'INDIRECT_-1206033725'), (u'INDIRECT_-1206033705', u'MULTIEQUAL_-1206033908'), (u'LOAD_-1206034383', u'CAST_-1206033395'), (u'CALL_-1206034519', u'INDIRECT_-1206033752'), (u'CALL_-1206034519', u'INDIRECT_-1206033606'), (u'INDIRECT_-1206033654', u'MULTIEQUAL_-1206033857'), (u'CALL_-1206035080', u'INDIRECT_-1206034016'), (u'CALL_-1206035080', u'INDIRECT_-1206033965'), (u'CALL_-1206034554', u'INDIRECT_-1206033816'), (u'INDIRECT_-1206033786', u'MULTIEQUAL_-1206033825'), (u'CALL_-1206035027', u'INDIRECT_-1206034081'), (u'CALL_-1206035027', u'INDIRECT_-1206033884'), (u'MULTIEQUAL_-1206033987', u'MULTIEQUAL_-1206033985'), (u'MULTIEQUAL_-1206033927', u'MULTIEQUAL_-1206033925'), ('const-0', u'RETURN_-1206034762'), (u'CALL_-1206035092', u'INDIRECT_-1206034025'), ('const-7', u'PTRADD_-1206033570'), (u'MULTIEQUAL_-1206033961', u'MULTIEQUAL_-1206033959'), ('tmp_2900', u'CALL_-1206034554'), (u'STORE_-1206034319', u'INDIRECT_-1206033699'), (u'CALL_-1206034401', u'INDIRECT_-1206033620'), (u'INDIRECT_-1206033757', u'MULTIEQUAL_-1206033669'), (u'STORE_-1206034331', u'INDIRECT_-1206033735'), (u'CALL_-1206034484', u'INT_EQUAL_-1206034464'), (u'CALL_-1206034330', u'INDIRECT_-1206033621'), (u'INDIRECT_-1206033930', u'MULTIEQUAL_-1206033874'), (u'CALL_-1206035027', u'INDIRECT_-1206033901'), ('tmp_4467', u'MULTIEQUAL_-1206034030'), ('tmp_2900', u'PTRADD_-1206033389'), (u'INDIRECT_-1206033663', u'STORE_-1206034520'), (u'CALL_-1206035064', u'INDIRECT_-1206033986'), (u'CALL_-1206034484', u'INDIRECT_-1206033765'), (u'INDIRECT_-1206033862', u'MULTIEQUAL_-1206033808'), (u'INT_EQUAL_-1206035121', u'CBRANCH_-1206035100'), (u'CALL_-1206034519', u'INDIRECT_-1206033521'), (u'INDIRECT_-1206033983', u'MULTIEQUAL_-1206034013'), (u'INDIRECT_-1206033680', u'MULTIEQUAL_-1206033567'), (u'INDIRECT_-1206034072', u'MULTIEQUAL_-1206033987'), (u'INDIRECT_-1206033612', u'MULTIEQUAL_-1206033499'), ('const-1', u'COPY_-1206034937'), (u'CALL_-1206034484', u'INDIRECT_-1206033646'), (u'CALL_-1206035027', u'INDIRECT_-1206033969'), ('const-0', u'INT_EQUAL_-1206034907'), (u'INDIRECT_-1206033947', u'MULTIEQUAL_-1206033893'), (u'INT_EQUAL_-1206034464', u'CBRANCH_-1206034461'), ('const-9', u'PTRADD_-1206033366'), (u'INDIRECT_-1206033553', u'MULTIEQUAL_-1206033772'), (u'INDIRECT_-1206033671', u'MULTIEQUAL_-1206033874'), ('tmp_803', u'CBRANCH_-1206034738'), (u'CALL_-1206034519', u'INDIRECT_-1206033726'), (u'INDIRECT_-1206033820', u'MULTIEQUAL_-1206033859'), (u'CALL_-1206034714', u'INDIRECT_-1206033803'), (u'CALL_-1206034330', u'INDIRECT_-1206033750'), (u'CALL_-1206034714', u'INDIRECT_-1206033820'), ('const-3', u'PTRADD_-1206033371'), (u'INDIRECT_-1206033750', u'COPY_-1206033805'), (u'MULTIEQUAL_-1206033910', u'MULTIEQUAL_-1206033908'), (u'CALL_-1206035021', u'INT_RIGHT_-1206034989'), (u'MULTIEQUAL_-1206033774', u'MULTIEQUAL_-1206033772'), (u'CALL_-1206034554', u'INDIRECT_-1206033697')]
null
null
00025ce8
arm
O2
(translation_unit "void FUN_00025ce8(undefined4 *param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n uint __nmemb;\n uint uVar3;\n int iVar4;\n int *piVar5;\n void *local_4c;\n void *local_48;\n uint local_44;\n uint local_40;\n uint local_3c;\n int local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n iVar4 = param_1[5];\n piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);\n local_24 = *piVar5;\n if (*(char *)(iVar4 + 0x10) == '\0') {\n uVar1 = FUN_0004ccc4(param_2);\n uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));\n iVar2 = FUN_0004d144(uVar1,DAT_00025e94);\n if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }\n iVar4 = 0;\nLAB_00025d78:\n if (local_24 != *piVar5) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }\n return;\n}\n\n" (function_definition "void FUN_00025ce8(undefined4 *param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n uint __nmemb;\n uint uVar3;\n int iVar4;\n int *piVar5;\n void *local_4c;\n void *local_48;\n uint local_44;\n uint local_40;\n uint local_3c;\n int local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n iVar4 = param_1[5];\n piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);\n local_24 = *piVar5;\n if (*(char *)(iVar4 + 0x10) == '\0') {\n uVar1 = FUN_0004ccc4(param_2);\n uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));\n iVar2 = FUN_0004d144(uVar1,DAT_00025e94);\n if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }\n iVar4 = 0;\nLAB_00025d78:\n if (local_24 != *piVar5) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }\n return;\n}" primitive_type (function_declarator "FUN_00025ce8(undefined4 *param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n int iVar2;\n uint __nmemb;\n uint uVar3;\n int iVar4;\n int *piVar5;\n void *local_4c;\n void *local_48;\n uint local_44;\n uint local_40;\n uint local_3c;\n int local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n iVar4 = param_1[5];\n piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);\n local_24 = *piVar5;\n if (*(char *)(iVar4 + 0x10) == '\0') {\n uVar1 = FUN_0004ccc4(param_2);\n uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));\n iVar2 = FUN_0004d144(uVar1,DAT_00025e94);\n if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }\n iVar4 = 0;\nLAB_00025d78:\n if (local_24 != *piVar5) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "uint __nmemb;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "void *local_4c;" primitive_type (pointer_declarator "*local_4c" * identifier) ;) (declaration "void *local_48;" primitive_type (pointer_declarator "*local_48" * identifier) ;) (declaration "uint local_44;" type_identifier identifier ;) (declaration "uint local_40;" type_identifier identifier ;) (declaration "uint local_3c;" type_identifier identifier ;) (declaration "int local_38;" primitive_type identifier ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined4 local_30;" type_identifier identifier ;) (declaration "undefined4 local_2c;" type_identifier identifier ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "int local_24;" primitive_type identifier ;) (expression_statement "iVar4 = param_1[5];" (assignment_expression "iVar4 = param_1[5]" identifier = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;) (expression_statement "piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);" (assignment_expression "piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90)" identifier = (pointer_expression "*(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90)" * (cast_expression "(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00025e8c + 0x25d00 + DAT_00025e90)" ( (binary_expression "DAT_00025e8c + 0x25d00 + DAT_00025e90" (binary_expression "DAT_00025e8c + 0x25d00" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_24 = *piVar5;" (assignment_expression "local_24 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) (if_statement "if (*(char *)(iVar4 + 0x10) == '\0') {\n uVar1 = FUN_0004ccc4(param_2);\n uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));\n iVar2 = FUN_0004d144(uVar1,DAT_00025e94);\n if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }" if (parenthesized_expression "(*(char *)(iVar4 + 0x10) == '\0')" ( (binary_expression "*(char *)(iVar4 + 0x10) == '\0'" (pointer_expression "*(char *)(iVar4 + 0x10)" * (cast_expression "(char *)(iVar4 + 0x10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x10)" ( (binary_expression "iVar4 + 0x10" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar1 = FUN_0004ccc4(param_2);\n uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));\n iVar2 = FUN_0004d144(uVar1,DAT_00025e94);\n if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }\n }" { (expression_statement "uVar1 = FUN_0004ccc4(param_2);" (assignment_expression "uVar1 = FUN_0004ccc4(param_2)" identifier = (call_expression "FUN_0004ccc4(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));" (assignment_expression "uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8))" identifier = (call_expression "FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8))" identifier (argument_list "(uVar1,*(undefined4 *)(iVar4 + 8))" ( identifier , (pointer_expression "*(undefined4 *)(iVar4 + 8)" * (cast_expression "(undefined4 *)(iVar4 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 8)" ( (binary_expression "iVar4 + 8" identifier + number_literal) )))) )))) ;) (expression_statement "iVar2 = FUN_0004d144(uVar1,DAT_00025e94);" (assignment_expression "iVar2 = FUN_0004d144(uVar1,DAT_00025e94)" identifier = (call_expression "FUN_0004d144(uVar1,DAT_00025e94)" identifier (argument_list "(uVar1,DAT_00025e94)" ( identifier , identifier )))) ;) (if_statement "if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }" { (expression_statement "FUN_0004d16c(uVar1);" (call_expression "FUN_0004d16c(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (goto_statement "goto LAB_00025d48;" goto statement_identifier ;) })) }) (else_clause "else {\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }" else (compound_statement "{\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }" { (labeled_statement "LAB_00025d48:\n __nmemb = FUN_00025054();" statement_identifier : (expression_statement "__nmemb = FUN_00025054();" (assignment_expression "__nmemb = FUN_00025054()" identifier = (call_expression "FUN_00025054()" identifier (argument_list "()" ( )))) ;)) (expression_statement "uVar3 = (uint)(__nmemb >> 0x1e != 0);" (assignment_expression "uVar3 = (uint)(__nmemb >> 0x1e != 0)" identifier = (call_expression "(uint)(__nmemb >> 0x1e != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(__nmemb >> 0x1e != 0)" ( (binary_expression "__nmemb >> 0x1e != 0" (binary_expression "__nmemb >> 0x1e" identifier >> number_literal) != number_literal) )))) ;) (if_statement "if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }" if (parenthesized_expression "((__nmemb & 0x20000000) != 0)" ( (binary_expression "(__nmemb & 0x20000000) != 0" (parenthesized_expression "(__nmemb & 0x20000000)" ( (binary_expression "__nmemb & 0x20000000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar3 = 1;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) })) (if_statement "if (__nmemb == 0) {\n uVar3 = 1;\n }" if (parenthesized_expression "(__nmemb == 0)" ( (binary_expression "__nmemb == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) })) (if_statement "if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }" if (parenthesized_expression "(uVar3 == 0)" ( (binary_expression "uVar3 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }" { (if_statement "if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }" if (parenthesized_expression "(param_1[2] == __nmemb)" ( (binary_expression "param_1[2] == __nmemb" (subscript_expression "param_1[2]" identifier [ number_literal ]) == identifier) )) (compound_statement "{\n iVar4 = 1;\n goto LAB_00025d78;\n }" { (expression_statement "iVar4 = 1;" (assignment_expression "iVar4 = 1" identifier = number_literal) ;) (goto_statement "goto LAB_00025d78;" goto statement_identifier ;) })) (expression_statement "local_4c = calloc(__nmemb,8);" (assignment_expression "local_4c = calloc(__nmemb,8)" identifier = (call_expression "calloc(__nmemb,8)" identifier (argument_list "(__nmemb,8)" ( identifier , number_literal )))) ;) (if_statement "if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }" if (parenthesized_expression "(local_4c != (void *)0x0)" ( (binary_expression "local_4c != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }" { (expression_statement "local_34 = param_1[6];" (assignment_expression "local_34 = param_1[6]" identifier = (subscript_expression "param_1[6]" identifier [ number_literal ])) ;) (expression_statement "local_30 = param_1[7];" (assignment_expression "local_30 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "local_48 = (void *)((int)local_4c + __nmemb * 8);" (assignment_expression "local_48 = (void *)((int)local_4c + __nmemb * 8)" identifier = (cast_expression "(void *)((int)local_4c + __nmemb * 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_4c + __nmemb * 8)" ( (binary_expression "(int)local_4c + __nmemb * 8" (cast_expression "(int)local_4c" ( (type_descriptor "int" primitive_type) ) identifier) + (binary_expression "__nmemb * 8" identifier * number_literal)) )))) ;) (expression_statement "local_2c = param_1[8];" (assignment_expression "local_2c = param_1[8]" identifier = (subscript_expression "param_1[8]" identifier [ number_literal ])) ;) (expression_statement "local_28 = param_1[9];" (assignment_expression "local_28 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) (expression_statement "local_44 = __nmemb;" (assignment_expression "local_44 = __nmemb" identifier = identifier) ;) (expression_statement "local_40 = uVar3;" (assignment_expression "local_40 = uVar3" identifier = identifier) ;) (expression_statement "local_3c = uVar3;" (assignment_expression "local_3c = uVar3" identifier = identifier) ;) (expression_statement "local_38 = iVar4;" (assignment_expression "local_38 = iVar4" identifier = identifier) ;) (expression_statement "iVar4 = FUN_0002534c(&local_4c,param_1,0);" (assignment_expression "iVar4 = FUN_0002534c(&local_4c,param_1,0)" identifier = (call_expression "FUN_0002534c(&local_4c,param_1,0)" identifier (argument_list "(&local_4c,param_1,0)" ( (pointer_expression "&local_4c" & identifier) , identifier , number_literal )))) ;) (if_statement "if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }" { (expression_statement "param_1[9] = local_28;" (assignment_expression "param_1[9] = local_28" (subscript_expression "param_1[9]" identifier [ number_literal ]) = identifier) ;) (expression_statement "iVar2 = FUN_0002534c(param_1,&local_4c,1);" (assignment_expression "iVar2 = FUN_0002534c(param_1,&local_4c,1)" identifier = (call_expression "FUN_0002534c(param_1,&local_4c,1)" identifier (argument_list "(param_1,&local_4c,1)" ( identifier , (pointer_expression "&local_4c" & identifier) , number_literal )))) ;) (if_statement "if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }" if (parenthesized_expression "((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0))" ( (binary_expression "(iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)" (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) || (parenthesized_expression "(iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)" ( (comma_expression "iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0" (assignment_expression "iVar2 = FUN_0002534c(param_1,&local_4c,0)" identifier = (call_expression "FUN_0002534c(param_1,&local_4c,0)" identifier (argument_list "(param_1,&local_4c,0)" ( identifier , (pointer_expression "&local_4c" & identifier) , number_literal )))) , (binary_expression "iVar2 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n }" { comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "free(local_4c);" (call_expression "free(local_4c)" identifier (argument_list "(local_4c)" ( identifier ))) ;) }) (else_clause "else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }" else (compound_statement "{\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }" { (expression_statement "free((void *)*param_1);" (call_expression "free((void *)*param_1)" identifier (argument_list "((void *)*param_1)" ( (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) ))) ;) (expression_statement "*param_1 = local_4c;" (assignment_expression "*param_1 = local_4c" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "param_1[1] = local_48;" (assignment_expression "param_1[1] = local_48" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[2] = local_44;" (assignment_expression "param_1[2] = local_44" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[3] = local_40;" (assignment_expression "param_1[3] = local_40" (subscript_expression "param_1[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[9] = local_28;" (assignment_expression "param_1[9] = local_28" (subscript_expression "param_1[9]" identifier [ number_literal ]) = identifier) ;) }))) (goto_statement "goto LAB_00025d78;" goto statement_identifier ;) })) })) }))) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (labeled_statement "LAB_00025d78:\n if (local_24 != *piVar5) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }" statement_identifier : (if_statement "if (local_24 != *piVar5) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }" if (parenthesized_expression "(local_24 != *piVar5)" ( (binary_expression "local_24 != *piVar5" identifier != (pointer_expression "*piVar5" * identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }" { comment (expression_statement "__stack_chk_fail(iVar4);" (call_expression "__stack_chk_fail(iVar4)" identifier (argument_list "(iVar4)" ( identifier ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit "_Bool hash_rehash(Hash_table *table,size_t candidate)\n\n{\n _Bool safe;\n _Bool _Var1;\n undefined4 uVar2;\n int iVar3;\n size_t __nmemb;\n int iVar4;\n uint uVar5;\n Hash_tuning *pHVar6;\n int *piVar7;\n Hash_table storage;\n \n pHVar6 = table->tuning;\n piVar7 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);\n iVar4 = *piVar7;\n if (pHVar6->is_n_buckets == false) {\n uVar2 = __floatunsisf();\n uVar2 = __divsf3(uVar2,pHVar6->growth_threshold);\n iVar3 = __aeabi_fcmpge(uVar2,DAT_00025e94);\n if (iVar3 == 0) {\n candidate = __fixunssfsi(uVar2);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = next_prime(candidate);\n uVar5 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar5 = 1;\n }\n if (__nmemb == 0) {\n uVar5 = 1;\n }\n if (uVar5 == 0) {\n if (table->n_buckets == __nmemb) {\n safe = true;\n goto LAB_00025d78;\n }\n storage.bucket = (hash_entry *)calloc(__nmemb,8);\n if (storage.bucket != (hash_entry *)0x0) {\n storage.hasher = table->hasher;\n storage.comparator = table->comparator;\n storage.bucket_limit = storage.bucket + __nmemb;\n storage.data_freer = table->data_freer;\n storage.free_entry_list = table->free_entry_list;\n storage.n_buckets = __nmemb;\n storage.n_buckets_used = uVar5;\n storage.n_entries = uVar5;\n storage.tuning = pHVar6;\n safe = transfer_entries(&storage,table,false);\n if (safe) {\n free(table->bucket);\n table->bucket = storage.bucket;\n table->bucket_limit = storage.bucket_limit;\n table->n_buckets = storage.n_buckets;\n table->n_buckets_used = storage.n_buckets_used;\n table->free_entry_list = storage.free_entry_list;\n }\n else {\n table->free_entry_list = storage.free_entry_list;\n _Var1 = transfer_entries(table,&storage,true);\n if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(storage.bucket);\n }\n goto LAB_00025d78;\n }\n }\n }\n safe = false;\nLAB_00025d78:\n if (iVar4 != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return safe;\n}\n\n" (function_definition "_Bool hash_rehash(Hash_table *table,size_t candidate)\n\n{\n _Bool safe;\n _Bool _Var1;\n undefined4 uVar2;\n int iVar3;\n size_t __nmemb;\n int iVar4;\n uint uVar5;\n Hash_tuning *pHVar6;\n int *piVar7;\n Hash_table storage;\n \n pHVar6 = table->tuning;\n piVar7 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);\n iVar4 = *piVar7;\n if (pHVar6->is_n_buckets == false) {\n uVar2 = __floatunsisf();\n uVar2 = __divsf3(uVar2,pHVar6->growth_threshold);\n iVar3 = __aeabi_fcmpge(uVar2,DAT_00025e94);\n if (iVar3 == 0) {\n candidate = __fixunssfsi(uVar2);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = next_prime(candidate);\n uVar5 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar5 = 1;\n }\n if (__nmemb == 0) {\n uVar5 = 1;\n }\n if (uVar5 == 0) {\n if (table->n_buckets == __nmemb) {\n safe = true;\n goto LAB_00025d78;\n }\n storage.bucket = (hash_entry *)calloc(__nmemb,8);\n if (storage.bucket != (hash_entry *)0x0) {\n storage.hasher = table->hasher;\n storage.comparator = table->comparator;\n storage.bucket_limit = storage.bucket + __nmemb;\n storage.data_freer = table->data_freer;\n storage.free_entry_list = table->free_entry_list;\n storage.n_buckets = __nmemb;\n storage.n_buckets_used = uVar5;\n storage.n_entries = uVar5;\n storage.tuning = pHVar6;\n safe = transfer_entries(&storage,table,false);\n if (safe) {\n free(table->bucket);\n table->bucket = storage.bucket;\n table->bucket_limit = storage.bucket_limit;\n table->n_buckets = storage.n_buckets;\n table->n_buckets_used = storage.n_buckets_used;\n table->free_entry_list = storage.free_entry_list;\n }\n else {\n table->free_entry_list = storage.free_entry_list;\n _Var1 = transfer_entries(table,&storage,true);\n if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(storage.bucket);\n }\n goto LAB_00025d78;\n }\n }\n }\n safe = false;\nLAB_00025d78:\n if (iVar4 != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return safe;\n}" type_identifier (function_declarator "hash_rehash(Hash_table *table,size_t candidate)" identifier (parameter_list "(Hash_table *table,size_t candidate)" ( (parameter_declaration "Hash_table *table" type_identifier (pointer_declarator "*table" * identifier)) , (parameter_declaration "size_t candidate" primitive_type identifier) ))) (compound_statement "{\n _Bool safe;\n _Bool _Var1;\n undefined4 uVar2;\n int iVar3;\n size_t __nmemb;\n int iVar4;\n uint uVar5;\n Hash_tuning *pHVar6;\n int *piVar7;\n Hash_table storage;\n \n pHVar6 = table->tuning;\n piVar7 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);\n iVar4 = *piVar7;\n if (pHVar6->is_n_buckets == false) {\n uVar2 = __floatunsisf();\n uVar2 = __divsf3(uVar2,pHVar6->growth_threshold);\n iVar3 = __aeabi_fcmpge(uVar2,DAT_00025e94);\n if (iVar3 == 0) {\n candidate = __fixunssfsi(uVar2);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = next_prime(candidate);\n uVar5 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar5 = 1;\n }\n if (__nmemb == 0) {\n uVar5 = 1;\n }\n if (uVar5 == 0) {\n if (table->n_buckets == __nmemb) {\n safe = true;\n goto LAB_00025d78;\n }\n storage.bucket = (hash_entry *)calloc(__nmemb,8);\n if (storage.bucket != (hash_entry *)0x0) {\n storage.hasher = table->hasher;\n storage.comparator = table->comparator;\n storage.bucket_limit = storage.bucket + __nmemb;\n storage.data_freer = table->data_freer;\n storage.free_entry_list = table->free_entry_list;\n storage.n_buckets = __nmemb;\n storage.n_buckets_used = uVar5;\n storage.n_entries = uVar5;\n storage.tuning = pHVar6;\n safe = transfer_entries(&storage,table,false);\n if (safe) {\n free(table->bucket);\n table->bucket = storage.bucket;\n table->bucket_limit = storage.bucket_limit;\n table->n_buckets = storage.n_buckets;\n table->n_buckets_used = storage.n_buckets_used;\n table->free_entry_list = storage.free_entry_list;\n }\n else {\n table->free_entry_list = storage.free_entry_list;\n _Var1 = transfer_entries(table,&storage,true);\n if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(storage.bucket);\n }\n goto LAB_00025d78;\n }\n }\n }\n safe = false;\nLAB_00025d78:\n if (iVar4 != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return safe;\n}" { (declaration "_Bool safe;" type_identifier identifier ;) (declaration "_Bool _Var1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "size_t __nmemb;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "Hash_tuning *pHVar6;" type_identifier (pointer_declarator "*pHVar6" * identifier) ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "Hash_table storage;" type_identifier identifier ;) (expression_statement "pHVar6 = table->tuning;" (assignment_expression "pHVar6 = table->tuning" identifier = (field_expression "table->tuning" identifier -> field_identifier)) ;) (expression_statement "piVar7 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);" (assignment_expression "piVar7 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90)" identifier = (pointer_expression "*(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90)" * (cast_expression "(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00025e8c + 0x25d00 + DAT_00025e90)" ( (binary_expression "DAT_00025e8c + 0x25d00 + DAT_00025e90" (binary_expression "DAT_00025e8c + 0x25d00" identifier + number_literal) + identifier) ))))) ;) (expression_statement "iVar4 = *piVar7;" (assignment_expression "iVar4 = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) (if_statement "if (pHVar6->is_n_buckets == false) {\n uVar2 = __floatunsisf();\n uVar2 = __divsf3(uVar2,pHVar6->growth_threshold);\n iVar3 = __aeabi_fcmpge(uVar2,DAT_00025e94);\n if (iVar3 == 0) {\n candidate = __fixunssfsi(uVar2);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = next_prime(candidate);\n uVar5 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar5 = 1;\n }\n if (__nmemb == 0) {\n uVar5 = 1;\n }\n if (uVar5 == 0) {\n if (table->n_buckets == __nmemb) {\n safe = true;\n goto LAB_00025d78;\n }\n storage.bucket = (hash_entry *)calloc(__nmemb,8);\n if (storage.bucket != (hash_entry *)0x0) {\n storage.hasher = table->hasher;\n storage.comparator = table->comparator;\n storage.bucket_limit = storage.bucket + __nmemb;\n storage.data_freer = table->data_freer;\n storage.free_entry_list = table->free_entry_list;\n storage.n_buckets = __nmemb;\n storage.n_buckets_used = uVar5;\n storage.n_entries = uVar5;\n storage.tuning = pHVar6;\n safe = transfer_entries(&storage,table,false);\n if (safe) {\n free(table->bucket);\n table->bucket = storage.bucket;\n table->bucket_limit = storage.bucket_limit;\n table->n_buckets = storage.n_buckets;\n table->n_buckets_used = storage.n_buckets_used;\n table->free_entry_list = storage.free_entry_list;\n }\n else {\n table->free_entry_list = storage.free_entry_list;\n _Var1 = transfer_entries(table,&storage,true);\n if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(storage.bucket);\n }\n goto LAB_00025d78;\n }\n }\n }" if (parenthesized_expression "(pHVar6->is_n_buckets == false)" ( (binary_expression "pHVar6->is_n_buckets == false" (field_expression "pHVar6->is_n_buckets" identifier -> field_identifier) == false) )) (compound_statement "{\n uVar2 = __floatunsisf();\n uVar2 = __divsf3(uVar2,pHVar6->growth_threshold);\n iVar3 = __aeabi_fcmpge(uVar2,DAT_00025e94);\n if (iVar3 == 0) {\n candidate = __fixunssfsi(uVar2);\n goto LAB_00025d48;\n }\n }" { (expression_statement "uVar2 = __floatunsisf();" (assignment_expression "uVar2 = __floatunsisf()" identifier = (call_expression "__floatunsisf()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar2 = __divsf3(uVar2,pHVar6->growth_threshold);" (assignment_expression "uVar2 = __divsf3(uVar2,pHVar6->growth_threshold)" identifier = (call_expression "__divsf3(uVar2,pHVar6->growth_threshold)" identifier (argument_list "(uVar2,pHVar6->growth_threshold)" ( identifier , (field_expression "pHVar6->growth_threshold" identifier -> field_identifier) )))) ;) (expression_statement "iVar3 = __aeabi_fcmpge(uVar2,DAT_00025e94);" (assignment_expression "iVar3 = __aeabi_fcmpge(uVar2,DAT_00025e94)" identifier = (call_expression "__aeabi_fcmpge(uVar2,DAT_00025e94)" identifier (argument_list "(uVar2,DAT_00025e94)" ( identifier , identifier )))) ;) (if_statement "if (iVar3 == 0) {\n candidate = __fixunssfsi(uVar2);\n goto LAB_00025d48;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n candidate = __fixunssfsi(uVar2);\n goto LAB_00025d48;\n }" { (expression_statement "candidate = __fixunssfsi(uVar2);" (assignment_expression "candidate = __fixunssfsi(uVar2)" identifier = (call_expression "__fixunssfsi(uVar2)" identifier (argument_list "(uVar2)" ( identifier )))) ;) (goto_statement "goto LAB_00025d48;" goto statement_identifier ;) })) }) (else_clause "else {\nLAB_00025d48:\n __nmemb = next_prime(candidate);\n uVar5 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar5 = 1;\n }\n if (__nmemb == 0) {\n uVar5 = 1;\n }\n if (uVar5 == 0) {\n if (table->n_buckets == __nmemb) {\n safe = true;\n goto LAB_00025d78;\n }\n storage.bucket = (hash_entry *)calloc(__nmemb,8);\n if (storage.bucket != (hash_entry *)0x0) {\n storage.hasher = table->hasher;\n storage.comparator = table->comparator;\n storage.bucket_limit = storage.bucket + __nmemb;\n storage.data_freer = table->data_freer;\n storage.free_entry_list = table->free_entry_list;\n storage.n_buckets = __nmemb;\n storage.n_buckets_used = uVar5;\n storage.n_entries = uVar5;\n storage.tuning = pHVar6;\n safe = transfer_entries(&storage,table,false);\n if (safe) {\n free(table->bucket);\n table->bucket = storage.bucket;\n table->bucket_limit = storage.bucket_limit;\n table->n_buckets = storage.n_buckets;\n table->n_buckets_used = storage.n_buckets_used;\n table->free_entry_list = storage.free_entry_list;\n }\n else {\n table->free_entry_list = storage.free_entry_list;\n _Var1 = transfer_entries(table,&storage,true);\n if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(storage.bucket);\n }\n goto LAB_00025d78;\n }\n }\n }" else (compound_statement "{\nLAB_00025d48:\n __nmemb = next_prime(candidate);\n uVar5 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar5 = 1;\n }\n if (__nmemb == 0) {\n uVar5 = 1;\n }\n if (uVar5 == 0) {\n if (table->n_buckets == __nmemb) {\n safe = true;\n goto LAB_00025d78;\n }\n storage.bucket = (hash_entry *)calloc(__nmemb,8);\n if (storage.bucket != (hash_entry *)0x0) {\n storage.hasher = table->hasher;\n storage.comparator = table->comparator;\n storage.bucket_limit = storage.bucket + __nmemb;\n storage.data_freer = table->data_freer;\n storage.free_entry_list = table->free_entry_list;\n storage.n_buckets = __nmemb;\n storage.n_buckets_used = uVar5;\n storage.n_entries = uVar5;\n storage.tuning = pHVar6;\n safe = transfer_entries(&storage,table,false);\n if (safe) {\n free(table->bucket);\n table->bucket = storage.bucket;\n table->bucket_limit = storage.bucket_limit;\n table->n_buckets = storage.n_buckets;\n table->n_buckets_used = storage.n_buckets_used;\n table->free_entry_list = storage.free_entry_list;\n }\n else {\n table->free_entry_list = storage.free_entry_list;\n _Var1 = transfer_entries(table,&storage,true);\n if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(storage.bucket);\n }\n goto LAB_00025d78;\n }\n }\n }" { (labeled_statement "LAB_00025d48:\n __nmemb = next_prime(candidate);" statement_identifier : (expression_statement "__nmemb = next_prime(candidate);" (assignment_expression "__nmemb = next_prime(candidate)" identifier = (call_expression "next_prime(candidate)" identifier (argument_list "(candidate)" ( identifier )))) ;)) (expression_statement "uVar5 = (uint)(__nmemb >> 0x1e != 0);" (assignment_expression "uVar5 = (uint)(__nmemb >> 0x1e != 0)" identifier = (call_expression "(uint)(__nmemb >> 0x1e != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(__nmemb >> 0x1e != 0)" ( (binary_expression "__nmemb >> 0x1e != 0" (binary_expression "__nmemb >> 0x1e" identifier >> number_literal) != number_literal) )))) ;) (if_statement "if ((__nmemb & 0x20000000) != 0) {\n uVar5 = 1;\n }" if (parenthesized_expression "((__nmemb & 0x20000000) != 0)" ( (binary_expression "(__nmemb & 0x20000000) != 0" (parenthesized_expression "(__nmemb & 0x20000000)" ( (binary_expression "__nmemb & 0x20000000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar5 = 1;\n }" { (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) })) (if_statement "if (__nmemb == 0) {\n uVar5 = 1;\n }" if (parenthesized_expression "(__nmemb == 0)" ( (binary_expression "__nmemb == 0" identifier == number_literal) )) (compound_statement "{\n uVar5 = 1;\n }" { (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) })) (if_statement "if (uVar5 == 0) {\n if (table->n_buckets == __nmemb) {\n safe = true;\n goto LAB_00025d78;\n }\n storage.bucket = (hash_entry *)calloc(__nmemb,8);\n if (storage.bucket != (hash_entry *)0x0) {\n storage.hasher = table->hasher;\n storage.comparator = table->comparator;\n storage.bucket_limit = storage.bucket + __nmemb;\n storage.data_freer = table->data_freer;\n storage.free_entry_list = table->free_entry_list;\n storage.n_buckets = __nmemb;\n storage.n_buckets_used = uVar5;\n storage.n_entries = uVar5;\n storage.tuning = pHVar6;\n safe = transfer_entries(&storage,table,false);\n if (safe) {\n free(table->bucket);\n table->bucket = storage.bucket;\n table->bucket_limit = storage.bucket_limit;\n table->n_buckets = storage.n_buckets;\n table->n_buckets_used = storage.n_buckets_used;\n table->free_entry_list = storage.free_entry_list;\n }\n else {\n table->free_entry_list = storage.free_entry_list;\n _Var1 = transfer_entries(table,&storage,true);\n if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(storage.bucket);\n }\n goto LAB_00025d78;\n }\n }" if (parenthesized_expression "(uVar5 == 0)" ( (binary_expression "uVar5 == 0" identifier == number_literal) )) (compound_statement "{\n if (table->n_buckets == __nmemb) {\n safe = true;\n goto LAB_00025d78;\n }\n storage.bucket = (hash_entry *)calloc(__nmemb,8);\n if (storage.bucket != (hash_entry *)0x0) {\n storage.hasher = table->hasher;\n storage.comparator = table->comparator;\n storage.bucket_limit = storage.bucket + __nmemb;\n storage.data_freer = table->data_freer;\n storage.free_entry_list = table->free_entry_list;\n storage.n_buckets = __nmemb;\n storage.n_buckets_used = uVar5;\n storage.n_entries = uVar5;\n storage.tuning = pHVar6;\n safe = transfer_entries(&storage,table,false);\n if (safe) {\n free(table->bucket);\n table->bucket = storage.bucket;\n table->bucket_limit = storage.bucket_limit;\n table->n_buckets = storage.n_buckets;\n table->n_buckets_used = storage.n_buckets_used;\n table->free_entry_list = storage.free_entry_list;\n }\n else {\n table->free_entry_list = storage.free_entry_list;\n _Var1 = transfer_entries(table,&storage,true);\n if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(storage.bucket);\n }\n goto LAB_00025d78;\n }\n }" { (if_statement "if (table->n_buckets == __nmemb) {\n safe = true;\n goto LAB_00025d78;\n }" if (parenthesized_expression "(table->n_buckets == __nmemb)" ( (binary_expression "table->n_buckets == __nmemb" (field_expression "table->n_buckets" identifier -> field_identifier) == identifier) )) (compound_statement "{\n safe = true;\n goto LAB_00025d78;\n }" { (expression_statement "safe = true;" (assignment_expression "safe = true" identifier = true) ;) (goto_statement "goto LAB_00025d78;" goto statement_identifier ;) })) (expression_statement "storage.bucket = (hash_entry *)calloc(__nmemb,8);" (assignment_expression "storage.bucket = (hash_entry *)calloc(__nmemb,8)" (field_expression "storage.bucket" identifier . field_identifier) = (cast_expression "(hash_entry *)calloc(__nmemb,8)" ( (type_descriptor "hash_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "calloc(__nmemb,8)" identifier (argument_list "(__nmemb,8)" ( identifier , number_literal ))))) ;) (if_statement "if (storage.bucket != (hash_entry *)0x0) {\n storage.hasher = table->hasher;\n storage.comparator = table->comparator;\n storage.bucket_limit = storage.bucket + __nmemb;\n storage.data_freer = table->data_freer;\n storage.free_entry_list = table->free_entry_list;\n storage.n_buckets = __nmemb;\n storage.n_buckets_used = uVar5;\n storage.n_entries = uVar5;\n storage.tuning = pHVar6;\n safe = transfer_entries(&storage,table,false);\n if (safe) {\n free(table->bucket);\n table->bucket = storage.bucket;\n table->bucket_limit = storage.bucket_limit;\n table->n_buckets = storage.n_buckets;\n table->n_buckets_used = storage.n_buckets_used;\n table->free_entry_list = storage.free_entry_list;\n }\n else {\n table->free_entry_list = storage.free_entry_list;\n _Var1 = transfer_entries(table,&storage,true);\n if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(storage.bucket);\n }\n goto LAB_00025d78;\n }" if (parenthesized_expression "(storage.bucket != (hash_entry *)0x0)" ( (binary_expression "storage.bucket != (hash_entry *)0x0" (field_expression "storage.bucket" identifier . field_identifier) != (cast_expression "(hash_entry *)0x0" ( (type_descriptor "hash_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n storage.hasher = table->hasher;\n storage.comparator = table->comparator;\n storage.bucket_limit = storage.bucket + __nmemb;\n storage.data_freer = table->data_freer;\n storage.free_entry_list = table->free_entry_list;\n storage.n_buckets = __nmemb;\n storage.n_buckets_used = uVar5;\n storage.n_entries = uVar5;\n storage.tuning = pHVar6;\n safe = transfer_entries(&storage,table,false);\n if (safe) {\n free(table->bucket);\n table->bucket = storage.bucket;\n table->bucket_limit = storage.bucket_limit;\n table->n_buckets = storage.n_buckets;\n table->n_buckets_used = storage.n_buckets_used;\n table->free_entry_list = storage.free_entry_list;\n }\n else {\n table->free_entry_list = storage.free_entry_list;\n _Var1 = transfer_entries(table,&storage,true);\n if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(storage.bucket);\n }\n goto LAB_00025d78;\n }" { (expression_statement "storage.hasher = table->hasher;" (assignment_expression "storage.hasher = table->hasher" (field_expression "storage.hasher" identifier . field_identifier) = (field_expression "table->hasher" identifier -> field_identifier)) ;) (expression_statement "storage.comparator = table->comparator;" (assignment_expression "storage.comparator = table->comparator" (field_expression "storage.comparator" identifier . field_identifier) = (field_expression "table->comparator" identifier -> field_identifier)) ;) (expression_statement "storage.bucket_limit = storage.bucket + __nmemb;" (assignment_expression "storage.bucket_limit = storage.bucket + __nmemb" (field_expression "storage.bucket_limit" identifier . field_identifier) = (binary_expression "storage.bucket + __nmemb" (field_expression "storage.bucket" identifier . field_identifier) + identifier)) ;) (expression_statement "storage.data_freer = table->data_freer;" (assignment_expression "storage.data_freer = table->data_freer" (field_expression "storage.data_freer" identifier . field_identifier) = (field_expression "table->data_freer" identifier -> field_identifier)) ;) (expression_statement "storage.free_entry_list = table->free_entry_list;" (assignment_expression "storage.free_entry_list = table->free_entry_list" (field_expression "storage.free_entry_list" identifier . field_identifier) = (field_expression "table->free_entry_list" identifier -> field_identifier)) ;) (expression_statement "storage.n_buckets = __nmemb;" (assignment_expression "storage.n_buckets = __nmemb" (field_expression "storage.n_buckets" identifier . field_identifier) = identifier) ;) (expression_statement "storage.n_buckets_used = uVar5;" (assignment_expression "storage.n_buckets_used = uVar5" (field_expression "storage.n_buckets_used" identifier . field_identifier) = identifier) ;) (expression_statement "storage.n_entries = uVar5;" (assignment_expression "storage.n_entries = uVar5" (field_expression "storage.n_entries" identifier . field_identifier) = identifier) ;) (expression_statement "storage.tuning = pHVar6;" (assignment_expression "storage.tuning = pHVar6" (field_expression "storage.tuning" identifier . field_identifier) = identifier) ;) (expression_statement "safe = transfer_entries(&storage,table,false);" (assignment_expression "safe = transfer_entries(&storage,table,false)" identifier = (call_expression "transfer_entries(&storage,table,false)" identifier (argument_list "(&storage,table,false)" ( (pointer_expression "&storage" & identifier) , identifier , false )))) ;) (if_statement "if (safe) {\n free(table->bucket);\n table->bucket = storage.bucket;\n table->bucket_limit = storage.bucket_limit;\n table->n_buckets = storage.n_buckets;\n table->n_buckets_used = storage.n_buckets_used;\n table->free_entry_list = storage.free_entry_list;\n }\n else {\n table->free_entry_list = storage.free_entry_list;\n _Var1 = transfer_entries(table,&storage,true);\n if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(storage.bucket);\n }" if (parenthesized_expression "(safe)" ( identifier )) (compound_statement "{\n free(table->bucket);\n table->bucket = storage.bucket;\n table->bucket_limit = storage.bucket_limit;\n table->n_buckets = storage.n_buckets;\n table->n_buckets_used = storage.n_buckets_used;\n table->free_entry_list = storage.free_entry_list;\n }" { (expression_statement "free(table->bucket);" (call_expression "free(table->bucket)" identifier (argument_list "(table->bucket)" ( (field_expression "table->bucket" identifier -> field_identifier) ))) ;) (expression_statement "table->bucket = storage.bucket;" (assignment_expression "table->bucket = storage.bucket" (field_expression "table->bucket" identifier -> field_identifier) = (field_expression "storage.bucket" identifier . field_identifier)) ;) (expression_statement "table->bucket_limit = storage.bucket_limit;" (assignment_expression "table->bucket_limit = storage.bucket_limit" (field_expression "table->bucket_limit" identifier -> field_identifier) = (field_expression "storage.bucket_limit" identifier . field_identifier)) ;) (expression_statement "table->n_buckets = storage.n_buckets;" (assignment_expression "table->n_buckets = storage.n_buckets" (field_expression "table->n_buckets" identifier -> field_identifier) = (field_expression "storage.n_buckets" identifier . field_identifier)) ;) (expression_statement "table->n_buckets_used = storage.n_buckets_used;" (assignment_expression "table->n_buckets_used = storage.n_buckets_used" (field_expression "table->n_buckets_used" identifier -> field_identifier) = (field_expression "storage.n_buckets_used" identifier . field_identifier)) ;) (expression_statement "table->free_entry_list = storage.free_entry_list;" (assignment_expression "table->free_entry_list = storage.free_entry_list" (field_expression "table->free_entry_list" identifier -> field_identifier) = (field_expression "storage.free_entry_list" identifier . field_identifier)) ;) }) (else_clause "else {\n table->free_entry_list = storage.free_entry_list;\n _Var1 = transfer_entries(table,&storage,true);\n if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(storage.bucket);\n }" else (compound_statement "{\n table->free_entry_list = storage.free_entry_list;\n _Var1 = transfer_entries(table,&storage,true);\n if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(storage.bucket);\n }" { (expression_statement "table->free_entry_list = storage.free_entry_list;" (assignment_expression "table->free_entry_list = storage.free_entry_list" (field_expression "table->free_entry_list" identifier -> field_identifier) = (field_expression "storage.free_entry_list" identifier . field_identifier)) ;) (expression_statement "_Var1 = transfer_entries(table,&storage,true);" (assignment_expression "_Var1 = transfer_entries(table,&storage,true)" identifier = (call_expression "transfer_entries(table,&storage,true)" identifier (argument_list "(table,&storage,true)" ( identifier , (pointer_expression "&storage" & identifier) , true )))) ;) (if_statement "if ((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)) {\n /* WARNING: Subroutine does not return */\n abort();\n }" if (parenthesized_expression "((!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1))" ( (binary_expression "(!_Var1) || (_Var1 = transfer_entries(table,&storage,safe), !_Var1)" (parenthesized_expression "(!_Var1)" ( (unary_expression "!_Var1" ! identifier) )) || (parenthesized_expression "(_Var1 = transfer_entries(table,&storage,safe), !_Var1)" ( (comma_expression "_Var1 = transfer_entries(table,&storage,safe), !_Var1" (assignment_expression "_Var1 = transfer_entries(table,&storage,safe)" identifier = (call_expression "transfer_entries(table,&storage,safe)" identifier (argument_list "(table,&storage,safe)" ( identifier , (pointer_expression "&storage" & identifier) , identifier )))) , (unary_expression "!_Var1" ! identifier)) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n }" { comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "free(storage.bucket);" (call_expression "free(storage.bucket)" identifier (argument_list "(storage.bucket)" ( (field_expression "storage.bucket" identifier . field_identifier) ))) ;) }))) (goto_statement "goto LAB_00025d78;" goto statement_identifier ;) })) })) }))) (expression_statement "safe = false;" (assignment_expression "safe = false" identifier = false) ;) (labeled_statement "LAB_00025d78:\n if (iVar4 != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" statement_identifier : (if_statement "if (iVar4 != *piVar7) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" if (parenthesized_expression "(iVar4 != *piVar7)" ( (binary_expression "iVar4 != *piVar7" identifier != (pointer_expression "*piVar7" * identifier)) )) (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 safe;" return identifier ;) })))
(translation_unit "void FUN_00025ce8(undefined4 *param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n uint __nmemb;\n uint uVar3;\n int iVar4;\n int *piVar5;\n void *local_4c;\n void *local_48;\n uint local_44;\n uint local_40;\n uint local_3c;\n int local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n iVar4 = param_1[5];\n piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);\n local_24 = *piVar5;\n if (*(char *)(iVar4 + 0x10) == '\0') {\n uVar1 = FUN_0004ccc4(param_2);\n uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));\n iVar2 = FUN_0004d144(uVar1,DAT_00025e94);\n if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }\n iVar4 = 0;\nLAB_00025d78:\n if (local_24 != *piVar5) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }\n return;\n}\n\n" (function_definition "void FUN_00025ce8(undefined4 *param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n uint __nmemb;\n uint uVar3;\n int iVar4;\n int *piVar5;\n void *local_4c;\n void *local_48;\n uint local_44;\n uint local_40;\n uint local_3c;\n int local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n iVar4 = param_1[5];\n piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);\n local_24 = *piVar5;\n if (*(char *)(iVar4 + 0x10) == '\0') {\n uVar1 = FUN_0004ccc4(param_2);\n uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));\n iVar2 = FUN_0004d144(uVar1,DAT_00025e94);\n if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }\n iVar4 = 0;\nLAB_00025d78:\n if (local_24 != *piVar5) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }\n return;\n}" primitive_type (function_declarator "FUN_00025ce8(undefined4 *param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n int iVar2;\n uint __nmemb;\n uint uVar3;\n int iVar4;\n int *piVar5;\n void *local_4c;\n void *local_48;\n uint local_44;\n uint local_40;\n uint local_3c;\n int local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n iVar4 = param_1[5];\n piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);\n local_24 = *piVar5;\n if (*(char *)(iVar4 + 0x10) == '\0') {\n uVar1 = FUN_0004ccc4(param_2);\n uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));\n iVar2 = FUN_0004d144(uVar1,DAT_00025e94);\n if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }\n iVar4 = 0;\nLAB_00025d78:\n if (local_24 != *piVar5) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "uint __nmemb;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "void *local_4c;" primitive_type (pointer_declarator "*local_4c" * identifier) ;) (declaration "void *local_48;" primitive_type (pointer_declarator "*local_48" * identifier) ;) (declaration "uint local_44;" type_identifier identifier ;) (declaration "uint local_40;" type_identifier identifier ;) (declaration "uint local_3c;" type_identifier identifier ;) (declaration "int local_38;" primitive_type identifier ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined4 local_30;" type_identifier identifier ;) (declaration "undefined4 local_2c;" type_identifier identifier ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "int local_24;" primitive_type identifier ;) (expression_statement "iVar4 = param_1[5];" (assignment_expression "iVar4 = param_1[5]" identifier = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;) (expression_statement "piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);" (assignment_expression "piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90)" identifier = (pointer_expression "*(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90)" * (cast_expression "(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_00025e8c + 0x25d00 + DAT_00025e90)" ( (binary_expression "DAT_00025e8c + 0x25d00 + DAT_00025e90" (binary_expression "DAT_00025e8c + 0x25d00" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_24 = *piVar5;" (assignment_expression "local_24 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) (if_statement "if (*(char *)(iVar4 + 0x10) == '\0') {\n uVar1 = FUN_0004ccc4(param_2);\n uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));\n iVar2 = FUN_0004d144(uVar1,DAT_00025e94);\n if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }" if (parenthesized_expression "(*(char *)(iVar4 + 0x10) == '\0')" ( (binary_expression "*(char *)(iVar4 + 0x10) == '\0'" (pointer_expression "*(char *)(iVar4 + 0x10)" * (cast_expression "(char *)(iVar4 + 0x10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x10)" ( (binary_expression "iVar4 + 0x10" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar1 = FUN_0004ccc4(param_2);\n uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));\n iVar2 = FUN_0004d144(uVar1,DAT_00025e94);\n if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }\n }" { (expression_statement "uVar1 = FUN_0004ccc4(param_2);" (assignment_expression "uVar1 = FUN_0004ccc4(param_2)" identifier = (call_expression "FUN_0004ccc4(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));" (assignment_expression "uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8))" identifier = (call_expression "FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8))" identifier (argument_list "(uVar1,*(undefined4 *)(iVar4 + 8))" ( identifier , (pointer_expression "*(undefined4 *)(iVar4 + 8)" * (cast_expression "(undefined4 *)(iVar4 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 8)" ( (binary_expression "iVar4 + 8" identifier + number_literal) )))) )))) ;) (expression_statement "iVar2 = FUN_0004d144(uVar1,DAT_00025e94);" (assignment_expression "iVar2 = FUN_0004d144(uVar1,DAT_00025e94)" identifier = (call_expression "FUN_0004d144(uVar1,DAT_00025e94)" identifier (argument_list "(uVar1,DAT_00025e94)" ( identifier , identifier )))) ;) (if_statement "if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }" { (expression_statement "FUN_0004d16c(uVar1);" (call_expression "FUN_0004d16c(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (goto_statement "goto LAB_00025d48;" goto statement_identifier ;) })) }) (else_clause "else {\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }" else (compound_statement "{\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }" { (labeled_statement "LAB_00025d48:\n __nmemb = FUN_00025054();" statement_identifier : (expression_statement "__nmemb = FUN_00025054();" (assignment_expression "__nmemb = FUN_00025054()" identifier = (call_expression "FUN_00025054()" identifier (argument_list "()" ( )))) ;)) (expression_statement "uVar3 = (uint)(__nmemb >> 0x1e != 0);" (assignment_expression "uVar3 = (uint)(__nmemb >> 0x1e != 0)" identifier = (call_expression "(uint)(__nmemb >> 0x1e != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(__nmemb >> 0x1e != 0)" ( (binary_expression "__nmemb >> 0x1e != 0" (binary_expression "__nmemb >> 0x1e" identifier >> number_literal) != number_literal) )))) ;) (if_statement "if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }" if (parenthesized_expression "((__nmemb & 0x20000000) != 0)" ( (binary_expression "(__nmemb & 0x20000000) != 0" (parenthesized_expression "(__nmemb & 0x20000000)" ( (binary_expression "__nmemb & 0x20000000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar3 = 1;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) })) (if_statement "if (__nmemb == 0) {\n uVar3 = 1;\n }" if (parenthesized_expression "(__nmemb == 0)" ( (binary_expression "__nmemb == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) })) (if_statement "if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }" if (parenthesized_expression "(uVar3 == 0)" ( (binary_expression "uVar3 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }" { (if_statement "if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }" if (parenthesized_expression "(param_1[2] == __nmemb)" ( (binary_expression "param_1[2] == __nmemb" (subscript_expression "param_1[2]" identifier [ number_literal ]) == identifier) )) (compound_statement "{\n iVar4 = 1;\n goto LAB_00025d78;\n }" { (expression_statement "iVar4 = 1;" (assignment_expression "iVar4 = 1" identifier = number_literal) ;) (goto_statement "goto LAB_00025d78;" goto statement_identifier ;) })) (expression_statement "local_4c = calloc(__nmemb,8);" (assignment_expression "local_4c = calloc(__nmemb,8)" identifier = (call_expression "calloc(__nmemb,8)" identifier (argument_list "(__nmemb,8)" ( identifier , number_literal )))) ;) (if_statement "if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }" if (parenthesized_expression "(local_4c != (void *)0x0)" ( (binary_expression "local_4c != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }" { (expression_statement "local_34 = param_1[6];" (assignment_expression "local_34 = param_1[6]" identifier = (subscript_expression "param_1[6]" identifier [ number_literal ])) ;) (expression_statement "local_30 = param_1[7];" (assignment_expression "local_30 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "local_48 = (void *)((int)local_4c + __nmemb * 8);" (assignment_expression "local_48 = (void *)((int)local_4c + __nmemb * 8)" identifier = (cast_expression "(void *)((int)local_4c + __nmemb * 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_4c + __nmemb * 8)" ( (binary_expression "(int)local_4c + __nmemb * 8" (cast_expression "(int)local_4c" ( (type_descriptor "int" primitive_type) ) identifier) + (binary_expression "__nmemb * 8" identifier * number_literal)) )))) ;) (expression_statement "local_2c = param_1[8];" (assignment_expression "local_2c = param_1[8]" identifier = (subscript_expression "param_1[8]" identifier [ number_literal ])) ;) (expression_statement "local_28 = param_1[9];" (assignment_expression "local_28 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) (expression_statement "local_44 = __nmemb;" (assignment_expression "local_44 = __nmemb" identifier = identifier) ;) (expression_statement "local_40 = uVar3;" (assignment_expression "local_40 = uVar3" identifier = identifier) ;) (expression_statement "local_3c = uVar3;" (assignment_expression "local_3c = uVar3" identifier = identifier) ;) (expression_statement "local_38 = iVar4;" (assignment_expression "local_38 = iVar4" identifier = identifier) ;) (expression_statement "iVar4 = FUN_0002534c(&local_4c,param_1,0);" (assignment_expression "iVar4 = FUN_0002534c(&local_4c,param_1,0)" identifier = (call_expression "FUN_0002534c(&local_4c,param_1,0)" identifier (argument_list "(&local_4c,param_1,0)" ( (pointer_expression "&local_4c" & identifier) , identifier , number_literal )))) ;) (if_statement "if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }" { (expression_statement "param_1[9] = local_28;" (assignment_expression "param_1[9] = local_28" (subscript_expression "param_1[9]" identifier [ number_literal ]) = identifier) ;) (expression_statement "iVar2 = FUN_0002534c(param_1,&local_4c,1);" (assignment_expression "iVar2 = FUN_0002534c(param_1,&local_4c,1)" identifier = (call_expression "FUN_0002534c(param_1,&local_4c,1)" identifier (argument_list "(param_1,&local_4c,1)" ( identifier , (pointer_expression "&local_4c" & identifier) , number_literal )))) ;) (if_statement "if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }" if (parenthesized_expression "((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0))" ( (binary_expression "(iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)" (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) || (parenthesized_expression "(iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)" ( (comma_expression "iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0" (assignment_expression "iVar2 = FUN_0002534c(param_1,&local_4c,0)" identifier = (call_expression "FUN_0002534c(param_1,&local_4c,0)" identifier (argument_list "(param_1,&local_4c,0)" ( identifier , (pointer_expression "&local_4c" & identifier) , number_literal )))) , (binary_expression "iVar2 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n }" { comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "free(local_4c);" (call_expression "free(local_4c)" identifier (argument_list "(local_4c)" ( identifier ))) ;) }) (else_clause "else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }" else (compound_statement "{\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }" { (expression_statement "free((void *)*param_1);" (call_expression "free((void *)*param_1)" identifier (argument_list "((void *)*param_1)" ( (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) ))) ;) (expression_statement "*param_1 = local_4c;" (assignment_expression "*param_1 = local_4c" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "param_1[1] = local_48;" (assignment_expression "param_1[1] = local_48" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[2] = local_44;" (assignment_expression "param_1[2] = local_44" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[3] = local_40;" (assignment_expression "param_1[3] = local_40" (subscript_expression "param_1[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[9] = local_28;" (assignment_expression "param_1[9] = local_28" (subscript_expression "param_1[9]" identifier [ number_literal ]) = identifier) ;) }))) (goto_statement "goto LAB_00025d78;" goto statement_identifier ;) })) })) }))) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (labeled_statement "LAB_00025d78:\n if (local_24 != *piVar5) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }" statement_identifier : (if_statement "if (local_24 != *piVar5) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }" if (parenthesized_expression "(local_24 != *piVar5)" ( (binary_expression "local_24 != *piVar5" identifier != (pointer_expression "*piVar5" * identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }" { comment (expression_statement "__stack_chk_fail(iVar4);" (call_expression "__stack_chk_fail(iVar4)" identifier (argument_list "(iVar4)" ( identifier ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE 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 = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( 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) )))) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (goto_statement goto statement_identifier ;) })) }) (else_clause else (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;)) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression IDENT >> LIT) != LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (binary_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 = 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 ( (pointer_expression & IDENT) , IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , LIT )))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) }))) (goto_statement goto statement_identifier ;) })) })) }))) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * IDENT)) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }))) (return_statement return ;) })))
(function_definition "void FUN_00025ce8(undefined4 *param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n uint __nmemb;\n uint uVar3;\n int iVar4;\n int *piVar5;\n void *local_4c;\n void *local_48;\n uint local_44;\n uint local_40;\n uint local_3c;\n int local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n iVar4 = param_1[5];\n piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);\n local_24 = *piVar5;\n if (*(char *)(iVar4 + 0x10) == '\0') {\n uVar1 = FUN_0004ccc4(param_2);\n uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));\n iVar2 = FUN_0004d144(uVar1,DAT_00025e94);\n if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }\n iVar4 = 0;\nLAB_00025d78:\n if (local_24 != *piVar5) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00025ce8(undefined4 *param_1,undefined4 param_2)" (identifier "FUN_00025ce8") (parameter_list "(undefined4 *param_1,undefined4 param_2)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n int iVar2;\n uint __nmemb;\n uint uVar3;\n int iVar4;\n int *piVar5;\n void *local_4c;\n void *local_48;\n uint local_44;\n uint local_40;\n uint local_3c;\n int local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n int local_24;\n \n iVar4 = param_1[5];\n piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);\n local_24 = *piVar5;\n if (*(char *)(iVar4 + 0x10) == '\0') {\n uVar1 = FUN_0004ccc4(param_2);\n uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));\n iVar2 = FUN_0004d144(uVar1,DAT_00025e94);\n if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }\n iVar4 = 0;\nLAB_00025d78:\n if (local_24 != *piVar5) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }\n return;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "uint __nmemb;" (type_identifier "uint") (identifier "__nmemb") (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "int *piVar5;" (primitive_type "int") (pointer_declarator "*piVar5" (* "*") (identifier "piVar5")) (; ";")) (declaration "void *local_4c;" (primitive_type "void") (pointer_declarator "*local_4c" (* "*") (identifier "local_4c")) (; ";")) (declaration "void *local_48;" (primitive_type "void") (pointer_declarator "*local_48" (* "*") (identifier "local_48")) (; ";")) (declaration "uint local_44;" (type_identifier "uint") (identifier "local_44") (; ";")) (declaration "uint local_40;" (type_identifier "uint") (identifier "local_40") (; ";")) (declaration "uint local_3c;" (type_identifier "uint") (identifier "local_3c") (; ";")) (declaration "int local_38;" (primitive_type "int") (identifier "local_38") (; ";")) (declaration "undefined4 local_34;" (type_identifier "undefined4") (identifier "local_34") (; ";")) (declaration "undefined4 local_30;" (type_identifier "undefined4") (identifier "local_30") (; ";")) (declaration "undefined4 local_2c;" (type_identifier "undefined4") (identifier "local_2c") (; ";")) (declaration "undefined4 local_28;" (type_identifier "undefined4") (identifier "local_28") (; ";")) (declaration "int local_24;" (primitive_type "int") (identifier "local_24") (; ";")) (expression_statement "iVar4 = param_1[5];" (assignment_expression "iVar4 = param_1[5]" (identifier "iVar4") (= "=") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90);" (assignment_expression "piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90)" (identifier "piVar5") (= "=") (pointer_expression "*(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90)" (* "*") (cast_expression "(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_00025e8c + 0x25d00 + DAT_00025e90)" (( "(") (binary_expression "DAT_00025e8c + 0x25d00 + DAT_00025e90" (binary_expression "DAT_00025e8c + 0x25d00" (identifier "DAT_00025e8c") (+ "+") (number_literal "0x25d00")) (+ "+") (identifier "DAT_00025e90")) () ")"))))) (; ";")) (expression_statement "local_24 = *piVar5;" (assignment_expression "local_24 = *piVar5" (identifier "local_24") (= "=") (pointer_expression "*piVar5" (* "*") (identifier "piVar5"))) (; ";")) (if_statement "if (*(char *)(iVar4 + 0x10) == '\0') {\n uVar1 = FUN_0004ccc4(param_2);\n uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));\n iVar2 = FUN_0004d144(uVar1,DAT_00025e94);\n if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }\n }\n else {\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }" (if "if") (parenthesized_expression "(*(char *)(iVar4 + 0x10) == '\0')" (( "(") (binary_expression "*(char *)(iVar4 + 0x10) == '\0'" (pointer_expression "*(char *)(iVar4 + 0x10)" (* "*") (cast_expression "(char *)(iVar4 + 0x10)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x10)" (( "(") (binary_expression "iVar4 + 0x10" (identifier "iVar4") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar1 = FUN_0004ccc4(param_2);\n uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));\n iVar2 = FUN_0004d144(uVar1,DAT_00025e94);\n if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }\n }" ({ "{") (expression_statement "uVar1 = FUN_0004ccc4(param_2);" (assignment_expression "uVar1 = FUN_0004ccc4(param_2)" (identifier "uVar1") (= "=") (call_expression "FUN_0004ccc4(param_2)" (identifier "FUN_0004ccc4") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (expression_statement "uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8));" (assignment_expression "uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8))" (identifier "uVar1") (= "=") (call_expression "FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8))" (identifier "FUN_0004cf10") (argument_list "(uVar1,*(undefined4 *)(iVar4 + 8))" (( "(") (identifier "uVar1") (, ",") (pointer_expression "*(undefined4 *)(iVar4 + 8)" (* "*") (cast_expression "(undefined4 *)(iVar4 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 8)" (( "(") (binary_expression "iVar4 + 8" (identifier "iVar4") (+ "+") (number_literal "8")) () ")")))) () ")")))) (; ";")) (expression_statement "iVar2 = FUN_0004d144(uVar1,DAT_00025e94);" (assignment_expression "iVar2 = FUN_0004d144(uVar1,DAT_00025e94)" (identifier "iVar2") (= "=") (call_expression "FUN_0004d144(uVar1,DAT_00025e94)" (identifier "FUN_0004d144") (argument_list "(uVar1,DAT_00025e94)" (( "(") (identifier "uVar1") (, ",") (identifier "DAT_00025e94") () ")")))) (; ";")) (if_statement "if (iVar2 == 0) {\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0004d16c(uVar1);\n goto LAB_00025d48;\n }" ({ "{") (expression_statement "FUN_0004d16c(uVar1);" (call_expression "FUN_0004d16c(uVar1)" (identifier "FUN_0004d16c") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")"))) (; ";")) (goto_statement "goto LAB_00025d48;" (goto "goto") (statement_identifier "LAB_00025d48") (; ";")) (} "}"))) (} "}")) (else_clause "else {\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }" (else "else") (compound_statement "{\nLAB_00025d48:\n __nmemb = FUN_00025054();\n uVar3 = (uint)(__nmemb >> 0x1e != 0);\n if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }\n if (__nmemb == 0) {\n uVar3 = 1;\n }\n if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }\n }" ({ "{") (labeled_statement "LAB_00025d48:\n __nmemb = FUN_00025054();" (statement_identifier "LAB_00025d48") (: ":") (expression_statement "__nmemb = FUN_00025054();" (assignment_expression "__nmemb = FUN_00025054()" (identifier "__nmemb") (= "=") (call_expression "FUN_00025054()" (identifier "FUN_00025054") (argument_list "()" (( "(") () ")")))) (; ";"))) (expression_statement "uVar3 = (uint)(__nmemb >> 0x1e != 0);" (assignment_expression "uVar3 = (uint)(__nmemb >> 0x1e != 0)" (identifier "uVar3") (= "=") (call_expression "(uint)(__nmemb >> 0x1e != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(__nmemb >> 0x1e != 0)" (( "(") (binary_expression "__nmemb >> 0x1e != 0" (binary_expression "__nmemb >> 0x1e" (identifier "__nmemb") (>> ">>") (number_literal "0x1e")) (!= "!=") (number_literal "0")) () ")")))) (; ";")) (if_statement "if ((__nmemb & 0x20000000) != 0) {\n uVar3 = 1;\n }" (if "if") (parenthesized_expression "((__nmemb & 0x20000000) != 0)" (( "(") (binary_expression "(__nmemb & 0x20000000) != 0" (parenthesized_expression "(__nmemb & 0x20000000)" (( "(") (binary_expression "__nmemb & 0x20000000" (identifier "__nmemb") (& "&") (number_literal "0x20000000")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = 1;\n }" ({ "{") (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" (identifier "uVar3") (= "=") (number_literal "1")) (; ";")) (} "}"))) (if_statement "if (__nmemb == 0) {\n uVar3 = 1;\n }" (if "if") (parenthesized_expression "(__nmemb == 0)" (( "(") (binary_expression "__nmemb == 0" (identifier "__nmemb") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = 1;\n }" ({ "{") (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" (identifier "uVar3") (= "=") (number_literal "1")) (; ";")) (} "}"))) (if_statement "if (uVar3 == 0) {\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }" (if "if") (parenthesized_expression "(uVar3 == 0)" (( "(") (binary_expression "uVar3 == 0" (identifier "uVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }\n local_4c = calloc(__nmemb,8);\n if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }\n }" ({ "{") (if_statement "if (param_1[2] == __nmemb) {\n iVar4 = 1;\n goto LAB_00025d78;\n }" (if "if") (parenthesized_expression "(param_1[2] == __nmemb)" (( "(") (binary_expression "param_1[2] == __nmemb" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (== "==") (identifier "__nmemb")) () ")")) (compound_statement "{\n iVar4 = 1;\n goto LAB_00025d78;\n }" ({ "{") (expression_statement "iVar4 = 1;" (assignment_expression "iVar4 = 1" (identifier "iVar4") (= "=") (number_literal "1")) (; ";")) (goto_statement "goto LAB_00025d78;" (goto "goto") (statement_identifier "LAB_00025d78") (; ";")) (} "}"))) (expression_statement "local_4c = calloc(__nmemb,8);" (assignment_expression "local_4c = calloc(__nmemb,8)" (identifier "local_4c") (= "=") (call_expression "calloc(__nmemb,8)" (identifier "calloc") (argument_list "(__nmemb,8)" (( "(") (identifier "__nmemb") (, ",") (number_literal "8") () ")")))) (; ";")) (if_statement "if (local_4c != (void *)0x0) {\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }" (if "if") (parenthesized_expression "(local_4c != (void *)0x0)" (( "(") (binary_expression "local_4c != (void *)0x0" (identifier "local_4c") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n local_34 = param_1[6];\n local_30 = param_1[7];\n local_48 = (void *)((int)local_4c + __nmemb * 8);\n local_2c = param_1[8];\n local_28 = param_1[9];\n local_44 = __nmemb;\n local_40 = uVar3;\n local_3c = uVar3;\n local_38 = iVar4;\n iVar4 = FUN_0002534c(&local_4c,param_1,0);\n if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }\n goto LAB_00025d78;\n }" ({ "{") (expression_statement "local_34 = param_1[6];" (assignment_expression "local_34 = param_1[6]" (identifier "local_34") (= "=") (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]"))) (; ";")) (expression_statement "local_30 = param_1[7];" (assignment_expression "local_30 = param_1[7]" (identifier "local_30") (= "=") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "local_48 = (void *)((int)local_4c + __nmemb * 8);" (assignment_expression "local_48 = (void *)((int)local_4c + __nmemb * 8)" (identifier "local_48") (= "=") (cast_expression "(void *)((int)local_4c + __nmemb * 8)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_4c + __nmemb * 8)" (( "(") (binary_expression "(int)local_4c + __nmemb * 8" (cast_expression "(int)local_4c" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_4c")) (+ "+") (binary_expression "__nmemb * 8" (identifier "__nmemb") (* "*") (number_literal "8"))) () ")")))) (; ";")) (expression_statement "local_2c = param_1[8];" (assignment_expression "local_2c = param_1[8]" (identifier "local_2c") (= "=") (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]"))) (; ";")) (expression_statement "local_28 = param_1[9];" (assignment_expression "local_28 = param_1[9]" (identifier "local_28") (= "=") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]"))) (; ";")) (expression_statement "local_44 = __nmemb;" (assignment_expression "local_44 = __nmemb" (identifier "local_44") (= "=") (identifier "__nmemb")) (; ";")) (expression_statement "local_40 = uVar3;" (assignment_expression "local_40 = uVar3" (identifier "local_40") (= "=") (identifier "uVar3")) (; ";")) (expression_statement "local_3c = uVar3;" (assignment_expression "local_3c = uVar3" (identifier "local_3c") (= "=") (identifier "uVar3")) (; ";")) (expression_statement "local_38 = iVar4;" (assignment_expression "local_38 = iVar4" (identifier "local_38") (= "=") (identifier "iVar4")) (; ";")) (expression_statement "iVar4 = FUN_0002534c(&local_4c,param_1,0);" (assignment_expression "iVar4 = FUN_0002534c(&local_4c,param_1,0)" (identifier "iVar4") (= "=") (call_expression "FUN_0002534c(&local_4c,param_1,0)" (identifier "FUN_0002534c") (argument_list "(&local_4c,param_1,0)" (( "(") (pointer_expression "&local_4c" (& "&") (identifier "local_4c")) (, ",") (identifier "param_1") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (iVar4 == 0) {\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }\n else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }" (if "if") (parenthesized_expression "(iVar4 == 0)" (( "(") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n param_1[9] = local_28;\n iVar2 = FUN_0002534c(param_1,&local_4c,1);\n if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n free(local_4c);\n }" ({ "{") (expression_statement "param_1[9] = local_28;" (assignment_expression "param_1[9] = local_28" (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) (= "=") (identifier "local_28")) (; ";")) (expression_statement "iVar2 = FUN_0002534c(param_1,&local_4c,1);" (assignment_expression "iVar2 = FUN_0002534c(param_1,&local_4c,1)" (identifier "iVar2") (= "=") (call_expression "FUN_0002534c(param_1,&local_4c,1)" (identifier "FUN_0002534c") (argument_list "(param_1,&local_4c,1)" (( "(") (identifier "param_1") (, ",") (pointer_expression "&local_4c" (& "&") (identifier "local_4c")) (, ",") (number_literal "1") () ")")))) (; ";")) (if_statement "if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) {\n /* WARNING: Subroutine does not return */\n abort();\n }" (if "if") (parenthesized_expression "((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0))" (( "(") (binary_expression "(iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)" (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)" (( "(") (comma_expression "iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0" (assignment_expression "iVar2 = FUN_0002534c(param_1,&local_4c,0)" (identifier "iVar2") (= "=") (call_expression "FUN_0002534c(param_1,&local_4c,0)" (identifier "FUN_0002534c") (argument_list "(param_1,&local_4c,0)" (( "(") (identifier "param_1") (, ",") (pointer_expression "&local_4c" (& "&") (identifier "local_4c")) (, ",") (number_literal "0") () ")")))) (, ",") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "abort();" (call_expression "abort()" (identifier "abort") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "free(local_4c);" (call_expression "free(local_4c)" (identifier "free") (argument_list "(local_4c)" (( "(") (identifier "local_4c") () ")"))) (; ";")) (} "}")) (else_clause "else {\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }" (else "else") (compound_statement "{\n free((void *)*param_1);\n *param_1 = local_4c;\n param_1[1] = local_48;\n param_1[2] = local_44;\n param_1[3] = local_40;\n param_1[9] = local_28;\n }" ({ "{") (expression_statement "free((void *)*param_1);" (call_expression "free((void *)*param_1)" (identifier "free") (argument_list "((void *)*param_1)" (( "(") (cast_expression "(void *)*param_1" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) () ")"))) (; ";")) (expression_statement "*param_1 = local_4c;" (assignment_expression "*param_1 = local_4c" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "local_4c")) (; ";")) (expression_statement "param_1[1] = local_48;" (assignment_expression "param_1[1] = local_48" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "local_48")) (; ";")) (expression_statement "param_1[2] = local_44;" (assignment_expression "param_1[2] = local_44" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "local_44")) (; ";")) (expression_statement "param_1[3] = local_40;" (assignment_expression "param_1[3] = local_40" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "local_40")) (; ";")) (expression_statement "param_1[9] = local_28;" (assignment_expression "param_1[9] = local_28" (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) (= "=") (identifier "local_28")) (; ";")) (} "}")))) (goto_statement "goto LAB_00025d78;" (goto "goto") (statement_identifier "LAB_00025d78") (; ";")) (} "}"))) (} "}"))) (} "}")))) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" (identifier "iVar4") (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_00025d78:\n if (local_24 != *piVar5) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }" (statement_identifier "LAB_00025d78") (: ":") (if_statement "if (local_24 != *piVar5) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }" (if "if") (parenthesized_expression "(local_24 != *piVar5)" (( "(") (binary_expression "local_24 != *piVar5" (identifier "local_24") (!= "!=") (pointer_expression "*piVar5" (* "*") (identifier "piVar5"))) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar4);\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "__stack_chk_fail(iVar4);" (call_expression "__stack_chk_fail(iVar4)" (identifier "__stack_chk_fail") (argument_list "(iVar4)" (( "(") (identifier "iVar4") () ")"))) (; ";")) (} "}")))) (return_statement "return;" (return "return") (; ";")) (} "}")))
type_1 function_1(type_2 *table,size_t candidate) { type_1 safe; type_1 _Var1; type_3 uVar2; int var_6; size_t var_9; int var_15; type_4 var_10; type_5 *pHVar6; int *piVar7; type_2 storage; pHVar6 = table->tuning; piVar7 = *(int **)(var_1 + 0x25d00 + var_2); var_15 = *piVar7; if (pHVar6->is_n_buckets == false) { uVar2 = var_3(); uVar2 = var_4(uVar2,pHVar6->growth_threshold); var_6 = var_5(uVar2,DAT_00025e94); if (var_6 == 0) { candidate = var_7(uVar2); goto LAB_00025d48; } } else { LAB_00025d48: var_9 = var_8(candidate); var_10 = (type_4)(var_9 >> 0x1e != 0); if ((var_9 & 0x20000000) != 0) { var_10 = 1; } if (var_9 == 0) { var_10 = 1; } if (var_10 == 0) { if (table->n_buckets == var_9) { safe = true; goto LAB_00025d78; } storage.bucket = (type_6 *)var_11(var_9,8); if (storage.bucket != (type_6 *)0x0) { storage.hasher = table->hasher; storage.comparator = table->comparator; storage.bucket_limit = storage.bucket + var_9; storage.data_freer = table->data_freer; storage.free_entry_list = table->free_entry_list; storage.n_buckets = var_9; storage.n_buckets_used = var_10; storage.n_entries = var_10; storage.tuning = pHVar6; safe = var_12(&storage,table,false); if (safe) { var_13(table->bucket); table->bucket = storage.bucket; table->bucket_limit = storage.bucket_limit; table->n_buckets = storage.n_buckets; table->n_buckets_used = storage.n_buckets_used; table->free_entry_list = storage.free_entry_list; } else { table->free_entry_list = storage.free_entry_list; _Var1 = var_12(table,&storage,true); if ((!_Var1) || (_Var1 = var_12(table,&storage,safe), !_Var1)) { /* WARNING: Subroutine does not return */ var_14(); } var_13(storage.bucket); } goto LAB_00025d78; } } } safe = false; LAB_00025d78: if (var_15 != *piVar7) { /* WARNING: Subroutine does not return */ var_16(); } return safe; }
(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)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_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: (call_expression function: (identifier) arguments: (argument_list (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))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_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) (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: (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (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)))) (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 (pointer_expression argument: (identifier)) (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (number_literal)))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)))))) (goto_statement label: (statement_identifier))))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (return_statement))))
void MASKED(undefined4 *param_1,undefined4 param_2) { undefined4 uVar1; int iVar2; uint __nmemb; uint uVar3; int iVar4; int *piVar5; void *local_4c; void *local_48; uint local_44; uint local_40; uint local_3c; int local_38; undefined4 local_34; undefined4 local_30; undefined4 local_2c; undefined4 local_28; int local_24; iVar4 = param_1[5]; piVar5 = *(int **)(DAT_00025e8c + 0x25d00 + DAT_00025e90); local_24 = *piVar5; if (*(char *)(iVar4 + 0x10) == '\0') { uVar1 = FUN_0004ccc4(param_2); uVar1 = FUN_0004cf10(uVar1,*(undefined4 *)(iVar4 + 8)); iVar2 = FUN_0004d144(uVar1,DAT_00025e94); if (iVar2 == 0) { FUN_0004d16c(uVar1); goto LAB_00025d48; } } else { LAB_00025d48: __nmemb = FUN_00025054(); uVar3 = (uint)(__nmemb >> 0x1e != 0); if ((__nmemb & 0x20000000) != 0) { uVar3 = 1; } if (__nmemb == 0) { uVar3 = 1; } if (uVar3 == 0) { if (param_1[2] == __nmemb) { iVar4 = 1; goto LAB_00025d78; } local_4c = calloc(__nmemb,8); if (local_4c != (void *)0x0) { local_34 = param_1[6]; local_30 = param_1[7]; local_48 = (void *)((int)local_4c + __nmemb * 8); local_2c = param_1[8]; local_28 = param_1[9]; local_44 = __nmemb; local_40 = uVar3; local_3c = uVar3; local_38 = iVar4; iVar4 = FUN_0002534c(&local_4c,param_1,0); if (iVar4 == 0) { param_1[9] = local_28; iVar2 = FUN_0002534c(param_1,&local_4c,1); if ((iVar2 == 0) || (iVar2 = FUN_0002534c(param_1,&local_4c,0), iVar2 == 0)) { /* WARNING: Subroutine does not return */ abort(); } free(local_4c); } else { free((void *)*param_1); *param_1 = local_4c; param_1[1] = local_48; param_1[2] = local_44; param_1[3] = local_40; param_1[9] = local_28; } goto LAB_00025d78; } } } iVar4 = 0; LAB_00025d78: if (local_24 != *piVar5) { /* WARNING: Subroutine does not return */ __stack_chk_fail(iVar4); } return; }
69,078
155_gtypist_and_gtypist_strip.c
__aeabi_cfcmpeq
FUN_00019208
undefined8 __aeabi_cfcmpeq(undefined4 param_1,undefined4 param_2) { __nesf2(); return CONCAT44(param_2,param_1); }
undefined8 FUN_00019208(undefined4 param_1,undefined4 param_2) { FUN_00019194(); return CONCAT44(param_2,param_1); }
stmdb sp!,{r0,r1,r2,r3,lr} bl 0x00019194 cmp r0,#0x0 cmnmi r0,#0x0 ldmia sp!,{r0,r1,r2,r3,pc}
null
null
null
null
[('const-0', u'RETURN_-1205955998'), ('tmp_302', u'PIECE_-1205955898'), ('tmp_301', u'PIECE_-1205955898'), (u'PIECE_-1205955898', u'COPY_-1205955968'), (u'COPY_-1205955968', u'RETURN_-1205955998')]
[('const-0', u'RETURN_-1205955998'), ('tmp_302', u'PIECE_-1205955898'), ('tmp_301', u'PIECE_-1205955898'), (u'PIECE_-1205955898', u'COPY_-1205955968'), (u'COPY_-1205955968', u'RETURN_-1205955998')]
null
null
00019208
arm
O2
(translation_unit "undefined8 FUN_00019208(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_00019194();\n return CONCAT44(param_2,param_1);\n}\n\n" (function_definition "undefined8 FUN_00019208(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_00019194();\n return CONCAT44(param_2,param_1);\n}" type_identifier (function_declarator "FUN_00019208(undefined4 param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_00019194();\n return CONCAT44(param_2,param_1);\n}" { (expression_statement "FUN_00019194();" (call_expression "FUN_00019194()" identifier (argument_list "()" ( ))) ;) (return_statement "return CONCAT44(param_2,param_1);" return (call_expression "CONCAT44(param_2,param_1)" identifier (argument_list "(param_2,param_1)" ( identifier , identifier ))) ;) })))
(translation_unit "undefined8 __aeabi_cfcmpeq(undefined4 param_1,undefined4 param_2)\n\n{\n __nesf2();\n return CONCAT44(param_2,param_1);\n}\n\n" (function_definition "undefined8 __aeabi_cfcmpeq(undefined4 param_1,undefined4 param_2)\n\n{\n __nesf2();\n return CONCAT44(param_2,param_1);\n}" type_identifier (function_declarator "__aeabi_cfcmpeq(undefined4 param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n __nesf2();\n return CONCAT44(param_2,param_1);\n}" { (expression_statement "__nesf2();" (call_expression "__nesf2()" identifier (argument_list "()" ( ))) ;) (return_statement "return CONCAT44(param_2,param_1);" return (call_expression "CONCAT44(param_2,param_1)" identifier (argument_list "(param_2,param_1)" ( identifier , identifier ))) ;) })))
(translation_unit "undefined8 FUN_00019208(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_00019194();\n return CONCAT44(param_2,param_1);\n}\n\n" (function_definition "undefined8 FUN_00019208(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_00019194();\n return CONCAT44(param_2,param_1);\n}" type_identifier (function_declarator "FUN_00019208(undefined4 param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_00019194();\n return CONCAT44(param_2,param_1);\n}" { (expression_statement "FUN_00019194();" (call_expression "FUN_00019194()" identifier (argument_list "()" ( ))) ;) (return_statement "return CONCAT44(param_2,param_1);" return (call_expression "CONCAT44(param_2,param_1)" identifier (argument_list "(param_2,param_1)" ( identifier , identifier ))) ;) })))
(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 ( ))) ;) (return_statement return (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })))
(function_definition "undefined8 FUN_00019208(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_00019194();\n return CONCAT44(param_2,param_1);\n}" (type_identifier "undefined8") (function_declarator "FUN_00019208(undefined4 param_1,undefined4 param_2)" (identifier "FUN_00019208") (parameter_list "(undefined4 param_1,undefined4 param_2)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) () ")"))) (compound_statement "{\n FUN_00019194();\n return CONCAT44(param_2,param_1);\n}" ({ "{") (expression_statement "FUN_00019194();" (call_expression "FUN_00019194()" (identifier "FUN_00019194") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return CONCAT44(param_2,param_1);" (return "return") (call_expression "CONCAT44(param_2,param_1)" (identifier "CONCAT44") (argument_list "(param_2,param_1)" (( "(") (identifier "param_2") (, ",") (identifier "param_1") () ")"))) (; ";")) (} "}")))
type_1 function_1(type_2 param_1,type_2 param_2) { var_1(); return var_2(param_2,param_1); }
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))))
undefined8 MASKED(undefined4 param_1,undefined4 param_2) { FUN_00019194(); return CONCAT44(param_2,param_1); }
1,317
2123_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c
AddValueToSplayTree
AddValueToSplayTree
MagickBooleanType AddValueToSplayTree(SplayTreeInfo *splay_tree,void *key,void *value) { /* WARNING: Subroutine does not return */ LockSemaphoreInfo(splay_tree->semaphore); }
undefined4 AddValueToSplayTree(uint *param_1,uint param_2,uint param_3) { uint uVar1; uint *puVar2; uint uVar3; uint *puVar4; LockSemaphoreInfo(param_1[9]); FUN_001c4184(param_1,param_2); puVar4 = (uint *)*param_1; if (puVar4 != (uint *)0x0) { uVar1 = *puVar4; if ((code *)param_1[1] == (code *)0x0) { if (param_2 < uVar1) { puVar4 = (uint *)0x1; } else { if (param_2 <= uVar1) goto LAB_001c45a0; puVar4 = (uint *)0xffffffff; } } else { puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2); if (puVar4 == (uint *)0x0) { puVar4 = (uint *)*param_1; LAB_001c45a0: if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) { uVar1 = (*(code *)param_1[3])(); puVar4[1] = uVar1; puVar4 = (uint *)*param_1; } if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) { uVar1 = (*(code *)param_1[2])(); *puVar4 = uVar1; puVar4 = (uint *)*param_1; } uVar1 = param_1[9]; *puVar4 = param_2; puVar4[1] = param_3; UnlockSemaphoreInfo(uVar1); return 1; } } } puVar2 = (uint *)AcquireMagickMemory(0x10); if (puVar2 == (uint *)0x0) { UnlockSemaphoreInfo(param_1[9]); return 0; } uVar1 = *param_1; *puVar2 = param_2; puVar2[1] = param_3; if (uVar1 == 0) { puVar2[2] = 0; puVar2[3] = 0; } else if ((int)puVar4 < 0) { uVar3 = *(uint *)(uVar1 + 0xc); puVar2[2] = uVar1; puVar2[3] = uVar3; *(undefined4 *)(uVar1 + 0xc) = 0; } else { uVar3 = *(uint *)(uVar1 + 8); puVar2[3] = uVar1; puVar2[2] = uVar3; *(undefined4 *)(uVar1 + 8) = 0; } *param_1 = (uint)puVar2; param_1[7] = param_1[7] + 1; param_1[5] = 0; UnlockSemaphoreInfo(param_1[9]); return 1; }
stmdb sp!,{r4,r5,r6,r7,r8,lr} cpy r4,r0 cpy r7,r1 ldr r0,[r0,#0x24] cpy r8,r2 bl 0x00030dec cpy r1,r7 cpy r0,r4 bl 0x001c4184 ldr r5,[r4,#0x0] cmp r5,#0x0 beq 0x001c460c ldr r3,[r4,#0x4] ldr r0,[r5,#0x0] cmp r3,#0x0 beq 0x001c45fc cpy r1,r7 blx r3 subs r5,r0,#0x0 bne 0x001c460c ldr r5,[r4,#0x0] ldr r3,[r4,#0xc] cmp r3,#0x0 beq 0x001c45c4 ldr r0,[r5,#0x4] cmp r0,#0x0 beq 0x001c45c4 blx r3 str r0,[r5,#0x4] ldr r5,[r4,#0x0] ldr r3,[r4,#0x8] cmp r3,#0x0 beq 0x001c45e8 ldr r0,[r5,#0x0] cmp r0,#0x0 beq 0x001c45e8 blx r3 str r0,[r5,#0x0] ldr r5,[r4,#0x0] ldr r0,[r4,#0x24] stmia r5,{r7,r8} bl 0x000317dc mov r0,#0x1 ldmia sp!,{r4,r5,r6,r7,r8,pc} cmp r7,r0 bcc 0x001c4698 bls 0x001c45a0 mvn r5,#0x0 mov r0,#0x10 bl 0x0003084c subs r6,r0,#0x0 beq 0x001c4688 ldr r3,[r4,#0x0] str r7,[r6,#0x0] cmp r3,#0x0 str r8,[r6,#0x4] streq r3,[r6,#0x8] streq r3,[r6,#0xc] beq 0x001c4660 mov r2,#0x0 cmp r5,#0x0 ldrlt r1,[r3,#0xc] ldrge r1,[r3,#0x8] strlt r3,[r6,#0x8] strlt r1,[r6,#0xc] strge r3,[r6,#0xc] strge r1,[r6,#0x8] strlt r2,[r3,#0xc] strge r2,[r3,#0x8] mov r2,#0x0 ldr r3,[r4,#0x1c] ldr r0,[r4,#0x24] add r3,r3,#0x1 str r6,[r4,#0x0] str r3,[r4,#0x1c] str r2,[r4,#0x14] bl 0x000317dc mov r0,#0x1 ldmia sp!,{r4,r5,r6,r7,r8,pc} ldr r0,[r4,#0x24] bl 0x000317dc cpy r0,r6 ldmia sp!,{r4,r5,r6,r7,r8,pc} mov r5,#0x1 b 0x001c460c
null
null
null
null
[(u'PTRSUB_-1207745081', u'LOAD_-1207745173'), (u'LOAD_-1207745173', u'CALL_-1207745157'), ('const-36', u'PTRSUB_-1207745081'), ('const-1', u'RETURN_-1207745152'), ('tmp_62', u'PTRSUB_-1207745081'), ('const-417', u'LOAD_-1207745173')]
[('tmp_2553', u'STORE_-1207744850'), ('const-4', u'PTRADD_-1207744179'), (u'LOAD_-1207744636', u'STORE_-1207744608'), ('tmp_2553', u'STORE_-1207744727'), ('tmp_2552', u'PTRADD_-1207743896'), ('const-0', u'COPY_-1207744450'), ('tmp_116', u'CBRANCH_-1207745112'), (u'PTRADD_-1207743891', u'LOAD_-1207744545'), (u'LOAD_-1207744947', u'CAST_-1207744051'), (u'CALLIND_-1207744869', u'STORE_-1207744868'), (u'MULTIEQUAL_-1207744428', u'MULTIEQUAL_-1207744393'), (u'PTRADD_-1207744105', u'LOAD_-1207745025'), (u'PTRADD_-1207743963', u'STORE_-1207744701'), ('const-0', u'RETURN_-1207744458'), (u'MULTIEQUAL_-1207744359', u'PTRADD_-1207744024'), ('tmp_2553', u'INT_LESS_-1207744563'), (u'PTRADD_-1207743928', u'STORE_-1207744617'), ('const-417', u'STORE_-1207744581'), ('tmp_2552', u'PTRADD_-1207743856'), ('const-417', u'LOAD_-1207745140'), ('const-4', u'PTRADD_-1207744029'), ('const-417', u'LOAD_-1207744545'), (u'CAST_-1207743968', u'PTRADD_-1207743923'), ('const-417', u'LOAD_-1207744947'), (u'LOAD_-1207744863', u'CAST_-1207744013'), ('const-4', u'PTRADD_-1207743953'), (u'LOAD_-1207744734', u'INT_ADD_-1207744566'), ('const-1', u'PTRADD_-1207743963'), ('const-1', u'PTRADD_-1207744075'), (u'MULTIEQUAL_-1207744322', u'CAST_-1207743923'), (u'LOAD_-1207744545', u'CALL_-1207744500'), (u'CAST_-1207743968', u'PTRADD_-1207743913'), ('tmp_2552', u'PTRADD_-1207744105'), (u'INT_ADD_-1207744620', u'CAST_-1207743918'), (u'PTRADD_-1207743923', u'STORE_-1207744608'), ('const-0', u'STORE_-1207744693'), ('const-4', u'PTRADD_-1207743958'), ('const-417', u'STORE_-1207744590'), (u'PTRADD_-1207744142', u'LOAD_-1207745109'), ('const-417', u'LOAD_-1207744863'), ('const-417', u'LOAD_-1207744941'), ('tmp_696', u'CBRANCH_-1207744737'), (u'CAST_-1207743866', u'STORE_-1207744522'), ('const-417', u'STORE_-1207744952'), ('const-0', u'INT_NOTEQUAL_-1207744884'), ('const-4', u'PTRADD_-1207744024'), (u'INT_LESS_-1207744563', u'CBRANCH_-1207744559'), (u'INT_NOTEQUAL_-1207744915', u'CBRANCH_-1207744913'), ('const-12', u'INT_ADD_-1207744620'), (u'PTRADD_-1207743878', u'STORE_-1207744516'), (u'INT_NOTEQUAL_-1207744968', u'CBRANCH_-1207744966'), ('const-0', u'RETURN_-1207744795'), (u'PTRADD_-1207743953', u'STORE_-1207744685'), ('tmp_174', u'CBRANCH_-1207745075'), ('tmp_296', u'CBRANCH_-1207744997'), ('tmp_348', u'CBRANCH_-1207744966'), (u'PTRADD_-1207743918', u'STORE_-1207744599'), (u'CAST_-1207744102', u'INT_EQUAL_-1207745038'), (u'CAST_-1207744102', u'MULTIEQUAL_-1207744322'), ('const-4', u'PTRADD_-1207744075'), ('const-417', u'LOAD_-1207744627'), ('const-9', u'PTRADD_-1207744179'), (u'PTRADD_-1207744066', u'LOAD_-1207744941'), ('const-417', u'STORE_-1207744693'), (u'CALLIND_-1207744953', u'STORE_-1207744952'), (u'COPY_-1207744544', u'MULTIEQUAL_-1207744322'), ('const-417', u'STORE_-1207744868'), (u'LOAD_-1207744551', u'INT_ADD_-1207744514'), ('const-417', u'STORE_-1207744850'), ('const-417', u'LOAD_-1207744857'), (u'COPY_-1207744831', u'RETURN_-1207744795'), (u'CAST_-1207743887', u'STORE_-1207744572'), (u'CAST_-1207743968', u'PTRADD_-1207743953'), (u'CAST_-1207744136', u'MULTIEQUAL_-1207744322'), ('const-3', u'PTRADD_-1207744105'), ('const-2', u'PTRADD_-1207743958'), ('const-0', u'STORE_-1207744510'), (u'MULTIEQUAL_-1207744428', u'PTRADD_-1207744075'), ('const-3', u'PTRADD_-1207743923'), ('const-4', u'PTRADD_-1207743963'), ('const-417', u'STORE_-1207744599'), (u'CAST_-1207744046', u'CALLIND_-1207744869'), ('const-4', u'PTRADD_-1207743913'), (u'CAST_-1207743893', u'STORE_-1207744581'), ('const-417', u'STORE_-1207744701'), ('const-1', u'INT_ADD_-1207744514'), (u'INT_EQUAL_-1207745038', u'CBRANCH_-1207745034'), (u'CAST_-1207744089', u'MULTIEQUAL_-1207744428'), ('const-417', u'STORE_-1207744522'), (u'PTRADD_-1207744092', u'LOAD_-1207744994'), ('const-2', u'PTRADD_-1207744066'), ('const-0', u'INT_EQUAL_-1207744740'), (u'LOAD_-1207745109', u'CAST_-1207744123'), (u'LOAD_-1207745025', u'CAST_-1207744084'), ('const-417', u'STORE_-1207744685'), (u'LOAD_-1207744734', u'STORE_-1207744617'), (u'PTRADD_-1207744029', u'LOAD_-1207744857'), ('const-0', u'INT_NOTEQUAL_-1207744915'), (u'INT_NOTEQUAL_-1207744884', u'CBRANCH_-1207744882'), (u'COPY_-1207744388', u'MULTIEQUAL_-1207744322'), ('const-417', u'STORE_-1207744516'), ('const-1', u'PTRADD_-1207744024'), ('tmp_2553', u'CALL_-1207745141'), ('const-0', u'INT_NOTEQUAL_-1207744999'), ('tmp_2552', u'PTRADD_-1207744179'), ('const-9', u'PTRADD_-1207743856'), ('const-9', u'PTRADD_-1207744029'), (u'INT_NOTEQUAL_-1207745114', u'CBRANCH_-1207745112'), ('const-7', u'PTRADD_-1207743896'), ('tmp_2552', u'PTRADD_-1207744029'), ('tmp_1242', u'CBRANCH_-1207744559'), (u'CAST_-1207743912', u'LOAD_-1207744627'), ('const-1', u'COPY_-1207744494'), (u'LOAD_-1207744734', u'INT_ADD_-1207744620'), (u'PTRADD_-1207744075', u'STORE_-1207744952'), (u'CAST_-1207744084', u'CALLIND_-1207744953'), ('tmp_762', u'CBRANCH_-1207744693'), ('tmp_2552', u'PTRADD_-1207743891'), (u'CAST_-1207743968', u'PTRADD_-1207743918'), ('tmp_426', u'CBRANCH_-1207744913'), (u'PTRADD_-1207743896', u'LOAD_-1207744551'), ('tmp_864', u'CBRANCH_-1207744635'), ('const-4', u'PTRADD_-1207743928'), (u'LOAD_-1207744734', u'INT_EQUAL_-1207744703'), ('const-1', u'COPY_-1207744388'), ('const-417', u'LOAD_-1207744910'), ('const-1', u'PTRADD_-1207744092'), ('tmp_1317', u'BRANCH_-1207744376'), ('const-4', u'PTRADD_-1207744066'), ('const-4', u'PTRADD_-1207743923'), ('tmp_478', u'CBRANCH_-1207744882'), ('const-4', u'PTRADD_-1207743891'), ('const-417', u'LOAD_-1207744636'), ('const-417', u'LOAD_-1207744460'), (u'MULTIEQUAL_-1207744393', u'STORE_-1207744868'), (u'LOAD_-1207745103', u'CALLIND_-1207745057'), ('const-417', u'LOAD_-1207745025'), (u'CAST_-1207743968', u'PTRADD_-1207743958'), ('tmp_2552', u'PTRADD_-1207743878'), ('const-417', u'LOAD_-1207745031'), (u'LOAD_-1207744460', u'CALL_-1207744449'), ('tmp_2554', u'STORE_-1207744701'), ('const-2', u'PTRADD_-1207743928'), (u'INT_SLESS_-1207744639', u'CBRANCH_-1207744635'), ('const-5', u'PTRADD_-1207743873'), ('const-4', u'PTRADD_-1207744142'), ('const-0', u'INT_EQUAL_-1207745038'), ('const-4294967295', u'COPY_-1207744544'), ('const-417', u'LOAD_-1207745103'), ('const-0', u'STORE_-1207744581'), (u'CAST_-1207744123', u'CALLIND_-1207745057'), ('const-417', u'LOAD_-1207745109'), ('tmp_238', u'CBRANCH_-1207745034'), (u'CAST_-1207744084', u'INT_NOTEQUAL_-1207744999'), ('const-417', u'STORE_-1207744727'), (u'LOAD_-1207745031', u'CAST_-1207744089'), ('tmp_2552', u'PTRADD_-1207743873'), ('const-4', u'PTRADD_-1207743856'), ('tmp_2552', u'PTRADD_-1207744142'), ('const-0', u'RETURN_-1207744418'), ('const-7', u'PTRADD_-1207743878'), (u'LOAD_-1207744734', u'INT_ADD_-1207744557'), ('const-0', u'INT_SLESS_-1207744639'), ('tmp_2552', u'CALL_-1207745141'), (u'CAST_-1207744123', u'INT_EQUAL_-1207745078'), (u'CAST_-1207744136', u'MULTIEQUAL_-1207744428'), (u'MULTIEQUAL_-1207744428', u'PTRADD_-1207744092'), (u'INT_ADD_-1207744611', u'CAST_-1207743912'), ('const-417', u'STORE_-1207744608'), (u'PTRADD_-1207743856', u'LOAD_-1207744460'), ('tmp_2552', u'STORE_-1207744522'), (u'LOAD_-1207745173', u'CALL_-1207745157'), (u'PTRADD_-1207743958', u'STORE_-1207744693'), (u'INT_ADD_-1207744514', u'STORE_-1207744516'), (u'CALLIND_-1207745057', u'CAST_-1207744102'), ('const-417', u'STORE_-1207744848'), ('const-4', u'PTRADD_-1207743873'), (u'CAST_-1207744136', u'INT_NOTEQUAL_-1207745114'), ('const-3', u'PTRADD_-1207743953'), (u'CAST_-1207743968', u'PTRADD_-1207743963'), (u'CAST_-1207744136', u'LOAD_-1207745103'), (u'PTRADD_-1207743873', u'STORE_-1207744510'), (u'CAST_-1207743968', u'INT_EQUAL_-1207744740'), ('const-3', u'PTRADD_-1207743918'), (u'INT_ADD_-1207744566', u'CAST_-1207743893'), (u'CAST_-1207743918', u'LOAD_-1207744636'), (u'LOAD_-1207744734', u'INT_ADD_-1207744611'), ('const-417', u'STORE_-1207744572'), ('const-4', u'PTRADD_-1207744092'), (u'INT_EQUAL_-1207744740', u'CBRANCH_-1207744737'), ('const-0', u'INT_EQUAL_-1207745078'), (u'MULTIEQUAL_-1207744393', u'MULTIEQUAL_-1207744359'), (u'MULTIEQUAL_-1207744393', u'LOAD_-1207744910'), (u'LOAD_-1207744910', u'INT_NOTEQUAL_-1207744884'), ('const-0', u'INT_NOTEQUAL_-1207744968'), (u'INT_EQUAL_-1207745078', u'CBRANCH_-1207745075'), ('const-1', u'PTRADD_-1207744142'), (u'INT_NOTEQUAL_-1207744999', u'CBRANCH_-1207744997'), ('const-417', u'STORE_-1207744617'), (u'CAST_-1207744051', u'MULTIEQUAL_-1207744393'), (u'COPY_-1207744494', u'RETURN_-1207744458'), ('tmp_2552', u'LOAD_-1207744863'), ('const-0', u'INT_NOTEQUAL_-1207745114'), ('const-4', u'PTRADD_-1207743878'), ('const-4', u'PTRADD_-1207743896'), ('const-417', u'STORE_-1207744510'), ('const-0', u'STORE_-1207744685'), ('tmp_2552', u'PTRADD_-1207744066'), (u'LOAD_-1207745103', u'INT_LESSEQUAL_-1207744542'), ('tmp_2552', u'LOAD_-1207744734'), (u'INT_ADD_-1207744557', u'CAST_-1207743887'), (u'LOAD_-1207745140', u'CAST_-1207744136'), (u'LOAD_-1207744941', u'CAST_-1207744046'), (u'MULTIEQUAL_-1207744359', u'STORE_-1207744850'), ('const-8', u'INT_ADD_-1207744557'), ('tmp_2553', u'CALLIND_-1207745057'), ('tmp_2552', u'LOAD_-1207744947'), ('const-8', u'INT_ADD_-1207744611'), ('const-9', u'PTRADD_-1207743891'), ('const-417', u'LOAD_-1207745173'), ('const-417', u'LOAD_-1207744551'), (u'PTRADD_-1207744179', u'LOAD_-1207745173'), (u'LOAD_-1207744627', u'STORE_-1207744590'), (u'LOAD_-1207744734', u'STORE_-1207744599'), (u'CAST_-1207743968', u'CAST_-1207743866'), ('const-417', u'LOAD_-1207744994'), (u'LOAD_-1207744994', u'INT_NOTEQUAL_-1207744968'), (u'PTRADD_-1207744024', u'STORE_-1207744848'), (u'LOAD_-1207744857', u'CALL_-1207744837'), (u'CAST_-1207743968', u'STORE_-1207744727'), ('const-16', u'CALL_-1207744760'), (u'CAST_-1207743968', u'PTRADD_-1207743928'), ('const-0', u'STORE_-1207744572'), ('tmp_1249', u'CBRANCH_-1207744552'), (u'CAST_-1207743923', u'INT_SLESS_-1207744639'), (u'CAST_-1207744013', u'MULTIEQUAL_-1207744359'), ('const-12', u'INT_ADD_-1207744566'), ('const-417', u'LOAD_-1207744734'), (u'INT_EQUAL_-1207744703', u'CBRANCH_-1207744693'), ('const-4', u'PTRADD_-1207744105'), (u'PTRADD_-1207743913', u'STORE_-1207744590'), ('tmp_2552', u'LOAD_-1207745140'), (u'COPY_-1207744450', u'RETURN_-1207744418'), ('tmp_2552', u'LOAD_-1207745031'), (u'CALL_-1207744760', u'CAST_-1207743968'), (u'LOAD_-1207745103', u'INT_LESS_-1207744563'), ('const-0', u'INT_EQUAL_-1207744703'), (u'CAST_-1207744046', u'INT_NOTEQUAL_-1207744915'), ('const-1', u'COPY_-1207744831'), ('const-2', u'PTRADD_-1207743913'), ('tmp_2554', u'STORE_-1207744848'), (u'INT_LESSEQUAL_-1207744542', u'CBRANCH_-1207744552'), ('tmp_2553', u'INT_LESSEQUAL_-1207744542'), ('const-4', u'PTRADD_-1207743918')]
null
null
001c454c
arm
O2
(translation_unit "undefined4 AddValueToSplayTree(uint *param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n uint *puVar2;\n uint uVar3;\n uint *puVar4;\n \n LockSemaphoreInfo(param_1[9]);\n FUN_001c4184(param_1,param_2);\n puVar4 = (uint *)*param_1;\n if (puVar4 != (uint *)0x0) {\n uVar1 = *puVar4;\n if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }\n }\n puVar2 = (uint *)AcquireMagickMemory(0x10);\n if (puVar2 == (uint *)0x0) {\n UnlockSemaphoreInfo(param_1[9]);\n return 0;\n }\n uVar1 = *param_1;\n *puVar2 = param_2;\n puVar2[1] = param_3;\n if (uVar1 == 0) {\n puVar2[2] = 0;\n puVar2[3] = 0;\n }\n else if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }\n *param_1 = (uint)puVar2;\n param_1[7] = param_1[7] + 1;\n param_1[5] = 0;\n UnlockSemaphoreInfo(param_1[9]);\n return 1;\n}\n\n" (function_definition "undefined4 AddValueToSplayTree(uint *param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n uint *puVar2;\n uint uVar3;\n uint *puVar4;\n \n LockSemaphoreInfo(param_1[9]);\n FUN_001c4184(param_1,param_2);\n puVar4 = (uint *)*param_1;\n if (puVar4 != (uint *)0x0) {\n uVar1 = *puVar4;\n if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }\n }\n puVar2 = (uint *)AcquireMagickMemory(0x10);\n if (puVar2 == (uint *)0x0) {\n UnlockSemaphoreInfo(param_1[9]);\n return 0;\n }\n uVar1 = *param_1;\n *puVar2 = param_2;\n puVar2[1] = param_3;\n if (uVar1 == 0) {\n puVar2[2] = 0;\n puVar2[3] = 0;\n }\n else if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }\n *param_1 = (uint)puVar2;\n param_1[7] = param_1[7] + 1;\n param_1[5] = 0;\n UnlockSemaphoreInfo(param_1[9]);\n return 1;\n}" type_identifier (function_declarator "AddValueToSplayTree(uint *param_1,uint param_2,uint param_3)" identifier (parameter_list "(uint *param_1,uint param_2,uint param_3)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n uint *puVar2;\n uint uVar3;\n uint *puVar4;\n \n LockSemaphoreInfo(param_1[9]);\n FUN_001c4184(param_1,param_2);\n puVar4 = (uint *)*param_1;\n if (puVar4 != (uint *)0x0) {\n uVar1 = *puVar4;\n if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }\n }\n puVar2 = (uint *)AcquireMagickMemory(0x10);\n if (puVar2 == (uint *)0x0) {\n UnlockSemaphoreInfo(param_1[9]);\n return 0;\n }\n uVar1 = *param_1;\n *puVar2 = param_2;\n puVar2[1] = param_3;\n if (uVar1 == 0) {\n puVar2[2] = 0;\n puVar2[3] = 0;\n }\n else if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }\n *param_1 = (uint)puVar2;\n param_1[7] = param_1[7] + 1;\n param_1[5] = 0;\n UnlockSemaphoreInfo(param_1[9]);\n return 1;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (expression_statement "LockSemaphoreInfo(param_1[9]);" (call_expression "LockSemaphoreInfo(param_1[9])" identifier (argument_list "(param_1[9])" ( (subscript_expression "param_1[9]" identifier [ number_literal ]) ))) ;) (expression_statement "FUN_001c4184(param_1,param_2);" (call_expression "FUN_001c4184(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (expression_statement "puVar4 = (uint *)*param_1;" (assignment_expression "puVar4 = (uint *)*param_1" identifier = (cast_expression "(uint *)*param_1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if (puVar4 != (uint *)0x0) {\n uVar1 = *puVar4;\n if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }\n }" if (parenthesized_expression "(puVar4 != (uint *)0x0)" ( (binary_expression "puVar4 != (uint *)0x0" identifier != (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar1 = *puVar4;\n if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }\n }" { (expression_statement "uVar1 = *puVar4;" (assignment_expression "uVar1 = *puVar4" identifier = (pointer_expression "*puVar4" * identifier)) ;) (if_statement "if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }" if (parenthesized_expression "((code *)param_1[1] == (code *)0x0)" ( (binary_expression "(code *)param_1[1] == (code *)0x0" (cast_expression "(code *)param_1[1]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) == (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }" { (if_statement "if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }" if (parenthesized_expression "(param_2 < uVar1)" ( (binary_expression "param_2 < uVar1" identifier < identifier) )) (compound_statement "{\n puVar4 = (uint *)0x1;\n }" { (expression_statement "puVar4 = (uint *)0x1;" (assignment_expression "puVar4 = (uint *)0x1" identifier = (cast_expression "(uint *)0x1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }" else (compound_statement "{\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }" { (if_statement "if (param_2 <= uVar1) goto LAB_001c45a0;" if (parenthesized_expression "(param_2 <= uVar1)" ( (binary_expression "param_2 <= uVar1" identifier <= identifier) )) (goto_statement "goto LAB_001c45a0;" goto statement_identifier ;)) (expression_statement "puVar4 = (uint *)0xffffffff;" (assignment_expression "puVar4 = (uint *)0xffffffff" identifier = (cast_expression "(uint *)0xffffffff" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }))) }) (else_clause "else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }" else (compound_statement "{\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }" { (expression_statement "puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);" (assignment_expression "puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2)" identifier = (cast_expression "(uint *)(*(code *)param_1[1])(uVar1,param_2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)param_1[1])(uVar1,param_2)" (parenthesized_expression "(*(code *)param_1[1])" ( (pointer_expression "*(code *)param_1[1]" * (cast_expression "(code *)param_1[1]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) (argument_list "(uVar1,param_2)" ( identifier , identifier ))))) ;) (if_statement "if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }" if (parenthesized_expression "(puVar4 == (uint *)0x0)" ( (binary_expression "puVar4 == (uint *)0x0" identifier == (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }" { (expression_statement "puVar4 = (uint *)*param_1;" (assignment_expression "puVar4 = (uint *)*param_1" identifier = (cast_expression "(uint *)*param_1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (labeled_statement "LAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }" statement_identifier : (if_statement "if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }" if (parenthesized_expression "(((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0))" ( (binary_expression "((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)" (parenthesized_expression "((code *)param_1[3] != (code *)0x0)" ( (binary_expression "(code *)param_1[3] != (code *)0x0" (cast_expression "(code *)param_1[3]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ])) != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(puVar4[1] != 0)" ( (binary_expression "puVar4[1] != 0" (subscript_expression "puVar4[1]" identifier [ number_literal ]) != number_literal) ))) )) (compound_statement "{\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }" { (expression_statement "uVar1 = (*(code *)param_1[3])();" (assignment_expression "uVar1 = (*(code *)param_1[3])()" identifier = (call_expression "(*(code *)param_1[3])()" (parenthesized_expression "(*(code *)param_1[3])" ( (pointer_expression "*(code *)param_1[3]" * (cast_expression "(code *)param_1[3]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) )) (argument_list "()" ( )))) ;) (expression_statement "puVar4[1] = uVar1;" (assignment_expression "puVar4[1] = uVar1" (subscript_expression "puVar4[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar4 = (uint *)*param_1;" (assignment_expression "puVar4 = (uint *)*param_1" identifier = (cast_expression "(uint *)*param_1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) }))) (if_statement "if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }" if (parenthesized_expression "(((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0))" ( (binary_expression "((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)" (parenthesized_expression "((code *)param_1[2] != (code *)0x0)" ( (binary_expression "(code *)param_1[2] != (code *)0x0" (cast_expression "(code *)param_1[2]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*puVar4 != 0)" ( (binary_expression "*puVar4 != 0" (pointer_expression "*puVar4" * identifier) != number_literal) ))) )) (compound_statement "{\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }" { (expression_statement "uVar1 = (*(code *)param_1[2])();" (assignment_expression "uVar1 = (*(code *)param_1[2])()" identifier = (call_expression "(*(code *)param_1[2])()" (parenthesized_expression "(*(code *)param_1[2])" ( (pointer_expression "*(code *)param_1[2]" * (cast_expression "(code *)param_1[2]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) )) (argument_list "()" ( )))) ;) (expression_statement "*puVar4 = uVar1;" (assignment_expression "*puVar4 = uVar1" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "puVar4 = (uint *)*param_1;" (assignment_expression "puVar4 = (uint *)*param_1" identifier = (cast_expression "(uint *)*param_1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) })) (expression_statement "uVar1 = param_1[9];" (assignment_expression "uVar1 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) (expression_statement "*puVar4 = param_2;" (assignment_expression "*puVar4 = param_2" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "puVar4[1] = param_3;" (assignment_expression "puVar4[1] = param_3" (subscript_expression "puVar4[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "UnlockSemaphoreInfo(uVar1);" (call_expression "UnlockSemaphoreInfo(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (return_statement "return 1;" return number_literal ;) })) }))) })) (expression_statement "puVar2 = (uint *)AcquireMagickMemory(0x10);" (assignment_expression "puVar2 = (uint *)AcquireMagickMemory(0x10)" identifier = (cast_expression "(uint *)AcquireMagickMemory(0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "AcquireMagickMemory(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (if_statement "if (puVar2 == (uint *)0x0) {\n UnlockSemaphoreInfo(param_1[9]);\n return 0;\n }" if (parenthesized_expression "(puVar2 == (uint *)0x0)" ( (binary_expression "puVar2 == (uint *)0x0" identifier == (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n UnlockSemaphoreInfo(param_1[9]);\n return 0;\n }" { (expression_statement "UnlockSemaphoreInfo(param_1[9]);" (call_expression "UnlockSemaphoreInfo(param_1[9])" identifier (argument_list "(param_1[9])" ( (subscript_expression "param_1[9]" identifier [ number_literal ]) ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*puVar2 = param_2;" (assignment_expression "*puVar2 = param_2" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "puVar2[1] = param_3;" (assignment_expression "puVar2[1] = param_3" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (uVar1 == 0) {\n puVar2[2] = 0;\n puVar2[3] = 0;\n }\n else if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" if (parenthesized_expression "(uVar1 == 0)" ( (binary_expression "uVar1 == 0" identifier == number_literal) )) (compound_statement "{\n puVar2[2] = 0;\n puVar2[3] = 0;\n }" { (expression_statement "puVar2[2] = 0;" (assignment_expression "puVar2[2] = 0" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[3] = 0;" (assignment_expression "puVar2[3] = 0" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = number_literal) ;) }) (else_clause "else if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" else (if_statement "if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" if (parenthesized_expression "((int)puVar4 < 0)" ( (binary_expression "(int)puVar4 < 0" (cast_expression "(int)puVar4" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }" { (expression_statement "uVar3 = *(uint *)(uVar1 + 0xc);" (assignment_expression "uVar3 = *(uint *)(uVar1 + 0xc)" identifier = (pointer_expression "*(uint *)(uVar1 + 0xc)" * (cast_expression "(uint *)(uVar1 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 + 0xc)" ( (binary_expression "uVar1 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "puVar2[2] = uVar1;" (assignment_expression "puVar2[2] = uVar1" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[3] = uVar3;" (assignment_expression "puVar2[3] = uVar3" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 *)(uVar1 + 0xc) = 0;" (assignment_expression "*(undefined4 *)(uVar1 + 0xc) = 0" (pointer_expression "*(undefined4 *)(uVar1 + 0xc)" * (cast_expression "(undefined4 *)(uVar1 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 + 0xc)" ( (binary_expression "uVar1 + 0xc" identifier + number_literal) )))) = number_literal) ;) }) (else_clause "else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" else (compound_statement "{\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" { (expression_statement "uVar3 = *(uint *)(uVar1 + 8);" (assignment_expression "uVar3 = *(uint *)(uVar1 + 8)" identifier = (pointer_expression "*(uint *)(uVar1 + 8)" * (cast_expression "(uint *)(uVar1 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 + 8)" ( (binary_expression "uVar1 + 8" identifier + number_literal) ))))) ;) (expression_statement "puVar2[3] = uVar1;" (assignment_expression "puVar2[3] = uVar1" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[2] = uVar3;" (assignment_expression "puVar2[2] = uVar3" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 *)(uVar1 + 8) = 0;" (assignment_expression "*(undefined4 *)(uVar1 + 8) = 0" (pointer_expression "*(undefined4 *)(uVar1 + 8)" * (cast_expression "(undefined4 *)(uVar1 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 + 8)" ( (binary_expression "uVar1 + 8" identifier + number_literal) )))) = number_literal) ;) }))))) (expression_statement "*param_1 = (uint)puVar2;" (assignment_expression "*param_1 = (uint)puVar2" (pointer_expression "*param_1" * identifier) = (cast_expression "(uint)puVar2" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "param_1[7] = param_1[7] + 1;" (assignment_expression "param_1[7] = param_1[7] + 1" (subscript_expression "param_1[7]" identifier [ number_literal ]) = (binary_expression "param_1[7] + 1" (subscript_expression "param_1[7]" identifier [ number_literal ]) + number_literal)) ;) (expression_statement "param_1[5] = 0;" (assignment_expression "param_1[5] = 0" (subscript_expression "param_1[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "UnlockSemaphoreInfo(param_1[9]);" (call_expression "UnlockSemaphoreInfo(param_1[9])" identifier (argument_list "(param_1[9])" ( (subscript_expression "param_1[9]" identifier [ number_literal ]) ))) ;) (return_statement "return 1;" return number_literal ;) })))
(translation_unit "MagickBooleanType AddValueToSplayTree(SplayTreeInfo *splay_tree,void *key,void *value)\n\n{\n /* WARNING: Subroutine does not return */\n LockSemaphoreInfo(splay_tree->semaphore);\n}\n\n" (function_definition "MagickBooleanType AddValueToSplayTree(SplayTreeInfo *splay_tree,void *key,void *value)\n\n{\n /* WARNING: Subroutine does not return */\n LockSemaphoreInfo(splay_tree->semaphore);\n}" type_identifier (function_declarator "AddValueToSplayTree(SplayTreeInfo *splay_tree,void *key,void *value)" identifier (parameter_list "(SplayTreeInfo *splay_tree,void *key,void *value)" ( (parameter_declaration "SplayTreeInfo *splay_tree" type_identifier (pointer_declarator "*splay_tree" * identifier)) , (parameter_declaration "void *key" primitive_type (pointer_declarator "*key" * identifier)) , (parameter_declaration "void *value" primitive_type (pointer_declarator "*value" * identifier)) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n LockSemaphoreInfo(splay_tree->semaphore);\n}" { comment (expression_statement "LockSemaphoreInfo(splay_tree->semaphore);" (call_expression "LockSemaphoreInfo(splay_tree->semaphore)" identifier (argument_list "(splay_tree->semaphore)" ( (field_expression "splay_tree->semaphore" identifier -> field_identifier) ))) ;) })))
(translation_unit "undefined4 AddValueToSplayTree(uint *param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n uint *puVar2;\n uint uVar3;\n uint *puVar4;\n \n LockSemaphoreInfo(param_1[9]);\n FUN_001c4184(param_1,param_2);\n puVar4 = (uint *)*param_1;\n if (puVar4 != (uint *)0x0) {\n uVar1 = *puVar4;\n if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }\n }\n puVar2 = (uint *)AcquireMagickMemory(0x10);\n if (puVar2 == (uint *)0x0) {\n UnlockSemaphoreInfo(param_1[9]);\n return 0;\n }\n uVar1 = *param_1;\n *puVar2 = param_2;\n puVar2[1] = param_3;\n if (uVar1 == 0) {\n puVar2[2] = 0;\n puVar2[3] = 0;\n }\n else if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }\n *param_1 = (uint)puVar2;\n param_1[7] = param_1[7] + 1;\n param_1[5] = 0;\n UnlockSemaphoreInfo(param_1[9]);\n return 1;\n}\n\n" (function_definition "undefined4 AddValueToSplayTree(uint *param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n uint *puVar2;\n uint uVar3;\n uint *puVar4;\n \n LockSemaphoreInfo(param_1[9]);\n FUN_001c4184(param_1,param_2);\n puVar4 = (uint *)*param_1;\n if (puVar4 != (uint *)0x0) {\n uVar1 = *puVar4;\n if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }\n }\n puVar2 = (uint *)AcquireMagickMemory(0x10);\n if (puVar2 == (uint *)0x0) {\n UnlockSemaphoreInfo(param_1[9]);\n return 0;\n }\n uVar1 = *param_1;\n *puVar2 = param_2;\n puVar2[1] = param_3;\n if (uVar1 == 0) {\n puVar2[2] = 0;\n puVar2[3] = 0;\n }\n else if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }\n *param_1 = (uint)puVar2;\n param_1[7] = param_1[7] + 1;\n param_1[5] = 0;\n UnlockSemaphoreInfo(param_1[9]);\n return 1;\n}" type_identifier (function_declarator "AddValueToSplayTree(uint *param_1,uint param_2,uint param_3)" identifier (parameter_list "(uint *param_1,uint param_2,uint param_3)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n uint *puVar2;\n uint uVar3;\n uint *puVar4;\n \n LockSemaphoreInfo(param_1[9]);\n FUN_001c4184(param_1,param_2);\n puVar4 = (uint *)*param_1;\n if (puVar4 != (uint *)0x0) {\n uVar1 = *puVar4;\n if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }\n }\n puVar2 = (uint *)AcquireMagickMemory(0x10);\n if (puVar2 == (uint *)0x0) {\n UnlockSemaphoreInfo(param_1[9]);\n return 0;\n }\n uVar1 = *param_1;\n *puVar2 = param_2;\n puVar2[1] = param_3;\n if (uVar1 == 0) {\n puVar2[2] = 0;\n puVar2[3] = 0;\n }\n else if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }\n *param_1 = (uint)puVar2;\n param_1[7] = param_1[7] + 1;\n param_1[5] = 0;\n UnlockSemaphoreInfo(param_1[9]);\n return 1;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (expression_statement "LockSemaphoreInfo(param_1[9]);" (call_expression "LockSemaphoreInfo(param_1[9])" identifier (argument_list "(param_1[9])" ( (subscript_expression "param_1[9]" identifier [ number_literal ]) ))) ;) (expression_statement "FUN_001c4184(param_1,param_2);" (call_expression "FUN_001c4184(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (expression_statement "puVar4 = (uint *)*param_1;" (assignment_expression "puVar4 = (uint *)*param_1" identifier = (cast_expression "(uint *)*param_1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if (puVar4 != (uint *)0x0) {\n uVar1 = *puVar4;\n if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }\n }" if (parenthesized_expression "(puVar4 != (uint *)0x0)" ( (binary_expression "puVar4 != (uint *)0x0" identifier != (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar1 = *puVar4;\n if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }\n }" { (expression_statement "uVar1 = *puVar4;" (assignment_expression "uVar1 = *puVar4" identifier = (pointer_expression "*puVar4" * identifier)) ;) (if_statement "if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }" if (parenthesized_expression "((code *)param_1[1] == (code *)0x0)" ( (binary_expression "(code *)param_1[1] == (code *)0x0" (cast_expression "(code *)param_1[1]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) == (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }" { (if_statement "if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }" if (parenthesized_expression "(param_2 < uVar1)" ( (binary_expression "param_2 < uVar1" identifier < identifier) )) (compound_statement "{\n puVar4 = (uint *)0x1;\n }" { (expression_statement "puVar4 = (uint *)0x1;" (assignment_expression "puVar4 = (uint *)0x1" identifier = (cast_expression "(uint *)0x1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }" else (compound_statement "{\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }" { (if_statement "if (param_2 <= uVar1) goto LAB_001c45a0;" if (parenthesized_expression "(param_2 <= uVar1)" ( (binary_expression "param_2 <= uVar1" identifier <= identifier) )) (goto_statement "goto LAB_001c45a0;" goto statement_identifier ;)) (expression_statement "puVar4 = (uint *)0xffffffff;" (assignment_expression "puVar4 = (uint *)0xffffffff" identifier = (cast_expression "(uint *)0xffffffff" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }))) }) (else_clause "else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }" else (compound_statement "{\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }" { (expression_statement "puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);" (assignment_expression "puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2)" identifier = (cast_expression "(uint *)(*(code *)param_1[1])(uVar1,param_2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)param_1[1])(uVar1,param_2)" (parenthesized_expression "(*(code *)param_1[1])" ( (pointer_expression "*(code *)param_1[1]" * (cast_expression "(code *)param_1[1]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) (argument_list "(uVar1,param_2)" ( identifier , identifier ))))) ;) (if_statement "if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }" if (parenthesized_expression "(puVar4 == (uint *)0x0)" ( (binary_expression "puVar4 == (uint *)0x0" identifier == (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }" { (expression_statement "puVar4 = (uint *)*param_1;" (assignment_expression "puVar4 = (uint *)*param_1" identifier = (cast_expression "(uint *)*param_1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (labeled_statement "LAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }" statement_identifier : (if_statement "if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }" if (parenthesized_expression "(((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0))" ( (binary_expression "((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)" (parenthesized_expression "((code *)param_1[3] != (code *)0x0)" ( (binary_expression "(code *)param_1[3] != (code *)0x0" (cast_expression "(code *)param_1[3]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ])) != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(puVar4[1] != 0)" ( (binary_expression "puVar4[1] != 0" (subscript_expression "puVar4[1]" identifier [ number_literal ]) != number_literal) ))) )) (compound_statement "{\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }" { (expression_statement "uVar1 = (*(code *)param_1[3])();" (assignment_expression "uVar1 = (*(code *)param_1[3])()" identifier = (call_expression "(*(code *)param_1[3])()" (parenthesized_expression "(*(code *)param_1[3])" ( (pointer_expression "*(code *)param_1[3]" * (cast_expression "(code *)param_1[3]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) )) (argument_list "()" ( )))) ;) (expression_statement "puVar4[1] = uVar1;" (assignment_expression "puVar4[1] = uVar1" (subscript_expression "puVar4[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar4 = (uint *)*param_1;" (assignment_expression "puVar4 = (uint *)*param_1" identifier = (cast_expression "(uint *)*param_1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) }))) (if_statement "if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }" if (parenthesized_expression "(((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0))" ( (binary_expression "((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)" (parenthesized_expression "((code *)param_1[2] != (code *)0x0)" ( (binary_expression "(code *)param_1[2] != (code *)0x0" (cast_expression "(code *)param_1[2]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*puVar4 != 0)" ( (binary_expression "*puVar4 != 0" (pointer_expression "*puVar4" * identifier) != number_literal) ))) )) (compound_statement "{\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }" { (expression_statement "uVar1 = (*(code *)param_1[2])();" (assignment_expression "uVar1 = (*(code *)param_1[2])()" identifier = (call_expression "(*(code *)param_1[2])()" (parenthesized_expression "(*(code *)param_1[2])" ( (pointer_expression "*(code *)param_1[2]" * (cast_expression "(code *)param_1[2]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) )) (argument_list "()" ( )))) ;) (expression_statement "*puVar4 = uVar1;" (assignment_expression "*puVar4 = uVar1" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "puVar4 = (uint *)*param_1;" (assignment_expression "puVar4 = (uint *)*param_1" identifier = (cast_expression "(uint *)*param_1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) })) (expression_statement "uVar1 = param_1[9];" (assignment_expression "uVar1 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) (expression_statement "*puVar4 = param_2;" (assignment_expression "*puVar4 = param_2" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "puVar4[1] = param_3;" (assignment_expression "puVar4[1] = param_3" (subscript_expression "puVar4[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "UnlockSemaphoreInfo(uVar1);" (call_expression "UnlockSemaphoreInfo(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (return_statement "return 1;" return number_literal ;) })) }))) })) (expression_statement "puVar2 = (uint *)AcquireMagickMemory(0x10);" (assignment_expression "puVar2 = (uint *)AcquireMagickMemory(0x10)" identifier = (cast_expression "(uint *)AcquireMagickMemory(0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "AcquireMagickMemory(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (if_statement "if (puVar2 == (uint *)0x0) {\n UnlockSemaphoreInfo(param_1[9]);\n return 0;\n }" if (parenthesized_expression "(puVar2 == (uint *)0x0)" ( (binary_expression "puVar2 == (uint *)0x0" identifier == (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n UnlockSemaphoreInfo(param_1[9]);\n return 0;\n }" { (expression_statement "UnlockSemaphoreInfo(param_1[9]);" (call_expression "UnlockSemaphoreInfo(param_1[9])" identifier (argument_list "(param_1[9])" ( (subscript_expression "param_1[9]" identifier [ number_literal ]) ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*puVar2 = param_2;" (assignment_expression "*puVar2 = param_2" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "puVar2[1] = param_3;" (assignment_expression "puVar2[1] = param_3" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (uVar1 == 0) {\n puVar2[2] = 0;\n puVar2[3] = 0;\n }\n else if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" if (parenthesized_expression "(uVar1 == 0)" ( (binary_expression "uVar1 == 0" identifier == number_literal) )) (compound_statement "{\n puVar2[2] = 0;\n puVar2[3] = 0;\n }" { (expression_statement "puVar2[2] = 0;" (assignment_expression "puVar2[2] = 0" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[3] = 0;" (assignment_expression "puVar2[3] = 0" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = number_literal) ;) }) (else_clause "else if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" else (if_statement "if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" if (parenthesized_expression "((int)puVar4 < 0)" ( (binary_expression "(int)puVar4 < 0" (cast_expression "(int)puVar4" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }" { (expression_statement "uVar3 = *(uint *)(uVar1 + 0xc);" (assignment_expression "uVar3 = *(uint *)(uVar1 + 0xc)" identifier = (pointer_expression "*(uint *)(uVar1 + 0xc)" * (cast_expression "(uint *)(uVar1 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 + 0xc)" ( (binary_expression "uVar1 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "puVar2[2] = uVar1;" (assignment_expression "puVar2[2] = uVar1" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[3] = uVar3;" (assignment_expression "puVar2[3] = uVar3" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 *)(uVar1 + 0xc) = 0;" (assignment_expression "*(undefined4 *)(uVar1 + 0xc) = 0" (pointer_expression "*(undefined4 *)(uVar1 + 0xc)" * (cast_expression "(undefined4 *)(uVar1 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 + 0xc)" ( (binary_expression "uVar1 + 0xc" identifier + number_literal) )))) = number_literal) ;) }) (else_clause "else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" else (compound_statement "{\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" { (expression_statement "uVar3 = *(uint *)(uVar1 + 8);" (assignment_expression "uVar3 = *(uint *)(uVar1 + 8)" identifier = (pointer_expression "*(uint *)(uVar1 + 8)" * (cast_expression "(uint *)(uVar1 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 + 8)" ( (binary_expression "uVar1 + 8" identifier + number_literal) ))))) ;) (expression_statement "puVar2[3] = uVar1;" (assignment_expression "puVar2[3] = uVar1" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[2] = uVar3;" (assignment_expression "puVar2[2] = uVar3" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 *)(uVar1 + 8) = 0;" (assignment_expression "*(undefined4 *)(uVar1 + 8) = 0" (pointer_expression "*(undefined4 *)(uVar1 + 8)" * (cast_expression "(undefined4 *)(uVar1 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 + 8)" ( (binary_expression "uVar1 + 8" identifier + number_literal) )))) = number_literal) ;) }))))) (expression_statement "*param_1 = (uint)puVar2;" (assignment_expression "*param_1 = (uint)puVar2" (pointer_expression "*param_1" * identifier) = (cast_expression "(uint)puVar2" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "param_1[7] = param_1[7] + 1;" (assignment_expression "param_1[7] = param_1[7] + 1" (subscript_expression "param_1[7]" identifier [ number_literal ]) = (binary_expression "param_1[7] + 1" (subscript_expression "param_1[7]" identifier [ number_literal ]) + number_literal)) ;) (expression_statement "param_1[5] = 0;" (assignment_expression "param_1[5] = 0" (subscript_expression "param_1[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "UnlockSemaphoreInfo(param_1[9]);" (call_expression "UnlockSemaphoreInfo(param_1[9])" identifier (argument_list "(param_1[9])" ( (subscript_expression "param_1[9]" identifier [ number_literal ]) ))) ;) (return_statement "return 1;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (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 IDENT <= IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) }))) }) (else_clause else (compound_statement { (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 *)) ) (subscript_expression IDENT [ LIT ]))) )) (argument_list ( 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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (argument_list ( )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (argument_list ( )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = 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 ])) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return LIT ;) })) }))) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( 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 ( (subscript_expression IDENT [ LIT ]) ))) ;) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) }))))) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) ))) ;) (return_statement return LIT ;) })))
(function_definition "undefined4 AddValueToSplayTree(uint *param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n uint *puVar2;\n uint uVar3;\n uint *puVar4;\n \n LockSemaphoreInfo(param_1[9]);\n FUN_001c4184(param_1,param_2);\n puVar4 = (uint *)*param_1;\n if (puVar4 != (uint *)0x0) {\n uVar1 = *puVar4;\n if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }\n }\n puVar2 = (uint *)AcquireMagickMemory(0x10);\n if (puVar2 == (uint *)0x0) {\n UnlockSemaphoreInfo(param_1[9]);\n return 0;\n }\n uVar1 = *param_1;\n *puVar2 = param_2;\n puVar2[1] = param_3;\n if (uVar1 == 0) {\n puVar2[2] = 0;\n puVar2[3] = 0;\n }\n else if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }\n *param_1 = (uint)puVar2;\n param_1[7] = param_1[7] + 1;\n param_1[5] = 0;\n UnlockSemaphoreInfo(param_1[9]);\n return 1;\n}" (type_identifier "undefined4") (function_declarator "AddValueToSplayTree(uint *param_1,uint param_2,uint param_3)" (identifier "AddValueToSplayTree") (parameter_list "(uint *param_1,uint param_2,uint param_3)" (( "(") (parameter_declaration "uint *param_1" (type_identifier "uint") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) () ")"))) (compound_statement "{\n uint uVar1;\n uint *puVar2;\n uint uVar3;\n uint *puVar4;\n \n LockSemaphoreInfo(param_1[9]);\n FUN_001c4184(param_1,param_2);\n puVar4 = (uint *)*param_1;\n if (puVar4 != (uint *)0x0) {\n uVar1 = *puVar4;\n if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }\n }\n puVar2 = (uint *)AcquireMagickMemory(0x10);\n if (puVar2 == (uint *)0x0) {\n UnlockSemaphoreInfo(param_1[9]);\n return 0;\n }\n uVar1 = *param_1;\n *puVar2 = param_2;\n puVar2[1] = param_3;\n if (uVar1 == 0) {\n puVar2[2] = 0;\n puVar2[3] = 0;\n }\n else if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }\n *param_1 = (uint)puVar2;\n param_1[7] = param_1[7] + 1;\n param_1[5] = 0;\n UnlockSemaphoreInfo(param_1[9]);\n return 1;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "uint *puVar2;" (type_identifier "uint") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "uint *puVar4;" (type_identifier "uint") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (expression_statement "LockSemaphoreInfo(param_1[9]);" (call_expression "LockSemaphoreInfo(param_1[9])" (identifier "LockSemaphoreInfo") (argument_list "(param_1[9])" (( "(") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) () ")"))) (; ";")) (expression_statement "FUN_001c4184(param_1,param_2);" (call_expression "FUN_001c4184(param_1,param_2)" (identifier "FUN_001c4184") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "puVar4 = (uint *)*param_1;" (assignment_expression "puVar4 = (uint *)*param_1" (identifier "puVar4") (= "=") (cast_expression "(uint *)*param_1" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (if_statement "if (puVar4 != (uint *)0x0) {\n uVar1 = *puVar4;\n if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }\n }" (if "if") (parenthesized_expression "(puVar4 != (uint *)0x0)" (( "(") (binary_expression "puVar4 != (uint *)0x0" (identifier "puVar4") (!= "!=") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar1 = *puVar4;\n if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }\n }" ({ "{") (expression_statement "uVar1 = *puVar4;" (assignment_expression "uVar1 = *puVar4" (identifier "uVar1") (= "=") (pointer_expression "*puVar4" (* "*") (identifier "puVar4"))) (; ";")) (if_statement "if ((code *)param_1[1] == (code *)0x0) {\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }\n else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }" (if "if") (parenthesized_expression "((code *)param_1[1] == (code *)0x0)" (( "(") (binary_expression "(code *)param_1[1] == (code *)0x0" (cast_expression "(code *)param_1[1]" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (== "==") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }\n }" ({ "{") (if_statement "if (param_2 < uVar1) {\n puVar4 = (uint *)0x1;\n }\n else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }" (if "if") (parenthesized_expression "(param_2 < uVar1)" (( "(") (binary_expression "param_2 < uVar1" (identifier "param_2") (< "<") (identifier "uVar1")) () ")")) (compound_statement "{\n puVar4 = (uint *)0x1;\n }" ({ "{") (expression_statement "puVar4 = (uint *)0x1;" (assignment_expression "puVar4 = (uint *)0x1" (identifier "puVar4") (= "=") (cast_expression "(uint *)0x1" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x1"))) (; ";")) (} "}")) (else_clause "else {\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }" (else "else") (compound_statement "{\n if (param_2 <= uVar1) goto LAB_001c45a0;\n puVar4 = (uint *)0xffffffff;\n }" ({ "{") (if_statement "if (param_2 <= uVar1) goto LAB_001c45a0;" (if "if") (parenthesized_expression "(param_2 <= uVar1)" (( "(") (binary_expression "param_2 <= uVar1" (identifier "param_2") (<= "<=") (identifier "uVar1")) () ")")) (goto_statement "goto LAB_001c45a0;" (goto "goto") (statement_identifier "LAB_001c45a0") (; ";"))) (expression_statement "puVar4 = (uint *)0xffffffff;" (assignment_expression "puVar4 = (uint *)0xffffffff" (identifier "puVar4") (= "=") (cast_expression "(uint *)0xffffffff" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0xffffffff"))) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }" (else "else") (compound_statement "{\n puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);\n if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }\n }" ({ "{") (expression_statement "puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2);" (assignment_expression "puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2)" (identifier "puVar4") (= "=") (cast_expression "(uint *)(*(code *)param_1[1])(uVar1,param_2)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)param_1[1])(uVar1,param_2)" (parenthesized_expression "(*(code *)param_1[1])" (( "(") (pointer_expression "*(code *)param_1[1]" (* "*") (cast_expression "(code *)param_1[1]" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) () ")")) (argument_list "(uVar1,param_2)" (( "(") (identifier "uVar1") (, ",") (identifier "param_2") () ")"))))) (; ";")) (if_statement "if (puVar4 == (uint *)0x0) {\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }" (if "if") (parenthesized_expression "(puVar4 == (uint *)0x0)" (( "(") (binary_expression "puVar4 == (uint *)0x0" (identifier "puVar4") (== "==") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n puVar4 = (uint *)*param_1;\nLAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }\n if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }\n uVar1 = param_1[9];\n *puVar4 = param_2;\n puVar4[1] = param_3;\n UnlockSemaphoreInfo(uVar1);\n return 1;\n }" ({ "{") (expression_statement "puVar4 = (uint *)*param_1;" (assignment_expression "puVar4 = (uint *)*param_1" (identifier "puVar4") (= "=") (cast_expression "(uint *)*param_1" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (labeled_statement "LAB_001c45a0:\n if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }" (statement_identifier "LAB_001c45a0") (: ":") (if_statement "if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) {\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }" (if "if") (parenthesized_expression "(((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0))" (( "(") (binary_expression "((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)" (parenthesized_expression "((code *)param_1[3] != (code *)0x0)" (( "(") (binary_expression "(code *)param_1[3] != (code *)0x0" (cast_expression "(code *)param_1[3]" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (!= "!=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(puVar4[1] != 0)" (( "(") (binary_expression "puVar4[1] != 0" (subscript_expression "puVar4[1]" (identifier "puVar4") ([ "[") (number_literal "1") (] "]")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n uVar1 = (*(code *)param_1[3])();\n puVar4[1] = uVar1;\n puVar4 = (uint *)*param_1;\n }" ({ "{") (expression_statement "uVar1 = (*(code *)param_1[3])();" (assignment_expression "uVar1 = (*(code *)param_1[3])()" (identifier "uVar1") (= "=") (call_expression "(*(code *)param_1[3])()" (parenthesized_expression "(*(code *)param_1[3])" (( "(") (pointer_expression "*(code *)param_1[3]" (* "*") (cast_expression "(code *)param_1[3]" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "puVar4[1] = uVar1;" (assignment_expression "puVar4[1] = uVar1" (subscript_expression "puVar4[1]" (identifier "puVar4") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "puVar4 = (uint *)*param_1;" (assignment_expression "puVar4 = (uint *)*param_1" (identifier "puVar4") (= "=") (cast_expression "(uint *)*param_1" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (} "}")))) (if_statement "if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) {\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }" (if "if") (parenthesized_expression "(((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0))" (( "(") (binary_expression "((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)" (parenthesized_expression "((code *)param_1[2] != (code *)0x0)" (( "(") (binary_expression "(code *)param_1[2] != (code *)0x0" (cast_expression "(code *)param_1[2]" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (!= "!=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(*puVar4 != 0)" (( "(") (binary_expression "*puVar4 != 0" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n uVar1 = (*(code *)param_1[2])();\n *puVar4 = uVar1;\n puVar4 = (uint *)*param_1;\n }" ({ "{") (expression_statement "uVar1 = (*(code *)param_1[2])();" (assignment_expression "uVar1 = (*(code *)param_1[2])()" (identifier "uVar1") (= "=") (call_expression "(*(code *)param_1[2])()" (parenthesized_expression "(*(code *)param_1[2])" (( "(") (pointer_expression "*(code *)param_1[2]" (* "*") (cast_expression "(code *)param_1[2]" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "*puVar4 = uVar1;" (assignment_expression "*puVar4 = uVar1" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "puVar4 = (uint *)*param_1;" (assignment_expression "puVar4 = (uint *)*param_1" (identifier "puVar4") (= "=") (cast_expression "(uint *)*param_1" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (} "}"))) (expression_statement "uVar1 = param_1[9];" (assignment_expression "uVar1 = param_1[9]" (identifier "uVar1") (= "=") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]"))) (; ";")) (expression_statement "*puVar4 = param_2;" (assignment_expression "*puVar4 = param_2" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "puVar4[1] = param_3;" (assignment_expression "puVar4[1] = param_3" (subscript_expression "puVar4[1]" (identifier "puVar4") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_3")) (; ";")) (expression_statement "UnlockSemaphoreInfo(uVar1);" (call_expression "UnlockSemaphoreInfo(uVar1)" (identifier "UnlockSemaphoreInfo") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")"))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (} "}")))) (} "}"))) (expression_statement "puVar2 = (uint *)AcquireMagickMemory(0x10);" (assignment_expression "puVar2 = (uint *)AcquireMagickMemory(0x10)" (identifier "puVar2") (= "=") (cast_expression "(uint *)AcquireMagickMemory(0x10)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "AcquireMagickMemory(0x10)" (identifier "AcquireMagickMemory") (argument_list "(0x10)" (( "(") (number_literal "0x10") () ")"))))) (; ";")) (if_statement "if (puVar2 == (uint *)0x0) {\n UnlockSemaphoreInfo(param_1[9]);\n return 0;\n }" (if "if") (parenthesized_expression "(puVar2 == (uint *)0x0)" (( "(") (binary_expression "puVar2 == (uint *)0x0" (identifier "puVar2") (== "==") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n UnlockSemaphoreInfo(param_1[9]);\n return 0;\n }" ({ "{") (expression_statement "UnlockSemaphoreInfo(param_1[9]);" (call_expression "UnlockSemaphoreInfo(param_1[9])" (identifier "UnlockSemaphoreInfo") (argument_list "(param_1[9])" (( "(") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) () ")"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" (identifier "uVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "*puVar2 = param_2;" (assignment_expression "*puVar2 = param_2" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "puVar2[1] = param_3;" (assignment_expression "puVar2[1] = param_3" (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_3")) (; ";")) (if_statement "if (uVar1 == 0) {\n puVar2[2] = 0;\n puVar2[3] = 0;\n }\n else if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" (if "if") (parenthesized_expression "(uVar1 == 0)" (( "(") (binary_expression "uVar1 == 0" (identifier "uVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n puVar2[2] = 0;\n puVar2[3] = 0;\n }" ({ "{") (expression_statement "puVar2[2] = 0;" (assignment_expression "puVar2[2] = 0" (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[3] = 0;" (assignment_expression "puVar2[3] = 0" (subscript_expression "puVar2[3]" (identifier "puVar2") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" (else "else") (if_statement "if ((int)puVar4 < 0) {\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }\n else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" (if "if") (parenthesized_expression "((int)puVar4 < 0)" (( "(") (binary_expression "(int)puVar4 < 0" (cast_expression "(int)puVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar4")) (< "<") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = *(uint *)(uVar1 + 0xc);\n puVar2[2] = uVar1;\n puVar2[3] = uVar3;\n *(undefined4 *)(uVar1 + 0xc) = 0;\n }" ({ "{") (expression_statement "uVar3 = *(uint *)(uVar1 + 0xc);" (assignment_expression "uVar3 = *(uint *)(uVar1 + 0xc)" (identifier "uVar3") (= "=") (pointer_expression "*(uint *)(uVar1 + 0xc)" (* "*") (cast_expression "(uint *)(uVar1 + 0xc)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar1 + 0xc)" (( "(") (binary_expression "uVar1 + 0xc" (identifier "uVar1") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "puVar2[2] = uVar1;" (assignment_expression "puVar2[2] = uVar1" (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "puVar2[3] = uVar3;" (assignment_expression "puVar2[3] = uVar3" (subscript_expression "puVar2[3]" (identifier "puVar2") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "*(undefined4 *)(uVar1 + 0xc) = 0;" (assignment_expression "*(undefined4 *)(uVar1 + 0xc) = 0" (pointer_expression "*(undefined4 *)(uVar1 + 0xc)" (* "*") (cast_expression "(undefined4 *)(uVar1 + 0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar1 + 0xc)" (( "(") (binary_expression "uVar1 + 0xc" (identifier "uVar1") (+ "+") (number_literal "0xc")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" (else "else") (compound_statement "{\n uVar3 = *(uint *)(uVar1 + 8);\n puVar2[3] = uVar1;\n puVar2[2] = uVar3;\n *(undefined4 *)(uVar1 + 8) = 0;\n }" ({ "{") (expression_statement "uVar3 = *(uint *)(uVar1 + 8);" (assignment_expression "uVar3 = *(uint *)(uVar1 + 8)" (identifier "uVar3") (= "=") (pointer_expression "*(uint *)(uVar1 + 8)" (* "*") (cast_expression "(uint *)(uVar1 + 8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar1 + 8)" (( "(") (binary_expression "uVar1 + 8" (identifier "uVar1") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "puVar2[3] = uVar1;" (assignment_expression "puVar2[3] = uVar1" (subscript_expression "puVar2[3]" (identifier "puVar2") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "puVar2[2] = uVar3;" (assignment_expression "puVar2[2] = uVar3" (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "*(undefined4 *)(uVar1 + 8) = 0;" (assignment_expression "*(undefined4 *)(uVar1 + 8) = 0" (pointer_expression "*(undefined4 *)(uVar1 + 8)" (* "*") (cast_expression "(undefined4 *)(uVar1 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar1 + 8)" (( "(") (binary_expression "uVar1 + 8" (identifier "uVar1") (+ "+") (number_literal "8")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}")))))) (expression_statement "*param_1 = (uint)puVar2;" (assignment_expression "*param_1 = (uint)puVar2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(uint)puVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "puVar2"))) (; ";")) (expression_statement "param_1[7] = param_1[7] + 1;" (assignment_expression "param_1[7] = param_1[7] + 1" (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]")) (= "=") (binary_expression "param_1[7] + 1" (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]")) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "param_1[5] = 0;" (assignment_expression "param_1[5] = 0" (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "UnlockSemaphoreInfo(param_1[9]);" (call_expression "UnlockSemaphoreInfo(param_1[9])" (identifier "UnlockSemaphoreInfo") (argument_list "(param_1[9])" (( "(") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) () ")"))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}")))
type_1 function_1(type_2 *splay_tree,void *key,void *value) { /* WARNING: Subroutine does not return */ var_1(splay_tree->semaphore); }
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) 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: (identifier) right: (identifier))) 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)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) arguments: (argument_list (identifier) (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (cast_expression type: (type_descriptor type: (type_identifier) 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 (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: (subscript_expression argument: (identifier) index: (number_literal))))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (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))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (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 (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal))))) (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (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: (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)))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (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: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) 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: (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: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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 (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal))))) (return_statement (number_literal)))))
undefined4 MASKED(uint *param_1,uint param_2,uint param_3) { uint uVar1; uint *puVar2; uint uVar3; uint *puVar4; LockSemaphoreInfo(param_1[9]); FUN_001c4184(param_1,param_2); puVar4 = (uint *)*param_1; if (puVar4 != (uint *)0x0) { uVar1 = *puVar4; if ((code *)param_1[1] == (code *)0x0) { if (param_2 < uVar1) { puVar4 = (uint *)0x1; } else { if (param_2 <= uVar1) goto LAB_001c45a0; puVar4 = (uint *)0xffffffff; } } else { puVar4 = (uint *)(*(code *)param_1[1])(uVar1,param_2); if (puVar4 == (uint *)0x0) { puVar4 = (uint *)*param_1; LAB_001c45a0: if (((code *)param_1[3] != (code *)0x0) && (puVar4[1] != 0)) { uVar1 = (*(code *)param_1[3])(); puVar4[1] = uVar1; puVar4 = (uint *)*param_1; } if (((code *)param_1[2] != (code *)0x0) && (*puVar4 != 0)) { uVar1 = (*(code *)param_1[2])(); *puVar4 = uVar1; puVar4 = (uint *)*param_1; } uVar1 = param_1[9]; *puVar4 = param_2; puVar4[1] = param_3; UnlockSemaphoreInfo(uVar1); return 1; } } } puVar2 = (uint *)AcquireMagickMemory(0x10); if (puVar2 == (uint *)0x0) { UnlockSemaphoreInfo(param_1[9]); return 0; } uVar1 = *param_1; *puVar2 = param_2; puVar2[1] = param_3; if (uVar1 == 0) { puVar2[2] = 0; puVar2[3] = 0; } else if ((int)puVar4 < 0) { uVar3 = *(uint *)(uVar1 + 0xc); puVar2[2] = uVar1; puVar2[3] = uVar3; *(undefined4 *)(uVar1 + 0xc) = 0; } else { uVar3 = *(uint *)(uVar1 + 8); puVar2[3] = uVar1; puVar2[2] = uVar3; *(undefined4 *)(uVar1 + 8) = 0; } *param_1 = (uint)puVar2; param_1[7] = param_1[7] + 1; param_1[5] = 0; UnlockSemaphoreInfo(param_1[9]); return 1; }
79,591
72_readlink_and_readlink_strip.c
seen_file
FUN_00012320
_Bool seen_file(Hash_table *ht,char *file,stat *stats) { void *pvVar1; int iVar2; int *piVar3; F_triple new_ent; piVar3 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390); iVar2 = *piVar3; if (ht == (Hash_table *)0x0) { pvVar1 = (void *)0x0; } else { new_ent.st_ino._0_4_ = (undefined4)stats->st_ino; new_ent.st_ino._4_4_ = *(undefined4 *)((int)&stats->st_ino + 4); new_ent.st_dev._0_4_ = (undefined4)stats->st_dev; new_ent.st_dev._4_4_ = *(undefined4 *)((int)&stats->st_dev + 4); new_ent.name = file; pvVar1 = hash_lookup(ht,&new_ent); if (pvVar1 != (void *)0x0) { pvVar1 = (void *)0x1; } } if (iVar2 != *piVar3) { /* WARNING: Subroutine does not return */ __stack_chk_fail(); } return SUB41(pvVar1,0); }
void FUN_00012320(int param_1,undefined4 param_2,undefined4 *param_3) { int iVar1; int *piVar2; undefined4 local_30 [2]; undefined4 local_28; undefined4 uStack_24; undefined4 local_20; undefined4 uStack_1c; int local_14; piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390); local_14 = *piVar2; if (param_1 == 0) { iVar1 = 0; } else { local_28 = param_3[0x18]; uStack_24 = param_3[0x19]; local_20 = *param_3; uStack_1c = param_3[1]; local_30[0] = param_2; iVar1 = FUN_00012a1c(param_1,local_30); if (iVar1 != 0) { iVar1 = 1; } } if (local_14 != *piVar2) { /* WARNING: Subroutine does not return */ __stack_chk_fail(iVar1); } return; }
ldr r3,[0x1238c] ldr r12,[0x12390] add r3,pc,r3 stmdb sp!,{r4,r5,r6,lr} ldr r6,[r3,r12] sub sp,sp,#0x20 subs r12,r0,#0x0 ldr r3,[r6,#0x0] str r3,[sp,#0x1c] cpyeq r0,r12 beq 0x00012370 ldrd r4,r5,[r2,#0x60] ldrd r2,r3,[r2,#0x0] str r1,[sp,#0x0] cpy r1,sp strd r4,r5,[sp,#0x8] strd r2,r3,[sp,#0x10] bl 0x00012a1c adds r0,r0,#0x0 movne r0,#0x1 ldr r2,[sp,#0x1c] ldr r3,[r6,#0x0] cmp r2,r3 bne 0x00012388 add sp,sp,#0x20 ldmia sp!,{r4,r5,r6,pc} bl 0x00010efc
null
null
null
null
[(u'PTRSUB_-1205984071', u'LOAD_-1205984368'), (u'INDIRECT_-1205984086', u'MULTIEQUAL_-1205984073'), ('const-417', u'LOAD_-1205984280'), (u'CALL_-1205984214', u'INDIRECT_-1205984055'), ('const-417', u'LOAD_-1205984442'), (u'MULTIEQUAL_-1205984163', u'SUBPIECE_-1205984142'), (u'INDIRECT_-1205984068', u'COPY_-1205984126'), ('const-417', u'LOAD_-1205984400'), ('tmp_935', u'INT_ADD_-1205984426'), ('tmp_939', u'MULTIEQUAL_-1205984079'), (u'SUBPIECE_-1205984142', u'RETURN_-1205984217'), (u'LOAD_-1205984442', u'LOAD_-1205984280'), (u'CALL_-1205984326', u'INDIRECT_-1205984086'), ('tmp_934', u'INT_ADD_-1205984447'), (u'CALL_-1205984326', u'INT_NOTEQUAL_-1205984305'), (u'CALL_-1205984326', u'INDIRECT_-1205984089'), (u'PTRSUB_-1205984078', u'LOAD_-1205984376'), ('tmp_940', u'MULTIEQUAL_-1205984082'), (u'CALL_-1205984326', u'MULTIEQUAL_-1205984163'), (u'INT_EQUAL_-1205984401', u'CBRANCH_-1205984385'), ('tmp_437', u'COPY_-1205984111'), (u'MULTIEQUAL_-1205984085', u'COPY_-1205984126'), (u'INT_ADD_-1205984426', u'CAST_-1205984099'), ('tmp_935', u'MULTIEQUAL_-1205984085'), (u'INDIRECT_-1205984092', u'MULTIEQUAL_-1205984079'), (u'CALL_-1205984214', u'INDIRECT_-1205984068'), ('const-4', u'INT_ADD_-1205984123'), ('const-417', u'LOAD_-1205984368'), (u'INT_ADD_-1205984447', u'INT_ADD_-1205984426'), ('tmp_715', u'PTRSUB_-1205984103'), (u'CALL_-1205984214', u'INDIRECT_-1205984049'), ('const-0', u'PTRSUB_-1205984071'), (u'INT_ADD_-1205984116', u'CAST_-1205984063'), (u'CAST_-1205984064', u'INT_ADD_-1205984116'), (u'INT_NOTEQUAL_-1205984305', u'CBRANCH_-1205984301'), (u'INDIRECT_-1205984105', u'MULTIEQUAL_-1205984090'), (u'PTRSUB_-1205984077', u'CAST_-1205984070'), ('const-4294967248', u'PTRSUB_-1205984103'), ('tmp_938', u'MULTIEQUAL_-1205984076'), ('tmp_438', u'PTRSUB_-1205984070'), (u'CAST_-1205984069', u'LOAD_-1205984374'), (u'LOAD_-1205984280', u'INT_NOTEQUAL_-1205984260'), ('const-96', u'PTRSUB_-1205984077'), (u'COPY_-1205984110', u'MULTIEQUAL_-1205984163'), (u'CALL_-1205984214', u'INDIRECT_-1205984058'), (u'LOAD_-1205984442', u'LOAD_-1205984400'), (u'CALL_-1205984214', u'INDIRECT_-1205984052'), (u'CALL_-1205984326', u'INDIRECT_-1205984105'), ('tmp_348', u'CBRANCH_-1205984257'), ('const-74544', u'INT_ADD_-1205984447'), ('tmp_436', u'CALL_-1205984326'), (u'LOAD_-1205984400', u'INT_NOTEQUAL_-1205984260'), (u'MULTIEQUAL_-1205984090', u'COPY_-1205984131'), ('const-417', u'LOAD_-1205984374'), ('const-0', u'SUBPIECE_-1205984142'), (u'LOAD_-1205984376', u'SUBPIECE_-1205984075'), (u'CAST_-1205984099', u'LOAD_-1205984442'), ('const-96', u'PTRSUB_-1205984078'), (u'CALL_-1205984214', u'INDIRECT_-1205984046'), (u'PTRSUB_-1205984103', u'CALL_-1205984326'), (u'INDIRECT_-1205984100', u'MULTIEQUAL_-1205984085'), (u'INT_NOTEQUAL_-1205984260', u'CBRANCH_-1205984257'), (u'INDIRECT_-1205984095', u'MULTIEQUAL_-1205984082'), (u'CAST_-1205984070', u'INT_ADD_-1205984123'), ('tmp_438', u'PTRSUB_-1205984078'), (u'INDIRECT_-1205984083', u'MULTIEQUAL_-1205984070'), ('const-1', u'COPY_-1205984297'), (u'CALL_-1205984326', u'INDIRECT_-1205984100'), (u'INDIRECT_-1205984089', u'MULTIEQUAL_-1205984076'), ('const-1', u'RETURN_-1205984209'), ('tmp_436', u'INT_EQUAL_-1205984401'), ('tmp_274', u'CBRANCH_-1205984301'), ('const-0', u'COPY_-1205984110'), (u'INT_ADD_-1205984123', u'CAST_-1205984069'), (u'COPY_-1205984297', u'MULTIEQUAL_-1205984163'), (u'LOAD_-1205984368', u'SUBPIECE_-1205984070'), ('tmp_937', u'MULTIEQUAL_-1205984073'), ('const-0', u'RETURN_-1205984217'), (u'PTRSUB_-1205984070', u'CAST_-1205984064'), ('const-0', u'SUBPIECE_-1205984075'), ('const-417', u'LOAD_-1205984366'), ('tmp_438', u'PTRSUB_-1205984077'), (u'INDIRECT_-1205984063', u'COPY_-1205984121'), ('tmp_936', u'MULTIEQUAL_-1205984070'), ('const-0', u'INT_EQUAL_-1205984401'), ('const-0', u'INT_NOTEQUAL_-1205984305'), (u'CAST_-1205984063', u'LOAD_-1205984366'), (u'CALL_-1205984214', u'INDIRECT_-1205984063'), ('const-417', u'LOAD_-1205984376'), ('tmp_438', u'PTRSUB_-1205984071'), ('const-0', u'PTRSUB_-1205984070'), (u'CALL_-1205984326', u'INDIRECT_-1205984095'), (u'CALL_-1205984326', u'INDIRECT_-1205984083'), ('const-0', u'SUBPIECE_-1205984070'), ('tmp_934', u'MULTIEQUAL_-1205984090'), (u'CALL_-1205984326', u'INDIRECT_-1205984092'), ('tmp_156', u'CBRANCH_-1205984385'), ('const-4', u'INT_ADD_-1205984116')]
[('tmp_724', u'PTRADD_-1205984073'), (u'INDIRECT_-1205984086', u'MULTIEQUAL_-1205984073'), (u'CALL_-1205984214', u'INDIRECT_-1205984055'), ('tmp_724', u'PTRADD_-1205984079'), ('tmp_949', u'MULTIEQUAL_-1205984082'), ('tmp_944', u'MULTIEQUAL_-1205984085'), ('const-417', u'LOAD_-1205984376'), (u'INDIRECT_-1205984068', u'COPY_-1205984126'), (u'MULTIEQUAL_-1205984067', u'INT_NOTEQUAL_-1205984260'), (u'MULTIEQUAL_-1205984090', u'COPY_-1205984131'), ('tmp_720', u'INT_EQUAL_-1205984401'), ('const-417', u'LOAD_-1205984280'), (u'CALL_-1205984214', u'INDIRECT_-1205984046'), (u'INT_ADD_-1205984426', u'CAST_-1205984104'), ('tmp_946', u'MULTIEQUAL_-1205984073'), (u'PTRSUB_-1205984103', u'CALL_-1205984326'), ('tmp_947', u'MULTIEQUAL_-1205984076'), (u'INDIRECT_-1205984100', u'MULTIEQUAL_-1205984085'), ('const-0', u'COPY_-1205984110'), (u'LOAD_-1205984442', u'LOAD_-1205984280'), (u'INT_NOTEQUAL_-1205984260', u'CBRANCH_-1205984257'), (u'PTRADD_-1205984073', u'LOAD_-1205984366'), (u'INDIRECT_-1205984095', u'MULTIEQUAL_-1205984082'), (u'CALL_-1205984326', u'INDIRECT_-1205984086'), ('tmp_943', u'INT_ADD_-1205984447'), ('const-74544', u'INT_ADD_-1205984447'), ('const-417', u'LOAD_-1205984368'), (u'CALL_-1205984326', u'INT_NOTEQUAL_-1205984305'), ('const-417', u'LOAD_-1205984374'), (u'CALL_-1205984326', u'INDIRECT_-1205984089'), (u'INDIRECT_-1205984083', u'MULTIEQUAL_-1205984070'), ('const-417', u'LOAD_-1205984442'), ('tmp_948', u'MULTIEQUAL_-1205984079'), (u'CALL_-1205984326', u'INDIRECT_-1205984100'), ('const-1', u'COPY_-1205984297'), (u'CALL_-1205984326', u'MULTIEQUAL_-1205984163'), (u'INDIRECT_-1205984089', u'MULTIEQUAL_-1205984076'), ('tmp_945', u'MULTIEQUAL_-1205984070'), ('const-1', u'RETURN_-1205984209'), (u'INT_EQUAL_-1205984401', u'CBRANCH_-1205984385'), ('tmp_943', u'MULTIEQUAL_-1205984090'), (u'CALL_-1205984326', u'INDIRECT_-1205984080'), (u'MULTIEQUAL_-1205984085', u'COPY_-1205984126'), ('const-4294967248', u'PTRSUB_-1205984103'), ('tmp_724', u'LOAD_-1205984368'), (u'INDIRECT_-1205984092', u'MULTIEQUAL_-1205984079'), (u'CALL_-1205984214', u'INDIRECT_-1205984068'), ('tmp_274', u'CBRANCH_-1205984301'), (u'CAST_-1205984104', u'LOAD_-1205984442'), (u'INT_ADD_-1205984447', u'INT_ADD_-1205984426'), (u'COPY_-1205984297', u'MULTIEQUAL_-1205984163'), ('tmp_715', u'PTRSUB_-1205984103'), ('const-0', u'RETURN_-1205984217'), (u'CALL_-1205984214', u'INDIRECT_-1205984049'), ('const-24', u'PTRADD_-1205984079'), ('const-4', u'PTRADD_-1205984078'), ('const-1', u'PTRADD_-1205984073'), ('tmp_725', u'COPY_-1205984116'), ('const-417', u'LOAD_-1205984400'), ('tmp_724', u'PTRADD_-1205984078'), (u'CALL_-1205984214', u'INDIRECT_-1205984043'), ('tmp_944', u'INT_ADD_-1205984426'), (u'INT_NOTEQUAL_-1205984305', u'CBRANCH_-1205984301'), (u'INDIRECT_-1205984063', u'COPY_-1205984121'), ('const-4', u'PTRADD_-1205984079'), (u'PTRADD_-1205984079', u'LOAD_-1205984376'), (u'INDIRECT_-1205984105', u'MULTIEQUAL_-1205984090'), ('const-0', u'INT_EQUAL_-1205984401'), ('const-0', u'INT_NOTEQUAL_-1205984305'), (u'LOAD_-1205984400', u'MULTIEQUAL_-1205984067'), (u'INDIRECT_-1205984080', u'MULTIEQUAL_-1205984067'), (u'CALL_-1205984214', u'INDIRECT_-1205984063'), ('const-25', u'PTRADD_-1205984078'), (u'PTRADD_-1205984078', u'LOAD_-1205984374'), (u'MULTIEQUAL_-1205984163', u'CALL_-1205984214'), (u'LOAD_-1205984280', u'INT_NOTEQUAL_-1205984260'), (u'CALL_-1205984326', u'INDIRECT_-1205984095'), (u'COPY_-1205984110', u'MULTIEQUAL_-1205984163'), (u'CALL_-1205984214', u'INDIRECT_-1205984058'), ('tmp_720', u'CALL_-1205984326'), ('const-417', u'LOAD_-1205984366'), (u'CALL_-1205984326', u'INDIRECT_-1205984083'), (u'LOAD_-1205984442', u'LOAD_-1205984400'), (u'CALL_-1205984214', u'INDIRECT_-1205984052'), (u'CALL_-1205984326', u'INDIRECT_-1205984105'), ('const-4', u'PTRADD_-1205984073'), ('tmp_348', u'CBRANCH_-1205984257'), (u'CALL_-1205984326', u'INDIRECT_-1205984092'), ('tmp_156', u'CBRANCH_-1205984385')]
null
null
00012320
arm
O2
(translation_unit "void FUN_00012320(int param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 local_30 [2];\n undefined4 local_28;\n undefined4 uStack_24;\n undefined4 local_20;\n undefined4 uStack_1c;\n int local_14;\n \n piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);\n local_14 = *piVar2;\n if (param_1 == 0) {\n iVar1 = 0;\n }\n else {\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }\n if (local_14 != *piVar2) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar1);\n }\n return;\n}\n\n" (function_definition "void FUN_00012320(int param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 local_30 [2];\n undefined4 local_28;\n undefined4 uStack_24;\n undefined4 local_20;\n undefined4 uStack_1c;\n int local_14;\n \n piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);\n local_14 = *piVar2;\n if (param_1 == 0) {\n iVar1 = 0;\n }\n else {\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }\n if (local_14 != *piVar2) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar1);\n }\n return;\n}" primitive_type (function_declarator "FUN_00012320(int param_1,undefined4 param_2,undefined4 *param_3)" identifier (parameter_list "(int param_1,undefined4 param_2,undefined4 *param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n int iVar1;\n int *piVar2;\n undefined4 local_30 [2];\n undefined4 local_28;\n undefined4 uStack_24;\n undefined4 local_20;\n undefined4 uStack_1c;\n int local_14;\n \n piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);\n local_14 = *piVar2;\n if (param_1 == 0) {\n iVar1 = 0;\n }\n else {\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }\n if (local_14 != *piVar2) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar1);\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "undefined4 local_30 [2];" type_identifier (array_declarator "local_30 [2]" identifier [ number_literal ]) ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "undefined4 uStack_24;" type_identifier identifier ;) (declaration "undefined4 local_20;" type_identifier identifier ;) (declaration "undefined4 uStack_1c;" type_identifier identifier ;) (declaration "int local_14;" primitive_type identifier ;) (expression_statement "piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);" (assignment_expression "piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390)" identifier = (pointer_expression "*(int **)(DAT_0001238c + 0x12330 + DAT_00012390)" * (cast_expression "(int **)(DAT_0001238c + 0x12330 + DAT_00012390)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0001238c + 0x12330 + DAT_00012390)" ( (binary_expression "DAT_0001238c + 0x12330 + DAT_00012390" (binary_expression "DAT_0001238c + 0x12330" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_14 = *piVar2;" (assignment_expression "local_14 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) (if_statement "if (param_1 == 0) {\n iVar1 = 0;\n }\n else {\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n iVar1 = 0;\n }" { (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) }) (else_clause "else {\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }" else (compound_statement "{\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }" { (expression_statement "local_28 = param_3[0x18];" (assignment_expression "local_28 = param_3[0x18]" identifier = (subscript_expression "param_3[0x18]" identifier [ number_literal ])) ;) (expression_statement "uStack_24 = param_3[0x19];" (assignment_expression "uStack_24 = param_3[0x19]" identifier = (subscript_expression "param_3[0x19]" identifier [ number_literal ])) ;) (expression_statement "local_20 = *param_3;" (assignment_expression "local_20 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "uStack_1c = param_3[1];" (assignment_expression "uStack_1c = param_3[1]" identifier = (subscript_expression "param_3[1]" identifier [ number_literal ])) ;) (expression_statement "local_30[0] = param_2;" (assignment_expression "local_30[0] = param_2" (subscript_expression "local_30[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "iVar1 = FUN_00012a1c(param_1,local_30);" (assignment_expression "iVar1 = FUN_00012a1c(param_1,local_30)" identifier = (call_expression "FUN_00012a1c(param_1,local_30)" identifier (argument_list "(param_1,local_30)" ( identifier , identifier )))) ;) (if_statement "if (iVar1 != 0) {\n iVar1 = 1;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = 1;\n }" { (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) })) }))) (if_statement "if (local_14 != *piVar2) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar1);\n }" if (parenthesized_expression "(local_14 != *piVar2)" ( (binary_expression "local_14 != *piVar2" identifier != (pointer_expression "*piVar2" * identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar1);\n }" { comment (expression_statement "__stack_chk_fail(iVar1);" (call_expression "__stack_chk_fail(iVar1)" identifier (argument_list "(iVar1)" ( identifier ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "_Bool seen_file(Hash_table *ht,char *file,stat *stats)\n\n{\n void *pvVar1;\n int iVar2;\n int *piVar3;\n F_triple new_ent;\n \n piVar3 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);\n iVar2 = *piVar3;\n if (ht == (Hash_table *)0x0) {\n pvVar1 = (void *)0x0;\n }\n else {\n new_ent.st_ino._0_4_ = (undefined4)stats->st_ino;\n new_ent.st_ino._4_4_ = *(undefined4 *)((int)&stats->st_ino + 4);\n new_ent.st_dev._0_4_ = (undefined4)stats->st_dev;\n new_ent.st_dev._4_4_ = *(undefined4 *)((int)&stats->st_dev + 4);\n new_ent.name = file;\n pvVar1 = hash_lookup(ht,&new_ent);\n if (pvVar1 != (void *)0x0) {\n pvVar1 = (void *)0x1;\n }\n }\n if (iVar2 != *piVar3) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return SUB41(pvVar1,0);\n}\n\n" (function_definition "_Bool seen_file(Hash_table *ht,char *file,stat *stats)\n\n{\n void *pvVar1;\n int iVar2;\n int *piVar3;\n F_triple new_ent;\n \n piVar3 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);\n iVar2 = *piVar3;\n if (ht == (Hash_table *)0x0) {\n pvVar1 = (void *)0x0;\n }\n else {\n new_ent.st_ino._0_4_ = (undefined4)stats->st_ino;\n new_ent.st_ino._4_4_ = *(undefined4 *)((int)&stats->st_ino + 4);\n new_ent.st_dev._0_4_ = (undefined4)stats->st_dev;\n new_ent.st_dev._4_4_ = *(undefined4 *)((int)&stats->st_dev + 4);\n new_ent.name = file;\n pvVar1 = hash_lookup(ht,&new_ent);\n if (pvVar1 != (void *)0x0) {\n pvVar1 = (void *)0x1;\n }\n }\n if (iVar2 != *piVar3) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return SUB41(pvVar1,0);\n}" type_identifier (function_declarator "seen_file(Hash_table *ht,char *file,stat *stats)" identifier (parameter_list "(Hash_table *ht,char *file,stat *stats)" ( (parameter_declaration "Hash_table *ht" type_identifier (pointer_declarator "*ht" * identifier)) , (parameter_declaration "char *file" primitive_type (pointer_declarator "*file" * identifier)) , (parameter_declaration "stat *stats" type_identifier (pointer_declarator "*stats" * identifier)) ))) (compound_statement "{\n void *pvVar1;\n int iVar2;\n int *piVar3;\n F_triple new_ent;\n \n piVar3 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);\n iVar2 = *piVar3;\n if (ht == (Hash_table *)0x0) {\n pvVar1 = (void *)0x0;\n }\n else {\n new_ent.st_ino._0_4_ = (undefined4)stats->st_ino;\n new_ent.st_ino._4_4_ = *(undefined4 *)((int)&stats->st_ino + 4);\n new_ent.st_dev._0_4_ = (undefined4)stats->st_dev;\n new_ent.st_dev._4_4_ = *(undefined4 *)((int)&stats->st_dev + 4);\n new_ent.name = file;\n pvVar1 = hash_lookup(ht,&new_ent);\n if (pvVar1 != (void *)0x0) {\n pvVar1 = (void *)0x1;\n }\n }\n if (iVar2 != *piVar3) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return SUB41(pvVar1,0);\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "F_triple new_ent;" type_identifier identifier ;) (expression_statement "piVar3 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);" (assignment_expression "piVar3 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390)" identifier = (pointer_expression "*(int **)(DAT_0001238c + 0x12330 + DAT_00012390)" * (cast_expression "(int **)(DAT_0001238c + 0x12330 + DAT_00012390)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0001238c + 0x12330 + DAT_00012390)" ( (binary_expression "DAT_0001238c + 0x12330 + DAT_00012390" (binary_expression "DAT_0001238c + 0x12330" identifier + number_literal) + identifier) ))))) ;) (expression_statement "iVar2 = *piVar3;" (assignment_expression "iVar2 = *piVar3" identifier = (pointer_expression "*piVar3" * identifier)) ;) (if_statement "if (ht == (Hash_table *)0x0) {\n pvVar1 = (void *)0x0;\n }\n else {\n new_ent.st_ino._0_4_ = (undefined4)stats->st_ino;\n new_ent.st_ino._4_4_ = *(undefined4 *)((int)&stats->st_ino + 4);\n new_ent.st_dev._0_4_ = (undefined4)stats->st_dev;\n new_ent.st_dev._4_4_ = *(undefined4 *)((int)&stats->st_dev + 4);\n new_ent.name = file;\n pvVar1 = hash_lookup(ht,&new_ent);\n if (pvVar1 != (void *)0x0) {\n pvVar1 = (void *)0x1;\n }\n }" if (parenthesized_expression "(ht == (Hash_table *)0x0)" ( (binary_expression "ht == (Hash_table *)0x0" identifier == (cast_expression "(Hash_table *)0x0" ( (type_descriptor "Hash_table *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pvVar1 = (void *)0x0;\n }" { (expression_statement "pvVar1 = (void *)0x0;" (assignment_expression "pvVar1 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n new_ent.st_ino._0_4_ = (undefined4)stats->st_ino;\n new_ent.st_ino._4_4_ = *(undefined4 *)((int)&stats->st_ino + 4);\n new_ent.st_dev._0_4_ = (undefined4)stats->st_dev;\n new_ent.st_dev._4_4_ = *(undefined4 *)((int)&stats->st_dev + 4);\n new_ent.name = file;\n pvVar1 = hash_lookup(ht,&new_ent);\n if (pvVar1 != (void *)0x0) {\n pvVar1 = (void *)0x1;\n }\n }" else (compound_statement "{\n new_ent.st_ino._0_4_ = (undefined4)stats->st_ino;\n new_ent.st_ino._4_4_ = *(undefined4 *)((int)&stats->st_ino + 4);\n new_ent.st_dev._0_4_ = (undefined4)stats->st_dev;\n new_ent.st_dev._4_4_ = *(undefined4 *)((int)&stats->st_dev + 4);\n new_ent.name = file;\n pvVar1 = hash_lookup(ht,&new_ent);\n if (pvVar1 != (void *)0x0) {\n pvVar1 = (void *)0x1;\n }\n }" { (expression_statement "new_ent.st_ino._0_4_ = (undefined4)stats->st_ino;" (assignment_expression "new_ent.st_ino._0_4_ = (undefined4)stats->st_ino" (field_expression "new_ent.st_ino._0_4_" (field_expression "new_ent.st_ino" identifier . field_identifier) . field_identifier) = (cast_expression "(undefined4)stats->st_ino" ( (type_descriptor "undefined4" type_identifier) ) (field_expression "stats->st_ino" identifier -> field_identifier))) ;) (expression_statement "new_ent.st_ino._4_4_ = *(undefined4 *)((int)&stats->st_ino + 4);" (assignment_expression "new_ent.st_ino._4_4_ = *(undefined4 *)((int)&stats->st_ino + 4)" (field_expression "new_ent.st_ino._4_4_" (field_expression "new_ent.st_ino" identifier . field_identifier) . field_identifier) = (pointer_expression "*(undefined4 *)((int)&stats->st_ino + 4)" * (cast_expression "(undefined4 *)((int)&stats->st_ino + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&stats->st_ino + 4)" ( (binary_expression "(int)&stats->st_ino + 4" (cast_expression "(int)&stats->st_ino" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&stats->st_ino" & (field_expression "stats->st_ino" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "new_ent.st_dev._0_4_ = (undefined4)stats->st_dev;" (assignment_expression "new_ent.st_dev._0_4_ = (undefined4)stats->st_dev" (field_expression "new_ent.st_dev._0_4_" (field_expression "new_ent.st_dev" identifier . field_identifier) . field_identifier) = (cast_expression "(undefined4)stats->st_dev" ( (type_descriptor "undefined4" type_identifier) ) (field_expression "stats->st_dev" identifier -> field_identifier))) ;) (expression_statement "new_ent.st_dev._4_4_ = *(undefined4 *)((int)&stats->st_dev + 4);" (assignment_expression "new_ent.st_dev._4_4_ = *(undefined4 *)((int)&stats->st_dev + 4)" (field_expression "new_ent.st_dev._4_4_" (field_expression "new_ent.st_dev" identifier . field_identifier) . field_identifier) = (pointer_expression "*(undefined4 *)((int)&stats->st_dev + 4)" * (cast_expression "(undefined4 *)((int)&stats->st_dev + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&stats->st_dev + 4)" ( (binary_expression "(int)&stats->st_dev + 4" (cast_expression "(int)&stats->st_dev" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&stats->st_dev" & (field_expression "stats->st_dev" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "new_ent.name = file;" (assignment_expression "new_ent.name = file" (field_expression "new_ent.name" identifier . field_identifier) = identifier) ;) (expression_statement "pvVar1 = hash_lookup(ht,&new_ent);" (assignment_expression "pvVar1 = hash_lookup(ht,&new_ent)" identifier = (call_expression "hash_lookup(ht,&new_ent)" identifier (argument_list "(ht,&new_ent)" ( identifier , (pointer_expression "&new_ent" & identifier) )))) ;) (if_statement "if (pvVar1 != (void *)0x0) {\n pvVar1 = (void *)0x1;\n }" if (parenthesized_expression "(pvVar1 != (void *)0x0)" ( (binary_expression "pvVar1 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pvVar1 = (void *)0x1;\n }" { (expression_statement "pvVar1 = (void *)0x1;" (assignment_expression "pvVar1 = (void *)0x1" identifier = (cast_expression "(void *)0x1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) }))) (if_statement "if (iVar2 != *piVar3) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" if (parenthesized_expression "(iVar2 != *piVar3)" ( (binary_expression "iVar2 != *piVar3" identifier != (pointer_expression "*piVar3" * identifier)) )) (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 SUB41(pvVar1,0);" return (call_expression "SUB41(pvVar1,0)" identifier (argument_list "(pvVar1,0)" ( identifier , number_literal ))) ;) })))
(translation_unit "void FUN_00012320(int param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 local_30 [2];\n undefined4 local_28;\n undefined4 uStack_24;\n undefined4 local_20;\n undefined4 uStack_1c;\n int local_14;\n \n piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);\n local_14 = *piVar2;\n if (param_1 == 0) {\n iVar1 = 0;\n }\n else {\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }\n if (local_14 != *piVar2) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar1);\n }\n return;\n}\n\n" (function_definition "void FUN_00012320(int param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 local_30 [2];\n undefined4 local_28;\n undefined4 uStack_24;\n undefined4 local_20;\n undefined4 uStack_1c;\n int local_14;\n \n piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);\n local_14 = *piVar2;\n if (param_1 == 0) {\n iVar1 = 0;\n }\n else {\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }\n if (local_14 != *piVar2) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar1);\n }\n return;\n}" primitive_type (function_declarator "FUN_00012320(int param_1,undefined4 param_2,undefined4 *param_3)" identifier (parameter_list "(int param_1,undefined4 param_2,undefined4 *param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n int iVar1;\n int *piVar2;\n undefined4 local_30 [2];\n undefined4 local_28;\n undefined4 uStack_24;\n undefined4 local_20;\n undefined4 uStack_1c;\n int local_14;\n \n piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);\n local_14 = *piVar2;\n if (param_1 == 0) {\n iVar1 = 0;\n }\n else {\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }\n if (local_14 != *piVar2) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar1);\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "undefined4 local_30 [2];" type_identifier (array_declarator "local_30 [2]" identifier [ number_literal ]) ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "undefined4 uStack_24;" type_identifier identifier ;) (declaration "undefined4 local_20;" type_identifier identifier ;) (declaration "undefined4 uStack_1c;" type_identifier identifier ;) (declaration "int local_14;" primitive_type identifier ;) (expression_statement "piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);" (assignment_expression "piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390)" identifier = (pointer_expression "*(int **)(DAT_0001238c + 0x12330 + DAT_00012390)" * (cast_expression "(int **)(DAT_0001238c + 0x12330 + DAT_00012390)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0001238c + 0x12330 + DAT_00012390)" ( (binary_expression "DAT_0001238c + 0x12330 + DAT_00012390" (binary_expression "DAT_0001238c + 0x12330" identifier + number_literal) + identifier) ))))) ;) (expression_statement "local_14 = *piVar2;" (assignment_expression "local_14 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) (if_statement "if (param_1 == 0) {\n iVar1 = 0;\n }\n else {\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n iVar1 = 0;\n }" { (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) }) (else_clause "else {\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }" else (compound_statement "{\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }" { (expression_statement "local_28 = param_3[0x18];" (assignment_expression "local_28 = param_3[0x18]" identifier = (subscript_expression "param_3[0x18]" identifier [ number_literal ])) ;) (expression_statement "uStack_24 = param_3[0x19];" (assignment_expression "uStack_24 = param_3[0x19]" identifier = (subscript_expression "param_3[0x19]" identifier [ number_literal ])) ;) (expression_statement "local_20 = *param_3;" (assignment_expression "local_20 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "uStack_1c = param_3[1];" (assignment_expression "uStack_1c = param_3[1]" identifier = (subscript_expression "param_3[1]" identifier [ number_literal ])) ;) (expression_statement "local_30[0] = param_2;" (assignment_expression "local_30[0] = param_2" (subscript_expression "local_30[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "iVar1 = FUN_00012a1c(param_1,local_30);" (assignment_expression "iVar1 = FUN_00012a1c(param_1,local_30)" identifier = (call_expression "FUN_00012a1c(param_1,local_30)" identifier (argument_list "(param_1,local_30)" ( identifier , identifier )))) ;) (if_statement "if (iVar1 != 0) {\n iVar1 = 1;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = 1;\n }" { (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) })) }))) (if_statement "if (local_14 != *piVar2) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar1);\n }" if (parenthesized_expression "(local_14 != *piVar2)" ( (binary_expression "local_14 != *piVar2" identifier != (pointer_expression "*piVar2" * identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar1);\n }" { comment (expression_statement "__stack_chk_fail(iVar1);" (call_expression "__stack_chk_fail(iVar1)" identifier (argument_list "(iVar1)" ( 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 (pointer_declarator * IDENT)) ))) (compound_statement { (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 ;) (declaration 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 + LIT) + 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 = LIT) ;) }) (else_clause else (compound_statement { (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 (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * IDENT)) )) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (return_statement return ;) })))
(function_definition "void FUN_00012320(int param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 local_30 [2];\n undefined4 local_28;\n undefined4 uStack_24;\n undefined4 local_20;\n undefined4 uStack_1c;\n int local_14;\n \n piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);\n local_14 = *piVar2;\n if (param_1 == 0) {\n iVar1 = 0;\n }\n else {\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }\n if (local_14 != *piVar2) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar1);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00012320(int param_1,undefined4 param_2,undefined4 *param_3)" (identifier "FUN_00012320") (parameter_list "(int param_1,undefined4 param_2,undefined4 *param_3)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 *param_3" (type_identifier "undefined4") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n int iVar1;\n int *piVar2;\n undefined4 local_30 [2];\n undefined4 local_28;\n undefined4 uStack_24;\n undefined4 local_20;\n undefined4 uStack_1c;\n int local_14;\n \n piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);\n local_14 = *piVar2;\n if (param_1 == 0) {\n iVar1 = 0;\n }\n else {\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }\n if (local_14 != *piVar2) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar1);\n }\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "undefined4 local_30 [2];" (type_identifier "undefined4") (array_declarator "local_30 [2]" (identifier "local_30") ([ "[") (number_literal "2") (] "]")) (; ";")) (declaration "undefined4 local_28;" (type_identifier "undefined4") (identifier "local_28") (; ";")) (declaration "undefined4 uStack_24;" (type_identifier "undefined4") (identifier "uStack_24") (; ";")) (declaration "undefined4 local_20;" (type_identifier "undefined4") (identifier "local_20") (; ";")) (declaration "undefined4 uStack_1c;" (type_identifier "undefined4") (identifier "uStack_1c") (; ";")) (declaration "int local_14;" (primitive_type "int") (identifier "local_14") (; ";")) (expression_statement "piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390);" (assignment_expression "piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390)" (identifier "piVar2") (= "=") (pointer_expression "*(int **)(DAT_0001238c + 0x12330 + DAT_00012390)" (* "*") (cast_expression "(int **)(DAT_0001238c + 0x12330 + DAT_00012390)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0001238c + 0x12330 + DAT_00012390)" (( "(") (binary_expression "DAT_0001238c + 0x12330 + DAT_00012390" (binary_expression "DAT_0001238c + 0x12330" (identifier "DAT_0001238c") (+ "+") (number_literal "0x12330")) (+ "+") (identifier "DAT_00012390")) () ")"))))) (; ";")) (expression_statement "local_14 = *piVar2;" (assignment_expression "local_14 = *piVar2" (identifier "local_14") (= "=") (pointer_expression "*piVar2" (* "*") (identifier "piVar2"))) (; ";")) (if_statement "if (param_1 == 0) {\n iVar1 = 0;\n }\n else {\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }" (if "if") (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar1 = 0;\n }" ({ "{") (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" (identifier "iVar1") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }" (else "else") (compound_statement "{\n local_28 = param_3[0x18];\n uStack_24 = param_3[0x19];\n local_20 = *param_3;\n uStack_1c = param_3[1];\n local_30[0] = param_2;\n iVar1 = FUN_00012a1c(param_1,local_30);\n if (iVar1 != 0) {\n iVar1 = 1;\n }\n }" ({ "{") (expression_statement "local_28 = param_3[0x18];" (assignment_expression "local_28 = param_3[0x18]" (identifier "local_28") (= "=") (subscript_expression "param_3[0x18]" (identifier "param_3") ([ "[") (number_literal "0x18") (] "]"))) (; ";")) (expression_statement "uStack_24 = param_3[0x19];" (assignment_expression "uStack_24 = param_3[0x19]" (identifier "uStack_24") (= "=") (subscript_expression "param_3[0x19]" (identifier "param_3") ([ "[") (number_literal "0x19") (] "]"))) (; ";")) (expression_statement "local_20 = *param_3;" (assignment_expression "local_20 = *param_3" (identifier "local_20") (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (expression_statement "uStack_1c = param_3[1];" (assignment_expression "uStack_1c = param_3[1]" (identifier "uStack_1c") (= "=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "local_30[0] = param_2;" (assignment_expression "local_30[0] = param_2" (subscript_expression "local_30[0]" (identifier "local_30") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "iVar1 = FUN_00012a1c(param_1,local_30);" (assignment_expression "iVar1 = FUN_00012a1c(param_1,local_30)" (identifier "iVar1") (= "=") (call_expression "FUN_00012a1c(param_1,local_30)" (identifier "FUN_00012a1c") (argument_list "(param_1,local_30)" (( "(") (identifier "param_1") (, ",") (identifier "local_30") () ")")))) (; ";")) (if_statement "if (iVar1 != 0) {\n iVar1 = 1;\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar1 = 1;\n }" ({ "{") (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" (identifier "iVar1") (= "=") (number_literal "1")) (; ";")) (} "}"))) (} "}")))) (if_statement "if (local_14 != *piVar2) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar1);\n }" (if "if") (parenthesized_expression "(local_14 != *piVar2)" (( "(") (binary_expression "local_14 != *piVar2" (identifier "local_14") (!= "!=") (pointer_expression "*piVar2" (* "*") (identifier "piVar2"))) () ")")) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail(iVar1);\n }" ({ "{") (comment "/* WARNING: Subroutine does not return */") (expression_statement "__stack_chk_fail(iVar1);" (call_expression "__stack_chk_fail(iVar1)" (identifier "__stack_chk_fail") (argument_list "(iVar1)" (( "(") (identifier "iVar1") () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
type_1 function_1(type_2 *var_3,char *file,type_3 *stats) { void *var_5; int var_6; int *piVar3; type_4 new_ent; piVar3 = *(int **)(var_1 + 0x12330 + var_2); var_6 = *piVar3; if (var_3 == (type_2 *)0x0) { var_5 = (void *)0x0; } else { new_ent.st_ino._0_4_ = (type_5)stats->st_ino; new_ent.st_ino._4_4_ = *(type_5 *)((int)&stats->st_ino + 4); new_ent.st_dev._0_4_ = (type_5)stats->st_dev; new_ent.st_dev._4_4_ = *(type_5 *)((int)&stats->st_dev + 4); new_ent.name = file; var_5 = var_4(var_3,&new_ent); if (var_5 != (void *)0x0) { var_5 = (void *)0x1; } } if (var_6 != *piVar3) { /* WARNING: Subroutine does not return */ var_7(); } return var_8(var_5,0); }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (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: (number_literal)) right: (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: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (return_statement))))
void MASKED(int param_1,undefined4 param_2,undefined4 *param_3) { int iVar1; int *piVar2; undefined4 local_30 [2]; undefined4 local_28; undefined4 uStack_24; undefined4 local_20; undefined4 uStack_1c; int local_14; piVar2 = *(int **)(DAT_0001238c + 0x12330 + DAT_00012390); local_14 = *piVar2; if (param_1 == 0) { iVar1 = 0; } else { local_28 = param_3[0x18]; uStack_24 = param_3[0x19]; local_20 = *param_3; uStack_1c = param_3[1]; local_30[0] = param_2; iVar1 = FUN_00012a1c(param_1,local_30); if (iVar1 != 0) { iVar1 = 1; } } if (local_14 != *piVar2) { /* WARNING: Subroutine does not return */ __stack_chk_fail(iVar1); } return; }
2,321
16_sg_format_and_sg_format_strip.c
pr2serr
pr2serr
void pr2serr(void) { (*(code *)PTR_pr2serr_00026f48)(); return; }
void pr2serr(void) { (*(code *)PTR_pr2serr_00026f48)(); return; }
adr r12,0x10d60 add r12,r12,#0x16000 ldr pc,[r12,#0x1e8]!
null
null
null
null
[(u'CALLIND_-1205990021', u'INDIRECT_-1205989952'), (u'INDIRECT_-1205989952', u'COPY_-1205990011'), ('const-0', u'RETURN_-1205990018'), (u'CAST_-1205989947', u'CALLIND_-1205990021'), ('tmp_113', u'CAST_-1205989947')]
[(u'CALLIND_-1205990021', u'INDIRECT_-1205989952'), (u'INDIRECT_-1205989952', u'COPY_-1205990011'), ('const-0', u'RETURN_-1205990018'), (u'CAST_-1205989947', u'CALLIND_-1205990021'), ('tmp_113', u'CAST_-1205989947')]
null
null
00010d58
arm
O2
(translation_unit "void pr2serr(void)\n\n{\n (*(code *)PTR_pr2serr_00026f48)();\n return;\n}\n\n" (function_definition "void pr2serr(void)\n\n{\n (*(code *)PTR_pr2serr_00026f48)();\n return;\n}" primitive_type (function_declarator "pr2serr(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_pr2serr_00026f48)();\n return;\n}" { (expression_statement "(*(code *)PTR_pr2serr_00026f48)();" (call_expression "(*(code *)PTR_pr2serr_00026f48)()" (parenthesized_expression "(*(code *)PTR_pr2serr_00026f48)" ( (pointer_expression "*(code *)PTR_pr2serr_00026f48" * (cast_expression "(code *)PTR_pr2serr_00026f48" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void pr2serr(void)\n\n{\n (*(code *)PTR_pr2serr_00026f48)();\n return;\n}\n\n" (function_definition "void pr2serr(void)\n\n{\n (*(code *)PTR_pr2serr_00026f48)();\n return;\n}" primitive_type (function_declarator "pr2serr(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_pr2serr_00026f48)();\n return;\n}" { (expression_statement "(*(code *)PTR_pr2serr_00026f48)();" (call_expression "(*(code *)PTR_pr2serr_00026f48)()" (parenthesized_expression "(*(code *)PTR_pr2serr_00026f48)" ( (pointer_expression "*(code *)PTR_pr2serr_00026f48" * (cast_expression "(code *)PTR_pr2serr_00026f48" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void pr2serr(void)\n\n{\n (*(code *)PTR_pr2serr_00026f48)();\n return;\n}\n\n" (function_definition "void pr2serr(void)\n\n{\n (*(code *)PTR_pr2serr_00026f48)();\n return;\n}" primitive_type (function_declarator "pr2serr(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_pr2serr_00026f48)();\n return;\n}" { (expression_statement "(*(code *)PTR_pr2serr_00026f48)();" (call_expression "(*(code *)PTR_pr2serr_00026f48)()" (parenthesized_expression "(*(code *)PTR_pr2serr_00026f48)" ( (pointer_expression "*(code *)PTR_pr2serr_00026f48" * (cast_expression "(code *)PTR_pr2serr_00026f48" ( (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 pr2serr(void)\n\n{\n (*(code *)PTR_pr2serr_00026f48)();\n return;\n}" (primitive_type "void") (function_declarator "pr2serr(void)" (identifier "pr2serr") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_pr2serr_00026f48)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_pr2serr_00026f48)();" (call_expression "(*(code *)PTR_pr2serr_00026f48)()" (parenthesized_expression "(*(code *)PTR_pr2serr_00026f48)" (( "(") (pointer_expression "*(code *)PTR_pr2serr_00026f48" (* "*") (cast_expression "(code *)PTR_pr2serr_00026f48" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_pr2serr_00026f48"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_pr2serr_00026f48)(); return; }
(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))))
void MASKED(void) { (*(code *)PTR_MASKED_00026f48)(); return; }
31,837
1387_pterm_and_pterm_strip.c
pango_font_description_get_weight
pango_font_description_get_weight
/* WARNING: Control flow encountered bad instruction data */ void pango_font_description_get_weight(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void pango_font_description_get_weight(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206516486')]
[('const-1', u'RETURN_-1206516486')]
null
null
000904f0
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid pango_font_description_get_weight(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void pango_font_description_get_weight(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "pango_font_description_get_weight(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 pango_font_description_get_weight(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void pango_font_description_get_weight(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "pango_font_description_get_weight(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 pango_font_description_get_weight(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void pango_font_description_get_weight(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "pango_font_description_get_weight(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 comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (function_definition "void pango_font_description_get_weight(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "pango_font_description_get_weight(void)" (identifier "pango_font_description_get_weight") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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(); }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
59,619
108_nano_and_nano_strip.c
scrollok
scrollok
void scrollok(void) { (*(code *)PTR_scrollok_00065b70)(); return; }
void scrollok(void) { (*(code *)PTR_scrollok_00065b70)(); return; }
adr r12,0x12fc0 add r12,r12,#0x52000 ldr pc,[r12,#0xbb0]!
null
null
null
null
[(u'INDIRECT_-1205981152', u'COPY_-1205981211'), (u'CAST_-1205981147', u'CALLIND_-1205981221'), ('const-0', u'RETURN_-1205981218'), (u'CALLIND_-1205981221', u'INDIRECT_-1205981152'), ('tmp_113', u'CAST_-1205981147')]
[(u'INDIRECT_-1205981152', u'COPY_-1205981211'), (u'CAST_-1205981147', u'CALLIND_-1205981221'), ('const-0', u'RETURN_-1205981218'), (u'CALLIND_-1205981221', u'INDIRECT_-1205981152'), ('tmp_113', u'CAST_-1205981147')]
null
null
00012fb8
arm
O2
(translation_unit "void scrollok(void)\n\n{\n (*(code *)PTR_scrollok_00065b70)();\n return;\n}\n\n" (function_definition "void scrollok(void)\n\n{\n (*(code *)PTR_scrollok_00065b70)();\n return;\n}" primitive_type (function_declarator "scrollok(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_scrollok_00065b70)();\n return;\n}" { (expression_statement "(*(code *)PTR_scrollok_00065b70)();" (call_expression "(*(code *)PTR_scrollok_00065b70)()" (parenthesized_expression "(*(code *)PTR_scrollok_00065b70)" ( (pointer_expression "*(code *)PTR_scrollok_00065b70" * (cast_expression "(code *)PTR_scrollok_00065b70" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void scrollok(void)\n\n{\n (*(code *)PTR_scrollok_00065b70)();\n return;\n}\n\n" (function_definition "void scrollok(void)\n\n{\n (*(code *)PTR_scrollok_00065b70)();\n return;\n}" primitive_type (function_declarator "scrollok(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_scrollok_00065b70)();\n return;\n}" { (expression_statement "(*(code *)PTR_scrollok_00065b70)();" (call_expression "(*(code *)PTR_scrollok_00065b70)()" (parenthesized_expression "(*(code *)PTR_scrollok_00065b70)" ( (pointer_expression "*(code *)PTR_scrollok_00065b70" * (cast_expression "(code *)PTR_scrollok_00065b70" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void scrollok(void)\n\n{\n (*(code *)PTR_scrollok_00065b70)();\n return;\n}\n\n" (function_definition "void scrollok(void)\n\n{\n (*(code *)PTR_scrollok_00065b70)();\n return;\n}" primitive_type (function_declarator "scrollok(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_scrollok_00065b70)();\n return;\n}" { (expression_statement "(*(code *)PTR_scrollok_00065b70)();" (call_expression "(*(code *)PTR_scrollok_00065b70)()" (parenthesized_expression "(*(code *)PTR_scrollok_00065b70)" ( (pointer_expression "*(code *)PTR_scrollok_00065b70" * (cast_expression "(code *)PTR_scrollok_00065b70" ( (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 scrollok(void)\n\n{\n (*(code *)PTR_scrollok_00065b70)();\n return;\n}" (primitive_type "void") (function_declarator "scrollok(void)" (identifier "scrollok") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_scrollok_00065b70)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_scrollok_00065b70)();" (call_expression "(*(code *)PTR_scrollok_00065b70)()" (parenthesized_expression "(*(code *)PTR_scrollok_00065b70)" (( "(") (pointer_expression "*(code *)PTR_scrollok_00065b70" (* "*") (cast_expression "(code *)PTR_scrollok_00065b70" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_scrollok_00065b70"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_scrollok_00065b70)(); return; }
(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))))
void MASKED(void) { (*(code *)PTR_MASKED_00065b70)(); return; }
63,831
128_seq_and_seq_strip.c
calloc
calloc
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * calloc(size_t __nmemb,size_t __size) { /* WARNING: Bad instruction - Truncating control flow here */ /* calloc@@GLIBC_2.4 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * calloc(size_t __nmemb,size_t __size) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206018038')]
[('const-1', u'RETURN_-1206018038')]
null
null
0002a000
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * calloc(size_t __nmemb,size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void * calloc(size_t __nmemb,size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* calloc(size_t __nmemb,size_t __size)" * (function_declarator "calloc(size_t __nmemb,size_t __size)" identifier (parameter_list "(size_t __nmemb,size_t __size)" ( (parameter_declaration "size_t __nmemb" primitive_type identifier) , (parameter_declaration "size_t __size" primitive_type identifier) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * calloc(size_t __nmemb,size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* calloc@@GLIBC_2.4 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void * calloc(size_t __nmemb,size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* calloc@@GLIBC_2.4 */\n halt_baddata();\n}" primitive_type (pointer_declarator "* calloc(size_t __nmemb,size_t __size)" * (function_declarator "calloc(size_t __nmemb,size_t __size)" identifier (parameter_list "(size_t __nmemb,size_t __size)" ( (parameter_declaration "size_t __nmemb" primitive_type identifier) , (parameter_declaration "size_t __size" primitive_type identifier) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* calloc@@GLIBC_2.4 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * calloc(size_t __nmemb,size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void * calloc(size_t __nmemb,size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* calloc(size_t __nmemb,size_t __size)" * (function_declarator "calloc(size_t __nmemb,size_t __size)" identifier (parameter_list "(size_t __nmemb,size_t __size)" ( (parameter_declaration "size_t __nmemb" primitive_type identifier) , (parameter_declaration "size_t __size" 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 comment comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * calloc(size_t __nmemb,size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (pointer_declarator "* calloc(size_t __nmemb,size_t __size)" (* "*") (function_declarator "calloc(size_t __nmemb,size_t __size)" (identifier "calloc") (parameter_list "(size_t __nmemb,size_t __size)" (( "(") (parameter_declaration "size_t __nmemb" (primitive_type "size_t") (identifier "__nmemb")) (, ",") (parameter_declaration "size_t __size" (primitive_type "size_t") (identifier "__size")) () ")")))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(size_t __nmemb,size_t __size) { /* WARNING: Bad instruction - Truncating control flow here */ /* calloc@@GLIBC_2.4 */ var_1(); }
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(size_t __nmemb,size_t __size) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
2,044
2396_bash_and_bash_strip.c
__errno_location
__errno_location
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * __errno_location(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* __errno_location@@GLIBC_2.4 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * __errno_location(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207078326')]
[('const-1', u'RETURN_-1207078326')]
null
null
00127240
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int * __errno_location(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(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\nint * __errno_location(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __errno_location@@GLIBC_2.4 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int * __errno_location(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __errno_location@@GLIBC_2.4 */\n halt_baddata();\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __errno_location@@GLIBC_2.4 */\n halt_baddata();\n}" { comment 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 * __errno_location(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int * __errno_location(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(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 comment comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int * __errno_location(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "int") (pointer_declarator "* __errno_location(void)" (* "*") (function_declarator "__errno_location(void)" (identifier "__errno_location") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* __errno_location@@GLIBC_2.4 */ var_1(); }
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
58,149
893_putty_and_putty_strip.c
ssh1_read_bignum
FUN_00054358
int ssh1_read_bignum(uchar *data,int len,Bignum_conflict *result) { int nbytes; Bignum_conflict pBVar1; uchar *puVar2; if ((len < 2) || (nbytes = (int)((uint)data[1] + (uint)*data * 0x100 + 7) >> 3, len <= nbytes + 1) ) { puVar2 = (uchar *)0xffffffff; } else if (result == (Bignum_conflict *)0x0) { puVar2 = (uchar *)(nbytes + 2); } else { pBVar1 = bignum_from_bytes(data + 2,nbytes); puVar2 = data + 2 + (nbytes - (int)data); *result = pBVar1; } return (int)puVar2; }
byte * FUN_00054358(byte *param_1,int param_2,undefined4 *param_3) { int iVar1; undefined4 uVar2; byte *pbVar3; if ((param_2 < 2) || (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)) { pbVar3 = (byte *)0xffffffff; } else if (param_3 == (undefined4 *)0x0) { pbVar3 = (byte *)(iVar1 + 2); } else { uVar2 = FUN_00054178(param_1 + 2,iVar1); pbVar3 = param_1 + 2 + (iVar1 - (int)param_1); *param_3 = uVar2; } return pbVar3; }
cmp r1,#0x1 stmdb sp!,{r4,r5,r6,r7,r8,lr} ble 0x000543bc ldrb r3,[r0,#0x0] ldrb r4,[r0,#0x1] add r4,r4,r3, lsl #0x8 add r4,r4,#0x7 mov r4,r4, asr #0x3 add r3,r4,#0x1 cmp r3,r1 bge 0x000543bc cmp r2,#0x0 addeq r4,r4,#0x2 beq 0x000543b4 add r6,r0,#0x2 cpy r5,r0 cpy r1,r4 cpy r0,r6 cpy r7,r2 bl 0x00054178 add r4,r6,r4 sub r4,r4,r5 str r0,[r7,#0x0] cpy r0,r4 ldmia sp!,{r4,r5,r6,r7,r8,pc} mvn r4,#0x0 b 0x000543b4
null
null
null
null
[(u'INT_SRIGHT_-1206238252', u'INT_ADD_-1206238187'), (u'MULTIEQUAL_-1206237978', u'COPY_-1206238125'), (u'INT_EQUAL_-1206238215', u'CBRANCH_-1206238211'), ('const-2', u'INT_SLESS_-1206238324'), (u'INT_SRIGHT_-1206238252', u'CALL_-1206238150'), (u'INT_ADD_-1206238245', u'INT_SLESSEQUAL_-1206238229'), ('const-1', u'PTRADD_-1206238259'), ('tmp_537', u'STORE_-1206238128'), (u'CALL_-1206238150', u'STORE_-1206238128'), (u'INT_SLESSEQUAL_-1206238229', u'CBRANCH_-1206238237'), ('const-2', u'INT_ADD_-1206238187'), ('const-1', u'INT_ADD_-1206238245'), (u'INT_SUB_-1206237952', u'PTRADD_-1206238074'), ('tmp_315', u'CBRANCH_-1206238211'), (u'CAST_-1206237963', u'INT_SRIGHT_-1206238252'), ('tmp_536', u'INT_SLESS_-1206238324'), (u'CAST_-1206237905', u'INT_SUB_-1206237952'), ('const-2', u'PTRADD_-1206238120'), ('const-7', u'INT_ADD_-1206238275'), ('const-417', u'STORE_-1206238128'), (u'LOAD_-1206238321', u'INT_ZEXT_-1206238305'), (u'CAST_-1206237892', u'RETURN_-1206238093'), ('tmp_535', u'CAST_-1206237905'), (u'COPY_-1206238125', u'CAST_-1206237892'), ('const-3', u'INT_SRIGHT_-1206238252'), ('const-1', u'PTRADD_-1206238074'), (u'INT_ZEXT_-1206238305', u'INT_ADD_-1206238291'), (u'INT_SRIGHT_-1206238252', u'INT_ADD_-1206238245'), ('tmp_267', u'CBRANCH_-1206238237'), (u'INT_ADD_-1206238291', u'INT_ADD_-1206238275'), ('tmp_530', u'BRANCH_-1206238078'), ('const-1', u'PTRADD_-1206238259'), ('tmp_535', u'LOAD_-1206238328'), (u'INT_MULT_-1206238281', u'INT_ADD_-1206238291'), (u'PTRADD_-1206238259', u'LOAD_-1206238321'), (u'PTRADD_-1206238120', u'CALL_-1206238150'), (u'INT_SLESS_-1206238324', u'CBRANCH_-1206238331'), (u'INT_ADD_-1206238275', u'CAST_-1206237963'), ('tmp_535', u'PTRADD_-1206238120'), ('const-0', u'INT_EQUAL_-1206238215'), (u'COPY_-1206238090', u'MULTIEQUAL_-1206237978'), (u'PTRADD_-1206238074', u'MULTIEQUAL_-1206237978'), ('const-4294967295', u'COPY_-1206238090'), (u'LOAD_-1206238328', u'INT_ZEXT_-1206238312'), ('const-0', u'RETURN_-1206238093'), ('const-256', u'INT_MULT_-1206238281'), ('const-1', u'PTRADD_-1206238120'), ('tmp_537', u'INT_EQUAL_-1206238215'), (u'INT_SRIGHT_-1206238252', u'INT_SUB_-1206237952'), ('const-417', u'LOAD_-1206238328'), (u'INT_ADD_-1206238187', u'CAST_-1206237942'), (u'PTRADD_-1206238120', u'PTRADD_-1206238074'), ('const-417', u'LOAD_-1206238321'), ('tmp_92', u'CBRANCH_-1206238331'), (u'CAST_-1206237942', u'MULTIEQUAL_-1206237978'), (u'INT_ZEXT_-1206238312', u'INT_MULT_-1206238281'), ('tmp_535', u'PTRADD_-1206238259'), ('tmp_536', u'INT_SLESSEQUAL_-1206238229')]
[('tmp_919', u'PTRADD_-1206238259'), (u'INT_SRIGHT_-1206238252', u'INT_ADD_-1206238187'), ('tmp_919', u'PTRADD_-1206238120'), (u'INT_EQUAL_-1206238215', u'CBRANCH_-1206238211'), ('const-417', u'LOAD_-1206238321'), (u'INT_SRIGHT_-1206238252', u'CALL_-1206238150'), (u'INT_ADD_-1206238245', u'INT_SLESSEQUAL_-1206238229'), ('const-1', u'PTRADD_-1206238259'), ('const-4294967295', u'COPY_-1206238090'), (u'CALL_-1206238150', u'STORE_-1206238128'), (u'INT_SLESSEQUAL_-1206238229', u'CBRANCH_-1206238237'), (u'COPY_-1206238090', u'MULTIEQUAL_-1206237977'), ('const-2', u'INT_ADD_-1206238187'), ('const-1', u'INT_ADD_-1206238245'), ('const-1', u'PTRADD_-1206238074'), (u'PTRADD_-1206238074', u'MULTIEQUAL_-1206237977'), (u'CAST_-1206237900', u'INT_SUB_-1206237947'), ('const-2', u'INT_SLESS_-1206238324'), ('tmp_898', u'INT_SLESSEQUAL_-1206238229'), ('tmp_315', u'CBRANCH_-1206238211'), (u'INT_ADD_-1206238187', u'CAST_-1206237937'), (u'MULTIEQUAL_-1206237977', u'COPY_-1206238125'), ('const-2', u'PTRADD_-1206238120'), ('const-7', u'INT_ADD_-1206238275'), (u'LOAD_-1206238321', u'INT_ZEXT_-1206238305'), (u'INT_SRIGHT_-1206238252', u'INT_SUB_-1206237947'), ('const-3', u'INT_SRIGHT_-1206238252'), (u'INT_ZEXT_-1206238305', u'INT_ADD_-1206238291'), (u'INT_SRIGHT_-1206238252', u'INT_ADD_-1206238245'), ('tmp_267', u'CBRANCH_-1206238237'), ('const-1', u'PTRADD_-1206238259'), (u'INT_ADD_-1206238291', u'INT_ADD_-1206238275'), ('const-417', u'LOAD_-1206238328'), ('tmp_530', u'BRANCH_-1206238078'), ('const-417', u'STORE_-1206238128'), (u'INT_ADD_-1206238275', u'CAST_-1206237958'), (u'COPY_-1206238125', u'RETURN_-1206238093'), (u'INT_MULT_-1206238281', u'INT_ADD_-1206238291'), (u'CAST_-1206237937', u'MULTIEQUAL_-1206237977'), (u'PTRADD_-1206238259', u'LOAD_-1206238321'), ('const-256', u'INT_MULT_-1206238281'), (u'PTRADD_-1206238120', u'CALL_-1206238150'), (u'INT_SLESS_-1206238324', u'CBRANCH_-1206238331'), ('const-1', u'PTRADD_-1206238120'), ('tmp_920', u'INT_EQUAL_-1206238215'), ('tmp_898', u'INT_SLESS_-1206238324'), ('const-0', u'INT_EQUAL_-1206238215'), (u'LOAD_-1206238328', u'INT_ZEXT_-1206238312'), ('const-0', u'RETURN_-1206238093'), (u'CAST_-1206237958', u'INT_SRIGHT_-1206238252'), (u'INT_SUB_-1206237947', u'PTRADD_-1206238074'), ('tmp_920', u'STORE_-1206238128'), (u'PTRADD_-1206238120', u'PTRADD_-1206238074'), ('tmp_919', u'CAST_-1206237900'), ('tmp_919', u'LOAD_-1206238328'), ('tmp_92', u'CBRANCH_-1206238331'), (u'INT_ZEXT_-1206238312', u'INT_MULT_-1206238281')]
null
null
00054358
arm
O2
(translation_unit "byte * FUN_00054358(byte *param_1,int param_2,undefined4 *param_3)\n\n{\n int iVar1;\n undefined4 uVar2;\n byte *pbVar3;\n \n if ((param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)) {\n pbVar3 = (byte *)0xffffffff;\n }\n else if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }\n return pbVar3;\n}\n\n" (function_definition "byte * FUN_00054358(byte *param_1,int param_2,undefined4 *param_3)\n\n{\n int iVar1;\n undefined4 uVar2;\n byte *pbVar3;\n \n if ((param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)) {\n pbVar3 = (byte *)0xffffffff;\n }\n else if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }\n return pbVar3;\n}" type_identifier (pointer_declarator "* FUN_00054358(byte *param_1,int param_2,undefined4 *param_3)" * (function_declarator "FUN_00054358(byte *param_1,int param_2,undefined4 *param_3)" identifier (parameter_list "(byte *param_1,int param_2,undefined4 *param_3)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) )))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n byte *pbVar3;\n \n if ((param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)) {\n pbVar3 = (byte *)0xffffffff;\n }\n else if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }\n return pbVar3;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (if_statement "if ((param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)) {\n pbVar3 = (byte *)0xffffffff;\n }\n else if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" if (parenthesized_expression "((param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1))" ( (binary_expression "(param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)" (parenthesized_expression "(param_2 < 2)" ( (binary_expression "param_2 < 2" identifier < number_literal) )) || (parenthesized_expression "(iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)" ( (comma_expression "iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1" (assignment_expression "iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3" identifier = (binary_expression "(int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3" (cast_expression "(int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((uint)param_1[1] + (uint)*param_1 * 0x100 + 7)" ( (binary_expression "(uint)param_1[1] + (uint)*param_1 * 0x100 + 7" (binary_expression "(uint)param_1[1] + (uint)*param_1 * 0x100" (cast_expression "(uint)param_1[1]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) + (binary_expression "(uint)*param_1 * 0x100" (binary_expression "(uint)*param_1" (parenthesized_expression "(uint)" ( identifier )) * identifier) * number_literal)) + number_literal) ))) >> number_literal)) , (binary_expression "param_2 <= iVar1 + 1" identifier <= (binary_expression "iVar1 + 1" identifier + number_literal))) ))) )) (compound_statement "{\n pbVar3 = (byte *)0xffffffff;\n }" { (expression_statement "pbVar3 = (byte *)0xffffffff;" (assignment_expression "pbVar3 = (byte *)0xffffffff" identifier = (cast_expression "(byte *)0xffffffff" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" else (if_statement "if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" if (parenthesized_expression "(param_3 == (undefined4 *)0x0)" ( (binary_expression "param_3 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pbVar3 = (byte *)(iVar1 + 2);\n }" { (expression_statement "pbVar3 = (byte *)(iVar1 + 2);" (assignment_expression "pbVar3 = (byte *)(iVar1 + 2)" identifier = (cast_expression "(byte *)(iVar1 + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 2)" ( (binary_expression "iVar1 + 2" identifier + number_literal) )))) ;) }) (else_clause "else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" else (compound_statement "{\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" { (expression_statement "uVar2 = FUN_00054178(param_1 + 2,iVar1);" (assignment_expression "uVar2 = FUN_00054178(param_1 + 2,iVar1)" identifier = (call_expression "FUN_00054178(param_1 + 2,iVar1)" identifier (argument_list "(param_1 + 2,iVar1)" ( (binary_expression "param_1 + 2" identifier + number_literal) , identifier )))) ;) (expression_statement "pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);" (assignment_expression "pbVar3 = param_1 + 2 + (iVar1 - (int)param_1)" identifier = (binary_expression "param_1 + 2 + (iVar1 - (int)param_1)" (binary_expression "param_1 + 2" identifier + number_literal) + (parenthesized_expression "(iVar1 - (int)param_1)" ( (binary_expression "iVar1 - (int)param_1" identifier - (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ;) (expression_statement "*param_3 = uVar2;" (assignment_expression "*param_3 = uVar2" (pointer_expression "*param_3" * identifier) = identifier) ;) }))))) (return_statement "return pbVar3;" return identifier ;) })))
(translation_unit "int ssh1_read_bignum(uchar *data,int len,Bignum_conflict *result)\n\n{\n int nbytes;\n Bignum_conflict pBVar1;\n uchar *puVar2;\n \n if ((len < 2) || (nbytes = (int)((uint)data[1] + (uint)*data * 0x100 + 7) >> 3, len <= nbytes + 1)\n ) {\n puVar2 = (uchar *)0xffffffff;\n }\n else if (result == (Bignum_conflict *)0x0) {\n puVar2 = (uchar *)(nbytes + 2);\n }\n else {\n pBVar1 = bignum_from_bytes(data + 2,nbytes);\n puVar2 = data + 2 + (nbytes - (int)data);\n *result = pBVar1;\n }\n return (int)puVar2;\n}\n\n" (function_definition "int ssh1_read_bignum(uchar *data,int len,Bignum_conflict *result)\n\n{\n int nbytes;\n Bignum_conflict pBVar1;\n uchar *puVar2;\n \n if ((len < 2) || (nbytes = (int)((uint)data[1] + (uint)*data * 0x100 + 7) >> 3, len <= nbytes + 1)\n ) {\n puVar2 = (uchar *)0xffffffff;\n }\n else if (result == (Bignum_conflict *)0x0) {\n puVar2 = (uchar *)(nbytes + 2);\n }\n else {\n pBVar1 = bignum_from_bytes(data + 2,nbytes);\n puVar2 = data + 2 + (nbytes - (int)data);\n *result = pBVar1;\n }\n return (int)puVar2;\n}" primitive_type (function_declarator "ssh1_read_bignum(uchar *data,int len,Bignum_conflict *result)" identifier (parameter_list "(uchar *data,int len,Bignum_conflict *result)" ( (parameter_declaration "uchar *data" type_identifier (pointer_declarator "*data" * identifier)) , (parameter_declaration "int len" primitive_type identifier) , (parameter_declaration "Bignum_conflict *result" type_identifier (pointer_declarator "*result" * identifier)) ))) (compound_statement "{\n int nbytes;\n Bignum_conflict pBVar1;\n uchar *puVar2;\n \n if ((len < 2) || (nbytes = (int)((uint)data[1] + (uint)*data * 0x100 + 7) >> 3, len <= nbytes + 1)\n ) {\n puVar2 = (uchar *)0xffffffff;\n }\n else if (result == (Bignum_conflict *)0x0) {\n puVar2 = (uchar *)(nbytes + 2);\n }\n else {\n pBVar1 = bignum_from_bytes(data + 2,nbytes);\n puVar2 = data + 2 + (nbytes - (int)data);\n *result = pBVar1;\n }\n return (int)puVar2;\n}" { (declaration "int nbytes;" primitive_type identifier ;) (declaration "Bignum_conflict pBVar1;" type_identifier identifier ;) (declaration "uchar *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (if_statement "if ((len < 2) || (nbytes = (int)((uint)data[1] + (uint)*data * 0x100 + 7) >> 3, len <= nbytes + 1)\n ) {\n puVar2 = (uchar *)0xffffffff;\n }\n else if (result == (Bignum_conflict *)0x0) {\n puVar2 = (uchar *)(nbytes + 2);\n }\n else {\n pBVar1 = bignum_from_bytes(data + 2,nbytes);\n puVar2 = data + 2 + (nbytes - (int)data);\n *result = pBVar1;\n }" if (parenthesized_expression "((len < 2) || (nbytes = (int)((uint)data[1] + (uint)*data * 0x100 + 7) >> 3, len <= nbytes + 1)\n )" ( (binary_expression "(len < 2) || (nbytes = (int)((uint)data[1] + (uint)*data * 0x100 + 7) >> 3, len <= nbytes + 1)" (parenthesized_expression "(len < 2)" ( (binary_expression "len < 2" identifier < number_literal) )) || (parenthesized_expression "(nbytes = (int)((uint)data[1] + (uint)*data * 0x100 + 7) >> 3, len <= nbytes + 1)" ( (comma_expression "nbytes = (int)((uint)data[1] + (uint)*data * 0x100 + 7) >> 3, len <= nbytes + 1" (assignment_expression "nbytes = (int)((uint)data[1] + (uint)*data * 0x100 + 7) >> 3" identifier = (binary_expression "(int)((uint)data[1] + (uint)*data * 0x100 + 7) >> 3" (cast_expression "(int)((uint)data[1] + (uint)*data * 0x100 + 7)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((uint)data[1] + (uint)*data * 0x100 + 7)" ( (binary_expression "(uint)data[1] + (uint)*data * 0x100 + 7" (binary_expression "(uint)data[1] + (uint)*data * 0x100" (cast_expression "(uint)data[1]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "data[1]" identifier [ number_literal ])) + (binary_expression "(uint)*data * 0x100" (binary_expression "(uint)*data" (parenthesized_expression "(uint)" ( identifier )) * identifier) * number_literal)) + number_literal) ))) >> number_literal)) , (binary_expression "len <= nbytes + 1" identifier <= (binary_expression "nbytes + 1" identifier + number_literal))) ))) )) (compound_statement "{\n puVar2 = (uchar *)0xffffffff;\n }" { (expression_statement "puVar2 = (uchar *)0xffffffff;" (assignment_expression "puVar2 = (uchar *)0xffffffff" identifier = (cast_expression "(uchar *)0xffffffff" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else if (result == (Bignum_conflict *)0x0) {\n puVar2 = (uchar *)(nbytes + 2);\n }\n else {\n pBVar1 = bignum_from_bytes(data + 2,nbytes);\n puVar2 = data + 2 + (nbytes - (int)data);\n *result = pBVar1;\n }" else (if_statement "if (result == (Bignum_conflict *)0x0) {\n puVar2 = (uchar *)(nbytes + 2);\n }\n else {\n pBVar1 = bignum_from_bytes(data + 2,nbytes);\n puVar2 = data + 2 + (nbytes - (int)data);\n *result = pBVar1;\n }" if (parenthesized_expression "(result == (Bignum_conflict *)0x0)" ( (binary_expression "result == (Bignum_conflict *)0x0" identifier == (cast_expression "(Bignum_conflict *)0x0" ( (type_descriptor "Bignum_conflict *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar2 = (uchar *)(nbytes + 2);\n }" { (expression_statement "puVar2 = (uchar *)(nbytes + 2);" (assignment_expression "puVar2 = (uchar *)(nbytes + 2)" identifier = (cast_expression "(uchar *)(nbytes + 2)" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(nbytes + 2)" ( (binary_expression "nbytes + 2" identifier + number_literal) )))) ;) }) (else_clause "else {\n pBVar1 = bignum_from_bytes(data + 2,nbytes);\n puVar2 = data + 2 + (nbytes - (int)data);\n *result = pBVar1;\n }" else (compound_statement "{\n pBVar1 = bignum_from_bytes(data + 2,nbytes);\n puVar2 = data + 2 + (nbytes - (int)data);\n *result = pBVar1;\n }" { (expression_statement "pBVar1 = bignum_from_bytes(data + 2,nbytes);" (assignment_expression "pBVar1 = bignum_from_bytes(data + 2,nbytes)" identifier = (call_expression "bignum_from_bytes(data + 2,nbytes)" identifier (argument_list "(data + 2,nbytes)" ( (binary_expression "data + 2" identifier + number_literal) , identifier )))) ;) (expression_statement "puVar2 = data + 2 + (nbytes - (int)data);" (assignment_expression "puVar2 = data + 2 + (nbytes - (int)data)" identifier = (binary_expression "data + 2 + (nbytes - (int)data)" (binary_expression "data + 2" identifier + number_literal) + (parenthesized_expression "(nbytes - (int)data)" ( (binary_expression "nbytes - (int)data" identifier - (cast_expression "(int)data" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ;) (expression_statement "*result = pBVar1;" (assignment_expression "*result = pBVar1" (pointer_expression "*result" * identifier) = identifier) ;) }))))) (return_statement "return (int)puVar2;" return (cast_expression "(int)puVar2" ( (type_descriptor "int" primitive_type) ) identifier) ;) })))
(translation_unit "byte * FUN_00054358(byte *param_1,int param_2,undefined4 *param_3)\n\n{\n int iVar1;\n undefined4 uVar2;\n byte *pbVar3;\n \n if ((param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)) {\n pbVar3 = (byte *)0xffffffff;\n }\n else if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }\n return pbVar3;\n}\n\n" (function_definition "byte * FUN_00054358(byte *param_1,int param_2,undefined4 *param_3)\n\n{\n int iVar1;\n undefined4 uVar2;\n byte *pbVar3;\n \n if ((param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)) {\n pbVar3 = (byte *)0xffffffff;\n }\n else if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }\n return pbVar3;\n}" type_identifier (pointer_declarator "* FUN_00054358(byte *param_1,int param_2,undefined4 *param_3)" * (function_declarator "FUN_00054358(byte *param_1,int param_2,undefined4 *param_3)" identifier (parameter_list "(byte *param_1,int param_2,undefined4 *param_3)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) )))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n byte *pbVar3;\n \n if ((param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)) {\n pbVar3 = (byte *)0xffffffff;\n }\n else if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }\n return pbVar3;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (if_statement "if ((param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)) {\n pbVar3 = (byte *)0xffffffff;\n }\n else if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" if (parenthesized_expression "((param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1))" ( (binary_expression "(param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)" (parenthesized_expression "(param_2 < 2)" ( (binary_expression "param_2 < 2" identifier < number_literal) )) || (parenthesized_expression "(iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)" ( (comma_expression "iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1" (assignment_expression "iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3" identifier = (binary_expression "(int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3" (cast_expression "(int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((uint)param_1[1] + (uint)*param_1 * 0x100 + 7)" ( (binary_expression "(uint)param_1[1] + (uint)*param_1 * 0x100 + 7" (binary_expression "(uint)param_1[1] + (uint)*param_1 * 0x100" (cast_expression "(uint)param_1[1]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) + (binary_expression "(uint)*param_1 * 0x100" (binary_expression "(uint)*param_1" (parenthesized_expression "(uint)" ( identifier )) * identifier) * number_literal)) + number_literal) ))) >> number_literal)) , (binary_expression "param_2 <= iVar1 + 1" identifier <= (binary_expression "iVar1 + 1" identifier + number_literal))) ))) )) (compound_statement "{\n pbVar3 = (byte *)0xffffffff;\n }" { (expression_statement "pbVar3 = (byte *)0xffffffff;" (assignment_expression "pbVar3 = (byte *)0xffffffff" identifier = (cast_expression "(byte *)0xffffffff" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" else (if_statement "if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" if (parenthesized_expression "(param_3 == (undefined4 *)0x0)" ( (binary_expression "param_3 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pbVar3 = (byte *)(iVar1 + 2);\n }" { (expression_statement "pbVar3 = (byte *)(iVar1 + 2);" (assignment_expression "pbVar3 = (byte *)(iVar1 + 2)" identifier = (cast_expression "(byte *)(iVar1 + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 2)" ( (binary_expression "iVar1 + 2" identifier + number_literal) )))) ;) }) (else_clause "else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" else (compound_statement "{\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" { (expression_statement "uVar2 = FUN_00054178(param_1 + 2,iVar1);" (assignment_expression "uVar2 = FUN_00054178(param_1 + 2,iVar1)" identifier = (call_expression "FUN_00054178(param_1 + 2,iVar1)" identifier (argument_list "(param_1 + 2,iVar1)" ( (binary_expression "param_1 + 2" identifier + number_literal) , identifier )))) ;) (expression_statement "pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);" (assignment_expression "pbVar3 = param_1 + 2 + (iVar1 - (int)param_1)" identifier = (binary_expression "param_1 + 2 + (iVar1 - (int)param_1)" (binary_expression "param_1 + 2" identifier + number_literal) + (parenthesized_expression "(iVar1 - (int)param_1)" ( (binary_expression "iVar1 - (int)param_1" identifier - (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ;) (expression_statement "*param_3 = uVar2;" (assignment_expression "*param_3 = uVar2" (pointer_expression "*param_3" * identifier) = identifier) ;) }))))) (return_statement "return pbVar3;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) + (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * IDENT) * LIT)) + LIT) ))) >> LIT)) , (binary_expression IDENT <= (binary_expression IDENT + LIT))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + LIT) + (parenthesized_expression ( (binary_expression IDENT - (cast_expression ( (type_descriptor TYPE) ) IDENT)) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) }))))) (return_statement return IDENT ;) })))
(function_definition "byte * FUN_00054358(byte *param_1,int param_2,undefined4 *param_3)\n\n{\n int iVar1;\n undefined4 uVar2;\n byte *pbVar3;\n \n if ((param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)) {\n pbVar3 = (byte *)0xffffffff;\n }\n else if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }\n return pbVar3;\n}" (type_identifier "byte") (pointer_declarator "* FUN_00054358(byte *param_1,int param_2,undefined4 *param_3)" (* "*") (function_declarator "FUN_00054358(byte *param_1,int param_2,undefined4 *param_3)" (identifier "FUN_00054358") (parameter_list "(byte *param_1,int param_2,undefined4 *param_3)" (( "(") (parameter_declaration "byte *param_1" (type_identifier "byte") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 *param_3" (type_identifier "undefined4") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")")))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n byte *pbVar3;\n \n if ((param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)) {\n pbVar3 = (byte *)0xffffffff;\n }\n else if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }\n return pbVar3;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "byte *pbVar3;" (type_identifier "byte") (pointer_declarator "*pbVar3" (* "*") (identifier "pbVar3")) (; ";")) (if_statement "if ((param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)) {\n pbVar3 = (byte *)0xffffffff;\n }\n else if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" (if "if") (parenthesized_expression "((param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1))" (( "(") (binary_expression "(param_2 < 2) ||\n (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)" (parenthesized_expression "(param_2 < 2)" (( "(") (binary_expression "param_2 < 2" (identifier "param_2") (< "<") (number_literal "2")) () ")")) (|| "||") (parenthesized_expression "(iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)" (( "(") (comma_expression "iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1" (assignment_expression "iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3" (identifier "iVar1") (= "=") (binary_expression "(int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3" (cast_expression "(int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((uint)param_1[1] + (uint)*param_1 * 0x100 + 7)" (( "(") (binary_expression "(uint)param_1[1] + (uint)*param_1 * 0x100 + 7" (binary_expression "(uint)param_1[1] + (uint)*param_1 * 0x100" (cast_expression "(uint)param_1[1]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (+ "+") (binary_expression "(uint)*param_1 * 0x100" (binary_expression "(uint)*param_1" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "param_1")) (* "*") (number_literal "0x100"))) (+ "+") (number_literal "7")) () ")"))) (>> ">>") (number_literal "3"))) (, ",") (binary_expression "param_2 <= iVar1 + 1" (identifier "param_2") (<= "<=") (binary_expression "iVar1 + 1" (identifier "iVar1") (+ "+") (number_literal "1")))) () ")"))) () ")")) (compound_statement "{\n pbVar3 = (byte *)0xffffffff;\n }" ({ "{") (expression_statement "pbVar3 = (byte *)0xffffffff;" (assignment_expression "pbVar3 = (byte *)0xffffffff" (identifier "pbVar3") (= "=") (cast_expression "(byte *)0xffffffff" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0xffffffff"))) (; ";")) (} "}")) (else_clause "else if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" (else "else") (if_statement "if (param_3 == (undefined4 *)0x0) {\n pbVar3 = (byte *)(iVar1 + 2);\n }\n else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" (if "if") (parenthesized_expression "(param_3 == (undefined4 *)0x0)" (( "(") (binary_expression "param_3 == (undefined4 *)0x0" (identifier "param_3") (== "==") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n pbVar3 = (byte *)(iVar1 + 2);\n }" ({ "{") (expression_statement "pbVar3 = (byte *)(iVar1 + 2);" (assignment_expression "pbVar3 = (byte *)(iVar1 + 2)" (identifier "pbVar3") (= "=") (cast_expression "(byte *)(iVar1 + 2)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 2)" (( "(") (binary_expression "iVar1 + 2" (identifier "iVar1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (} "}")) (else_clause "else {\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" (else "else") (compound_statement "{\n uVar2 = FUN_00054178(param_1 + 2,iVar1);\n pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);\n *param_3 = uVar2;\n }" ({ "{") (expression_statement "uVar2 = FUN_00054178(param_1 + 2,iVar1);" (assignment_expression "uVar2 = FUN_00054178(param_1 + 2,iVar1)" (identifier "uVar2") (= "=") (call_expression "FUN_00054178(param_1 + 2,iVar1)" (identifier "FUN_00054178") (argument_list "(param_1 + 2,iVar1)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) (, ",") (identifier "iVar1") () ")")))) (; ";")) (expression_statement "pbVar3 = param_1 + 2 + (iVar1 - (int)param_1);" (assignment_expression "pbVar3 = param_1 + 2 + (iVar1 - (int)param_1)" (identifier "pbVar3") (= "=") (binary_expression "param_1 + 2 + (iVar1 - (int)param_1)" (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) (+ "+") (parenthesized_expression "(iVar1 - (int)param_1)" (( "(") (binary_expression "iVar1 - (int)param_1" (identifier "iVar1") (- "-") (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1"))) () ")")))) (; ";")) (expression_statement "*param_3 = uVar2;" (assignment_expression "*param_3 = uVar2" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (identifier "uVar2")) (; ";")) (} "}")))))) (return_statement "return pbVar3;" (return "return") (identifier "pbVar3") (; ";")) (} "}")))
int function_1(type_1 *var_2,int var_1,type_2 *var_4) { int var_3; type_2 pBVar1; type_1 *puVar2; if ((var_1 < 2) || (var_3 = (int)((type_3)var_2[1] + (type_3)*var_2 * 0x100 + 7) >> 3, var_1 <= var_3 + 1) ) { puVar2 = (type_1 *)0xffffffff; } else if (var_4 == (type_2 *)0x0) { puVar2 = (type_1 *)(var_3 + 2); } else { pBVar1 = var_5(var_2 + 2,var_3); puVar2 = var_2 + 2 + (var_3 - (int)var_2); *var_4 = pBVar1; } return (int)puVar2; }
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)) right: (number_literal))) right: (number_literal)))) right: (number_literal))) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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 (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))))))) (return_statement (identifier)))))
byte * MASKED(byte *param_1,int param_2,undefined4 *param_3) { int iVar1; undefined4 uVar2; byte *pbVar3; if ((param_2 < 2) || (iVar1 = (int)((uint)param_1[1] + (uint)*param_1 * 0x100 + 7) >> 3, param_2 <= iVar1 + 1)) { pbVar3 = (byte *)0xffffffff; } else if (param_3 == (undefined4 *)0x0) { pbVar3 = (byte *)(iVar1 + 2); } else { uVar2 = FUN_00054178(param_1 + 2,iVar1); pbVar3 = param_1 + 2 + (iVar1 - (int)param_1); *param_3 = uVar2; } return pbVar3; }
65,889
102_ls_and_ls_strip.c
wcscat
wcscat
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ wchar_t * wcscat(wchar_t *__dest,wchar_t *__src) { wchar_t *pwVar1; pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)(); return pwVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ wchar_t * wcscat(wchar_t *__dest,wchar_t *__src) { wchar_t *pwVar1; pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)(); return pwVar1; }
adr r12,0x12380 add r12,r12,#0x2f000 ldr pc,[r12,#0xe38]!
null
null
null
null
[(u'INDIRECT_-1205984286', u'COPY_-1205984345'), (u'CAST_-1205984281', u'CALLIND_-1205984357'), ('tmp_126', u'CAST_-1205984281'), (u'CALLIND_-1205984357', u'INDIRECT_-1205984286'), (u'CAST_-1205984280', u'RETURN_-1205984354'), (u'CALLIND_-1205984357', u'CAST_-1205984280'), ('const-0', u'RETURN_-1205984354')]
[(u'INDIRECT_-1205984286', u'COPY_-1205984345'), (u'CAST_-1205984281', u'CALLIND_-1205984357'), ('tmp_126', u'CAST_-1205984281'), (u'CALLIND_-1205984357', u'INDIRECT_-1205984286'), (u'CAST_-1205984280', u'RETURN_-1205984354'), (u'CALLIND_-1205984357', u'CAST_-1205984280'), ('const-0', u'RETURN_-1205984354')]
null
null
00012378
arm
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nwchar_t * wcscat(wchar_t *__dest,wchar_t *__src)\n\n{\n wchar_t *pwVar1;\n \n pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();\n return pwVar1;\n}\n\n" comment (function_definition "wchar_t * wcscat(wchar_t *__dest,wchar_t *__src)\n\n{\n wchar_t *pwVar1;\n \n pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();\n return pwVar1;\n}" type_identifier (pointer_declarator "* wcscat(wchar_t *__dest,wchar_t *__src)" * (function_declarator "wcscat(wchar_t *__dest,wchar_t *__src)" identifier (parameter_list "(wchar_t *__dest,wchar_t *__src)" ( (parameter_declaration "wchar_t *__dest" type_identifier (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "wchar_t *__src" type_identifier (pointer_declarator "*__src" * identifier)) )))) (compound_statement "{\n wchar_t *pwVar1;\n \n pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();\n return pwVar1;\n}" { (declaration "wchar_t *pwVar1;" type_identifier (pointer_declarator "*pwVar1" * identifier) ;) (expression_statement "pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();" (assignment_expression "pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)()" identifier = (cast_expression "(wchar_t *)(*(code *)PTR_wcscat_000421b8)()" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_wcscat_000421b8)()" (parenthesized_expression "(*(code *)PTR_wcscat_000421b8)" ( (pointer_expression "*(code *)PTR_wcscat_000421b8" * (cast_expression "(code *)PTR_wcscat_000421b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pwVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nwchar_t * wcscat(wchar_t *__dest,wchar_t *__src)\n\n{\n wchar_t *pwVar1;\n \n pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();\n return pwVar1;\n}\n\n" comment (function_definition "wchar_t * wcscat(wchar_t *__dest,wchar_t *__src)\n\n{\n wchar_t *pwVar1;\n \n pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();\n return pwVar1;\n}" type_identifier (pointer_declarator "* wcscat(wchar_t *__dest,wchar_t *__src)" * (function_declarator "wcscat(wchar_t *__dest,wchar_t *__src)" identifier (parameter_list "(wchar_t *__dest,wchar_t *__src)" ( (parameter_declaration "wchar_t *__dest" type_identifier (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "wchar_t *__src" type_identifier (pointer_declarator "*__src" * identifier)) )))) (compound_statement "{\n wchar_t *pwVar1;\n \n pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();\n return pwVar1;\n}" { (declaration "wchar_t *pwVar1;" type_identifier (pointer_declarator "*pwVar1" * identifier) ;) (expression_statement "pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();" (assignment_expression "pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)()" identifier = (cast_expression "(wchar_t *)(*(code *)PTR_wcscat_000421b8)()" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_wcscat_000421b8)()" (parenthesized_expression "(*(code *)PTR_wcscat_000421b8)" ( (pointer_expression "*(code *)PTR_wcscat_000421b8" * (cast_expression "(code *)PTR_wcscat_000421b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pwVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nwchar_t * wcscat(wchar_t *__dest,wchar_t *__src)\n\n{\n wchar_t *pwVar1;\n \n pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();\n return pwVar1;\n}\n\n" comment (function_definition "wchar_t * wcscat(wchar_t *__dest,wchar_t *__src)\n\n{\n wchar_t *pwVar1;\n \n pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();\n return pwVar1;\n}" type_identifier (pointer_declarator "* wcscat(wchar_t *__dest,wchar_t *__src)" * (function_declarator "wcscat(wchar_t *__dest,wchar_t *__src)" identifier (parameter_list "(wchar_t *__dest,wchar_t *__src)" ( (parameter_declaration "wchar_t *__dest" type_identifier (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "wchar_t *__src" type_identifier (pointer_declarator "*__src" * identifier)) )))) (compound_statement "{\n wchar_t *pwVar1;\n \n pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();\n return pwVar1;\n}" { (declaration "wchar_t *pwVar1;" type_identifier (pointer_declarator "*pwVar1" * identifier) ;) (expression_statement "pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();" (assignment_expression "pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)()" identifier = (cast_expression "(wchar_t *)(*(code *)PTR_wcscat_000421b8)()" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_wcscat_000421b8)()" (parenthesized_expression "(*(code *)PTR_wcscat_000421b8)" ( (pointer_expression "*(code *)PTR_wcscat_000421b8" * (cast_expression "(code *)PTR_wcscat_000421b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pwVar1;" return identifier ;) })))
(translation_unit comment (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 (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 ;) })))
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "wchar_t * wcscat(wchar_t *__dest,wchar_t *__src)\n\n{\n wchar_t *pwVar1;\n \n pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();\n return pwVar1;\n}" (type_identifier "wchar_t") (pointer_declarator "* wcscat(wchar_t *__dest,wchar_t *__src)" (* "*") (function_declarator "wcscat(wchar_t *__dest,wchar_t *__src)" (identifier "wcscat") (parameter_list "(wchar_t *__dest,wchar_t *__src)" (( "(") (parameter_declaration "wchar_t *__dest" (type_identifier "wchar_t") (pointer_declarator "*__dest" (* "*") (identifier "__dest"))) (, ",") (parameter_declaration "wchar_t *__src" (type_identifier "wchar_t") (pointer_declarator "*__src" (* "*") (identifier "__src"))) () ")")))) (compound_statement "{\n wchar_t *pwVar1;\n \n pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();\n return pwVar1;\n}" ({ "{") (declaration "wchar_t *pwVar1;" (type_identifier "wchar_t") (pointer_declarator "*pwVar1" (* "*") (identifier "pwVar1")) (; ";")) (expression_statement "pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)();" (assignment_expression "pwVar1 = (wchar_t *)(*(code *)PTR_wcscat_000421b8)()" (identifier "pwVar1") (= "=") (cast_expression "(wchar_t *)(*(code *)PTR_wcscat_000421b8)()" (( "(") (type_descriptor "wchar_t *" (type_identifier "wchar_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_wcscat_000421b8)()" (parenthesized_expression "(*(code *)PTR_wcscat_000421b8)" (( "(") (pointer_expression "*(code *)PTR_wcscat_000421b8" (* "*") (cast_expression "(code *)PTR_wcscat_000421b8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_wcscat_000421b8"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pwVar1;" (return "return") (identifier "pwVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 * function_1(type_1 *__dest,type_1 *__src) { type_1 *pwVar1; pwVar1 = (type_1 *)(*(type_2 *)PTR_wcscat_000421b8)(); return pwVar1; }
(translation_unit (comment) (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: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (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)))))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ wchar_t * MASKED(wchar_t *__dest,wchar_t *__src) { wchar_t *pwVar1; pwVar1 = (wchar_t *)(*(code *)PTR_MASKED_000421b8)(); return pwVar1; }
29,460
434_bison_and_bison_strip.c
uniqstrs_new
FUN_0004a230
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void uniqstrs_new(void) { Hash_table *pHVar1; pHVar1 = hash_initialize(DAT_0004a28c,(Hash_tuning *)0x0,(Hash_hasher)(DAT_0004a288 + 0x4a260), (Hash_comparator)(DAT_0004a284 + 0x4a25c), *(Hash_data_freer *)(DAT_0004a27c + 0x4a240 + DAT_0004a280)); *(Hash_table **)(DAT_0004a290 + 0x4a274) = pHVar1; return; }
void FUN_0004a230(void) { undefined4 uVar1; uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c, *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280)); *(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1; return; }
ldr r12,[0x4a27c] ldr r2,[0x4a280] add r12,pc,r12 str lr,[sp,#-0x4]! sub sp,sp,#0xc ldr r2,[r12,r2] str r2,[sp,#0x0] ldr r3,[0x4a284] ldr r2,[0x4a288] add r3,pc,r3 add r2,pc,r2 mov r1,#0x0 ldr r0,[0x4a28c] bl 0x000572a0 ldr r3,[0x4a290] add r3,pc,r3 str r0,[r3,#0x0] add sp,sp,#0xc ldr pc,[sp],#0x4
null
null
null
null
[(u'CALL_-1206148444', u'INDIRECT_-1206148336'), ('const-303708', u'INT_ADD_-1206148472'), (u'INDIRECT_-1206148319', u'COPY_-1206148372'), ('const-303680', u'INT_ADD_-1206148527'), (u'CALL_-1206148444', u'INDIRECT_-1206148330'), (u'INDIRECT_-1206148316', u'COPY_-1206148369'), ('const-417', u'STORE_-1206148426'), (u'CALL_-1206148444', u'INDIRECT_-1206148339'), (u'STORE_-1206148426', u'INDIRECT_-1206148319'), (u'STORE_-1206148426', u'INDIRECT_-1206148313'), (u'CAST_-1206148326', u'CALL_-1206148444'), (u'CALL_-1206148444', u'STORE_-1206148426'), (u'INDIRECT_-1206148313', u'COPY_-1206148366'), ('const-303712', u'INT_ADD_-1206148461'), ('const-0', u'RETURN_-1206148391'), (u'INDIRECT_-1206148324', u'INT_ADD_-1206148418'), (u'STORE_-1206148426', u'INDIRECT_-1206148322'), (u'STORE_-1206148426', u'INDIRECT_-1206148316'), (u'INDIRECT_-1206148322', u'COPY_-1206148375'), (u'CAST_-1206148331', u'CALL_-1206148444'), ('const-0', u'CALL_-1206148444'), (u'INT_ADD_-1206148472', u'CAST_-1206148331'), (u'CALL_-1206148444', u'INDIRECT_-1206148327'), (u'STORE_-1206148426', u'INDIRECT_-1206148325'), (u'LOAD_-1206148514', u'CALL_-1206148444'), ('const-303732', u'INT_ADD_-1206148418'), (u'INT_ADD_-1206148461', u'CAST_-1206148326'), ('tmp_400', u'CALL_-1206148444'), (u'CAST_-1206148348', u'LOAD_-1206148514'), (u'INT_ADD_-1206148498', u'CAST_-1206148348'), ('tmp_398', u'INT_ADD_-1206148472'), (u'INDIRECT_-1206148325', u'COPY_-1206148378'), (u'INT_ADD_-1206148418', u'CAST_-1206148305'), ('const-417', u'LOAD_-1206148514'), (u'CALL_-1206148444', u'INDIRECT_-1206148324'), (u'INDIRECT_-1206148310', u'COPY_-1206148363'), ('tmp_399', u'INT_ADD_-1206148461'), (u'STORE_-1206148426', u'INDIRECT_-1206148310'), (u'CALL_-1206148444', u'INDIRECT_-1206148333'), ('tmp_397', u'INT_ADD_-1206148498'), (u'INT_ADD_-1206148527', u'INT_ADD_-1206148498'), ('tmp_396', u'INT_ADD_-1206148527'), (u'CAST_-1206148305', u'STORE_-1206148426')]
[('tmp_402', u'INT_ADD_-1206148527'), (u'INDIRECT_-1206148324', u'COPY_-1206148377'), (u'STORE_-1206148426', u'INDIRECT_-1206148312'), (u'INT_ADD_-1206148418', u'CAST_-1206148306'), ('tmp_406', u'CALL_-1206148444'), ('tmp_404', u'INT_ADD_-1206148472'), (u'STORE_-1206148426', u'INDIRECT_-1206148309'), (u'CAST_-1206148347', u'LOAD_-1206148514'), (u'CAST_-1206148306', u'STORE_-1206148426'), (u'INT_ADD_-1206148461', u'CALL_-1206148444'), (u'INT_ADD_-1206148498', u'CAST_-1206148347'), (u'STORE_-1206148426', u'INDIRECT_-1206148321'), (u'STORE_-1206148426', u'INDIRECT_-1206148324'), (u'INT_ADD_-1206148472', u'CALL_-1206148444'), ('const-303712', u'INT_ADD_-1206148461'), (u'CALL_-1206148444', u'STORE_-1206148426'), ('tmp_403', u'INT_ADD_-1206148498'), ('const-0', u'RETURN_-1206148391'), (u'INDIRECT_-1206148312', u'COPY_-1206148365'), ('const-303732', u'INT_ADD_-1206148418'), (u'INDIRECT_-1206148321', u'COPY_-1206148374'), (u'CALL_-1206148444', u'INDIRECT_-1206148338'), (u'CALL_-1206148444', u'INDIRECT_-1206148329'), (u'CALL_-1206148444', u'INDIRECT_-1206148332'), (u'CALL_-1206148444', u'INDIRECT_-1206148323'), ('const-417', u'LOAD_-1206148514'), (u'INDIRECT_-1206148323', u'INT_ADD_-1206148418'), ('const-303680', u'INT_ADD_-1206148527'), ('const-417', u'STORE_-1206148426'), (u'INDIRECT_-1206148315', u'COPY_-1206148368'), ('const-303708', u'INT_ADD_-1206148472'), (u'LOAD_-1206148514', u'CALL_-1206148444'), ('tmp_405', u'INT_ADD_-1206148461'), (u'INDIRECT_-1206148318', u'COPY_-1206148371'), (u'CALL_-1206148444', u'INDIRECT_-1206148335'), (u'CALL_-1206148444', u'INDIRECT_-1206148326'), ('const-0', u'CALL_-1206148444'), (u'INDIRECT_-1206148309', u'COPY_-1206148362'), (u'STORE_-1206148426', u'INDIRECT_-1206148315'), (u'INT_ADD_-1206148527', u'INT_ADD_-1206148498'), (u'STORE_-1206148426', u'INDIRECT_-1206148318')]
null
null
0004a230
arm
O2
(translation_unit "void FUN_0004a230(void)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));\n *(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1;\n return;\n}\n\n" (function_definition "void FUN_0004a230(void)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));\n *(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1;\n return;\n}" primitive_type (function_declarator "FUN_0004a230(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));\n *(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1;\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));" (assignment_expression "uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280))" identifier = (call_expression "FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280))" identifier (argument_list "(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280))" ( identifier , number_literal , (binary_expression "DAT_0004a288 + 0x4a260" identifier + number_literal) , (binary_expression "DAT_0004a284 + 0x4a25c" identifier + number_literal) , (pointer_expression "*(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280)" * (cast_expression "(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0004a27c + 0x4a240 + DAT_0004a280)" ( (binary_expression "DAT_0004a27c + 0x4a240 + DAT_0004a280" (binary_expression "DAT_0004a27c + 0x4a240" identifier + number_literal) + identifier) )))) )))) ;) (expression_statement "*(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1;" (assignment_expression "*(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1" (pointer_expression "*(undefined4 *)(DAT_0004a290 + 0x4a274)" * (cast_expression "(undefined4 *)(DAT_0004a290 + 0x4a274)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0004a290 + 0x4a274)" ( (binary_expression "DAT_0004a290 + 0x4a274" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid uniqstrs_new(void)\n\n{\n Hash_table *pHVar1;\n \n pHVar1 = hash_initialize(DAT_0004a28c,(Hash_tuning *)0x0,(Hash_hasher)(DAT_0004a288 + 0x4a260),\n (Hash_comparator)(DAT_0004a284 + 0x4a25c),\n *(Hash_data_freer *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));\n *(Hash_table **)(DAT_0004a290 + 0x4a274) = pHVar1;\n return;\n}\n\n" comment (function_definition "void uniqstrs_new(void)\n\n{\n Hash_table *pHVar1;\n \n pHVar1 = hash_initialize(DAT_0004a28c,(Hash_tuning *)0x0,(Hash_hasher)(DAT_0004a288 + 0x4a260),\n (Hash_comparator)(DAT_0004a284 + 0x4a25c),\n *(Hash_data_freer *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));\n *(Hash_table **)(DAT_0004a290 + 0x4a274) = pHVar1;\n return;\n}" primitive_type (function_declarator "uniqstrs_new(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n Hash_table *pHVar1;\n \n pHVar1 = hash_initialize(DAT_0004a28c,(Hash_tuning *)0x0,(Hash_hasher)(DAT_0004a288 + 0x4a260),\n (Hash_comparator)(DAT_0004a284 + 0x4a25c),\n *(Hash_data_freer *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));\n *(Hash_table **)(DAT_0004a290 + 0x4a274) = pHVar1;\n return;\n}" { (declaration "Hash_table *pHVar1;" type_identifier (pointer_declarator "*pHVar1" * identifier) ;) (expression_statement "pHVar1 = hash_initialize(DAT_0004a28c,(Hash_tuning *)0x0,(Hash_hasher)(DAT_0004a288 + 0x4a260),\n (Hash_comparator)(DAT_0004a284 + 0x4a25c),\n *(Hash_data_freer *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));" (assignment_expression "pHVar1 = hash_initialize(DAT_0004a28c,(Hash_tuning *)0x0,(Hash_hasher)(DAT_0004a288 + 0x4a260),\n (Hash_comparator)(DAT_0004a284 + 0x4a25c),\n *(Hash_data_freer *)(DAT_0004a27c + 0x4a240 + DAT_0004a280))" identifier = (call_expression "hash_initialize(DAT_0004a28c,(Hash_tuning *)0x0,(Hash_hasher)(DAT_0004a288 + 0x4a260),\n (Hash_comparator)(DAT_0004a284 + 0x4a25c),\n *(Hash_data_freer *)(DAT_0004a27c + 0x4a240 + DAT_0004a280))" identifier (argument_list "(DAT_0004a28c,(Hash_tuning *)0x0,(Hash_hasher)(DAT_0004a288 + 0x4a260),\n (Hash_comparator)(DAT_0004a284 + 0x4a25c),\n *(Hash_data_freer *)(DAT_0004a27c + 0x4a240 + DAT_0004a280))" ( identifier , (cast_expression "(Hash_tuning *)0x0" ( (type_descriptor "Hash_tuning *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (call_expression "(Hash_hasher)(DAT_0004a288 + 0x4a260)" (parenthesized_expression "(Hash_hasher)" ( identifier )) (argument_list "(DAT_0004a288 + 0x4a260)" ( (binary_expression "DAT_0004a288 + 0x4a260" identifier + number_literal) ))) , (call_expression "(Hash_comparator)(DAT_0004a284 + 0x4a25c)" (parenthesized_expression "(Hash_comparator)" ( identifier )) (argument_list "(DAT_0004a284 + 0x4a25c)" ( (binary_expression "DAT_0004a284 + 0x4a25c" identifier + number_literal) ))) , (pointer_expression "*(Hash_data_freer *)(DAT_0004a27c + 0x4a240 + DAT_0004a280)" * (cast_expression "(Hash_data_freer *)(DAT_0004a27c + 0x4a240 + DAT_0004a280)" ( (type_descriptor "Hash_data_freer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0004a27c + 0x4a240 + DAT_0004a280)" ( (binary_expression "DAT_0004a27c + 0x4a240 + DAT_0004a280" (binary_expression "DAT_0004a27c + 0x4a240" identifier + number_literal) + identifier) )))) )))) ;) (expression_statement "*(Hash_table **)(DAT_0004a290 + 0x4a274) = pHVar1;" (assignment_expression "*(Hash_table **)(DAT_0004a290 + 0x4a274) = pHVar1" (pointer_expression "*(Hash_table **)(DAT_0004a290 + 0x4a274)" * (cast_expression "(Hash_table **)(DAT_0004a290 + 0x4a274)" ( (type_descriptor "Hash_table **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0004a290 + 0x4a274)" ( (binary_expression "DAT_0004a290 + 0x4a274" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0004a230(void)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));\n *(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1;\n return;\n}\n\n" (function_definition "void FUN_0004a230(void)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));\n *(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1;\n return;\n}" primitive_type (function_declarator "FUN_0004a230(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));\n *(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1;\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));" (assignment_expression "uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280))" identifier = (call_expression "FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280))" identifier (argument_list "(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280))" ( identifier , number_literal , (binary_expression "DAT_0004a288 + 0x4a260" identifier + number_literal) , (binary_expression "DAT_0004a284 + 0x4a25c" identifier + number_literal) , (pointer_expression "*(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280)" * (cast_expression "(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0004a27c + 0x4a240 + DAT_0004a280)" ( (binary_expression "DAT_0004a27c + 0x4a240 + DAT_0004a280" (binary_expression "DAT_0004a27c + 0x4a240" identifier + number_literal) + identifier) )))) )))) ;) (expression_statement "*(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1;" (assignment_expression "*(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1" (pointer_expression "*(undefined4 *)(DAT_0004a290 + 0x4a274)" * (cast_expression "(undefined4 *)(DAT_0004a290 + 0x4a274)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0004a290 + 0x4a274)" ( (binary_expression "DAT_0004a290 + 0x4a274" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , (binary_expression IDENT + LIT) , (binary_expression IDENT + LIT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_0004a230(void)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));\n *(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0004a230(void)" (identifier "FUN_0004a230") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));\n *(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1;\n return;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280));" (assignment_expression "uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280))" (identifier "uVar1") (= "=") (call_expression "FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280))" (identifier "FUN_000572a0") (argument_list "(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c,\n *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280))" (( "(") (identifier "DAT_0004a28c") (, ",") (number_literal "0") (, ",") (binary_expression "DAT_0004a288 + 0x4a260" (identifier "DAT_0004a288") (+ "+") (number_literal "0x4a260")) (, ",") (binary_expression "DAT_0004a284 + 0x4a25c" (identifier "DAT_0004a284") (+ "+") (number_literal "0x4a25c")) (, ",") (pointer_expression "*(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280)" (* "*") (cast_expression "(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0004a27c + 0x4a240 + DAT_0004a280)" (( "(") (binary_expression "DAT_0004a27c + 0x4a240 + DAT_0004a280" (binary_expression "DAT_0004a27c + 0x4a240" (identifier "DAT_0004a27c") (+ "+") (number_literal "0x4a240")) (+ "+") (identifier "DAT_0004a280")) () ")")))) () ")")))) (; ";")) (expression_statement "*(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1;" (assignment_expression "*(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1" (pointer_expression "*(undefined4 *)(DAT_0004a290 + 0x4a274)" (* "*") (cast_expression "(undefined4 *)(DAT_0004a290 + 0x4a274)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0004a290 + 0x4a274)" (( "(") (binary_expression "DAT_0004a290 + 0x4a274" (identifier "DAT_0004a290") (+ "+") (number_literal "0x4a274")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { type_1 *pHVar1; pHVar1 = var_1(DAT_0004a28c,(type_2 *)0x0,(Hash_hasher)(var_2 + 0x4a260), (Hash_comparator)(var_3 + 0x4a25c), *(type_3 *)(var_4 + 0x4a240 + var_5)); *(type_1 **)(var_6 + 0x4a274) = pHVar1; return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (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: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement))))
void MASKED(void) { undefined4 uVar1; uVar1 = FUN_000572a0(DAT_0004a28c,0,DAT_0004a288 + 0x4a260,DAT_0004a284 + 0x4a25c, *(undefined4 *)(DAT_0004a27c + 0x4a240 + DAT_0004a280)); *(undefined4 *)(DAT_0004a290 + 0x4a274) = uVar1; return; }
50,369
2041_openssl_and_openssl_strip.c
OCSP_check_nonce
OCSP_check_nonce
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int OCSP_check_nonce(OCSP_REQUEST *req,OCSP_BASICRESP *bs) { /* WARNING: Bad instruction - Truncating control flow here */ /* OCSP_check_nonce@@OPENSSL_1_1_0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int OCSP_check_nonce(OCSP_REQUEST *req,OCSP_BASICRESP *bs) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206643198')]
[('const-1', u'RETURN_-1206643198')]
null
null
000b15f8
arm
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint OCSP_check_nonce(OCSP_REQUEST *req,OCSP_BASICRESP *bs)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int OCSP_check_nonce(OCSP_REQUEST *req,OCSP_BASICRESP *bs)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "OCSP_check_nonce(OCSP_REQUEST *req,OCSP_BASICRESP *bs)" identifier (parameter_list "(OCSP_REQUEST *req,OCSP_BASICRESP *bs)" ( (parameter_declaration "OCSP_REQUEST *req" type_identifier (pointer_declarator "*req" * identifier)) , (parameter_declaration "OCSP_BASICRESP *bs" type_identifier (pointer_declarator "*bs" * 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 OCSP_check_nonce(OCSP_REQUEST *req,OCSP_BASICRESP *bs)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* OCSP_check_nonce@@OPENSSL_1_1_0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int OCSP_check_nonce(OCSP_REQUEST *req,OCSP_BASICRESP *bs)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* OCSP_check_nonce@@OPENSSL_1_1_0 */\n halt_baddata();\n}" primitive_type (function_declarator "OCSP_check_nonce(OCSP_REQUEST *req,OCSP_BASICRESP *bs)" identifier (parameter_list "(OCSP_REQUEST *req,OCSP_BASICRESP *bs)" ( (parameter_declaration "OCSP_REQUEST *req" type_identifier (pointer_declarator "*req" * identifier)) , (parameter_declaration "OCSP_BASICRESP *bs" type_identifier (pointer_declarator "*bs" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* OCSP_check_nonce@@OPENSSL_1_1_0 */\n halt_baddata();\n}" { comment 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 OCSP_check_nonce(OCSP_REQUEST *req,OCSP_BASICRESP *bs)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int OCSP_check_nonce(OCSP_REQUEST *req,OCSP_BASICRESP *bs)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "OCSP_check_nonce(OCSP_REQUEST *req,OCSP_BASICRESP *bs)" identifier (parameter_list "(OCSP_REQUEST *req,OCSP_BASICRESP *bs)" ( (parameter_declaration "OCSP_REQUEST *req" type_identifier (pointer_declarator "*req" * identifier)) , (parameter_declaration "OCSP_BASICRESP *bs" type_identifier (pointer_declarator "*bs" * 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 comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int OCSP_check_nonce(OCSP_REQUEST *req,OCSP_BASICRESP *bs)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "int") (function_declarator "OCSP_check_nonce(OCSP_REQUEST *req,OCSP_BASICRESP *bs)" (identifier "OCSP_check_nonce") (parameter_list "(OCSP_REQUEST *req,OCSP_BASICRESP *bs)" (( "(") (parameter_declaration "OCSP_REQUEST *req" (type_identifier "OCSP_REQUEST") (pointer_declarator "*req" (* "*") (identifier "req"))) (, ",") (parameter_declaration "OCSP_BASICRESP *bs" (type_identifier "OCSP_BASICRESP") (pointer_declarator "*bs" (* "*") (identifier "bs"))) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (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 *req,type_2 *bs) { /* WARNING: Bad instruction - Truncating control flow here */ /* OCSP_check_nonce@@OPENSSL_1_1_0 */ var_1(); }
(translation_unit (comment) (comment) (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 (comment) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(OCSP_REQUEST *req,OCSP_BASICRESP *bs) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
73,430